body {
  font-family: Muli;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.8rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.8rem;
}
.display-4 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
}
.display-7 > .mbr-iconfont {
  font-size: 2.24rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 0px;
}
.btn-md {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-lg {
  padding: 10px 15px;
  border-radius: 0px;
}
.bg-primary {
  background-color: #36a99d !important;
}
.bg-success {
  background-color: #36a99d !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #767676 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #36a99d !important;
  border-color: #36a99d !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #236f67 !important;
  border-color: #236f67 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #236f67 !important;
  border-color: #236f67 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #ffa200 !important;
  border-color: #ffa200 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #b37100 !important;
  border-color: #b37100 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b37100 !important;
  border-color: #b37100 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #36a99d !important;
  border-color: #36a99d !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #236f67 !important;
  border-color: #236f67 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #236f67 !important;
  border-color: #236f67 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #767676 !important;
  border-color: #767676 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #505050 !important;
  border-color: #505050 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #505050 !important;
  border-color: #505050 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #1d5c55;
  color: #1d5c55;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #36a99d;
  border-color: #36a99d;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #36a99d !important;
  border-color: #36a99d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #996100;
  color: #996100;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #ffa200;
  border-color: #ffa200;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa200 !important;
  border-color: #ffa200 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #1d5c55;
  color: #1d5c55;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  background-color: #36a99d;
  border-color: #36a99d;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #36a99d !important;
  border-color: #36a99d !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #434343;
  color: #434343;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  background-color: #767676;
  border-color: #767676;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #767676 !important;
  border-color: #767676 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #36a99d !important;
}
.text-secondary {
  color: #ffa200 !important;
}
.text-success {
  color: #36a99d !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #767676 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #1d5c55 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #996100 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #1d5c55 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #434343 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #767676;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #36a99d;
  border-color: #36a99d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #36a99d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #86d8d0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #86d8d0;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b6b6b6;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
}
.form-control > .mbr-iconfont {
  font-size: 2.24rem;
}
blockquote {
  border-color: #36a99d;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #36a99d;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #36a99d;
  border-bottom-color: #36a99d;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #36a99d !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffa200 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%2336a99d' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-uam1Q0SHHk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/influenciador-saude-360x360.webp");
}
.cid-uam1Q0SHHk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uam1Q0SHHk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uam1Q0SHHk .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uam1Q0SHHk .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-uam1Q0SHHk .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uam1Q0SHHk .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uam1Q0SHHk .col-text {
    order: 2;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uam1Q0SHHk .col-text {
    margin-top: 20px;
  }
}
.cid-uam1Q0SHHk .text-wrapper {
  width: 100%;
}
.cid-uam1Q0SHHk .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-uam1Q0SHHk .mbr-section-subtitle {
  color: #36a99d;
  margin-bottom: 22px;
  text-align: center;
}
.cid-uam1Q0SHHk .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uam1Q0SHHk .mbr-text {
  color: #C4CFDE;
  padding-right: 16%;
  opacity: 0.9;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .cid-uam1Q0SHHk .mbr-text {
    padding-right: 0;
  }
}
.cid-uam1Q0SHHk .mbr-section-btn {
  margin-top: 20px;
}
.cid-uam1Q0SHHk .social-container {
  width: 100%;
  padding-top: 125px;
}
@media (max-width: 991px) {
  .cid-uam1Q0SHHk .social-container {
    padding-top: 40px;
  }
}
.cid-uam1Q0SHHk .social-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-uam1Q0SHHk .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
.cid-uam1Q0SHHk .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 10px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-uam1Q0SHHk .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uam1Q0SHHk .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-uam1Q0SHHk .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uam1Q0SHHk .soc-item:hover:before {
  opacity: 1;
}
.cid-uam1Q0SHHk .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uam1Q0SHHk .col-img {
    order: 1;
  }
}
.cid-uam1Q0SHHk .image-wrapper {
  position: relative;
  width: 100%;
}
.cid-uam1Q0SHHk .image-wrapper img {
  position: relative;
  z-index: 5;
  object-fit: cover;
  width: 100%;
}
.cid-uam1Q0SHHk .img-bg {
  content: "";
  position: absolute;
  z-index: 4;
  width: 100%;
  height: calc(100% - 130px);
  left: 0;
  bottom: 0;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  border-radius: 6px;
}
.cid-uam1Q0SHHk .mbr-text,
.cid-uam1Q0SHHk .mbr-section-btn {
  text-align: center;
  color: #ffba40;
}
.cid-u9LtxL08kd {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-u9LtxL08kd .video-wrapper iframe {
  width: 100%;
}
.cid-u9LtxL08kd .mbr-section-title,
.cid-u9LtxL08kd .mbr-section-subtitle,
.cid-u9LtxL08kd .mbr-text {
  text-align: center;
}
.cid-u9LtxL08kd .mbr-section-title {
  color: #36a99d;
}
.cid-u9LtxL08kd .video {
  padding-top: 4rem;
}
.cid-u9LtxL08kd .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9LtxL08kd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9LmDRl2n7 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/flay-lay-scale-weights-2000x1333.webp");
}
.cid-u9LmDRl2n7 .mbr-text {
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.03em;
}
.cid-u9LmDRl2n7 h4 {
  text-align: center;
}
.cid-u9LmDRl2n7 p {
  text-align: center;
}
.cid-u9LmDRl2n7 .card {
  padding-bottom: 3rem;
}
.cid-u9LmDRl2n7 .card-img {
  padding-bottom: 1.5rem;
}
.cid-u9LmDRl2n7 .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-u9LmDRl2n7 .card-title,
.cid-u9LmDRl2n7 .card-img {
  color: #ffffff;
  text-align: center;
}
.cid-u9LmDRl2n7 .card-title {
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-bottom: 2rem;
}
.cid-u9LmDRl2n7 .header-title,
.cid-u9LmDRl2n7 .header-text {
  color: #ffffff;
  text-align: center;
  padding: 0;
  margin-bottom: 2rem;
  width: 100%;
}
.cid-u9LmDRl2n7 .header-title {
  letter-spacing: 0.1em;
  color: #36a99d;
}
.cid-u9LmDRl2n7 .header-text {
  letter-spacing: 0.03em;
  color: #ffa200;
}
.cid-u9LmDRl2n7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9LmDRl2n7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9MnlTKU5s {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-u9MnlTKU5s .card-title {
  letter-spacing: 0.1em;
  color: #36a99d;
  margin: 0;
  padding-bottom: 1.5rem;
  text-align: center;
}
.cid-u9MnlTKU5s .card {
  margin-bottom: 2rem;
}
.cid-u9MnlTKU5s .card .card-wrapper {
  height: 100%;
}
.cid-u9MnlTKU5s .card-box {
  padding-top: 2rem;
}
.cid-u9MnlTKU5s .card-box p {
  color: #444;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-u9MnlTKU5s .mbr-section-title {
  letter-spacing: 0.1em;
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #36a99d;
}
.cid-u9MnlTKU5s .btn {
  margin: .3rem;
}
.cid-u9MnlTKU5s .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9MnlTKU5s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9MnlTKU5s .card-box > p,
.cid-u9MnlTKU5s .mbr-section-btn {
  text-align: center;
}
.cid-ua8dV31lTG {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/medium-shot-man-cooking-kitchen-2000x1333.webp");
}
.cid-ua8dV31lTG .card-title {
  letter-spacing: 0.1em;
  color: #36a99d;
  margin: 0;
  padding-bottom: 1.5rem;
  text-align: center;
}
.cid-ua8dV31lTG .card {
  margin-bottom: 2rem;
}
.cid-ua8dV31lTG .card .card-wrapper {
  height: 100%;
}
.cid-ua8dV31lTG .card-box {
  padding-top: 2rem;
}
.cid-ua8dV31lTG .card-box p {
  color: #444;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-ua8dV31lTG .mbr-section-title {
  letter-spacing: 0.1em;
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #36a99d;
}
.cid-ua8dV31lTG .btn {
  margin: .3rem;
}
.cid-ua8dV31lTG .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua8dV31lTG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ua8dV31lTG .card-box > p,
.cid-ua8dV31lTG .mbr-section-btn {
  text-align: center;
  color: #ffba40;
}
.cid-u9MPipE4SI {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/bg-header-m-1-768x551.webp");
}
.cid-u9MPipE4SI .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9MPipE4SI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9MPipE4SI .row {
  justify-content: center;
}
.cid-u9MPipE4SI .video-wrapper iframe {
  width: 100%;
}
.cid-u9MPipE4SI .title-wrapper {
  margin-bottom: 32px;
}
.cid-u9MPipE4SI .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9MPipE4SI .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-u9MPipE4SI .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #303030;
  z-index: -1;
}
.cid-u9MPipE4SI .video-block {
  max-height: 300px;
}
@media (max-width: 992px) {
  .cid-u9MPipE4SI .video-block {
    margin-bottom: 24px;
  }
}
.cid-u9MPipE4SI .mbr-figure__img {
  max-height: 300px;
  object-fit: cover;
}
.cid-u9MPipE4SI .mbr-section-title {
  color: #36a99d;
  text-align: center;
}
.cid-u9MPXarh4m {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-header-mss-768x551.webp");
}
.cid-u9MPXarh4m .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9MPXarh4m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9MPXarh4m .row {
  justify-content: center;
}
.cid-u9MPXarh4m .video-wrapper iframe {
  width: 100%;
}
.cid-u9MPXarh4m .title-wrapper {
  margin-bottom: 32px;
}
.cid-u9MPXarh4m .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9MPXarh4m .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-u9MPXarh4m .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #ca41ec;
  z-index: -1;
}
.cid-u9MPXarh4m .video-block {
  max-height: 300px;
}
@media (max-width: 992px) {
  .cid-u9MPXarh4m .video-block {
    margin-bottom: 24px;
  }
}
.cid-u9MPXarh4m .mbr-figure__img {
  max-height: 300px;
  object-fit: cover;
}
.cid-u9MPXarh4m .mbr-section-title {
  color: #f4efe8;
  text-align: center;
}
.cid-u9MIS2fUUj {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #36a99d;
}
@media (min-width: 992px) {
  .cid-u9MIS2fUUj .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-u9MIS2fUUj .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-u9MIS2fUUj .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  text-align: center;
}
.cid-ua85jy7yuz {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ua85jy7yuz .text-section-title {
  letter-spacing: 0.03em;
  font-weight: 500;
  text-align: center;
  color: #232323;
}
.cid-ua85jy7yuz .text-section-text {
  letter-spacing: 0.03em;
  line-height: 1.8;
  text-align: center;
  color: #232323;
}
.cid-ua85jy7yuz h4 {
  display: flex;
  letter-spacing: 0.03em;
  -webkit-align-items: center;
  align-items: center;
  color: #000000;
}
.cid-ua85jy7yuz .panel-text {
  letter-spacing: 0.03em;
  color: #333333;
  line-height: 1.7;
}
.cid-ua85jy7yuz .mbr-section-title {
  letter-spacing: 0.1em;
  color: #36a99d;
}
.cid-ua85jy7yuz .mbr-section-subtitle {
  letter-spacing: 0.03em;
  color: #ffa200;
}
.cid-ua85jy7yuz .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-ua85jy7yuz .panel-group {
  width: 100%;
}
.cid-ua85jy7yuz .content-block {
  -webkit-flex-basis: auto !important;
  flex-basis: auto !important;
}
.cid-ua85jy7yuz .card {
  border-bottom: 1px solid #efefef;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-ua85jy7yuz .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-ua85jy7yuz .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #232323;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-ua85jy7yuz .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-ua85jy7yuz .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-ua85jy7yuz .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-ua85jy7yuz .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-ua85jy7yuz .card .panel-body {
  background: #efefef;
}
.cid-ua85jy7yuz .sign {
  color: #000000;
}
.cid-ua85jy7yuz .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ua85jy7yuz .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-ua85jy7yuz .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-ua85jy7yuz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua85jy7yuz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ua85jy7yuz .header-text,
.cid-ua85jy7yuz .sign {
  color: #fafafa;
}
.cid-u9N3Ab9AuL {
  padding-top: 135px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/bg-header-header-768x551.webp");
}
.cid-u9N3Ab9AuL h4 {
  display: -webkit-flex;
  letter-spacing: 0.03em;
  color: #000000;
}
.cid-u9N3Ab9AuL .panel-text {
  letter-spacing: 0.03em;
  color: #ffffff;
  line-height: 1.7;
}
.cid-u9N3Ab9AuL .mbr-section-title {
  letter-spacing: 0.1em;
  color: #36a99d;
}
.cid-u9N3Ab9AuL .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #ffba40;
}
.cid-u9N3Ab9AuL .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-u9N3Ab9AuL .panel-group {
  width: 100%;
}
.cid-u9N3Ab9AuL .card {
  border-bottom: 1px solid #879a9f;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-u9N3Ab9AuL .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-u9N3Ab9AuL .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-u9N3Ab9AuL .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-u9N3Ab9AuL .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-u9N3Ab9AuL .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-u9N3Ab9AuL .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-u9N3Ab9AuL .card .panel-body {
  background: #879a9f;
}
.cid-u9N3Ab9AuL .sign {
  color: #000000;
}
.cid-u9N3Ab9AuL .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u9N3Ab9AuL .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-u9N3Ab9AuL .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-u9N3Ab9AuL .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9N3Ab9AuL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ualVbUePvk {
  padding-top: 0px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/bg-header-header-768x551.webp");
}
.cid-ualVbUePvk h4 {
  display: -webkit-flex;
  letter-spacing: 0.03em;
  color: #000000;
}
.cid-ualVbUePvk .panel-text {
  letter-spacing: 0.03em;
  color: #ffffff;
  line-height: 1.7;
}
.cid-ualVbUePvk .mbr-section-title {
  letter-spacing: 0.1em;
  color: #ffffff;
}
.cid-ualVbUePvk .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #ffffff;
}
.cid-ualVbUePvk .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-ualVbUePvk .panel-group {
  width: 100%;
}
.cid-ualVbUePvk .card {
  border-bottom: 1px solid #879a9f;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-ualVbUePvk .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-ualVbUePvk .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-ualVbUePvk .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-ualVbUePvk .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-ualVbUePvk .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-ualVbUePvk .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-ualVbUePvk .card .panel-body {
  background: #879a9f;
}
.cid-ualVbUePvk .sign {
  color: #000000;
}
.cid-ualVbUePvk .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ualVbUePvk .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-ualVbUePvk .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-ualVbUePvk .mbr-fallback-image.disabled {
  display: none;
}
.cid-ualVbUePvk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ua8dj4gkcY {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/delicious-yougurt-meal-with-chickpeas-dried-tomatoes-2000x2000.webp");
}
.cid-ua8dj4gkcY .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-ua8dj4gkcY .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-ua8dj4gkcY .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-ua8dj4gkcY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua8dj4gkcY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ua8dj4gkcY .card-title,
.cid-ua8dj4gkcY .card-img {
  color: #36a99d;
}
.cid-u9LBfZq7n2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u9LBfZq7n2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9LBfZq7n2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u9LBfZq7n2 .container {
    padding: 0 15px;
  }
}
.cid-u9LBfZq7n2 .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-u9LBfZq7n2 .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u9LBfZq7n2 .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-u9LBfZq7n2 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-u9LBfZq7n2 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u9LBfZq7n2 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u9LBfZq7n2 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u9LBfZq7n2 .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-u9LBfZq7n2 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-u9LBfZq7n2 .image-wrapper img {
  width: 400px;
  height: 400px;
  border: 3px solid #36a99d;
  box-shadow: 10px 10px 50px #36a99d;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1500px) {
  .cid-u9LBfZq7n2 .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-u9LBfZq7n2 .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-u9LBfZq7n2 .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-u9LBfZq7n2 .mbr-section-title {
  color: #ffffff;
}
.cid-u9LBfZq7n2 .mbr-section-subtitle {
  color: #ffa200;
  text-align: center;
}
.cid-u9LBfZq7n2 .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-u9LBfZq7n2 .mbr-section-title,
.cid-u9LBfZq7n2 .mbr-section-btn {
  text-align: center;
  color: #36a99d;
}
.cid-u9MUyxyQ2c {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/medium-shot-man-cooking-kitchen-2000x1333.webp");
}
.cid-u9MUyxyQ2c .mbr-section-head {
  padding: 0 1rem;
}
.cid-u9MUyxyQ2c .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-u9MUyxyQ2c .team-card:hover {
  transform: translateY(-10px);
}
.cid-u9MUyxyQ2c .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-u9MUyxyQ2c .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-u9MUyxyQ2c .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-u9MUyxyQ2c .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u9MUyxyQ2c .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-u9MUyxyQ2c .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-u9MUyxyQ2c .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-u9MUyxyQ2c .embla__button--next,
.cid-u9MUyxyQ2c .embla__button--prev {
  display: flex;
}
.cid-u9MUyxyQ2c .embla__button {
  top: -13%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #ffa41d;
  border: 2px solid #ffa41d;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u9MUyxyQ2c .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u9MUyxyQ2c .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-u9MUyxyQ2c .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u9MUyxyQ2c .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-u9MUyxyQ2c .embla__button {
    top: -10%;
  }
}
.cid-u9MUyxyQ2c .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-u9MUyxyQ2c .embla {
    margin-top: 80px;
  }
}
.cid-u9MUyxyQ2c .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-u9MUyxyQ2c .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u9MUyxyQ2c .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u9MUyxyQ2c .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u9MUyxyQ2c .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #FF4712;
  text-align: center;
}
.cid-u9MUyxyQ2c .mbr-section-title {
  margin-bottom: 16px;
  color: #36a99d;
  text-align: center;
}
.cid-u9MUyxyQ2c .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-u9MUyxyQ2c .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u9MUyxyQ2c .mbr-text ul {
    display: block;
  }
}
.cid-u9MUyxyQ2c .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-u9MUyxyQ2c .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-u9MUyxyQ2c .mbr-text ul li::marker {
  color: #36a99d;
  font-size: 18px;
}
.cid-u9MUyxyQ2c .item-wrapper {
  height: 100%;
}
.cid-u9MUyxyQ2c .item-wrapper .image-wrap {
  height: 100%;
}
.cid-u9MUyxyQ2c .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u9MUyxyQ2c .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-u9MLGET1Pb {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/close-up-smiling-woman-eating-fresh-healthy-salad-768x551.webp");
}
.cid-u9MLGET1Pb h4 {
  display: -webkit-flex;
  letter-spacing: 0.03em;
  color: #000000;
}
.cid-u9MLGET1Pb .panel-text {
  letter-spacing: 0.03em;
  color: #ffffff;
  line-height: 1.7;
}
.cid-u9MLGET1Pb .mbr-section-title {
  letter-spacing: 0.1em;
  color: #36a99d;
}
.cid-u9MLGET1Pb .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #ffba40;
}
.cid-u9MLGET1Pb .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-u9MLGET1Pb .panel-group {
  width: 100%;
}
.cid-u9MLGET1Pb .card {
  border-bottom: 1px solid #879a9f;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-u9MLGET1Pb .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-u9MLGET1Pb .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #232323;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-u9MLGET1Pb .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-u9MLGET1Pb .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-u9MLGET1Pb .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-u9MLGET1Pb .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-u9MLGET1Pb .card .panel-body {
  background: #879a9f;
}
.cid-u9MLGET1Pb .sign {
  color: #000000;
}
.cid-u9MLGET1Pb .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u9MLGET1Pb .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-u9MLGET1Pb .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-u9MLGET1Pb .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9MLGET1Pb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9MLGET1Pb .header-text,
.cid-u9MLGET1Pb .sign {
  color: #36a99d;
}
.cid-u9N7pUaN4U {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-header-guguiii-768x551.webp");
}
.cid-u9N7pUaN4U .mbr-section-head {
  margin-bottom: 20px;
}
.cid-u9N7pUaN4U .label-text {
  width: 100%;
  color: #0066FF;
  margin-bottom: 12px;
}
.cid-u9N7pUaN4U .label-text span {
  padding: 7px 20px;
  background-color: rgba(68, 109, 255, 0.1);
  border-radius: 5px;
  color: inherit;
}
.cid-u9N7pUaN4U .mbr-section-title {
  color: #36a99d;
}
.cid-u9N7pUaN4U .mbr-section-subtitle {
  color: #ffba40;
  opacity: 0.8;
  margin-top: 75px;
  margin-bottom: 16px;
}
@media (max-width: 1199px) {
  .cid-u9N7pUaN4U .mbr-section-subtitle {
    margin-top: 50px;
  }
}
.cid-u9N7pUaN4U .cards-container {
  display: flex;
  justify-content: center;
  padding: 0 !important;
}
.cid-u9N7pUaN4U .cards-row {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-u9N7pUaN4U .col-card {
  display: flex;
  margin-top: 40px;
}
.cid-u9N7pUaN4U .card-wrapper {
  padding: 30px 35px 40px;
  text-align: center;
  background-color: transparent;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  background-color: #232323;
  box-shadow: 0 40px 80px rgba(0, 5, 134, 0.05);
}
@media (max-width: 1199px) {
  .cid-u9N7pUaN4U .card-wrapper {
    padding: 30px 15px;
  }
}
.cid-u9N7pUaN4U .card-2 {
  background-color: #0066ff;
  box-shadow: 0 40px 80px rgba(0, 5, 134, 0.05);
}
.cid-u9N7pUaN4U .card-title {
  color: #CECECE;
  margin-bottom: 8px;
}
.cid-u9N7pUaN4U .card-title2 {
  color: #ffffff;
  margin-bottom: 8px;
}
.cid-u9N7pUaN4U .price-container {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
  padding-top: 8px;
}
.cid-u9N7pUaN4U .symbol-text {
  color: #36a99d;
  line-height: 1;
}
.cid-u9N7pUaN4U .symbol-text2 {
  color: #ffffff;
  line-height: 1;
}
.cid-u9N7pUaN4U .price-text {
  color: #36a99d;
  line-height: 1;
}
.cid-u9N7pUaN4U .price-text2 {
  color: #ffffff;
  line-height: 1;
}
.cid-u9N7pUaN4U .price-share-text {
  color: #010d4c;
  line-height: 1;
}
.cid-u9N7pUaN4U .price-share-text2 {
  color: #ffffff;
  line-height: 1;
}
.cid-u9N7pUaN4U .mbr-text {
  color: #ffba40;
  padding-bottom: 16px;
  margin-bottom: 0;
}
.cid-u9N7pUaN4U .mbr-text2 {
  color: #ffffff;
  padding-bottom: 16px;
  margin-bottom: 0;
}
.cid-u9N7pUaN4U .mbr-section-btn {
  width: 100%;
  margin-top: 40px;
}
.cid-u9N7pUaN4U .mbr-section-btn .btn {
  width: 100%;
  min-height: 50px;
  border-radius: 50px;
  padding: 10px 42px;
}
.cid-u9N7pUaN4U .mbr-section-btn .btn:before {
  display: none;
}
.cid-u9N7pUaN4U .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-u9N7pUaN4U .mbr-section-btn .btn-secondary-outline {
  border: 1px solid currentColor !important;
}
.cid-u9N7pUaN4U .mbr-section-btn .btn-secondary-outline:hover {
  color: #ffffff !important;
  border-color: #ffa200 !important;
  background-color: #ffa200 !important;
}
.cid-u9N7pUaN4U .mbr-section-btn .btn-white {
  border: 1px solid #ffffff !important;
  color: #ffa200 !important;
}
.cid-u9N7pUaN4U .mbr-section-btn .btn-white:hover {
  border: 1px solid #ffffff !important;
  color: #ffa200 !important;
  background-color: #ffffff !important;
}
.cid-u9N7pUaN4U .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9N7pUaN4U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9N7XjciUK {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-u9N7XjciUK .image-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-u9N7XjciUK .image-block {
    width: 100% !important;
  }
}
.cid-ua6O4n9MaS {
  padding-top: 135px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/bg-header-guguiii-768x551.webp");
}
.cid-ua6O4n9MaS .intro-body {
  vertical-align: middle;
}
.cid-ua6O4n9MaS .mbr-section-title {
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
}
.cid-ua6O4n9MaS .text {
  color: white;
  letter-spacing: 0.03em;
  margin-bottom: 2rem;
  line-height: 1.7;
}
.cid-ua6O4n9MaS .signature {
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.cid-ua6O4n9MaS .mbr-text {
  width: 100%;
  height: auto;
}
.cid-ua6O4n9MaS .video {
  text-align: center;
  vertical-align: middle;
  margin-top: 0;
}
@media (max-width: 1199px) {
  .cid-ua6O4n9MaS .video {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-ua6O4n9MaS .row {
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ua6O4n9MaS .content,
  .cid-ua6O4n9MaS .video {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-ua6O4n9MaS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua6O4n9MaS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ua6R0HwU2S {
  padding-top: 75px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background4.webp");
}
.cid-ua6R0HwU2S .mbr-text {
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.03em;
}
.cid-ua6R0HwU2S h4 {
  text-align: center;
}
.cid-ua6R0HwU2S p {
  text-align: center;
}
.cid-ua6R0HwU2S .card {
  padding-bottom: 3rem;
}
.cid-ua6R0HwU2S .card-img {
  padding-bottom: 1.5rem;
}
.cid-ua6R0HwU2S .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-ua6R0HwU2S .card-title,
.cid-ua6R0HwU2S .card-img {
  color: #ffffff;
  text-align: center;
}
.cid-ua6R0HwU2S .card-title {
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-bottom: 2rem;
}
.cid-ua6R0HwU2S .header-title,
.cid-ua6R0HwU2S .header-text {
  color: #ffffff;
  text-align: center;
  padding: 0;
  margin-bottom: 2rem;
  width: 100%;
}
.cid-ua6R0HwU2S .header-title {
  letter-spacing: 0.1em;
}
.cid-ua6R0HwU2S .header-text {
  letter-spacing: 0.03em;
}
.cid-ua6R0HwU2S .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua6R0HwU2S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ua6R5YQhpa {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-ua6R5YQhpa .card-title {
  letter-spacing: 0.1em;
  color: #232323;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-ua6R5YQhpa .card {
  margin-bottom: 2rem;
}
.cid-ua6R5YQhpa .card .card-wrapper {
  height: 100%;
}
.cid-ua6R5YQhpa .card-box {
  padding-top: 2rem;
}
.cid-ua6R5YQhpa .card-box p {
  color: #444;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-ua6R5YQhpa .mbr-section-title {
  letter-spacing: 0.1em;
  margin: 0 auto;
  margin-bottom: 2rem;
}
.cid-ua6R5YQhpa .btn {
  margin: .3rem;
}
.cid-ua6R5YQhpa .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua6R5YQhpa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ua6PF3rBDB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ua6PF3rBDB .mbr-text {
  color: #000000;
  letter-spacing: 0.03em;
}
.cid-ua6Oqbn6vB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ua6Oqbn6vB .text-section-title {
  letter-spacing: 0.03em;
  font-weight: 500;
  text-align: left;
  color: #232323;
}
.cid-ua6Oqbn6vB .text-section-text {
  letter-spacing: 0.03em;
  line-height: 1.8;
  text-align: left;
  color: #232323;
}
.cid-ua6Oqbn6vB h4 {
  display: flex;
  letter-spacing: 0.03em;
  -webkit-align-items: center;
  align-items: center;
  color: #000000;
}
.cid-ua6Oqbn6vB .panel-text {
  letter-spacing: 0.03em;
  color: #333333;
  line-height: 1.7;
}
.cid-ua6Oqbn6vB .mbr-section-title {
  letter-spacing: 0.1em;
  color: #000000;
}
.cid-ua6Oqbn6vB .mbr-section-subtitle {
  letter-spacing: 0.03em;
  color: #333333;
}
.cid-ua6Oqbn6vB .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-ua6Oqbn6vB .panel-group {
  width: 100%;
}
.cid-ua6Oqbn6vB .content-block {
  -webkit-flex-basis: auto !important;
  flex-basis: auto !important;
}
.cid-ua6Oqbn6vB .card {
  border-bottom: 1px solid #efefef;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-ua6Oqbn6vB .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-ua6Oqbn6vB .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-ua6Oqbn6vB .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-ua6Oqbn6vB .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-ua6Oqbn6vB .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-ua6Oqbn6vB .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-ua6Oqbn6vB .card .panel-body {
  background: #efefef;
}
.cid-ua6Oqbn6vB .sign {
  color: #000000;
}
.cid-ua6Oqbn6vB .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-ua6Oqbn6vB .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ua6Oqbn6vB .media-container-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-ua6Oqbn6vB .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-ua6Oqbn6vB .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
    padding-top: 0;
    padding-bottom: 2rem;
  }
}
.cid-ua6Oqbn6vB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua6Oqbn6vB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
