.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Instrument Sans;
}
.display-1 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 5rem;
  line-height: 1.15;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 3rem;
  line-height: 1.15;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.125rem;
  line-height: 1;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1rem;
}
.display-7 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- 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: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #f9f6e0 !important;
}
.bg-success {
  background-color: #474a48 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #1c9c2f !important;
}
.bg-danger {
  background-color: #c2222e !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f9f6e0 !important;
  border-color: #f9f6e0 !important;
  color: #b7a523 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #b7a523 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e0b548 !important;
  border-color: #e0b548 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #e7c774 !important;
  border-color: #e7c774 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e7c774 !important;
  border-color: #e7c774 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #474a48 !important;
  border-color: #474a48 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #606461 !important;
  border-color: #606461 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #606461 !important;
  border-color: #606461 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #1c9c2f !important;
  border-color: #1c9c2f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #24c73c !important;
  border-color: #24c73c !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #24c73c !important;
  border-color: #24c73c !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #c2222e !important;
  border-color: #c2222e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #dd3a47 !important;
  border-color: #dd3a47 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #dd3a47 !important;
  border-color: #dd3a47 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #f9f6e0;
  color: #f9f6e0;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ebe197 !important;
  background-color: transparent !important;
  border-color: #ebe197 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #b7a523 !important;
  background-color: #f9f6e0 !important;
  border-color: #f9f6e0 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #e0b548;
  color: #e0b548;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b3891e !important;
  background-color: transparent !important;
  border-color: #b3891e !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #e0b548 !important;
  border-color: #e0b548 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #474a48;
  color: #474a48;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #1d1e1d !important;
  background-color: transparent !important;
  border-color: #1d1e1d !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #474a48 !important;
  border-color: #474a48 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #1c9c2f;
  color: #1c9c2f;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #0f5219 !important;
  background-color: transparent !important;
  border-color: #0f5219 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #1c9c2f !important;
  border-color: #1c9c2f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #c2222e;
  color: #c2222e;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #78151d !important;
  background-color: transparent !important;
  border-color: #78151d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #c2222e !important;
  border-color: #c2222e !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #f9f6e0 !important;
}
.text-secondary {
  color: #e0b548 !important;
}
.text-success {
  color: #474a48 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #1c9c2f !important;
}
.text-danger {
  color: #c2222e !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #e8dd8b !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #a67f1c !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #151615 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #0c4615 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #6b1319 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #f9f6e0;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #1c9c2f;
}
.alert-danger {
  background-color: #c2222e;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f9f6e0;
  border-color: #f9f6e0;
  color: #ccb827;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f9f6e0;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #babdbb;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #57e16b;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e87c84;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 2rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #f9f6e0 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2rem;
}
blockquote {
  border-color: #f9f6e0;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f9f6e0;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f9f6e0;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f9f6e0;
  border-bottom-color: #f9f6e0;
}
.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: #f9f6e0 !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: #e0b548 !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%;
  width: 100%;
  height: auto;
}
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='%23f9f6e0' %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;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  box-shadow: none;
  padding: 20px 24px;
  border-radius: 4px !important;
  font-weight: 400 !important;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
  transform: scale(1.1);
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn-main .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont,
.mbr-section-btn-main .btn:focus .mbr-iconfont {
  transform: rotate(135deg);
  transition: all 0.5s ease-in-out;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  transform: rotate(-45deg);
}
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary {
  color: #474a48 !important;
}
img {
  border-radius: .5rem !important;
}
.cid-uoybTNv0au {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uoybTNv0au nav.navbar {
  position: fixed;
}
.cid-uoybTNv0au .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoybTNv0au .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uoybTNv0au .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uoybTNv0au .dropdown-item:hover,
.cid-uoybTNv0au .dropdown-item:focus {
  background: #f9f6e0 !important;
  color: white !important;
}
.cid-uoybTNv0au .dropdown-item:hover span {
  color: white;
}
.cid-uoybTNv0au .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uoybTNv0au .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uoybTNv0au .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uoybTNv0au .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uoybTNv0au .nav-link {
  position: relative;
}
.cid-uoybTNv0au .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uoybTNv0au .container {
    flex-wrap: nowrap;
  }
}
.cid-uoybTNv0au .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uoybTNv0au .dropdown-menu,
.cid-uoybTNv0au .navbar.opened {
  background: #f0f0f0 !important;
}
.cid-uoybTNv0au .nav-item:focus,
.cid-uoybTNv0au .nav-link:focus {
  outline: none;
}
.cid-uoybTNv0au .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoybTNv0au .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoybTNv0au .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoybTNv0au .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoybTNv0au .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoybTNv0au .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoybTNv0au .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f0f0f0;
}
.cid-uoybTNv0au .navbar.opened {
  transition: all 0.3s;
}
.cid-uoybTNv0au .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uoybTNv0au .navbar .navbar-logo img {
  width: auto;
}
.cid-uoybTNv0au .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uoybTNv0au .navbar.collapsed {
  justify-content: center;
}
.cid-uoybTNv0au .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoybTNv0au .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uoybTNv0au .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uoybTNv0au .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoybTNv0au .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoybTNv0au .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uoybTNv0au .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoybTNv0au .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uoybTNv0au .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uoybTNv0au .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoybTNv0au .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoybTNv0au .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoybTNv0au .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uoybTNv0au .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uoybTNv0au .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoybTNv0au .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uoybTNv0au .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uoybTNv0au .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uoybTNv0au .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoybTNv0au .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uoybTNv0au .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uoybTNv0au .navbar.navbar-short {
  min-height: 60px;
}
.cid-uoybTNv0au .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoybTNv0au .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uoybTNv0au .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uoybTNv0au .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uoybTNv0au .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoybTNv0au .dropdown-item.active,
.cid-uoybTNv0au .dropdown-item:active {
  background-color: transparent;
}
.cid-uoybTNv0au .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoybTNv0au .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoybTNv0au .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoybTNv0au .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f0f0f0;
}
.cid-uoybTNv0au .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uoybTNv0au .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoybTNv0au ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uoybTNv0au .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uoybTNv0au button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uoybTNv0au button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #491414;
}
.cid-uoybTNv0au button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoybTNv0au button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoybTNv0au button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoybTNv0au button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoybTNv0au nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoybTNv0au nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoybTNv0au nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoybTNv0au nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoybTNv0au .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uoybTNv0au a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uoybTNv0au .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uoybTNv0au .navbar {
    height: 70px;
  }
  .cid-uoybTNv0au .navbar.opened {
    height: auto;
  }
  .cid-uoybTNv0au .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhnsi7T0eB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f0f0f0;
  overflow: hidden;
}
.cid-uhnsi7T0eB .media-container-row .mbr-text {
  color: #282828;
}
.cid-uet1y3qqLc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #f0f0f0;
}
.cid-uet1y3qqLc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uet1y3qqLc .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-uet1y3qqLc .container {
    padding: 0 20px;
  }
  .cid-uet1y3qqLc .container .row {
    padding: 0;
  }
}
.cid-uet1y3qqLc .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-uet1y3qqLc .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uet1y3qqLc .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uet1y3qqLc .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uet1y3qqLc .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #ffffff;
}
.cid-uet1y3qqLc .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uet1y3qqLc .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uet1y3qqLc .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-uet1y3qqLc .mbr-section-title {
  color: #222222;
}
.cid-uet1y3qqLc .mbr-text {
  color: #222222;
  text-align: center;
}
.cid-uet1y3qqLc .mbr-section-title,
.cid-uet1y3qqLc .mbr-section-btn {
  text-align: center;
}
.cid-ufluPghf1M {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f0f0f0;
}
.cid-ufluPghf1M .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufluPghf1M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufluPghf1M .row {
  flex-direction: row-reverse;
}
.cid-uflA72ixna {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uflA72ixna .mbr-fallback-image.disabled {
  display: none;
}
.cid-uflA72ixna .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uflA72ixna .col-title {
  margin-bottom: 32px;
}
.cid-uflA72ixna .mbr-section-title {
  color: #24262b;
}
.cid-uflA72ixna .mbr-section-subtitle {
  color: #24262b;
}
.cid-uflA72ixna .cards-row {
  row-gap: 32px;
}
.cid-uflA72ixna .card {
  border-radius: 0;
}
.cid-uflA72ixna .card-wrapper {
  display: flex;
  align-items: center;
}
.cid-uflA72ixna .mbr-iconfont {
  display: block;
  font-size: 56px;
  color: #33363b;
  margin-right: 2rem;
  flex-shrink: 0;
}
.cid-uflA72ixna .text-wrap {
  flex-grow: 1;
}
.cid-uflA72ixna .card-title {
  color: #24262b;
}
.cid-uflA72ixna .card-text {
  color: #767676;
  text-align: left;
}
.cid-tYVQzS2Znh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/design-sem-nome-5-1920x1080.webp");
}
.cid-tYVQzS2Znh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYVQzS2Znh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYVQzS2Znh .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-tYVQzS2Znh .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 30px;
}
.cid-tYVQzS2Znh .mbr-text {
  color: #878e99;
  margin-top: 0;
}
.cid-tYVQzS2Znh .mbr-section-btn {
  margin-top: 30px;
}
.cid-tYVQzS2Znh .mbr-section-btn .btn {
  box-shadow: none !important;
}
.cid-tYVQzS2Znh .mbr-text,
.cid-tYVQzS2Znh .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uflDuy7q6x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #22654e;
}
.cid-uflDuy7q6x .decor-wrap_1 {
  position: absolute;
  top: 15%;
  left: -6rem;
  width: 423px;
  height: 423px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-uflDuy7q6x .decor-wrap_2 {
  position: absolute;
  top: 25%;
  right: 1%;
  width: 207px;
  height: 207px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #144031 0, #22654e 43%, #246f55 100%);
}
.cid-uflDuy7q6x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uflDuy7q6x .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-uflDuy7q6x .container {
    padding: 0 30px;
  }
}
.cid-uflDuy7q6x .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uflDuy7q6x .desc-wrapper .mbr-desc {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uflDuy7q6x .desc-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uflDuy7q6x .text-wrapper .mbr-text {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uflDuy7q6x .text-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uflDuy7q6x .items-wrapper .item {
  margin-bottom: 40px;
}
.cid-uflDuy7q6x .items-wrapper .item:nth-child(2n) {
  padding-top: 50px;
}
@media (max-width: 992px) {
  .cid-uflDuy7q6x .items-wrapper .item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-uflDuy7q6x .items-wrapper .item:nth-child(3n) {
  padding-top: 100px;
}
@media (max-width: 992px) {
  .cid-uflDuy7q6x .items-wrapper .item:nth-child(3n) {
    padding-top: 0;
  }
}
@media (max-width: 992px) {
  .cid-uflDuy7q6x .items-wrapper .item {
    margin-bottom: 40px;
  }
}
.cid-uflDuy7q6x .items-wrapper .item .item-wrapper {
  background-color: #ffffff;
  border-radius: 0 !important;
}
.cid-uflDuy7q6x .items-wrapper .item .item-wrapper .item-img {
  padding: 50px 40px 0 0;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uflDuy7q6x .items-wrapper .item .item-wrapper .item-img {
    padding: 40px 30px 0 0;
  }
}
.cid-uflDuy7q6x .items-wrapper .item .item-wrapper .item-img img {
  height: 260px;
  object-fit: cover;
}
.cid-uflDuy7q6x .items-wrapper .item .item-wrapper .item-content {
  padding: 0 40px 70px;
}
@media (max-width: 992px) {
  .cid-uflDuy7q6x .items-wrapper .item .item-wrapper .item-content {
    padding: 0 30px 50px;
  }
}
.cid-uflDuy7q6x .items-wrapper .item .item-wrapper .item-content .item-number {
  margin-bottom: 10px;
}
.cid-uflDuy7q6x .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 30px;
}
.cid-uflDuy7q6x .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 35px;
}
.cid-uflDuy7q6x .mbr-desc {
  color: #c7fcb5;
}
.cid-uflDuy7q6x .mbr-text {
  color: #c7fcb5;
}
.cid-uflDuy7q6x .item-number {
  color: #144031;
}
.cid-uflDuy7q6x .item-title {
  color: #144031;
}
.cid-uflDuy7q6x .item-text {
  color: #144031;
}
.cid-uflHeHsEGz {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uflHeHsEGz .video-wrapper iframe {
  width: 100%;
}
.cid-uflHeHsEGz h2,
.cid-uflHeHsEGz h4,
.cid-uflHeHsEGz p {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uflHeHsEGz .col-md-6 {
    width: 100%;
  }
}
.cid-uflHeHsEGz .mbr-section-head {
  margin-bottom: 2rem;
}
@media (min-width: 993px) {
  .cid-uflHeHsEGz .mbr-section-head {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-uflHeHsEGz .mbr-section-head {
    text-align: center;
  }
}
.cid-uflHeHsEGz .mbr-section-title {
  color: #000000;
  margin-bottom: 1rem;
}
.cid-uflHeHsEGz .mbr-section-subtitle {
  color: #6b6b6b;
  margin-bottom: 6px;
}
.cid-uflHeHsEGz .mbr-text {
  color: #6b6b6b;
}
.cid-uflI0pgLbn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uflI0pgLbn .video-wrapper iframe {
  width: 100%;
}
.cid-uflI0pgLbn h2,
.cid-uflI0pgLbn h4,
.cid-uflI0pgLbn p {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uflI0pgLbn .col-md-6 {
    width: 100%;
  }
}
.cid-uflI0pgLbn .mbr-section-head {
  margin-bottom: 2rem;
}
@media (min-width: 993px) {
  .cid-uflI0pgLbn .mbr-section-head {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-uflI0pgLbn .mbr-section-head {
    text-align: center;
  }
}
.cid-uflI0pgLbn .mbr-section-title {
  color: #000000;
  margin-bottom: 1rem;
}
.cid-uflI0pgLbn .mbr-section-subtitle {
  color: #6b6b6b;
  margin-bottom: 6px;
}
.cid-uflI0pgLbn .mbr-text {
  color: #6b6b6b;
}
.cid-uflLLgqutA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uflLLgqutA .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uflLLgqutA img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uflLLgqutA .text-wrapper {
    margin-left: 3rem;
    padding: 2rem;
  }
}
.cid-uflMJAJS3M {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uflMJAJS3M .row {
  flex-direction: row-reverse;
}
.cid-uflMJAJS3M .image-wrapper {
  padding: 0 2rem;
}
.cid-uflMJAJS3M .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-uflMJAJS3M .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-uflMJAJS3M .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-uflMJAJS3M .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-uflMJAJS3M .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-uflMJAJS3M .text-wrapper,
  .cid-uflMJAJS3M .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uflMJAJS3M .text-wrapper,
  .cid-uflMJAJS3M .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-uflMJAJS3M .text-wrapper,
  .cid-uflMJAJS3M .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-uflMJAJS3M .text-wrapper,
  .cid-uflMJAJS3M .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-uflMJAJS3M .text-wrapper,
  .cid-uflMJAJS3M .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-uflMJAJS3M .content {
    text-align: center;
  }
}
.cid-uflMJAJS3M .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-uflMJAJS3M .mbr-card-title {
    text-align: start;
  }
}
.cid-uflMJAJS3M .nutrition {
  max-width: 543px;
  background-color: #f3edf7;
  border-radius: 10px;
  padding: 2.5rem 2rem;
  margin-bottom: 2rem;
  margin-left: 4.5rem;
  margin-right: 2rem;
}
@media (max-width: 1199px) {
  .cid-uflMJAJS3M .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-uflMJAJS3M .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-uflMJAJS3M .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-uflMJAJS3M .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-uflMJAJS3M .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-uflMJAJS3M .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-uflMJAJS3M .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-uflMJAJS3M .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-uflMJAJS3M .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-uflMJAJS3M .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-uflMJAJS3M .nutrition-wrap {
    width: 100%;
  }
}
.cid-uflMJAJS3M .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-uflMJAJS3M .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-uflMJAJS3M .tile-text-wrap {
  display: flex;
}
.cid-uflMJAJS3M svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-uflMJAJS3M svg path {
  fill: #cd8ad1;
}
.cid-uflMJAJS3M .numbers {
  display: flex;
  align-self: center;
}
.cid-uflMJAJS3M .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-uflMJAJS3M .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-uflMJAJS3M .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-uflMJAJS3M .mbr-tile-text {
    text-align: start;
  }
}
.cid-uflMJAJS3M .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uflMJAJS3M .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-uflMJAJS3M .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-uflMJAJS3M .price-text-wrap {
    margin-left: 0;
    justify-content: center;
    margin-bottom: 1rem;
  }
}
.cid-uflMJAJS3M .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
  opacity: 0;
}
.cid-uflMJAJS3M .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uflMJAJS3M .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uflMJAJS3M .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uflMJAJS3M .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uflMJAJS3M div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-uflMJAJS3M .mbr-section-btn {
  display: flex;
}
.cid-ufXvOvV4aq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.webp");
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-ufXvOvV4aq .container {
    padding: 0 24px;
  }
}
.cid-ufXvOvV4aq .card {
  justify-content: center;
}
.cid-ufXvOvV4aq .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-ufXvOvV4aq .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-ufXvOvV4aq .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ufXvOvV4aq .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-ufXvOvV4aq .text-wrapper {
  border-top: 1px solid #72716b;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-ufXvOvV4aq .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-ufXvOvV4aq .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-ufXvOvV4aq .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-ufXvOvV4aq .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-ufXvOvV4aq .mbr-section-title {
  color: #F9F6E0;
}
.cid-ufXvOvV4aq .mbr-desc {
  color: #F9F6E0;
  text-align: left;
}
.cid-ufXvOvV4aq .mbr-text {
  color: #F9F6E0;
  text-align: left;
}
.cid-ufXvOvV4aq .mbr-section-btn {
  text-align: right;
}
.cid-uflPNlV0EK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f0f4ff;
}
@media (max-width: 991px) {
  .cid-uflPNlV0EK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uflPNlV0EK .row {
  flex-direction: row-reverse;
}
.cid-uflPNlV0EK img {
  width: 100%;
}
.cid-uflPNlV0EK .mbr-section-title {
  margin-bottom: 1rem;
  color: #72716b;
  text-align: center;
}
.cid-uflPNlV0EK .mbr-text {
  margin-bottom: 4.5rem;
  color: #3a3e5e;
  text-align: center;
}
.cid-uflPNlV0EK .image-wrapper img {
  border-radius: 15px;
}
.cid-uflRZ775tW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fbfbfb;
}
.cid-uflRZ775tW .title-wrapper {
  margin: 0 150px;
}
@media (max-width: 992px) {
  .cid-uflRZ775tW .title-wrapper {
    margin: 0 30px;
  }
}
.cid-uflRZ775tW .title-wrapper .mbr-section-title {
  margin-bottom: 83.5px;
}
@media (max-width: 768px) {
  .cid-uflRZ775tW .title-wrapper .mbr-section-title {
    margin-bottom: 50.4px;
  }
}
.cid-uflRZ775tW .text-wrapper {
  margin: 0 150px;
  padding: 86px 0;
  border-top: 1px solid #cbcbcb;
}
@media (max-width: 992px) {
  .cid-uflRZ775tW .text-wrapper {
    margin: 0 30px;
  }
}
@media (max-width: 768px) {
  .cid-uflRZ775tW .text-wrapper {
    padding: 50.4px 0;
  }
}
.cid-uflRZ775tW .text-wrapper .mbr-section-subtitle {
  margin: 0;
}
@media (max-width: 768px) {
  .cid-uflRZ775tW .text-wrapper .mbr-section-subtitle {
    margin-bottom: 33.6px;
  }
}
.cid-uflRZ775tW .text-wrapper .mbr-text {
  margin: 0;
}
.cid-uflRZ775tW .mbr-section-title {
  color: #1E1C21;
}
.cid-uflRZ775tW .mbr-section-subtitle {
  color: #1E1C21;
}
.cid-uflRZ775tW .mbr-text {
  color: #1E1C21;
}
.cid-ug5cF1bkiX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-ug5cF1bkiX .mbr-text {
  margin-top: 20px;
  margin-bottom: 50px;
  padding-right: 70px;
  text-align: left;
}
.cid-ug5cF1bkiX .mbr-section-title {
  display: inline-block;
  margin-bottom: 1rem;
  text-align: left;
}
.cid-ug5cF1bkiX .mbr-section-title b:last-child,
.cid-ug5cF1bkiX .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-ug5cF1bkiX .carousel-item {
  justify-content: center;
  text-align: left;
}
.cid-ug5cF1bkiX .carousel-item .media-container-row {
  flex-grow: 1;
}
.cid-ug5cF1bkiX .carousel-item .slider__item {
  margin-right: 30px;
  position: relative;
  opacity: 1;
}
.cid-ug5cF1bkiX .carousel-item img {
  width: 100%;
}
.cid-ug5cF1bkiX .slider__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: min-content;
  position: relative;
  padding: 20px 0px;
  transition: border .3s;
}
.cid-ug5cF1bkiX .slider__content .slider__subtitle {
  margin-bottom: 8px;
  color: #474a48;
}
.cid-ug5cF1bkiX .slider__content .slider__title {
  margin-bottom: 13px;
}
.cid-ug5cF1bkiX .slider__content .slider__text {
  margin-bottom: 0;
}
.cid-ug5cF1bkiX .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-ug5cF1bkiX .link a {
  font-weight: 700;
}
.cid-ug5cF1bkiX .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-ug5cF1bkiX .link:hover span {
  transform: translateX(9px);
}
.cid-ug5cF1bkiX .carousel-item.active,
.cid-ug5cF1bkiX .carousel-item-next,
.cid-ug5cF1bkiX .carousel-item-prev {
  display: flex;
}
.cid-ug5cF1bkiX .mbr-iconfont {
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ug5cF1bkiX .carousel-controls a {
  transition: all .3s;
  border-radius: 50%;
  border: none;
  background-color: transparent;
}
.cid-ug5cF1bkiX .carousel-controls a span {
  color: #f23801;
  font-size: 35px;
}
.cid-ug5cF1bkiX .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-ug5cF1bkiX .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-ug5cF1bkiX .carousel-controls .carousel-control-next,
.cid-ug5cF1bkiX .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-ug5cF1bkiX .carousel-controls .carousel-control-next {
  right: -40px;
  bottom: auto;
  top: 44%;
}
.cid-ug5cF1bkiX .carousel-controls .carousel-control-prev {
  left: -40px;
  bottom: auto;
  top: 44%;
}
.cid-ug5cF1bkiX .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: min-content;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ug5cF1bkiX .col-lg-5 {
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-ug5cF1bkiX .carousel-inner {
    padding-bottom: 3px;
  }
  .cid-ug5cF1bkiX .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-ug5cF1bkiX .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-ug5cF1bkiX .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-ug5cF1bkiX .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-ug5cF1bkiX .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-ug5cF1bkiX .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ug5cF1bkiX .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ug5cF1bkiX .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-ug5cF1bkiX .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-ug5cF1bkiX .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-ug5cF1bkiX .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-ug5cF1bkiX .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-ug5cF1bkiX .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ug5cF1bkiX .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
}
@media (max-width: 1200px) {
  .cid-ug5cF1bkiX .carousel-inner .carousel-item .cloneditem-2 {
    display: none !important;
  }
}
@media (max-width: 1440px) {
  .cid-ug5cF1bkiX .slider__content .slider__title {
    font-size: 25px;
    line-height: 30px;
  }
  .cid-ug5cF1bkiX .slider__content {
    min-height: min-content;
  }
}
@media (max-width: 991px) {
  .cid-ug5cF1bkiX .cloneditem-1,
  .cid-ug5cF1bkiX .cloneditem-2,
  .cid-ug5cF1bkiX .cloneditem-3,
  .cid-ug5cF1bkiX .cloneditem-4,
  .cid-ug5cF1bkiX .cloneditem-5 {
    display: none;
  }
  .cid-ug5cF1bkiX .title__block {
    margin-bottom: 50px;
    padding-left: 63px;
  }
  .cid-ug5cF1bkiX .title__block .mbr-section-title {
    margin-bottom: 0;
  }
  .cid-ug5cF1bkiX .mbr-text {
    padding-right: 0;
    margin-bottom: 10px;
  }
  .cid-ug5cF1bkiX .carousel-item .slider__item {
    margin-right: 0;
  }
  .cid-ug5cF1bkiX .slider__content {
    min-height: min-content;
    padding: 18px 18px 22px;
  }
  .cid-ug5cF1bkiX .carousel-controls .carousel-control-next {
    right: -35px;
    bottom: auto;
    top: 44%;
  }
  .cid-ug5cF1bkiX .carousel-controls .carousel-control-prev {
    left: -35px;
    bottom: auto;
    top: 44%;
  }
}
@media (max-width: 767px) {
  .cid-ug5cF1bkiX .carousel-controls {
    display: none;
  }
}
.cid-ug5cF1bkiX .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
  text-align: left;
}
.cid-ug5cF1bkiX .mbr-section-title b > b,
.cid-ug5cF1bkiX .mbr-section-title b > strong {
  color: #f9f6e0;
}
.cid-ug5cF1bkiX .mbr-section-subtitle {
  margin-bottom: 0.625rem;
  text-align: left;
}
.cid-ug5cF1bkiX .slider__content .slider__text,
.cid-ug5cF1bkiX .link {
  color: #232323;
}
.cid-ug5cF1bkiX .slider__content .slider__subtitle {
  color: #9e9e9e;
}
.cid-ug5cF1bkiX .carousel-indicators {
  bottom: -35px;
}
.cid-ug5cF1bkiX .carousel-indicators li {
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #000000;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-ug5cF1bkiX .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-ug5cF1bkiX .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #000000;
  stroke: none;
  overflow: visible;
}
.cid-ug5cF1bkiX .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #000000;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-ug5cF1bkiX .carousel-indicators li.active {
  background: #000000;
}
.cid-ug5cF1bkiX .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-ug5cF1bkiX .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug5cF1bkiX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ug5kdoTyBn {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ug5kdoTyBn .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug5kdoTyBn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ug5kdoTyBn .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-ug5kdoTyBn .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-ug5kdoTyBn .container {
    padding: 0 26px;
  }
}
.cid-ug5kdoTyBn .row {
  justify-content: center;
}
.cid-ug5kdoTyBn .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-ug5kdoTyBn .text-wrapper .mbr-section-btn .btn {
  width: 45%;
}
@media (max-width: 768px) {
  .cid-ug5kdoTyBn .text-wrapper .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ug5kdoTyBn .mbr-text,
.cid-ug5kdoTyBn .icon-wrapper {
  color: #000000;
  text-align: center;
}
.cid-ug5kdoTyBn .mbr-text,
.cid-ug5kdoTyBn .mbr-section-btn {
  text-align: center;
}
.cid-uoy82FhIU1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uoy82FhIU1 img {
  width: 100%;
  border-radius: 15px;
}
