.btn {
  border-width: 2px;
}
body {
  font-family: Quicksand;
}
.display-1 {
  font-family: 'Quicksand', sans-serif;
  font-size: 3.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.25rem;
}
.display-2 {
  font-family: 'Quicksand', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.375rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.71875rem;
}
.display-7 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- 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: 2.72rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.38rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((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.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
/* Buttons */
.mbr-section-btn {
  width: 100%;
}
.mbr-section-title {
  margin: 0;
}
.mbr-section-subtitle {
  padding: 0;
  margin: 0;
}
.mbr-text {
  padding: 0;
  margin: 0;
}
.btn {
  padding: 0.5625rem 2.3125rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 2.8rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.6rem 2.8rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1rem 2.8rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #0c5b47 !important;
}
.bg-success {
  background-color: #10634e !important;
}
.bg-info {
  background-color: #1b745e !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0c5b47 !important;
  border-color: #0c5b47 !important;
  color: #10634e !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #10634e !important;
  background-color: #083b2e !important;
  border-color: #083b2e !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #10634e !important;
  background-color: #083b2e !important;
  border-color: #083b2e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fef1e6 !important;
  border-color: #fef1e6 !important;
  color: #10634e !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #10634e !important;
  background-color: #fddec4 !important;
  border-color: #fddec4 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #10634e !important;
  background-color: #fddec4 !important;
  border-color: #fddec4 !important;
}
.btn-info,
.btn-info:active {
  background-color: #1b745e !important;
  border-color: #1b745e !important;
  color: #10634e !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #10634e !important;
  background-color: #145747 !important;
  border-color: #145747 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #10634e !important;
  background-color: #145747 !important;
  border-color: #145747 !important;
}
.btn-success,
.btn-success:active {
  background-color: #10634e !important;
  border-color: #10634e !important;
  color: #10634e !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #10634e !important;
  background-color: #0b4436 !important;
  border-color: #0b4436 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #10634e !important;
  background-color: #0b4436 !important;
  border-color: #0b4436 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #10634e !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #10634e !important;
  background-color: #ffda3d !important;
  border-color: #ffda3d !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #10634e !important;
  background-color: #ffda3d !important;
  border-color: #ffda3d !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #10634e !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #10634e !important;
  background-color: #ff8142 !important;
  border-color: #ff8142 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #10634e !important;
  background-color: #ff8142 !important;
  border-color: #ff8142 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #10634e !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #10634e !important;
  background-color: #ededed !important;
  border-color: #ededed !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #10634e !important;
  background-color: #ededed !important;
  border-color: #ededed !important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #10634e !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #10634e !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #10634e !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #0c5b47;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background-color: #0c5b47 !important;
  border-color: #0c5b47;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0c5b47 !important;
  border-color: #0c5b47 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #fef1e6;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background-color: #fef1e6 !important;
  border-color: #fef1e6;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #fef1e6 !important;
  border-color: #fef1e6 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #1b745e;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background-color: #1b745e !important;
  border-color: #1b745e;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #1b745e !important;
  border-color: #1b745e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #10634e;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background-color: #10634e !important;
  border-color: #10634e;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #10634e !important;
  border-color: #10634e !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background-color: #ffe161 !important;
  border-color: #ffe161;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #000000;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #0c5b47 !important;
}
.text-secondary {
  color: #fef1e6 !important;
}
.text-success {
  color: #10634e !important;
}
.text-info {
  color: #1b745e !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #ffffff;
}
.text-black {
  color: #000000;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #faba84 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #faba84 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #020b09 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #08211b !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #000000;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #ffffff;
}
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;
  transition: all 0.2s ease-in-out;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  /*transition: background-position 0s ease-in-out;*/
  /*background-image: linear-gradient(currentColor 50%, currentColor 50%);*/
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #0c5b47;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #1b745e;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0c5b47;
  border-color: #0c5b47;
  /*.color: contrast(@primaryColor, darken(@primaryColor, 45%), #ffffff, 60%);*/
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #0c5b47;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #1bcc9f;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #22d1a4;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #3dd2ad;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Quicksand', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: @primaryColor!important;*/
}
.form-control:-webkit-input-placeholder {
  font-family: 'Quicksand', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #0c5b47;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.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: #0c5b47;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0s ease;
}
.jq-number__spin:hover {
  border-color: #0c5b47;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0c5b47;
  border-bottom-color: #0c5b47;
}
.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: #ffffff !important;
  background-color: #0c5b47 !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: #fef1e6 !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='%230c5b47' %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;
}
.container {
  max-width: 1100px;
}
.btn {
  font-weight: 400;
}
.cid-u5zBZyjExG {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-u5zBZyjExG .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-u5zBZyjExG .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-u5zBZyjExG .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-u5zBZyjExG .navbar.opened {
  transition: all 0.2s;
  background: #ffffff !important;
}
.cid-u5zBZyjExG .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-u5zBZyjExG .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-u5zBZyjExG .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-u5zBZyjExG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5zBZyjExG .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-u5zBZyjExG .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #0c5b47;
}
.cid-u5zBZyjExG .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-u5zBZyjExG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5zBZyjExG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 91.82857143vh;
  }
}
.cid-u5zBZyjExG .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-u5zBZyjExG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5zBZyjExG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5zBZyjExG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u5zBZyjExG .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-u5zBZyjExG .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-u5zBZyjExG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5zBZyjExG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-u5zBZyjExG .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-u5zBZyjExG .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-u5zBZyjExG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5zBZyjExG .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-u5zBZyjExG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5zBZyjExG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5zBZyjExG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u5zBZyjExG .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-u5zBZyjExG .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-u5zBZyjExG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5zBZyjExG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-u5zBZyjExG .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-u5zBZyjExG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-u5zBZyjExG .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u5zBZyjExG .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-u5zBZyjExG .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-u5zBZyjExG .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-u5zBZyjExG .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-u5zBZyjExG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-u5zBZyjExG .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-u5zBZyjExG .navbar-brand {
  height: 4.4rem;
  min-height: 2rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-u5zBZyjExG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5zBZyjExG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5zBZyjExG .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-u5zBZyjExG .dropdown-item.active,
.cid-u5zBZyjExG .dropdown-item:active {
  background-color: transparent;
}
.cid-u5zBZyjExG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-u5zBZyjExG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5zBZyjExG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5zBZyjExG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u5zBZyjExG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-u5zBZyjExG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5zBZyjExG ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-u5zBZyjExG .navbar-buttons {
  text-align: center;
}
.cid-u5zBZyjExG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u5zBZyjExG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-u5zBZyjExG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5zBZyjExG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-u5zBZyjExG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-u5zBZyjExG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5zBZyjExG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5zBZyjExG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-u5zBZyjExG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-u5zBZyjExG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5zBZyjExG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-u5zBZyjExG .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-u5zBZyjExG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-u5zBZyjExG .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-u5zBZyjExG .nav-link:hover,
.cid-u5zBZyjExG .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-u5zBZyjExG .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-u5zBZyjExG .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-u5zBZyjExG .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-u76MknQT8y {
  background-image: url("../../../assets/images/-dsc3255-2000x1335.webp");
}
.cid-u76MknQT8y .mbr-fallback-image.disabled {
  display: none;
}
.cid-u76MknQT8y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u76MknQT8y .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-u76MknQT8y .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-u76MknQT8y .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-u76MknQT8y .mbr-text,
.cid-u76MknQT8y .mbr-section-btn,
.cid-u76MknQT8y .social-row {
  color: #f2f2f2;
  text-align: left;
}
.cid-u76MknQT8y .mbr-section-title {
  color: #f2f2f2;
  text-align: left;
}
.cid-u76MknQT8y .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-un5SHGVkdc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: linear-gradient(135deg, #506b3d 10%, #10634e 100%) !important;
}
.cid-un5SHGVkdc .mbr-fallback-image.disabled {
  display: none;
}
.cid-un5SHGVkdc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-un5SHGVkdc .mbr-section-title {
  color: #fffbf6;
  text-align: center;
}
.cid-un5SHGVkdc .mbr-text,
.cid-un5SHGVkdc .mbr-section-btn {
  color: #fffbf6;
  text-align: center;
}
.cid-tWfCTnruxE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f8f8f8;
}
.cid-tWfCTnruxE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWfCTnruxE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWfCTnruxE .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tWfCTnruxE .container-fluid {
    padding: 0 20px;
  }
}
.cid-tWfCTnruxE .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tWfCTnruxE .container {
    padding: 0 20px;
  }
}
.cid-tWfCTnruxE .image-wrapper {
  position: relative;
  padding: 0 100px 60px 50px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tWfCTnruxE .image-wrapper {
    padding: 0;
    margin-bottom: 45px;
  }
}
.cid-tWfCTnruxE .image-wrapper .image_1 {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tWfCTnruxE .image-wrapper .image_1 {
    height: 300px;
  }
}
.cid-tWfCTnruxE .image-wrapper .image_2 {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 240px;
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tWfCTnruxE .image-wrapper .image_2 {
    display: none;
  }
}
.cid-tWfCTnruxE .image-wrapper .image_3 {
  position: absolute;
  bottom: 10%;
  left: 0;
  height: 180px;
  max-width: 160px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tWfCTnruxE .image-wrapper .image_3 {
    display: none;
  }
}
.cid-tWfCTnruxE .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-tWfCTnruxE .title-wrapper .title-wrap {
  padding-left: 42px;
}
.cid-tWfCTnruxE .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tWfCTnruxE .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-tWfCTnruxE .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tWfCTnruxE .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-tWfCTnruxE .mbr-section-title {
  color: #000000;
}
.cid-tWfCTnruxE .mbr-text {
  color: #6a6e71;
}
.cid-u6ChDNJbiD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u6ChDNJbiD .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6ChDNJbiD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6ChDNJbiD .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-u6ChDNJbiD .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-u6ChDNJbiD .container {
    padding: 0 22px;
  }
}
.cid-u6ChDNJbiD .row {
  justify-content: space-between;
}
.cid-u6ChDNJbiD .row .card {
  justify-content: center;
}
.cid-u6ChDNJbiD .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u6ChDNJbiD .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-u6ChDNJbiD .content-wrapper .mbr-text {
  margin-bottom: 0px;
}
.cid-u6ChDNJbiD .image-wrapper {
  position: relative;
}
.cid-u6ChDNJbiD .image-wrapper img {
  height: 570px;
  object-fit: cover;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 992px) {
  .cid-u6ChDNJbiD .image-wrapper img {
    height: 350px;
  }
}
.cid-u6ChDNJbiD .mbr-section-title {
  color: #000000;
}
.cid-u6ChDNJbiD .mbr-desc {
  color: #000000;
}
.cid-u6ChDNJbiD .mbr-text {
  color: #000000;
}
.cid-tWexQNE5ER {
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
}
.cid-tWexQNE5ER .mbr-overlay {
  background: #fafafa;
  opacity: 0.9;
}
.cid-tWexQNE5ER .container-fluid {
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
}
.cid-tWexQNE5ER .mbr-section-head {
  position: absolute;
  transform: translate(0rem, 2rem) rotate(-90deg);
}
@media (max-width: 767px) {
  .cid-tWexQNE5ER .mbr-section-head {
    transform: translate(-1rem, 2rem) rotate(-90deg);
  }
}
.cid-tWexQNE5ER .wrap {
  padding-top: 10rem;
  padding-bottom: 8rem;
}
.cid-tWexQNE5ER .content {
  background: #f2f2f2;
}
.cid-tWexQNE5ER .item-content {
  padding: 12px 0;
}
.cid-tWexQNE5ER img,
.cid-tWexQNE5ER .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tWexQNE5ER img,
  .cid-tWexQNE5ER .item-img {
    max-height: 250px;
  }
}
.cid-tWexQNE5ER .item:focus,
.cid-tWexQNE5ER span:focus {
  outline: none;
}
.cid-tWexQNE5ER .item-wrap {
  padding-right: 23px;
  padding-left: 23px;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-tWexQNE5ER .item-wrap {
    padding-right: 56.4px;
    padding-left: 56.4px;
    border-right: 1px solid rgba(61, 61, 61, 0.3);
  }
}
.cid-tWexQNE5ER .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tWexQNE5ER .display-4 > .mbr-iconfont {
  font-size: 11.6px;
  margin-left: 10px;
}
.cid-tWexQNE5ER .mbr-iconfont {
  font-weight: 700;
  padding: 1rem;
  border-radius: 50%;
  transition: background 0.5s ease-in-out;
}
.cid-tWexQNE5ER .link-title:hover .mbr-iconfont {
  background: #FFFF27;
}
.cid-tWexQNE5ER .mbr-section-subtitle {
  text-align: right;
}
.cid-tWexQNE5ER .mbr-section-title {
  text-align: right;
}
.cid-tWeIJGSPaJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWeIJGSPaJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWeIJGSPaJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-tWeIJGSPaJ .container {
    max-width: 1400px;
  }
}
.cid-tWeIJGSPaJ .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tWeIJGSPaJ .row {
  justify-content: center;
}
.cid-tWeKanZEHz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1316.webp");
}
.cid-tWeKanZEHz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWeKanZEHz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWeKanZEHz .nav-tabs .nav-item.open .nav-link:focus,
.cid-tWeKanZEHz .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tWeKanZEHz .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #ffe161;
}
@media (max-width: 767px) {
  .cid-tWeKanZEHz .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-tWeKanZEHz .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-tWeKanZEHz .nav-tabs .nav-link:not(.active) {
  color: #fffbf6;
}
.cid-tWeKanZEHz .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-tWeKanZEHz .nav-link,
.cid-tWeKanZEHz .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-tWeKanZEHz .nav-tabs .nav-link.active {
  color: #ffe161;
  border-bottom: 3px solid #ffe161;
}
.cid-tWeKanZEHz H4 {
  text-align: left;
  color: #ffffff;
}
.cid-tWeKanZEHz H3 {
  text-align: left;
  color: #ffffff;
}
.cid-tWeKanZEHz P {
  color: #ffffff;
}
.cid-tL5sya5bqG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fffbf6;
}
.cid-tL5sya5bqG p {
  text-align: center;
}
.cid-tL5sya5bqG .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tL5sya5bqG .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tL5sya5bqG .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #0c5b47;
}
.cid-tL5sya5bqG .logo-footer {
  line-height: normal;
}
.cid-tL5sya5bqG .copyright .list-inline {
  margin-bottom: 0;
}
.cid-tL5sya5bqG .copyright .list-inline .list-inline-item {
  margin: 10px 15px;
}
@media (max-width: 767px) {
  .cid-tL5sya5bqG .copyright .list-inline .list-inline-item {
    margin: 10px 6px;
  }
}
.cid-tL5sya5bqG li {
  overflow: hidden;
}
.cid-tL5sya5bqG .icon-transition span {
  display: block;
}
.cid-tL5sya5bqG .icon-transition:hover span {
  animation: 0.3s linear top;
}
.cid-tL5sya5bqG .list-inline-item a {
  display: block;
}
.cid-tL5sya5bqG .list-inline-item:hover a {
  animation: 0.3s linear top;
}
@keyframes top {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-100%);
  }
  51% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-tL5sya5bqG .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tL5sya5bqG .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tL5sya5bqG .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 1.5rem;
}
.cid-tL5sya5bqG .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tL5sya5bqG .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tL5sya5bqG .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-tL5sya5bqG .logo-footer {
    text-align: center;
  }
  .cid-tL5sya5bqG .social-media {
    justify-content: center;
  }
}
.cid-tL5vpH92JY {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-1920x1326.webp");
}
.cid-tL5vpH92JY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tL5vpH92JY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tL5vpH92JY .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tL5vpH92JY .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tL5vpH92JY .container {
    padding: 0;
  }
}
.cid-tL5vpH92JY .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-tL5vpH92JY .title-wrapper .title-wrap .mbr-box {
  width: 155px;
  height: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #263652;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-tL5vpH92JY .title-wrapper .title-wrap .mbr-box {
    display: none;
  }
}
.cid-tL5vpH92JY .title-wrapper .title-wrap .mbr-section-title {
  letter-spacing: 3.25px;
  padding: 0 16px;
  margin-bottom: 0;
}
.cid-tL5vpH92JY .title-wrapper .mbr-section-btn {
  padding: 0 16px;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-tL5vpH92JY .title-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-tL5vpH92JY .mbr-section-title {
  color: #ffffff;
}
.cid-tL5vpH92JY .mbr-box {
  color: #ffffff;
}
.cid-tL5vpH92JY .mbr-section-btn {
  text-align: center;
}
.cid-tL5v6luLNJ {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tL5v6luLNJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tL5v6luLNJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tL5v6luLNJ ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tL5v6luLNJ li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tL5v6luLNJ ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #0c5b47;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tL5vdsqwNQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tL5vdsqwNQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tL5vdsqwNQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tL5vdsqwNQ ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tL5vdsqwNQ li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tL5vdsqwNQ ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #0c5b47;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tL5vegyd2T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tL5vegyd2T .mbr-fallback-image.disabled {
  display: none;
}
.cid-tL5vegyd2T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tL5vegyd2T ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tL5vegyd2T li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tL5vegyd2T ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #0c5b47;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tL5sya5bqG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fffbf6;
}
.cid-tL5sya5bqG p {
  text-align: center;
}
.cid-tL5sya5bqG .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tL5sya5bqG .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tL5sya5bqG .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #0c5b47;
}
.cid-tL5sya5bqG .logo-footer {
  line-height: normal;
}
.cid-tL5sya5bqG .copyright .list-inline {
  margin-bottom: 0;
}
.cid-tL5sya5bqG .copyright .list-inline .list-inline-item {
  margin: 10px 15px;
}
@media (max-width: 767px) {
  .cid-tL5sya5bqG .copyright .list-inline .list-inline-item {
    margin: 10px 6px;
  }
}
.cid-tL5sya5bqG li {
  overflow: hidden;
}
.cid-tL5sya5bqG .icon-transition span {
  display: block;
}
.cid-tL5sya5bqG .icon-transition:hover span {
  animation: 0.3s linear top;
}
.cid-tL5sya5bqG .list-inline-item a {
  display: block;
}
.cid-tL5sya5bqG .list-inline-item:hover a {
  animation: 0.3s linear top;
}
@keyframes top {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-100%);
  }
  51% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-tL5sya5bqG .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tL5sya5bqG .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tL5sya5bqG .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 1.5rem;
}
.cid-tL5sya5bqG .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tL5sya5bqG .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tL5sya5bqG .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-tL5sya5bqG .logo-footer {
    text-align: center;
  }
  .cid-tL5sya5bqG .social-media {
    justify-content: center;
  }
}
.cid-u5zBZyjExG {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-u5zBZyjExG .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-u5zBZyjExG .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-u5zBZyjExG .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-u5zBZyjExG .navbar.opened {
  transition: all 0.2s;
  background: #ffffff !important;
}
.cid-u5zBZyjExG .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-u5zBZyjExG .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-u5zBZyjExG .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-u5zBZyjExG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5zBZyjExG .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-u5zBZyjExG .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #0c5b47;
}
.cid-u5zBZyjExG .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-u5zBZyjExG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5zBZyjExG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 91.82857143vh;
  }
}
.cid-u5zBZyjExG .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-u5zBZyjExG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5zBZyjExG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5zBZyjExG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u5zBZyjExG .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-u5zBZyjExG .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-u5zBZyjExG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5zBZyjExG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-u5zBZyjExG .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-u5zBZyjExG .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-u5zBZyjExG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5zBZyjExG .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-u5zBZyjExG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5zBZyjExG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5zBZyjExG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u5zBZyjExG .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-u5zBZyjExG .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-u5zBZyjExG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5zBZyjExG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-u5zBZyjExG .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-u5zBZyjExG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-u5zBZyjExG .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u5zBZyjExG .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-u5zBZyjExG .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-u5zBZyjExG .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-u5zBZyjExG .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-u5zBZyjExG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-u5zBZyjExG .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-u5zBZyjExG .navbar-brand {
  height: 4.4rem;
  min-height: 2rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-u5zBZyjExG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5zBZyjExG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5zBZyjExG .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-u5zBZyjExG .dropdown-item.active,
.cid-u5zBZyjExG .dropdown-item:active {
  background-color: transparent;
}
.cid-u5zBZyjExG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-u5zBZyjExG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5zBZyjExG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5zBZyjExG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u5zBZyjExG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-u5zBZyjExG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5zBZyjExG ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-u5zBZyjExG .navbar-buttons {
  text-align: center;
}
.cid-u5zBZyjExG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u5zBZyjExG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-u5zBZyjExG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5zBZyjExG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-u5zBZyjExG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-u5zBZyjExG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5zBZyjExG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5zBZyjExG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-u5zBZyjExG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-u5zBZyjExG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5zBZyjExG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-u5zBZyjExG .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-u5zBZyjExG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-u5zBZyjExG .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-u5zBZyjExG .nav-link:hover,
.cid-u5zBZyjExG .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-u5zBZyjExG .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-u5zBZyjExG .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-u5zBZyjExG .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tL5wbwsqU5 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-1920x1326.webp");
}
.cid-tL5wbwsqU5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tL5wbwsqU5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tL5wbwsqU5 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tL5wbwsqU5 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tL5wbwsqU5 .container {
    padding: 0;
  }
}
.cid-tL5wbwsqU5 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-tL5wbwsqU5 .title-wrapper .title-wrap .mbr-box {
  width: 155px;
  height: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #263652;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-tL5wbwsqU5 .title-wrapper .title-wrap .mbr-box {
    display: none;
  }
}
.cid-tL5wbwsqU5 .title-wrapper .title-wrap .mbr-section-title {
  letter-spacing: 3.25px;
  padding: 0 16px;
  margin-bottom: 0;
}
.cid-tL5wbwsqU5 .title-wrapper .mbr-section-btn {
  padding: 0 16px;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-tL5wbwsqU5 .title-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-tL5wbwsqU5 .mbr-section-title {
  color: #ffffff;
}
.cid-tL5wbwsqU5 .mbr-box {
  color: #ffffff;
}
.cid-tL5wbwsqU5 .mbr-section-btn {
  text-align: center;
}
.cid-tL5wesgBz9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tL5wesgBz9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tL5wesgBz9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tL5wesgBz9 .mbr-section-title {
  text-align: left;
}
.cid-tL5wesgBz9 .mbr-section-subtitle {
  text-align: left;
}
.cid-tL5sya5bqG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fffbf6;
}
.cid-tL5sya5bqG p {
  text-align: center;
}
.cid-tL5sya5bqG .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tL5sya5bqG .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tL5sya5bqG .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #0c5b47;
}
.cid-tL5sya5bqG .logo-footer {
  line-height: normal;
}
.cid-tL5sya5bqG .copyright .list-inline {
  margin-bottom: 0;
}
.cid-tL5sya5bqG .copyright .list-inline .list-inline-item {
  margin: 10px 15px;
}
@media (max-width: 767px) {
  .cid-tL5sya5bqG .copyright .list-inline .list-inline-item {
    margin: 10px 6px;
  }
}
.cid-tL5sya5bqG li {
  overflow: hidden;
}
.cid-tL5sya5bqG .icon-transition span {
  display: block;
}
.cid-tL5sya5bqG .icon-transition:hover span {
  animation: 0.3s linear top;
}
.cid-tL5sya5bqG .list-inline-item a {
  display: block;
}
.cid-tL5sya5bqG .list-inline-item:hover a {
  animation: 0.3s linear top;
}
@keyframes top {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-100%);
  }
  51% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-tL5sya5bqG .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tL5sya5bqG .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tL5sya5bqG .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 1.5rem;
}
.cid-tL5sya5bqG .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tL5sya5bqG .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tL5sya5bqG .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-tL5sya5bqG .logo-footer {
    text-align: center;
  }
  .cid-tL5sya5bqG .social-media {
    justify-content: center;
  }
}
.cid-u5zBZyjExG {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-u5zBZyjExG .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-u5zBZyjExG .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-u5zBZyjExG .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-u5zBZyjExG .navbar.opened {
  transition: all 0.2s;
  background: #ffffff !important;
}
.cid-u5zBZyjExG .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-u5zBZyjExG .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-u5zBZyjExG .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-u5zBZyjExG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5zBZyjExG .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-u5zBZyjExG .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #0c5b47;
}
.cid-u5zBZyjExG .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-u5zBZyjExG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5zBZyjExG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 91.82857143vh;
  }
}
.cid-u5zBZyjExG .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-u5zBZyjExG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5zBZyjExG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5zBZyjExG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u5zBZyjExG .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-u5zBZyjExG .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-u5zBZyjExG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5zBZyjExG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-u5zBZyjExG .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-u5zBZyjExG .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-u5zBZyjExG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5zBZyjExG .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-u5zBZyjExG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5zBZyjExG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5zBZyjExG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u5zBZyjExG .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-u5zBZyjExG .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-u5zBZyjExG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5zBZyjExG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-u5zBZyjExG .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-u5zBZyjExG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-u5zBZyjExG .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u5zBZyjExG .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-u5zBZyjExG .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-u5zBZyjExG .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-u5zBZyjExG .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-u5zBZyjExG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-u5zBZyjExG .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-u5zBZyjExG .navbar-brand {
  height: 4.4rem;
  min-height: 2rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-u5zBZyjExG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5zBZyjExG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5zBZyjExG .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-u5zBZyjExG .dropdown-item.active,
.cid-u5zBZyjExG .dropdown-item:active {
  background-color: transparent;
}
.cid-u5zBZyjExG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-u5zBZyjExG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5zBZyjExG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5zBZyjExG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u5zBZyjExG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-u5zBZyjExG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5zBZyjExG ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-u5zBZyjExG .navbar-buttons {
  text-align: center;
}
.cid-u5zBZyjExG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u5zBZyjExG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-u5zBZyjExG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5zBZyjExG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-u5zBZyjExG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-u5zBZyjExG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5zBZyjExG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5zBZyjExG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-u5zBZyjExG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-u5zBZyjExG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5zBZyjExG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-u5zBZyjExG .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-u5zBZyjExG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-u5zBZyjExG .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-u5zBZyjExG .nav-link:hover,
.cid-u5zBZyjExG .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-u5zBZyjExG .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-u5zBZyjExG .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-u5zBZyjExG .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tL5yt9IIBZ {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-1920x1326.webp");
}
.cid-tL5yt9IIBZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tL5yt9IIBZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tL5yt9IIBZ .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tL5yt9IIBZ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tL5yt9IIBZ .container {
    padding: 0;
  }
}
.cid-tL5yt9IIBZ .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-tL5yt9IIBZ .title-wrapper .title-wrap .mbr-box {
  width: 155px;
  height: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #263652;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-tL5yt9IIBZ .title-wrapper .title-wrap .mbr-box {
    display: none;
  }
}
.cid-tL5yt9IIBZ .title-wrapper .title-wrap .mbr-section-title {
  letter-spacing: 3.25px;
  padding: 0 16px;
  margin-bottom: 0;
}
.cid-tL5yt9IIBZ .title-wrapper .mbr-section-btn {
  padding: 0 16px;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-tL5yt9IIBZ .title-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-tL5yt9IIBZ .mbr-section-title {
  color: #ffffff;
}
.cid-tL5yt9IIBZ .mbr-box {
  color: #ffffff;
}
.cid-tL5yt9IIBZ .mbr-section-btn {
  text-align: center;
}
.cid-tL5ys9mYUc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tL5ys9mYUc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tL5ys9mYUc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tL5ys9mYUc ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tL5ys9mYUc li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tL5ys9mYUc ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #0c5b47;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tL5sya5bqG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fffbf6;
}
.cid-tL5sya5bqG p {
  text-align: center;
}
.cid-tL5sya5bqG .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tL5sya5bqG .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tL5sya5bqG .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #0c5b47;
}
.cid-tL5sya5bqG .logo-footer {
  line-height: normal;
}
.cid-tL5sya5bqG .copyright .list-inline {
  margin-bottom: 0;
}
.cid-tL5sya5bqG .copyright .list-inline .list-inline-item {
  margin: 10px 15px;
}
@media (max-width: 767px) {
  .cid-tL5sya5bqG .copyright .list-inline .list-inline-item {
    margin: 10px 6px;
  }
}
.cid-tL5sya5bqG li {
  overflow: hidden;
}
.cid-tL5sya5bqG .icon-transition span {
  display: block;
}
.cid-tL5sya5bqG .icon-transition:hover span {
  animation: 0.3s linear top;
}
.cid-tL5sya5bqG .list-inline-item a {
  display: block;
}
.cid-tL5sya5bqG .list-inline-item:hover a {
  animation: 0.3s linear top;
}
@keyframes top {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-100%);
  }
  51% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-tL5sya5bqG .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tL5sya5bqG .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tL5sya5bqG .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 1.5rem;
}
.cid-tL5sya5bqG .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tL5sya5bqG .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tL5sya5bqG .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-tL5sya5bqG .logo-footer {
    text-align: center;
  }
  .cid-tL5sya5bqG .social-media {
    justify-content: center;
  }
}
.cid-u5zBZyjExG {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-u5zBZyjExG .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-u5zBZyjExG .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-u5zBZyjExG .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-u5zBZyjExG .navbar.opened {
  transition: all 0.2s;
  background: #ffffff !important;
}
.cid-u5zBZyjExG .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-u5zBZyjExG .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-u5zBZyjExG .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-u5zBZyjExG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5zBZyjExG .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-u5zBZyjExG .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #0c5b47;
}
.cid-u5zBZyjExG .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-u5zBZyjExG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5zBZyjExG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 91.82857143vh;
  }
}
.cid-u5zBZyjExG .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-u5zBZyjExG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5zBZyjExG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5zBZyjExG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u5zBZyjExG .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-u5zBZyjExG .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-u5zBZyjExG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5zBZyjExG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-u5zBZyjExG .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-u5zBZyjExG .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-u5zBZyjExG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5zBZyjExG .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-u5zBZyjExG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5zBZyjExG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5zBZyjExG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u5zBZyjExG .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-u5zBZyjExG .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-u5zBZyjExG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5zBZyjExG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-u5zBZyjExG .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-u5zBZyjExG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-u5zBZyjExG .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u5zBZyjExG .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-u5zBZyjExG .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-u5zBZyjExG .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-u5zBZyjExG .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-u5zBZyjExG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-u5zBZyjExG .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-u5zBZyjExG .navbar-brand {
  height: 4.4rem;
  min-height: 2rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-u5zBZyjExG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5zBZyjExG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5zBZyjExG .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-u5zBZyjExG .dropdown-item.active,
.cid-u5zBZyjExG .dropdown-item:active {
  background-color: transparent;
}
.cid-u5zBZyjExG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-u5zBZyjExG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5zBZyjExG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5zBZyjExG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u5zBZyjExG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-u5zBZyjExG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5zBZyjExG ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-u5zBZyjExG .navbar-buttons {
  text-align: center;
}
.cid-u5zBZyjExG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u5zBZyjExG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-u5zBZyjExG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5zBZyjExG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-u5zBZyjExG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-u5zBZyjExG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5zBZyjExG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5zBZyjExG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-u5zBZyjExG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-u5zBZyjExG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5zBZyjExG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-u5zBZyjExG .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-u5zBZyjExG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-u5zBZyjExG .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-u5zBZyjExG .nav-link:hover,
.cid-u5zBZyjExG .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-u5zBZyjExG .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-u5zBZyjExG .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-u5zBZyjExG .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tWfxDioLVW {
  padding-top: 12rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/video1.webp");
}
.cid-tWfxDioLVW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWfxDioLVW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWfxDioLVW img {
  width: 220px;
}
.cid-tWfxDioLVW .img-col {
  border-left: 1px solid gray;
  padding: 4rem 2rem;
}
@media (min-width: 768px) {
  .cid-tWfxDioLVW {
    align-items: center;
  }
  .cid-tWfxDioLVW .row {
    justify-content: flex-start;
  }
}
.cid-tWfxDioLVW .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-tWfxDioLVW .mbr-text,
.cid-tWfxDioLVW .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tWfxDioLVW .mbr-section-title,
.cid-tWfxDioLVW .line {
  color: #ffffff;
}
.cid-tWfxDioLVW h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-tWfxDioLVW h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-tWfxDioLVW .mbr-section-subtitle,
.cid-tWfxDioLVW .align {
  text-align: left;
  color: #ffffff;
}
.cid-tWfng0M3cI {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f9f9fc;
}
.cid-tWfng0M3cI .text-content {
  padding-right: 10%;
}
@media (max-width: 992px) {
  .cid-tWfng0M3cI .text-content {
    padding: 0 12px;
  }
}
.cid-tWfng0M3cI .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #FF4712;
}
.cid-tWfng0M3cI .mbr-section-title {
  margin-bottom: 0;
  color: #20232a;
}
.cid-tWfng0M3cI .mbr-text {
  margin: 13.5px 0 0 0;
  color: #84858a;
}
.cid-tWfng0M3cI .address-wrapper {
  margin-top: 96px;
}
@media (max-width: 768px) {
  .cid-tWfng0M3cI .address-wrapper {
    margin: 20px 0 0 0;
  }
}
.cid-tWfng0M3cI .address-wrapper .mbr-address {
  margin: 0;
}
.cid-tWfng0M3cI .address-wrapper .mbr-address span {
  width: 58px;
  height: 58px;
  font-size: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eaeaea;
  border-radius: 50%;
  margin-right: 14px;
  transition: all .4s ease;
}
@media (max-width: 992px) {
  .cid-tWfng0M3cI .address-wrapper .mbr-address span {
    margin-bottom: 8px;
  }
}
@media (max-width: 768px) {
  .cid-tWfng0M3cI .address-wrapper .mbr-address span {
    margin-bottom: 0;
  }
}
.cid-tWfng0M3cI .address-wrapper .mbr-text {
  margin: 14px 0 0 72px;
}
@media (max-width: 992px) {
  .cid-tWfng0M3cI .address-wrapper .mbr-text {
    margin: 14px 0 0 0;
  }
}
@media (max-width: 768px) {
  .cid-tWfng0M3cI .address-wrapper .mbr-text {
    margin: 6px 0 0 72px;
  }
}
.cid-tWfng0M3cI .address-wrapper:hover span {
  color: #0c5b47;
}
.cid-tWfng0M3cI .contact-wrapper {
  margin-top: 96px;
}
@media (max-width: 768px) {
  .cid-tWfng0M3cI .contact-wrapper {
    margin: 20px 0 0 0;
  }
}
.cid-tWfng0M3cI .contact-wrapper .mbr-contact {
  margin: 0;
}
.cid-tWfng0M3cI .contact-wrapper .mbr-contact span {
  width: 58px;
  height: 58px;
  font-size: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eaeaea;
  border-radius: 50%;
  margin-right: 14px;
  transition: all .4s ease;
}
@media (max-width: 992px) {
  .cid-tWfng0M3cI .contact-wrapper .mbr-contact span {
    margin-bottom: 8px;
  }
}
@media (max-width: 768px) {
  .cid-tWfng0M3cI .contact-wrapper .mbr-contact span {
    margin-bottom: 0;
  }
}
.cid-tWfng0M3cI .contact-wrapper .item-link {
  margin-top: 14px;
  margin-left: 72px;
  display: block;
}
@media (max-width: 992px) {
  .cid-tWfng0M3cI .contact-wrapper .item-link {
    margin: 14px 0 0 0;
  }
}
@media (max-width: 768px) {
  .cid-tWfng0M3cI .contact-wrapper .item-link {
    margin: 6px 0 0 72px;
  }
}
.cid-tWfng0M3cI .contact-wrapper .item-link .mbr-link {
  margin: 0;
  display: inline-block;
}
.cid-tWfng0M3cI .contact-wrapper .item-link .mbr-link::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 5px;
  background-color: #6a6a6a;
  transition: all .4s ease;
}
.cid-tWfng0M3cI .contact-wrapper .mbr-phone {
  margin: 22px 0 0 72px;
}
@media (max-width: 992px) {
  .cid-tWfng0M3cI .contact-wrapper .mbr-phone {
    margin: 22px 0 0 0;
  }
}
@media (max-width: 768px) {
  .cid-tWfng0M3cI .contact-wrapper .mbr-phone {
    margin: 6px 0 0 72px;
  }
}
.cid-tWfng0M3cI .contact-wrapper:hover span {
  color: #0c5b47;
}
.cid-tWfng0M3cI .item-link:hover .mbr-link::after {
  width: 0;
}
.cid-tWfng0M3cI .mbr-address,
.cid-tWfng0M3cI .mbr-iconfont,
.cid-tWfng0M3cI .mbr-contact {
  color: #20232a;
}
.cid-tWfng0M3cI .mbr-link {
  color: #84858a;
}
.cid-tWfng0M3cI .mbr-phone {
  color: #20232a;
}
.cid-tWfngJ0r23 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-tWfngJ0r23 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWfngJ0r23 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWfngJ0r23 .google-map {
  height: 30rem;
  position: relative;
  border-radius: 2rem;
}
.cid-tWfngJ0r23 .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-tWfngJ0r23 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tWfngJ0r23 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tWfngJ0r23 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tL5sya5bqG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fffbf6;
}
.cid-tL5sya5bqG p {
  text-align: center;
}
.cid-tL5sya5bqG .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tL5sya5bqG .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tL5sya5bqG .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #0c5b47;
}
.cid-tL5sya5bqG .logo-footer {
  line-height: normal;
}
.cid-tL5sya5bqG .copyright .list-inline {
  margin-bottom: 0;
}
.cid-tL5sya5bqG .copyright .list-inline .list-inline-item {
  margin: 10px 15px;
}
@media (max-width: 767px) {
  .cid-tL5sya5bqG .copyright .list-inline .list-inline-item {
    margin: 10px 6px;
  }
}
.cid-tL5sya5bqG li {
  overflow: hidden;
}
.cid-tL5sya5bqG .icon-transition span {
  display: block;
}
.cid-tL5sya5bqG .icon-transition:hover span {
  animation: 0.3s linear top;
}
.cid-tL5sya5bqG .list-inline-item a {
  display: block;
}
.cid-tL5sya5bqG .list-inline-item:hover a {
  animation: 0.3s linear top;
}
@keyframes top {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-100%);
  }
  51% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-tL5sya5bqG .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tL5sya5bqG .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tL5sya5bqG .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 1.5rem;
}
.cid-tL5sya5bqG .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tL5sya5bqG .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tL5sya5bqG .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-tL5sya5bqG .logo-footer {
    text-align: center;
  }
  .cid-tL5sya5bqG .social-media {
    justify-content: center;
  }
}
.cid-u5zBZyjExG {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-u5zBZyjExG .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-u5zBZyjExG .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-u5zBZyjExG .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-u5zBZyjExG .navbar.opened {
  transition: all 0.2s;
  background: #ffffff !important;
}
.cid-u5zBZyjExG .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-u5zBZyjExG .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-u5zBZyjExG .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-u5zBZyjExG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5zBZyjExG .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-u5zBZyjExG .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #0c5b47;
}
.cid-u5zBZyjExG .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-u5zBZyjExG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5zBZyjExG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 91.82857143vh;
  }
}
.cid-u5zBZyjExG .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-u5zBZyjExG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5zBZyjExG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5zBZyjExG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u5zBZyjExG .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-u5zBZyjExG .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-u5zBZyjExG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5zBZyjExG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-u5zBZyjExG .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-u5zBZyjExG .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-u5zBZyjExG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5zBZyjExG .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-u5zBZyjExG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5zBZyjExG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5zBZyjExG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u5zBZyjExG .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-u5zBZyjExG .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-u5zBZyjExG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5zBZyjExG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-u5zBZyjExG .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-u5zBZyjExG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-u5zBZyjExG .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u5zBZyjExG .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-u5zBZyjExG .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-u5zBZyjExG .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-u5zBZyjExG .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-u5zBZyjExG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-u5zBZyjExG .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-u5zBZyjExG .navbar-brand {
  height: 4.4rem;
  min-height: 2rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-u5zBZyjExG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5zBZyjExG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5zBZyjExG .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-u5zBZyjExG .dropdown-item.active,
.cid-u5zBZyjExG .dropdown-item:active {
  background-color: transparent;
}
.cid-u5zBZyjExG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-u5zBZyjExG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5zBZyjExG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5zBZyjExG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u5zBZyjExG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-u5zBZyjExG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5zBZyjExG ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-u5zBZyjExG .navbar-buttons {
  text-align: center;
}
.cid-u5zBZyjExG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u5zBZyjExG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-u5zBZyjExG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5zBZyjExG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-u5zBZyjExG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-u5zBZyjExG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5zBZyjExG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5zBZyjExG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-u5zBZyjExG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-u5zBZyjExG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5zBZyjExG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-u5zBZyjExG .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-u5zBZyjExG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-u5zBZyjExG .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-u5zBZyjExG .nav-link:hover,
.cid-u5zBZyjExG .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-u5zBZyjExG .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-u5zBZyjExG .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-u5zBZyjExG .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tWeoRRKZsX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #262626;
}
.cid-tWeoRRKZsX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWeoRRKZsX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWeoRRKZsX .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-tWeoRRKZsX .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-tWeoRRKZsX .container {
    padding: 0 6px;
  }
}
.cid-tWeoRRKZsX .row {
  margin: 0;
}
.cid-tWeoRRKZsX .row .card {
  padding: 0;
}
.cid-tWeoRRKZsX .content-wrapper {
  height: 100%;
  padding: 108px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tWeoRRKZsX .content-wrapper {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-tWeoRRKZsX .content-wrapper {
    padding: 70px 30px;
  }
}
.cid-tWeoRRKZsX .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-tWeoRRKZsX .content-wrapper .mbr-section-title span {
  color: #009472;
}
@media (max-width: 992px) {
  .cid-tWeoRRKZsX .content-wrapper .mbr-section-title {
    text-align: center;
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-tWeoRRKZsX .content-wrapper .mbr-section-btn {
    text-align: center;
  }
}
.cid-tWeoRRKZsX .content-wrapper .tags-wrapper {
  display: flex;
  margin-bottom: 32px;
}
@media (max-width: 1199px) {
  .cid-tWeoRRKZsX .content-wrapper .tags-wrapper {
    display: block;
  }
}
.cid-tWeoRRKZsX .content-wrapper .tags-wrapper .tags-wrap {
  display: flex;
  flex-direction: column;
  width: 65%;
}
@media (max-width: 1199px) {
  .cid-tWeoRRKZsX .content-wrapper .tags-wrapper .tags-wrap {
    width: 100%;
    align-items: center;
  }
}
.cid-tWeoRRKZsX .content-wrapper .tags-wrapper .tags-wrap .tags-item {
  display: inline-flex;
  align-items: center;
  background-color: #e6e6e6;
  border-radius: 30px;
  padding: 17px 25px;
  margin-bottom: 12px;
  width: fit-content;
}
@media (max-width: 768px) {
  .cid-tWeoRRKZsX .content-wrapper .tags-wrapper .tags-wrap .tags-item {
    padding: 15px 20px;
  }
}
.cid-tWeoRRKZsX .content-wrapper .tags-wrapper .tags-wrap .tags-item:nth-child(2) {
  margin-left: 15%;
}
@media (max-width: 1199px) {
  .cid-tWeoRRKZsX .content-wrapper .tags-wrapper .tags-wrap .tags-item:nth-child(2) {
    margin-left: 0;
  }
}
.cid-tWeoRRKZsX .content-wrapper .tags-wrapper .tags-wrap .tags-item:last-child {
  margin-left: 30%;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .cid-tWeoRRKZsX .content-wrapper .tags-wrapper .tags-wrap .tags-item:last-child {
    margin-left: 0;
  }
}
.cid-tWeoRRKZsX .content-wrapper .tags-wrapper .tags-wrap .tags-item .mbr-iconfont {
  font-size: 18px;
  color: #131313;
  margin-right: 14px;
}
.cid-tWeoRRKZsX .content-wrapper .tags-wrapper .tags-wrap .tags-item .mbr-tag {
  margin-bottom: 0;
}
.cid-tWeoRRKZsX .content-wrapper .tags-wrapper .mbr-section-btn {
  width: 35%;
  margin: 0;
}
@media (max-width: 1199px) {
  .cid-tWeoRRKZsX .content-wrapper .tags-wrapper .mbr-section-btn {
    width: 100%;
    text-align: center;
    margin-top: 22px;
  }
}
@media (min-width: 1199px) {
  .cid-tWeoRRKZsX .content-wrapper .tags-wrapper .mbr-section-btn .btn {
    margin-top: 0;
  }
}
.cid-tWeoRRKZsX .content-wrapper .mbr-text {
  margin: 100px 0 0 0;
}
@media (max-width: 992px) {
  .cid-tWeoRRKZsX .content-wrapper .mbr-text {
    margin: 32px 0 0;
  }
}
.cid-tWeoRRKZsX .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 72px;
  background-color: #ffe161;
}
@media (max-width: 992px) {
  .cid-tWeoRRKZsX .image-wrapper {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-tWeoRRKZsX .image-wrapper {
    padding: 70px 30px;
  }
}
.cid-tWeoRRKZsX .image-wrapper img {
  position: absolute;
  margin: 5rem 0 0 -3rem;
  height: 55%;
  max-width: 320px;
  object-fit: cover;
  transform: rotate(-5deg);
}
@media (max-width: 992px) {
  .cid-tWeoRRKZsX .image-wrapper img {
    position: static;
    height: 350px;
  }
}
.cid-tWeoRRKZsX .image-wrapper img:nth-child(2) {
  transform: rotate(5deg);
  margin: 0 -3rem 5rem 0;
}
.cid-tWeoRRKZsX .mbr-section-title {
  color: #131313;
}
.cid-tWeoRRKZsX .mbr-tag {
  color: #131313;
}
.cid-tWeoRRKZsX .mbr-text {
  color: #131313;
}
.cid-tWeoRRKZsX .mbr-section-title,
.cid-tWeoRRKZsX .mbr-section-btn {
  text-align: right;
}
.cid-tWemBXFmzm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffbf6;
}
@media (max-width: 991px) {
  .cid-tWemBXFmzm .col-title {
    margin-bottom: 20px;
  }
}
.cid-tWemBXFmzm .mbr-section-title {
  color: #000000;
}
.cid-tWemBXFmzm .mbr-section-subtitle {
  color: #000000;
  margin-top: 24px;
}
.cid-tWemBXFmzm .mbr-text {
  color: #000000;
}
.cid-tWemBXFmzm .line {
  width: 100%;
  height: 2px;
  background: #efefef;
  margin-bottom: 2rem;
}
.cid-tWemBXFmzm p {
  line-height: 1.2;
}
.cid-tWemBXFmzm .mbr-text1 {
  color: #0046c7;
}
.cid-tWemBXFmzm .mbr-text2 {
  color: #005241;
}
.cid-tWemBXFmzm .mbr-text3 {
  color: #000000;
}
.cid-tWemHGH49f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-tWemHGH49f .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWemHGH49f .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-tWemHGH49f .container {
    padding: 0 15px;
  }
}
.cid-tWemHGH49f .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
  padding-right: 8px;
}
@media (max-width: 992px) {
  .cid-tWemHGH49f .title-wrapper .mbr-section-title {
    padding: 0;
  }
}
.cid-tWemHGH49f .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tWemHGH49f .content-wrapper .mbr-name {
  margin: 0;
}
.cid-tWemHGH49f .mbr-section-title {
  color: #ffffff;
}
.cid-tWemHGH49f .mbr-text {
  color: #d2d2df;
}
.cid-tWemHGH49f .mbr-name {
  color: #f2ac2b;
}
.cid-tWemMweilO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f8f8f8;
}
.cid-tWemMweilO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWemMweilO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWemMweilO .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tWemMweilO .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tWemMweilO .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tWemMweilO .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tWemMweilO .container {
    padding: 0 12px;
  }
}
.cid-tWemMweilO .content-wrapper {
  border-radius: 32px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  background-color: #212124;
}
@media (max-width: 992px) {
  .cid-tWemMweilO .content-wrapper {
    display: block;
  }
}
.cid-tWemMweilO .content-wrapper .title-wrapper {
  width: 35em;
  padding: 90px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .cid-tWemMweilO .content-wrapper .title-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-tWemMweilO .content-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-tWemMweilO .content-wrapper .title-wrapper .title-wrap {
  margin-bottom: 22px;
}
.cid-tWemMweilO .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-tWemMweilO .content-wrapper .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 20px;
}
.cid-tWemMweilO .content-wrapper .image-wrapper {
  margin-top: 90px;
  border-top: 4px solid #ffffff;
  border-left: 4px solid #ffffff;
  padding: 40px 0 0 40px;
  border-radius: 64px 0 0 0;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-tWemMweilO .content-wrapper .image-wrapper {
    margin: 0 0 0 32px;
  }
}
.cid-tWemMweilO .content-wrapper .image-wrapper img {
  min-height: 670px;
  border-radius: 32px 0 0 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tWemMweilO .content-wrapper .image-wrapper img {
    min-height: auto;
    height: 350px;
  }
}
.cid-tWemMweilO .mbr-section-title {
  color: #ffffff;
}
.cid-tWemMweilO .mbr-text {
  color: #ffffff;
}
.cid-tWeo4Sy6ve {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tWeo4Sy6ve .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWeo4Sy6ve .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWeo4Sy6ve .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tWeo4Sy6ve .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tWeo4Sy6ve .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tWeo4Sy6ve .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tWeo4Sy6ve .container {
    padding: 0 12px;
  }
}
.cid-tWeo4Sy6ve .content-wrapper {
  border-radius: 32px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  background-color: #212124;
}
@media (max-width: 992px) {
  .cid-tWeo4Sy6ve .content-wrapper {
    display: block;
  }
}
.cid-tWeo4Sy6ve .content-wrapper .title-wrapper {
  width: 35em;
  padding: 90px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .cid-tWeo4Sy6ve .content-wrapper .title-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-tWeo4Sy6ve .content-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-tWeo4Sy6ve .content-wrapper .title-wrapper .title-wrap {
  margin-bottom: 22px;
}
.cid-tWeo4Sy6ve .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 32px;
  position: relative;
}
.cid-tWeo4Sy6ve .content-wrapper .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 20px;
}
.cid-tWeo4Sy6ve .content-wrapper .image-wrapper {
  margin-top: 90px;
  border-top: 4px solid #ffffff;
  border-left: 4px solid #ffffff;
  padding: 40px 0 0 40px;
  border-radius: 64px 0 0 0;
  background-color: #000000;
  border-left: none;
  border-right: 4px solid #ffffff;
  border-radius: 0 64px 0 0;
  padding: 40px 40px 0 0;
}
@media (max-width: 992px) {
  .cid-tWeo4Sy6ve .content-wrapper .image-wrapper {
    margin: 0 0 0 32px;
  }
}
@media (max-width: 992px) {
  .cid-tWeo4Sy6ve .content-wrapper .image-wrapper {
    margin: 0 32px 0 0;
  }
}
.cid-tWeo4Sy6ve .content-wrapper .image-wrapper img {
  min-height: 670px;
  border-radius: 32px 0 0 0 !important;
  object-fit: cover;
  border-radius: 0 32px 0 0 !important;
}
@media (max-width: 992px) {
  .cid-tWeo4Sy6ve .content-wrapper .image-wrapper img {
    min-height: auto;
    height: 350px;
  }
}
.cid-tWeo4Sy6ve .mbr-section-title {
  color: #ffffff;
}
.cid-tWeo4Sy6ve .mbr-text {
  color: #ffffff;
}
.cid-tL5sya5bqG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fffbf6;
}
.cid-tL5sya5bqG p {
  text-align: center;
}
.cid-tL5sya5bqG .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tL5sya5bqG .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tL5sya5bqG .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #0c5b47;
}
.cid-tL5sya5bqG .logo-footer {
  line-height: normal;
}
.cid-tL5sya5bqG .copyright .list-inline {
  margin-bottom: 0;
}
.cid-tL5sya5bqG .copyright .list-inline .list-inline-item {
  margin: 10px 15px;
}
@media (max-width: 767px) {
  .cid-tL5sya5bqG .copyright .list-inline .list-inline-item {
    margin: 10px 6px;
  }
}
.cid-tL5sya5bqG li {
  overflow: hidden;
}
.cid-tL5sya5bqG .icon-transition span {
  display: block;
}
.cid-tL5sya5bqG .icon-transition:hover span {
  animation: 0.3s linear top;
}
.cid-tL5sya5bqG .list-inline-item a {
  display: block;
}
.cid-tL5sya5bqG .list-inline-item:hover a {
  animation: 0.3s linear top;
}
@keyframes top {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-100%);
  }
  51% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-tL5sya5bqG .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tL5sya5bqG .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tL5sya5bqG .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 1.5rem;
}
.cid-tL5sya5bqG .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tL5sya5bqG .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tL5sya5bqG .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-tL5sya5bqG .logo-footer {
    text-align: center;
  }
  .cid-tL5sya5bqG .social-media {
    justify-content: center;
  }
}
.cid-u5zBZyjExG {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-u5zBZyjExG .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-u5zBZyjExG .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-u5zBZyjExG .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-u5zBZyjExG .navbar.opened {
  transition: all 0.2s;
  background: #ffffff !important;
}
.cid-u5zBZyjExG .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-u5zBZyjExG .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-u5zBZyjExG .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-u5zBZyjExG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5zBZyjExG .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-u5zBZyjExG .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #0c5b47;
}
.cid-u5zBZyjExG .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-u5zBZyjExG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5zBZyjExG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 91.82857143vh;
  }
}
.cid-u5zBZyjExG .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-u5zBZyjExG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5zBZyjExG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5zBZyjExG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u5zBZyjExG .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-u5zBZyjExG .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-u5zBZyjExG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5zBZyjExG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-u5zBZyjExG .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-u5zBZyjExG .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-u5zBZyjExG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5zBZyjExG .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-u5zBZyjExG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5zBZyjExG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5zBZyjExG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u5zBZyjExG .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-u5zBZyjExG .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-u5zBZyjExG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5zBZyjExG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-u5zBZyjExG .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-u5zBZyjExG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-u5zBZyjExG .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u5zBZyjExG .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-u5zBZyjExG .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-u5zBZyjExG .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-u5zBZyjExG .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-u5zBZyjExG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-u5zBZyjExG .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-u5zBZyjExG .navbar-brand {
  height: 4.4rem;
  min-height: 2rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-u5zBZyjExG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5zBZyjExG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5zBZyjExG .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-u5zBZyjExG .dropdown-item.active,
.cid-u5zBZyjExG .dropdown-item:active {
  background-color: transparent;
}
.cid-u5zBZyjExG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-u5zBZyjExG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5zBZyjExG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5zBZyjExG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u5zBZyjExG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-u5zBZyjExG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5zBZyjExG ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-u5zBZyjExG .navbar-buttons {
  text-align: center;
}
.cid-u5zBZyjExG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u5zBZyjExG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-u5zBZyjExG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5zBZyjExG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-u5zBZyjExG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-u5zBZyjExG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5zBZyjExG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5zBZyjExG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-u5zBZyjExG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-u5zBZyjExG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5zBZyjExG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-u5zBZyjExG .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-u5zBZyjExG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-u5zBZyjExG .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-u5zBZyjExG .nav-link:hover,
.cid-u5zBZyjExG .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-u5zBZyjExG .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-u5zBZyjExG .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-u5zBZyjExG .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tWfc7fro0o {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tWfc7fro0o .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWfc7fro0o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWfc7fro0o .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tWfc7fro0o .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tWfc7fro0o .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tWfc7fro0o .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tWfc7fro0o .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tWfc7fro0o .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tWfc7fro0o .carousel-control,
.cid-tWfc7fro0o .close {
  background: #1b1b1b;
}
.cid-tWfc7fro0o .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tWfc7fro0o .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tWfc7fro0o .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tWfc7fro0o .carousel-control-next span {
  margin-left: 5px;
}
.cid-tWfc7fro0o .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tWfc7fro0o .close::before {
  content: '\e91a';
}
.cid-tWfc7fro0o .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tWfc7fro0o .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tWfc7fro0o .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tWfc7fro0o .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tWfc7fro0o .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tWfc7fro0o .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tWfc7fro0o .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tWfc7fro0o .carousel-indicators li.active,
.cid-tWfc7fro0o .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tWfc7fro0o .carousel-indicators li::after,
.cid-tWfc7fro0o .carousel-indicators li::before {
  content: none;
}
.cid-tWfc7fro0o .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tWfc7fro0o .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tWfc7fro0o .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tWfc7fro0o .carousel-indicators {
    display: none;
  }
}
.cid-tWfc7fro0o .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tWfc7fro0o .carousel-inner > .active {
  display: block;
}
.cid-tWfc7fro0o .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tWfc7fro0o .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tWfc7fro0o .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tWfc7fro0o .carousel-control,
  .cid-tWfc7fro0o .carousel-indicators,
  .cid-tWfc7fro0o .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tWfc7fro0o .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tWfc7fro0o .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tWfc7fro0o .carousel-indicators .active,
.cid-tWfc7fro0o .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tWfc7fro0o .carousel-indicators .active {
  background: #fff;
}
.cid-tWfc7fro0o .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tWfc7fro0o .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tWfc7fro0o .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tWfc7fro0o .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tWfc7fro0o .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tWfc7fro0o .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tWfc7fro0o .carousel {
  width: 100%;
}
.cid-tWfc7fro0o .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tWfc7fro0o .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tWfc7fro0o .modal.fade .modal-dialog,
.cid-tWfc7fro0o .modal.in .modal-dialog {
  transform: none;
}
.cid-tWfc7fro0o .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tWfc7fro0o H6 {
  text-align: center;
}
.cid-tL5sya5bqG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fffbf6;
}
.cid-tL5sya5bqG p {
  text-align: center;
}
.cid-tL5sya5bqG .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tL5sya5bqG .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tL5sya5bqG .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #0c5b47;
}
.cid-tL5sya5bqG .logo-footer {
  line-height: normal;
}
.cid-tL5sya5bqG .copyright .list-inline {
  margin-bottom: 0;
}
.cid-tL5sya5bqG .copyright .list-inline .list-inline-item {
  margin: 10px 15px;
}
@media (max-width: 767px) {
  .cid-tL5sya5bqG .copyright .list-inline .list-inline-item {
    margin: 10px 6px;
  }
}
.cid-tL5sya5bqG li {
  overflow: hidden;
}
.cid-tL5sya5bqG .icon-transition span {
  display: block;
}
.cid-tL5sya5bqG .icon-transition:hover span {
  animation: 0.3s linear top;
}
.cid-tL5sya5bqG .list-inline-item a {
  display: block;
}
.cid-tL5sya5bqG .list-inline-item:hover a {
  animation: 0.3s linear top;
}
@keyframes top {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-100%);
  }
  51% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-tL5sya5bqG .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tL5sya5bqG .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tL5sya5bqG .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 1.5rem;
}
.cid-tL5sya5bqG .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tL5sya5bqG .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tL5sya5bqG .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-tL5sya5bqG .logo-footer {
    text-align: center;
  }
  .cid-tL5sya5bqG .social-media {
    justify-content: center;
  }
}
.cid-u5zBZyjExG {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-u5zBZyjExG .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-u5zBZyjExG .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-u5zBZyjExG .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-u5zBZyjExG .navbar.opened {
  transition: all 0.2s;
  background: #ffffff !important;
}
.cid-u5zBZyjExG .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-u5zBZyjExG .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-u5zBZyjExG .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-u5zBZyjExG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5zBZyjExG .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-u5zBZyjExG .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #0c5b47;
}
.cid-u5zBZyjExG .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-u5zBZyjExG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5zBZyjExG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 91.82857143vh;
  }
}
.cid-u5zBZyjExG .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-u5zBZyjExG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5zBZyjExG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5zBZyjExG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u5zBZyjExG .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-u5zBZyjExG .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-u5zBZyjExG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5zBZyjExG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-u5zBZyjExG .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-u5zBZyjExG .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-u5zBZyjExG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5zBZyjExG .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-u5zBZyjExG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5zBZyjExG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5zBZyjExG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u5zBZyjExG .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-u5zBZyjExG .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-u5zBZyjExG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5zBZyjExG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-u5zBZyjExG .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-u5zBZyjExG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-u5zBZyjExG .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u5zBZyjExG .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-u5zBZyjExG .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-u5zBZyjExG .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-u5zBZyjExG .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-u5zBZyjExG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-u5zBZyjExG .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-u5zBZyjExG .navbar-brand {
  height: 4.4rem;
  min-height: 2rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-u5zBZyjExG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5zBZyjExG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5zBZyjExG .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-u5zBZyjExG .dropdown-item.active,
.cid-u5zBZyjExG .dropdown-item:active {
  background-color: transparent;
}
.cid-u5zBZyjExG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-u5zBZyjExG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5zBZyjExG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5zBZyjExG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u5zBZyjExG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-u5zBZyjExG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5zBZyjExG ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-u5zBZyjExG .navbar-buttons {
  text-align: center;
}
.cid-u5zBZyjExG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u5zBZyjExG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-u5zBZyjExG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5zBZyjExG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-u5zBZyjExG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-u5zBZyjExG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5zBZyjExG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5zBZyjExG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-u5zBZyjExG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-u5zBZyjExG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5zBZyjExG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-u5zBZyjExG .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-u5zBZyjExG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-u5zBZyjExG .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-u5zBZyjExG .nav-link:hover,
.cid-u5zBZyjExG .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-u5zBZyjExG .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-u5zBZyjExG .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-u5zBZyjExG .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tWfg5T1eGj {
  padding-top: 10rem;
  padding-bottom: 30rem;
  background-color: #ffffff;
}
@media (max-width: 1400px) {
  .cid-tWfg5T1eGj {
    padding-bottom: 24rem;
  }
}
@media (max-width: 992px) {
  .cid-tWfg5T1eGj {
    padding-bottom: 19.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tWfg5T1eGj {
    padding-bottom: 12.9rem;
  }
}
.cid-tWfg5T1eGj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWfg5T1eGj .image-big {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50%;
  object-fit: cover;
  z-index: 0;
}
.cid-tWfg5T1eGj .row {
  z-index: 1;
  position: relative;
}
.cid-tWfg5T1eGj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWfg5T1eGj .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tWfg5T1eGj .mbr-text,
.cid-tWfg5T1eGj .mbr-section-btn {
  text-align: center;
}
.cid-tWfg5T1eGj .mbr-section-subtitle {
  text-align: center;
}
.cid-tWfjoXFTsK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f0;
}
.cid-tWfjoXFTsK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWfjoXFTsK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWfjoXFTsK .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-tWfjoXFTsK .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-tWfjoXFTsK .container {
    padding: 0 25px;
  }
}
.cid-tWfjoXFTsK .row {
  justify-content: center;
}
.cid-tWfjoXFTsK .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-tWfjoXFTsK .item {
  margin-bottom: 30px;
}
.cid-tWfjoXFTsK .item:hover .item-wrapper .item-content,
.cid-tWfjoXFTsK .item:focus .item-wrapper .item-content {
  box-shadow: inset 0 200px 0 0;
}
.cid-tWfjoXFTsK .item:hover .item-wrapper .item-content .mbr-role,
.cid-tWfjoXFTsK .item:focus .item-wrapper .item-content .mbr-role {
  color: #ffffff;
}
.cid-tWfjoXFTsK .item:hover .item-wrapper .item-content .mbr-name,
.cid-tWfjoXFTsK .item:focus .item-wrapper .item-content .mbr-name {
  color: #ffffff;
}
.cid-tWfjoXFTsK .item:hover .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a .mbr-iconfont,
.cid-tWfjoXFTsK .item:focus .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  color: #ffffff;
}
.cid-tWfjoXFTsK .item .item-wrapper {
  border-radius: 0 !important;
}
.cid-tWfjoXFTsK .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
}
.cid-tWfjoXFTsK .item .item-wrapper .item-content {
  padding: 20px 40px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-tWfjoXFTsK .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-tWfjoXFTsK .item .item-wrapper .item-content .mbr-role {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-tWfjoXFTsK .item .item-wrapper .item-content .mbr-name {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-tWfjoXFTsK .item .item-wrapper .item-content .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-tWfjoXFTsK .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item {
  margin-right: 16px;
}
.cid-tWfjoXFTsK .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-tWfjoXFTsK .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-tWfjoXFTsK .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-tWfjoXFTsK .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-tWfjoXFTsK .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tWfjoXFTsK .mbr-name {
  color: #000000;
}
.cid-tWfjoXFTsK .mbr-role {
  color: #000000;
}
.cid-tL5sya5bqG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fffbf6;
}
.cid-tL5sya5bqG p {
  text-align: center;
}
.cid-tL5sya5bqG .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tL5sya5bqG .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tL5sya5bqG .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #0c5b47;
}
.cid-tL5sya5bqG .logo-footer {
  line-height: normal;
}
.cid-tL5sya5bqG .copyright .list-inline {
  margin-bottom: 0;
}
.cid-tL5sya5bqG .copyright .list-inline .list-inline-item {
  margin: 10px 15px;
}
@media (max-width: 767px) {
  .cid-tL5sya5bqG .copyright .list-inline .list-inline-item {
    margin: 10px 6px;
  }
}
.cid-tL5sya5bqG li {
  overflow: hidden;
}
.cid-tL5sya5bqG .icon-transition span {
  display: block;
}
.cid-tL5sya5bqG .icon-transition:hover span {
  animation: 0.3s linear top;
}
.cid-tL5sya5bqG .list-inline-item a {
  display: block;
}
.cid-tL5sya5bqG .list-inline-item:hover a {
  animation: 0.3s linear top;
}
@keyframes top {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-100%);
  }
  51% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-tL5sya5bqG .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tL5sya5bqG .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tL5sya5bqG .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 1.5rem;
}
.cid-tL5sya5bqG .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tL5sya5bqG .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tL5sya5bqG .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-tL5sya5bqG .logo-footer {
    text-align: center;
  }
  .cid-tL5sya5bqG .social-media {
    justify-content: center;
  }
}
.cid-u5zBZyjExG {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-u5zBZyjExG .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-u5zBZyjExG .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-u5zBZyjExG .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-u5zBZyjExG .navbar.opened {
  transition: all 0.2s;
  background: #ffffff !important;
}
.cid-u5zBZyjExG .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-u5zBZyjExG .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-u5zBZyjExG .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-u5zBZyjExG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5zBZyjExG .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-u5zBZyjExG .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #0c5b47;
}
.cid-u5zBZyjExG .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-u5zBZyjExG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5zBZyjExG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 91.82857143vh;
  }
}
.cid-u5zBZyjExG .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-u5zBZyjExG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5zBZyjExG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5zBZyjExG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u5zBZyjExG .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-u5zBZyjExG .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-u5zBZyjExG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5zBZyjExG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-u5zBZyjExG .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-u5zBZyjExG .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-u5zBZyjExG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5zBZyjExG .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-u5zBZyjExG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5zBZyjExG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5zBZyjExG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u5zBZyjExG .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-u5zBZyjExG .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-u5zBZyjExG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5zBZyjExG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-u5zBZyjExG .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-u5zBZyjExG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-u5zBZyjExG .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u5zBZyjExG .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-u5zBZyjExG .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-u5zBZyjExG .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-u5zBZyjExG .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-u5zBZyjExG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-u5zBZyjExG .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-u5zBZyjExG .navbar-brand {
  height: 4.4rem;
  min-height: 2rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-u5zBZyjExG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5zBZyjExG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5zBZyjExG .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-u5zBZyjExG .dropdown-item.active,
.cid-u5zBZyjExG .dropdown-item:active {
  background-color: transparent;
}
.cid-u5zBZyjExG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-u5zBZyjExG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5zBZyjExG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5zBZyjExG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u5zBZyjExG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-u5zBZyjExG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5zBZyjExG ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-u5zBZyjExG .navbar-buttons {
  text-align: center;
}
.cid-u5zBZyjExG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u5zBZyjExG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-u5zBZyjExG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5zBZyjExG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-u5zBZyjExG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-u5zBZyjExG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5zBZyjExG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5zBZyjExG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-u5zBZyjExG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-u5zBZyjExG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5zBZyjExG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-u5zBZyjExG .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-u5zBZyjExG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-u5zBZyjExG .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-u5zBZyjExG .nav-link:hover,
.cid-u5zBZyjExG .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-u5zBZyjExG .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-u5zBZyjExG .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-u5zBZyjExG .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tWjBKJnfbR {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-tWjBKJnfbR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWjBKJnfbR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWjBKJnfbR .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-tWjBKJnfbR .container {
    padding: 10px 8px;
  }
}
.cid-tWjBKJnfbR .row {
  border-radius: 25px;
  background-color: #3283fb;
  padding: 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-tWjBKJnfbR .row {
    padding: 40px 10px;
  }
}
.cid-tWjBKJnfbR .row .card {
  padding: 0;
  justify-content: center;
}
.cid-tWjBKJnfbR .content-wrapper {
  padding-right: 50px;
}
@media (max-width: 992px) {
  .cid-tWjBKJnfbR .content-wrapper {
    padding: 0;
  }
}
.cid-tWjBKJnfbR .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tWjBKJnfbR .content-wrapper .mbr-section-title span {
  opacity: .8;
}
.cid-tWjBKJnfbR .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-tWjBKJnfbR .content-wrapper .cards-wrap {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-tWjBKJnfbR .content-wrapper .cards-wrap {
    margin: 32px 0 32px;
  }
}
.cid-tWjBKJnfbR .content-wrapper .cards-wrap .card-wrap {
  display: inline-flex;
  width: 250px;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(12px);
  margin-bottom: 16px;
  cursor: pointer;
}
@media (max-width: 1500px) {
  .cid-tWjBKJnfbR .content-wrapper .cards-wrap .card-wrap {
    width: 200px;
  }
}
@media (max-width: 1280px) {
  .cid-tWjBKJnfbR .content-wrapper .cards-wrap .card-wrap {
    width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-tWjBKJnfbR .content-wrapper .cards-wrap .card-wrap {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-tWjBKJnfbR .content-wrapper .cards-wrap .card-wrap {
    border-radius: 17px;
  }
}
.cid-tWjBKJnfbR .content-wrapper .cards-wrap .card-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #73abff;
  opacity: .8;
}
.cid-tWjBKJnfbR .content-wrapper .cards-wrap .card-wrap .item-wrapper {
  position: relative;
  width: 100%;
}
.cid-tWjBKJnfbR .content-wrapper .cards-wrap .card-wrap .item-wrapper .item-img {
  display: flex;
  justify-content: flex-end;
}
.cid-tWjBKJnfbR .content-wrapper .cards-wrap .card-wrap .item-wrapper .item-img img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  border-radius: 100% !important;
  margin: -4px -4px 0 0;
  object-fit: cover;
}
.cid-tWjBKJnfbR .content-wrapper .cards-wrap .card-wrap .item-wrapper .item-content {
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-tWjBKJnfbR .content-wrapper .cards-wrap .card-wrap .item-wrapper .item-content {
    padding: 15px;
  }
}
.cid-tWjBKJnfbR .content-wrapper .cards-wrap .card-wrap .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-tWjBKJnfbR .image-wrapper .icon-wrapper {
  display: flex;
  justify-content: space-between;
}
.cid-tWjBKJnfbR .image-wrapper .icon-wrapper .mbr-iconfont {
  width: 100px;
  height: 100px;
  font-size: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  color: #ffffff;
  background-color: #73abff;
  transform: rotate(-5deg);
  margin-top: 100px;
}
.cid-tWjBKJnfbR .image-wrapper .icon-wrapper .mbr-iconfont:nth-child(2) {
  background-color: #e354e3;
  margin-top: 0;
}
.cid-tWjBKJnfbR .image-wrapper .icon-wrapper .mbr-iconfont:nth-child(3) {
  background-color: #f85f32;
  transform: rotate(5deg);
}
@media (max-width: 768px) {
  .cid-tWjBKJnfbR .image-wrapper .icon-wrapper .mbr-iconfont {
    width: 50px;
    height: 50px;
    margin-top: 30px;
    font-size: 25px;
  }
}
.cid-tWjBKJnfbR .image-wrapper .image-wrap {
  display: flex;
  justify-content: center;
  margin-top: -8rem;
}
.cid-tWjBKJnfbR .image-wrapper .image-wrap img {
  height: 650px;
  width: 650px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1199px) {
  .cid-tWjBKJnfbR .image-wrapper .image-wrap img {
    height: 450px;
    width: 450px;
    min-width: 450px;
  }
}
.cid-tWjBKJnfbR .image-wrapper .cards-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: -8rem;
}
@media (max-width: 992px) {
  .cid-tWjBKJnfbR .image-wrapper .cards-wrapper {
    flex-direction: column;
  }
}
.cid-tWjBKJnfbR .image-wrapper .cards-wrapper .card-wrapper {
  display: inline-flex;
  max-width: 250px;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  padding: 30px;
  backdrop-filter: blur(12px);
  height: fit-content;
}
@media (max-width: 1500px) {
  .cid-tWjBKJnfbR .image-wrapper .cards-wrapper .card-wrapper {
    max-width: 200px;
  }
}
@media (max-width: 1280px) {
  .cid-tWjBKJnfbR .image-wrapper .cards-wrapper .card-wrapper {
    max-width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-tWjBKJnfbR .image-wrapper .cards-wrapper .card-wrapper {
    display: block;
    max-width: 100%;
    width: 100%;
    margin-bottom: 16px;
  }
  .cid-tWjBKJnfbR .image-wrapper .cards-wrapper .card-wrapper:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .cid-tWjBKJnfbR .image-wrapper .cards-wrapper .card-wrapper {
    padding: 15px;
    border-radius: 17px;
  }
}
.cid-tWjBKJnfbR .image-wrapper .cards-wrapper .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #73abff;
  opacity: .8;
}
.cid-tWjBKJnfbR .image-wrapper .cards-wrapper .card-wrapper:nth-child(2n) {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-tWjBKJnfbR .image-wrapper .cards-wrapper .card-wrapper:nth-child(2n) {
    margin-top: 0;
  }
}
.cid-tWjBKJnfbR .image-wrapper .cards-wrapper .card-wrapper .item-wrapper {
  position: relative;
  width: 100%;
}
.cid-tWjBKJnfbR .image-wrapper .cards-wrapper .card-wrapper .item-wrapper .card-box .dot-wrapper {
  margin-bottom: 40px;
}
.cid-tWjBKJnfbR .image-wrapper .cards-wrapper .card-wrapper .item-wrapper .card-box .dot-wrapper .dot-wrap {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ffffff;
}
.cid-tWjBKJnfbR .image-wrapper .cards-wrapper .card-wrapper .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-tWjBKJnfbR .mbr-section-title {
  color: #ffffff;
}
.cid-tWjBKJnfbR .mbr-text {
  color: #ffffff;
}
.cid-tWjBKJnfbR .card-text {
  color: #ffffff;
}
.cid-tWjMzuqfzf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWjMzuqfzf .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-tWjMzuqfzf .icon__block {
  background: linear-gradient(135deg, rgba(191, 108, 255, 0.54) 0%, rgba(191, 108, 255, 0.85) 60%, #bf6cff 100%);
}
.cid-tWjMzuqfzf .mbr-section-title,
.cid-tWjMzuqfzf .icon__wrap {
  text-align: center;
}
.cid-tWjMzuqfzf .mbr-section-subtitle {
  text-align: center;
}
.cid-tWjMzuqfzf .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-tWjMzuqfzf .icon__wrap .icon__block {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 10px;
}
.cid-tWjMzuqfzf .icon__wrap .icon__block::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(-45deg);
}
.cid-tWjMzuqfzf .icon__wrap .icon__block::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.15);
  transform: rotate(45deg);
}
.cid-tWjMzuqfzf .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
.cid-tWjMzuqfzf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWjMzuqfzf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWjBsJv0l0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tWjBsJv0l0 .card-wrapper {
  display: flex;
  overflow: visible;
  max-width: 650px;
  margin: auto;
  padding: 4rem 2rem;
}
.cid-tWjBsJv0l0 .container-fluid {
  padding: 0rem;
}
.cid-tWjBsJv0l0 .icon {
  font-size: 5rem;
  color: #6f5ad3;
  padding-right: 0rem;
  margin-top: -1rem;
  display: block;
}
.cid-tWjBsJv0l0 img {
  height: 100%;
  object-fit: cover;
}
.cid-tWjBsJv0l0 .card-box {
  margin-left: -1rem;
}
.cid-tWjBsJv0l0 .card-title {
  color: #f16f52;
}
.cid-tWjBsJv0l0 .card-text {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-tWjBsJv0l0 .align-right,
  .cid-tWjBsJv0l0 .align-left {
    text-align: center;
  }
  .cid-tWjBsJv0l0 .card-wrapper {
    flex-direction: column;
    padding: 4rem 1rem;
  }
  .cid-tWjBsJv0l0 .icon,
  .cid-tWjBsJv0l0 .card-box {
    margin: 0rem;
  }
  .cid-tWjBsJv0l0 .icon {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-tWjBsJv0l0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWjBsJv0l0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWjBtsTT8u {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tWjBtsTT8u .card-wrapper {
  display: flex;
  overflow: visible;
  max-width: 750px;
  flex-direction: column;
  padding: 4rem 2rem;
}
.cid-tWjBtsTT8u .card-wrapper:hover .mbr-iconfont {
  height: 70px;
  border-radius: 40px;
}
.cid-tWjBtsTT8u .title-wrap {
  display: flex;
}
.cid-tWjBtsTT8u .link-wrapper {
  display: flex;
  min-height: 100px;
}
.cid-tWjBtsTT8u .container-fluid {
  padding: 0rem;
}
.cid-tWjBtsTT8u .mbr-iconfont {
  transition: all 0.3s;
  overflow: visible;
  font-size: 1.5rem;
  color: white;
  margin-top: 6px;
  min-width: 50px;
  display: flex;
  margin-right: 1rem;
  justify-content: center;
  align-items: center;
  height: 50px;
  border-radius: 50%;
  background: #59bb93;
}
.cid-tWjBtsTT8u .row {
  flex-direction: row-reverse;
}
.cid-tWjBtsTT8u .icon {
  font-size: 5rem;
  color: #59bb93;
  padding-right: 0rem;
  margin-top: -1rem;
  display: block;
}
.cid-tWjBtsTT8u img {
  height: 100%;
  object-fit: cover;
}
.cid-tWjBtsTT8u .card-box {
  margin-left: -1rem;
}
.cid-tWjBtsTT8u .card-title {
  color: #6f5ad3;
}
.cid-tWjBtsTT8u .card-text {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-tWjBtsTT8u .align-right,
  .cid-tWjBtsTT8u .align-left {
    text-align: center;
  }
  .cid-tWjBtsTT8u .card-wrapper {
    padding: 4rem 1rem;
  }
  .cid-tWjBtsTT8u .title-wrap {
    flex-direction: column;
  }
  .cid-tWjBtsTT8u .icon,
  .cid-tWjBtsTT8u .card-box {
    margin: 0rem;
  }
  .cid-tWjBtsTT8u .icon {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-tWjBtsTT8u .link-text {
  color: #59bb93;
}
.cid-tWjBtsTT8u .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWjBtsTT8u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWjIpJUhrg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9fc;
}
.cid-tWjIpJUhrg .card-wrap-1 {
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cid-tWjIpJUhrg .card-wrap-2 {
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tWjIpJUhrg .card-1 {
  width: 404px;
  padding: 70px 60px;
  margin: 0 0 -1rem 0;
  background: #eaeaea;
}
@media (max-width: 998px) {
  .cid-tWjIpJUhrg .card-1 {
    width: auto;
    padding: 20px;
    margin: 0 0 43px 0;
  }
}
.cid-tWjIpJUhrg .card-1 .mbr-section-title {
  margin-bottom: 13px;
}
.cid-tWjIpJUhrg .card-1 .mbr-section-text {
  margin-bottom: 16px;
}
.cid-tWjIpJUhrg .card-1 .list {
  margin: 0;
  padding-left: 18px;
  list-style-position: inside;
}
.cid-tWjIpJUhrg .card-1 .list li::marker {
  color: #0c5b47;
}
.cid-tWjIpJUhrg .image-wrapper img {
  height: 579px;
  width: 100%;
  object-fit: cover;
}
.cid-tWjIpJUhrg .card-2 {
  width: 404px;
  padding: 90px 60px;
  margin: -4rem 0 0 -6rem;
  background: #ffa41d;
}
@media (max-width: 1300px) {
  .cid-tWjIpJUhrg .card-2 {
    margin: -4rem 0 0 -9rem;
  }
}
@media (max-width: 1100px) {
  .cid-tWjIpJUhrg .card-2 {
    width: 350px;
  }
}
@media (max-width: 998px) {
  .cid-tWjIpJUhrg .card-2 {
    width: auto;
    padding: 20px;
    margin: 43px 0 0 0;
  }
}
.cid-tWjIpJUhrg .card-2 .mbr-title {
  margin-bottom: 13px;
}
.cid-tWjIpJUhrg .card-2 .mbr-text {
  margin-bottom: 18px;
  opacity: .7;
}
.cid-tWjIpJUhrg .btn {
  height: 55px;
  min-width: 170px;
  border: 2px solid #10634e !important;
  margin-top: 10px;
  margin-bottom: 0;
  box-shadow: none;
}
.cid-tWjIpJUhrg .btn:hover {
  box-shadow: none;
  border: 2px solid #10634e !important;
}
.cid-tWjIpJUhrg .mbr-section-title {
  color: #20232a;
}
.cid-tWjIpJUhrg .mbr-section-text {
  color: #84858a;
}
.cid-tWjIpJUhrg .list {
  color: #84858a;
}
.cid-tWjIpJUhrg .mbr-title {
  color: #FFFFFF;
}
.cid-tWjIpJUhrg .mbr-text {
  color: #FFFFFF;
}
.cid-tWjKpi4SSA {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWjKpi4SSA .container,
.cid-tWjKpi4SSA .container-fluid {
  pointer-events: none;
  z-index: 10;
}
.cid-tWjKpi4SSA .mbr-section-subtitle,
.cid-tWjKpi4SSA .mbr-section-title,
.cid-tWjKpi4SSA .mbr-subtext,
.cid-tWjKpi4SSA .mbr-text,
.cid-tWjKpi4SSA .mbr-section-btn,
.cid-tWjKpi4SSA .wrap__image {
  pointer-events: all;
}
@media (min-width: 992px) {
  .cid-tWjKpi4SSA .title__block {
    padding-top: 70px;
  }
}
.cid-tWjKpi4SSA .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-tWjKpi4SSA .mbr-section-title {
  color: #0c5b47;
  margin-bottom: 25px;
  font-weight: 300;
}
.cid-tWjKpi4SSA .mbr-section-title b,
.cid-tWjKpi4SSA .mbr-section-title strong {
  font-weight: 500;
}
.cid-tWjKpi4SSA .mbr-subtext {
  margin-bottom: 35px;
  color: #ff9966;
}
.cid-tWjKpi4SSA .mbr-section-btn {
  margin-top: 60px;
}
.cid-tWjKpi4SSA .image__block1 {
  display: inline-block;
  border-radius: 15px;
  max-width: 450px;
  max-height: 630px;
  overflow: hidden;
  box-shadow: 0px 45px 63px 0px rgba(100, 105, 122, 0.33);
}
.cid-tWjKpi4SSA .image__block1 .image img {
  height: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-tWjKpi4SSA .image__block1 {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tWjKpi4SSA .image__block1 .image img {
    max-height: 450px;
  }
}
.cid-tWjKpi4SSA .wrap__image {
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tWjKpi4SSA .wrap__image {
    text-align: right;
  }
  .cid-tWjKpi4SSA .wrap__image .image__block2 {
    left: 165px;
  }
}
@media (max-width: 767px) {
  .cid-tWjKpi4SSA .wrap__image {
    text-align: center !important;
  }
}
.cid-tWjKpi4SSA .image__block2 {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 25px 50px 0px rgba(140, 140, 140, 0.33);
  position: absolute;
  z-index: -1;
  left: -165px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 340px;
  max-height: 425px;
}
.cid-tWjKpi4SSA .image__block2 .image img {
  height: auto;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-tWjKpi4SSA .image__block2 {
    display: none;
  }
}
.cid-tWjKpi4SSA .image__background .circle__image1 {
  width: 960px;
  height: 960px;
  left: -290px;
  border-radius: 50%;
  top: 70px;
  position: absolute;
  background-color: rgba(255, 225, 97, 0.1);
}
@media (max-width: 1199px) {
  .cid-tWjKpi4SSA .image__background .circle__image1 {
    width: 768px;
    height: 768px;
  }
}
@media (max-width: 991px) {
  .cid-tWjKpi4SSA .image__background .circle__image1 {
    display: none;
  }
}
.cid-tWjKpi4SSA .image__background .circle__image2 {
  width: 960px;
  height: 960px;
  left: -330px;
  border-radius: 50%;
  top: 0;
  z-index: 1;
  position: absolute;
  background-color: rgba(255, 153, 102, 0.23);
}
@media (max-width: 1199px) {
  .cid-tWjKpi4SSA .image__background .circle__image2 {
    width: 768px;
    height: 768px;
  }
}
@media (max-width: 991px) {
  .cid-tWjKpi4SSA .image__background .circle__image2 {
    display: none;
  }
}
.cid-tWjKpi4SSA .animation__background .triangle {
  position: absolute;
  bottom: 9%;
  right: 14%;
  animation: rotatedHalf 40s infinite linear;
  width: auto;
}
.cid-tWjKpi4SSA .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 50px;
  right: 40%;
  border-radius: 50%;
  background: #10634e;
  position: absolute;
  animation: animationOne 25s infinite linear;
}
.cid-tWjKpi4SSA .animation__background .circle2 {
  display: inline-block;
  width: 20px;
  height: 20px;
  top: 41%;
  right: 2%;
  position: absolute;
  border-radius: 50%;
  background-color: #1b745e;
  animation: scale__two 5s infinite linear;
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes scale__two {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
.cid-tWjKpi4SSA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWjKpi4SSA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWjIPux8p0 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: visible;
  background-color: #ffffff;
}
.cid-tWjIPux8p0 .mbr-section-subtitle {
  font-weight: 500;
  color: #0c5b47;
}
.cid-tWjIPux8p0 .wrap {
  padding-left: 90px;
}
.cid-tWjIPux8p0 .mbr-section-title {
  color: #ff9966;
}
.cid-tWjIPux8p0 .figure {
  display: block;
  position: relative;
  z-index: 1;
}
.cid-tWjIPux8p0 .figure:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 119px;
  height: 119px;
  top: -95px;
  right: -33px;
  background-image: url("../../../assets/images/compass.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-tWjIPux8p0 .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-tWjIPux8p0 .link a {
  font-weight: 700;
}
.cid-tWjIPux8p0 .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-tWjIPux8p0 .link:hover span {
  transform: translateX(9px);
}
.cid-tWjIPux8p0 .text__items {
  margin-top: 20px;
  padding-right: 50px;
  margin-bottom: 50px;
}
.cid-tWjIPux8p0 .mbr-text {
  margin-bottom: 10px;
}
.cid-tWjIPux8p0 .image__block {
  padding-top: 150px;
  position: relative;
}
.cid-tWjIPux8p0 .rotate__image {
  transform: rotate(7.5deg);
  width: 21%;
  z-index: 1;
  position: absolute;
  bottom: -50px;
  right: 18%;
}
.cid-tWjIPux8p0 .rotate__image .image {
  min-width: 450px;
  position: relative;
}
.cid-tWjIPux8p0 .rotate__image .image:before {
  padding-top: 80%;
  display: block;
  content: "";
  width: 100%;
}
.cid-tWjIPux8p0 .rotate__image .image img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.cid-tWjIPux8p0 .rotate__image2 {
  z-index: 2;
  bottom: -60px;
  right: 30%;
  position: absolute;
  transform: rotate(-15deg);
  width: 17%;
}
.cid-tWjIPux8p0 .rotate__image2 .image {
  min-width: 200px;
  position: relative;
}
.cid-tWjIPux8p0 .rotate__image2 .image:before {
  padding-top: 116%;
  display: block;
  content: "";
  width: 100%;
}
.cid-tWjIPux8p0 .rotate__image2 .image img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 1220px) {
  .cid-tWjIPux8p0 .image__block {
    transform: translateX(-90px);
  }
}
@media (max-width: 991px) {
  .cid-tWjIPux8p0 .image__block {
    transform: translateX(-30px);
  }
  .cid-tWjIPux8p0 .figure:before {
    content: none;
  }
  .cid-tWjIPux8p0 .text__items {
    padding-right: 0;
    margin-bottom: 10px;
  }
  .cid-tWjIPux8p0 .wrap {
    padding-left: 0;
  }
  .cid-tWjIPux8p0 .rotate__image {
    top: 45px;
    right: 3%;
    width: 53%;
  }
  .cid-tWjIPux8p0 .rotate__image .image {
    min-width: auto;
    max-width: 350px;
  }
  .cid-tWjIPux8p0 .rotate__image2 {
    top: 75px;
    right: 32%;
    width: 42%;
    margin-top: 0;
  }
  .cid-tWjIPux8p0 .rotate__image2 .image {
    min-width: auto;
    max-width: 200px;
  }
}
@media (max-width: 767px) {
  .cid-tWjIPux8p0 .rotate__image2 {
    right: 43%;
  }
}
@media (max-width: 575px) {
  .cid-tWjIPux8p0 .image__block {
    padding-top: 75px;
    transform: translateX(-20px);
  }
  .cid-tWjIPux8p0 .rotate__image {
    top: 55px;
    right: 0;
  }
  .cid-tWjIPux8p0 .rotate__image2 {
    top: 40px;
    left: 10%;
  }
}
.cid-tWjIPux8p0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWjIPux8p0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWjIKGWsso {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #279e64;
}
.cid-tWjIKGWsso .content-inner .left-content {
  display: block;
}
.cid-tWjIKGWsso .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-tWjIKGWsso .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-tWjIKGWsso .content-inner .right-content {
  display: block;
}
.cid-tWjIKGWsso .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-tWjIKGWsso .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-tWjIKGWsso .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-tWjIKGWsso .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #10634e !important;
  border-color: #10634e !important;
}
@media (max-width: 991px) {
  .cid-tWjIKGWsso .content-inner {
    justify-content: center !important;
  }
  .cid-tWjIKGWsso * {
    text-align: center;
  }
}
.cid-tWjIKGWsso .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWjIKGWsso .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tL5sya5bqG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fffbf6;
}
.cid-tL5sya5bqG p {
  text-align: center;
}
.cid-tL5sya5bqG .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tL5sya5bqG .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tL5sya5bqG .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #0c5b47;
}
.cid-tL5sya5bqG .logo-footer {
  line-height: normal;
}
.cid-tL5sya5bqG .copyright .list-inline {
  margin-bottom: 0;
}
.cid-tL5sya5bqG .copyright .list-inline .list-inline-item {
  margin: 10px 15px;
}
@media (max-width: 767px) {
  .cid-tL5sya5bqG .copyright .list-inline .list-inline-item {
    margin: 10px 6px;
  }
}
.cid-tL5sya5bqG li {
  overflow: hidden;
}
.cid-tL5sya5bqG .icon-transition span {
  display: block;
}
.cid-tL5sya5bqG .icon-transition:hover span {
  animation: 0.3s linear top;
}
.cid-tL5sya5bqG .list-inline-item a {
  display: block;
}
.cid-tL5sya5bqG .list-inline-item:hover a {
  animation: 0.3s linear top;
}
@keyframes top {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-100%);
  }
  51% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-tL5sya5bqG .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tL5sya5bqG .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tL5sya5bqG .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 1.5rem;
}
.cid-tL5sya5bqG .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tL5sya5bqG .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tL5sya5bqG .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-tL5sya5bqG .logo-footer {
    text-align: center;
  }
  .cid-tL5sya5bqG .social-media {
    justify-content: center;
  }
}
.cid-u5zBZyjExG {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-u5zBZyjExG .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-u5zBZyjExG .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-u5zBZyjExG .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-u5zBZyjExG .navbar.opened {
  transition: all 0.2s;
  background: #ffffff !important;
}
.cid-u5zBZyjExG .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-u5zBZyjExG .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-u5zBZyjExG .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-u5zBZyjExG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5zBZyjExG .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-u5zBZyjExG .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #0c5b47;
}
.cid-u5zBZyjExG .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-u5zBZyjExG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5zBZyjExG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 91.82857143vh;
  }
}
.cid-u5zBZyjExG .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-u5zBZyjExG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5zBZyjExG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5zBZyjExG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u5zBZyjExG .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-u5zBZyjExG .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-u5zBZyjExG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5zBZyjExG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-u5zBZyjExG .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-u5zBZyjExG .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-u5zBZyjExG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5zBZyjExG .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-u5zBZyjExG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5zBZyjExG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5zBZyjExG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u5zBZyjExG .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-u5zBZyjExG .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-u5zBZyjExG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5zBZyjExG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-u5zBZyjExG .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-u5zBZyjExG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-u5zBZyjExG .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u5zBZyjExG .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-u5zBZyjExG .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-u5zBZyjExG .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-u5zBZyjExG .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-u5zBZyjExG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-u5zBZyjExG .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-u5zBZyjExG .navbar-brand {
  height: 4.4rem;
  min-height: 2rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-u5zBZyjExG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5zBZyjExG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5zBZyjExG .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-u5zBZyjExG .dropdown-item.active,
.cid-u5zBZyjExG .dropdown-item:active {
  background-color: transparent;
}
.cid-u5zBZyjExG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-u5zBZyjExG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5zBZyjExG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5zBZyjExG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u5zBZyjExG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-u5zBZyjExG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5zBZyjExG ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-u5zBZyjExG .navbar-buttons {
  text-align: center;
}
.cid-u5zBZyjExG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u5zBZyjExG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-u5zBZyjExG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5zBZyjExG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-u5zBZyjExG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-u5zBZyjExG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5zBZyjExG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5zBZyjExG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-u5zBZyjExG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-u5zBZyjExG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5zBZyjExG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-u5zBZyjExG .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-u5zBZyjExG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-u5zBZyjExG .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-u5zBZyjExG .nav-link:hover,
.cid-u5zBZyjExG .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-u5zBZyjExG .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-u5zBZyjExG .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-u5zBZyjExG .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tWlP6NQqeN {
  background-color: #ffffff;
}
.cid-tWlP6NQqeN .row {
  border-radius: 25px;
  background: #f0f4ff;
}
@media (max-width: 992px) {
  .cid-tWlP6NQqeN .row {
    margin: 0 1rem;
  }
}
.cid-tWlP6NQqeN .header-column1 {
  padding: 14% 22% 10% 8%;
}
@media (max-width: 992px) {
  .cid-tWlP6NQqeN .header-column1 {
    padding: 10% 5% 10%;
  }
}
.cid-tWlP6NQqeN .mbr-section-title {
  margin-bottom: 1.5rem;
  color: #6870d1;
}
.cid-tWlP6NQqeN .mbr-section-subtitle {
  margin-bottom: 1.5rem;
  color: #6870d1;
}
.cid-tWlP6NQqeN .mbr-text {
  margin-bottom: 1.5rem;
  color: #3a3e5e;
}
.cid-tWlP6NQqeN .mbr-section-btn {
  margin: 3rem 0 1.5rem 0;
}
.cid-tWlP6NQqeN .mbr-section-btn .btn {
  width: 200px;
  height: 55px;
  box-shadow: none;
}
.cid-tWlP6NQqeN .mbr-section-btn .btn:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-tWlP6NQqeN .mbr-section-btn .btn {
    margin-left: 0;
  }
}
.cid-tWlP6NQqeN .header-column2 {
  padding: 5% 0 0 0;
  background: #6870d1;
  position: relative;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
@media (max-width: 992px) {
  .cid-tWlP6NQqeN .header-column2 {
    background: #f0f4ff;
    padding: 0;
    display: flex;
    justify-content: center;
  }
}
.cid-tWlP6NQqeN .header-date {
  display: flex;
  background: #f0f4ff;
  margin: 0 30% 3rem;
  padding: 5px 5px 5px 10px;
  align-items: center;
  border-radius: 5px;
}
@media (max-width: 992px) {
  .cid-tWlP6NQqeN .header-date {
    display: none;
  }
}
.cid-tWlP6NQqeN .header-date span {
  font-size: 1rem;
  color: #6870d1;
  margin: 0 !important;
}
.cid-tWlP6NQqeN .header-date p {
  margin: 0;
  padding: 3px 0 5px 3px;
}
.cid-tWlP6NQqeN .img-wrapper {
  background-color: #8e94e0;
  margin-left: -12rem;
  width: 415px;
  min-height: 38rem;
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
  padding-top: 20px;
}
@media (max-width: 1200px) {
  .cid-tWlP6NQqeN .img-wrapper {
    border-bottom-right-radius: 3px;
  }
}
@media (max-width: 992px) {
  .cid-tWlP6NQqeN .img-wrapper {
    position: static;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-tWlP6NQqeN .img-wrapper {
    min-width: 280px;
  }
}
@media (max-width: 425px) {
  .cid-tWlP6NQqeN .img-wrapper {
    width: auto;
    padding: 20px 1.5rem;
  }
}
.cid-tWlP6NQqeN .img-wrapper .card {
  width: 260px;
  max-height: 150px;
  background-color: #ffffff;
  padding: 1rem;
  border-radius: 10px;
  margin: 2rem 0 0 -3rem;
}
.cid-tWlP6NQqeN .img-wrapper .card:first-child {
  margin-top: 3rem;
}
.cid-tWlP6NQqeN .img-wrapper .card:nth-child(2) {
  margin-left: 13rem;
}
@media (max-width: 1200px) {
  .cid-tWlP6NQqeN .img-wrapper .card:nth-child(2) {
    margin: 1.5rem 0 0 1rem;
  }
}
@media (max-width: 992px) {
  .cid-tWlP6NQqeN .img-wrapper .card:nth-child(2) {
    margin-left: 13rem;
  }
}
@media (max-width: 768px) {
  .cid-tWlP6NQqeN .img-wrapper .card:nth-child(2) {
    margin: 1.5rem auto;
  }
}
@media (max-width: 1200px) {
  .cid-tWlP6NQqeN .img-wrapper .card {
    margin: 1.5rem 0 0 1rem;
  }
}
@media (max-width: 992px) {
  .cid-tWlP6NQqeN .img-wrapper .card {
    margin: 1.5rem 0 0 -3rem;
  }
}
@media (max-width: 768px) {
  .cid-tWlP6NQqeN .img-wrapper .card {
    margin: 1.5rem auto;
  }
}
@media (max-width: 425px) {
  .cid-tWlP6NQqeN .img-wrapper .card {
    max-width: 230px;
  }
}
.cid-tWlP6NQqeN .img-wrapper .card .card-subtitle {
  margin-bottom: 1rem;
}
.cid-tWlP6NQqeN .img-wrapper .card .card-img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-tWlP6NQqeN .img-wrapper .card .card-img-wrapper img {
  max-width: 67px;
  max-height: 55px;
  margin-left: 14px;
  object-fit: cover;
  border-radius: 5px;
}
@media (max-width: 425px) {
  .cid-tWlP6NQqeN .img-wrapper .card .card-img-wrapper img {
    margin-left: 5px;
  }
}
.cid-tWlP6NQqeN .img-wrapper .card .card-img-wrapper img:first-child {
  margin-left: 0;
}
.cid-tWlP6NQqeN .mbr-date {
  color: #4f5372;
}
.cid-tWlP6NQqeN .card-subtitle {
  color: #6870d1;
}
.cid-tWlP6NQqeN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWlP6NQqeN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWjS8iWgCw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWjS8iWgCw .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-tWjS8iWgCw .icon__block {
  background: linear-gradient(135deg, rgba(191, 108, 255, 0.54) 0%, rgba(191, 108, 255, 0.85) 60%, #bf6cff 100%);
}
.cid-tWjS8iWgCw .mbr-section-title,
.cid-tWjS8iWgCw .icon__wrap {
  text-align: center;
}
.cid-tWjS8iWgCw .mbr-section-subtitle {
  text-align: center;
}
.cid-tWjS8iWgCw .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-tWjS8iWgCw .icon__wrap .icon__block {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 10px;
}
.cid-tWjS8iWgCw .icon__wrap .icon__block::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(-45deg);
}
.cid-tWjS8iWgCw .icon__wrap .icon__block::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.15);
  transform: rotate(45deg);
}
.cid-tWjS8iWgCw .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
.cid-tWjS8iWgCw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWjS8iWgCw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWlQLqRuT1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tWlQLqRuT1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWlQLqRuT1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWlQLqRuT1 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tWlQLqRuT1 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tWlQLqRuT1 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tWlQLqRuT1 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tWlQLqRuT1 .container {
    padding: 0 12px;
  }
}
.cid-tWlQLqRuT1 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 22px;
  position: relative;
}
.cid-tWlQLqRuT1 .content-wrapper .title-wrapper .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 100%;
  opacity: .85;
  background-color: #52f4aa;
  border-radius: 10rem;
}
.cid-tWlQLqRuT1 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-tWlQLqRuT1 .image-wrapper {
  margin-top: 100px;
  border: 10px solid #1d1d1f;
  transform: rotate(5deg);
  background-color: #1d1d1f;
  border-radius: 2rem;
}
.cid-tWlQLqRuT1 .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 1500px) {
  .cid-tWlQLqRuT1 .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 768px) {
  .cid-tWlQLqRuT1 .image-wrapper img {
    height: 250px;
  }
}
.cid-tWlQLqRuT1 .image-wrap {
  border: 10px solid #1d1d1f;
  transform: rotate(-20deg);
  background-color: #1d1d1f;
  border-radius: 2rem;
  margin-top: -120px;
}
@media (max-width: 992px) {
  .cid-tWlQLqRuT1 .image-wrap {
    margin-top: 0;
  }
}
.cid-tWlQLqRuT1 .image-wrap img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tWlQLqRuT1 .image-wrap img {
    height: 350px;
  }
}
.cid-tWlQLqRuT1 .mbr-section-title {
  color: #1D1D1F;
}
.cid-tWlQLqRuT1 .mbr-text {
  color: #1D1D1F;
}
.cid-tWlRIYOL84 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  box-shadow: inset 25rem 1rem 10rem #fdefb4 !important;
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
}
.cid-tWlRIYOL84 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWlRIYOL84 .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-tWlRIYOL84 .container {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-tWlRIYOL84 .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tWlRIYOL84 .title-wrapper .mbr-section-title {
  margin-bottom: 35px;
}
.cid-tWlRIYOL84 .title-wrapper .mbr-text {
  margin-bottom: 35px;
}
.cid-tWlRIYOL84 .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 330px;
  margin-left: 80px;
}
@media (max-width: 992px) {
  .cid-tWlRIYOL84 .image-wrapper {
    margin: 0;
  }
}
.cid-tWlRIYOL84 .image-wrapper .image-wrap_1 {
  position: absolute;
  bottom: 1rem;
  left: 0;
  z-index: 1;
}
.cid-tWlRIYOL84 .image-wrapper .image-wrap_1 img {
  width: 143px;
  height: 143px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 768px) {
  .cid-tWlRIYOL84 .image-wrapper .image-wrap_1 img {
    width: 120px;
    height: 120px;
  }
}
.cid-tWlRIYOL84 .image-wrapper .image-wrap_1 .card-title {
  margin: 16px 0 0;
}
.cid-tWlRIYOL84 .image-wrapper .image-wrap_2 {
  position: absolute;
  top: 0;
  right: 2rem;
  z-index: 1;
}
.cid-tWlRIYOL84 .image-wrapper .image-wrap_2 img {
  width: 143px;
  height: 143px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 768px) {
  .cid-tWlRIYOL84 .image-wrapper .image-wrap_2 img {
    width: 120px;
    height: 120px;
  }
}
.cid-tWlRIYOL84 .image-wrapper .image-wrap_2 .card-title {
  margin: 16px 0 0;
}
.cid-tWlRIYOL84 .image-wrapper .decor-wrap {
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 4px dashed #000000;
  border-right: 4px dashed #000000;
  border-radius: 3rem 3rem 15rem 3rem;
  width: 100%;
  height: 100%;
}
.cid-tWlRIYOL84 .mbr-section-title {
  color: #000000;
}
.cid-tWlRIYOL84 .mbr-text {
  color: #000000;
}
.cid-tWlRIYOL84 .card-title {
  color: #000000;
  text-align: center;
}
.cid-tWlUiJHIrh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cbc97a;
}
.cid-tWlUiJHIrh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWlUiJHIrh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWlUiJHIrh .container-fluid {
  padding: 0 45px 0 0;
}
@media (max-width: 992px) {
  .cid-tWlUiJHIrh .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-tWlUiJHIrh .container {
    padding: 0 25px;
  }
}
.cid-tWlUiJHIrh .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tWlUiJHIrh .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tWlUiJHIrh .image-wrapper img {
  height: 310px;
  object-fit: cover;
  border-radius: 0 20rem 0 20rem !important;
}
@media (max-width: 992px) {
  .cid-tWlUiJHIrh .image-wrapper img {
    height: 210px;
  }
}
@media (max-width: 425px) {
  .cid-tWlUiJHIrh .image-wrapper img {
    border-radius: 0 10rem 0 10rem !important;
  }
}
.cid-tWlUiJHIrh .title-wrapper {
  padding-left: 80px;
}
@media (max-width: 1440px) {
  .cid-tWlUiJHIrh .title-wrapper {
    padding: 0;
  }
}
.cid-tWlUiJHIrh .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tWlUiJHIrh .title-wrapper .mbr-text {
  margin-bottom: 25px;
}
.cid-tWlUiJHIrh .mbr-section-title {
  color: #000000;
}
.cid-tWlUiJHIrh .mbr-text {
  color: #000000;
}
.cid-tWlVmi4Cug {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/-dsc3677-1024x684.webp");
}
.cid-tWlVmi4Cug .container-fluid {
  padding: 0 2.5rem;
  max-width: 1200px;
}
.cid-tWlVmi4Cug .wrap-block {
  background-color: #ffffff;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .cid-tWlVmi4Cug {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .cid-tWlVmi4Cug .wrap-block {
    margin: 0.5rem 0;
    padding: 1rem 1rem;
    text-align: center;
  }
  .cid-tWlVmi4Cug .container-fluid {
    padding: 0 2rem;
  }
}
@media (min-width: 767px) {
  .cid-tWlVmi4Cug .wrap-block {
    margin: 3rem 0;
    padding: 5rem 2rem;
  }
}
.cid-tWlVmi4Cug .wrapper {
  margin-bottom: 1.5rem;
  display: block;
  width: 100%;
  text-align: left;
}
.cid-tWlVmi4Cug .icon-img {
  width: 40px;
  margin-right: 1rem;
  display: inline-block;
  vertical-align: bottom;
}
.cid-tWlVmi4Cug .card-title {
  color: #12265a;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}
.cid-tWlVmi4Cug .mbr-text {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.cid-tWlVmi4Cug .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-tWlVmi4Cug .svg-1 path {
  fill: #ffffff;
}
.cid-tWlVmi4Cug .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWlVmi4Cug .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWjS8n28ZK {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #279e64;
}
.cid-tWjS8n28ZK .content-inner .left-content {
  display: block;
}
.cid-tWjS8n28ZK .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-tWjS8n28ZK .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-tWjS8n28ZK .content-inner .right-content {
  display: block;
}
.cid-tWjS8n28ZK .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-tWjS8n28ZK .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-tWjS8n28ZK .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-tWjS8n28ZK .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #10634e !important;
  border-color: #10634e !important;
}
@media (max-width: 991px) {
  .cid-tWjS8n28ZK .content-inner {
    justify-content: center !important;
  }
  .cid-tWjS8n28ZK * {
    text-align: center;
  }
}
.cid-tWjS8n28ZK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWjS8n28ZK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWjS8ny9oe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fffbf6;
}
.cid-tWjS8ny9oe p {
  text-align: center;
}
.cid-tWjS8ny9oe .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tWjS8ny9oe .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tWjS8ny9oe .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #0c5b47;
}
.cid-tWjS8ny9oe .logo-footer {
  line-height: normal;
}
.cid-tWjS8ny9oe .copyright .list-inline {
  margin-bottom: 0;
}
.cid-tWjS8ny9oe .copyright .list-inline .list-inline-item {
  margin: 10px 15px;
}
@media (max-width: 767px) {
  .cid-tWjS8ny9oe .copyright .list-inline .list-inline-item {
    margin: 10px 6px;
  }
}
.cid-tWjS8ny9oe li {
  overflow: hidden;
}
.cid-tWjS8ny9oe .icon-transition span {
  display: block;
}
.cid-tWjS8ny9oe .icon-transition:hover span {
  animation: 0.3s linear top;
}
.cid-tWjS8ny9oe .list-inline-item a {
  display: block;
}
.cid-tWjS8ny9oe .list-inline-item:hover a {
  animation: 0.3s linear top;
}
@keyframes top {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-100%);
  }
  51% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-tWjS8ny9oe .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWjS8ny9oe .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tWjS8ny9oe .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 1.5rem;
}
.cid-tWjS8ny9oe .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tWjS8ny9oe .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tWjS8ny9oe .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-tWjS8ny9oe .logo-footer {
    text-align: center;
  }
  .cid-tWjS8ny9oe .social-media {
    justify-content: center;
  }
}
.cid-u5zBZyjExG {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-u5zBZyjExG .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-u5zBZyjExG .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-u5zBZyjExG .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-u5zBZyjExG .navbar.opened {
  transition: all 0.2s;
  background: #ffffff !important;
}
.cid-u5zBZyjExG .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-u5zBZyjExG .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-u5zBZyjExG .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-u5zBZyjExG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5zBZyjExG .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-u5zBZyjExG .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #0c5b47;
}
.cid-u5zBZyjExG .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-u5zBZyjExG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5zBZyjExG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 91.82857143vh;
  }
}
.cid-u5zBZyjExG .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-u5zBZyjExG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5zBZyjExG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5zBZyjExG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u5zBZyjExG .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-u5zBZyjExG .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-u5zBZyjExG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5zBZyjExG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-u5zBZyjExG .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-u5zBZyjExG .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-u5zBZyjExG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5zBZyjExG .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-u5zBZyjExG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5zBZyjExG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5zBZyjExG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u5zBZyjExG .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-u5zBZyjExG .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-u5zBZyjExG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5zBZyjExG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-u5zBZyjExG .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-u5zBZyjExG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-u5zBZyjExG .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u5zBZyjExG .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-u5zBZyjExG .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-u5zBZyjExG .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-u5zBZyjExG .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-u5zBZyjExG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-u5zBZyjExG .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-u5zBZyjExG .navbar-brand {
  height: 4.4rem;
  min-height: 2rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-u5zBZyjExG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5zBZyjExG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5zBZyjExG .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-u5zBZyjExG .dropdown-item.active,
.cid-u5zBZyjExG .dropdown-item:active {
  background-color: transparent;
}
.cid-u5zBZyjExG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-u5zBZyjExG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5zBZyjExG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5zBZyjExG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u5zBZyjExG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-u5zBZyjExG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5zBZyjExG ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-u5zBZyjExG .navbar-buttons {
  text-align: center;
}
.cid-u5zBZyjExG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u5zBZyjExG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-u5zBZyjExG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5zBZyjExG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-u5zBZyjExG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-u5zBZyjExG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5zBZyjExG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5zBZyjExG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-u5zBZyjExG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-u5zBZyjExG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5zBZyjExG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-u5zBZyjExG .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-u5zBZyjExG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-u5zBZyjExG .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-u5zBZyjExG .nav-link:hover,
.cid-u5zBZyjExG .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-u5zBZyjExG .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-u5zBZyjExG .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-u5zBZyjExG .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tXJrwjjzIE {
  background-image: url("../../../assets/images/solar-system-11111-1280-1280x803.webp");
}
.cid-tXJrwjjzIE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXJrwjjzIE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXJrwjjzIE .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-tXJrwjjzIE .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-tXJrwjjzIE .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-tXJrwjjzIE .mbr-section-title {
  color: #ffffff;
}
.cid-tXJrwjjzIE .mbr-text,
.cid-tXJrwjjzIE .mbr-section-btn,
.cid-tXJrwjjzIE .social-row {
  color: #ffffff;
}
.cid-tXJrwjjzIE .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tXK2VjwQ92 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tXK2VjwQ92 .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tY1xXIZsvR {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tY1xXIZsvR .item-img,
.cid-tY1xXIZsvR .img-wrap,
.cid-tY1xXIZsvR img {
  border-radius: 50% !important;
  display: flex;
  justify-content: center;
}
.cid-tY1xXIZsvR img,
.cid-tY1xXIZsvR .item-img {
  width: 230px;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 230px;
  height: 230px;
}
@media (max-width: 1600px) {
  .cid-tY1xXIZsvR img,
  .cid-tY1xXIZsvR .item-img {
    width: 180px;
    min-height: 180px;
    height: 180px;
  }
}
.cid-tY1xXIZsvR .item-img {
  border: 1px solid transparent;
  transition: all 0.3s;
}
.cid-tY1xXIZsvR .item:focus,
.cid-tY1xXIZsvR span:focus {
  outline: none;
}
.cid-tY1xXIZsvR .img-wrap {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-tY1xXIZsvR .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tY1xXIZsvR .item {
    margin-bottom: 1rem;
  }
}
.cid-tY1xXIZsvR h5 {
  margin: 0;
}
.cid-tY1xXIZsvR .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-tY1xXIZsvR .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-tY1xXIZsvR .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tY1xXIZsvR .item-wrapper:hover .item-img {
  border: 1px solid lightgray;
}
.cid-tY1xXIZsvR .item-wrapper:hover .img-wrap {
  margin: 10px;
}
@media (max-width: 992px) {
  .cid-tY1xXIZsvR .item-wrapper {
    height: auto;
  }
}
.cid-tY1xXIZsvR .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-tY1xXIZsvR .item-title {
  text-align: center;
}
.cid-tY1xXIZsvR .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-tY1xXIZsvR .mbr-text,
.cid-tY1xXIZsvR .item .mbr-section-btn {
  text-align: center;
}
.cid-tY1xXIZsvR .mbr-section-subtitle,
.cid-tY1xXIZsvR .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-tY1Pc8G3rC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tY1Pc8G3rC .mbr-section-title {
  color: #000000;
  text-align: center;
  margin-bottom: 0;
}
.cid-tY1Pc8G3rC .mbr-section-subtitle {
  color: #000000;
  text-align: center;
  padding-bottom: 18px;
  margin-bottom: 0;
  font-weight: 600;
}
.cid-tY1Pc8G3rC .row {
  align-items: center;
  height: 100%;
}
.cid-tY1NSoUb2t {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1080.webp");
}
@media (min-width: 768px) {
  .cid-tY1NSoUb2t .no-gutters {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .cid-tY1NSoUb2t .no-gutters > [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-tY1NSoUb2t .border_line {
  border-top: 1px dotted rgba(55, 60, 66, 0.5);
}
.cid-tY1NSoUb2t .card_wrap {
  padding: 5rem;
}
@media (max-width: 1199px) {
  .cid-tY1NSoUb2t .card_wrap {
    padding: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tY1NSoUb2t .card_wrap {
    padding: 3rem;
  }
}
.cid-tY1NSoUb2t .column .card_wrap {
  border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
}
.cid-tY1NSoUb2t .border_right {
  border-right: 1px dotted rgba(55, 60, 66, 0.5);
}
.cid-tY1NSoUb2t .header_box {
  margin-bottom: 2rem;
  display: inline-flex;
  align-items: center;
}
.cid-tY1NSoUb2t .header_wrap {
  width: 100%;
}
.cid-tY1NSoUb2t .number_wrap {
  background-color: #0c5b47;
  width: 4rem;
  height: 5rem;
  transform: rotateY(35deg) rotateX(-35deg);
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: .5rem;
}
.cid-tY1NSoUb2t .card_number {
  color: #eae8e4;
}
@media (max-width: 767px) {
  .cid-tY1NSoUb2t .card_wrap {
    padding: 2.5rem .75rem;
  }
  .cid-tY1NSoUb2t .header_box {
    margin-bottom: 1.5rem;
  }
  .cid-tY1NSoUb2t .border_right {
    border-right: none;
  }
  .cid-tY1NSoUb2t .number_wrap {
    width: 2.5rem;
    height: 3.5rem;
  }
}
.cid-tY1NSoUb2t .card_title,
.cid-tY1NSoUb2t .header_wrap {
  color: #ffffff;
}
.cid-tY1NSoUb2t .mbr-text {
  color: #ffffff;
}
.cid-tY1DeAyyj6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tY1DeAyyj6 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tY1DeAyyj6 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tY1DeAyyj6 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tY1DeAyyj6 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tY1DeAyyj6 .container {
    padding: 0 12px;
  }
}
.cid-tY1DeAyyj6 .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-tY1DeAyyj6 .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-tY1DeAyyj6 .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-tY1DeAyyj6 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tY1DeAyyj6 .content-wrapper {
  border-radius: 32px;
  background-color: #212124;
  padding: 86px;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-tY1DeAyyj6 .content-wrapper {
    padding: 24px;
    display: block;
  }
}
.cid-tY1DeAyyj6 .content-wrapper .slider-wrapper {
  border-radius: .5em;
  overflow: hidden;
  width: 65%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tY1DeAyyj6 .content-wrapper .slider-wrapper {
    width: 100%;
  }
}
.cid-tY1DeAyyj6 .content-wrapper .items-wrapper {
  margin-left: 80px;
  width: 35%;
}
@media (max-width: 992px) {
  .cid-tY1DeAyyj6 .content-wrapper .items-wrapper {
    width: 100%;
    margin: 32px 0 0 0;
  }
}
.cid-tY1DeAyyj6 .content-wrapper .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-tY1DeAyyj6 .content-wrapper .items-wrapper .item:last-child {
  margin-bottom: 0;
}
.cid-tY1DeAyyj6 .content-wrapper .items-wrapper .item .item-wrapper .card-box .title-wrap {
  margin-bottom: 16px;
}
.cid-tY1DeAyyj6 .content-wrapper .items-wrapper .item .item-wrapper .card-box .title-wrap .title-card {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-tY1DeAyyj6 .content-wrapper .items-wrapper .item .item-wrapper .card-box .title-wrap .title-card .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  margin-right: 4px;
}
.cid-tY1DeAyyj6 .content-wrapper .items-wrapper .item .item-wrapper .card-box .title-wrap .title-card .item-title {
  margin-bottom: 0;
}
.cid-tY1DeAyyj6 .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-tY1DeAyyj6 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-tY1DeAyyj6 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-tY1DeAyyj6 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 600px;
  object-fit: cover;
  border-radius: .5em !important;
}
@media (max-width: 992px) {
  .cid-tY1DeAyyj6 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-tY1DeAyyj6 .embla__button--next,
.cid-tY1DeAyyj6 .embla__button--prev {
  display: flex;
}
.cid-tY1DeAyyj6 .embla__button {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 23px;
  background-color: #1b745e !important;
  color: #0c5b47 !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-tY1DeAyyj6 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tY1DeAyyj6 .embla__button:hover {
  opacity: .8 !important;
}
.cid-tY1DeAyyj6 .embla__button.embla__button--prev {
  left: 20px;
}
.cid-tY1DeAyyj6 .embla__button.embla__button--next {
  right: 20px;
}
.cid-tY1DeAyyj6 .embla {
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-tY1DeAyyj6 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-tY1DeAyyj6 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tY1DeAyyj6 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tY1DeAyyj6 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tY1DeAyyj6 .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-tY1DeAyyj6 .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-tY1DeAyyj6 .item-title {
  color: #ffffff;
}
.cid-tY1DeAyyj6 .item-text {
  color: #ffffff;
}
.cid-tY1DeAyyj6 .item-title,
.cid-tY1DeAyyj6 .title-wrap {
  color: #ffffff;
}
.cid-tY1KgfRqm6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tY1KgfRqm6 .mbr-iconfont {
  font-size: 4rem;
  color: #0c5b47;
}
.cid-tY1KgfRqm6 .mbr-content-text {
  color: #999999;
}
.cid-tY1KgfRqm6 .mbr-section-subtitle {
  color: #999999;
}
.cid-tY1KgfRqm6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tY1KgfRqm6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tY1KgfRqm6 .count,
.cid-tY1KgfRqm6 .card-img {
  text-align: center;
  color: #232323;
}
.cid-tY1KgfRqm6 .mbr-section-title {
  color: #232323;
}
.cid-tY1J9hqPzL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1281.webp");
}
.cid-tY1J9hqPzL .card {
  width: 100%;
}
.cid-tY1J9hqPzL .card .add__block {
  display: none;
}
.cid-tY1J9hqPzL .add__block {
  margin-top: 35px;
}
.cid-tY1J9hqPzL .add__block .add__block_image {
  width: 170px;
}
.cid-tY1J9hqPzL .add__block .add__block_image img {
  width: 100%;
  border-radius: 6px;
}
.cid-tY1J9hqPzL .add__block .add__block_content {
  margin-left: 30px;
  max-width: 270px;
}
.cid-tY1J9hqPzL .add__block .add__block_title {
  margin-bottom: 0;
}
.cid-tY1J9hqPzL .add__block .add__block_text {
  margin-top: 15px;
  margin-bottom: 0;
  color: #919dab;
}
.cid-tY1J9hqPzL .row {
  margin: 0;
}
.cid-tY1J9hqPzL .mbr-section-title {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-tY1J9hqPzL .step-container {
  margin-top: 25px;
}
.cid-tY1J9hqPzL .padding__bot {
  padding-bottom: 50px;
}
.cid-tY1J9hqPzL .step-text-content {
  padding-top: 10px;
}
.cid-tY1J9hqPzL .mbr-step-title {
  margin-bottom: 0;
  font-weight: 500;
  color: #ffffff;
}
.cid-tY1J9hqPzL .mbr-step-text {
  margin-bottom: 0;
  margin-top: 20px;
  color: #ffffff;
}
.cid-tY1J9hqPzL .mbr-section-btn {
  margin-top: 20px;
}
.cid-tY1J9hqPzL .mbr-section-btn .btn {
  font-weight: 500;
}
.cid-tY1J9hqPzL .step {
  display: flex;
  width: 40px;
  height: 40px;
  font-size: calc((20px) - 2px);
  margin-bottom: 0;
  border-radius: 50%;
  border: 2px solid #ebeaed;
  background-color: #ebeaed;
  font-weight: 500;
  color: #919DAB;
}
@media (min-width: 400px) {
  .cid-tY1J9hqPzL .add__block {
    display: flex;
  }
  .cid-tY1J9hqPzL .step-element {
    display: flex;
  }
  .cid-tY1J9hqPzL .mbr-section-btn {
    margin-top: 20px;
    margin-left: calc((20 * 2px) + 70px);
  }
  .cid-tY1J9hqPzL .mbr-section-btn .btn {
    margin-left: 0;
  }
  .cid-tY1J9hqPzL .separline {
    position: relative;
  }
  .cid-tY1J9hqPzL .separline:after {
    top: 40px;
    left: 18px;
    position: absolute;
    content: "";
    width: 2px;
    height: calc(100% - (20px) * 2);
    background-color: #ebeaed;
  }
  .cid-tY1J9hqPzL .step-text-content {
    margin-left: 70px;
  }
}
@media (max-width: 400px) {
  .cid-tY1J9hqPzL .add__block_title {
    margin-top: 30px;
  }
  .cid-tY1J9hqPzL .add__block .add__block_content {
    margin-left: 0;
  }
}
.cid-tY1J9hqPzL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tY1J9hqPzL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tL5sya5bqG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fffbf6;
}
.cid-tL5sya5bqG p {
  text-align: center;
}
.cid-tL5sya5bqG .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tL5sya5bqG .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tL5sya5bqG .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #0c5b47;
}
.cid-tL5sya5bqG .logo-footer {
  line-height: normal;
}
.cid-tL5sya5bqG .copyright .list-inline {
  margin-bottom: 0;
}
.cid-tL5sya5bqG .copyright .list-inline .list-inline-item {
  margin: 10px 15px;
}
@media (max-width: 767px) {
  .cid-tL5sya5bqG .copyright .list-inline .list-inline-item {
    margin: 10px 6px;
  }
}
.cid-tL5sya5bqG li {
  overflow: hidden;
}
.cid-tL5sya5bqG .icon-transition span {
  display: block;
}
.cid-tL5sya5bqG .icon-transition:hover span {
  animation: 0.3s linear top;
}
.cid-tL5sya5bqG .list-inline-item a {
  display: block;
}
.cid-tL5sya5bqG .list-inline-item:hover a {
  animation: 0.3s linear top;
}
@keyframes top {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-100%);
  }
  51% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-tL5sya5bqG .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tL5sya5bqG .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tL5sya5bqG .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 1.5rem;
}
.cid-tL5sya5bqG .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tL5sya5bqG .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tL5sya5bqG .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-tL5sya5bqG .logo-footer {
    text-align: center;
  }
  .cid-tL5sya5bqG .social-media {
    justify-content: center;
  }
}
.cid-u5zBZyjExG {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-u5zBZyjExG .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-u5zBZyjExG .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-u5zBZyjExG .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-u5zBZyjExG .navbar.opened {
  transition: all 0.2s;
  background: #ffffff !important;
}
.cid-u5zBZyjExG .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-u5zBZyjExG .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-u5zBZyjExG .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-u5zBZyjExG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5zBZyjExG .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-u5zBZyjExG .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #0c5b47;
}
.cid-u5zBZyjExG .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-u5zBZyjExG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5zBZyjExG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 91.82857143vh;
  }
}
.cid-u5zBZyjExG .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-u5zBZyjExG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5zBZyjExG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5zBZyjExG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u5zBZyjExG .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-u5zBZyjExG .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-u5zBZyjExG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5zBZyjExG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-u5zBZyjExG .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-u5zBZyjExG .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-u5zBZyjExG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5zBZyjExG .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-u5zBZyjExG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5zBZyjExG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5zBZyjExG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u5zBZyjExG .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-u5zBZyjExG .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-u5zBZyjExG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5zBZyjExG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-u5zBZyjExG .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-u5zBZyjExG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-u5zBZyjExG .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u5zBZyjExG .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-u5zBZyjExG .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-u5zBZyjExG .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-u5zBZyjExG .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-u5zBZyjExG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-u5zBZyjExG .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-u5zBZyjExG .navbar-brand {
  height: 4.4rem;
  min-height: 2rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-u5zBZyjExG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5zBZyjExG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5zBZyjExG .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-u5zBZyjExG .dropdown-item.active,
.cid-u5zBZyjExG .dropdown-item:active {
  background-color: transparent;
}
.cid-u5zBZyjExG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-u5zBZyjExG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5zBZyjExG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5zBZyjExG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u5zBZyjExG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-u5zBZyjExG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5zBZyjExG ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-u5zBZyjExG .navbar-buttons {
  text-align: center;
}
.cid-u5zBZyjExG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u5zBZyjExG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-u5zBZyjExG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5zBZyjExG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-u5zBZyjExG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-u5zBZyjExG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5zBZyjExG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5zBZyjExG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-u5zBZyjExG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-u5zBZyjExG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5zBZyjExG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-u5zBZyjExG .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-u5zBZyjExG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-u5zBZyjExG .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-u5zBZyjExG .nav-link:hover,
.cid-u5zBZyjExG .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-u5zBZyjExG .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-u5zBZyjExG .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-u5zBZyjExG .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tYcKFnoFED {
  padding-top: 4rem;
  padding-bottom: 13rem;
  background-color: #ffffff;
}
@media (max-width: 1400px) {
  .cid-tYcKFnoFED {
    padding-bottom: 10.4rem;
  }
}
@media (max-width: 992px) {
  .cid-tYcKFnoFED {
    padding-bottom: 8.45rem;
  }
}
@media (max-width: 767px) {
  .cid-tYcKFnoFED {
    padding-bottom: 5.59rem;
  }
}
.cid-tYcKFnoFED .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYcKFnoFED .image-big {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50%;
  object-fit: cover;
  z-index: 0;
}
.cid-tYcKFnoFED .row {
  z-index: 1;
  position: relative;
}
.cid-tYcKFnoFED .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYcKFnoFED .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tYcKFnoFED .mbr-text,
.cid-tYcKFnoFED .mbr-section-btn {
  text-align: center;
}
.cid-tYcKFnoFED .mbr-section-subtitle {
  text-align: center;
}
.cid-tYcIuNCzh7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tYcIuNCzh7 .row {
  flex-direction: row-reverse;
}
.cid-tYcIuNCzh7 .image-wrapper {
  padding: 0 2rem;
}
.cid-tYcIuNCzh7 .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-tYcIuNCzh7 .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-tYcIuNCzh7 .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-tYcIuNCzh7 .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-tYcIuNCzh7 .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-tYcIuNCzh7 .text-wrapper,
  .cid-tYcIuNCzh7 .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYcIuNCzh7 .text-wrapper,
  .cid-tYcIuNCzh7 .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-tYcIuNCzh7 .text-wrapper,
  .cid-tYcIuNCzh7 .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-tYcIuNCzh7 .text-wrapper,
  .cid-tYcIuNCzh7 .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-tYcIuNCzh7 .text-wrapper,
  .cid-tYcIuNCzh7 .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-tYcIuNCzh7 .content {
    text-align: center;
  }
}
.cid-tYcIuNCzh7 .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-tYcIuNCzh7 .mbr-card-title {
    text-align: start;
  }
}
.cid-tYcIuNCzh7 .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-tYcIuNCzh7 .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-tYcIuNCzh7 .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-tYcIuNCzh7 .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-tYcIuNCzh7 .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-tYcIuNCzh7 .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-tYcIuNCzh7 .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-tYcIuNCzh7 .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-tYcIuNCzh7 .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-tYcIuNCzh7 .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-tYcIuNCzh7 .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-tYcIuNCzh7 .nutrition-wrap {
    width: 100%;
  }
}
.cid-tYcIuNCzh7 .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-tYcIuNCzh7 .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-tYcIuNCzh7 .tile-text-wrap {
  display: flex;
}
.cid-tYcIuNCzh7 svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-tYcIuNCzh7 svg path {
  fill: #cd8ad1;
}
.cid-tYcIuNCzh7 .numbers {
  display: flex;
  align-self: center;
}
.cid-tYcIuNCzh7 .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-tYcIuNCzh7 .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-tYcIuNCzh7 .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-tYcIuNCzh7 .mbr-tile-text {
    text-align: start;
  }
}
.cid-tYcIuNCzh7 .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tYcIuNCzh7 .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-tYcIuNCzh7 .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-tYcIuNCzh7 .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-tYcIuNCzh7 .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-tYcIuNCzh7 .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYcIuNCzh7 .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYcIuNCzh7 .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYcIuNCzh7 .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYcIuNCzh7 div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-tYcL1rRR5R {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tYcL1rRR5R .image-wrapper {
  padding: 0 2rem;
}
.cid-tYcL1rRR5R .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-tYcL1rRR5R .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-tYcL1rRR5R .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-tYcL1rRR5R .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-tYcL1rRR5R .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-tYcL1rRR5R .text-wrapper,
  .cid-tYcL1rRR5R .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYcL1rRR5R .text-wrapper,
  .cid-tYcL1rRR5R .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-tYcL1rRR5R .text-wrapper,
  .cid-tYcL1rRR5R .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-tYcL1rRR5R .text-wrapper,
  .cid-tYcL1rRR5R .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-tYcL1rRR5R .text-wrapper,
  .cid-tYcL1rRR5R .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-tYcL1rRR5R .content {
    text-align: center;
  }
}
.cid-tYcL1rRR5R .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-tYcL1rRR5R .mbr-card-title {
    text-align: start;
  }
}
.cid-tYcL1rRR5R .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-tYcL1rRR5R .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-tYcL1rRR5R .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-tYcL1rRR5R .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-tYcL1rRR5R .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-tYcL1rRR5R .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-tYcL1rRR5R .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-tYcL1rRR5R .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-tYcL1rRR5R .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-tYcL1rRR5R .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-tYcL1rRR5R .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-tYcL1rRR5R .nutrition-wrap {
    width: 100%;
  }
}
.cid-tYcL1rRR5R .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-tYcL1rRR5R .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-tYcL1rRR5R .tile-text-wrap {
  display: flex;
}
.cid-tYcL1rRR5R svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-tYcL1rRR5R svg path {
  fill: #cd8ad1;
}
.cid-tYcL1rRR5R .numbers {
  display: flex;
  align-self: center;
}
.cid-tYcL1rRR5R .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-tYcL1rRR5R .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-tYcL1rRR5R .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-tYcL1rRR5R .mbr-tile-text {
    text-align: start;
  }
}
.cid-tYcL1rRR5R .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tYcL1rRR5R .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-tYcL1rRR5R .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-tYcL1rRR5R .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-tYcL1rRR5R .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-tYcL1rRR5R .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYcL1rRR5R .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYcL1rRR5R .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYcL1rRR5R .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYcL1rRR5R div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-tYcLubLVhk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tYcLubLVhk .row {
  flex-direction: row-reverse;
}
.cid-tYcLubLVhk .image-wrapper {
  padding: 0 2rem;
}
.cid-tYcLubLVhk .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-tYcLubLVhk .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-tYcLubLVhk .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-tYcLubLVhk .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-tYcLubLVhk .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-tYcLubLVhk .text-wrapper,
  .cid-tYcLubLVhk .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYcLubLVhk .text-wrapper,
  .cid-tYcLubLVhk .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-tYcLubLVhk .text-wrapper,
  .cid-tYcLubLVhk .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-tYcLubLVhk .text-wrapper,
  .cid-tYcLubLVhk .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-tYcLubLVhk .text-wrapper,
  .cid-tYcLubLVhk .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-tYcLubLVhk .content {
    text-align: center;
  }
}
.cid-tYcLubLVhk .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-tYcLubLVhk .mbr-card-title {
    text-align: start;
  }
}
.cid-tYcLubLVhk .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-tYcLubLVhk .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-tYcLubLVhk .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-tYcLubLVhk .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-tYcLubLVhk .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-tYcLubLVhk .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-tYcLubLVhk .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-tYcLubLVhk .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-tYcLubLVhk .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-tYcLubLVhk .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-tYcLubLVhk .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-tYcLubLVhk .nutrition-wrap {
    width: 100%;
  }
}
.cid-tYcLubLVhk .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-tYcLubLVhk .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-tYcLubLVhk .tile-text-wrap {
  display: flex;
}
.cid-tYcLubLVhk svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-tYcLubLVhk svg path {
  fill: #cd8ad1;
}
.cid-tYcLubLVhk .numbers {
  display: flex;
  align-self: center;
}
.cid-tYcLubLVhk .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-tYcLubLVhk .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-tYcLubLVhk .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-tYcLubLVhk .mbr-tile-text {
    text-align: start;
  }
}
.cid-tYcLubLVhk .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tYcLubLVhk .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-tYcLubLVhk .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-tYcLubLVhk .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-tYcLubLVhk .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-tYcLubLVhk .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYcLubLVhk .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYcLubLVhk .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYcLubLVhk .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYcLubLVhk div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-tYcM6AO0zG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tYcM6AO0zG .image-wrapper {
  padding: 0 2rem;
}
.cid-tYcM6AO0zG .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-tYcM6AO0zG .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-tYcM6AO0zG .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-tYcM6AO0zG .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-tYcM6AO0zG .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-tYcM6AO0zG .text-wrapper,
  .cid-tYcM6AO0zG .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYcM6AO0zG .text-wrapper,
  .cid-tYcM6AO0zG .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-tYcM6AO0zG .text-wrapper,
  .cid-tYcM6AO0zG .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-tYcM6AO0zG .text-wrapper,
  .cid-tYcM6AO0zG .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-tYcM6AO0zG .text-wrapper,
  .cid-tYcM6AO0zG .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-tYcM6AO0zG .content {
    text-align: center;
  }
}
.cid-tYcM6AO0zG .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-tYcM6AO0zG .mbr-card-title {
    text-align: start;
  }
}
.cid-tYcM6AO0zG .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-tYcM6AO0zG .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-tYcM6AO0zG .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-tYcM6AO0zG .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-tYcM6AO0zG .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-tYcM6AO0zG .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-tYcM6AO0zG .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-tYcM6AO0zG .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-tYcM6AO0zG .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-tYcM6AO0zG .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-tYcM6AO0zG .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-tYcM6AO0zG .nutrition-wrap {
    width: 100%;
  }
}
.cid-tYcM6AO0zG .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-tYcM6AO0zG .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-tYcM6AO0zG .tile-text-wrap {
  display: flex;
}
.cid-tYcM6AO0zG svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-tYcM6AO0zG svg path {
  fill: #cd8ad1;
}
.cid-tYcM6AO0zG .numbers {
  display: flex;
  align-self: center;
}
.cid-tYcM6AO0zG .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-tYcM6AO0zG .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-tYcM6AO0zG .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-tYcM6AO0zG .mbr-tile-text {
    text-align: start;
  }
}
.cid-tYcM6AO0zG .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tYcM6AO0zG .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-tYcM6AO0zG .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-tYcM6AO0zG .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-tYcM6AO0zG .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-tYcM6AO0zG .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYcM6AO0zG .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYcM6AO0zG .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYcM6AO0zG .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYcM6AO0zG div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-tYcQfSfexm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tYcQfSfexm .row {
  flex-direction: row-reverse;
}
.cid-tYcQfSfexm .image-wrapper {
  padding: 0 2rem;
}
.cid-tYcQfSfexm .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-tYcQfSfexm .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-tYcQfSfexm .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-tYcQfSfexm .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-tYcQfSfexm .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-tYcQfSfexm .text-wrapper,
  .cid-tYcQfSfexm .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYcQfSfexm .text-wrapper,
  .cid-tYcQfSfexm .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-tYcQfSfexm .text-wrapper,
  .cid-tYcQfSfexm .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-tYcQfSfexm .text-wrapper,
  .cid-tYcQfSfexm .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-tYcQfSfexm .text-wrapper,
  .cid-tYcQfSfexm .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-tYcQfSfexm .content {
    text-align: center;
  }
}
.cid-tYcQfSfexm .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-tYcQfSfexm .mbr-card-title {
    text-align: start;
  }
}
.cid-tYcQfSfexm .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-tYcQfSfexm .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-tYcQfSfexm .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-tYcQfSfexm .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-tYcQfSfexm .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-tYcQfSfexm .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-tYcQfSfexm .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-tYcQfSfexm .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-tYcQfSfexm .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-tYcQfSfexm .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-tYcQfSfexm .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-tYcQfSfexm .nutrition-wrap {
    width: 100%;
  }
}
.cid-tYcQfSfexm .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-tYcQfSfexm .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-tYcQfSfexm .tile-text-wrap {
  display: flex;
}
.cid-tYcQfSfexm svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-tYcQfSfexm svg path {
  fill: #cd8ad1;
}
.cid-tYcQfSfexm .numbers {
  display: flex;
  align-self: center;
}
.cid-tYcQfSfexm .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-tYcQfSfexm .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-tYcQfSfexm .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-tYcQfSfexm .mbr-tile-text {
    text-align: start;
  }
}
.cid-tYcQfSfexm .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tYcQfSfexm .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-tYcQfSfexm .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-tYcQfSfexm .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-tYcQfSfexm .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-tYcQfSfexm .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYcQfSfexm .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYcQfSfexm .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYcQfSfexm .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYcQfSfexm div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-tYcQAlWEV8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tYcQAlWEV8 .image-wrapper {
  padding: 0 2rem;
}
.cid-tYcQAlWEV8 .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-tYcQAlWEV8 .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-tYcQAlWEV8 .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-tYcQAlWEV8 .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-tYcQAlWEV8 .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-tYcQAlWEV8 .text-wrapper,
  .cid-tYcQAlWEV8 .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYcQAlWEV8 .text-wrapper,
  .cid-tYcQAlWEV8 .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-tYcQAlWEV8 .text-wrapper,
  .cid-tYcQAlWEV8 .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-tYcQAlWEV8 .text-wrapper,
  .cid-tYcQAlWEV8 .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-tYcQAlWEV8 .text-wrapper,
  .cid-tYcQAlWEV8 .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-tYcQAlWEV8 .content {
    text-align: center;
  }
}
.cid-tYcQAlWEV8 .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-tYcQAlWEV8 .mbr-card-title {
    text-align: start;
  }
}
.cid-tYcQAlWEV8 .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-tYcQAlWEV8 .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-tYcQAlWEV8 .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-tYcQAlWEV8 .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-tYcQAlWEV8 .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-tYcQAlWEV8 .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-tYcQAlWEV8 .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-tYcQAlWEV8 .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-tYcQAlWEV8 .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-tYcQAlWEV8 .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-tYcQAlWEV8 .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-tYcQAlWEV8 .nutrition-wrap {
    width: 100%;
  }
}
.cid-tYcQAlWEV8 .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-tYcQAlWEV8 .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-tYcQAlWEV8 .tile-text-wrap {
  display: flex;
}
.cid-tYcQAlWEV8 svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-tYcQAlWEV8 svg path {
  fill: #cd8ad1;
}
.cid-tYcQAlWEV8 .numbers {
  display: flex;
  align-self: center;
}
.cid-tYcQAlWEV8 .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-tYcQAlWEV8 .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-tYcQAlWEV8 .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-tYcQAlWEV8 .mbr-tile-text {
    text-align: start;
  }
}
.cid-tYcQAlWEV8 .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tYcQAlWEV8 .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-tYcQAlWEV8 .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-tYcQAlWEV8 .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-tYcQAlWEV8 .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-tYcQAlWEV8 .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYcQAlWEV8 .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYcQAlWEV8 .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYcQAlWEV8 .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYcQAlWEV8 div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-tYcR6oR9Kq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tYcR6oR9Kq .row {
  flex-direction: row-reverse;
}
.cid-tYcR6oR9Kq .image-wrapper {
  padding: 0 2rem;
}
.cid-tYcR6oR9Kq .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-tYcR6oR9Kq .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-tYcR6oR9Kq .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-tYcR6oR9Kq .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-tYcR6oR9Kq .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-tYcR6oR9Kq .text-wrapper,
  .cid-tYcR6oR9Kq .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYcR6oR9Kq .text-wrapper,
  .cid-tYcR6oR9Kq .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-tYcR6oR9Kq .text-wrapper,
  .cid-tYcR6oR9Kq .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-tYcR6oR9Kq .text-wrapper,
  .cid-tYcR6oR9Kq .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-tYcR6oR9Kq .text-wrapper,
  .cid-tYcR6oR9Kq .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-tYcR6oR9Kq .content {
    text-align: center;
  }
}
.cid-tYcR6oR9Kq .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-tYcR6oR9Kq .mbr-card-title {
    text-align: start;
  }
}
.cid-tYcR6oR9Kq .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-tYcR6oR9Kq .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-tYcR6oR9Kq .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-tYcR6oR9Kq .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-tYcR6oR9Kq .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-tYcR6oR9Kq .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-tYcR6oR9Kq .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-tYcR6oR9Kq .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-tYcR6oR9Kq .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-tYcR6oR9Kq .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-tYcR6oR9Kq .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-tYcR6oR9Kq .nutrition-wrap {
    width: 100%;
  }
}
.cid-tYcR6oR9Kq .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-tYcR6oR9Kq .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-tYcR6oR9Kq .tile-text-wrap {
  display: flex;
}
.cid-tYcR6oR9Kq svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-tYcR6oR9Kq svg path {
  fill: #cd8ad1;
}
.cid-tYcR6oR9Kq .numbers {
  display: flex;
  align-self: center;
}
.cid-tYcR6oR9Kq .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-tYcR6oR9Kq .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-tYcR6oR9Kq .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-tYcR6oR9Kq .mbr-tile-text {
    text-align: start;
  }
}
.cid-tYcR6oR9Kq .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tYcR6oR9Kq .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-tYcR6oR9Kq .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-tYcR6oR9Kq .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-tYcR6oR9Kq .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-tYcR6oR9Kq .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYcR6oR9Kq .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYcR6oR9Kq .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYcR6oR9Kq .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYcR6oR9Kq div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-tYcRzrkIBi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tYcRzrkIBi .image-wrapper {
  padding: 0 2rem;
}
.cid-tYcRzrkIBi .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-tYcRzrkIBi .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-tYcRzrkIBi .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-tYcRzrkIBi .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-tYcRzrkIBi .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-tYcRzrkIBi .text-wrapper,
  .cid-tYcRzrkIBi .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYcRzrkIBi .text-wrapper,
  .cid-tYcRzrkIBi .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-tYcRzrkIBi .text-wrapper,
  .cid-tYcRzrkIBi .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-tYcRzrkIBi .text-wrapper,
  .cid-tYcRzrkIBi .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-tYcRzrkIBi .text-wrapper,
  .cid-tYcRzrkIBi .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-tYcRzrkIBi .content {
    text-align: center;
  }
}
.cid-tYcRzrkIBi .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-tYcRzrkIBi .mbr-card-title {
    text-align: start;
  }
}
.cid-tYcRzrkIBi .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-tYcRzrkIBi .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-tYcRzrkIBi .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-tYcRzrkIBi .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-tYcRzrkIBi .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-tYcRzrkIBi .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-tYcRzrkIBi .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-tYcRzrkIBi .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-tYcRzrkIBi .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-tYcRzrkIBi .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-tYcRzrkIBi .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-tYcRzrkIBi .nutrition-wrap {
    width: 100%;
  }
}
.cid-tYcRzrkIBi .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-tYcRzrkIBi .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-tYcRzrkIBi .tile-text-wrap {
  display: flex;
}
.cid-tYcRzrkIBi svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-tYcRzrkIBi svg path {
  fill: #cd8ad1;
}
.cid-tYcRzrkIBi .numbers {
  display: flex;
  align-self: center;
}
.cid-tYcRzrkIBi .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-tYcRzrkIBi .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-tYcRzrkIBi .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-tYcRzrkIBi .mbr-tile-text {
    text-align: start;
  }
}
.cid-tYcRzrkIBi .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tYcRzrkIBi .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-tYcRzrkIBi .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-tYcRzrkIBi .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-tYcRzrkIBi .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-tYcRzrkIBi .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYcRzrkIBi .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYcRzrkIBi .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYcRzrkIBi .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYcRzrkIBi div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-tYcSxqaGCj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tYcSxqaGCj .row {
  flex-direction: row-reverse;
}
.cid-tYcSxqaGCj .image-wrapper {
  padding: 0 2rem;
}
.cid-tYcSxqaGCj .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-tYcSxqaGCj .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-tYcSxqaGCj .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-tYcSxqaGCj .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-tYcSxqaGCj .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-tYcSxqaGCj .text-wrapper,
  .cid-tYcSxqaGCj .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYcSxqaGCj .text-wrapper,
  .cid-tYcSxqaGCj .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-tYcSxqaGCj .text-wrapper,
  .cid-tYcSxqaGCj .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-tYcSxqaGCj .text-wrapper,
  .cid-tYcSxqaGCj .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-tYcSxqaGCj .text-wrapper,
  .cid-tYcSxqaGCj .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-tYcSxqaGCj .content {
    text-align: center;
  }
}
.cid-tYcSxqaGCj .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-tYcSxqaGCj .mbr-card-title {
    text-align: start;
  }
}
.cid-tYcSxqaGCj .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-tYcSxqaGCj .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-tYcSxqaGCj .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-tYcSxqaGCj .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-tYcSxqaGCj .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-tYcSxqaGCj .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-tYcSxqaGCj .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-tYcSxqaGCj .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-tYcSxqaGCj .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-tYcSxqaGCj .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-tYcSxqaGCj .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-tYcSxqaGCj .nutrition-wrap {
    width: 100%;
  }
}
.cid-tYcSxqaGCj .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-tYcSxqaGCj .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-tYcSxqaGCj .tile-text-wrap {
  display: flex;
}
.cid-tYcSxqaGCj svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-tYcSxqaGCj svg path {
  fill: #cd8ad1;
}
.cid-tYcSxqaGCj .numbers {
  display: flex;
  align-self: center;
}
.cid-tYcSxqaGCj .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-tYcSxqaGCj .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-tYcSxqaGCj .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-tYcSxqaGCj .mbr-tile-text {
    text-align: start;
  }
}
.cid-tYcSxqaGCj .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tYcSxqaGCj .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-tYcSxqaGCj .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-tYcSxqaGCj .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-tYcSxqaGCj .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-tYcSxqaGCj .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYcSxqaGCj .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYcSxqaGCj .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYcSxqaGCj .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYcSxqaGCj div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-tYcTeICSKD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tYcTeICSKD .image-wrapper {
  padding: 0 2rem;
}
.cid-tYcTeICSKD .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-tYcTeICSKD .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-tYcTeICSKD .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-tYcTeICSKD .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-tYcTeICSKD .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-tYcTeICSKD .text-wrapper,
  .cid-tYcTeICSKD .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYcTeICSKD .text-wrapper,
  .cid-tYcTeICSKD .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-tYcTeICSKD .text-wrapper,
  .cid-tYcTeICSKD .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-tYcTeICSKD .text-wrapper,
  .cid-tYcTeICSKD .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-tYcTeICSKD .text-wrapper,
  .cid-tYcTeICSKD .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-tYcTeICSKD .content {
    text-align: center;
  }
}
.cid-tYcTeICSKD .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-tYcTeICSKD .mbr-card-title {
    text-align: start;
  }
}
.cid-tYcTeICSKD .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-tYcTeICSKD .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-tYcTeICSKD .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-tYcTeICSKD .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-tYcTeICSKD .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-tYcTeICSKD .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-tYcTeICSKD .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-tYcTeICSKD .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-tYcTeICSKD .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-tYcTeICSKD .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-tYcTeICSKD .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-tYcTeICSKD .nutrition-wrap {
    width: 100%;
  }
}
.cid-tYcTeICSKD .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-tYcTeICSKD .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-tYcTeICSKD .tile-text-wrap {
  display: flex;
}
.cid-tYcTeICSKD svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-tYcTeICSKD svg path {
  fill: #cd8ad1;
}
.cid-tYcTeICSKD .numbers {
  display: flex;
  align-self: center;
}
.cid-tYcTeICSKD .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-tYcTeICSKD .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-tYcTeICSKD .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-tYcTeICSKD .mbr-tile-text {
    text-align: start;
  }
}
.cid-tYcTeICSKD .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tYcTeICSKD .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-tYcTeICSKD .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-tYcTeICSKD .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-tYcTeICSKD .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-tYcTeICSKD .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYcTeICSKD .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYcTeICSKD .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYcTeICSKD .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYcTeICSKD div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-tYdgKgWG89 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tYdgKgWG89 .row {
  flex-direction: row-reverse;
}
.cid-tYdgKgWG89 .image-wrapper {
  padding: 0 2rem;
}
.cid-tYdgKgWG89 .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-tYdgKgWG89 .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-tYdgKgWG89 .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-tYdgKgWG89 .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-tYdgKgWG89 .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-tYdgKgWG89 .text-wrapper,
  .cid-tYdgKgWG89 .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYdgKgWG89 .text-wrapper,
  .cid-tYdgKgWG89 .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-tYdgKgWG89 .text-wrapper,
  .cid-tYdgKgWG89 .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-tYdgKgWG89 .text-wrapper,
  .cid-tYdgKgWG89 .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-tYdgKgWG89 .text-wrapper,
  .cid-tYdgKgWG89 .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-tYdgKgWG89 .content {
    text-align: center;
  }
}
.cid-tYdgKgWG89 .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-tYdgKgWG89 .mbr-card-title {
    text-align: start;
  }
}
.cid-tYdgKgWG89 .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-tYdgKgWG89 .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-tYdgKgWG89 .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-tYdgKgWG89 .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-tYdgKgWG89 .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-tYdgKgWG89 .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-tYdgKgWG89 .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-tYdgKgWG89 .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-tYdgKgWG89 .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-tYdgKgWG89 .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-tYdgKgWG89 .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-tYdgKgWG89 .nutrition-wrap {
    width: 100%;
  }
}
.cid-tYdgKgWG89 .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-tYdgKgWG89 .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-tYdgKgWG89 .tile-text-wrap {
  display: flex;
}
.cid-tYdgKgWG89 svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-tYdgKgWG89 svg path {
  fill: #cd8ad1;
}
.cid-tYdgKgWG89 .numbers {
  display: flex;
  align-self: center;
}
.cid-tYdgKgWG89 .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-tYdgKgWG89 .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-tYdgKgWG89 .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-tYdgKgWG89 .mbr-tile-text {
    text-align: start;
  }
}
.cid-tYdgKgWG89 .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tYdgKgWG89 .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-tYdgKgWG89 .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-tYdgKgWG89 .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-tYdgKgWG89 .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-tYdgKgWG89 .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYdgKgWG89 .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYdgKgWG89 .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYdgKgWG89 .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYdgKgWG89 div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-tYdh5qfjoy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tYdh5qfjoy .image-wrapper {
  padding: 0 2rem;
}
.cid-tYdh5qfjoy .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-tYdh5qfjoy .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-tYdh5qfjoy .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-tYdh5qfjoy .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-tYdh5qfjoy .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-tYdh5qfjoy .text-wrapper,
  .cid-tYdh5qfjoy .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYdh5qfjoy .text-wrapper,
  .cid-tYdh5qfjoy .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-tYdh5qfjoy .text-wrapper,
  .cid-tYdh5qfjoy .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-tYdh5qfjoy .text-wrapper,
  .cid-tYdh5qfjoy .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-tYdh5qfjoy .text-wrapper,
  .cid-tYdh5qfjoy .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-tYdh5qfjoy .content {
    text-align: center;
  }
}
.cid-tYdh5qfjoy .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-tYdh5qfjoy .mbr-card-title {
    text-align: start;
  }
}
.cid-tYdh5qfjoy .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-tYdh5qfjoy .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-tYdh5qfjoy .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-tYdh5qfjoy .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-tYdh5qfjoy .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-tYdh5qfjoy .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-tYdh5qfjoy .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-tYdh5qfjoy .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-tYdh5qfjoy .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-tYdh5qfjoy .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-tYdh5qfjoy .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-tYdh5qfjoy .nutrition-wrap {
    width: 100%;
  }
}
.cid-tYdh5qfjoy .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-tYdh5qfjoy .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-tYdh5qfjoy .tile-text-wrap {
  display: flex;
}
.cid-tYdh5qfjoy svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-tYdh5qfjoy svg path {
  fill: #cd8ad1;
}
.cid-tYdh5qfjoy .numbers {
  display: flex;
  align-self: center;
}
.cid-tYdh5qfjoy .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-tYdh5qfjoy .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-tYdh5qfjoy .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-tYdh5qfjoy .mbr-tile-text {
    text-align: start;
  }
}
.cid-tYdh5qfjoy .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tYdh5qfjoy .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-tYdh5qfjoy .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-tYdh5qfjoy .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-tYdh5qfjoy .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-tYdh5qfjoy .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYdh5qfjoy .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYdh5qfjoy .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYdh5qfjoy .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYdh5qfjoy div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-tYdhuAyVEK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tYdhuAyVEK .row {
  flex-direction: row-reverse;
}
.cid-tYdhuAyVEK .image-wrapper {
  padding: 0 2rem;
}
.cid-tYdhuAyVEK .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-tYdhuAyVEK .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-tYdhuAyVEK .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-tYdhuAyVEK .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-tYdhuAyVEK .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-tYdhuAyVEK .text-wrapper,
  .cid-tYdhuAyVEK .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYdhuAyVEK .text-wrapper,
  .cid-tYdhuAyVEK .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-tYdhuAyVEK .text-wrapper,
  .cid-tYdhuAyVEK .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-tYdhuAyVEK .text-wrapper,
  .cid-tYdhuAyVEK .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-tYdhuAyVEK .text-wrapper,
  .cid-tYdhuAyVEK .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-tYdhuAyVEK .content {
    text-align: center;
  }
}
.cid-tYdhuAyVEK .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-tYdhuAyVEK .mbr-card-title {
    text-align: start;
  }
}
.cid-tYdhuAyVEK .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-tYdhuAyVEK .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-tYdhuAyVEK .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-tYdhuAyVEK .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-tYdhuAyVEK .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-tYdhuAyVEK .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-tYdhuAyVEK .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-tYdhuAyVEK .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-tYdhuAyVEK .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-tYdhuAyVEK .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-tYdhuAyVEK .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-tYdhuAyVEK .nutrition-wrap {
    width: 100%;
  }
}
.cid-tYdhuAyVEK .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-tYdhuAyVEK .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-tYdhuAyVEK .tile-text-wrap {
  display: flex;
}
.cid-tYdhuAyVEK svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-tYdhuAyVEK svg path {
  fill: #cd8ad1;
}
.cid-tYdhuAyVEK .numbers {
  display: flex;
  align-self: center;
}
.cid-tYdhuAyVEK .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-tYdhuAyVEK .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-tYdhuAyVEK .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-tYdhuAyVEK .mbr-tile-text {
    text-align: start;
  }
}
.cid-tYdhuAyVEK .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tYdhuAyVEK .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-tYdhuAyVEK .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-tYdhuAyVEK .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-tYdhuAyVEK .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-tYdhuAyVEK .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYdhuAyVEK .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYdhuAyVEK .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYdhuAyVEK .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYdhuAyVEK div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-u4eTksJzye {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u4eTksJzye .image-wrapper {
  padding: 0 2rem;
}
.cid-u4eTksJzye .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-u4eTksJzye .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-u4eTksJzye .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-u4eTksJzye .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-u4eTksJzye .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-u4eTksJzye .text-wrapper,
  .cid-u4eTksJzye .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4eTksJzye .text-wrapper,
  .cid-u4eTksJzye .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-u4eTksJzye .text-wrapper,
  .cid-u4eTksJzye .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-u4eTksJzye .text-wrapper,
  .cid-u4eTksJzye .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-u4eTksJzye .text-wrapper,
  .cid-u4eTksJzye .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-u4eTksJzye .content {
    text-align: center;
  }
}
.cid-u4eTksJzye .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-u4eTksJzye .mbr-card-title {
    text-align: start;
  }
}
.cid-u4eTksJzye .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-u4eTksJzye .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-u4eTksJzye .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-u4eTksJzye .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-u4eTksJzye .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-u4eTksJzye .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-u4eTksJzye .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-u4eTksJzye .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-u4eTksJzye .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-u4eTksJzye .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-u4eTksJzye .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-u4eTksJzye .nutrition-wrap {
    width: 100%;
  }
}
.cid-u4eTksJzye .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-u4eTksJzye .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-u4eTksJzye .tile-text-wrap {
  display: flex;
}
.cid-u4eTksJzye svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-u4eTksJzye svg path {
  fill: #cd8ad1;
}
.cid-u4eTksJzye .numbers {
  display: flex;
  align-self: center;
}
.cid-u4eTksJzye .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-u4eTksJzye .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-u4eTksJzye .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-u4eTksJzye .mbr-tile-text {
    text-align: start;
  }
}
.cid-u4eTksJzye .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u4eTksJzye .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-u4eTksJzye .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-u4eTksJzye .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-u4eTksJzye .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-u4eTksJzye .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4eTksJzye .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4eTksJzye .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4eTksJzye .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4eTksJzye div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-u4eUbuPCBZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u4eUbuPCBZ .row {
  flex-direction: row-reverse;
}
.cid-u4eUbuPCBZ .image-wrapper {
  padding: 0 2rem;
}
.cid-u4eUbuPCBZ .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-u4eUbuPCBZ .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-u4eUbuPCBZ .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-u4eUbuPCBZ .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-u4eUbuPCBZ .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-u4eUbuPCBZ .text-wrapper,
  .cid-u4eUbuPCBZ .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4eUbuPCBZ .text-wrapper,
  .cid-u4eUbuPCBZ .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-u4eUbuPCBZ .text-wrapper,
  .cid-u4eUbuPCBZ .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-u4eUbuPCBZ .text-wrapper,
  .cid-u4eUbuPCBZ .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-u4eUbuPCBZ .text-wrapper,
  .cid-u4eUbuPCBZ .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-u4eUbuPCBZ .content {
    text-align: center;
  }
}
.cid-u4eUbuPCBZ .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-u4eUbuPCBZ .mbr-card-title {
    text-align: start;
  }
}
.cid-u4eUbuPCBZ .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-u4eUbuPCBZ .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-u4eUbuPCBZ .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-u4eUbuPCBZ .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-u4eUbuPCBZ .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-u4eUbuPCBZ .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-u4eUbuPCBZ .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-u4eUbuPCBZ .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-u4eUbuPCBZ .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-u4eUbuPCBZ .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-u4eUbuPCBZ .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-u4eUbuPCBZ .nutrition-wrap {
    width: 100%;
  }
}
.cid-u4eUbuPCBZ .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-u4eUbuPCBZ .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-u4eUbuPCBZ .tile-text-wrap {
  display: flex;
}
.cid-u4eUbuPCBZ svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-u4eUbuPCBZ svg path {
  fill: #cd8ad1;
}
.cid-u4eUbuPCBZ .numbers {
  display: flex;
  align-self: center;
}
.cid-u4eUbuPCBZ .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-u4eUbuPCBZ .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-u4eUbuPCBZ .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-u4eUbuPCBZ .mbr-tile-text {
    text-align: start;
  }
}
.cid-u4eUbuPCBZ .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u4eUbuPCBZ .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-u4eUbuPCBZ .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-u4eUbuPCBZ .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-u4eUbuPCBZ .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-u4eUbuPCBZ .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4eUbuPCBZ .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4eUbuPCBZ .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4eUbuPCBZ .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4eUbuPCBZ div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-u4eVC5SBza {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u4eVC5SBza .row {
  flex-direction: row-reverse;
}
.cid-u4eVC5SBza .image-wrapper {
  padding: 0 2rem;
}
.cid-u4eVC5SBza .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-u4eVC5SBza .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-u4eVC5SBza .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-u4eVC5SBza .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-u4eVC5SBza .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-u4eVC5SBza .text-wrapper,
  .cid-u4eVC5SBza .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4eVC5SBza .text-wrapper,
  .cid-u4eVC5SBza .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-u4eVC5SBza .text-wrapper,
  .cid-u4eVC5SBza .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-u4eVC5SBza .text-wrapper,
  .cid-u4eVC5SBza .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-u4eVC5SBza .text-wrapper,
  .cid-u4eVC5SBza .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-u4eVC5SBza .content {
    text-align: center;
  }
}
.cid-u4eVC5SBza .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-u4eVC5SBza .mbr-card-title {
    text-align: start;
  }
}
.cid-u4eVC5SBza .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-u4eVC5SBza .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-u4eVC5SBza .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-u4eVC5SBza .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-u4eVC5SBza .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-u4eVC5SBza .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-u4eVC5SBza .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-u4eVC5SBza .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-u4eVC5SBza .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-u4eVC5SBza .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-u4eVC5SBza .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-u4eVC5SBza .nutrition-wrap {
    width: 100%;
  }
}
.cid-u4eVC5SBza .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-u4eVC5SBza .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-u4eVC5SBza .tile-text-wrap {
  display: flex;
}
.cid-u4eVC5SBza svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-u4eVC5SBza svg path {
  fill: #cd8ad1;
}
.cid-u4eVC5SBza .numbers {
  display: flex;
  align-self: center;
}
.cid-u4eVC5SBza .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-u4eVC5SBza .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-u4eVC5SBza .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-u4eVC5SBza .mbr-tile-text {
    text-align: start;
  }
}
.cid-u4eVC5SBza .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u4eVC5SBza .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-u4eVC5SBza .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-u4eVC5SBza .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-u4eVC5SBza .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-u4eVC5SBza .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4eVC5SBza .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4eVC5SBza .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4eVC5SBza .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4eVC5SBza div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-u4eWLJHVxS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u4eWLJHVxS .row {
  flex-direction: row-reverse;
}
.cid-u4eWLJHVxS .image-wrapper {
  padding: 0 2rem;
}
.cid-u4eWLJHVxS .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-u4eWLJHVxS .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-u4eWLJHVxS .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-u4eWLJHVxS .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-u4eWLJHVxS .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-u4eWLJHVxS .text-wrapper,
  .cid-u4eWLJHVxS .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4eWLJHVxS .text-wrapper,
  .cid-u4eWLJHVxS .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-u4eWLJHVxS .text-wrapper,
  .cid-u4eWLJHVxS .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-u4eWLJHVxS .text-wrapper,
  .cid-u4eWLJHVxS .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-u4eWLJHVxS .text-wrapper,
  .cid-u4eWLJHVxS .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-u4eWLJHVxS .content {
    text-align: center;
  }
}
.cid-u4eWLJHVxS .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-u4eWLJHVxS .mbr-card-title {
    text-align: start;
  }
}
.cid-u4eWLJHVxS .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-u4eWLJHVxS .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-u4eWLJHVxS .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-u4eWLJHVxS .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-u4eWLJHVxS .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-u4eWLJHVxS .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-u4eWLJHVxS .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-u4eWLJHVxS .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-u4eWLJHVxS .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-u4eWLJHVxS .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-u4eWLJHVxS .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-u4eWLJHVxS .nutrition-wrap {
    width: 100%;
  }
}
.cid-u4eWLJHVxS .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-u4eWLJHVxS .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-u4eWLJHVxS .tile-text-wrap {
  display: flex;
}
.cid-u4eWLJHVxS svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-u4eWLJHVxS svg path {
  fill: #cd8ad1;
}
.cid-u4eWLJHVxS .numbers {
  display: flex;
  align-self: center;
}
.cid-u4eWLJHVxS .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-u4eWLJHVxS .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-u4eWLJHVxS .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-u4eWLJHVxS .mbr-tile-text {
    text-align: start;
  }
}
.cid-u4eWLJHVxS .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u4eWLJHVxS .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-u4eWLJHVxS .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-u4eWLJHVxS .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-u4eWLJHVxS .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-u4eWLJHVxS .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4eWLJHVxS .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4eWLJHVxS .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4eWLJHVxS .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4eWLJHVxS div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-u4flJrDMhN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u4flJrDMhN .row {
  flex-direction: row-reverse;
}
.cid-u4flJrDMhN .image-wrapper {
  padding: 0 2rem;
}
.cid-u4flJrDMhN .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-u4flJrDMhN .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-u4flJrDMhN .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-u4flJrDMhN .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-u4flJrDMhN .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-u4flJrDMhN .text-wrapper,
  .cid-u4flJrDMhN .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4flJrDMhN .text-wrapper,
  .cid-u4flJrDMhN .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-u4flJrDMhN .text-wrapper,
  .cid-u4flJrDMhN .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-u4flJrDMhN .text-wrapper,
  .cid-u4flJrDMhN .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-u4flJrDMhN .text-wrapper,
  .cid-u4flJrDMhN .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-u4flJrDMhN .content {
    text-align: center;
  }
}
.cid-u4flJrDMhN .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-u4flJrDMhN .mbr-card-title {
    text-align: start;
  }
}
.cid-u4flJrDMhN .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-u4flJrDMhN .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-u4flJrDMhN .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-u4flJrDMhN .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-u4flJrDMhN .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-u4flJrDMhN .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-u4flJrDMhN .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-u4flJrDMhN .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-u4flJrDMhN .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-u4flJrDMhN .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-u4flJrDMhN .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-u4flJrDMhN .nutrition-wrap {
    width: 100%;
  }
}
.cid-u4flJrDMhN .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-u4flJrDMhN .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-u4flJrDMhN .tile-text-wrap {
  display: flex;
}
.cid-u4flJrDMhN svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-u4flJrDMhN svg path {
  fill: #cd8ad1;
}
.cid-u4flJrDMhN .numbers {
  display: flex;
  align-self: center;
}
.cid-u4flJrDMhN .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-u4flJrDMhN .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-u4flJrDMhN .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-u4flJrDMhN .mbr-tile-text {
    text-align: start;
  }
}
.cid-u4flJrDMhN .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u4flJrDMhN .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-u4flJrDMhN .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-u4flJrDMhN .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-u4flJrDMhN .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-u4flJrDMhN .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4flJrDMhN .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4flJrDMhN .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4flJrDMhN .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4flJrDMhN div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-u4fmzgStbY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u4fmzgStbY .row {
  flex-direction: row-reverse;
}
.cid-u4fmzgStbY .image-wrapper {
  padding: 0 2rem;
}
.cid-u4fmzgStbY .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-u4fmzgStbY .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-u4fmzgStbY .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-u4fmzgStbY .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-u4fmzgStbY .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-u4fmzgStbY .text-wrapper,
  .cid-u4fmzgStbY .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4fmzgStbY .text-wrapper,
  .cid-u4fmzgStbY .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-u4fmzgStbY .text-wrapper,
  .cid-u4fmzgStbY .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-u4fmzgStbY .text-wrapper,
  .cid-u4fmzgStbY .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-u4fmzgStbY .text-wrapper,
  .cid-u4fmzgStbY .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-u4fmzgStbY .content {
    text-align: center;
  }
}
.cid-u4fmzgStbY .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-u4fmzgStbY .mbr-card-title {
    text-align: start;
  }
}
.cid-u4fmzgStbY .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-u4fmzgStbY .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-u4fmzgStbY .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-u4fmzgStbY .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-u4fmzgStbY .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-u4fmzgStbY .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-u4fmzgStbY .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-u4fmzgStbY .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-u4fmzgStbY .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-u4fmzgStbY .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-u4fmzgStbY .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-u4fmzgStbY .nutrition-wrap {
    width: 100%;
  }
}
.cid-u4fmzgStbY .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-u4fmzgStbY .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-u4fmzgStbY .tile-text-wrap {
  display: flex;
}
.cid-u4fmzgStbY svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-u4fmzgStbY svg path {
  fill: #cd8ad1;
}
.cid-u4fmzgStbY .numbers {
  display: flex;
  align-self: center;
}
.cid-u4fmzgStbY .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-u4fmzgStbY .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-u4fmzgStbY .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-u4fmzgStbY .mbr-tile-text {
    text-align: start;
  }
}
.cid-u4fmzgStbY .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u4fmzgStbY .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-u4fmzgStbY .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-u4fmzgStbY .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-u4fmzgStbY .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-u4fmzgStbY .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4fmzgStbY .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4fmzgStbY .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4fmzgStbY .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4fmzgStbY div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-u4fmzJwlLz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u4fmzJwlLz .row {
  flex-direction: row-reverse;
}
.cid-u4fmzJwlLz .image-wrapper {
  padding: 0 2rem;
}
.cid-u4fmzJwlLz .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-u4fmzJwlLz .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-u4fmzJwlLz .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-u4fmzJwlLz .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-u4fmzJwlLz .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-u4fmzJwlLz .text-wrapper,
  .cid-u4fmzJwlLz .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4fmzJwlLz .text-wrapper,
  .cid-u4fmzJwlLz .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-u4fmzJwlLz .text-wrapper,
  .cid-u4fmzJwlLz .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-u4fmzJwlLz .text-wrapper,
  .cid-u4fmzJwlLz .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-u4fmzJwlLz .text-wrapper,
  .cid-u4fmzJwlLz .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-u4fmzJwlLz .content {
    text-align: center;
  }
}
.cid-u4fmzJwlLz .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-u4fmzJwlLz .mbr-card-title {
    text-align: start;
  }
}
.cid-u4fmzJwlLz .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-u4fmzJwlLz .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-u4fmzJwlLz .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-u4fmzJwlLz .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-u4fmzJwlLz .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-u4fmzJwlLz .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-u4fmzJwlLz .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-u4fmzJwlLz .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-u4fmzJwlLz .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-u4fmzJwlLz .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-u4fmzJwlLz .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-u4fmzJwlLz .nutrition-wrap {
    width: 100%;
  }
}
.cid-u4fmzJwlLz .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-u4fmzJwlLz .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-u4fmzJwlLz .tile-text-wrap {
  display: flex;
}
.cid-u4fmzJwlLz svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-u4fmzJwlLz svg path {
  fill: #cd8ad1;
}
.cid-u4fmzJwlLz .numbers {
  display: flex;
  align-self: center;
}
.cid-u4fmzJwlLz .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-u4fmzJwlLz .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-u4fmzJwlLz .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-u4fmzJwlLz .mbr-tile-text {
    text-align: start;
  }
}
.cid-u4fmzJwlLz .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u4fmzJwlLz .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-u4fmzJwlLz .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-u4fmzJwlLz .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-u4fmzJwlLz .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-u4fmzJwlLz .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4fmzJwlLz .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4fmzJwlLz .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4fmzJwlLz .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4fmzJwlLz div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-u4foaQVWx8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u4foaQVWx8 .row {
  flex-direction: row-reverse;
}
.cid-u4foaQVWx8 .image-wrapper {
  padding: 0 2rem;
}
.cid-u4foaQVWx8 .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-u4foaQVWx8 .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-u4foaQVWx8 .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-u4foaQVWx8 .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-u4foaQVWx8 .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-u4foaQVWx8 .text-wrapper,
  .cid-u4foaQVWx8 .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4foaQVWx8 .text-wrapper,
  .cid-u4foaQVWx8 .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-u4foaQVWx8 .text-wrapper,
  .cid-u4foaQVWx8 .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-u4foaQVWx8 .text-wrapper,
  .cid-u4foaQVWx8 .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-u4foaQVWx8 .text-wrapper,
  .cid-u4foaQVWx8 .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-u4foaQVWx8 .content {
    text-align: center;
  }
}
.cid-u4foaQVWx8 .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-u4foaQVWx8 .mbr-card-title {
    text-align: start;
  }
}
.cid-u4foaQVWx8 .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-u4foaQVWx8 .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-u4foaQVWx8 .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-u4foaQVWx8 .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-u4foaQVWx8 .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-u4foaQVWx8 .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-u4foaQVWx8 .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-u4foaQVWx8 .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-u4foaQVWx8 .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-u4foaQVWx8 .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-u4foaQVWx8 .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-u4foaQVWx8 .nutrition-wrap {
    width: 100%;
  }
}
.cid-u4foaQVWx8 .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-u4foaQVWx8 .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-u4foaQVWx8 .tile-text-wrap {
  display: flex;
}
.cid-u4foaQVWx8 svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-u4foaQVWx8 svg path {
  fill: #cd8ad1;
}
.cid-u4foaQVWx8 .numbers {
  display: flex;
  align-self: center;
}
.cid-u4foaQVWx8 .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-u4foaQVWx8 .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-u4foaQVWx8 .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-u4foaQVWx8 .mbr-tile-text {
    text-align: start;
  }
}
.cid-u4foaQVWx8 .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u4foaQVWx8 .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-u4foaQVWx8 .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-u4foaQVWx8 .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-u4foaQVWx8 .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-u4foaQVWx8 .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4foaQVWx8 .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4foaQVWx8 .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4foaQVWx8 .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4foaQVWx8 div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-u4lajlb8zR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u4lajlb8zR .row {
  flex-direction: row-reverse;
}
.cid-u4lajlb8zR .image-wrapper {
  padding: 0 2rem;
}
.cid-u4lajlb8zR .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-u4lajlb8zR .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-u4lajlb8zR .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-u4lajlb8zR .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-u4lajlb8zR .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-u4lajlb8zR .text-wrapper,
  .cid-u4lajlb8zR .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4lajlb8zR .text-wrapper,
  .cid-u4lajlb8zR .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-u4lajlb8zR .text-wrapper,
  .cid-u4lajlb8zR .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-u4lajlb8zR .text-wrapper,
  .cid-u4lajlb8zR .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-u4lajlb8zR .text-wrapper,
  .cid-u4lajlb8zR .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-u4lajlb8zR .content {
    text-align: center;
  }
}
.cid-u4lajlb8zR .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-u4lajlb8zR .mbr-card-title {
    text-align: start;
  }
}
.cid-u4lajlb8zR .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-u4lajlb8zR .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-u4lajlb8zR .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-u4lajlb8zR .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-u4lajlb8zR .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-u4lajlb8zR .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-u4lajlb8zR .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-u4lajlb8zR .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-u4lajlb8zR .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-u4lajlb8zR .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-u4lajlb8zR .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-u4lajlb8zR .nutrition-wrap {
    width: 100%;
  }
}
.cid-u4lajlb8zR .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-u4lajlb8zR .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-u4lajlb8zR .tile-text-wrap {
  display: flex;
}
.cid-u4lajlb8zR svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-u4lajlb8zR svg path {
  fill: #cd8ad1;
}
.cid-u4lajlb8zR .numbers {
  display: flex;
  align-self: center;
}
.cid-u4lajlb8zR .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-u4lajlb8zR .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-u4lajlb8zR .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-u4lajlb8zR .mbr-tile-text {
    text-align: start;
  }
}
.cid-u4lajlb8zR .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u4lajlb8zR .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-u4lajlb8zR .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-u4lajlb8zR .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-u4lajlb8zR .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-u4lajlb8zR .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4lajlb8zR .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4lajlb8zR .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4lajlb8zR .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4lajlb8zR div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-u4lakdn9Dt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u4lakdn9Dt .row {
  flex-direction: row-reverse;
}
.cid-u4lakdn9Dt .image-wrapper {
  padding: 0 2rem;
}
.cid-u4lakdn9Dt .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-u4lakdn9Dt .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-u4lakdn9Dt .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-u4lakdn9Dt .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-u4lakdn9Dt .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-u4lakdn9Dt .text-wrapper,
  .cid-u4lakdn9Dt .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4lakdn9Dt .text-wrapper,
  .cid-u4lakdn9Dt .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-u4lakdn9Dt .text-wrapper,
  .cid-u4lakdn9Dt .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-u4lakdn9Dt .text-wrapper,
  .cid-u4lakdn9Dt .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-u4lakdn9Dt .text-wrapper,
  .cid-u4lakdn9Dt .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-u4lakdn9Dt .content {
    text-align: center;
  }
}
.cid-u4lakdn9Dt .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-u4lakdn9Dt .mbr-card-title {
    text-align: start;
  }
}
.cid-u4lakdn9Dt .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-u4lakdn9Dt .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-u4lakdn9Dt .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-u4lakdn9Dt .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-u4lakdn9Dt .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-u4lakdn9Dt .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-u4lakdn9Dt .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-u4lakdn9Dt .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-u4lakdn9Dt .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-u4lakdn9Dt .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-u4lakdn9Dt .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-u4lakdn9Dt .nutrition-wrap {
    width: 100%;
  }
}
.cid-u4lakdn9Dt .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-u4lakdn9Dt .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-u4lakdn9Dt .tile-text-wrap {
  display: flex;
}
.cid-u4lakdn9Dt svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-u4lakdn9Dt svg path {
  fill: #cd8ad1;
}
.cid-u4lakdn9Dt .numbers {
  display: flex;
  align-self: center;
}
.cid-u4lakdn9Dt .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-u4lakdn9Dt .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-u4lakdn9Dt .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-u4lakdn9Dt .mbr-tile-text {
    text-align: start;
  }
}
.cid-u4lakdn9Dt .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u4lakdn9Dt .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-u4lakdn9Dt .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-u4lakdn9Dt .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-u4lakdn9Dt .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-u4lakdn9Dt .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4lakdn9Dt .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4lakdn9Dt .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4lakdn9Dt .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4lakdn9Dt div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-u4ldNDTKd2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u4ldNDTKd2 .row {
  flex-direction: row-reverse;
}
.cid-u4ldNDTKd2 .image-wrapper {
  padding: 0 2rem;
}
.cid-u4ldNDTKd2 .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-u4ldNDTKd2 .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-u4ldNDTKd2 .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-u4ldNDTKd2 .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-u4ldNDTKd2 .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-u4ldNDTKd2 .text-wrapper,
  .cid-u4ldNDTKd2 .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4ldNDTKd2 .text-wrapper,
  .cid-u4ldNDTKd2 .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-u4ldNDTKd2 .text-wrapper,
  .cid-u4ldNDTKd2 .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-u4ldNDTKd2 .text-wrapper,
  .cid-u4ldNDTKd2 .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-u4ldNDTKd2 .text-wrapper,
  .cid-u4ldNDTKd2 .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-u4ldNDTKd2 .content {
    text-align: center;
  }
}
.cid-u4ldNDTKd2 .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-u4ldNDTKd2 .mbr-card-title {
    text-align: start;
  }
}
.cid-u4ldNDTKd2 .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-u4ldNDTKd2 .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-u4ldNDTKd2 .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-u4ldNDTKd2 .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-u4ldNDTKd2 .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-u4ldNDTKd2 .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-u4ldNDTKd2 .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-u4ldNDTKd2 .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-u4ldNDTKd2 .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-u4ldNDTKd2 .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-u4ldNDTKd2 .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-u4ldNDTKd2 .nutrition-wrap {
    width: 100%;
  }
}
.cid-u4ldNDTKd2 .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-u4ldNDTKd2 .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-u4ldNDTKd2 .tile-text-wrap {
  display: flex;
}
.cid-u4ldNDTKd2 svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-u4ldNDTKd2 svg path {
  fill: #cd8ad1;
}
.cid-u4ldNDTKd2 .numbers {
  display: flex;
  align-self: center;
}
.cid-u4ldNDTKd2 .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-u4ldNDTKd2 .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-u4ldNDTKd2 .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-u4ldNDTKd2 .mbr-tile-text {
    text-align: start;
  }
}
.cid-u4ldNDTKd2 .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u4ldNDTKd2 .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-u4ldNDTKd2 .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-u4ldNDTKd2 .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-u4ldNDTKd2 .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-u4ldNDTKd2 .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4ldNDTKd2 .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4ldNDTKd2 .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4ldNDTKd2 .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4ldNDTKd2 div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-u4ldOlLHWt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u4ldOlLHWt .row {
  flex-direction: row-reverse;
}
.cid-u4ldOlLHWt .image-wrapper {
  padding: 0 2rem;
}
.cid-u4ldOlLHWt .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-u4ldOlLHWt .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-u4ldOlLHWt .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-u4ldOlLHWt .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-u4ldOlLHWt .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-u4ldOlLHWt .text-wrapper,
  .cid-u4ldOlLHWt .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4ldOlLHWt .text-wrapper,
  .cid-u4ldOlLHWt .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-u4ldOlLHWt .text-wrapper,
  .cid-u4ldOlLHWt .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-u4ldOlLHWt .text-wrapper,
  .cid-u4ldOlLHWt .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-u4ldOlLHWt .text-wrapper,
  .cid-u4ldOlLHWt .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-u4ldOlLHWt .content {
    text-align: center;
  }
}
.cid-u4ldOlLHWt .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-u4ldOlLHWt .mbr-card-title {
    text-align: start;
  }
}
.cid-u4ldOlLHWt .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-u4ldOlLHWt .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-u4ldOlLHWt .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-u4ldOlLHWt .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-u4ldOlLHWt .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-u4ldOlLHWt .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-u4ldOlLHWt .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-u4ldOlLHWt .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-u4ldOlLHWt .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-u4ldOlLHWt .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-u4ldOlLHWt .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-u4ldOlLHWt .nutrition-wrap {
    width: 100%;
  }
}
.cid-u4ldOlLHWt .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-u4ldOlLHWt .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-u4ldOlLHWt .tile-text-wrap {
  display: flex;
}
.cid-u4ldOlLHWt svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-u4ldOlLHWt svg path {
  fill: #cd8ad1;
}
.cid-u4ldOlLHWt .numbers {
  display: flex;
  align-self: center;
}
.cid-u4ldOlLHWt .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-u4ldOlLHWt .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-u4ldOlLHWt .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-u4ldOlLHWt .mbr-tile-text {
    text-align: start;
  }
}
.cid-u4ldOlLHWt .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u4ldOlLHWt .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-u4ldOlLHWt .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-u4ldOlLHWt .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-u4ldOlLHWt .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-u4ldOlLHWt .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4ldOlLHWt .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4ldOlLHWt .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4ldOlLHWt .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4ldOlLHWt div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-u4lfmgYdV0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u4lfmgYdV0 .row {
  flex-direction: row-reverse;
}
.cid-u4lfmgYdV0 .image-wrapper {
  padding: 0 2rem;
}
.cid-u4lfmgYdV0 .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-u4lfmgYdV0 .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-u4lfmgYdV0 .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-u4lfmgYdV0 .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-u4lfmgYdV0 .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-u4lfmgYdV0 .text-wrapper,
  .cid-u4lfmgYdV0 .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4lfmgYdV0 .text-wrapper,
  .cid-u4lfmgYdV0 .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-u4lfmgYdV0 .text-wrapper,
  .cid-u4lfmgYdV0 .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-u4lfmgYdV0 .text-wrapper,
  .cid-u4lfmgYdV0 .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-u4lfmgYdV0 .text-wrapper,
  .cid-u4lfmgYdV0 .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-u4lfmgYdV0 .content {
    text-align: center;
  }
}
.cid-u4lfmgYdV0 .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-u4lfmgYdV0 .mbr-card-title {
    text-align: start;
  }
}
.cid-u4lfmgYdV0 .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-u4lfmgYdV0 .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-u4lfmgYdV0 .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-u4lfmgYdV0 .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-u4lfmgYdV0 .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-u4lfmgYdV0 .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-u4lfmgYdV0 .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-u4lfmgYdV0 .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-u4lfmgYdV0 .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-u4lfmgYdV0 .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-u4lfmgYdV0 .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-u4lfmgYdV0 .nutrition-wrap {
    width: 100%;
  }
}
.cid-u4lfmgYdV0 .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-u4lfmgYdV0 .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-u4lfmgYdV0 .tile-text-wrap {
  display: flex;
}
.cid-u4lfmgYdV0 svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-u4lfmgYdV0 svg path {
  fill: #cd8ad1;
}
.cid-u4lfmgYdV0 .numbers {
  display: flex;
  align-self: center;
}
.cid-u4lfmgYdV0 .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-u4lfmgYdV0 .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-u4lfmgYdV0 .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-u4lfmgYdV0 .mbr-tile-text {
    text-align: start;
  }
}
.cid-u4lfmgYdV0 .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u4lfmgYdV0 .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-u4lfmgYdV0 .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-u4lfmgYdV0 .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-u4lfmgYdV0 .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-u4lfmgYdV0 .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4lfmgYdV0 .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4lfmgYdV0 .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4lfmgYdV0 .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4lfmgYdV0 div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-u4lfmONJ3r {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u4lfmONJ3r .row {
  flex-direction: row-reverse;
}
.cid-u4lfmONJ3r .image-wrapper {
  padding: 0 2rem;
}
.cid-u4lfmONJ3r .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-u4lfmONJ3r .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-u4lfmONJ3r .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-u4lfmONJ3r .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-u4lfmONJ3r .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-u4lfmONJ3r .text-wrapper,
  .cid-u4lfmONJ3r .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4lfmONJ3r .text-wrapper,
  .cid-u4lfmONJ3r .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-u4lfmONJ3r .text-wrapper,
  .cid-u4lfmONJ3r .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-u4lfmONJ3r .text-wrapper,
  .cid-u4lfmONJ3r .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-u4lfmONJ3r .text-wrapper,
  .cid-u4lfmONJ3r .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-u4lfmONJ3r .content {
    text-align: center;
  }
}
.cid-u4lfmONJ3r .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-u4lfmONJ3r .mbr-card-title {
    text-align: start;
  }
}
.cid-u4lfmONJ3r .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-u4lfmONJ3r .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-u4lfmONJ3r .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-u4lfmONJ3r .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-u4lfmONJ3r .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-u4lfmONJ3r .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-u4lfmONJ3r .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-u4lfmONJ3r .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-u4lfmONJ3r .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-u4lfmONJ3r .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-u4lfmONJ3r .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-u4lfmONJ3r .nutrition-wrap {
    width: 100%;
  }
}
.cid-u4lfmONJ3r .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-u4lfmONJ3r .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-u4lfmONJ3r .tile-text-wrap {
  display: flex;
}
.cid-u4lfmONJ3r svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-u4lfmONJ3r svg path {
  fill: #cd8ad1;
}
.cid-u4lfmONJ3r .numbers {
  display: flex;
  align-self: center;
}
.cid-u4lfmONJ3r .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-u4lfmONJ3r .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-u4lfmONJ3r .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-u4lfmONJ3r .mbr-tile-text {
    text-align: start;
  }
}
.cid-u4lfmONJ3r .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u4lfmONJ3r .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-u4lfmONJ3r .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-u4lfmONJ3r .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-u4lfmONJ3r .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-u4lfmONJ3r .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4lfmONJ3r .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4lfmONJ3r .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4lfmONJ3r .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4lfmONJ3r div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-u4lnnpUg8m {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u4lnnpUg8m .row {
  flex-direction: row-reverse;
}
.cid-u4lnnpUg8m .image-wrapper {
  padding: 0 2rem;
}
.cid-u4lnnpUg8m .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-u4lnnpUg8m .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-u4lnnpUg8m .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-u4lnnpUg8m .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-u4lnnpUg8m .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-u4lnnpUg8m .text-wrapper,
  .cid-u4lnnpUg8m .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4lnnpUg8m .text-wrapper,
  .cid-u4lnnpUg8m .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-u4lnnpUg8m .text-wrapper,
  .cid-u4lnnpUg8m .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-u4lnnpUg8m .text-wrapper,
  .cid-u4lnnpUg8m .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-u4lnnpUg8m .text-wrapper,
  .cid-u4lnnpUg8m .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-u4lnnpUg8m .content {
    text-align: center;
  }
}
.cid-u4lnnpUg8m .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-u4lnnpUg8m .mbr-card-title {
    text-align: start;
  }
}
.cid-u4lnnpUg8m .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-u4lnnpUg8m .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-u4lnnpUg8m .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-u4lnnpUg8m .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-u4lnnpUg8m .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-u4lnnpUg8m .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-u4lnnpUg8m .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-u4lnnpUg8m .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-u4lnnpUg8m .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-u4lnnpUg8m .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-u4lnnpUg8m .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-u4lnnpUg8m .nutrition-wrap {
    width: 100%;
  }
}
.cid-u4lnnpUg8m .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-u4lnnpUg8m .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-u4lnnpUg8m .tile-text-wrap {
  display: flex;
}
.cid-u4lnnpUg8m svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-u4lnnpUg8m svg path {
  fill: #cd8ad1;
}
.cid-u4lnnpUg8m .numbers {
  display: flex;
  align-self: center;
}
.cid-u4lnnpUg8m .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-u4lnnpUg8m .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-u4lnnpUg8m .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-u4lnnpUg8m .mbr-tile-text {
    text-align: start;
  }
}
.cid-u4lnnpUg8m .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u4lnnpUg8m .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-u4lnnpUg8m .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-u4lnnpUg8m .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-u4lnnpUg8m .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-u4lnnpUg8m .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4lnnpUg8m .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4lnnpUg8m .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4lnnpUg8m .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4lnnpUg8m div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-u4lohZyNxS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u4lohZyNxS .row {
  flex-direction: row-reverse;
}
.cid-u4lohZyNxS .image-wrapper {
  padding: 0 2rem;
}
.cid-u4lohZyNxS .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-u4lohZyNxS .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-u4lohZyNxS .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-u4lohZyNxS .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-u4lohZyNxS .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-u4lohZyNxS .text-wrapper,
  .cid-u4lohZyNxS .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4lohZyNxS .text-wrapper,
  .cid-u4lohZyNxS .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-u4lohZyNxS .text-wrapper,
  .cid-u4lohZyNxS .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-u4lohZyNxS .text-wrapper,
  .cid-u4lohZyNxS .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-u4lohZyNxS .text-wrapper,
  .cid-u4lohZyNxS .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-u4lohZyNxS .content {
    text-align: center;
  }
}
.cid-u4lohZyNxS .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-u4lohZyNxS .mbr-card-title {
    text-align: start;
  }
}
.cid-u4lohZyNxS .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-u4lohZyNxS .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-u4lohZyNxS .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-u4lohZyNxS .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-u4lohZyNxS .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-u4lohZyNxS .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-u4lohZyNxS .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-u4lohZyNxS .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-u4lohZyNxS .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-u4lohZyNxS .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-u4lohZyNxS .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-u4lohZyNxS .nutrition-wrap {
    width: 100%;
  }
}
.cid-u4lohZyNxS .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-u4lohZyNxS .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-u4lohZyNxS .tile-text-wrap {
  display: flex;
}
.cid-u4lohZyNxS svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-u4lohZyNxS svg path {
  fill: #cd8ad1;
}
.cid-u4lohZyNxS .numbers {
  display: flex;
  align-self: center;
}
.cid-u4lohZyNxS .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-u4lohZyNxS .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-u4lohZyNxS .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-u4lohZyNxS .mbr-tile-text {
    text-align: start;
  }
}
.cid-u4lohZyNxS .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u4lohZyNxS .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-u4lohZyNxS .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-u4lohZyNxS .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-u4lohZyNxS .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-u4lohZyNxS .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4lohZyNxS .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4lohZyNxS .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4lohZyNxS .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4lohZyNxS div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-u4qqM5ls6M {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u4qqM5ls6M .row {
  flex-direction: row-reverse;
}
.cid-u4qqM5ls6M .image-wrapper {
  padding: 0 2rem;
}
.cid-u4qqM5ls6M .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-u4qqM5ls6M .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-u4qqM5ls6M .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-u4qqM5ls6M .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-u4qqM5ls6M .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-u4qqM5ls6M .text-wrapper,
  .cid-u4qqM5ls6M .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4qqM5ls6M .text-wrapper,
  .cid-u4qqM5ls6M .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-u4qqM5ls6M .text-wrapper,
  .cid-u4qqM5ls6M .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-u4qqM5ls6M .text-wrapper,
  .cid-u4qqM5ls6M .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-u4qqM5ls6M .text-wrapper,
  .cid-u4qqM5ls6M .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-u4qqM5ls6M .content {
    text-align: center;
  }
}
.cid-u4qqM5ls6M .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-u4qqM5ls6M .mbr-card-title {
    text-align: start;
  }
}
.cid-u4qqM5ls6M .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-u4qqM5ls6M .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-u4qqM5ls6M .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-u4qqM5ls6M .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-u4qqM5ls6M .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-u4qqM5ls6M .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-u4qqM5ls6M .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-u4qqM5ls6M .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-u4qqM5ls6M .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-u4qqM5ls6M .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-u4qqM5ls6M .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-u4qqM5ls6M .nutrition-wrap {
    width: 100%;
  }
}
.cid-u4qqM5ls6M .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-u4qqM5ls6M .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-u4qqM5ls6M .tile-text-wrap {
  display: flex;
}
.cid-u4qqM5ls6M svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-u4qqM5ls6M svg path {
  fill: #cd8ad1;
}
.cid-u4qqM5ls6M .numbers {
  display: flex;
  align-self: center;
}
.cid-u4qqM5ls6M .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-u4qqM5ls6M .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-u4qqM5ls6M .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-u4qqM5ls6M .mbr-tile-text {
    text-align: start;
  }
}
.cid-u4qqM5ls6M .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u4qqM5ls6M .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-u4qqM5ls6M .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-u4qqM5ls6M .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-u4qqM5ls6M .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-u4qqM5ls6M .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4qqM5ls6M .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4qqM5ls6M .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4qqM5ls6M .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4qqM5ls6M div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-u4qqMOJ0Ks {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u4qqMOJ0Ks .row {
  flex-direction: row-reverse;
}
.cid-u4qqMOJ0Ks .image-wrapper {
  padding: 0 2rem;
}
.cid-u4qqMOJ0Ks .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-u4qqMOJ0Ks .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-u4qqMOJ0Ks .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-u4qqMOJ0Ks .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-u4qqMOJ0Ks .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-u4qqMOJ0Ks .text-wrapper,
  .cid-u4qqMOJ0Ks .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4qqMOJ0Ks .text-wrapper,
  .cid-u4qqMOJ0Ks .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-u4qqMOJ0Ks .text-wrapper,
  .cid-u4qqMOJ0Ks .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-u4qqMOJ0Ks .text-wrapper,
  .cid-u4qqMOJ0Ks .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-u4qqMOJ0Ks .text-wrapper,
  .cid-u4qqMOJ0Ks .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-u4qqMOJ0Ks .content {
    text-align: center;
  }
}
.cid-u4qqMOJ0Ks .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-u4qqMOJ0Ks .mbr-card-title {
    text-align: start;
  }
}
.cid-u4qqMOJ0Ks .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-u4qqMOJ0Ks .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-u4qqMOJ0Ks .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-u4qqMOJ0Ks .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-u4qqMOJ0Ks .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-u4qqMOJ0Ks .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-u4qqMOJ0Ks .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-u4qqMOJ0Ks .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-u4qqMOJ0Ks .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-u4qqMOJ0Ks .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-u4qqMOJ0Ks .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-u4qqMOJ0Ks .nutrition-wrap {
    width: 100%;
  }
}
.cid-u4qqMOJ0Ks .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-u4qqMOJ0Ks .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-u4qqMOJ0Ks .tile-text-wrap {
  display: flex;
}
.cid-u4qqMOJ0Ks svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-u4qqMOJ0Ks svg path {
  fill: #cd8ad1;
}
.cid-u4qqMOJ0Ks .numbers {
  display: flex;
  align-self: center;
}
.cid-u4qqMOJ0Ks .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-u4qqMOJ0Ks .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-u4qqMOJ0Ks .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-u4qqMOJ0Ks .mbr-tile-text {
    text-align: start;
  }
}
.cid-u4qqMOJ0Ks .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u4qqMOJ0Ks .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-u4qqMOJ0Ks .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-u4qqMOJ0Ks .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-u4qqMOJ0Ks .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-u4qqMOJ0Ks .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4qqMOJ0Ks .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4qqMOJ0Ks .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4qqMOJ0Ks .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4qqMOJ0Ks div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-u4quqcmwOZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u4quqcmwOZ .row {
  flex-direction: row-reverse;
}
.cid-u4quqcmwOZ .image-wrapper {
  padding: 0 2rem;
}
.cid-u4quqcmwOZ .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-u4quqcmwOZ .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-u4quqcmwOZ .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-u4quqcmwOZ .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-u4quqcmwOZ .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-u4quqcmwOZ .text-wrapper,
  .cid-u4quqcmwOZ .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4quqcmwOZ .text-wrapper,
  .cid-u4quqcmwOZ .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-u4quqcmwOZ .text-wrapper,
  .cid-u4quqcmwOZ .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-u4quqcmwOZ .text-wrapper,
  .cid-u4quqcmwOZ .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-u4quqcmwOZ .text-wrapper,
  .cid-u4quqcmwOZ .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-u4quqcmwOZ .content {
    text-align: center;
  }
}
.cid-u4quqcmwOZ .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-u4quqcmwOZ .mbr-card-title {
    text-align: start;
  }
}
.cid-u4quqcmwOZ .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-u4quqcmwOZ .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-u4quqcmwOZ .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-u4quqcmwOZ .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-u4quqcmwOZ .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-u4quqcmwOZ .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-u4quqcmwOZ .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-u4quqcmwOZ .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-u4quqcmwOZ .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-u4quqcmwOZ .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-u4quqcmwOZ .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-u4quqcmwOZ .nutrition-wrap {
    width: 100%;
  }
}
.cid-u4quqcmwOZ .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-u4quqcmwOZ .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-u4quqcmwOZ .tile-text-wrap {
  display: flex;
}
.cid-u4quqcmwOZ svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-u4quqcmwOZ svg path {
  fill: #cd8ad1;
}
.cid-u4quqcmwOZ .numbers {
  display: flex;
  align-self: center;
}
.cid-u4quqcmwOZ .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-u4quqcmwOZ .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-u4quqcmwOZ .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-u4quqcmwOZ .mbr-tile-text {
    text-align: start;
  }
}
.cid-u4quqcmwOZ .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u4quqcmwOZ .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-u4quqcmwOZ .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-u4quqcmwOZ .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-u4quqcmwOZ .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-u4quqcmwOZ .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4quqcmwOZ .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4quqcmwOZ .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4quqcmwOZ .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4quqcmwOZ div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-u4qurOKHYo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u4qurOKHYo .row {
  flex-direction: row-reverse;
}
.cid-u4qurOKHYo .image-wrapper {
  padding: 0 2rem;
}
.cid-u4qurOKHYo .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-u4qurOKHYo .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-u4qurOKHYo .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-u4qurOKHYo .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-u4qurOKHYo .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-u4qurOKHYo .text-wrapper,
  .cid-u4qurOKHYo .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4qurOKHYo .text-wrapper,
  .cid-u4qurOKHYo .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-u4qurOKHYo .text-wrapper,
  .cid-u4qurOKHYo .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-u4qurOKHYo .text-wrapper,
  .cid-u4qurOKHYo .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-u4qurOKHYo .text-wrapper,
  .cid-u4qurOKHYo .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-u4qurOKHYo .content {
    text-align: center;
  }
}
.cid-u4qurOKHYo .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-u4qurOKHYo .mbr-card-title {
    text-align: start;
  }
}
.cid-u4qurOKHYo .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-u4qurOKHYo .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-u4qurOKHYo .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-u4qurOKHYo .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-u4qurOKHYo .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-u4qurOKHYo .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-u4qurOKHYo .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-u4qurOKHYo .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-u4qurOKHYo .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-u4qurOKHYo .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-u4qurOKHYo .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-u4qurOKHYo .nutrition-wrap {
    width: 100%;
  }
}
.cid-u4qurOKHYo .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-u4qurOKHYo .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-u4qurOKHYo .tile-text-wrap {
  display: flex;
}
.cid-u4qurOKHYo svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-u4qurOKHYo svg path {
  fill: #cd8ad1;
}
.cid-u4qurOKHYo .numbers {
  display: flex;
  align-self: center;
}
.cid-u4qurOKHYo .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-u4qurOKHYo .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-u4qurOKHYo .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-u4qurOKHYo .mbr-tile-text {
    text-align: start;
  }
}
.cid-u4qurOKHYo .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u4qurOKHYo .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-u4qurOKHYo .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-u4qurOKHYo .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-u4qurOKHYo .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-u4qurOKHYo .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4qurOKHYo .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4qurOKHYo .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4qurOKHYo .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4qurOKHYo div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-u4qy3BR4ff {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u4qy3BR4ff .row {
  flex-direction: row-reverse;
}
.cid-u4qy3BR4ff .image-wrapper {
  padding: 0 2rem;
}
.cid-u4qy3BR4ff .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-u4qy3BR4ff .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-u4qy3BR4ff .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-u4qy3BR4ff .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-u4qy3BR4ff .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-u4qy3BR4ff .text-wrapper,
  .cid-u4qy3BR4ff .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4qy3BR4ff .text-wrapper,
  .cid-u4qy3BR4ff .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-u4qy3BR4ff .text-wrapper,
  .cid-u4qy3BR4ff .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-u4qy3BR4ff .text-wrapper,
  .cid-u4qy3BR4ff .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-u4qy3BR4ff .text-wrapper,
  .cid-u4qy3BR4ff .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-u4qy3BR4ff .content {
    text-align: center;
  }
}
.cid-u4qy3BR4ff .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-u4qy3BR4ff .mbr-card-title {
    text-align: start;
  }
}
.cid-u4qy3BR4ff .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-u4qy3BR4ff .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-u4qy3BR4ff .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-u4qy3BR4ff .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-u4qy3BR4ff .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-u4qy3BR4ff .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-u4qy3BR4ff .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-u4qy3BR4ff .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-u4qy3BR4ff .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-u4qy3BR4ff .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-u4qy3BR4ff .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-u4qy3BR4ff .nutrition-wrap {
    width: 100%;
  }
}
.cid-u4qy3BR4ff .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-u4qy3BR4ff .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-u4qy3BR4ff .tile-text-wrap {
  display: flex;
}
.cid-u4qy3BR4ff svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-u4qy3BR4ff svg path {
  fill: #cd8ad1;
}
.cid-u4qy3BR4ff .numbers {
  display: flex;
  align-self: center;
}
.cid-u4qy3BR4ff .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-u4qy3BR4ff .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-u4qy3BR4ff .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-u4qy3BR4ff .mbr-tile-text {
    text-align: start;
  }
}
.cid-u4qy3BR4ff .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u4qy3BR4ff .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-u4qy3BR4ff .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-u4qy3BR4ff .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-u4qy3BR4ff .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-u4qy3BR4ff .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4qy3BR4ff .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4qy3BR4ff .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4qy3BR4ff .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4qy3BR4ff div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-u4qy4p9a3f {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u4qy4p9a3f .row {
  flex-direction: row-reverse;
}
.cid-u4qy4p9a3f .image-wrapper {
  padding: 0 2rem;
}
.cid-u4qy4p9a3f .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-u4qy4p9a3f .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-u4qy4p9a3f .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-u4qy4p9a3f .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-u4qy4p9a3f .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-u4qy4p9a3f .text-wrapper,
  .cid-u4qy4p9a3f .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4qy4p9a3f .text-wrapper,
  .cid-u4qy4p9a3f .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-u4qy4p9a3f .text-wrapper,
  .cid-u4qy4p9a3f .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-u4qy4p9a3f .text-wrapper,
  .cid-u4qy4p9a3f .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-u4qy4p9a3f .text-wrapper,
  .cid-u4qy4p9a3f .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-u4qy4p9a3f .content {
    text-align: center;
  }
}
.cid-u4qy4p9a3f .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-u4qy4p9a3f .mbr-card-title {
    text-align: start;
  }
}
.cid-u4qy4p9a3f .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-u4qy4p9a3f .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-u4qy4p9a3f .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-u4qy4p9a3f .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-u4qy4p9a3f .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-u4qy4p9a3f .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-u4qy4p9a3f .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-u4qy4p9a3f .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-u4qy4p9a3f .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-u4qy4p9a3f .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-u4qy4p9a3f .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-u4qy4p9a3f .nutrition-wrap {
    width: 100%;
  }
}
.cid-u4qy4p9a3f .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-u4qy4p9a3f .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-u4qy4p9a3f .tile-text-wrap {
  display: flex;
}
.cid-u4qy4p9a3f svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-u4qy4p9a3f svg path {
  fill: #cd8ad1;
}
.cid-u4qy4p9a3f .numbers {
  display: flex;
  align-self: center;
}
.cid-u4qy4p9a3f .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-u4qy4p9a3f .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-u4qy4p9a3f .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-u4qy4p9a3f .mbr-tile-text {
    text-align: start;
  }
}
.cid-u4qy4p9a3f .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u4qy4p9a3f .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-u4qy4p9a3f .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-u4qy4p9a3f .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-u4qy4p9a3f .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-u4qy4p9a3f .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4qy4p9a3f .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4qy4p9a3f .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4qy4p9a3f .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4qy4p9a3f div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-u4TH5GskKs {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u4TH5GskKs .row {
  flex-direction: row-reverse;
}
.cid-u4TH5GskKs .image-wrapper {
  padding: 0 2rem;
}
.cid-u4TH5GskKs .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-u4TH5GskKs .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-u4TH5GskKs .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-u4TH5GskKs .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-u4TH5GskKs .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-u4TH5GskKs .text-wrapper,
  .cid-u4TH5GskKs .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4TH5GskKs .text-wrapper,
  .cid-u4TH5GskKs .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-u4TH5GskKs .text-wrapper,
  .cid-u4TH5GskKs .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-u4TH5GskKs .text-wrapper,
  .cid-u4TH5GskKs .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-u4TH5GskKs .text-wrapper,
  .cid-u4TH5GskKs .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-u4TH5GskKs .content {
    text-align: center;
  }
}
.cid-u4TH5GskKs .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-u4TH5GskKs .mbr-card-title {
    text-align: start;
  }
}
.cid-u4TH5GskKs .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-u4TH5GskKs .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-u4TH5GskKs .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-u4TH5GskKs .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-u4TH5GskKs .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-u4TH5GskKs .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-u4TH5GskKs .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-u4TH5GskKs .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-u4TH5GskKs .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-u4TH5GskKs .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-u4TH5GskKs .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-u4TH5GskKs .nutrition-wrap {
    width: 100%;
  }
}
.cid-u4TH5GskKs .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-u4TH5GskKs .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-u4TH5GskKs .tile-text-wrap {
  display: flex;
}
.cid-u4TH5GskKs svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-u4TH5GskKs svg path {
  fill: #cd8ad1;
}
.cid-u4TH5GskKs .numbers {
  display: flex;
  align-self: center;
}
.cid-u4TH5GskKs .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-u4TH5GskKs .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-u4TH5GskKs .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-u4TH5GskKs .mbr-tile-text {
    text-align: start;
  }
}
.cid-u4TH5GskKs .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u4TH5GskKs .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-u4TH5GskKs .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-u4TH5GskKs .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-u4TH5GskKs .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-u4TH5GskKs .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4TH5GskKs .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4TH5GskKs .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4TH5GskKs .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4TH5GskKs div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-u4THExBJeO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u4THExBJeO .row {
  flex-direction: row-reverse;
}
.cid-u4THExBJeO .image-wrapper {
  padding: 0 2rem;
}
.cid-u4THExBJeO .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-u4THExBJeO .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-u4THExBJeO .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-u4THExBJeO .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-u4THExBJeO .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-u4THExBJeO .text-wrapper,
  .cid-u4THExBJeO .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4THExBJeO .text-wrapper,
  .cid-u4THExBJeO .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-u4THExBJeO .text-wrapper,
  .cid-u4THExBJeO .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-u4THExBJeO .text-wrapper,
  .cid-u4THExBJeO .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-u4THExBJeO .text-wrapper,
  .cid-u4THExBJeO .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-u4THExBJeO .content {
    text-align: center;
  }
}
.cid-u4THExBJeO .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-u4THExBJeO .mbr-card-title {
    text-align: start;
  }
}
.cid-u4THExBJeO .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-u4THExBJeO .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-u4THExBJeO .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-u4THExBJeO .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-u4THExBJeO .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-u4THExBJeO .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-u4THExBJeO .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-u4THExBJeO .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-u4THExBJeO .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-u4THExBJeO .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-u4THExBJeO .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-u4THExBJeO .nutrition-wrap {
    width: 100%;
  }
}
.cid-u4THExBJeO .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-u4THExBJeO .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-u4THExBJeO .tile-text-wrap {
  display: flex;
}
.cid-u4THExBJeO svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-u4THExBJeO svg path {
  fill: #cd8ad1;
}
.cid-u4THExBJeO .numbers {
  display: flex;
  align-self: center;
}
.cid-u4THExBJeO .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-u4THExBJeO .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-u4THExBJeO .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-u4THExBJeO .mbr-tile-text {
    text-align: start;
  }
}
.cid-u4THExBJeO .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u4THExBJeO .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-u4THExBJeO .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-u4THExBJeO .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-u4THExBJeO .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-u4THExBJeO .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4THExBJeO .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4THExBJeO .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4THExBJeO .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4THExBJeO div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-u4Urf1XKmW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u4Urf1XKmW .row {
  flex-direction: row-reverse;
}
.cid-u4Urf1XKmW .image-wrapper {
  padding: 0 2rem;
}
.cid-u4Urf1XKmW .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-u4Urf1XKmW .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-u4Urf1XKmW .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-u4Urf1XKmW .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-u4Urf1XKmW .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-u4Urf1XKmW .text-wrapper,
  .cid-u4Urf1XKmW .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4Urf1XKmW .text-wrapper,
  .cid-u4Urf1XKmW .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-u4Urf1XKmW .text-wrapper,
  .cid-u4Urf1XKmW .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-u4Urf1XKmW .text-wrapper,
  .cid-u4Urf1XKmW .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-u4Urf1XKmW .text-wrapper,
  .cid-u4Urf1XKmW .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-u4Urf1XKmW .content {
    text-align: center;
  }
}
.cid-u4Urf1XKmW .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-u4Urf1XKmW .mbr-card-title {
    text-align: start;
  }
}
.cid-u4Urf1XKmW .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-u4Urf1XKmW .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-u4Urf1XKmW .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-u4Urf1XKmW .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-u4Urf1XKmW .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-u4Urf1XKmW .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-u4Urf1XKmW .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-u4Urf1XKmW .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-u4Urf1XKmW .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-u4Urf1XKmW .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-u4Urf1XKmW .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-u4Urf1XKmW .nutrition-wrap {
    width: 100%;
  }
}
.cid-u4Urf1XKmW .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-u4Urf1XKmW .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-u4Urf1XKmW .tile-text-wrap {
  display: flex;
}
.cid-u4Urf1XKmW svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-u4Urf1XKmW svg path {
  fill: #cd8ad1;
}
.cid-u4Urf1XKmW .numbers {
  display: flex;
  align-self: center;
}
.cid-u4Urf1XKmW .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-u4Urf1XKmW .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-u4Urf1XKmW .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-u4Urf1XKmW .mbr-tile-text {
    text-align: start;
  }
}
.cid-u4Urf1XKmW .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u4Urf1XKmW .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-u4Urf1XKmW .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-u4Urf1XKmW .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-u4Urf1XKmW .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-u4Urf1XKmW .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4Urf1XKmW .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4Urf1XKmW .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4Urf1XKmW .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4Urf1XKmW div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-u4Us8c10ib {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u4Us8c10ib .row {
  flex-direction: row-reverse;
}
.cid-u4Us8c10ib .image-wrapper {
  padding: 0 2rem;
}
.cid-u4Us8c10ib .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-u4Us8c10ib .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-u4Us8c10ib .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-u4Us8c10ib .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-u4Us8c10ib .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-u4Us8c10ib .text-wrapper,
  .cid-u4Us8c10ib .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4Us8c10ib .text-wrapper,
  .cid-u4Us8c10ib .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-u4Us8c10ib .text-wrapper,
  .cid-u4Us8c10ib .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-u4Us8c10ib .text-wrapper,
  .cid-u4Us8c10ib .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-u4Us8c10ib .text-wrapper,
  .cid-u4Us8c10ib .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-u4Us8c10ib .content {
    text-align: center;
  }
}
.cid-u4Us8c10ib .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-u4Us8c10ib .mbr-card-title {
    text-align: start;
  }
}
.cid-u4Us8c10ib .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-u4Us8c10ib .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-u4Us8c10ib .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-u4Us8c10ib .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-u4Us8c10ib .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-u4Us8c10ib .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-u4Us8c10ib .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-u4Us8c10ib .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-u4Us8c10ib .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-u4Us8c10ib .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-u4Us8c10ib .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-u4Us8c10ib .nutrition-wrap {
    width: 100%;
  }
}
.cid-u4Us8c10ib .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-u4Us8c10ib .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-u4Us8c10ib .tile-text-wrap {
  display: flex;
}
.cid-u4Us8c10ib svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-u4Us8c10ib svg path {
  fill: #cd8ad1;
}
.cid-u4Us8c10ib .numbers {
  display: flex;
  align-self: center;
}
.cid-u4Us8c10ib .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-u4Us8c10ib .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-u4Us8c10ib .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-u4Us8c10ib .mbr-tile-text {
    text-align: start;
  }
}
.cid-u4Us8c10ib .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u4Us8c10ib .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-u4Us8c10ib .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-u4Us8c10ib .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-u4Us8c10ib .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-u4Us8c10ib .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4Us8c10ib .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4Us8c10ib .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4Us8c10ib .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4Us8c10ib div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-u4Uv3Hecxa {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u4Uv3Hecxa .row {
  flex-direction: row-reverse;
}
.cid-u4Uv3Hecxa .image-wrapper {
  padding: 0 2rem;
}
.cid-u4Uv3Hecxa .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-u4Uv3Hecxa .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-u4Uv3Hecxa .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-u4Uv3Hecxa .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-u4Uv3Hecxa .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-u4Uv3Hecxa .text-wrapper,
  .cid-u4Uv3Hecxa .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4Uv3Hecxa .text-wrapper,
  .cid-u4Uv3Hecxa .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-u4Uv3Hecxa .text-wrapper,
  .cid-u4Uv3Hecxa .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-u4Uv3Hecxa .text-wrapper,
  .cid-u4Uv3Hecxa .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-u4Uv3Hecxa .text-wrapper,
  .cid-u4Uv3Hecxa .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-u4Uv3Hecxa .content {
    text-align: center;
  }
}
.cid-u4Uv3Hecxa .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-u4Uv3Hecxa .mbr-card-title {
    text-align: start;
  }
}
.cid-u4Uv3Hecxa .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-u4Uv3Hecxa .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-u4Uv3Hecxa .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-u4Uv3Hecxa .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-u4Uv3Hecxa .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-u4Uv3Hecxa .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-u4Uv3Hecxa .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-u4Uv3Hecxa .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-u4Uv3Hecxa .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-u4Uv3Hecxa .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-u4Uv3Hecxa .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-u4Uv3Hecxa .nutrition-wrap {
    width: 100%;
  }
}
.cid-u4Uv3Hecxa .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-u4Uv3Hecxa .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-u4Uv3Hecxa .tile-text-wrap {
  display: flex;
}
.cid-u4Uv3Hecxa svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-u4Uv3Hecxa svg path {
  fill: #cd8ad1;
}
.cid-u4Uv3Hecxa .numbers {
  display: flex;
  align-self: center;
}
.cid-u4Uv3Hecxa .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-u4Uv3Hecxa .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-u4Uv3Hecxa .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-u4Uv3Hecxa .mbr-tile-text {
    text-align: start;
  }
}
.cid-u4Uv3Hecxa .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u4Uv3Hecxa .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-u4Uv3Hecxa .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-u4Uv3Hecxa .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-u4Uv3Hecxa .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-u4Uv3Hecxa .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4Uv3Hecxa .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4Uv3Hecxa .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4Uv3Hecxa .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4Uv3Hecxa div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-u4Uwx0cFBq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u4Uwx0cFBq .row {
  flex-direction: row-reverse;
}
.cid-u4Uwx0cFBq .image-wrapper {
  padding: 0 2rem;
}
.cid-u4Uwx0cFBq .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-u4Uwx0cFBq .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-u4Uwx0cFBq .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-u4Uwx0cFBq .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-u4Uwx0cFBq .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-u4Uwx0cFBq .text-wrapper,
  .cid-u4Uwx0cFBq .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4Uwx0cFBq .text-wrapper,
  .cid-u4Uwx0cFBq .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-u4Uwx0cFBq .text-wrapper,
  .cid-u4Uwx0cFBq .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-u4Uwx0cFBq .text-wrapper,
  .cid-u4Uwx0cFBq .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-u4Uwx0cFBq .text-wrapper,
  .cid-u4Uwx0cFBq .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-u4Uwx0cFBq .content {
    text-align: center;
  }
}
.cid-u4Uwx0cFBq .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-u4Uwx0cFBq .mbr-card-title {
    text-align: start;
  }
}
.cid-u4Uwx0cFBq .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-u4Uwx0cFBq .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-u4Uwx0cFBq .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-u4Uwx0cFBq .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-u4Uwx0cFBq .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-u4Uwx0cFBq .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-u4Uwx0cFBq .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-u4Uwx0cFBq .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-u4Uwx0cFBq .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-u4Uwx0cFBq .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-u4Uwx0cFBq .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-u4Uwx0cFBq .nutrition-wrap {
    width: 100%;
  }
}
.cid-u4Uwx0cFBq .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-u4Uwx0cFBq .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-u4Uwx0cFBq .tile-text-wrap {
  display: flex;
}
.cid-u4Uwx0cFBq svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-u4Uwx0cFBq svg path {
  fill: #cd8ad1;
}
.cid-u4Uwx0cFBq .numbers {
  display: flex;
  align-self: center;
}
.cid-u4Uwx0cFBq .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-u4Uwx0cFBq .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-u4Uwx0cFBq .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-u4Uwx0cFBq .mbr-tile-text {
    text-align: start;
  }
}
.cid-u4Uwx0cFBq .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u4Uwx0cFBq .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-u4Uwx0cFBq .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-u4Uwx0cFBq .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-u4Uwx0cFBq .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-u4Uwx0cFBq .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4Uwx0cFBq .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4Uwx0cFBq .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4Uwx0cFBq .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4Uwx0cFBq div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-u4UxacFvSE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u4UxacFvSE .row {
  flex-direction: row-reverse;
}
.cid-u4UxacFvSE .image-wrapper {
  padding: 0 2rem;
}
.cid-u4UxacFvSE .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-u4UxacFvSE .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-u4UxacFvSE .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-u4UxacFvSE .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-u4UxacFvSE .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-u4UxacFvSE .text-wrapper,
  .cid-u4UxacFvSE .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4UxacFvSE .text-wrapper,
  .cid-u4UxacFvSE .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-u4UxacFvSE .text-wrapper,
  .cid-u4UxacFvSE .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-u4UxacFvSE .text-wrapper,
  .cid-u4UxacFvSE .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-u4UxacFvSE .text-wrapper,
  .cid-u4UxacFvSE .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-u4UxacFvSE .content {
    text-align: center;
  }
}
.cid-u4UxacFvSE .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-u4UxacFvSE .mbr-card-title {
    text-align: start;
  }
}
.cid-u4UxacFvSE .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-u4UxacFvSE .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-u4UxacFvSE .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-u4UxacFvSE .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-u4UxacFvSE .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-u4UxacFvSE .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-u4UxacFvSE .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-u4UxacFvSE .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-u4UxacFvSE .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-u4UxacFvSE .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-u4UxacFvSE .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-u4UxacFvSE .nutrition-wrap {
    width: 100%;
  }
}
.cid-u4UxacFvSE .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-u4UxacFvSE .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-u4UxacFvSE .tile-text-wrap {
  display: flex;
}
.cid-u4UxacFvSE svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-u4UxacFvSE svg path {
  fill: #cd8ad1;
}
.cid-u4UxacFvSE .numbers {
  display: flex;
  align-self: center;
}
.cid-u4UxacFvSE .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-u4UxacFvSE .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-u4UxacFvSE .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-u4UxacFvSE .mbr-tile-text {
    text-align: start;
  }
}
.cid-u4UxacFvSE .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u4UxacFvSE .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-u4UxacFvSE .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-u4UxacFvSE .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-u4UxacFvSE .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-u4UxacFvSE .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4UxacFvSE .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4UxacFvSE .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4UxacFvSE .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4UxacFvSE div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-u4UxbvkOTK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u4UxbvkOTK .row {
  flex-direction: row-reverse;
}
.cid-u4UxbvkOTK .image-wrapper {
  padding: 0 2rem;
}
.cid-u4UxbvkOTK .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-u4UxbvkOTK .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-u4UxbvkOTK .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-u4UxbvkOTK .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-u4UxbvkOTK .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-u4UxbvkOTK .text-wrapper,
  .cid-u4UxbvkOTK .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4UxbvkOTK .text-wrapper,
  .cid-u4UxbvkOTK .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-u4UxbvkOTK .text-wrapper,
  .cid-u4UxbvkOTK .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-u4UxbvkOTK .text-wrapper,
  .cid-u4UxbvkOTK .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-u4UxbvkOTK .text-wrapper,
  .cid-u4UxbvkOTK .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-u4UxbvkOTK .content {
    text-align: center;
  }
}
.cid-u4UxbvkOTK .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-u4UxbvkOTK .mbr-card-title {
    text-align: start;
  }
}
.cid-u4UxbvkOTK .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-u4UxbvkOTK .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-u4UxbvkOTK .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-u4UxbvkOTK .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-u4UxbvkOTK .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-u4UxbvkOTK .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-u4UxbvkOTK .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-u4UxbvkOTK .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-u4UxbvkOTK .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-u4UxbvkOTK .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-u4UxbvkOTK .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-u4UxbvkOTK .nutrition-wrap {
    width: 100%;
  }
}
.cid-u4UxbvkOTK .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-u4UxbvkOTK .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-u4UxbvkOTK .tile-text-wrap {
  display: flex;
}
.cid-u4UxbvkOTK svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-u4UxbvkOTK svg path {
  fill: #cd8ad1;
}
.cid-u4UxbvkOTK .numbers {
  display: flex;
  align-self: center;
}
.cid-u4UxbvkOTK .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-u4UxbvkOTK .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-u4UxbvkOTK .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-u4UxbvkOTK .mbr-tile-text {
    text-align: start;
  }
}
.cid-u4UxbvkOTK .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u4UxbvkOTK .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-u4UxbvkOTK .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-u4UxbvkOTK .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-u4UxbvkOTK .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-u4UxbvkOTK .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4UxbvkOTK .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4UxbvkOTK .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4UxbvkOTK .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4UxbvkOTK div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-u4UxcuEjXn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u4UxcuEjXn .row {
  flex-direction: row-reverse;
}
.cid-u4UxcuEjXn .image-wrapper {
  padding: 0 2rem;
}
.cid-u4UxcuEjXn .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-u4UxcuEjXn .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-u4UxcuEjXn .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-u4UxcuEjXn .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-u4UxcuEjXn .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-u4UxcuEjXn .text-wrapper,
  .cid-u4UxcuEjXn .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4UxcuEjXn .text-wrapper,
  .cid-u4UxcuEjXn .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-u4UxcuEjXn .text-wrapper,
  .cid-u4UxcuEjXn .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-u4UxcuEjXn .text-wrapper,
  .cid-u4UxcuEjXn .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-u4UxcuEjXn .text-wrapper,
  .cid-u4UxcuEjXn .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-u4UxcuEjXn .content {
    text-align: center;
  }
}
.cid-u4UxcuEjXn .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-u4UxcuEjXn .mbr-card-title {
    text-align: start;
  }
}
.cid-u4UxcuEjXn .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-u4UxcuEjXn .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-u4UxcuEjXn .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-u4UxcuEjXn .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-u4UxcuEjXn .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-u4UxcuEjXn .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-u4UxcuEjXn .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-u4UxcuEjXn .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-u4UxcuEjXn .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-u4UxcuEjXn .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-u4UxcuEjXn .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-u4UxcuEjXn .nutrition-wrap {
    width: 100%;
  }
}
.cid-u4UxcuEjXn .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-u4UxcuEjXn .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-u4UxcuEjXn .tile-text-wrap {
  display: flex;
}
.cid-u4UxcuEjXn svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-u4UxcuEjXn svg path {
  fill: #cd8ad1;
}
.cid-u4UxcuEjXn .numbers {
  display: flex;
  align-self: center;
}
.cid-u4UxcuEjXn .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-u4UxcuEjXn .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-u4UxcuEjXn .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-u4UxcuEjXn .mbr-tile-text {
    text-align: start;
  }
}
.cid-u4UxcuEjXn .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u4UxcuEjXn .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-u4UxcuEjXn .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-u4UxcuEjXn .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-u4UxcuEjXn .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-u4UxcuEjXn .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4UxcuEjXn .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4UxcuEjXn .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4UxcuEjXn .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4UxcuEjXn div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-u4UzjdcaYx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u4UzjdcaYx .row {
  flex-direction: row-reverse;
}
.cid-u4UzjdcaYx .image-wrapper {
  padding: 0 2rem;
}
.cid-u4UzjdcaYx .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-u4UzjdcaYx .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-u4UzjdcaYx .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-u4UzjdcaYx .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-u4UzjdcaYx .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-u4UzjdcaYx .text-wrapper,
  .cid-u4UzjdcaYx .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4UzjdcaYx .text-wrapper,
  .cid-u4UzjdcaYx .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-u4UzjdcaYx .text-wrapper,
  .cid-u4UzjdcaYx .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-u4UzjdcaYx .text-wrapper,
  .cid-u4UzjdcaYx .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-u4UzjdcaYx .text-wrapper,
  .cid-u4UzjdcaYx .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-u4UzjdcaYx .content {
    text-align: center;
  }
}
.cid-u4UzjdcaYx .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-u4UzjdcaYx .mbr-card-title {
    text-align: start;
  }
}
.cid-u4UzjdcaYx .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-u4UzjdcaYx .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-u4UzjdcaYx .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-u4UzjdcaYx .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-u4UzjdcaYx .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-u4UzjdcaYx .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-u4UzjdcaYx .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-u4UzjdcaYx .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-u4UzjdcaYx .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-u4UzjdcaYx .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-u4UzjdcaYx .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-u4UzjdcaYx .nutrition-wrap {
    width: 100%;
  }
}
.cid-u4UzjdcaYx .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-u4UzjdcaYx .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-u4UzjdcaYx .tile-text-wrap {
  display: flex;
}
.cid-u4UzjdcaYx svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-u4UzjdcaYx svg path {
  fill: #cd8ad1;
}
.cid-u4UzjdcaYx .numbers {
  display: flex;
  align-self: center;
}
.cid-u4UzjdcaYx .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-u4UzjdcaYx .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-u4UzjdcaYx .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-u4UzjdcaYx .mbr-tile-text {
    text-align: start;
  }
}
.cid-u4UzjdcaYx .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u4UzjdcaYx .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-u4UzjdcaYx .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-u4UzjdcaYx .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-u4UzjdcaYx .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-u4UzjdcaYx .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4UzjdcaYx .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4UzjdcaYx .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4UzjdcaYx .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4UzjdcaYx div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-u4UAWByfXu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u4UAWByfXu .row {
  flex-direction: row-reverse;
}
.cid-u4UAWByfXu .image-wrapper {
  padding: 0 2rem;
}
.cid-u4UAWByfXu .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-u4UAWByfXu .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-u4UAWByfXu .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-u4UAWByfXu .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-u4UAWByfXu .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-u4UAWByfXu .text-wrapper,
  .cid-u4UAWByfXu .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4UAWByfXu .text-wrapper,
  .cid-u4UAWByfXu .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-u4UAWByfXu .text-wrapper,
  .cid-u4UAWByfXu .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-u4UAWByfXu .text-wrapper,
  .cid-u4UAWByfXu .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-u4UAWByfXu .text-wrapper,
  .cid-u4UAWByfXu .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-u4UAWByfXu .content {
    text-align: center;
  }
}
.cid-u4UAWByfXu .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-u4UAWByfXu .mbr-card-title {
    text-align: start;
  }
}
.cid-u4UAWByfXu .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-u4UAWByfXu .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-u4UAWByfXu .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-u4UAWByfXu .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-u4UAWByfXu .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-u4UAWByfXu .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-u4UAWByfXu .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-u4UAWByfXu .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-u4UAWByfXu .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-u4UAWByfXu .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-u4UAWByfXu .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-u4UAWByfXu .nutrition-wrap {
    width: 100%;
  }
}
.cid-u4UAWByfXu .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-u4UAWByfXu .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-u4UAWByfXu .tile-text-wrap {
  display: flex;
}
.cid-u4UAWByfXu svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-u4UAWByfXu svg path {
  fill: #cd8ad1;
}
.cid-u4UAWByfXu .numbers {
  display: flex;
  align-self: center;
}
.cid-u4UAWByfXu .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-u4UAWByfXu .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-u4UAWByfXu .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-u4UAWByfXu .mbr-tile-text {
    text-align: start;
  }
}
.cid-u4UAWByfXu .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u4UAWByfXu .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-u4UAWByfXu .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-u4UAWByfXu .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-u4UAWByfXu .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-u4UAWByfXu .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4UAWByfXu .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4UAWByfXu .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4UAWByfXu .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4UAWByfXu div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-u4UBI5wA1H {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u4UBI5wA1H .row {
  flex-direction: row-reverse;
}
.cid-u4UBI5wA1H .image-wrapper {
  padding: 0 2rem;
}
.cid-u4UBI5wA1H .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-u4UBI5wA1H .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-u4UBI5wA1H .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-u4UBI5wA1H .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-u4UBI5wA1H .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-u4UBI5wA1H .text-wrapper,
  .cid-u4UBI5wA1H .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4UBI5wA1H .text-wrapper,
  .cid-u4UBI5wA1H .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-u4UBI5wA1H .text-wrapper,
  .cid-u4UBI5wA1H .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-u4UBI5wA1H .text-wrapper,
  .cid-u4UBI5wA1H .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-u4UBI5wA1H .text-wrapper,
  .cid-u4UBI5wA1H .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-u4UBI5wA1H .content {
    text-align: center;
  }
}
.cid-u4UBI5wA1H .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-u4UBI5wA1H .mbr-card-title {
    text-align: start;
  }
}
.cid-u4UBI5wA1H .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-u4UBI5wA1H .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-u4UBI5wA1H .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-u4UBI5wA1H .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-u4UBI5wA1H .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-u4UBI5wA1H .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-u4UBI5wA1H .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-u4UBI5wA1H .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-u4UBI5wA1H .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-u4UBI5wA1H .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-u4UBI5wA1H .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-u4UBI5wA1H .nutrition-wrap {
    width: 100%;
  }
}
.cid-u4UBI5wA1H .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-u4UBI5wA1H .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-u4UBI5wA1H .tile-text-wrap {
  display: flex;
}
.cid-u4UBI5wA1H svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-u4UBI5wA1H svg path {
  fill: #cd8ad1;
}
.cid-u4UBI5wA1H .numbers {
  display: flex;
  align-self: center;
}
.cid-u4UBI5wA1H .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-u4UBI5wA1H .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-u4UBI5wA1H .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-u4UBI5wA1H .mbr-tile-text {
    text-align: start;
  }
}
.cid-u4UBI5wA1H .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u4UBI5wA1H .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-u4UBI5wA1H .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-u4UBI5wA1H .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-u4UBI5wA1H .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-u4UBI5wA1H .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4UBI5wA1H .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4UBI5wA1H .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4UBI5wA1H .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4UBI5wA1H div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-u4UBIR70eK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u4UBIR70eK .row {
  flex-direction: row-reverse;
}
.cid-u4UBIR70eK .image-wrapper {
  padding: 0 2rem;
}
.cid-u4UBIR70eK .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-u4UBIR70eK .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-u4UBIR70eK .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-u4UBIR70eK .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-u4UBIR70eK .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-u4UBIR70eK .text-wrapper,
  .cid-u4UBIR70eK .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4UBIR70eK .text-wrapper,
  .cid-u4UBIR70eK .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-u4UBIR70eK .text-wrapper,
  .cid-u4UBIR70eK .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-u4UBIR70eK .text-wrapper,
  .cid-u4UBIR70eK .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-u4UBIR70eK .text-wrapper,
  .cid-u4UBIR70eK .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-u4UBIR70eK .content {
    text-align: center;
  }
}
.cid-u4UBIR70eK .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-u4UBIR70eK .mbr-card-title {
    text-align: start;
  }
}
.cid-u4UBIR70eK .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-u4UBIR70eK .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-u4UBIR70eK .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-u4UBIR70eK .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-u4UBIR70eK .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-u4UBIR70eK .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-u4UBIR70eK .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-u4UBIR70eK .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-u4UBIR70eK .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-u4UBIR70eK .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-u4UBIR70eK .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-u4UBIR70eK .nutrition-wrap {
    width: 100%;
  }
}
.cid-u4UBIR70eK .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-u4UBIR70eK .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-u4UBIR70eK .tile-text-wrap {
  display: flex;
}
.cid-u4UBIR70eK svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-u4UBIR70eK svg path {
  fill: #cd8ad1;
}
.cid-u4UBIR70eK .numbers {
  display: flex;
  align-self: center;
}
.cid-u4UBIR70eK .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-u4UBIR70eK .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-u4UBIR70eK .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-u4UBIR70eK .mbr-tile-text {
    text-align: start;
  }
}
.cid-u4UBIR70eK .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u4UBIR70eK .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-u4UBIR70eK .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-u4UBIR70eK .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-u4UBIR70eK .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-u4UBIR70eK .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4UBIR70eK .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4UBIR70eK .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4UBIR70eK .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4UBIR70eK div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-u4UDtZqDJL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u4UDtZqDJL .row {
  flex-direction: row-reverse;
}
.cid-u4UDtZqDJL .image-wrapper {
  padding: 0 2rem;
}
.cid-u4UDtZqDJL .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-u4UDtZqDJL .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-u4UDtZqDJL .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-u4UDtZqDJL .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-u4UDtZqDJL .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-u4UDtZqDJL .text-wrapper,
  .cid-u4UDtZqDJL .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4UDtZqDJL .text-wrapper,
  .cid-u4UDtZqDJL .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-u4UDtZqDJL .text-wrapper,
  .cid-u4UDtZqDJL .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-u4UDtZqDJL .text-wrapper,
  .cid-u4UDtZqDJL .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-u4UDtZqDJL .text-wrapper,
  .cid-u4UDtZqDJL .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-u4UDtZqDJL .content {
    text-align: center;
  }
}
.cid-u4UDtZqDJL .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-u4UDtZqDJL .mbr-card-title {
    text-align: start;
  }
}
.cid-u4UDtZqDJL .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-u4UDtZqDJL .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-u4UDtZqDJL .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-u4UDtZqDJL .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-u4UDtZqDJL .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-u4UDtZqDJL .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-u4UDtZqDJL .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-u4UDtZqDJL .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-u4UDtZqDJL .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-u4UDtZqDJL .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-u4UDtZqDJL .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-u4UDtZqDJL .nutrition-wrap {
    width: 100%;
  }
}
.cid-u4UDtZqDJL .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-u4UDtZqDJL .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-u4UDtZqDJL .tile-text-wrap {
  display: flex;
}
.cid-u4UDtZqDJL svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-u4UDtZqDJL svg path {
  fill: #cd8ad1;
}
.cid-u4UDtZqDJL .numbers {
  display: flex;
  align-self: center;
}
.cid-u4UDtZqDJL .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-u4UDtZqDJL .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-u4UDtZqDJL .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-u4UDtZqDJL .mbr-tile-text {
    text-align: start;
  }
}
.cid-u4UDtZqDJL .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u4UDtZqDJL .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-u4UDtZqDJL .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-u4UDtZqDJL .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-u4UDtZqDJL .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-u4UDtZqDJL .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4UDtZqDJL .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4UDtZqDJL .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4UDtZqDJL .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4UDtZqDJL div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-u4UDuBzYrS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u4UDuBzYrS .row {
  flex-direction: row-reverse;
}
.cid-u4UDuBzYrS .image-wrapper {
  padding: 0 2rem;
}
.cid-u4UDuBzYrS .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-u4UDuBzYrS .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-u4UDuBzYrS .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-u4UDuBzYrS .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-u4UDuBzYrS .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-u4UDuBzYrS .text-wrapper,
  .cid-u4UDuBzYrS .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4UDuBzYrS .text-wrapper,
  .cid-u4UDuBzYrS .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-u4UDuBzYrS .text-wrapper,
  .cid-u4UDuBzYrS .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-u4UDuBzYrS .text-wrapper,
  .cid-u4UDuBzYrS .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-u4UDuBzYrS .text-wrapper,
  .cid-u4UDuBzYrS .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-u4UDuBzYrS .content {
    text-align: center;
  }
}
.cid-u4UDuBzYrS .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-u4UDuBzYrS .mbr-card-title {
    text-align: start;
  }
}
.cid-u4UDuBzYrS .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-u4UDuBzYrS .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-u4UDuBzYrS .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-u4UDuBzYrS .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-u4UDuBzYrS .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-u4UDuBzYrS .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-u4UDuBzYrS .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-u4UDuBzYrS .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-u4UDuBzYrS .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-u4UDuBzYrS .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-u4UDuBzYrS .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-u4UDuBzYrS .nutrition-wrap {
    width: 100%;
  }
}
.cid-u4UDuBzYrS .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-u4UDuBzYrS .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-u4UDuBzYrS .tile-text-wrap {
  display: flex;
}
.cid-u4UDuBzYrS svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-u4UDuBzYrS svg path {
  fill: #cd8ad1;
}
.cid-u4UDuBzYrS .numbers {
  display: flex;
  align-self: center;
}
.cid-u4UDuBzYrS .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-u4UDuBzYrS .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-u4UDuBzYrS .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-u4UDuBzYrS .mbr-tile-text {
    text-align: start;
  }
}
.cid-u4UDuBzYrS .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u4UDuBzYrS .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-u4UDuBzYrS .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-u4UDuBzYrS .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-u4UDuBzYrS .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-u4UDuBzYrS .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4UDuBzYrS .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4UDuBzYrS .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4UDuBzYrS .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4UDuBzYrS div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-u4UGsET7tp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u4UGsET7tp .row {
  flex-direction: row-reverse;
}
.cid-u4UGsET7tp .image-wrapper {
  padding: 0 2rem;
}
.cid-u4UGsET7tp .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-u4UGsET7tp .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-u4UGsET7tp .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-u4UGsET7tp .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-u4UGsET7tp .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-u4UGsET7tp .text-wrapper,
  .cid-u4UGsET7tp .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4UGsET7tp .text-wrapper,
  .cid-u4UGsET7tp .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-u4UGsET7tp .text-wrapper,
  .cid-u4UGsET7tp .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-u4UGsET7tp .text-wrapper,
  .cid-u4UGsET7tp .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-u4UGsET7tp .text-wrapper,
  .cid-u4UGsET7tp .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-u4UGsET7tp .content {
    text-align: center;
  }
}
.cid-u4UGsET7tp .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-u4UGsET7tp .mbr-card-title {
    text-align: start;
  }
}
.cid-u4UGsET7tp .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-u4UGsET7tp .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-u4UGsET7tp .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-u4UGsET7tp .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-u4UGsET7tp .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-u4UGsET7tp .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-u4UGsET7tp .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-u4UGsET7tp .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-u4UGsET7tp .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-u4UGsET7tp .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-u4UGsET7tp .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-u4UGsET7tp .nutrition-wrap {
    width: 100%;
  }
}
.cid-u4UGsET7tp .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-u4UGsET7tp .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-u4UGsET7tp .tile-text-wrap {
  display: flex;
}
.cid-u4UGsET7tp svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-u4UGsET7tp svg path {
  fill: #cd8ad1;
}
.cid-u4UGsET7tp .numbers {
  display: flex;
  align-self: center;
}
.cid-u4UGsET7tp .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-u4UGsET7tp .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-u4UGsET7tp .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-u4UGsET7tp .mbr-tile-text {
    text-align: start;
  }
}
.cid-u4UGsET7tp .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u4UGsET7tp .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-u4UGsET7tp .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-u4UGsET7tp .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-u4UGsET7tp .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-u4UGsET7tp .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4UGsET7tp .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4UGsET7tp .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4UGsET7tp .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4UGsET7tp div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-u4UGs6gEqs {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u4UGs6gEqs .row {
  flex-direction: row-reverse;
}
.cid-u4UGs6gEqs .image-wrapper {
  padding: 0 2rem;
}
.cid-u4UGs6gEqs .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-u4UGs6gEqs .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-u4UGs6gEqs .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-u4UGs6gEqs .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-u4UGs6gEqs .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-u4UGs6gEqs .text-wrapper,
  .cid-u4UGs6gEqs .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4UGs6gEqs .text-wrapper,
  .cid-u4UGs6gEqs .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-u4UGs6gEqs .text-wrapper,
  .cid-u4UGs6gEqs .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-u4UGs6gEqs .text-wrapper,
  .cid-u4UGs6gEqs .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-u4UGs6gEqs .text-wrapper,
  .cid-u4UGs6gEqs .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-u4UGs6gEqs .content {
    text-align: center;
  }
}
.cid-u4UGs6gEqs .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-u4UGs6gEqs .mbr-card-title {
    text-align: start;
  }
}
.cid-u4UGs6gEqs .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-u4UGs6gEqs .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-u4UGs6gEqs .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-u4UGs6gEqs .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-u4UGs6gEqs .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-u4UGs6gEqs .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-u4UGs6gEqs .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-u4UGs6gEqs .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-u4UGs6gEqs .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-u4UGs6gEqs .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-u4UGs6gEqs .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-u4UGs6gEqs .nutrition-wrap {
    width: 100%;
  }
}
.cid-u4UGs6gEqs .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-u4UGs6gEqs .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-u4UGs6gEqs .tile-text-wrap {
  display: flex;
}
.cid-u4UGs6gEqs svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-u4UGs6gEqs svg path {
  fill: #cd8ad1;
}
.cid-u4UGs6gEqs .numbers {
  display: flex;
  align-self: center;
}
.cid-u4UGs6gEqs .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-u4UGs6gEqs .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-u4UGs6gEqs .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-u4UGs6gEqs .mbr-tile-text {
    text-align: start;
  }
}
.cid-u4UGs6gEqs .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u4UGs6gEqs .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-u4UGs6gEqs .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-u4UGs6gEqs .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-u4UGs6gEqs .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-u4UGs6gEqs .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4UGs6gEqs .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4UGs6gEqs .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4UGs6gEqs .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4UGs6gEqs div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-u4UHYtU72q {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u4UHYtU72q .row {
  flex-direction: row-reverse;
}
.cid-u4UHYtU72q .image-wrapper {
  padding: 0 2rem;
}
.cid-u4UHYtU72q .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-u4UHYtU72q .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-u4UHYtU72q .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-u4UHYtU72q .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-u4UHYtU72q .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-u4UHYtU72q .text-wrapper,
  .cid-u4UHYtU72q .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4UHYtU72q .text-wrapper,
  .cid-u4UHYtU72q .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-u4UHYtU72q .text-wrapper,
  .cid-u4UHYtU72q .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-u4UHYtU72q .text-wrapper,
  .cid-u4UHYtU72q .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-u4UHYtU72q .text-wrapper,
  .cid-u4UHYtU72q .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-u4UHYtU72q .content {
    text-align: center;
  }
}
.cid-u4UHYtU72q .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-u4UHYtU72q .mbr-card-title {
    text-align: start;
  }
}
.cid-u4UHYtU72q .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-u4UHYtU72q .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-u4UHYtU72q .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-u4UHYtU72q .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-u4UHYtU72q .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-u4UHYtU72q .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-u4UHYtU72q .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-u4UHYtU72q .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-u4UHYtU72q .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-u4UHYtU72q .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-u4UHYtU72q .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-u4UHYtU72q .nutrition-wrap {
    width: 100%;
  }
}
.cid-u4UHYtU72q .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-u4UHYtU72q .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-u4UHYtU72q .tile-text-wrap {
  display: flex;
}
.cid-u4UHYtU72q svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-u4UHYtU72q svg path {
  fill: #cd8ad1;
}
.cid-u4UHYtU72q .numbers {
  display: flex;
  align-self: center;
}
.cid-u4UHYtU72q .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-u4UHYtU72q .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-u4UHYtU72q .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-u4UHYtU72q .mbr-tile-text {
    text-align: start;
  }
}
.cid-u4UHYtU72q .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u4UHYtU72q .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-u4UHYtU72q .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-u4UHYtU72q .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-u4UHYtU72q .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-u4UHYtU72q .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4UHYtU72q .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4UHYtU72q .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4UHYtU72q .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4UHYtU72q div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-u4UIHG1wYm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u4UIHG1wYm .row {
  flex-direction: row-reverse;
}
.cid-u4UIHG1wYm .image-wrapper {
  padding: 0 2rem;
}
.cid-u4UIHG1wYm .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-u4UIHG1wYm .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-u4UIHG1wYm .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-u4UIHG1wYm .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-u4UIHG1wYm .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-u4UIHG1wYm .text-wrapper,
  .cid-u4UIHG1wYm .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4UIHG1wYm .text-wrapper,
  .cid-u4UIHG1wYm .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-u4UIHG1wYm .text-wrapper,
  .cid-u4UIHG1wYm .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-u4UIHG1wYm .text-wrapper,
  .cid-u4UIHG1wYm .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-u4UIHG1wYm .text-wrapper,
  .cid-u4UIHG1wYm .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-u4UIHG1wYm .content {
    text-align: center;
  }
}
.cid-u4UIHG1wYm .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-u4UIHG1wYm .mbr-card-title {
    text-align: start;
  }
}
.cid-u4UIHG1wYm .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-u4UIHG1wYm .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-u4UIHG1wYm .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-u4UIHG1wYm .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-u4UIHG1wYm .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-u4UIHG1wYm .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-u4UIHG1wYm .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-u4UIHG1wYm .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-u4UIHG1wYm .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-u4UIHG1wYm .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-u4UIHG1wYm .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-u4UIHG1wYm .nutrition-wrap {
    width: 100%;
  }
}
.cid-u4UIHG1wYm .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-u4UIHG1wYm .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-u4UIHG1wYm .tile-text-wrap {
  display: flex;
}
.cid-u4UIHG1wYm svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-u4UIHG1wYm svg path {
  fill: #cd8ad1;
}
.cid-u4UIHG1wYm .numbers {
  display: flex;
  align-self: center;
}
.cid-u4UIHG1wYm .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-u4UIHG1wYm .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-u4UIHG1wYm .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-u4UIHG1wYm .mbr-tile-text {
    text-align: start;
  }
}
.cid-u4UIHG1wYm .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u4UIHG1wYm .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-u4UIHG1wYm .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-u4UIHG1wYm .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-u4UIHG1wYm .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-u4UIHG1wYm .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4UIHG1wYm .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4UIHG1wYm .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4UIHG1wYm .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4UIHG1wYm div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-u4UNCzssSB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u4UNCzssSB .row {
  flex-direction: row-reverse;
}
.cid-u4UNCzssSB .image-wrapper {
  padding: 0 2rem;
}
.cid-u4UNCzssSB .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-u4UNCzssSB .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-u4UNCzssSB .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-u4UNCzssSB .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-u4UNCzssSB .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-u4UNCzssSB .text-wrapper,
  .cid-u4UNCzssSB .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4UNCzssSB .text-wrapper,
  .cid-u4UNCzssSB .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-u4UNCzssSB .text-wrapper,
  .cid-u4UNCzssSB .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-u4UNCzssSB .text-wrapper,
  .cid-u4UNCzssSB .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-u4UNCzssSB .text-wrapper,
  .cid-u4UNCzssSB .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-u4UNCzssSB .content {
    text-align: center;
  }
}
.cid-u4UNCzssSB .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-u4UNCzssSB .mbr-card-title {
    text-align: start;
  }
}
.cid-u4UNCzssSB .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-u4UNCzssSB .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-u4UNCzssSB .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-u4UNCzssSB .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-u4UNCzssSB .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-u4UNCzssSB .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-u4UNCzssSB .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-u4UNCzssSB .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-u4UNCzssSB .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-u4UNCzssSB .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-u4UNCzssSB .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-u4UNCzssSB .nutrition-wrap {
    width: 100%;
  }
}
.cid-u4UNCzssSB .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-u4UNCzssSB .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-u4UNCzssSB .tile-text-wrap {
  display: flex;
}
.cid-u4UNCzssSB svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-u4UNCzssSB svg path {
  fill: #cd8ad1;
}
.cid-u4UNCzssSB .numbers {
  display: flex;
  align-self: center;
}
.cid-u4UNCzssSB .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-u4UNCzssSB .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-u4UNCzssSB .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-u4UNCzssSB .mbr-tile-text {
    text-align: start;
  }
}
.cid-u4UNCzssSB .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u4UNCzssSB .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-u4UNCzssSB .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-u4UNCzssSB .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-u4UNCzssSB .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-u4UNCzssSB .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4UNCzssSB .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4UNCzssSB .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4UNCzssSB .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4UNCzssSB div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-u4UNDwTzbF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u4UNDwTzbF .row {
  flex-direction: row-reverse;
}
.cid-u4UNDwTzbF .image-wrapper {
  padding: 0 2rem;
}
.cid-u4UNDwTzbF .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-u4UNDwTzbF .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-u4UNDwTzbF .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-u4UNDwTzbF .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-u4UNDwTzbF .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-u4UNDwTzbF .text-wrapper,
  .cid-u4UNDwTzbF .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4UNDwTzbF .text-wrapper,
  .cid-u4UNDwTzbF .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-u4UNDwTzbF .text-wrapper,
  .cid-u4UNDwTzbF .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-u4UNDwTzbF .text-wrapper,
  .cid-u4UNDwTzbF .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-u4UNDwTzbF .text-wrapper,
  .cid-u4UNDwTzbF .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-u4UNDwTzbF .content {
    text-align: center;
  }
}
.cid-u4UNDwTzbF .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-u4UNDwTzbF .mbr-card-title {
    text-align: start;
  }
}
.cid-u4UNDwTzbF .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-u4UNDwTzbF .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-u4UNDwTzbF .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-u4UNDwTzbF .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-u4UNDwTzbF .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-u4UNDwTzbF .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-u4UNDwTzbF .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-u4UNDwTzbF .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-u4UNDwTzbF .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-u4UNDwTzbF .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-u4UNDwTzbF .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-u4UNDwTzbF .nutrition-wrap {
    width: 100%;
  }
}
.cid-u4UNDwTzbF .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-u4UNDwTzbF .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-u4UNDwTzbF .tile-text-wrap {
  display: flex;
}
.cid-u4UNDwTzbF svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-u4UNDwTzbF svg path {
  fill: #cd8ad1;
}
.cid-u4UNDwTzbF .numbers {
  display: flex;
  align-self: center;
}
.cid-u4UNDwTzbF .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-u4UNDwTzbF .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-u4UNDwTzbF .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-u4UNDwTzbF .mbr-tile-text {
    text-align: start;
  }
}
.cid-u4UNDwTzbF .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u4UNDwTzbF .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-u4UNDwTzbF .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-u4UNDwTzbF .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-u4UNDwTzbF .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-u4UNDwTzbF .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4UNDwTzbF .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4UNDwTzbF .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4UNDwTzbF .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4UNDwTzbF div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-u4UP1WHApF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u4UP1WHApF .row {
  flex-direction: row-reverse;
}
.cid-u4UP1WHApF .image-wrapper {
  padding: 0 2rem;
}
.cid-u4UP1WHApF .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-u4UP1WHApF .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-u4UP1WHApF .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-u4UP1WHApF .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-u4UP1WHApF .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-u4UP1WHApF .text-wrapper,
  .cid-u4UP1WHApF .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4UP1WHApF .text-wrapper,
  .cid-u4UP1WHApF .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-u4UP1WHApF .text-wrapper,
  .cid-u4UP1WHApF .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-u4UP1WHApF .text-wrapper,
  .cid-u4UP1WHApF .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-u4UP1WHApF .text-wrapper,
  .cid-u4UP1WHApF .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-u4UP1WHApF .content {
    text-align: center;
  }
}
.cid-u4UP1WHApF .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-u4UP1WHApF .mbr-card-title {
    text-align: start;
  }
}
.cid-u4UP1WHApF .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-u4UP1WHApF .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-u4UP1WHApF .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-u4UP1WHApF .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-u4UP1WHApF .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-u4UP1WHApF .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-u4UP1WHApF .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-u4UP1WHApF .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-u4UP1WHApF .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-u4UP1WHApF .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-u4UP1WHApF .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-u4UP1WHApF .nutrition-wrap {
    width: 100%;
  }
}
.cid-u4UP1WHApF .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-u4UP1WHApF .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-u4UP1WHApF .tile-text-wrap {
  display: flex;
}
.cid-u4UP1WHApF svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-u4UP1WHApF svg path {
  fill: #cd8ad1;
}
.cid-u4UP1WHApF .numbers {
  display: flex;
  align-self: center;
}
.cid-u4UP1WHApF .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-u4UP1WHApF .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-u4UP1WHApF .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-u4UP1WHApF .mbr-tile-text {
    text-align: start;
  }
}
.cid-u4UP1WHApF .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u4UP1WHApF .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-u4UP1WHApF .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-u4UP1WHApF .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-u4UP1WHApF .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-u4UP1WHApF .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4UP1WHApF .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4UP1WHApF .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4UP1WHApF .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4UP1WHApF div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-u4USj8Xqxn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u4USj8Xqxn .row {
  flex-direction: row-reverse;
}
.cid-u4USj8Xqxn .image-wrapper {
  padding: 0 2rem;
}
.cid-u4USj8Xqxn .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-u4USj8Xqxn .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-u4USj8Xqxn .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-u4USj8Xqxn .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-u4USj8Xqxn .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-u4USj8Xqxn .text-wrapper,
  .cid-u4USj8Xqxn .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4USj8Xqxn .text-wrapper,
  .cid-u4USj8Xqxn .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-u4USj8Xqxn .text-wrapper,
  .cid-u4USj8Xqxn .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-u4USj8Xqxn .text-wrapper,
  .cid-u4USj8Xqxn .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-u4USj8Xqxn .text-wrapper,
  .cid-u4USj8Xqxn .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-u4USj8Xqxn .content {
    text-align: center;
  }
}
.cid-u4USj8Xqxn .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-u4USj8Xqxn .mbr-card-title {
    text-align: start;
  }
}
.cid-u4USj8Xqxn .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-u4USj8Xqxn .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-u4USj8Xqxn .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-u4USj8Xqxn .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-u4USj8Xqxn .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-u4USj8Xqxn .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-u4USj8Xqxn .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-u4USj8Xqxn .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-u4USj8Xqxn .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-u4USj8Xqxn .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-u4USj8Xqxn .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-u4USj8Xqxn .nutrition-wrap {
    width: 100%;
  }
}
.cid-u4USj8Xqxn .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-u4USj8Xqxn .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-u4USj8Xqxn .tile-text-wrap {
  display: flex;
}
.cid-u4USj8Xqxn svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-u4USj8Xqxn svg path {
  fill: #cd8ad1;
}
.cid-u4USj8Xqxn .numbers {
  display: flex;
  align-self: center;
}
.cid-u4USj8Xqxn .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-u4USj8Xqxn .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-u4USj8Xqxn .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-u4USj8Xqxn .mbr-tile-text {
    text-align: start;
  }
}
.cid-u4USj8Xqxn .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u4USj8Xqxn .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-u4USj8Xqxn .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-u4USj8Xqxn .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-u4USj8Xqxn .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-u4USj8Xqxn .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4USj8Xqxn .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4USj8Xqxn .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4USj8Xqxn .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4USj8Xqxn div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-u4USkq5FHT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u4USkq5FHT .row {
  flex-direction: row-reverse;
}
.cid-u4USkq5FHT .image-wrapper {
  padding: 0 2rem;
}
.cid-u4USkq5FHT .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-u4USkq5FHT .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-u4USkq5FHT .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-u4USkq5FHT .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-u4USkq5FHT .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-u4USkq5FHT .text-wrapper,
  .cid-u4USkq5FHT .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4USkq5FHT .text-wrapper,
  .cid-u4USkq5FHT .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-u4USkq5FHT .text-wrapper,
  .cid-u4USkq5FHT .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-u4USkq5FHT .text-wrapper,
  .cid-u4USkq5FHT .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-u4USkq5FHT .text-wrapper,
  .cid-u4USkq5FHT .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-u4USkq5FHT .content {
    text-align: center;
  }
}
.cid-u4USkq5FHT .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-u4USkq5FHT .mbr-card-title {
    text-align: start;
  }
}
.cid-u4USkq5FHT .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-u4USkq5FHT .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-u4USkq5FHT .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-u4USkq5FHT .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-u4USkq5FHT .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-u4USkq5FHT .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-u4USkq5FHT .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-u4USkq5FHT .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-u4USkq5FHT .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-u4USkq5FHT .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-u4USkq5FHT .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-u4USkq5FHT .nutrition-wrap {
    width: 100%;
  }
}
.cid-u4USkq5FHT .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-u4USkq5FHT .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-u4USkq5FHT .tile-text-wrap {
  display: flex;
}
.cid-u4USkq5FHT svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-u4USkq5FHT svg path {
  fill: #cd8ad1;
}
.cid-u4USkq5FHT .numbers {
  display: flex;
  align-self: center;
}
.cid-u4USkq5FHT .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-u4USkq5FHT .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-u4USkq5FHT .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-u4USkq5FHT .mbr-tile-text {
    text-align: start;
  }
}
.cid-u4USkq5FHT .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u4USkq5FHT .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-u4USkq5FHT .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-u4USkq5FHT .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-u4USkq5FHT .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-u4USkq5FHT .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4USkq5FHT .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4USkq5FHT .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4USkq5FHT .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4USkq5FHT div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-u4UUjoWsfO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u4UUjoWsfO .row {
  flex-direction: row-reverse;
}
.cid-u4UUjoWsfO .image-wrapper {
  padding: 0 2rem;
}
.cid-u4UUjoWsfO .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-u4UUjoWsfO .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-u4UUjoWsfO .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-u4UUjoWsfO .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-u4UUjoWsfO .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-u4UUjoWsfO .text-wrapper,
  .cid-u4UUjoWsfO .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4UUjoWsfO .text-wrapper,
  .cid-u4UUjoWsfO .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-u4UUjoWsfO .text-wrapper,
  .cid-u4UUjoWsfO .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-u4UUjoWsfO .text-wrapper,
  .cid-u4UUjoWsfO .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-u4UUjoWsfO .text-wrapper,
  .cid-u4UUjoWsfO .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-u4UUjoWsfO .content {
    text-align: center;
  }
}
.cid-u4UUjoWsfO .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-u4UUjoWsfO .mbr-card-title {
    text-align: start;
  }
}
.cid-u4UUjoWsfO .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-u4UUjoWsfO .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-u4UUjoWsfO .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-u4UUjoWsfO .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-u4UUjoWsfO .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-u4UUjoWsfO .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-u4UUjoWsfO .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-u4UUjoWsfO .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-u4UUjoWsfO .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-u4UUjoWsfO .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-u4UUjoWsfO .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-u4UUjoWsfO .nutrition-wrap {
    width: 100%;
  }
}
.cid-u4UUjoWsfO .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-u4UUjoWsfO .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-u4UUjoWsfO .tile-text-wrap {
  display: flex;
}
.cid-u4UUjoWsfO svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-u4UUjoWsfO svg path {
  fill: #cd8ad1;
}
.cid-u4UUjoWsfO .numbers {
  display: flex;
  align-self: center;
}
.cid-u4UUjoWsfO .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-u4UUjoWsfO .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-u4UUjoWsfO .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-u4UUjoWsfO .mbr-tile-text {
    text-align: start;
  }
}
.cid-u4UUjoWsfO .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u4UUjoWsfO .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-u4UUjoWsfO .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-u4UUjoWsfO .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-u4UUjoWsfO .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-u4UUjoWsfO .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4UUjoWsfO .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4UUjoWsfO .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4UUjoWsfO .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4UUjoWsfO div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-u4UUksYPxb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u4UUksYPxb .row {
  flex-direction: row-reverse;
}
.cid-u4UUksYPxb .image-wrapper {
  padding: 0 2rem;
}
.cid-u4UUksYPxb .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-u4UUksYPxb .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-u4UUksYPxb .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-u4UUksYPxb .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-u4UUksYPxb .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-u4UUksYPxb .text-wrapper,
  .cid-u4UUksYPxb .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4UUksYPxb .text-wrapper,
  .cid-u4UUksYPxb .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-u4UUksYPxb .text-wrapper,
  .cid-u4UUksYPxb .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-u4UUksYPxb .text-wrapper,
  .cid-u4UUksYPxb .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-u4UUksYPxb .text-wrapper,
  .cid-u4UUksYPxb .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-u4UUksYPxb .content {
    text-align: center;
  }
}
.cid-u4UUksYPxb .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-u4UUksYPxb .mbr-card-title {
    text-align: start;
  }
}
.cid-u4UUksYPxb .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-u4UUksYPxb .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-u4UUksYPxb .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-u4UUksYPxb .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-u4UUksYPxb .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-u4UUksYPxb .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-u4UUksYPxb .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-u4UUksYPxb .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-u4UUksYPxb .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-u4UUksYPxb .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-u4UUksYPxb .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-u4UUksYPxb .nutrition-wrap {
    width: 100%;
  }
}
.cid-u4UUksYPxb .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-u4UUksYPxb .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-u4UUksYPxb .tile-text-wrap {
  display: flex;
}
.cid-u4UUksYPxb svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-u4UUksYPxb svg path {
  fill: #cd8ad1;
}
.cid-u4UUksYPxb .numbers {
  display: flex;
  align-self: center;
}
.cid-u4UUksYPxb .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-u4UUksYPxb .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-u4UUksYPxb .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-u4UUksYPxb .mbr-tile-text {
    text-align: start;
  }
}
.cid-u4UUksYPxb .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u4UUksYPxb .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-u4UUksYPxb .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-u4UUksYPxb .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-u4UUksYPxb .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-u4UUksYPxb .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4UUksYPxb .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4UUksYPxb .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4UUksYPxb .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4UUksYPxb div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-u4UUqWiMpt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u4UUqWiMpt .row {
  flex-direction: row-reverse;
}
.cid-u4UUqWiMpt .image-wrapper {
  padding: 0 2rem;
}
.cid-u4UUqWiMpt .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-u4UUqWiMpt .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-u4UUqWiMpt .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-u4UUqWiMpt .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-u4UUqWiMpt .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-u4UUqWiMpt .text-wrapper,
  .cid-u4UUqWiMpt .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4UUqWiMpt .text-wrapper,
  .cid-u4UUqWiMpt .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-u4UUqWiMpt .text-wrapper,
  .cid-u4UUqWiMpt .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-u4UUqWiMpt .text-wrapper,
  .cid-u4UUqWiMpt .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-u4UUqWiMpt .text-wrapper,
  .cid-u4UUqWiMpt .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-u4UUqWiMpt .content {
    text-align: center;
  }
}
.cid-u4UUqWiMpt .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-u4UUqWiMpt .mbr-card-title {
    text-align: start;
  }
}
.cid-u4UUqWiMpt .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-u4UUqWiMpt .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-u4UUqWiMpt .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-u4UUqWiMpt .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-u4UUqWiMpt .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-u4UUqWiMpt .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-u4UUqWiMpt .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-u4UUqWiMpt .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-u4UUqWiMpt .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-u4UUqWiMpt .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-u4UUqWiMpt .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-u4UUqWiMpt .nutrition-wrap {
    width: 100%;
  }
}
.cid-u4UUqWiMpt .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-u4UUqWiMpt .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-u4UUqWiMpt .tile-text-wrap {
  display: flex;
}
.cid-u4UUqWiMpt svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-u4UUqWiMpt svg path {
  fill: #cd8ad1;
}
.cid-u4UUqWiMpt .numbers {
  display: flex;
  align-self: center;
}
.cid-u4UUqWiMpt .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-u4UUqWiMpt .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-u4UUqWiMpt .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-u4UUqWiMpt .mbr-tile-text {
    text-align: start;
  }
}
.cid-u4UUqWiMpt .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u4UUqWiMpt .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-u4UUqWiMpt .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-u4UUqWiMpt .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-u4UUqWiMpt .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-u4UUqWiMpt .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4UUqWiMpt .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4UUqWiMpt .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4UUqWiMpt .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4UUqWiMpt div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-u4UUs4zspC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u4UUs4zspC .row {
  flex-direction: row-reverse;
}
.cid-u4UUs4zspC .image-wrapper {
  padding: 0 2rem;
}
.cid-u4UUs4zspC .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-u4UUs4zspC .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-u4UUs4zspC .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-u4UUs4zspC .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-u4UUs4zspC .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-u4UUs4zspC .text-wrapper,
  .cid-u4UUs4zspC .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4UUs4zspC .text-wrapper,
  .cid-u4UUs4zspC .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-u4UUs4zspC .text-wrapper,
  .cid-u4UUs4zspC .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-u4UUs4zspC .text-wrapper,
  .cid-u4UUs4zspC .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-u4UUs4zspC .text-wrapper,
  .cid-u4UUs4zspC .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-u4UUs4zspC .content {
    text-align: center;
  }
}
.cid-u4UUs4zspC .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-u4UUs4zspC .mbr-card-title {
    text-align: start;
  }
}
.cid-u4UUs4zspC .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-u4UUs4zspC .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-u4UUs4zspC .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-u4UUs4zspC .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-u4UUs4zspC .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-u4UUs4zspC .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-u4UUs4zspC .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-u4UUs4zspC .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-u4UUs4zspC .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-u4UUs4zspC .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-u4UUs4zspC .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-u4UUs4zspC .nutrition-wrap {
    width: 100%;
  }
}
.cid-u4UUs4zspC .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-u4UUs4zspC .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-u4UUs4zspC .tile-text-wrap {
  display: flex;
}
.cid-u4UUs4zspC svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-u4UUs4zspC svg path {
  fill: #cd8ad1;
}
.cid-u4UUs4zspC .numbers {
  display: flex;
  align-self: center;
}
.cid-u4UUs4zspC .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-u4UUs4zspC .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-u4UUs4zspC .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-u4UUs4zspC .mbr-tile-text {
    text-align: start;
  }
}
.cid-u4UUs4zspC .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u4UUs4zspC .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-u4UUs4zspC .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-u4UUs4zspC .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-u4UUs4zspC .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-u4UUs4zspC .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4UUs4zspC .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4UUs4zspC .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4UUs4zspC .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4UUs4zspC div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-u4UUsHLuUk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u4UUsHLuUk .row {
  flex-direction: row-reverse;
}
.cid-u4UUsHLuUk .image-wrapper {
  padding: 0 2rem;
}
.cid-u4UUsHLuUk .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-u4UUsHLuUk .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-u4UUsHLuUk .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-u4UUsHLuUk .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-u4UUsHLuUk .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-u4UUsHLuUk .text-wrapper,
  .cid-u4UUsHLuUk .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4UUsHLuUk .text-wrapper,
  .cid-u4UUsHLuUk .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-u4UUsHLuUk .text-wrapper,
  .cid-u4UUsHLuUk .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-u4UUsHLuUk .text-wrapper,
  .cid-u4UUsHLuUk .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-u4UUsHLuUk .text-wrapper,
  .cid-u4UUsHLuUk .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-u4UUsHLuUk .content {
    text-align: center;
  }
}
.cid-u4UUsHLuUk .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-u4UUsHLuUk .mbr-card-title {
    text-align: start;
  }
}
.cid-u4UUsHLuUk .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-u4UUsHLuUk .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-u4UUsHLuUk .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-u4UUsHLuUk .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-u4UUsHLuUk .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-u4UUsHLuUk .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-u4UUsHLuUk .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-u4UUsHLuUk .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-u4UUsHLuUk .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-u4UUsHLuUk .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-u4UUsHLuUk .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-u4UUsHLuUk .nutrition-wrap {
    width: 100%;
  }
}
.cid-u4UUsHLuUk .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-u4UUsHLuUk .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-u4UUsHLuUk .tile-text-wrap {
  display: flex;
}
.cid-u4UUsHLuUk svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-u4UUsHLuUk svg path {
  fill: #cd8ad1;
}
.cid-u4UUsHLuUk .numbers {
  display: flex;
  align-self: center;
}
.cid-u4UUsHLuUk .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-u4UUsHLuUk .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-u4UUsHLuUk .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-u4UUsHLuUk .mbr-tile-text {
    text-align: start;
  }
}
.cid-u4UUsHLuUk .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u4UUsHLuUk .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-u4UUsHLuUk .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-u4UUsHLuUk .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-u4UUsHLuUk .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-u4UUsHLuUk .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4UUsHLuUk .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4UUsHLuUk .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4UUsHLuUk .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4UUsHLuUk div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-u4UUtcWiVK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u4UUtcWiVK .row {
  flex-direction: row-reverse;
}
.cid-u4UUtcWiVK .image-wrapper {
  padding: 0 2rem;
}
.cid-u4UUtcWiVK .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-u4UUtcWiVK .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-u4UUtcWiVK .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-u4UUtcWiVK .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-u4UUtcWiVK .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-u4UUtcWiVK .text-wrapper,
  .cid-u4UUtcWiVK .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4UUtcWiVK .text-wrapper,
  .cid-u4UUtcWiVK .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-u4UUtcWiVK .text-wrapper,
  .cid-u4UUtcWiVK .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-u4UUtcWiVK .text-wrapper,
  .cid-u4UUtcWiVK .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-u4UUtcWiVK .text-wrapper,
  .cid-u4UUtcWiVK .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-u4UUtcWiVK .content {
    text-align: center;
  }
}
.cid-u4UUtcWiVK .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-u4UUtcWiVK .mbr-card-title {
    text-align: start;
  }
}
.cid-u4UUtcWiVK .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-u4UUtcWiVK .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-u4UUtcWiVK .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-u4UUtcWiVK .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-u4UUtcWiVK .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-u4UUtcWiVK .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-u4UUtcWiVK .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-u4UUtcWiVK .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-u4UUtcWiVK .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-u4UUtcWiVK .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-u4UUtcWiVK .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-u4UUtcWiVK .nutrition-wrap {
    width: 100%;
  }
}
.cid-u4UUtcWiVK .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-u4UUtcWiVK .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-u4UUtcWiVK .tile-text-wrap {
  display: flex;
}
.cid-u4UUtcWiVK svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-u4UUtcWiVK svg path {
  fill: #cd8ad1;
}
.cid-u4UUtcWiVK .numbers {
  display: flex;
  align-self: center;
}
.cid-u4UUtcWiVK .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-u4UUtcWiVK .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-u4UUtcWiVK .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-u4UUtcWiVK .mbr-tile-text {
    text-align: start;
  }
}
.cid-u4UUtcWiVK .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u4UUtcWiVK .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-u4UUtcWiVK .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-u4UUtcWiVK .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-u4UUtcWiVK .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-u4UUtcWiVK .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4UUtcWiVK .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4UUtcWiVK .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4UUtcWiVK .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4UUtcWiVK div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-u4UUtFMh5j {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u4UUtFMh5j .row {
  flex-direction: row-reverse;
}
.cid-u4UUtFMh5j .image-wrapper {
  padding: 0 2rem;
}
.cid-u4UUtFMh5j .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-u4UUtFMh5j .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-u4UUtFMh5j .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-u4UUtFMh5j .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-u4UUtFMh5j .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-u4UUtFMh5j .text-wrapper,
  .cid-u4UUtFMh5j .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4UUtFMh5j .text-wrapper,
  .cid-u4UUtFMh5j .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-u4UUtFMh5j .text-wrapper,
  .cid-u4UUtFMh5j .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-u4UUtFMh5j .text-wrapper,
  .cid-u4UUtFMh5j .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-u4UUtFMh5j .text-wrapper,
  .cid-u4UUtFMh5j .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-u4UUtFMh5j .content {
    text-align: center;
  }
}
.cid-u4UUtFMh5j .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-u4UUtFMh5j .mbr-card-title {
    text-align: start;
  }
}
.cid-u4UUtFMh5j .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-u4UUtFMh5j .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-u4UUtFMh5j .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-u4UUtFMh5j .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-u4UUtFMh5j .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-u4UUtFMh5j .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-u4UUtFMh5j .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-u4UUtFMh5j .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-u4UUtFMh5j .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-u4UUtFMh5j .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-u4UUtFMh5j .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-u4UUtFMh5j .nutrition-wrap {
    width: 100%;
  }
}
.cid-u4UUtFMh5j .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-u4UUtFMh5j .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-u4UUtFMh5j .tile-text-wrap {
  display: flex;
}
.cid-u4UUtFMh5j svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-u4UUtFMh5j svg path {
  fill: #cd8ad1;
}
.cid-u4UUtFMh5j .numbers {
  display: flex;
  align-self: center;
}
.cid-u4UUtFMh5j .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-u4UUtFMh5j .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-u4UUtFMh5j .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-u4UUtFMh5j .mbr-tile-text {
    text-align: start;
  }
}
.cid-u4UUtFMh5j .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u4UUtFMh5j .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-u4UUtFMh5j .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-u4UUtFMh5j .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-u4UUtFMh5j .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-u4UUtFMh5j .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4UUtFMh5j .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4UUtFMh5j .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4UUtFMh5j .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4UUtFMh5j div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-u4UUukYMIi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u4UUukYMIi .row {
  flex-direction: row-reverse;
}
.cid-u4UUukYMIi .image-wrapper {
  padding: 0 2rem;
}
.cid-u4UUukYMIi .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-u4UUukYMIi .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-u4UUukYMIi .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-u4UUukYMIi .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-u4UUukYMIi .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-u4UUukYMIi .text-wrapper,
  .cid-u4UUukYMIi .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4UUukYMIi .text-wrapper,
  .cid-u4UUukYMIi .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-u4UUukYMIi .text-wrapper,
  .cid-u4UUukYMIi .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-u4UUukYMIi .text-wrapper,
  .cid-u4UUukYMIi .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-u4UUukYMIi .text-wrapper,
  .cid-u4UUukYMIi .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-u4UUukYMIi .content {
    text-align: center;
  }
}
.cid-u4UUukYMIi .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-u4UUukYMIi .mbr-card-title {
    text-align: start;
  }
}
.cid-u4UUukYMIi .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-u4UUukYMIi .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-u4UUukYMIi .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-u4UUukYMIi .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-u4UUukYMIi .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-u4UUukYMIi .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-u4UUukYMIi .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-u4UUukYMIi .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-u4UUukYMIi .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-u4UUukYMIi .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-u4UUukYMIi .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-u4UUukYMIi .nutrition-wrap {
    width: 100%;
  }
}
.cid-u4UUukYMIi .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-u4UUukYMIi .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-u4UUukYMIi .tile-text-wrap {
  display: flex;
}
.cid-u4UUukYMIi svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-u4UUukYMIi svg path {
  fill: #cd8ad1;
}
.cid-u4UUukYMIi .numbers {
  display: flex;
  align-self: center;
}
.cid-u4UUukYMIi .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-u4UUukYMIi .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-u4UUukYMIi .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-u4UUukYMIi .mbr-tile-text {
    text-align: start;
  }
}
.cid-u4UUukYMIi .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u4UUukYMIi .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-u4UUukYMIi .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-u4UUukYMIi .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-u4UUukYMIi .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-u4UUukYMIi .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4UUukYMIi .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4UUukYMIi .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4UUukYMIi .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4UUukYMIi div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-u4UUyti48c {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u4UUyti48c .row {
  flex-direction: row-reverse;
}
.cid-u4UUyti48c .image-wrapper {
  padding: 0 2rem;
}
.cid-u4UUyti48c .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-u4UUyti48c .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-u4UUyti48c .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-u4UUyti48c .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-u4UUyti48c .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-u4UUyti48c .text-wrapper,
  .cid-u4UUyti48c .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4UUyti48c .text-wrapper,
  .cid-u4UUyti48c .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-u4UUyti48c .text-wrapper,
  .cid-u4UUyti48c .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-u4UUyti48c .text-wrapper,
  .cid-u4UUyti48c .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-u4UUyti48c .text-wrapper,
  .cid-u4UUyti48c .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-u4UUyti48c .content {
    text-align: center;
  }
}
.cid-u4UUyti48c .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-u4UUyti48c .mbr-card-title {
    text-align: start;
  }
}
.cid-u4UUyti48c .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-u4UUyti48c .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-u4UUyti48c .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-u4UUyti48c .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-u4UUyti48c .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-u4UUyti48c .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-u4UUyti48c .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-u4UUyti48c .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-u4UUyti48c .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-u4UUyti48c .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-u4UUyti48c .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-u4UUyti48c .nutrition-wrap {
    width: 100%;
  }
}
.cid-u4UUyti48c .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-u4UUyti48c .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-u4UUyti48c .tile-text-wrap {
  display: flex;
}
.cid-u4UUyti48c svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-u4UUyti48c svg path {
  fill: #cd8ad1;
}
.cid-u4UUyti48c .numbers {
  display: flex;
  align-self: center;
}
.cid-u4UUyti48c .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-u4UUyti48c .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-u4UUyti48c .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-u4UUyti48c .mbr-tile-text {
    text-align: start;
  }
}
.cid-u4UUyti48c .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u4UUyti48c .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-u4UUyti48c .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-u4UUyti48c .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-u4UUyti48c .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-u4UUyti48c .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4UUyti48c .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4UUyti48c .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4UUyti48c .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4UUyti48c div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-u4UUEEvJ5a {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u4UUEEvJ5a .row {
  flex-direction: row-reverse;
}
.cid-u4UUEEvJ5a .image-wrapper {
  padding: 0 2rem;
}
.cid-u4UUEEvJ5a .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-u4UUEEvJ5a .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-u4UUEEvJ5a .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-u4UUEEvJ5a .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-u4UUEEvJ5a .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-u4UUEEvJ5a .text-wrapper,
  .cid-u4UUEEvJ5a .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4UUEEvJ5a .text-wrapper,
  .cid-u4UUEEvJ5a .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-u4UUEEvJ5a .text-wrapper,
  .cid-u4UUEEvJ5a .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-u4UUEEvJ5a .text-wrapper,
  .cid-u4UUEEvJ5a .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-u4UUEEvJ5a .text-wrapper,
  .cid-u4UUEEvJ5a .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-u4UUEEvJ5a .content {
    text-align: center;
  }
}
.cid-u4UUEEvJ5a .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-u4UUEEvJ5a .mbr-card-title {
    text-align: start;
  }
}
.cid-u4UUEEvJ5a .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-u4UUEEvJ5a .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-u4UUEEvJ5a .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-u4UUEEvJ5a .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-u4UUEEvJ5a .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-u4UUEEvJ5a .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-u4UUEEvJ5a .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-u4UUEEvJ5a .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-u4UUEEvJ5a .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-u4UUEEvJ5a .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-u4UUEEvJ5a .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-u4UUEEvJ5a .nutrition-wrap {
    width: 100%;
  }
}
.cid-u4UUEEvJ5a .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-u4UUEEvJ5a .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-u4UUEEvJ5a .tile-text-wrap {
  display: flex;
}
.cid-u4UUEEvJ5a svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-u4UUEEvJ5a svg path {
  fill: #cd8ad1;
}
.cid-u4UUEEvJ5a .numbers {
  display: flex;
  align-self: center;
}
.cid-u4UUEEvJ5a .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-u4UUEEvJ5a .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-u4UUEEvJ5a .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-u4UUEEvJ5a .mbr-tile-text {
    text-align: start;
  }
}
.cid-u4UUEEvJ5a .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u4UUEEvJ5a .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-u4UUEEvJ5a .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-u4UUEEvJ5a .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-u4UUEEvJ5a .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-u4UUEEvJ5a .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4UUEEvJ5a .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4UUEEvJ5a .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4UUEEvJ5a .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4UUEEvJ5a div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-u4V9NcQ1kb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u4V9NcQ1kb .row {
  flex-direction: row-reverse;
}
.cid-u4V9NcQ1kb .image-wrapper {
  padding: 0 2rem;
}
.cid-u4V9NcQ1kb .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-u4V9NcQ1kb .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-u4V9NcQ1kb .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-u4V9NcQ1kb .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-u4V9NcQ1kb .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-u4V9NcQ1kb .text-wrapper,
  .cid-u4V9NcQ1kb .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4V9NcQ1kb .text-wrapper,
  .cid-u4V9NcQ1kb .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-u4V9NcQ1kb .text-wrapper,
  .cid-u4V9NcQ1kb .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-u4V9NcQ1kb .text-wrapper,
  .cid-u4V9NcQ1kb .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-u4V9NcQ1kb .text-wrapper,
  .cid-u4V9NcQ1kb .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-u4V9NcQ1kb .content {
    text-align: center;
  }
}
.cid-u4V9NcQ1kb .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-u4V9NcQ1kb .mbr-card-title {
    text-align: start;
  }
}
.cid-u4V9NcQ1kb .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-u4V9NcQ1kb .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-u4V9NcQ1kb .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-u4V9NcQ1kb .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-u4V9NcQ1kb .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-u4V9NcQ1kb .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-u4V9NcQ1kb .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-u4V9NcQ1kb .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-u4V9NcQ1kb .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-u4V9NcQ1kb .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-u4V9NcQ1kb .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-u4V9NcQ1kb .nutrition-wrap {
    width: 100%;
  }
}
.cid-u4V9NcQ1kb .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-u4V9NcQ1kb .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-u4V9NcQ1kb .tile-text-wrap {
  display: flex;
}
.cid-u4V9NcQ1kb svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-u4V9NcQ1kb svg path {
  fill: #cd8ad1;
}
.cid-u4V9NcQ1kb .numbers {
  display: flex;
  align-self: center;
}
.cid-u4V9NcQ1kb .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-u4V9NcQ1kb .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-u4V9NcQ1kb .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-u4V9NcQ1kb .mbr-tile-text {
    text-align: start;
  }
}
.cid-u4V9NcQ1kb .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u4V9NcQ1kb .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-u4V9NcQ1kb .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-u4V9NcQ1kb .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-u4V9NcQ1kb .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-u4V9NcQ1kb .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4V9NcQ1kb .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4V9NcQ1kb .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4V9NcQ1kb .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4V9NcQ1kb div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-u4V9O2xTsA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u4V9O2xTsA .row {
  flex-direction: row-reverse;
}
.cid-u4V9O2xTsA .image-wrapper {
  padding: 0 2rem;
}
.cid-u4V9O2xTsA .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-u4V9O2xTsA .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-u4V9O2xTsA .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-u4V9O2xTsA .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-u4V9O2xTsA .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-u4V9O2xTsA .text-wrapper,
  .cid-u4V9O2xTsA .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4V9O2xTsA .text-wrapper,
  .cid-u4V9O2xTsA .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-u4V9O2xTsA .text-wrapper,
  .cid-u4V9O2xTsA .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-u4V9O2xTsA .text-wrapper,
  .cid-u4V9O2xTsA .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-u4V9O2xTsA .text-wrapper,
  .cid-u4V9O2xTsA .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-u4V9O2xTsA .content {
    text-align: center;
  }
}
.cid-u4V9O2xTsA .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-u4V9O2xTsA .mbr-card-title {
    text-align: start;
  }
}
.cid-u4V9O2xTsA .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-u4V9O2xTsA .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-u4V9O2xTsA .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-u4V9O2xTsA .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-u4V9O2xTsA .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-u4V9O2xTsA .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-u4V9O2xTsA .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-u4V9O2xTsA .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-u4V9O2xTsA .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-u4V9O2xTsA .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-u4V9O2xTsA .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-u4V9O2xTsA .nutrition-wrap {
    width: 100%;
  }
}
.cid-u4V9O2xTsA .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-u4V9O2xTsA .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-u4V9O2xTsA .tile-text-wrap {
  display: flex;
}
.cid-u4V9O2xTsA svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-u4V9O2xTsA svg path {
  fill: #cd8ad1;
}
.cid-u4V9O2xTsA .numbers {
  display: flex;
  align-self: center;
}
.cid-u4V9O2xTsA .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-u4V9O2xTsA .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-u4V9O2xTsA .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-u4V9O2xTsA .mbr-tile-text {
    text-align: start;
  }
}
.cid-u4V9O2xTsA .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u4V9O2xTsA .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-u4V9O2xTsA .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-u4V9O2xTsA .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-u4V9O2xTsA .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-u4V9O2xTsA .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4V9O2xTsA .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4V9O2xTsA .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4V9O2xTsA .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4V9O2xTsA div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-u4V9OIqNHY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u4V9OIqNHY .row {
  flex-direction: row-reverse;
}
.cid-u4V9OIqNHY .image-wrapper {
  padding: 0 2rem;
}
.cid-u4V9OIqNHY .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-u4V9OIqNHY .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-u4V9OIqNHY .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-u4V9OIqNHY .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-u4V9OIqNHY .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-u4V9OIqNHY .text-wrapper,
  .cid-u4V9OIqNHY .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4V9OIqNHY .text-wrapper,
  .cid-u4V9OIqNHY .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-u4V9OIqNHY .text-wrapper,
  .cid-u4V9OIqNHY .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-u4V9OIqNHY .text-wrapper,
  .cid-u4V9OIqNHY .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-u4V9OIqNHY .text-wrapper,
  .cid-u4V9OIqNHY .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-u4V9OIqNHY .content {
    text-align: center;
  }
}
.cid-u4V9OIqNHY .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-u4V9OIqNHY .mbr-card-title {
    text-align: start;
  }
}
.cid-u4V9OIqNHY .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-u4V9OIqNHY .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-u4V9OIqNHY .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-u4V9OIqNHY .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-u4V9OIqNHY .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-u4V9OIqNHY .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-u4V9OIqNHY .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-u4V9OIqNHY .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-u4V9OIqNHY .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-u4V9OIqNHY .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-u4V9OIqNHY .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-u4V9OIqNHY .nutrition-wrap {
    width: 100%;
  }
}
.cid-u4V9OIqNHY .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-u4V9OIqNHY .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-u4V9OIqNHY .tile-text-wrap {
  display: flex;
}
.cid-u4V9OIqNHY svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-u4V9OIqNHY svg path {
  fill: #cd8ad1;
}
.cid-u4V9OIqNHY .numbers {
  display: flex;
  align-self: center;
}
.cid-u4V9OIqNHY .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-u4V9OIqNHY .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-u4V9OIqNHY .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-u4V9OIqNHY .mbr-tile-text {
    text-align: start;
  }
}
.cid-u4V9OIqNHY .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u4V9OIqNHY .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-u4V9OIqNHY .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-u4V9OIqNHY .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-u4V9OIqNHY .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-u4V9OIqNHY .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4V9OIqNHY .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4V9OIqNHY .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4V9OIqNHY .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4V9OIqNHY div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-u4V9PFYIif {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u4V9PFYIif .row {
  flex-direction: row-reverse;
}
.cid-u4V9PFYIif .image-wrapper {
  padding: 0 2rem;
}
.cid-u4V9PFYIif .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-u4V9PFYIif .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-u4V9PFYIif .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-u4V9PFYIif .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-u4V9PFYIif .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-u4V9PFYIif .text-wrapper,
  .cid-u4V9PFYIif .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4V9PFYIif .text-wrapper,
  .cid-u4V9PFYIif .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-u4V9PFYIif .text-wrapper,
  .cid-u4V9PFYIif .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-u4V9PFYIif .text-wrapper,
  .cid-u4V9PFYIif .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-u4V9PFYIif .text-wrapper,
  .cid-u4V9PFYIif .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-u4V9PFYIif .content {
    text-align: center;
  }
}
.cid-u4V9PFYIif .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-u4V9PFYIif .mbr-card-title {
    text-align: start;
  }
}
.cid-u4V9PFYIif .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-u4V9PFYIif .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-u4V9PFYIif .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-u4V9PFYIif .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-u4V9PFYIif .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-u4V9PFYIif .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-u4V9PFYIif .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-u4V9PFYIif .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-u4V9PFYIif .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-u4V9PFYIif .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-u4V9PFYIif .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-u4V9PFYIif .nutrition-wrap {
    width: 100%;
  }
}
.cid-u4V9PFYIif .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-u4V9PFYIif .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-u4V9PFYIif .tile-text-wrap {
  display: flex;
}
.cid-u4V9PFYIif svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-u4V9PFYIif svg path {
  fill: #cd8ad1;
}
.cid-u4V9PFYIif .numbers {
  display: flex;
  align-self: center;
}
.cid-u4V9PFYIif .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-u4V9PFYIif .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-u4V9PFYIif .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-u4V9PFYIif .mbr-tile-text {
    text-align: start;
  }
}
.cid-u4V9PFYIif .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u4V9PFYIif .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-u4V9PFYIif .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-u4V9PFYIif .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-u4V9PFYIif .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-u4V9PFYIif .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4V9PFYIif .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4V9PFYIif .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4V9PFYIif .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4V9PFYIif div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-u4V9Q82RBk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u4V9Q82RBk .row {
  flex-direction: row-reverse;
}
.cid-u4V9Q82RBk .image-wrapper {
  padding: 0 2rem;
}
.cid-u4V9Q82RBk .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-u4V9Q82RBk .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-u4V9Q82RBk .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-u4V9Q82RBk .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-u4V9Q82RBk .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-u4V9Q82RBk .text-wrapper,
  .cid-u4V9Q82RBk .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4V9Q82RBk .text-wrapper,
  .cid-u4V9Q82RBk .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-u4V9Q82RBk .text-wrapper,
  .cid-u4V9Q82RBk .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-u4V9Q82RBk .text-wrapper,
  .cid-u4V9Q82RBk .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-u4V9Q82RBk .text-wrapper,
  .cid-u4V9Q82RBk .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-u4V9Q82RBk .content {
    text-align: center;
  }
}
.cid-u4V9Q82RBk .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-u4V9Q82RBk .mbr-card-title {
    text-align: start;
  }
}
.cid-u4V9Q82RBk .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-u4V9Q82RBk .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-u4V9Q82RBk .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-u4V9Q82RBk .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-u4V9Q82RBk .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-u4V9Q82RBk .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-u4V9Q82RBk .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-u4V9Q82RBk .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-u4V9Q82RBk .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-u4V9Q82RBk .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-u4V9Q82RBk .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-u4V9Q82RBk .nutrition-wrap {
    width: 100%;
  }
}
.cid-u4V9Q82RBk .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-u4V9Q82RBk .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-u4V9Q82RBk .tile-text-wrap {
  display: flex;
}
.cid-u4V9Q82RBk svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-u4V9Q82RBk svg path {
  fill: #cd8ad1;
}
.cid-u4V9Q82RBk .numbers {
  display: flex;
  align-self: center;
}
.cid-u4V9Q82RBk .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-u4V9Q82RBk .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-u4V9Q82RBk .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-u4V9Q82RBk .mbr-tile-text {
    text-align: start;
  }
}
.cid-u4V9Q82RBk .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u4V9Q82RBk .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-u4V9Q82RBk .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-u4V9Q82RBk .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-u4V9Q82RBk .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-u4V9Q82RBk .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4V9Q82RBk .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4V9Q82RBk .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4V9Q82RBk .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4V9Q82RBk div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-u4V9Qz5huX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u4V9Qz5huX .row {
  flex-direction: row-reverse;
}
.cid-u4V9Qz5huX .image-wrapper {
  padding: 0 2rem;
}
.cid-u4V9Qz5huX .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-u4V9Qz5huX .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-u4V9Qz5huX .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-u4V9Qz5huX .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-u4V9Qz5huX .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-u4V9Qz5huX .text-wrapper,
  .cid-u4V9Qz5huX .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4V9Qz5huX .text-wrapper,
  .cid-u4V9Qz5huX .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-u4V9Qz5huX .text-wrapper,
  .cid-u4V9Qz5huX .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-u4V9Qz5huX .text-wrapper,
  .cid-u4V9Qz5huX .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-u4V9Qz5huX .text-wrapper,
  .cid-u4V9Qz5huX .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-u4V9Qz5huX .content {
    text-align: center;
  }
}
.cid-u4V9Qz5huX .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-u4V9Qz5huX .mbr-card-title {
    text-align: start;
  }
}
.cid-u4V9Qz5huX .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-u4V9Qz5huX .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-u4V9Qz5huX .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-u4V9Qz5huX .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-u4V9Qz5huX .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-u4V9Qz5huX .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-u4V9Qz5huX .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-u4V9Qz5huX .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-u4V9Qz5huX .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-u4V9Qz5huX .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-u4V9Qz5huX .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-u4V9Qz5huX .nutrition-wrap {
    width: 100%;
  }
}
.cid-u4V9Qz5huX .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-u4V9Qz5huX .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-u4V9Qz5huX .tile-text-wrap {
  display: flex;
}
.cid-u4V9Qz5huX svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-u4V9Qz5huX svg path {
  fill: #cd8ad1;
}
.cid-u4V9Qz5huX .numbers {
  display: flex;
  align-self: center;
}
.cid-u4V9Qz5huX .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-u4V9Qz5huX .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-u4V9Qz5huX .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-u4V9Qz5huX .mbr-tile-text {
    text-align: start;
  }
}
.cid-u4V9Qz5huX .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u4V9Qz5huX .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-u4V9Qz5huX .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-u4V9Qz5huX .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-u4V9Qz5huX .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-u4V9Qz5huX .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4V9Qz5huX .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4V9Qz5huX .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4V9Qz5huX .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4V9Qz5huX div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-u4V9R2VwYc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u4V9R2VwYc .row {
  flex-direction: row-reverse;
}
.cid-u4V9R2VwYc .image-wrapper {
  padding: 0 2rem;
}
.cid-u4V9R2VwYc .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-u4V9R2VwYc .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-u4V9R2VwYc .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-u4V9R2VwYc .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-u4V9R2VwYc .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-u4V9R2VwYc .text-wrapper,
  .cid-u4V9R2VwYc .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4V9R2VwYc .text-wrapper,
  .cid-u4V9R2VwYc .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-u4V9R2VwYc .text-wrapper,
  .cid-u4V9R2VwYc .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-u4V9R2VwYc .text-wrapper,
  .cid-u4V9R2VwYc .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-u4V9R2VwYc .text-wrapper,
  .cid-u4V9R2VwYc .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-u4V9R2VwYc .content {
    text-align: center;
  }
}
.cid-u4V9R2VwYc .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-u4V9R2VwYc .mbr-card-title {
    text-align: start;
  }
}
.cid-u4V9R2VwYc .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-u4V9R2VwYc .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-u4V9R2VwYc .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-u4V9R2VwYc .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-u4V9R2VwYc .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-u4V9R2VwYc .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-u4V9R2VwYc .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-u4V9R2VwYc .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-u4V9R2VwYc .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-u4V9R2VwYc .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-u4V9R2VwYc .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-u4V9R2VwYc .nutrition-wrap {
    width: 100%;
  }
}
.cid-u4V9R2VwYc .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-u4V9R2VwYc .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-u4V9R2VwYc .tile-text-wrap {
  display: flex;
}
.cid-u4V9R2VwYc svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-u4V9R2VwYc svg path {
  fill: #cd8ad1;
}
.cid-u4V9R2VwYc .numbers {
  display: flex;
  align-self: center;
}
.cid-u4V9R2VwYc .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-u4V9R2VwYc .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-u4V9R2VwYc .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-u4V9R2VwYc .mbr-tile-text {
    text-align: start;
  }
}
.cid-u4V9R2VwYc .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u4V9R2VwYc .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-u4V9R2VwYc .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-u4V9R2VwYc .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-u4V9R2VwYc .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-u4V9R2VwYc .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4V9R2VwYc .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4V9R2VwYc .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4V9R2VwYc .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4V9R2VwYc div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-u4V9RtCXjt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u4V9RtCXjt .row {
  flex-direction: row-reverse;
}
.cid-u4V9RtCXjt .image-wrapper {
  padding: 0 2rem;
}
.cid-u4V9RtCXjt .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-u4V9RtCXjt .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-u4V9RtCXjt .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-u4V9RtCXjt .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-u4V9RtCXjt .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-u4V9RtCXjt .text-wrapper,
  .cid-u4V9RtCXjt .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4V9RtCXjt .text-wrapper,
  .cid-u4V9RtCXjt .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-u4V9RtCXjt .text-wrapper,
  .cid-u4V9RtCXjt .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-u4V9RtCXjt .text-wrapper,
  .cid-u4V9RtCXjt .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-u4V9RtCXjt .text-wrapper,
  .cid-u4V9RtCXjt .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-u4V9RtCXjt .content {
    text-align: center;
  }
}
.cid-u4V9RtCXjt .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-u4V9RtCXjt .mbr-card-title {
    text-align: start;
  }
}
.cid-u4V9RtCXjt .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-u4V9RtCXjt .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-u4V9RtCXjt .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-u4V9RtCXjt .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-u4V9RtCXjt .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-u4V9RtCXjt .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-u4V9RtCXjt .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-u4V9RtCXjt .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-u4V9RtCXjt .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-u4V9RtCXjt .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-u4V9RtCXjt .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-u4V9RtCXjt .nutrition-wrap {
    width: 100%;
  }
}
.cid-u4V9RtCXjt .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-u4V9RtCXjt .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-u4V9RtCXjt .tile-text-wrap {
  display: flex;
}
.cid-u4V9RtCXjt svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-u4V9RtCXjt svg path {
  fill: #cd8ad1;
}
.cid-u4V9RtCXjt .numbers {
  display: flex;
  align-self: center;
}
.cid-u4V9RtCXjt .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-u4V9RtCXjt .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-u4V9RtCXjt .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-u4V9RtCXjt .mbr-tile-text {
    text-align: start;
  }
}
.cid-u4V9RtCXjt .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u4V9RtCXjt .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-u4V9RtCXjt .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-u4V9RtCXjt .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-u4V9RtCXjt .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-u4V9RtCXjt .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4V9RtCXjt .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4V9RtCXjt .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4V9RtCXjt .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4V9RtCXjt div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-u4V9RYSFo8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u4V9RYSFo8 .row {
  flex-direction: row-reverse;
}
.cid-u4V9RYSFo8 .image-wrapper {
  padding: 0 2rem;
}
.cid-u4V9RYSFo8 .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-u4V9RYSFo8 .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-u4V9RYSFo8 .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-u4V9RYSFo8 .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-u4V9RYSFo8 .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-u4V9RYSFo8 .text-wrapper,
  .cid-u4V9RYSFo8 .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4V9RYSFo8 .text-wrapper,
  .cid-u4V9RYSFo8 .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-u4V9RYSFo8 .text-wrapper,
  .cid-u4V9RYSFo8 .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-u4V9RYSFo8 .text-wrapper,
  .cid-u4V9RYSFo8 .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-u4V9RYSFo8 .text-wrapper,
  .cid-u4V9RYSFo8 .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-u4V9RYSFo8 .content {
    text-align: center;
  }
}
.cid-u4V9RYSFo8 .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-u4V9RYSFo8 .mbr-card-title {
    text-align: start;
  }
}
.cid-u4V9RYSFo8 .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-u4V9RYSFo8 .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-u4V9RYSFo8 .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-u4V9RYSFo8 .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-u4V9RYSFo8 .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-u4V9RYSFo8 .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-u4V9RYSFo8 .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-u4V9RYSFo8 .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-u4V9RYSFo8 .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-u4V9RYSFo8 .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-u4V9RYSFo8 .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-u4V9RYSFo8 .nutrition-wrap {
    width: 100%;
  }
}
.cid-u4V9RYSFo8 .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-u4V9RYSFo8 .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-u4V9RYSFo8 .tile-text-wrap {
  display: flex;
}
.cid-u4V9RYSFo8 svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-u4V9RYSFo8 svg path {
  fill: #cd8ad1;
}
.cid-u4V9RYSFo8 .numbers {
  display: flex;
  align-self: center;
}
.cid-u4V9RYSFo8 .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-u4V9RYSFo8 .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-u4V9RYSFo8 .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-u4V9RYSFo8 .mbr-tile-text {
    text-align: start;
  }
}
.cid-u4V9RYSFo8 .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u4V9RYSFo8 .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-u4V9RYSFo8 .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-u4V9RYSFo8 .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-u4V9RYSFo8 .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-u4V9RYSFo8 .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4V9RYSFo8 .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4V9RYSFo8 .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4V9RYSFo8 .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4V9RYSFo8 div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-u4Vh1nyM9E {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u4Vh1nyM9E .row {
  flex-direction: row-reverse;
}
.cid-u4Vh1nyM9E .image-wrapper {
  padding: 0 2rem;
}
.cid-u4Vh1nyM9E .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-u4Vh1nyM9E .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-u4Vh1nyM9E .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-u4Vh1nyM9E .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-u4Vh1nyM9E .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-u4Vh1nyM9E .text-wrapper,
  .cid-u4Vh1nyM9E .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4Vh1nyM9E .text-wrapper,
  .cid-u4Vh1nyM9E .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-u4Vh1nyM9E .text-wrapper,
  .cid-u4Vh1nyM9E .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-u4Vh1nyM9E .text-wrapper,
  .cid-u4Vh1nyM9E .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-u4Vh1nyM9E .text-wrapper,
  .cid-u4Vh1nyM9E .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-u4Vh1nyM9E .content {
    text-align: center;
  }
}
.cid-u4Vh1nyM9E .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-u4Vh1nyM9E .mbr-card-title {
    text-align: start;
  }
}
.cid-u4Vh1nyM9E .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-u4Vh1nyM9E .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-u4Vh1nyM9E .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-u4Vh1nyM9E .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-u4Vh1nyM9E .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-u4Vh1nyM9E .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-u4Vh1nyM9E .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-u4Vh1nyM9E .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-u4Vh1nyM9E .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-u4Vh1nyM9E .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-u4Vh1nyM9E .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-u4Vh1nyM9E .nutrition-wrap {
    width: 100%;
  }
}
.cid-u4Vh1nyM9E .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-u4Vh1nyM9E .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-u4Vh1nyM9E .tile-text-wrap {
  display: flex;
}
.cid-u4Vh1nyM9E svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-u4Vh1nyM9E svg path {
  fill: #cd8ad1;
}
.cid-u4Vh1nyM9E .numbers {
  display: flex;
  align-self: center;
}
.cid-u4Vh1nyM9E .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-u4Vh1nyM9E .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-u4Vh1nyM9E .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-u4Vh1nyM9E .mbr-tile-text {
    text-align: start;
  }
}
.cid-u4Vh1nyM9E .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u4Vh1nyM9E .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-u4Vh1nyM9E .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-u4Vh1nyM9E .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-u4Vh1nyM9E .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-u4Vh1nyM9E .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4Vh1nyM9E .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4Vh1nyM9E .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u4Vh1nyM9E .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u4Vh1nyM9E div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-u5zBZyjExG {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-u5zBZyjExG .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-u5zBZyjExG .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-u5zBZyjExG .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-u5zBZyjExG .navbar.opened {
  transition: all 0.2s;
  background: #ffffff !important;
}
.cid-u5zBZyjExG .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-u5zBZyjExG .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-u5zBZyjExG .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-u5zBZyjExG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5zBZyjExG .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-u5zBZyjExG .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #0c5b47;
}
.cid-u5zBZyjExG .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-u5zBZyjExG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5zBZyjExG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 91.82857143vh;
  }
}
.cid-u5zBZyjExG .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-u5zBZyjExG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5zBZyjExG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5zBZyjExG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u5zBZyjExG .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-u5zBZyjExG .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-u5zBZyjExG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5zBZyjExG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-u5zBZyjExG .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-u5zBZyjExG .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-u5zBZyjExG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5zBZyjExG .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-u5zBZyjExG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5zBZyjExG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5zBZyjExG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u5zBZyjExG .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-u5zBZyjExG .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-u5zBZyjExG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5zBZyjExG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-u5zBZyjExG .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-u5zBZyjExG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-u5zBZyjExG .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u5zBZyjExG .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-u5zBZyjExG .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-u5zBZyjExG .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-u5zBZyjExG .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-u5zBZyjExG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-u5zBZyjExG .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-u5zBZyjExG .navbar-brand {
  height: 4.4rem;
  min-height: 2rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-u5zBZyjExG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5zBZyjExG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5zBZyjExG .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-u5zBZyjExG .dropdown-item.active,
.cid-u5zBZyjExG .dropdown-item:active {
  background-color: transparent;
}
.cid-u5zBZyjExG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-u5zBZyjExG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5zBZyjExG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5zBZyjExG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u5zBZyjExG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-u5zBZyjExG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5zBZyjExG ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-u5zBZyjExG .navbar-buttons {
  text-align: center;
}
.cid-u5zBZyjExG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u5zBZyjExG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-u5zBZyjExG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5zBZyjExG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-u5zBZyjExG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-u5zBZyjExG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5zBZyjExG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5zBZyjExG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-u5zBZyjExG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-u5zBZyjExG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5zBZyjExG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-u5zBZyjExG .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-u5zBZyjExG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-u5zBZyjExG .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-u5zBZyjExG .nav-link:hover,
.cid-u5zBZyjExG .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-u5zBZyjExG .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-u5zBZyjExG .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-u5zBZyjExG .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-tYpqHnASjz {
  padding-top: 4rem;
  padding-bottom: 13rem;
  background-color: #ffffff;
}
@media (max-width: 1400px) {
  .cid-tYpqHnASjz {
    padding-bottom: 10.4rem;
  }
}
@media (max-width: 992px) {
  .cid-tYpqHnASjz {
    padding-bottom: 8.45rem;
  }
}
@media (max-width: 767px) {
  .cid-tYpqHnASjz {
    padding-bottom: 5.59rem;
  }
}
.cid-tYpqHnASjz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYpqHnASjz .image-big {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50%;
  object-fit: cover;
  z-index: 0;
}
.cid-tYpqHnASjz .row {
  z-index: 1;
  position: relative;
}
.cid-tYpqHnASjz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYpqHnASjz .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tYpqHnASjz .mbr-text,
.cid-tYpqHnASjz .mbr-section-btn {
  text-align: center;
}
.cid-tYpqHnASjz .mbr-section-subtitle {
  text-align: center;
}
.cid-tYpqHpDArv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tYpqHpDArv .row {
  flex-direction: row-reverse;
}
.cid-tYpqHpDArv .image-wrapper {
  padding: 0 2rem;
}
.cid-tYpqHpDArv .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-tYpqHpDArv .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-tYpqHpDArv .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-tYpqHpDArv .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-tYpqHpDArv .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-tYpqHpDArv .text-wrapper,
  .cid-tYpqHpDArv .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYpqHpDArv .text-wrapper,
  .cid-tYpqHpDArv .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-tYpqHpDArv .text-wrapper,
  .cid-tYpqHpDArv .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-tYpqHpDArv .text-wrapper,
  .cid-tYpqHpDArv .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-tYpqHpDArv .text-wrapper,
  .cid-tYpqHpDArv .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-tYpqHpDArv .content {
    text-align: center;
  }
}
.cid-tYpqHpDArv .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-tYpqHpDArv .mbr-card-title {
    text-align: start;
  }
}
.cid-tYpqHpDArv .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-tYpqHpDArv .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-tYpqHpDArv .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-tYpqHpDArv .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-tYpqHpDArv .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-tYpqHpDArv .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-tYpqHpDArv .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-tYpqHpDArv .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-tYpqHpDArv .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-tYpqHpDArv .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-tYpqHpDArv .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-tYpqHpDArv .nutrition-wrap {
    width: 100%;
  }
}
.cid-tYpqHpDArv .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-tYpqHpDArv .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-tYpqHpDArv .tile-text-wrap {
  display: flex;
}
.cid-tYpqHpDArv svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-tYpqHpDArv svg path {
  fill: #cd8ad1;
}
.cid-tYpqHpDArv .numbers {
  display: flex;
  align-self: center;
}
.cid-tYpqHpDArv .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-tYpqHpDArv .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-tYpqHpDArv .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-tYpqHpDArv .mbr-tile-text {
    text-align: start;
  }
}
.cid-tYpqHpDArv .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tYpqHpDArv .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-tYpqHpDArv .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-tYpqHpDArv .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-tYpqHpDArv .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-tYpqHpDArv .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHpDArv .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHpDArv .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHpDArv .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYpqHpDArv div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-tYpqHqfUui {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tYpqHqfUui .image-wrapper {
  padding: 0 2rem;
}
.cid-tYpqHqfUui .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-tYpqHqfUui .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-tYpqHqfUui .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-tYpqHqfUui .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-tYpqHqfUui .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-tYpqHqfUui .text-wrapper,
  .cid-tYpqHqfUui .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYpqHqfUui .text-wrapper,
  .cid-tYpqHqfUui .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-tYpqHqfUui .text-wrapper,
  .cid-tYpqHqfUui .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-tYpqHqfUui .text-wrapper,
  .cid-tYpqHqfUui .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-tYpqHqfUui .text-wrapper,
  .cid-tYpqHqfUui .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-tYpqHqfUui .content {
    text-align: center;
  }
}
.cid-tYpqHqfUui .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-tYpqHqfUui .mbr-card-title {
    text-align: start;
  }
}
.cid-tYpqHqfUui .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-tYpqHqfUui .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-tYpqHqfUui .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-tYpqHqfUui .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-tYpqHqfUui .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-tYpqHqfUui .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-tYpqHqfUui .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-tYpqHqfUui .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-tYpqHqfUui .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-tYpqHqfUui .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-tYpqHqfUui .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-tYpqHqfUui .nutrition-wrap {
    width: 100%;
  }
}
.cid-tYpqHqfUui .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-tYpqHqfUui .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-tYpqHqfUui .tile-text-wrap {
  display: flex;
}
.cid-tYpqHqfUui svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-tYpqHqfUui svg path {
  fill: #cd8ad1;
}
.cid-tYpqHqfUui .numbers {
  display: flex;
  align-self: center;
}
.cid-tYpqHqfUui .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-tYpqHqfUui .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-tYpqHqfUui .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-tYpqHqfUui .mbr-tile-text {
    text-align: start;
  }
}
.cid-tYpqHqfUui .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tYpqHqfUui .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-tYpqHqfUui .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-tYpqHqfUui .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-tYpqHqfUui .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-tYpqHqfUui .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHqfUui .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHqfUui .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHqfUui .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYpqHqfUui div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-tYpqHqDGPj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tYpqHqDGPj .row {
  flex-direction: row-reverse;
}
.cid-tYpqHqDGPj .image-wrapper {
  padding: 0 2rem;
}
.cid-tYpqHqDGPj .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-tYpqHqDGPj .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-tYpqHqDGPj .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-tYpqHqDGPj .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-tYpqHqDGPj .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-tYpqHqDGPj .text-wrapper,
  .cid-tYpqHqDGPj .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYpqHqDGPj .text-wrapper,
  .cid-tYpqHqDGPj .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-tYpqHqDGPj .text-wrapper,
  .cid-tYpqHqDGPj .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-tYpqHqDGPj .text-wrapper,
  .cid-tYpqHqDGPj .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-tYpqHqDGPj .text-wrapper,
  .cid-tYpqHqDGPj .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-tYpqHqDGPj .content {
    text-align: center;
  }
}
.cid-tYpqHqDGPj .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-tYpqHqDGPj .mbr-card-title {
    text-align: start;
  }
}
.cid-tYpqHqDGPj .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-tYpqHqDGPj .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-tYpqHqDGPj .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-tYpqHqDGPj .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-tYpqHqDGPj .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-tYpqHqDGPj .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-tYpqHqDGPj .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-tYpqHqDGPj .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-tYpqHqDGPj .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-tYpqHqDGPj .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-tYpqHqDGPj .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-tYpqHqDGPj .nutrition-wrap {
    width: 100%;
  }
}
.cid-tYpqHqDGPj .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-tYpqHqDGPj .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-tYpqHqDGPj .tile-text-wrap {
  display: flex;
}
.cid-tYpqHqDGPj svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-tYpqHqDGPj svg path {
  fill: #cd8ad1;
}
.cid-tYpqHqDGPj .numbers {
  display: flex;
  align-self: center;
}
.cid-tYpqHqDGPj .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-tYpqHqDGPj .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-tYpqHqDGPj .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-tYpqHqDGPj .mbr-tile-text {
    text-align: start;
  }
}
.cid-tYpqHqDGPj .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tYpqHqDGPj .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-tYpqHqDGPj .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-tYpqHqDGPj .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-tYpqHqDGPj .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-tYpqHqDGPj .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHqDGPj .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHqDGPj .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHqDGPj .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYpqHqDGPj div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-tYpqHqZteH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tYpqHqZteH .image-wrapper {
  padding: 0 2rem;
}
.cid-tYpqHqZteH .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-tYpqHqZteH .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-tYpqHqZteH .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-tYpqHqZteH .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-tYpqHqZteH .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-tYpqHqZteH .text-wrapper,
  .cid-tYpqHqZteH .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYpqHqZteH .text-wrapper,
  .cid-tYpqHqZteH .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-tYpqHqZteH .text-wrapper,
  .cid-tYpqHqZteH .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-tYpqHqZteH .text-wrapper,
  .cid-tYpqHqZteH .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-tYpqHqZteH .text-wrapper,
  .cid-tYpqHqZteH .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-tYpqHqZteH .content {
    text-align: center;
  }
}
.cid-tYpqHqZteH .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-tYpqHqZteH .mbr-card-title {
    text-align: start;
  }
}
.cid-tYpqHqZteH .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-tYpqHqZteH .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-tYpqHqZteH .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-tYpqHqZteH .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-tYpqHqZteH .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-tYpqHqZteH .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-tYpqHqZteH .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-tYpqHqZteH .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-tYpqHqZteH .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-tYpqHqZteH .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-tYpqHqZteH .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-tYpqHqZteH .nutrition-wrap {
    width: 100%;
  }
}
.cid-tYpqHqZteH .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-tYpqHqZteH .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-tYpqHqZteH .tile-text-wrap {
  display: flex;
}
.cid-tYpqHqZteH svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-tYpqHqZteH svg path {
  fill: #cd8ad1;
}
.cid-tYpqHqZteH .numbers {
  display: flex;
  align-self: center;
}
.cid-tYpqHqZteH .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-tYpqHqZteH .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-tYpqHqZteH .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-tYpqHqZteH .mbr-tile-text {
    text-align: start;
  }
}
.cid-tYpqHqZteH .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tYpqHqZteH .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-tYpqHqZteH .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-tYpqHqZteH .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-tYpqHqZteH .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-tYpqHqZteH .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHqZteH .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHqZteH .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHqZteH .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYpqHqZteH div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-tYpqHrslLq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tYpqHrslLq .row {
  flex-direction: row-reverse;
}
.cid-tYpqHrslLq .image-wrapper {
  padding: 0 2rem;
}
.cid-tYpqHrslLq .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-tYpqHrslLq .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-tYpqHrslLq .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-tYpqHrslLq .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-tYpqHrslLq .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-tYpqHrslLq .text-wrapper,
  .cid-tYpqHrslLq .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYpqHrslLq .text-wrapper,
  .cid-tYpqHrslLq .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-tYpqHrslLq .text-wrapper,
  .cid-tYpqHrslLq .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-tYpqHrslLq .text-wrapper,
  .cid-tYpqHrslLq .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-tYpqHrslLq .text-wrapper,
  .cid-tYpqHrslLq .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-tYpqHrslLq .content {
    text-align: center;
  }
}
.cid-tYpqHrslLq .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-tYpqHrslLq .mbr-card-title {
    text-align: start;
  }
}
.cid-tYpqHrslLq .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-tYpqHrslLq .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-tYpqHrslLq .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-tYpqHrslLq .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-tYpqHrslLq .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-tYpqHrslLq .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-tYpqHrslLq .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-tYpqHrslLq .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-tYpqHrslLq .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-tYpqHrslLq .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-tYpqHrslLq .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-tYpqHrslLq .nutrition-wrap {
    width: 100%;
  }
}
.cid-tYpqHrslLq .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-tYpqHrslLq .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-tYpqHrslLq .tile-text-wrap {
  display: flex;
}
.cid-tYpqHrslLq svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-tYpqHrslLq svg path {
  fill: #cd8ad1;
}
.cid-tYpqHrslLq .numbers {
  display: flex;
  align-self: center;
}
.cid-tYpqHrslLq .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-tYpqHrslLq .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-tYpqHrslLq .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-tYpqHrslLq .mbr-tile-text {
    text-align: start;
  }
}
.cid-tYpqHrslLq .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tYpqHrslLq .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-tYpqHrslLq .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-tYpqHrslLq .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-tYpqHrslLq .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-tYpqHrslLq .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHrslLq .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHrslLq .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHrslLq .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYpqHrslLq div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-tYpqHrSQ9n {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tYpqHrSQ9n .image-wrapper {
  padding: 0 2rem;
}
.cid-tYpqHrSQ9n .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-tYpqHrSQ9n .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-tYpqHrSQ9n .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-tYpqHrSQ9n .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-tYpqHrSQ9n .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-tYpqHrSQ9n .text-wrapper,
  .cid-tYpqHrSQ9n .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYpqHrSQ9n .text-wrapper,
  .cid-tYpqHrSQ9n .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-tYpqHrSQ9n .text-wrapper,
  .cid-tYpqHrSQ9n .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-tYpqHrSQ9n .text-wrapper,
  .cid-tYpqHrSQ9n .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-tYpqHrSQ9n .text-wrapper,
  .cid-tYpqHrSQ9n .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-tYpqHrSQ9n .content {
    text-align: center;
  }
}
.cid-tYpqHrSQ9n .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-tYpqHrSQ9n .mbr-card-title {
    text-align: start;
  }
}
.cid-tYpqHrSQ9n .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-tYpqHrSQ9n .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-tYpqHrSQ9n .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-tYpqHrSQ9n .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-tYpqHrSQ9n .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-tYpqHrSQ9n .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-tYpqHrSQ9n .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-tYpqHrSQ9n .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-tYpqHrSQ9n .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-tYpqHrSQ9n .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-tYpqHrSQ9n .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-tYpqHrSQ9n .nutrition-wrap {
    width: 100%;
  }
}
.cid-tYpqHrSQ9n .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-tYpqHrSQ9n .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-tYpqHrSQ9n .tile-text-wrap {
  display: flex;
}
.cid-tYpqHrSQ9n svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-tYpqHrSQ9n svg path {
  fill: #cd8ad1;
}
.cid-tYpqHrSQ9n .numbers {
  display: flex;
  align-self: center;
}
.cid-tYpqHrSQ9n .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-tYpqHrSQ9n .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-tYpqHrSQ9n .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-tYpqHrSQ9n .mbr-tile-text {
    text-align: start;
  }
}
.cid-tYpqHrSQ9n .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tYpqHrSQ9n .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-tYpqHrSQ9n .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-tYpqHrSQ9n .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-tYpqHrSQ9n .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-tYpqHrSQ9n .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHrSQ9n .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHrSQ9n .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHrSQ9n .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYpqHrSQ9n div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-tYpqHsrYlg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tYpqHsrYlg .row {
  flex-direction: row-reverse;
}
.cid-tYpqHsrYlg .image-wrapper {
  padding: 0 2rem;
}
.cid-tYpqHsrYlg .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-tYpqHsrYlg .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-tYpqHsrYlg .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-tYpqHsrYlg .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-tYpqHsrYlg .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-tYpqHsrYlg .text-wrapper,
  .cid-tYpqHsrYlg .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYpqHsrYlg .text-wrapper,
  .cid-tYpqHsrYlg .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-tYpqHsrYlg .text-wrapper,
  .cid-tYpqHsrYlg .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-tYpqHsrYlg .text-wrapper,
  .cid-tYpqHsrYlg .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-tYpqHsrYlg .text-wrapper,
  .cid-tYpqHsrYlg .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-tYpqHsrYlg .content {
    text-align: center;
  }
}
.cid-tYpqHsrYlg .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-tYpqHsrYlg .mbr-card-title {
    text-align: start;
  }
}
.cid-tYpqHsrYlg .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-tYpqHsrYlg .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-tYpqHsrYlg .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-tYpqHsrYlg .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-tYpqHsrYlg .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-tYpqHsrYlg .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-tYpqHsrYlg .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-tYpqHsrYlg .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-tYpqHsrYlg .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-tYpqHsrYlg .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-tYpqHsrYlg .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-tYpqHsrYlg .nutrition-wrap {
    width: 100%;
  }
}
.cid-tYpqHsrYlg .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-tYpqHsrYlg .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-tYpqHsrYlg .tile-text-wrap {
  display: flex;
}
.cid-tYpqHsrYlg svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-tYpqHsrYlg svg path {
  fill: #cd8ad1;
}
.cid-tYpqHsrYlg .numbers {
  display: flex;
  align-self: center;
}
.cid-tYpqHsrYlg .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-tYpqHsrYlg .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-tYpqHsrYlg .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-tYpqHsrYlg .mbr-tile-text {
    text-align: start;
  }
}
.cid-tYpqHsrYlg .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tYpqHsrYlg .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-tYpqHsrYlg .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-tYpqHsrYlg .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-tYpqHsrYlg .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-tYpqHsrYlg .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHsrYlg .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHsrYlg .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHsrYlg .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYpqHsrYlg div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-tYpqHsVSUP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tYpqHsVSUP .image-wrapper {
  padding: 0 2rem;
}
.cid-tYpqHsVSUP .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-tYpqHsVSUP .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-tYpqHsVSUP .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-tYpqHsVSUP .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-tYpqHsVSUP .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-tYpqHsVSUP .text-wrapper,
  .cid-tYpqHsVSUP .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYpqHsVSUP .text-wrapper,
  .cid-tYpqHsVSUP .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-tYpqHsVSUP .text-wrapper,
  .cid-tYpqHsVSUP .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-tYpqHsVSUP .text-wrapper,
  .cid-tYpqHsVSUP .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-tYpqHsVSUP .text-wrapper,
  .cid-tYpqHsVSUP .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-tYpqHsVSUP .content {
    text-align: center;
  }
}
.cid-tYpqHsVSUP .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-tYpqHsVSUP .mbr-card-title {
    text-align: start;
  }
}
.cid-tYpqHsVSUP .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-tYpqHsVSUP .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-tYpqHsVSUP .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-tYpqHsVSUP .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-tYpqHsVSUP .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-tYpqHsVSUP .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-tYpqHsVSUP .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-tYpqHsVSUP .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-tYpqHsVSUP .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-tYpqHsVSUP .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-tYpqHsVSUP .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-tYpqHsVSUP .nutrition-wrap {
    width: 100%;
  }
}
.cid-tYpqHsVSUP .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-tYpqHsVSUP .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-tYpqHsVSUP .tile-text-wrap {
  display: flex;
}
.cid-tYpqHsVSUP svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-tYpqHsVSUP svg path {
  fill: #cd8ad1;
}
.cid-tYpqHsVSUP .numbers {
  display: flex;
  align-self: center;
}
.cid-tYpqHsVSUP .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-tYpqHsVSUP .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-tYpqHsVSUP .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-tYpqHsVSUP .mbr-tile-text {
    text-align: start;
  }
}
.cid-tYpqHsVSUP .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tYpqHsVSUP .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-tYpqHsVSUP .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-tYpqHsVSUP .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-tYpqHsVSUP .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-tYpqHsVSUP .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHsVSUP .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHsVSUP .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHsVSUP .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYpqHsVSUP div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-tYpqHtm0el {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tYpqHtm0el .row {
  flex-direction: row-reverse;
}
.cid-tYpqHtm0el .image-wrapper {
  padding: 0 2rem;
}
.cid-tYpqHtm0el .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-tYpqHtm0el .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-tYpqHtm0el .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-tYpqHtm0el .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-tYpqHtm0el .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-tYpqHtm0el .text-wrapper,
  .cid-tYpqHtm0el .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYpqHtm0el .text-wrapper,
  .cid-tYpqHtm0el .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-tYpqHtm0el .text-wrapper,
  .cid-tYpqHtm0el .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-tYpqHtm0el .text-wrapper,
  .cid-tYpqHtm0el .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-tYpqHtm0el .text-wrapper,
  .cid-tYpqHtm0el .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-tYpqHtm0el .content {
    text-align: center;
  }
}
.cid-tYpqHtm0el .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-tYpqHtm0el .mbr-card-title {
    text-align: start;
  }
}
.cid-tYpqHtm0el .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-tYpqHtm0el .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-tYpqHtm0el .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-tYpqHtm0el .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-tYpqHtm0el .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-tYpqHtm0el .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-tYpqHtm0el .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-tYpqHtm0el .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-tYpqHtm0el .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-tYpqHtm0el .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-tYpqHtm0el .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-tYpqHtm0el .nutrition-wrap {
    width: 100%;
  }
}
.cid-tYpqHtm0el .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-tYpqHtm0el .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-tYpqHtm0el .tile-text-wrap {
  display: flex;
}
.cid-tYpqHtm0el svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-tYpqHtm0el svg path {
  fill: #cd8ad1;
}
.cid-tYpqHtm0el .numbers {
  display: flex;
  align-self: center;
}
.cid-tYpqHtm0el .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-tYpqHtm0el .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-tYpqHtm0el .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-tYpqHtm0el .mbr-tile-text {
    text-align: start;
  }
}
.cid-tYpqHtm0el .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tYpqHtm0el .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-tYpqHtm0el .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-tYpqHtm0el .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-tYpqHtm0el .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-tYpqHtm0el .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHtm0el .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHtm0el .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHtm0el .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYpqHtm0el div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-tYpqHtPjwV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tYpqHtPjwV .image-wrapper {
  padding: 0 2rem;
}
.cid-tYpqHtPjwV .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-tYpqHtPjwV .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-tYpqHtPjwV .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-tYpqHtPjwV .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-tYpqHtPjwV .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-tYpqHtPjwV .text-wrapper,
  .cid-tYpqHtPjwV .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYpqHtPjwV .text-wrapper,
  .cid-tYpqHtPjwV .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-tYpqHtPjwV .text-wrapper,
  .cid-tYpqHtPjwV .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-tYpqHtPjwV .text-wrapper,
  .cid-tYpqHtPjwV .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-tYpqHtPjwV .text-wrapper,
  .cid-tYpqHtPjwV .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-tYpqHtPjwV .content {
    text-align: center;
  }
}
.cid-tYpqHtPjwV .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-tYpqHtPjwV .mbr-card-title {
    text-align: start;
  }
}
.cid-tYpqHtPjwV .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-tYpqHtPjwV .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-tYpqHtPjwV .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-tYpqHtPjwV .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-tYpqHtPjwV .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-tYpqHtPjwV .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-tYpqHtPjwV .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-tYpqHtPjwV .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-tYpqHtPjwV .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-tYpqHtPjwV .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-tYpqHtPjwV .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-tYpqHtPjwV .nutrition-wrap {
    width: 100%;
  }
}
.cid-tYpqHtPjwV .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-tYpqHtPjwV .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-tYpqHtPjwV .tile-text-wrap {
  display: flex;
}
.cid-tYpqHtPjwV svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-tYpqHtPjwV svg path {
  fill: #cd8ad1;
}
.cid-tYpqHtPjwV .numbers {
  display: flex;
  align-self: center;
}
.cid-tYpqHtPjwV .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-tYpqHtPjwV .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-tYpqHtPjwV .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-tYpqHtPjwV .mbr-tile-text {
    text-align: start;
  }
}
.cid-tYpqHtPjwV .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tYpqHtPjwV .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-tYpqHtPjwV .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-tYpqHtPjwV .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-tYpqHtPjwV .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-tYpqHtPjwV .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHtPjwV .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHtPjwV .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHtPjwV .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYpqHtPjwV div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-tYpqHugoh6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tYpqHugoh6 .row {
  flex-direction: row-reverse;
}
.cid-tYpqHugoh6 .image-wrapper {
  padding: 0 2rem;
}
.cid-tYpqHugoh6 .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-tYpqHugoh6 .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-tYpqHugoh6 .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-tYpqHugoh6 .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-tYpqHugoh6 .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-tYpqHugoh6 .text-wrapper,
  .cid-tYpqHugoh6 .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYpqHugoh6 .text-wrapper,
  .cid-tYpqHugoh6 .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-tYpqHugoh6 .text-wrapper,
  .cid-tYpqHugoh6 .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-tYpqHugoh6 .text-wrapper,
  .cid-tYpqHugoh6 .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-tYpqHugoh6 .text-wrapper,
  .cid-tYpqHugoh6 .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-tYpqHugoh6 .content {
    text-align: center;
  }
}
.cid-tYpqHugoh6 .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-tYpqHugoh6 .mbr-card-title {
    text-align: start;
  }
}
.cid-tYpqHugoh6 .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-tYpqHugoh6 .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-tYpqHugoh6 .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-tYpqHugoh6 .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-tYpqHugoh6 .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-tYpqHugoh6 .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-tYpqHugoh6 .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-tYpqHugoh6 .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-tYpqHugoh6 .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-tYpqHugoh6 .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-tYpqHugoh6 .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-tYpqHugoh6 .nutrition-wrap {
    width: 100%;
  }
}
.cid-tYpqHugoh6 .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-tYpqHugoh6 .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-tYpqHugoh6 .tile-text-wrap {
  display: flex;
}
.cid-tYpqHugoh6 svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-tYpqHugoh6 svg path {
  fill: #cd8ad1;
}
.cid-tYpqHugoh6 .numbers {
  display: flex;
  align-self: center;
}
.cid-tYpqHugoh6 .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-tYpqHugoh6 .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-tYpqHugoh6 .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-tYpqHugoh6 .mbr-tile-text {
    text-align: start;
  }
}
.cid-tYpqHugoh6 .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tYpqHugoh6 .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-tYpqHugoh6 .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-tYpqHugoh6 .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-tYpqHugoh6 .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-tYpqHugoh6 .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHugoh6 .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHugoh6 .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHugoh6 .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYpqHugoh6 div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-tYpqHuPSSz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tYpqHuPSSz .image-wrapper {
  padding: 0 2rem;
}
.cid-tYpqHuPSSz .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-tYpqHuPSSz .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-tYpqHuPSSz .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-tYpqHuPSSz .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-tYpqHuPSSz .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-tYpqHuPSSz .text-wrapper,
  .cid-tYpqHuPSSz .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYpqHuPSSz .text-wrapper,
  .cid-tYpqHuPSSz .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-tYpqHuPSSz .text-wrapper,
  .cid-tYpqHuPSSz .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-tYpqHuPSSz .text-wrapper,
  .cid-tYpqHuPSSz .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-tYpqHuPSSz .text-wrapper,
  .cid-tYpqHuPSSz .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-tYpqHuPSSz .content {
    text-align: center;
  }
}
.cid-tYpqHuPSSz .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-tYpqHuPSSz .mbr-card-title {
    text-align: start;
  }
}
.cid-tYpqHuPSSz .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-tYpqHuPSSz .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-tYpqHuPSSz .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-tYpqHuPSSz .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-tYpqHuPSSz .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-tYpqHuPSSz .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-tYpqHuPSSz .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-tYpqHuPSSz .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-tYpqHuPSSz .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-tYpqHuPSSz .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-tYpqHuPSSz .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-tYpqHuPSSz .nutrition-wrap {
    width: 100%;
  }
}
.cid-tYpqHuPSSz .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-tYpqHuPSSz .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-tYpqHuPSSz .tile-text-wrap {
  display: flex;
}
.cid-tYpqHuPSSz svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-tYpqHuPSSz svg path {
  fill: #cd8ad1;
}
.cid-tYpqHuPSSz .numbers {
  display: flex;
  align-self: center;
}
.cid-tYpqHuPSSz .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-tYpqHuPSSz .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-tYpqHuPSSz .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-tYpqHuPSSz .mbr-tile-text {
    text-align: start;
  }
}
.cid-tYpqHuPSSz .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tYpqHuPSSz .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-tYpqHuPSSz .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-tYpqHuPSSz .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-tYpqHuPSSz .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-tYpqHuPSSz .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHuPSSz .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHuPSSz .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHuPSSz .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYpqHuPSSz div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-tYpqHvhw0d {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tYpqHvhw0d .row {
  flex-direction: row-reverse;
}
.cid-tYpqHvhw0d .image-wrapper {
  padding: 0 2rem;
}
.cid-tYpqHvhw0d .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-tYpqHvhw0d .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-tYpqHvhw0d .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-tYpqHvhw0d .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-tYpqHvhw0d .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-tYpqHvhw0d .text-wrapper,
  .cid-tYpqHvhw0d .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYpqHvhw0d .text-wrapper,
  .cid-tYpqHvhw0d .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-tYpqHvhw0d .text-wrapper,
  .cid-tYpqHvhw0d .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-tYpqHvhw0d .text-wrapper,
  .cid-tYpqHvhw0d .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-tYpqHvhw0d .text-wrapper,
  .cid-tYpqHvhw0d .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-tYpqHvhw0d .content {
    text-align: center;
  }
}
.cid-tYpqHvhw0d .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-tYpqHvhw0d .mbr-card-title {
    text-align: start;
  }
}
.cid-tYpqHvhw0d .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-tYpqHvhw0d .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-tYpqHvhw0d .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-tYpqHvhw0d .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-tYpqHvhw0d .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-tYpqHvhw0d .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-tYpqHvhw0d .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-tYpqHvhw0d .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-tYpqHvhw0d .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-tYpqHvhw0d .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-tYpqHvhw0d .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-tYpqHvhw0d .nutrition-wrap {
    width: 100%;
  }
}
.cid-tYpqHvhw0d .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-tYpqHvhw0d .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-tYpqHvhw0d .tile-text-wrap {
  display: flex;
}
.cid-tYpqHvhw0d svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-tYpqHvhw0d svg path {
  fill: #cd8ad1;
}
.cid-tYpqHvhw0d .numbers {
  display: flex;
  align-self: center;
}
.cid-tYpqHvhw0d .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-tYpqHvhw0d .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-tYpqHvhw0d .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-tYpqHvhw0d .mbr-tile-text {
    text-align: start;
  }
}
.cid-tYpqHvhw0d .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tYpqHvhw0d .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-tYpqHvhw0d .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-tYpqHvhw0d .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-tYpqHvhw0d .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-tYpqHvhw0d .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHvhw0d .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHvhw0d .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHvhw0d .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYpqHvhw0d div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-tYpqHvOKWr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tYpqHvOKWr .image-wrapper {
  padding: 0 2rem;
}
.cid-tYpqHvOKWr .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-tYpqHvOKWr .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-tYpqHvOKWr .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-tYpqHvOKWr .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-tYpqHvOKWr .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-tYpqHvOKWr .text-wrapper,
  .cid-tYpqHvOKWr .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYpqHvOKWr .text-wrapper,
  .cid-tYpqHvOKWr .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-tYpqHvOKWr .text-wrapper,
  .cid-tYpqHvOKWr .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-tYpqHvOKWr .text-wrapper,
  .cid-tYpqHvOKWr .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-tYpqHvOKWr .text-wrapper,
  .cid-tYpqHvOKWr .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-tYpqHvOKWr .content {
    text-align: center;
  }
}
.cid-tYpqHvOKWr .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-tYpqHvOKWr .mbr-card-title {
    text-align: start;
  }
}
.cid-tYpqHvOKWr .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-tYpqHvOKWr .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-tYpqHvOKWr .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-tYpqHvOKWr .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-tYpqHvOKWr .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-tYpqHvOKWr .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-tYpqHvOKWr .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-tYpqHvOKWr .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-tYpqHvOKWr .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-tYpqHvOKWr .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-tYpqHvOKWr .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-tYpqHvOKWr .nutrition-wrap {
    width: 100%;
  }
}
.cid-tYpqHvOKWr .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-tYpqHvOKWr .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-tYpqHvOKWr .tile-text-wrap {
  display: flex;
}
.cid-tYpqHvOKWr svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-tYpqHvOKWr svg path {
  fill: #cd8ad1;
}
.cid-tYpqHvOKWr .numbers {
  display: flex;
  align-self: center;
}
.cid-tYpqHvOKWr .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-tYpqHvOKWr .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-tYpqHvOKWr .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-tYpqHvOKWr .mbr-tile-text {
    text-align: start;
  }
}
.cid-tYpqHvOKWr .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tYpqHvOKWr .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-tYpqHvOKWr .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-tYpqHvOKWr .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-tYpqHvOKWr .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-tYpqHvOKWr .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHvOKWr .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHvOKWr .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHvOKWr .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYpqHvOKWr div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-tYpqHwtGzb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tYpqHwtGzb .row {
  flex-direction: row-reverse;
}
.cid-tYpqHwtGzb .image-wrapper {
  padding: 0 2rem;
}
.cid-tYpqHwtGzb .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-tYpqHwtGzb .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-tYpqHwtGzb .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-tYpqHwtGzb .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-tYpqHwtGzb .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-tYpqHwtGzb .text-wrapper,
  .cid-tYpqHwtGzb .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYpqHwtGzb .text-wrapper,
  .cid-tYpqHwtGzb .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-tYpqHwtGzb .text-wrapper,
  .cid-tYpqHwtGzb .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-tYpqHwtGzb .text-wrapper,
  .cid-tYpqHwtGzb .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-tYpqHwtGzb .text-wrapper,
  .cid-tYpqHwtGzb .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-tYpqHwtGzb .content {
    text-align: center;
  }
}
.cid-tYpqHwtGzb .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-tYpqHwtGzb .mbr-card-title {
    text-align: start;
  }
}
.cid-tYpqHwtGzb .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-tYpqHwtGzb .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-tYpqHwtGzb .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-tYpqHwtGzb .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-tYpqHwtGzb .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-tYpqHwtGzb .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-tYpqHwtGzb .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-tYpqHwtGzb .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-tYpqHwtGzb .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-tYpqHwtGzb .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-tYpqHwtGzb .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-tYpqHwtGzb .nutrition-wrap {
    width: 100%;
  }
}
.cid-tYpqHwtGzb .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-tYpqHwtGzb .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-tYpqHwtGzb .tile-text-wrap {
  display: flex;
}
.cid-tYpqHwtGzb svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-tYpqHwtGzb svg path {
  fill: #cd8ad1;
}
.cid-tYpqHwtGzb .numbers {
  display: flex;
  align-self: center;
}
.cid-tYpqHwtGzb .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-tYpqHwtGzb .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-tYpqHwtGzb .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-tYpqHwtGzb .mbr-tile-text {
    text-align: start;
  }
}
.cid-tYpqHwtGzb .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tYpqHwtGzb .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-tYpqHwtGzb .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-tYpqHwtGzb .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-tYpqHwtGzb .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-tYpqHwtGzb .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHwtGzb .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHwtGzb .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHwtGzb .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYpqHwtGzb div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-tYpqHxaknb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tYpqHxaknb .image-wrapper {
  padding: 0 2rem;
}
.cid-tYpqHxaknb .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-tYpqHxaknb .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-tYpqHxaknb .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-tYpqHxaknb .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-tYpqHxaknb .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-tYpqHxaknb .text-wrapper,
  .cid-tYpqHxaknb .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYpqHxaknb .text-wrapper,
  .cid-tYpqHxaknb .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-tYpqHxaknb .text-wrapper,
  .cid-tYpqHxaknb .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-tYpqHxaknb .text-wrapper,
  .cid-tYpqHxaknb .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-tYpqHxaknb .text-wrapper,
  .cid-tYpqHxaknb .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-tYpqHxaknb .content {
    text-align: center;
  }
}
.cid-tYpqHxaknb .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-tYpqHxaknb .mbr-card-title {
    text-align: start;
  }
}
.cid-tYpqHxaknb .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-tYpqHxaknb .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-tYpqHxaknb .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-tYpqHxaknb .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-tYpqHxaknb .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-tYpqHxaknb .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-tYpqHxaknb .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-tYpqHxaknb .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-tYpqHxaknb .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-tYpqHxaknb .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-tYpqHxaknb .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-tYpqHxaknb .nutrition-wrap {
    width: 100%;
  }
}
.cid-tYpqHxaknb .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-tYpqHxaknb .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-tYpqHxaknb .tile-text-wrap {
  display: flex;
}
.cid-tYpqHxaknb svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-tYpqHxaknb svg path {
  fill: #cd8ad1;
}
.cid-tYpqHxaknb .numbers {
  display: flex;
  align-self: center;
}
.cid-tYpqHxaknb .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-tYpqHxaknb .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-tYpqHxaknb .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-tYpqHxaknb .mbr-tile-text {
    text-align: start;
  }
}
.cid-tYpqHxaknb .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tYpqHxaknb .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-tYpqHxaknb .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-tYpqHxaknb .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-tYpqHxaknb .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-tYpqHxaknb .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHxaknb .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHxaknb .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHxaknb .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYpqHxaknb div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-tYpqHxH35h {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tYpqHxH35h .row {
  flex-direction: row-reverse;
}
.cid-tYpqHxH35h .image-wrapper {
  padding: 0 2rem;
}
.cid-tYpqHxH35h .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-tYpqHxH35h .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-tYpqHxH35h .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-tYpqHxH35h .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-tYpqHxH35h .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-tYpqHxH35h .text-wrapper,
  .cid-tYpqHxH35h .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYpqHxH35h .text-wrapper,
  .cid-tYpqHxH35h .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-tYpqHxH35h .text-wrapper,
  .cid-tYpqHxH35h .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-tYpqHxH35h .text-wrapper,
  .cid-tYpqHxH35h .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-tYpqHxH35h .text-wrapper,
  .cid-tYpqHxH35h .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-tYpqHxH35h .content {
    text-align: center;
  }
}
.cid-tYpqHxH35h .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-tYpqHxH35h .mbr-card-title {
    text-align: start;
  }
}
.cid-tYpqHxH35h .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-tYpqHxH35h .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-tYpqHxH35h .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-tYpqHxH35h .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-tYpqHxH35h .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-tYpqHxH35h .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-tYpqHxH35h .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-tYpqHxH35h .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-tYpqHxH35h .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-tYpqHxH35h .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-tYpqHxH35h .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-tYpqHxH35h .nutrition-wrap {
    width: 100%;
  }
}
.cid-tYpqHxH35h .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-tYpqHxH35h .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-tYpqHxH35h .tile-text-wrap {
  display: flex;
}
.cid-tYpqHxH35h svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-tYpqHxH35h svg path {
  fill: #cd8ad1;
}
.cid-tYpqHxH35h .numbers {
  display: flex;
  align-self: center;
}
.cid-tYpqHxH35h .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-tYpqHxH35h .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-tYpqHxH35h .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-tYpqHxH35h .mbr-tile-text {
    text-align: start;
  }
}
.cid-tYpqHxH35h .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tYpqHxH35h .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-tYpqHxH35h .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-tYpqHxH35h .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-tYpqHxH35h .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-tYpqHxH35h .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHxH35h .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHxH35h .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHxH35h .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYpqHxH35h div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-tYpqHyrBj6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tYpqHyrBj6 .image-wrapper {
  padding: 0 2rem;
}
.cid-tYpqHyrBj6 .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-tYpqHyrBj6 .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-tYpqHyrBj6 .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-tYpqHyrBj6 .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-tYpqHyrBj6 .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-tYpqHyrBj6 .text-wrapper,
  .cid-tYpqHyrBj6 .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYpqHyrBj6 .text-wrapper,
  .cid-tYpqHyrBj6 .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-tYpqHyrBj6 .text-wrapper,
  .cid-tYpqHyrBj6 .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-tYpqHyrBj6 .text-wrapper,
  .cid-tYpqHyrBj6 .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-tYpqHyrBj6 .text-wrapper,
  .cid-tYpqHyrBj6 .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-tYpqHyrBj6 .content {
    text-align: center;
  }
}
.cid-tYpqHyrBj6 .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-tYpqHyrBj6 .mbr-card-title {
    text-align: start;
  }
}
.cid-tYpqHyrBj6 .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-tYpqHyrBj6 .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-tYpqHyrBj6 .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-tYpqHyrBj6 .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-tYpqHyrBj6 .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-tYpqHyrBj6 .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-tYpqHyrBj6 .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-tYpqHyrBj6 .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-tYpqHyrBj6 .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-tYpqHyrBj6 .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-tYpqHyrBj6 .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-tYpqHyrBj6 .nutrition-wrap {
    width: 100%;
  }
}
.cid-tYpqHyrBj6 .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-tYpqHyrBj6 .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-tYpqHyrBj6 .tile-text-wrap {
  display: flex;
}
.cid-tYpqHyrBj6 svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-tYpqHyrBj6 svg path {
  fill: #cd8ad1;
}
.cid-tYpqHyrBj6 .numbers {
  display: flex;
  align-self: center;
}
.cid-tYpqHyrBj6 .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-tYpqHyrBj6 .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-tYpqHyrBj6 .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-tYpqHyrBj6 .mbr-tile-text {
    text-align: start;
  }
}
.cid-tYpqHyrBj6 .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tYpqHyrBj6 .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-tYpqHyrBj6 .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-tYpqHyrBj6 .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-tYpqHyrBj6 .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-tYpqHyrBj6 .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHyrBj6 .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHyrBj6 .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHyrBj6 .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYpqHyrBj6 div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-tYpqHz5d5K {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tYpqHz5d5K .row {
  flex-direction: row-reverse;
}
.cid-tYpqHz5d5K .image-wrapper {
  padding: 0 2rem;
}
.cid-tYpqHz5d5K .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-tYpqHz5d5K .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-tYpqHz5d5K .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-tYpqHz5d5K .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-tYpqHz5d5K .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-tYpqHz5d5K .text-wrapper,
  .cid-tYpqHz5d5K .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYpqHz5d5K .text-wrapper,
  .cid-tYpqHz5d5K .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-tYpqHz5d5K .text-wrapper,
  .cid-tYpqHz5d5K .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-tYpqHz5d5K .text-wrapper,
  .cid-tYpqHz5d5K .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-tYpqHz5d5K .text-wrapper,
  .cid-tYpqHz5d5K .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-tYpqHz5d5K .content {
    text-align: center;
  }
}
.cid-tYpqHz5d5K .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-tYpqHz5d5K .mbr-card-title {
    text-align: start;
  }
}
.cid-tYpqHz5d5K .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-tYpqHz5d5K .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-tYpqHz5d5K .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-tYpqHz5d5K .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-tYpqHz5d5K .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-tYpqHz5d5K .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-tYpqHz5d5K .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-tYpqHz5d5K .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-tYpqHz5d5K .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-tYpqHz5d5K .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-tYpqHz5d5K .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-tYpqHz5d5K .nutrition-wrap {
    width: 100%;
  }
}
.cid-tYpqHz5d5K .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-tYpqHz5d5K .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-tYpqHz5d5K .tile-text-wrap {
  display: flex;
}
.cid-tYpqHz5d5K svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-tYpqHz5d5K svg path {
  fill: #cd8ad1;
}
.cid-tYpqHz5d5K .numbers {
  display: flex;
  align-self: center;
}
.cid-tYpqHz5d5K .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-tYpqHz5d5K .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-tYpqHz5d5K .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-tYpqHz5d5K .mbr-tile-text {
    text-align: start;
  }
}
.cid-tYpqHz5d5K .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tYpqHz5d5K .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-tYpqHz5d5K .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-tYpqHz5d5K .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-tYpqHz5d5K .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-tYpqHz5d5K .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHz5d5K .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHz5d5K .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHz5d5K .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYpqHz5d5K div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-tYpqHzGd2L {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tYpqHzGd2L .image-wrapper {
  padding: 0 2rem;
}
.cid-tYpqHzGd2L .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-tYpqHzGd2L .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-tYpqHzGd2L .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-tYpqHzGd2L .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-tYpqHzGd2L .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-tYpqHzGd2L .text-wrapper,
  .cid-tYpqHzGd2L .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYpqHzGd2L .text-wrapper,
  .cid-tYpqHzGd2L .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-tYpqHzGd2L .text-wrapper,
  .cid-tYpqHzGd2L .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-tYpqHzGd2L .text-wrapper,
  .cid-tYpqHzGd2L .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-tYpqHzGd2L .text-wrapper,
  .cid-tYpqHzGd2L .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-tYpqHzGd2L .content {
    text-align: center;
  }
}
.cid-tYpqHzGd2L .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-tYpqHzGd2L .mbr-card-title {
    text-align: start;
  }
}
.cid-tYpqHzGd2L .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-tYpqHzGd2L .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-tYpqHzGd2L .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-tYpqHzGd2L .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-tYpqHzGd2L .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-tYpqHzGd2L .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-tYpqHzGd2L .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-tYpqHzGd2L .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-tYpqHzGd2L .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-tYpqHzGd2L .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-tYpqHzGd2L .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-tYpqHzGd2L .nutrition-wrap {
    width: 100%;
  }
}
.cid-tYpqHzGd2L .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-tYpqHzGd2L .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-tYpqHzGd2L .tile-text-wrap {
  display: flex;
}
.cid-tYpqHzGd2L svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-tYpqHzGd2L svg path {
  fill: #cd8ad1;
}
.cid-tYpqHzGd2L .numbers {
  display: flex;
  align-self: center;
}
.cid-tYpqHzGd2L .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-tYpqHzGd2L .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-tYpqHzGd2L .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-tYpqHzGd2L .mbr-tile-text {
    text-align: start;
  }
}
.cid-tYpqHzGd2L .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tYpqHzGd2L .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-tYpqHzGd2L .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-tYpqHzGd2L .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-tYpqHzGd2L .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-tYpqHzGd2L .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHzGd2L .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHzGd2L .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHzGd2L .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYpqHzGd2L div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-tYpqHAiSYM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tYpqHAiSYM .row {
  flex-direction: row-reverse;
}
.cid-tYpqHAiSYM .image-wrapper {
  padding: 0 2rem;
}
.cid-tYpqHAiSYM .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-tYpqHAiSYM .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-tYpqHAiSYM .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-tYpqHAiSYM .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-tYpqHAiSYM .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-tYpqHAiSYM .text-wrapper,
  .cid-tYpqHAiSYM .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYpqHAiSYM .text-wrapper,
  .cid-tYpqHAiSYM .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-tYpqHAiSYM .text-wrapper,
  .cid-tYpqHAiSYM .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-tYpqHAiSYM .text-wrapper,
  .cid-tYpqHAiSYM .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-tYpqHAiSYM .text-wrapper,
  .cid-tYpqHAiSYM .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-tYpqHAiSYM .content {
    text-align: center;
  }
}
.cid-tYpqHAiSYM .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-tYpqHAiSYM .mbr-card-title {
    text-align: start;
  }
}
.cid-tYpqHAiSYM .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-tYpqHAiSYM .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-tYpqHAiSYM .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-tYpqHAiSYM .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-tYpqHAiSYM .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-tYpqHAiSYM .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-tYpqHAiSYM .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-tYpqHAiSYM .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-tYpqHAiSYM .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-tYpqHAiSYM .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-tYpqHAiSYM .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-tYpqHAiSYM .nutrition-wrap {
    width: 100%;
  }
}
.cid-tYpqHAiSYM .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-tYpqHAiSYM .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-tYpqHAiSYM .tile-text-wrap {
  display: flex;
}
.cid-tYpqHAiSYM svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-tYpqHAiSYM svg path {
  fill: #cd8ad1;
}
.cid-tYpqHAiSYM .numbers {
  display: flex;
  align-self: center;
}
.cid-tYpqHAiSYM .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-tYpqHAiSYM .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-tYpqHAiSYM .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-tYpqHAiSYM .mbr-tile-text {
    text-align: start;
  }
}
.cid-tYpqHAiSYM .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tYpqHAiSYM .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-tYpqHAiSYM .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-tYpqHAiSYM .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-tYpqHAiSYM .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-tYpqHAiSYM .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHAiSYM .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHAiSYM .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHAiSYM .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYpqHAiSYM div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-tYpqHAMnvX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tYpqHAMnvX .image-wrapper {
  padding: 0 2rem;
}
.cid-tYpqHAMnvX .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-tYpqHAMnvX .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-tYpqHAMnvX .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-tYpqHAMnvX .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-tYpqHAMnvX .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-tYpqHAMnvX .text-wrapper,
  .cid-tYpqHAMnvX .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYpqHAMnvX .text-wrapper,
  .cid-tYpqHAMnvX .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-tYpqHAMnvX .text-wrapper,
  .cid-tYpqHAMnvX .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-tYpqHAMnvX .text-wrapper,
  .cid-tYpqHAMnvX .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-tYpqHAMnvX .text-wrapper,
  .cid-tYpqHAMnvX .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-tYpqHAMnvX .content {
    text-align: center;
  }
}
.cid-tYpqHAMnvX .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-tYpqHAMnvX .mbr-card-title {
    text-align: start;
  }
}
.cid-tYpqHAMnvX .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-tYpqHAMnvX .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-tYpqHAMnvX .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-tYpqHAMnvX .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-tYpqHAMnvX .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-tYpqHAMnvX .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-tYpqHAMnvX .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-tYpqHAMnvX .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-tYpqHAMnvX .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-tYpqHAMnvX .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-tYpqHAMnvX .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-tYpqHAMnvX .nutrition-wrap {
    width: 100%;
  }
}
.cid-tYpqHAMnvX .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-tYpqHAMnvX .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-tYpqHAMnvX .tile-text-wrap {
  display: flex;
}
.cid-tYpqHAMnvX svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-tYpqHAMnvX svg path {
  fill: #cd8ad1;
}
.cid-tYpqHAMnvX .numbers {
  display: flex;
  align-self: center;
}
.cid-tYpqHAMnvX .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-tYpqHAMnvX .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-tYpqHAMnvX .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-tYpqHAMnvX .mbr-tile-text {
    text-align: start;
  }
}
.cid-tYpqHAMnvX .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tYpqHAMnvX .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-tYpqHAMnvX .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-tYpqHAMnvX .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-tYpqHAMnvX .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-tYpqHAMnvX .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHAMnvX .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHAMnvX .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHAMnvX .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYpqHAMnvX div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-tYpqHBIcPH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tYpqHBIcPH .row {
  flex-direction: row-reverse;
}
.cid-tYpqHBIcPH .image-wrapper {
  padding: 0 2rem;
}
.cid-tYpqHBIcPH .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-tYpqHBIcPH .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-tYpqHBIcPH .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-tYpqHBIcPH .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-tYpqHBIcPH .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-tYpqHBIcPH .text-wrapper,
  .cid-tYpqHBIcPH .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYpqHBIcPH .text-wrapper,
  .cid-tYpqHBIcPH .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-tYpqHBIcPH .text-wrapper,
  .cid-tYpqHBIcPH .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-tYpqHBIcPH .text-wrapper,
  .cid-tYpqHBIcPH .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-tYpqHBIcPH .text-wrapper,
  .cid-tYpqHBIcPH .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-tYpqHBIcPH .content {
    text-align: center;
  }
}
.cid-tYpqHBIcPH .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-tYpqHBIcPH .mbr-card-title {
    text-align: start;
  }
}
.cid-tYpqHBIcPH .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-tYpqHBIcPH .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-tYpqHBIcPH .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-tYpqHBIcPH .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-tYpqHBIcPH .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-tYpqHBIcPH .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-tYpqHBIcPH .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-tYpqHBIcPH .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-tYpqHBIcPH .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-tYpqHBIcPH .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-tYpqHBIcPH .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-tYpqHBIcPH .nutrition-wrap {
    width: 100%;
  }
}
.cid-tYpqHBIcPH .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-tYpqHBIcPH .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-tYpqHBIcPH .tile-text-wrap {
  display: flex;
}
.cid-tYpqHBIcPH svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-tYpqHBIcPH svg path {
  fill: #cd8ad1;
}
.cid-tYpqHBIcPH .numbers {
  display: flex;
  align-self: center;
}
.cid-tYpqHBIcPH .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-tYpqHBIcPH .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-tYpqHBIcPH .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-tYpqHBIcPH .mbr-tile-text {
    text-align: start;
  }
}
.cid-tYpqHBIcPH .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tYpqHBIcPH .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-tYpqHBIcPH .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-tYpqHBIcPH .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-tYpqHBIcPH .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-tYpqHBIcPH .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHBIcPH .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHBIcPH .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHBIcPH .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYpqHBIcPH div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-tYpqHD8AlI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tYpqHD8AlI .image-wrapper {
  padding: 0 2rem;
}
.cid-tYpqHD8AlI .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-tYpqHD8AlI .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-tYpqHD8AlI .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-tYpqHD8AlI .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-tYpqHD8AlI .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-tYpqHD8AlI .text-wrapper,
  .cid-tYpqHD8AlI .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYpqHD8AlI .text-wrapper,
  .cid-tYpqHD8AlI .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-tYpqHD8AlI .text-wrapper,
  .cid-tYpqHD8AlI .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-tYpqHD8AlI .text-wrapper,
  .cid-tYpqHD8AlI .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-tYpqHD8AlI .text-wrapper,
  .cid-tYpqHD8AlI .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-tYpqHD8AlI .content {
    text-align: center;
  }
}
.cid-tYpqHD8AlI .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-tYpqHD8AlI .mbr-card-title {
    text-align: start;
  }
}
.cid-tYpqHD8AlI .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-tYpqHD8AlI .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-tYpqHD8AlI .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-tYpqHD8AlI .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-tYpqHD8AlI .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-tYpqHD8AlI .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-tYpqHD8AlI .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-tYpqHD8AlI .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-tYpqHD8AlI .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-tYpqHD8AlI .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-tYpqHD8AlI .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-tYpqHD8AlI .nutrition-wrap {
    width: 100%;
  }
}
.cid-tYpqHD8AlI .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-tYpqHD8AlI .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-tYpqHD8AlI .tile-text-wrap {
  display: flex;
}
.cid-tYpqHD8AlI svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-tYpqHD8AlI svg path {
  fill: #cd8ad1;
}
.cid-tYpqHD8AlI .numbers {
  display: flex;
  align-self: center;
}
.cid-tYpqHD8AlI .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-tYpqHD8AlI .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-tYpqHD8AlI .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-tYpqHD8AlI .mbr-tile-text {
    text-align: start;
  }
}
.cid-tYpqHD8AlI .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tYpqHD8AlI .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-tYpqHD8AlI .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-tYpqHD8AlI .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-tYpqHD8AlI .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-tYpqHD8AlI .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHD8AlI .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHD8AlI .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHD8AlI .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYpqHD8AlI div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-tYpqHE8jis {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tYpqHE8jis .row {
  flex-direction: row-reverse;
}
.cid-tYpqHE8jis .image-wrapper {
  padding: 0 2rem;
}
.cid-tYpqHE8jis .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-tYpqHE8jis .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-tYpqHE8jis .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-tYpqHE8jis .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-tYpqHE8jis .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-tYpqHE8jis .text-wrapper,
  .cid-tYpqHE8jis .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYpqHE8jis .text-wrapper,
  .cid-tYpqHE8jis .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-tYpqHE8jis .text-wrapper,
  .cid-tYpqHE8jis .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-tYpqHE8jis .text-wrapper,
  .cid-tYpqHE8jis .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-tYpqHE8jis .text-wrapper,
  .cid-tYpqHE8jis .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-tYpqHE8jis .content {
    text-align: center;
  }
}
.cid-tYpqHE8jis .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-tYpqHE8jis .mbr-card-title {
    text-align: start;
  }
}
.cid-tYpqHE8jis .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-tYpqHE8jis .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-tYpqHE8jis .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-tYpqHE8jis .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-tYpqHE8jis .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-tYpqHE8jis .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-tYpqHE8jis .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-tYpqHE8jis .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-tYpqHE8jis .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-tYpqHE8jis .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-tYpqHE8jis .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-tYpqHE8jis .nutrition-wrap {
    width: 100%;
  }
}
.cid-tYpqHE8jis .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-tYpqHE8jis .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-tYpqHE8jis .tile-text-wrap {
  display: flex;
}
.cid-tYpqHE8jis svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-tYpqHE8jis svg path {
  fill: #cd8ad1;
}
.cid-tYpqHE8jis .numbers {
  display: flex;
  align-self: center;
}
.cid-tYpqHE8jis .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-tYpqHE8jis .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-tYpqHE8jis .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-tYpqHE8jis .mbr-tile-text {
    text-align: start;
  }
}
.cid-tYpqHE8jis .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tYpqHE8jis .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-tYpqHE8jis .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-tYpqHE8jis .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-tYpqHE8jis .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-tYpqHE8jis .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHE8jis .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHE8jis .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHE8jis .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYpqHE8jis div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-tYpqHF6HEC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tYpqHF6HEC .image-wrapper {
  padding: 0 2rem;
}
.cid-tYpqHF6HEC .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-tYpqHF6HEC .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-tYpqHF6HEC .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-tYpqHF6HEC .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-tYpqHF6HEC .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-tYpqHF6HEC .text-wrapper,
  .cid-tYpqHF6HEC .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYpqHF6HEC .text-wrapper,
  .cid-tYpqHF6HEC .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-tYpqHF6HEC .text-wrapper,
  .cid-tYpqHF6HEC .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-tYpqHF6HEC .text-wrapper,
  .cid-tYpqHF6HEC .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-tYpqHF6HEC .text-wrapper,
  .cid-tYpqHF6HEC .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-tYpqHF6HEC .content {
    text-align: center;
  }
}
.cid-tYpqHF6HEC .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-tYpqHF6HEC .mbr-card-title {
    text-align: start;
  }
}
.cid-tYpqHF6HEC .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-tYpqHF6HEC .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-tYpqHF6HEC .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-tYpqHF6HEC .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-tYpqHF6HEC .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-tYpqHF6HEC .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-tYpqHF6HEC .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-tYpqHF6HEC .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-tYpqHF6HEC .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-tYpqHF6HEC .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-tYpqHF6HEC .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-tYpqHF6HEC .nutrition-wrap {
    width: 100%;
  }
}
.cid-tYpqHF6HEC .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-tYpqHF6HEC .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-tYpqHF6HEC .tile-text-wrap {
  display: flex;
}
.cid-tYpqHF6HEC svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-tYpqHF6HEC svg path {
  fill: #cd8ad1;
}
.cid-tYpqHF6HEC .numbers {
  display: flex;
  align-self: center;
}
.cid-tYpqHF6HEC .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-tYpqHF6HEC .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-tYpqHF6HEC .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-tYpqHF6HEC .mbr-tile-text {
    text-align: start;
  }
}
.cid-tYpqHF6HEC .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tYpqHF6HEC .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-tYpqHF6HEC .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-tYpqHF6HEC .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-tYpqHF6HEC .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-tYpqHF6HEC .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHF6HEC .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHF6HEC .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHF6HEC .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYpqHF6HEC div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-tYpqHGtbc6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tYpqHGtbc6 .row {
  flex-direction: row-reverse;
}
.cid-tYpqHGtbc6 .image-wrapper {
  padding: 0 2rem;
}
.cid-tYpqHGtbc6 .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-tYpqHGtbc6 .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-tYpqHGtbc6 .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-tYpqHGtbc6 .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-tYpqHGtbc6 .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-tYpqHGtbc6 .text-wrapper,
  .cid-tYpqHGtbc6 .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYpqHGtbc6 .text-wrapper,
  .cid-tYpqHGtbc6 .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-tYpqHGtbc6 .text-wrapper,
  .cid-tYpqHGtbc6 .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-tYpqHGtbc6 .text-wrapper,
  .cid-tYpqHGtbc6 .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-tYpqHGtbc6 .text-wrapper,
  .cid-tYpqHGtbc6 .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-tYpqHGtbc6 .content {
    text-align: center;
  }
}
.cid-tYpqHGtbc6 .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-tYpqHGtbc6 .mbr-card-title {
    text-align: start;
  }
}
.cid-tYpqHGtbc6 .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-tYpqHGtbc6 .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-tYpqHGtbc6 .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-tYpqHGtbc6 .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-tYpqHGtbc6 .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-tYpqHGtbc6 .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-tYpqHGtbc6 .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-tYpqHGtbc6 .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-tYpqHGtbc6 .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-tYpqHGtbc6 .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-tYpqHGtbc6 .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-tYpqHGtbc6 .nutrition-wrap {
    width: 100%;
  }
}
.cid-tYpqHGtbc6 .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-tYpqHGtbc6 .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-tYpqHGtbc6 .tile-text-wrap {
  display: flex;
}
.cid-tYpqHGtbc6 svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-tYpqHGtbc6 svg path {
  fill: #cd8ad1;
}
.cid-tYpqHGtbc6 .numbers {
  display: flex;
  align-self: center;
}
.cid-tYpqHGtbc6 .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-tYpqHGtbc6 .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-tYpqHGtbc6 .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-tYpqHGtbc6 .mbr-tile-text {
    text-align: start;
  }
}
.cid-tYpqHGtbc6 .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tYpqHGtbc6 .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-tYpqHGtbc6 .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-tYpqHGtbc6 .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-tYpqHGtbc6 .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-tYpqHGtbc6 .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHGtbc6 .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHGtbc6 .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHGtbc6 .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYpqHGtbc6 div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-tYpqHHqnQc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tYpqHHqnQc .image-wrapper {
  padding: 0 2rem;
}
.cid-tYpqHHqnQc .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-tYpqHHqnQc .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-tYpqHHqnQc .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-tYpqHHqnQc .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-tYpqHHqnQc .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-tYpqHHqnQc .text-wrapper,
  .cid-tYpqHHqnQc .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYpqHHqnQc .text-wrapper,
  .cid-tYpqHHqnQc .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-tYpqHHqnQc .text-wrapper,
  .cid-tYpqHHqnQc .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-tYpqHHqnQc .text-wrapper,
  .cid-tYpqHHqnQc .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-tYpqHHqnQc .text-wrapper,
  .cid-tYpqHHqnQc .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-tYpqHHqnQc .content {
    text-align: center;
  }
}
.cid-tYpqHHqnQc .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-tYpqHHqnQc .mbr-card-title {
    text-align: start;
  }
}
.cid-tYpqHHqnQc .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-tYpqHHqnQc .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-tYpqHHqnQc .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-tYpqHHqnQc .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-tYpqHHqnQc .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-tYpqHHqnQc .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-tYpqHHqnQc .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-tYpqHHqnQc .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-tYpqHHqnQc .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-tYpqHHqnQc .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-tYpqHHqnQc .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-tYpqHHqnQc .nutrition-wrap {
    width: 100%;
  }
}
.cid-tYpqHHqnQc .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-tYpqHHqnQc .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-tYpqHHqnQc .tile-text-wrap {
  display: flex;
}
.cid-tYpqHHqnQc svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-tYpqHHqnQc svg path {
  fill: #cd8ad1;
}
.cid-tYpqHHqnQc .numbers {
  display: flex;
  align-self: center;
}
.cid-tYpqHHqnQc .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-tYpqHHqnQc .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-tYpqHHqnQc .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-tYpqHHqnQc .mbr-tile-text {
    text-align: start;
  }
}
.cid-tYpqHHqnQc .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tYpqHHqnQc .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-tYpqHHqnQc .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-tYpqHHqnQc .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-tYpqHHqnQc .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-tYpqHHqnQc .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHHqnQc .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHHqnQc .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHHqnQc .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYpqHHqnQc div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-tYpqHI2RaC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tYpqHI2RaC .row {
  flex-direction: row-reverse;
}
.cid-tYpqHI2RaC .image-wrapper {
  padding: 0 2rem;
}
.cid-tYpqHI2RaC .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-tYpqHI2RaC .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-tYpqHI2RaC .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-tYpqHI2RaC .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-tYpqHI2RaC .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-tYpqHI2RaC .text-wrapper,
  .cid-tYpqHI2RaC .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYpqHI2RaC .text-wrapper,
  .cid-tYpqHI2RaC .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-tYpqHI2RaC .text-wrapper,
  .cid-tYpqHI2RaC .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-tYpqHI2RaC .text-wrapper,
  .cid-tYpqHI2RaC .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-tYpqHI2RaC .text-wrapper,
  .cid-tYpqHI2RaC .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-tYpqHI2RaC .content {
    text-align: center;
  }
}
.cid-tYpqHI2RaC .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-tYpqHI2RaC .mbr-card-title {
    text-align: start;
  }
}
.cid-tYpqHI2RaC .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-tYpqHI2RaC .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-tYpqHI2RaC .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-tYpqHI2RaC .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-tYpqHI2RaC .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-tYpqHI2RaC .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-tYpqHI2RaC .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-tYpqHI2RaC .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-tYpqHI2RaC .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-tYpqHI2RaC .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-tYpqHI2RaC .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-tYpqHI2RaC .nutrition-wrap {
    width: 100%;
  }
}
.cid-tYpqHI2RaC .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-tYpqHI2RaC .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-tYpqHI2RaC .tile-text-wrap {
  display: flex;
}
.cid-tYpqHI2RaC svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-tYpqHI2RaC svg path {
  fill: #cd8ad1;
}
.cid-tYpqHI2RaC .numbers {
  display: flex;
  align-self: center;
}
.cid-tYpqHI2RaC .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-tYpqHI2RaC .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-tYpqHI2RaC .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-tYpqHI2RaC .mbr-tile-text {
    text-align: start;
  }
}
.cid-tYpqHI2RaC .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tYpqHI2RaC .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-tYpqHI2RaC .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-tYpqHI2RaC .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-tYpqHI2RaC .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-tYpqHI2RaC .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHI2RaC .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHI2RaC .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHI2RaC .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYpqHI2RaC div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-tYpqHIFVzQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tYpqHIFVzQ .image-wrapper {
  padding: 0 2rem;
}
.cid-tYpqHIFVzQ .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-tYpqHIFVzQ .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-tYpqHIFVzQ .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-tYpqHIFVzQ .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-tYpqHIFVzQ .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-tYpqHIFVzQ .text-wrapper,
  .cid-tYpqHIFVzQ .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYpqHIFVzQ .text-wrapper,
  .cid-tYpqHIFVzQ .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-tYpqHIFVzQ .text-wrapper,
  .cid-tYpqHIFVzQ .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-tYpqHIFVzQ .text-wrapper,
  .cid-tYpqHIFVzQ .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-tYpqHIFVzQ .text-wrapper,
  .cid-tYpqHIFVzQ .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-tYpqHIFVzQ .content {
    text-align: center;
  }
}
.cid-tYpqHIFVzQ .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-tYpqHIFVzQ .mbr-card-title {
    text-align: start;
  }
}
.cid-tYpqHIFVzQ .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-tYpqHIFVzQ .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-tYpqHIFVzQ .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-tYpqHIFVzQ .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-tYpqHIFVzQ .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-tYpqHIFVzQ .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-tYpqHIFVzQ .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-tYpqHIFVzQ .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-tYpqHIFVzQ .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-tYpqHIFVzQ .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-tYpqHIFVzQ .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-tYpqHIFVzQ .nutrition-wrap {
    width: 100%;
  }
}
.cid-tYpqHIFVzQ .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-tYpqHIFVzQ .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-tYpqHIFVzQ .tile-text-wrap {
  display: flex;
}
.cid-tYpqHIFVzQ svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-tYpqHIFVzQ svg path {
  fill: #cd8ad1;
}
.cid-tYpqHIFVzQ .numbers {
  display: flex;
  align-self: center;
}
.cid-tYpqHIFVzQ .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-tYpqHIFVzQ .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-tYpqHIFVzQ .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-tYpqHIFVzQ .mbr-tile-text {
    text-align: start;
  }
}
.cid-tYpqHIFVzQ .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tYpqHIFVzQ .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-tYpqHIFVzQ .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-tYpqHIFVzQ .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-tYpqHIFVzQ .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-tYpqHIFVzQ .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHIFVzQ .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHIFVzQ .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHIFVzQ .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYpqHIFVzQ div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-tYpqHJgnV8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tYpqHJgnV8 .row {
  flex-direction: row-reverse;
}
.cid-tYpqHJgnV8 .image-wrapper {
  padding: 0 2rem;
}
.cid-tYpqHJgnV8 .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-tYpqHJgnV8 .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-tYpqHJgnV8 .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-tYpqHJgnV8 .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-tYpqHJgnV8 .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-tYpqHJgnV8 .text-wrapper,
  .cid-tYpqHJgnV8 .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYpqHJgnV8 .text-wrapper,
  .cid-tYpqHJgnV8 .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-tYpqHJgnV8 .text-wrapper,
  .cid-tYpqHJgnV8 .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-tYpqHJgnV8 .text-wrapper,
  .cid-tYpqHJgnV8 .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-tYpqHJgnV8 .text-wrapper,
  .cid-tYpqHJgnV8 .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-tYpqHJgnV8 .content {
    text-align: center;
  }
}
.cid-tYpqHJgnV8 .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-tYpqHJgnV8 .mbr-card-title {
    text-align: start;
  }
}
.cid-tYpqHJgnV8 .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-tYpqHJgnV8 .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-tYpqHJgnV8 .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-tYpqHJgnV8 .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-tYpqHJgnV8 .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-tYpqHJgnV8 .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-tYpqHJgnV8 .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-tYpqHJgnV8 .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-tYpqHJgnV8 .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-tYpqHJgnV8 .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-tYpqHJgnV8 .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-tYpqHJgnV8 .nutrition-wrap {
    width: 100%;
  }
}
.cid-tYpqHJgnV8 .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-tYpqHJgnV8 .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-tYpqHJgnV8 .tile-text-wrap {
  display: flex;
}
.cid-tYpqHJgnV8 svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-tYpqHJgnV8 svg path {
  fill: #cd8ad1;
}
.cid-tYpqHJgnV8 .numbers {
  display: flex;
  align-self: center;
}
.cid-tYpqHJgnV8 .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-tYpqHJgnV8 .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-tYpqHJgnV8 .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-tYpqHJgnV8 .mbr-tile-text {
    text-align: start;
  }
}
.cid-tYpqHJgnV8 .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tYpqHJgnV8 .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-tYpqHJgnV8 .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-tYpqHJgnV8 .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-tYpqHJgnV8 .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-tYpqHJgnV8 .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHJgnV8 .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHJgnV8 .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHJgnV8 .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYpqHJgnV8 div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-tYpqHJQm76 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tYpqHJQm76 .image-wrapper {
  padding: 0 2rem;
}
.cid-tYpqHJQm76 .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-tYpqHJQm76 .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-tYpqHJQm76 .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-tYpqHJQm76 .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-tYpqHJQm76 .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-tYpqHJQm76 .text-wrapper,
  .cid-tYpqHJQm76 .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYpqHJQm76 .text-wrapper,
  .cid-tYpqHJQm76 .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-tYpqHJQm76 .text-wrapper,
  .cid-tYpqHJQm76 .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-tYpqHJQm76 .text-wrapper,
  .cid-tYpqHJQm76 .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-tYpqHJQm76 .text-wrapper,
  .cid-tYpqHJQm76 .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-tYpqHJQm76 .content {
    text-align: center;
  }
}
.cid-tYpqHJQm76 .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-tYpqHJQm76 .mbr-card-title {
    text-align: start;
  }
}
.cid-tYpqHJQm76 .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-tYpqHJQm76 .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-tYpqHJQm76 .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-tYpqHJQm76 .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-tYpqHJQm76 .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-tYpqHJQm76 .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-tYpqHJQm76 .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-tYpqHJQm76 .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-tYpqHJQm76 .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-tYpqHJQm76 .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-tYpqHJQm76 .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-tYpqHJQm76 .nutrition-wrap {
    width: 100%;
  }
}
.cid-tYpqHJQm76 .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-tYpqHJQm76 .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-tYpqHJQm76 .tile-text-wrap {
  display: flex;
}
.cid-tYpqHJQm76 svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-tYpqHJQm76 svg path {
  fill: #cd8ad1;
}
.cid-tYpqHJQm76 .numbers {
  display: flex;
  align-self: center;
}
.cid-tYpqHJQm76 .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-tYpqHJQm76 .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-tYpqHJQm76 .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-tYpqHJQm76 .mbr-tile-text {
    text-align: start;
  }
}
.cid-tYpqHJQm76 .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tYpqHJQm76 .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-tYpqHJQm76 .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-tYpqHJQm76 .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-tYpqHJQm76 .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-tYpqHJQm76 .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHJQm76 .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHJQm76 .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHJQm76 .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYpqHJQm76 div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-tYpqHKvB6P {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tYpqHKvB6P .row {
  flex-direction: row-reverse;
}
.cid-tYpqHKvB6P .image-wrapper {
  padding: 0 2rem;
}
.cid-tYpqHKvB6P .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-tYpqHKvB6P .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-tYpqHKvB6P .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-tYpqHKvB6P .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-tYpqHKvB6P .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-tYpqHKvB6P .text-wrapper,
  .cid-tYpqHKvB6P .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYpqHKvB6P .text-wrapper,
  .cid-tYpqHKvB6P .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-tYpqHKvB6P .text-wrapper,
  .cid-tYpqHKvB6P .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-tYpqHKvB6P .text-wrapper,
  .cid-tYpqHKvB6P .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-tYpqHKvB6P .text-wrapper,
  .cid-tYpqHKvB6P .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-tYpqHKvB6P .content {
    text-align: center;
  }
}
.cid-tYpqHKvB6P .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-tYpqHKvB6P .mbr-card-title {
    text-align: start;
  }
}
.cid-tYpqHKvB6P .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-tYpqHKvB6P .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-tYpqHKvB6P .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-tYpqHKvB6P .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-tYpqHKvB6P .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-tYpqHKvB6P .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-tYpqHKvB6P .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-tYpqHKvB6P .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-tYpqHKvB6P .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-tYpqHKvB6P .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-tYpqHKvB6P .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-tYpqHKvB6P .nutrition-wrap {
    width: 100%;
  }
}
.cid-tYpqHKvB6P .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-tYpqHKvB6P .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-tYpqHKvB6P .tile-text-wrap {
  display: flex;
}
.cid-tYpqHKvB6P svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-tYpqHKvB6P svg path {
  fill: #cd8ad1;
}
.cid-tYpqHKvB6P .numbers {
  display: flex;
  align-self: center;
}
.cid-tYpqHKvB6P .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-tYpqHKvB6P .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-tYpqHKvB6P .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-tYpqHKvB6P .mbr-tile-text {
    text-align: start;
  }
}
.cid-tYpqHKvB6P .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tYpqHKvB6P .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-tYpqHKvB6P .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-tYpqHKvB6P .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-tYpqHKvB6P .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-tYpqHKvB6P .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHKvB6P .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHKvB6P .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHKvB6P .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYpqHKvB6P div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-tYpqHLbgHe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tYpqHLbgHe .image-wrapper {
  padding: 0 2rem;
}
.cid-tYpqHLbgHe .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-tYpqHLbgHe .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-tYpqHLbgHe .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-tYpqHLbgHe .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-tYpqHLbgHe .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-tYpqHLbgHe .text-wrapper,
  .cid-tYpqHLbgHe .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYpqHLbgHe .text-wrapper,
  .cid-tYpqHLbgHe .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-tYpqHLbgHe .text-wrapper,
  .cid-tYpqHLbgHe .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-tYpqHLbgHe .text-wrapper,
  .cid-tYpqHLbgHe .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-tYpqHLbgHe .text-wrapper,
  .cid-tYpqHLbgHe .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-tYpqHLbgHe .content {
    text-align: center;
  }
}
.cid-tYpqHLbgHe .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-tYpqHLbgHe .mbr-card-title {
    text-align: start;
  }
}
.cid-tYpqHLbgHe .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-tYpqHLbgHe .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-tYpqHLbgHe .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-tYpqHLbgHe .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-tYpqHLbgHe .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-tYpqHLbgHe .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-tYpqHLbgHe .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-tYpqHLbgHe .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-tYpqHLbgHe .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-tYpqHLbgHe .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-tYpqHLbgHe .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-tYpqHLbgHe .nutrition-wrap {
    width: 100%;
  }
}
.cid-tYpqHLbgHe .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-tYpqHLbgHe .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-tYpqHLbgHe .tile-text-wrap {
  display: flex;
}
.cid-tYpqHLbgHe svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-tYpqHLbgHe svg path {
  fill: #cd8ad1;
}
.cid-tYpqHLbgHe .numbers {
  display: flex;
  align-self: center;
}
.cid-tYpqHLbgHe .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-tYpqHLbgHe .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-tYpqHLbgHe .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-tYpqHLbgHe .mbr-tile-text {
    text-align: start;
  }
}
.cid-tYpqHLbgHe .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tYpqHLbgHe .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-tYpqHLbgHe .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-tYpqHLbgHe .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-tYpqHLbgHe .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-tYpqHLbgHe .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHLbgHe .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHLbgHe .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHLbgHe .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYpqHLbgHe div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-tYpqHLOxWK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tYpqHLOxWK .row {
  flex-direction: row-reverse;
}
.cid-tYpqHLOxWK .image-wrapper {
  padding: 0 2rem;
}
.cid-tYpqHLOxWK .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-tYpqHLOxWK .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-tYpqHLOxWK .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-tYpqHLOxWK .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-tYpqHLOxWK .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-tYpqHLOxWK .text-wrapper,
  .cid-tYpqHLOxWK .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYpqHLOxWK .text-wrapper,
  .cid-tYpqHLOxWK .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-tYpqHLOxWK .text-wrapper,
  .cid-tYpqHLOxWK .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-tYpqHLOxWK .text-wrapper,
  .cid-tYpqHLOxWK .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-tYpqHLOxWK .text-wrapper,
  .cid-tYpqHLOxWK .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-tYpqHLOxWK .content {
    text-align: center;
  }
}
.cid-tYpqHLOxWK .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-tYpqHLOxWK .mbr-card-title {
    text-align: start;
  }
}
.cid-tYpqHLOxWK .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-tYpqHLOxWK .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-tYpqHLOxWK .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-tYpqHLOxWK .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-tYpqHLOxWK .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-tYpqHLOxWK .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-tYpqHLOxWK .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-tYpqHLOxWK .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-tYpqHLOxWK .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-tYpqHLOxWK .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-tYpqHLOxWK .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-tYpqHLOxWK .nutrition-wrap {
    width: 100%;
  }
}
.cid-tYpqHLOxWK .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-tYpqHLOxWK .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-tYpqHLOxWK .tile-text-wrap {
  display: flex;
}
.cid-tYpqHLOxWK svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-tYpqHLOxWK svg path {
  fill: #cd8ad1;
}
.cid-tYpqHLOxWK .numbers {
  display: flex;
  align-self: center;
}
.cid-tYpqHLOxWK .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-tYpqHLOxWK .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-tYpqHLOxWK .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-tYpqHLOxWK .mbr-tile-text {
    text-align: start;
  }
}
.cid-tYpqHLOxWK .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tYpqHLOxWK .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-tYpqHLOxWK .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-tYpqHLOxWK .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-tYpqHLOxWK .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-tYpqHLOxWK .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHLOxWK .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHLOxWK .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHLOxWK .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYpqHLOxWK div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-tYpqHMte1G {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tYpqHMte1G .image-wrapper {
  padding: 0 2rem;
}
.cid-tYpqHMte1G .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-tYpqHMte1G .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-tYpqHMte1G .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-tYpqHMte1G .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-tYpqHMte1G .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-tYpqHMte1G .text-wrapper,
  .cid-tYpqHMte1G .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYpqHMte1G .text-wrapper,
  .cid-tYpqHMte1G .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-tYpqHMte1G .text-wrapper,
  .cid-tYpqHMte1G .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-tYpqHMte1G .text-wrapper,
  .cid-tYpqHMte1G .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-tYpqHMte1G .text-wrapper,
  .cid-tYpqHMte1G .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-tYpqHMte1G .content {
    text-align: center;
  }
}
.cid-tYpqHMte1G .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-tYpqHMte1G .mbr-card-title {
    text-align: start;
  }
}
.cid-tYpqHMte1G .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-tYpqHMte1G .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-tYpqHMte1G .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-tYpqHMte1G .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-tYpqHMte1G .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-tYpqHMte1G .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-tYpqHMte1G .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-tYpqHMte1G .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-tYpqHMte1G .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-tYpqHMte1G .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-tYpqHMte1G .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-tYpqHMte1G .nutrition-wrap {
    width: 100%;
  }
}
.cid-tYpqHMte1G .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-tYpqHMte1G .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-tYpqHMte1G .tile-text-wrap {
  display: flex;
}
.cid-tYpqHMte1G svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-tYpqHMte1G svg path {
  fill: #cd8ad1;
}
.cid-tYpqHMte1G .numbers {
  display: flex;
  align-self: center;
}
.cid-tYpqHMte1G .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-tYpqHMte1G .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-tYpqHMte1G .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-tYpqHMte1G .mbr-tile-text {
    text-align: start;
  }
}
.cid-tYpqHMte1G .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tYpqHMte1G .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-tYpqHMte1G .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-tYpqHMte1G .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-tYpqHMte1G .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-tYpqHMte1G .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHMte1G .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHMte1G .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHMte1G .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYpqHMte1G div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-tYpqHNbyIL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tYpqHNbyIL .row {
  flex-direction: row-reverse;
}
.cid-tYpqHNbyIL .image-wrapper {
  padding: 0 2rem;
}
.cid-tYpqHNbyIL .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-tYpqHNbyIL .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-tYpqHNbyIL .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-tYpqHNbyIL .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-tYpqHNbyIL .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-tYpqHNbyIL .text-wrapper,
  .cid-tYpqHNbyIL .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYpqHNbyIL .text-wrapper,
  .cid-tYpqHNbyIL .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-tYpqHNbyIL .text-wrapper,
  .cid-tYpqHNbyIL .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-tYpqHNbyIL .text-wrapper,
  .cid-tYpqHNbyIL .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-tYpqHNbyIL .text-wrapper,
  .cid-tYpqHNbyIL .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-tYpqHNbyIL .content {
    text-align: center;
  }
}
.cid-tYpqHNbyIL .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-tYpqHNbyIL .mbr-card-title {
    text-align: start;
  }
}
.cid-tYpqHNbyIL .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-tYpqHNbyIL .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-tYpqHNbyIL .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-tYpqHNbyIL .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-tYpqHNbyIL .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-tYpqHNbyIL .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-tYpqHNbyIL .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-tYpqHNbyIL .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-tYpqHNbyIL .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-tYpqHNbyIL .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-tYpqHNbyIL .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-tYpqHNbyIL .nutrition-wrap {
    width: 100%;
  }
}
.cid-tYpqHNbyIL .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-tYpqHNbyIL .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-tYpqHNbyIL .tile-text-wrap {
  display: flex;
}
.cid-tYpqHNbyIL svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-tYpqHNbyIL svg path {
  fill: #cd8ad1;
}
.cid-tYpqHNbyIL .numbers {
  display: flex;
  align-self: center;
}
.cid-tYpqHNbyIL .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-tYpqHNbyIL .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-tYpqHNbyIL .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-tYpqHNbyIL .mbr-tile-text {
    text-align: start;
  }
}
.cid-tYpqHNbyIL .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tYpqHNbyIL .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-tYpqHNbyIL .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-tYpqHNbyIL .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-tYpqHNbyIL .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-tYpqHNbyIL .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHNbyIL .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHNbyIL .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHNbyIL .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYpqHNbyIL div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-tYpqHO0JcQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tYpqHO0JcQ .image-wrapper {
  padding: 0 2rem;
}
.cid-tYpqHO0JcQ .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-tYpqHO0JcQ .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-tYpqHO0JcQ .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-tYpqHO0JcQ .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-tYpqHO0JcQ .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-tYpqHO0JcQ .text-wrapper,
  .cid-tYpqHO0JcQ .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYpqHO0JcQ .text-wrapper,
  .cid-tYpqHO0JcQ .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-tYpqHO0JcQ .text-wrapper,
  .cid-tYpqHO0JcQ .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-tYpqHO0JcQ .text-wrapper,
  .cid-tYpqHO0JcQ .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-tYpqHO0JcQ .text-wrapper,
  .cid-tYpqHO0JcQ .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-tYpqHO0JcQ .content {
    text-align: center;
  }
}
.cid-tYpqHO0JcQ .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-tYpqHO0JcQ .mbr-card-title {
    text-align: start;
  }
}
.cid-tYpqHO0JcQ .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-tYpqHO0JcQ .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-tYpqHO0JcQ .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-tYpqHO0JcQ .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-tYpqHO0JcQ .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-tYpqHO0JcQ .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-tYpqHO0JcQ .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-tYpqHO0JcQ .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-tYpqHO0JcQ .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-tYpqHO0JcQ .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-tYpqHO0JcQ .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-tYpqHO0JcQ .nutrition-wrap {
    width: 100%;
  }
}
.cid-tYpqHO0JcQ .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-tYpqHO0JcQ .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-tYpqHO0JcQ .tile-text-wrap {
  display: flex;
}
.cid-tYpqHO0JcQ svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-tYpqHO0JcQ svg path {
  fill: #cd8ad1;
}
.cid-tYpqHO0JcQ .numbers {
  display: flex;
  align-self: center;
}
.cid-tYpqHO0JcQ .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-tYpqHO0JcQ .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-tYpqHO0JcQ .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-tYpqHO0JcQ .mbr-tile-text {
    text-align: start;
  }
}
.cid-tYpqHO0JcQ .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tYpqHO0JcQ .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-tYpqHO0JcQ .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-tYpqHO0JcQ .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-tYpqHO0JcQ .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-tYpqHO0JcQ .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHO0JcQ .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHO0JcQ .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHO0JcQ .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYpqHO0JcQ div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-tYpqHOHTBp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tYpqHOHTBp .row {
  flex-direction: row-reverse;
}
.cid-tYpqHOHTBp .image-wrapper {
  padding: 0 2rem;
}
.cid-tYpqHOHTBp .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-tYpqHOHTBp .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-tYpqHOHTBp .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-tYpqHOHTBp .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-tYpqHOHTBp .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-tYpqHOHTBp .text-wrapper,
  .cid-tYpqHOHTBp .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYpqHOHTBp .text-wrapper,
  .cid-tYpqHOHTBp .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-tYpqHOHTBp .text-wrapper,
  .cid-tYpqHOHTBp .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-tYpqHOHTBp .text-wrapper,
  .cid-tYpqHOHTBp .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-tYpqHOHTBp .text-wrapper,
  .cid-tYpqHOHTBp .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-tYpqHOHTBp .content {
    text-align: center;
  }
}
.cid-tYpqHOHTBp .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-tYpqHOHTBp .mbr-card-title {
    text-align: start;
  }
}
.cid-tYpqHOHTBp .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-tYpqHOHTBp .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-tYpqHOHTBp .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-tYpqHOHTBp .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-tYpqHOHTBp .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-tYpqHOHTBp .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-tYpqHOHTBp .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-tYpqHOHTBp .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-tYpqHOHTBp .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-tYpqHOHTBp .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-tYpqHOHTBp .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-tYpqHOHTBp .nutrition-wrap {
    width: 100%;
  }
}
.cid-tYpqHOHTBp .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-tYpqHOHTBp .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-tYpqHOHTBp .tile-text-wrap {
  display: flex;
}
.cid-tYpqHOHTBp svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-tYpqHOHTBp svg path {
  fill: #cd8ad1;
}
.cid-tYpqHOHTBp .numbers {
  display: flex;
  align-self: center;
}
.cid-tYpqHOHTBp .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-tYpqHOHTBp .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-tYpqHOHTBp .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-tYpqHOHTBp .mbr-tile-text {
    text-align: start;
  }
}
.cid-tYpqHOHTBp .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tYpqHOHTBp .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-tYpqHOHTBp .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-tYpqHOHTBp .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-tYpqHOHTBp .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-tYpqHOHTBp .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHOHTBp .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHOHTBp .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHOHTBp .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYpqHOHTBp div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-tYpqHPrDEp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tYpqHPrDEp .image-wrapper {
  padding: 0 2rem;
}
.cid-tYpqHPrDEp .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-tYpqHPrDEp .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-tYpqHPrDEp .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-tYpqHPrDEp .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-tYpqHPrDEp .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-tYpqHPrDEp .text-wrapper,
  .cid-tYpqHPrDEp .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYpqHPrDEp .text-wrapper,
  .cid-tYpqHPrDEp .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-tYpqHPrDEp .text-wrapper,
  .cid-tYpqHPrDEp .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-tYpqHPrDEp .text-wrapper,
  .cid-tYpqHPrDEp .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-tYpqHPrDEp .text-wrapper,
  .cid-tYpqHPrDEp .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-tYpqHPrDEp .content {
    text-align: center;
  }
}
.cid-tYpqHPrDEp .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-tYpqHPrDEp .mbr-card-title {
    text-align: start;
  }
}
.cid-tYpqHPrDEp .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-tYpqHPrDEp .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-tYpqHPrDEp .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-tYpqHPrDEp .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-tYpqHPrDEp .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-tYpqHPrDEp .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-tYpqHPrDEp .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-tYpqHPrDEp .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-tYpqHPrDEp .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-tYpqHPrDEp .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-tYpqHPrDEp .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-tYpqHPrDEp .nutrition-wrap {
    width: 100%;
  }
}
.cid-tYpqHPrDEp .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-tYpqHPrDEp .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-tYpqHPrDEp .tile-text-wrap {
  display: flex;
}
.cid-tYpqHPrDEp svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-tYpqHPrDEp svg path {
  fill: #cd8ad1;
}
.cid-tYpqHPrDEp .numbers {
  display: flex;
  align-self: center;
}
.cid-tYpqHPrDEp .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-tYpqHPrDEp .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-tYpqHPrDEp .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-tYpqHPrDEp .mbr-tile-text {
    text-align: start;
  }
}
.cid-tYpqHPrDEp .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tYpqHPrDEp .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-tYpqHPrDEp .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-tYpqHPrDEp .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-tYpqHPrDEp .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-tYpqHPrDEp .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHPrDEp .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHPrDEp .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHPrDEp .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYpqHPrDEp div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-tYpqHQbPWX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tYpqHQbPWX .row {
  flex-direction: row-reverse;
}
.cid-tYpqHQbPWX .image-wrapper {
  padding: 0 2rem;
}
.cid-tYpqHQbPWX .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-tYpqHQbPWX .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-tYpqHQbPWX .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-tYpqHQbPWX .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-tYpqHQbPWX .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-tYpqHQbPWX .text-wrapper,
  .cid-tYpqHQbPWX .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYpqHQbPWX .text-wrapper,
  .cid-tYpqHQbPWX .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-tYpqHQbPWX .text-wrapper,
  .cid-tYpqHQbPWX .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-tYpqHQbPWX .text-wrapper,
  .cid-tYpqHQbPWX .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-tYpqHQbPWX .text-wrapper,
  .cid-tYpqHQbPWX .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-tYpqHQbPWX .content {
    text-align: center;
  }
}
.cid-tYpqHQbPWX .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-tYpqHQbPWX .mbr-card-title {
    text-align: start;
  }
}
.cid-tYpqHQbPWX .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-tYpqHQbPWX .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-tYpqHQbPWX .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-tYpqHQbPWX .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-tYpqHQbPWX .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-tYpqHQbPWX .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-tYpqHQbPWX .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-tYpqHQbPWX .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-tYpqHQbPWX .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-tYpqHQbPWX .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-tYpqHQbPWX .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-tYpqHQbPWX .nutrition-wrap {
    width: 100%;
  }
}
.cid-tYpqHQbPWX .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-tYpqHQbPWX .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-tYpqHQbPWX .tile-text-wrap {
  display: flex;
}
.cid-tYpqHQbPWX svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-tYpqHQbPWX svg path {
  fill: #cd8ad1;
}
.cid-tYpqHQbPWX .numbers {
  display: flex;
  align-self: center;
}
.cid-tYpqHQbPWX .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-tYpqHQbPWX .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-tYpqHQbPWX .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-tYpqHQbPWX .mbr-tile-text {
    text-align: start;
  }
}
.cid-tYpqHQbPWX .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tYpqHQbPWX .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-tYpqHQbPWX .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-tYpqHQbPWX .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-tYpqHQbPWX .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-tYpqHQbPWX .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHQbPWX .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHQbPWX .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHQbPWX .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYpqHQbPWX div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-tYpqHQQnYm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tYpqHQQnYm .image-wrapper {
  padding: 0 2rem;
}
.cid-tYpqHQQnYm .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-tYpqHQQnYm .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-tYpqHQQnYm .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-tYpqHQQnYm .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-tYpqHQQnYm .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-tYpqHQQnYm .text-wrapper,
  .cid-tYpqHQQnYm .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYpqHQQnYm .text-wrapper,
  .cid-tYpqHQQnYm .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-tYpqHQQnYm .text-wrapper,
  .cid-tYpqHQQnYm .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-tYpqHQQnYm .text-wrapper,
  .cid-tYpqHQQnYm .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-tYpqHQQnYm .text-wrapper,
  .cid-tYpqHQQnYm .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-tYpqHQQnYm .content {
    text-align: center;
  }
}
.cid-tYpqHQQnYm .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-tYpqHQQnYm .mbr-card-title {
    text-align: start;
  }
}
.cid-tYpqHQQnYm .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-tYpqHQQnYm .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-tYpqHQQnYm .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-tYpqHQQnYm .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-tYpqHQQnYm .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-tYpqHQQnYm .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-tYpqHQQnYm .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-tYpqHQQnYm .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-tYpqHQQnYm .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-tYpqHQQnYm .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-tYpqHQQnYm .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-tYpqHQQnYm .nutrition-wrap {
    width: 100%;
  }
}
.cid-tYpqHQQnYm .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-tYpqHQQnYm .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-tYpqHQQnYm .tile-text-wrap {
  display: flex;
}
.cid-tYpqHQQnYm svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-tYpqHQQnYm svg path {
  fill: #cd8ad1;
}
.cid-tYpqHQQnYm .numbers {
  display: flex;
  align-self: center;
}
.cid-tYpqHQQnYm .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-tYpqHQQnYm .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-tYpqHQQnYm .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-tYpqHQQnYm .mbr-tile-text {
    text-align: start;
  }
}
.cid-tYpqHQQnYm .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tYpqHQQnYm .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-tYpqHQQnYm .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-tYpqHQQnYm .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-tYpqHQQnYm .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-tYpqHQQnYm .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHQQnYm .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHQQnYm .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYpqHQQnYm .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYpqHQQnYm div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-u5zBZyjExG {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-u5zBZyjExG .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-u5zBZyjExG .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-u5zBZyjExG .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-u5zBZyjExG .navbar.opened {
  transition: all 0.2s;
  background: #ffffff !important;
}
.cid-u5zBZyjExG .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-u5zBZyjExG .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-u5zBZyjExG .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-u5zBZyjExG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5zBZyjExG .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-u5zBZyjExG .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #0c5b47;
}
.cid-u5zBZyjExG .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-u5zBZyjExG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5zBZyjExG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 91.82857143vh;
  }
}
.cid-u5zBZyjExG .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-u5zBZyjExG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5zBZyjExG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5zBZyjExG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u5zBZyjExG .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-u5zBZyjExG .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-u5zBZyjExG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5zBZyjExG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-u5zBZyjExG .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-u5zBZyjExG .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-u5zBZyjExG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5zBZyjExG .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-u5zBZyjExG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5zBZyjExG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5zBZyjExG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u5zBZyjExG .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-u5zBZyjExG .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-u5zBZyjExG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5zBZyjExG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-u5zBZyjExG .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-u5zBZyjExG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-u5zBZyjExG .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u5zBZyjExG .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-u5zBZyjExG .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-u5zBZyjExG .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-u5zBZyjExG .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-u5zBZyjExG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-u5zBZyjExG .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-u5zBZyjExG .navbar-brand {
  height: 4.4rem;
  min-height: 2rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-u5zBZyjExG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5zBZyjExG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5zBZyjExG .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-u5zBZyjExG .dropdown-item.active,
.cid-u5zBZyjExG .dropdown-item:active {
  background-color: transparent;
}
.cid-u5zBZyjExG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-u5zBZyjExG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5zBZyjExG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5zBZyjExG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u5zBZyjExG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-u5zBZyjExG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5zBZyjExG ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-u5zBZyjExG .navbar-buttons {
  text-align: center;
}
.cid-u5zBZyjExG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u5zBZyjExG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-u5zBZyjExG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5zBZyjExG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-u5zBZyjExG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-u5zBZyjExG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5zBZyjExG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5zBZyjExG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-u5zBZyjExG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-u5zBZyjExG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5zBZyjExG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-u5zBZyjExG .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-u5zBZyjExG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-u5zBZyjExG .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-u5zBZyjExG .nav-link:hover,
.cid-u5zBZyjExG .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-u5zBZyjExG .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-u5zBZyjExG .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-u5zBZyjExG .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-u4NwgPZdI4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-9-1920x1280.webp");
}
.cid-u4NwgPZdI4 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u4NwgPZdI4 .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-u4NwgPZdI4 .mbr-section-subtitle {
  color: #ffffff;
  text-align: right;
  padding-bottom: 20px;
  font-size: 60px;
}
.cid-u4NwgPZdI4 .row {
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.cid-u4NwgPZdI4 .sign {
  width: 300px;
  display: inline;
}
.cid-u4NwgPZdI4 .text,
.cid-u4NwgPZdI4 .si {
  text-align: right;
}
@media (max-width: 690px) {
  .cid-u4NwgPZdI4 .sign {
    width: 100%;
  }
}
.cid-u4WPxeDtdZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u4WPxeDtdZ .left-side {
  text-align: left;
  padding-left: 5rem;
}
.cid-u4WPxeDtdZ .row {
  align-items: center;
}
.cid-u4WPxeDtdZ .mbr-section-title {
  margin: 0 15px 10px;
  color: #0c5b47;
}
@media (max-width: 690px) {
  .cid-u4WPxeDtdZ .mbr-section-title {
    margin-top: 25px;
  }
  .cid-u4WPxeDtdZ .left-side {
    padding-right: 15px;
    padding-left: 15px;
  }
  .cid-u4WPxeDtdZ .right-side {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.cid-u4WPxeDtdZ .mbr-iconfont {
  font-size: 80px;
  color: #0c5b47;
}
.cid-u4WPxeDtdZ .iconfont-wrapper {
  margin-bottom: 13px;
}
.cid-u4WPxeDtdZ .desc {
  padding: 0 15px 30px;
  color: #1b745e;
}
.cid-u4WPxeDtdZ .desc1 {
  padding-bottom: 5px;
  padding-right: 3.75rem;
}
.cid-u4WPxeDtdZ .desc2 {
  font-style: italic;
  color: #1b745e;
}
.cid-u4WPxeDtdZ .desc1,
.cid-u4WPxeDtdZ .iconfont-wrapper {
  color: #0c5b47;
}
@media (min-width: 960px) {
  .cid-u4WPxeDtdZ .bord {
    border-right: 1px solid #c0c0c0;
  }
}
.cid-u4WPxeDtdZ .col-auto {
  display: inline-block;
}
@media (max-width: 990px) {
  .cid-u4WPxeDtdZ .left-side {
    padding-left: 0;
    padding-top: 20px;
  }
  .cid-u4WPxeDtdZ .desc1 {
    padding-right: 0;
  }
  .cid-u4WPxeDtdZ .mbr-iconfont {
    font-size: 60px;
  }
  .cid-u4WPxeDtdZ .container-fluid {
    padding: 0 15px;
  }
}
@media (min-width: 320px) {
  .cid-u4WPxeDtdZ .top {
    margin-top: 20px;
  }
}
@media (max-width: 770px) {
  .cid-u4WPxeDtdZ .left-side {
    padding: 25px 0;
    text-align: center;
  }
  .cid-u4WPxeDtdZ .desc {
    text-align: left;
  }
  .cid-u4WPxeDtdZ .desc1 {
    padding-right: 0;
  }
  .cid-u4WPxeDtdZ .mbr-iconfont {
    font-size: 60px;
  }
  .cid-u4WPxeDtdZ .container-fluid {
    padding: 0 15px;
  }
  .cid-u4WPxeDtdZ .mbr-section-title {
    text-align: left;
  }
}
.cid-u4WRdZs0BX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f8f8f8;
}
@media (max-width: 991px) {
  .cid-u4WRdZs0BX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u4WRdZs0BX .row {
  flex-direction: row-reverse;
}
.cid-u4WRdZs0BX img {
  width: 100%;
}
.cid-u4WRdZs0BX .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
  text-align: center;
}
.cid-u4WRdZs0BX .mbr-text {
  margin-bottom: 4.5rem;
  color: #3a3e5e;
  text-align: center;
}
.cid-u4WRdZs0BX .image-wrapper img {
  border-radius: 15px;
}
.cid-u4WQaJjG5D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u4WQaJjG5D .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4WQaJjG5D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4WQaJjG5D .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u4WQaJjG5D .container-fluid {
    padding: 0 30px;
  }
}
.cid-u4WQaJjG5D .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u4WQaJjG5D .container {
    padding: 0 30px;
  }
}
.cid-u4WQaJjG5D .text-wrap {
  display: flex;
  align-items: flex-end;
}
.cid-u4WQaJjG5D .text-wrap .text-wrapper {
  display: inline-flex;
  padding-top: 30px;
  border-top: 1px solid #000000;
  margin: 0 92px 40px 0;
}
@media (max-width: 1440px) {
  .cid-u4WQaJjG5D .text-wrap .text-wrapper {
    margin: 0 40px 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-u4WQaJjG5D .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-u4WQaJjG5D .text-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u4WQaJjG5D .text-wrap .text-wrapper .mbr-iconfont {
  font-size: 22px;
  margin-right: 24px;
  color: #ff6839;
}
.cid-u4WQaJjG5D .image-wrapper img {
  height: 480px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-u4WQaJjG5D .image-wrapper img {
    height: 280px;
  }
}
.cid-u4WQaJjG5D .mbr-text {
  color: #000000;
}
.cid-u4WQjZJfFy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfbfb;
}
.cid-u4WQjZJfFy .text-wrapper {
  margin: 0 150px 137px;
}
@media (max-width: 992px) {
  .cid-u4WQjZJfFy .text-wrapper {
    margin: 0 30px 70px;
  }
}
.cid-u4WQjZJfFy .text-wrapper .mbr-section-subtitle {
  margin-bottom: 73px;
}
@media (max-width: 992px) {
  .cid-u4WQjZJfFy .text-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-u4WQjZJfFy .text-wrapper .mbr-section-title {
  margin: 0;
}
.cid-u4WQjZJfFy .image-wrapper {
  margin: 0 150px;
}
.cid-u4WQjZJfFy .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u4WQjZJfFy .image-wrapper {
    margin: 0 30px;
  }
}
.cid-u4WQjZJfFy .mbr-section-subtitle {
  color: #1E1C21;
}
.cid-u4WQjZJfFy .mbr-section-title {
  color: #1E1C21;
  text-align: center;
}
.cid-u4WQrg3ie6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u4WQrg3ie6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u4WQrg3ie6 .row {
  flex-direction: row-reverse;
}
.cid-u4WQrg3ie6 img {
  width: 100%;
}
.cid-u4WQrg3ie6 .mbr-section-title {
  margin-bottom: 1rem;
  color: #0c5b47;
  text-align: center;
}
.cid-u4WQrg3ie6 .mbr-text {
  margin-bottom: 4.5rem;
  color: #3a3e5e;
  text-align: center;
}
.cid-u4WQrg3ie6 .image-wrapper img {
  border-radius: 15px;
}
.cid-u4WRSp6oJO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f8f8f8;
}
.cid-u4WRSp6oJO .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4WRSp6oJO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4WRSp6oJO .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u4WRSp6oJO .container-fluid {
    padding: 0 20px;
  }
}
.cid-u4WRSp6oJO .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u4WRSp6oJO .container {
    padding: 0 20px;
  }
}
.cid-u4WRSp6oJO .row {
  justify-content: center;
}
.cid-u4WRSp6oJO .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .cid-u4WRSp6oJO .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-u4WRSp6oJO .item {
  margin-bottom: 45px;
}
.cid-u4WRSp6oJO .item:nth-child(2n) {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .cid-u4WRSp6oJO .item:nth-child(2n) {
    margin-top: 0;
  }
}
.cid-u4WRSp6oJO .item a:hover .item-wrapper .item-img img {
  transform: scale(1.07);
}
.cid-u4WRSp6oJO .item a .item-wrapper .item-img {
  height: 670px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-u4WRSp6oJO .item a .item-wrapper .item-img {
    height: 300px;
  }
}
.cid-u4WRSp6oJO .item a .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-u4WRSp6oJO .item a .item-wrapper .item-content {
  margin-top: 30px;
}
.cid-u4WRSp6oJO .item a .item-wrapper .item-content .desc-wrapper {
  margin-bottom: 16px;
}
.cid-u4WRSp6oJO .item a .item-wrapper .item-content .desc-wrapper .desc-wrap {
  padding-left: 50px;
  position: relative;
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-u4WRSp6oJO .item a .item-wrapper .item-content .desc-wrapper .desc-wrap {
    padding: 0;
  }
}
.cid-u4WRSp6oJO .item a .item-wrapper .item-content .desc-wrapper .desc-wrap .mbr-desc {
  margin: 0 10px 0 0;
}
.cid-u4WRSp6oJO .item a .item-wrapper .item-content .desc-wrapper .desc-wrap .mbr-date {
  margin: 0;
}
.cid-u4WRSp6oJO .item a .item-wrapper .item-content .mbr-text {
  padding-left: 50px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-u4WRSp6oJO .item a .item-wrapper .item-content .mbr-text {
    padding: 0;
  }
}
.cid-u4WRSp6oJO .mbr-section-title {
  color: #000000;
}
.cid-u4WRSp6oJO .mbr-desc {
  color: #000000;
}
.cid-u4WRSp6oJO .mbr-date {
  color: #6a6e71;
}
.cid-u4WRSp6oJO .mbr-text {
  color: #000000;
}
.cid-u4WSaPioi5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u4WSaPioi5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4WSaPioi5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4WSaPioi5 .content-wrap {
  gap: 20px;
  padding: 32px;
  margin-bottom: 20px;
}
@media (max-width: 1399px) {
  .cid-u4WSaPioi5 .content-wrap {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .cid-u4WSaPioi5 .content-wrap {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .cid-u4WSaPioi5 .content-wrap {
    gap: 40px;
    padding: 12px;
    margin-bottom: 12px;
  }
}
.cid-u4WSaPioi5 .col-img {
  width: 69%;
}
@media (max-width: 1199px) {
  .cid-u4WSaPioi5 .col-img {
    width: 100%;
    order: 2;
  }
}
.cid-u4WSaPioi5 .image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-u4WSaPioi5 .image-wrapper {
    border-radius: 12px;
  }
}
.cid-u4WSaPioi5 .image-wrapper img {
  width: 100%;
  min-height: 534px;
  object-fit: cover;
}
@media (max-width: 1399px) {
  .cid-u4WSaPioi5 .image-wrapper img {
    min-height: 408px;
  }
}
@media (max-width: 1199px) {
  .cid-u4WSaPioi5 .image-wrapper img {
    width: 100%;
    min-height: auto;
    height: 350px;
  }
}
.cid-u4WSaPioi5 .col-text {
  display: flex;
  align-items: flex-start;
  width: 1%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-u4WSaPioi5 .col-text {
    width: 100%;
    order: 1;
  }
}
.cid-u4WSaPioi5 .card-title {
  color: #000000;
}
.cid-u4WSaPioi5 .mbr-text {
  margin-top: 16px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-u4WSaPioi5 .mbr-text {
    margin-top: 12px;
  }
}
.cid-u4WSaPioi5 .mbr-section-btn {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .cid-u4WSaPioi5 .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-tL5sya5bqG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fffbf6;
}
.cid-tL5sya5bqG p {
  text-align: center;
}
.cid-tL5sya5bqG .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tL5sya5bqG .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tL5sya5bqG .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #0c5b47;
}
.cid-tL5sya5bqG .logo-footer {
  line-height: normal;
}
.cid-tL5sya5bqG .copyright .list-inline {
  margin-bottom: 0;
}
.cid-tL5sya5bqG .copyright .list-inline .list-inline-item {
  margin: 10px 15px;
}
@media (max-width: 767px) {
  .cid-tL5sya5bqG .copyright .list-inline .list-inline-item {
    margin: 10px 6px;
  }
}
.cid-tL5sya5bqG li {
  overflow: hidden;
}
.cid-tL5sya5bqG .icon-transition span {
  display: block;
}
.cid-tL5sya5bqG .icon-transition:hover span {
  animation: 0.3s linear top;
}
.cid-tL5sya5bqG .list-inline-item a {
  display: block;
}
.cid-tL5sya5bqG .list-inline-item:hover a {
  animation: 0.3s linear top;
}
@keyframes top {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-100%);
  }
  51% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-tL5sya5bqG .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tL5sya5bqG .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tL5sya5bqG .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 1.5rem;
}
.cid-tL5sya5bqG .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tL5sya5bqG .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tL5sya5bqG .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-tL5sya5bqG .logo-footer {
    text-align: center;
  }
  .cid-tL5sya5bqG .social-media {
    justify-content: center;
  }
}
.cid-u5zBZyjExG {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-u5zBZyjExG .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-u5zBZyjExG .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-u5zBZyjExG .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-u5zBZyjExG .navbar.opened {
  transition: all 0.2s;
  background: #ffffff !important;
}
.cid-u5zBZyjExG .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-u5zBZyjExG .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-u5zBZyjExG .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-u5zBZyjExG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5zBZyjExG .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-u5zBZyjExG .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #0c5b47;
}
.cid-u5zBZyjExG .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-u5zBZyjExG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5zBZyjExG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 91.82857143vh;
  }
}
.cid-u5zBZyjExG .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-u5zBZyjExG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5zBZyjExG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5zBZyjExG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u5zBZyjExG .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-u5zBZyjExG .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-u5zBZyjExG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5zBZyjExG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-u5zBZyjExG .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-u5zBZyjExG .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-u5zBZyjExG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5zBZyjExG .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-u5zBZyjExG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5zBZyjExG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5zBZyjExG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u5zBZyjExG .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-u5zBZyjExG .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-u5zBZyjExG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5zBZyjExG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-u5zBZyjExG .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-u5zBZyjExG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-u5zBZyjExG .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u5zBZyjExG .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-u5zBZyjExG .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-u5zBZyjExG .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-u5zBZyjExG .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-u5zBZyjExG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-u5zBZyjExG .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-u5zBZyjExG .navbar-brand {
  height: 4.4rem;
  min-height: 2rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-u5zBZyjExG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5zBZyjExG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5zBZyjExG .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-u5zBZyjExG .dropdown-item.active,
.cid-u5zBZyjExG .dropdown-item:active {
  background-color: transparent;
}
.cid-u5zBZyjExG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-u5zBZyjExG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5zBZyjExG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5zBZyjExG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u5zBZyjExG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-u5zBZyjExG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5zBZyjExG ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-u5zBZyjExG .navbar-buttons {
  text-align: center;
}
.cid-u5zBZyjExG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u5zBZyjExG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-u5zBZyjExG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5zBZyjExG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-u5zBZyjExG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-u5zBZyjExG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5zBZyjExG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5zBZyjExG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-u5zBZyjExG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-u5zBZyjExG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5zBZyjExG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-u5zBZyjExG .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-u5zBZyjExG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-u5zBZyjExG .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-u5zBZyjExG .nav-link:hover,
.cid-u5zBZyjExG .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-u5zBZyjExG .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-u5zBZyjExG .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-u5zBZyjExG .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-u5zBZyjExG {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-u5zBZyjExG .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-u5zBZyjExG .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-u5zBZyjExG .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.cid-u5zBZyjExG .navbar.opened {
  transition: all 0.2s;
  background: #ffffff !important;
}
.cid-u5zBZyjExG .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-u5zBZyjExG .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-u5zBZyjExG .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-u5zBZyjExG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5zBZyjExG .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-u5zBZyjExG .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #0c5b47;
}
.cid-u5zBZyjExG .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-u5zBZyjExG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5zBZyjExG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 91.82857143vh;
  }
}
.cid-u5zBZyjExG .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-u5zBZyjExG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5zBZyjExG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5zBZyjExG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u5zBZyjExG .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-u5zBZyjExG .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-u5zBZyjExG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5zBZyjExG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-u5zBZyjExG .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-u5zBZyjExG .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-u5zBZyjExG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5zBZyjExG .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-u5zBZyjExG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5zBZyjExG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5zBZyjExG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u5zBZyjExG .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-u5zBZyjExG .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-u5zBZyjExG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5zBZyjExG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-u5zBZyjExG .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-u5zBZyjExG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-u5zBZyjExG .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u5zBZyjExG .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-u5zBZyjExG .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-u5zBZyjExG .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-u5zBZyjExG .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-u5zBZyjExG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-u5zBZyjExG .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-u5zBZyjExG .navbar-brand {
  height: 4.4rem;
  min-height: 2rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-u5zBZyjExG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5zBZyjExG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5zBZyjExG .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-u5zBZyjExG .dropdown-item.active,
.cid-u5zBZyjExG .dropdown-item:active {
  background-color: transparent;
}
.cid-u5zBZyjExG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-u5zBZyjExG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5zBZyjExG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5zBZyjExG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u5zBZyjExG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-u5zBZyjExG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5zBZyjExG ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-u5zBZyjExG .navbar-buttons {
  text-align: center;
}
.cid-u5zBZyjExG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u5zBZyjExG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-u5zBZyjExG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5zBZyjExG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-u5zBZyjExG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-u5zBZyjExG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5zBZyjExG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5zBZyjExG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-u5zBZyjExG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-u5zBZyjExG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5zBZyjExG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-u5zBZyjExG .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-u5zBZyjExG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-u5zBZyjExG .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-u5zBZyjExG .nav-link:hover,
.cid-u5zBZyjExG .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-u5zBZyjExG .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-u5zBZyjExG .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-u5zBZyjExG .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-uqgEsQcLmt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uqgEsQcLmt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqgEsQcLmt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqgEsQcLmt .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uqgEsQcLmt .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uqgEsQcLmt .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uqgEsQcLmt .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uqgEsQcLmt .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uqgEsQcLmt .header-menu li p {
  margin: 0;
}
.cid-uqgDaBx6Vd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uqgDaBx6Vd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqgDaBx6Vd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqgDaBx6Vd .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uqgDaBx6Vd .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uqgDaBx6Vd .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uqgDaBx6Vd .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uqgDaBx6Vd .container {
    padding: 0 24px;
  }
}
.cid-uqgDaBx6Vd .content-wrapper {
  display: flex;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uqgDaBx6Vd .content-wrapper {
    display: block;
  }
}
.cid-uqgDaBx6Vd .content-wrapper .content-wrap {
  width: 50%;
  padding: 150px 64px;
}
@media (max-width: 1440px) {
  .cid-uqgDaBx6Vd .content-wrapper .content-wrap {
    padding: 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uqgDaBx6Vd .content-wrapper .content-wrap {
    width: 100%;
    padding: 24px 24px 32px;
  }
}
.cid-uqgDaBx6Vd .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uqgDaBx6Vd .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uqgDaBx6Vd .content-wrapper .content-wrap .mbr-text {
  opacity: .5;
  margin-bottom: 22px;
}
.cid-uqgDaBx6Vd .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uqgDaBx6Vd .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uqgDaBx6Vd .content-wrapper .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uqgDaBx6Vd .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uqgDaBx6Vd .mbr-section-title {
  color: #18212d;
}
.cid-uqgDaBx6Vd .mbr-desc {
  color: #18212d;
}
.cid-uqgDaBx6Vd .mbr-text {
  color: #000000;
}
.cid-uqgD3pTglz {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uqgD3pTglz .decor-wrap {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uqgD3pTglz .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-uqgD3pTglz .decor_1 {
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  border-radius: 0 0 40% 0;
  background-color: #e0ecdc;
  z-index: 1;
}
.cid-uqgD3pTglz .decor_2 {
  right: -35%;
  bottom: 0;
  width: 200vh;
  height: 80%;
  border-radius: 100% 100% 0 0;
  background-color: #f4f4f2;
}
.cid-uqgD3pTglz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqgD3pTglz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqgD3pTglz .row {
  position: relative;
  z-index: 2;
}
.cid-uqgD3pTglz .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uqgD3pTglz .content-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-uqgD3pTglz .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uqgD3pTglz .content-wrapper .text-wrapper {
  padding-right: 32%;
}
@media (max-width: 992px) {
  .cid-uqgD3pTglz .content-wrapper .text-wrapper {
    padding-right: 0;
  }
}
.cid-uqgD3pTglz .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uqgD3pTglz .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uqgD3pTglz .image-wrapper {
    margin-top: 46px;
  }
}
.cid-uqgD3pTglz .image-wrapper img {
  height: 800px;
  width: 150%;
  transform: rotate(-8deg);
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uqgD3pTglz .image-wrapper img {
    height: 350px;
    transform: none;
    width: 100%;
  }
}
.cid-uqgD3pTglz .mbr-section-title {
  color: #212529;
}
.cid-uqgD3pTglz .mbr-text {
  color: #51565c;
}
.cid-uqgFud2MRQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf5;
}
.cid-uqgFud2MRQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqgFud2MRQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqgFud2MRQ .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uqgFud2MRQ .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uqgFud2MRQ .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uqgFud2MRQ .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uqgFud2MRQ .container {
    padding: 0 16px;
  }
}
.cid-uqgFud2MRQ .row {
  justify-content: center;
}
.cid-uqgFud2MRQ .content-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uqgFud2MRQ .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uqgFud2MRQ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uqgFud2MRQ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uqgFud2MRQ .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uqgFud2MRQ .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tL5sya5bqG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fffbf6;
}
.cid-tL5sya5bqG p {
  text-align: center;
}
.cid-tL5sya5bqG .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tL5sya5bqG .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tL5sya5bqG .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #0c5b47;
}
.cid-tL5sya5bqG .logo-footer {
  line-height: normal;
}
.cid-tL5sya5bqG .copyright .list-inline {
  margin-bottom: 0;
}
.cid-tL5sya5bqG .copyright .list-inline .list-inline-item {
  margin: 10px 15px;
}
@media (max-width: 767px) {
  .cid-tL5sya5bqG .copyright .list-inline .list-inline-item {
    margin: 10px 6px;
  }
}
.cid-tL5sya5bqG li {
  overflow: hidden;
}
.cid-tL5sya5bqG .icon-transition span {
  display: block;
}
.cid-tL5sya5bqG .icon-transition:hover span {
  animation: 0.3s linear top;
}
.cid-tL5sya5bqG .list-inline-item a {
  display: block;
}
.cid-tL5sya5bqG .list-inline-item:hover a {
  animation: 0.3s linear top;
}
@keyframes top {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-100%);
  }
  51% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-tL5sya5bqG .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tL5sya5bqG .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tL5sya5bqG .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 1.5rem;
}
.cid-tL5sya5bqG .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tL5sya5bqG .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tL5sya5bqG .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-tL5sya5bqG .logo-footer {
    text-align: center;
  }
  .cid-tL5sya5bqG .social-media {
    justify-content: center;
  }
}
