body {
  font-family: Kumbh Sans;
}
.display-1 {
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 5.6rem;
}
.display-1 > .mbr-iconfont {
  font-size: 8.96rem;
}
.display-2 {
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 1.25rem;
}
.display-4 > .mbr-iconfont {
  font-size: 2rem;
}
.display-5 {
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 1.7rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.72rem;
}
.display-7 {
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.6rem;
    font-size: calc( 2.61rem + (5.6 - 2.61) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.61rem + (5.6 - 2.61) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 15px 30px;
  border-radius: 0;
}
.btn-sm {
  padding: 15px 30px;
  border-radius: 0;
}
.btn-md {
  padding: 15px 30px;
  border-radius: 0;
}
.btn-lg {
  padding: 20px 40px;
  border-radius: 0;
}
.bg-primary {
  background-color: #ffcc66 !important;
}
.bg-success {
  background-color: #ffda00 !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #767676 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffcc66 !important;
  border-color: #ffcc66 !important;
  color: #171717 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #171717 !important;
  background-color: #ffdd99 !important;
  border-color: #ffdd99 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #171717 !important;
  background-color: #ffdd99 !important;
  border-color: #ffdd99 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #7ce0d3 !important;
  border-color: #7ce0d3 !important;
  color: #171717 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #171717 !important;
  background-color: #a5eae1 !important;
  border-color: #a5eae1 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #171717 !important;
  background-color: #a5eae1 !important;
  border-color: #a5eae1 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #9b9288 !important;
  border-color: #9b9288 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #9b9288 !important;
  border-color: #9b9288 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffda00 !important;
  border-color: #ffda00 !important;
  color: #171717 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #171717 !important;
  background-color: #ffe133 !important;
  border-color: #ffe133 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #171717 !important;
  background-color: #ffe133 !important;
  border-color: #ffe133 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #767676 !important;
  border-color: #767676 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #909090 !important;
  border-color: #909090 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #909090 !important;
  border-color: #909090 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #c3b995 !important;
  border-color: #c3b995 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #c3b995 !important;
  border-color: #c3b995 !important;
}
.btn-white {
  color: #222222 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #171717 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #171717 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #171717 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #222222 !important;
  border-color: #222222 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #3c3c3c !important;
  border-color: #3c3c3c !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3c3c3c !important;
  border-color: #3c3c3c !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #ffaa00;
  color: #ffaa00;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #664400;
  background-color: #ffcc66;
  border-color: #ffcc66;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #664400 !important;
  background-color: #ffcc66 !important;
  border-color: #ffcc66 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #2fc7b3;
  color: #2fc7b3;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #124b44;
  background-color: #7ce0d3;
  border-color: #7ce0d3;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #124b44 !important;
  background-color: #7ce0d3 !important;
  border-color: #7ce0d3 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #998300;
  color: #998300;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000;
  background-color: #ffda00;
  border-color: #ffda00;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #ffda00 !important;
  border-color: #ffda00 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #434343;
  color: #434343;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #767676;
  border-color: #767676;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #767676 !important;
  border-color: #767676 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #222222;
  border-color: #222222;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #ffcc66 !important;
}
.text-secondary {
  color: #7ce0d3 !important;
}
.text-success {
  color: #ffda00 !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #767676 !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-grey {
  color: #a9a9a9;
}
.text-black {
  color: #000000 !important;
}
.text-white {
  color: #ffffff !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ffeecc !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cef4ef !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #ffe966 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b2aba4 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a9a9a9 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d6ceb5 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #000000 !important;
}
a[class*='text-'] {
  font-weight: inherit;
  background-image: linear-gradient(120deg, #ffcc66 0%, #ffcc66 100%);
  background-repeat: no-repeat;
  background-size: 100% 30%;
  background-position: 0 90%;
  transition: background-size 0.2s ease-in;
}
a[class*='text-']:hover {
  background-size: 100% 100%;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #767676;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffcc66;
  border-color: #ffcc66;
  color: #7f5500;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffcc66;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fff8cc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b6b6b6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #ffcc66;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffcc66;
  color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffcc66;
  border-bottom-color: #ffcc66;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffcc66 !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: #7ce0d3 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ffcc66' %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;
}
.btn .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-skBcpp7fXt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 106px;
}
.cid-skBcpp7fXt nav.navbar {
  position: fixed;
}
.cid-skBcpp7fXt .dropdown-menu {
  padding: 0;
}
@media (min-width: 992px) {
  .cid-skBcpp7fXt .navbar:not(.collapsed) .dropdown-item {
    border-bottom: 1px solid #e6e6e6;
  }
  .cid-skBcpp7fXt .navbar:not(.collapsed) .dropdown-item:last-child {
    border: 0;
  }
}
.cid-skBcpp7fXt .nav-dropdown .link {
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
}
.cid-skBcpp7fXt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-skBcpp7fXt .nav-link,
.cid-skBcpp7fXt .dropdown-item {
  font-weight: 700;
}
.cid-skBcpp7fXt .nav-link {
  position: relative;
  background-size: 100% 0% !important;
  background-position: 0 70% !important;
  transition: background-size 0.2s ease-in !important;
  background-image: linear-gradient(120deg, #ffcc66 0%, #ffcc66 100%) !important;
}
.cid-skBcpp7fXt .nav-link:hover {
  background-size: 100% 80% !important;
  opacity: 1;
  transition: background-size 0.2s ease-in !important;
}
.cid-skBcpp7fXt .container {
  display: flex;
  margin: auto;
}
.cid-skBcpp7fXt .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-skBcpp7fXt .navbar-caption,
.cid-skBcpp7fXt .dropdown-item {
  background-image: none;
}
.cid-skBcpp7fXt .dropdown-menu,
.cid-skBcpp7fXt .navbar.opened {
  background: #ff6d6a !important;
}
.cid-skBcpp7fXt .nav-item:focus,
.cid-skBcpp7fXt .nav-link:focus {
  outline: none;
}
.cid-skBcpp7fXt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
}
.cid-skBcpp7fXt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-skBcpp7fXt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-skBcpp7fXt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-skBcpp7fXt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-skBcpp7fXt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-skBcpp7fXt .navbar {
  min-height: 106px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ff6d6a;
}
.cid-skBcpp7fXt .navbar.opened {
  transition: all 0.3s;
}
.cid-skBcpp7fXt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-skBcpp7fXt .navbar .navbar-logo img {
  width: auto;
}
.cid-skBcpp7fXt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-skBcpp7fXt .navbar.collapsed {
  justify-content: center;
}
.cid-skBcpp7fXt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-skBcpp7fXt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-skBcpp7fXt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-skBcpp7fXt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-skBcpp7fXt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-skBcpp7fXt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-skBcpp7fXt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-skBcpp7fXt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-skBcpp7fXt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-skBcpp7fXt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-skBcpp7fXt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-skBcpp7fXt .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-skBcpp7fXt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-skBcpp7fXt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-skBcpp7fXt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-skBcpp7fXt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-skBcpp7fXt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-skBcpp7fXt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-skBcpp7fXt .navbar.navbar-short {
  min-height: 106px;
}
.cid-skBcpp7fXt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-skBcpp7fXt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-skBcpp7fXt .navbar-brand {
  min-height: 106px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-skBcpp7fXt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-skBcpp7fXt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-skBcpp7fXt .dropdown-item.active,
.cid-skBcpp7fXt .dropdown-item:active {
  background-color: transparent;
}
.cid-skBcpp7fXt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-skBcpp7fXt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-skBcpp7fXt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-skBcpp7fXt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff6d6a;
}
.cid-skBcpp7fXt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-skBcpp7fXt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-skBcpp7fXt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-skBcpp7fXt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-skBcpp7fXt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-skBcpp7fXt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-skBcpp7fXt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-skBcpp7fXt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-skBcpp7fXt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-skBcpp7fXt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-skBcpp7fXt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-skBcpp7fXt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-skBcpp7fXt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-skBcpp7fXt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-skBcpp7fXt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-skBcpp7fXt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-skBcpp7fXt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-skBcpp7fXt .navbar {
    height: 70px;
  }
  .cid-skBcpp7fXt .navbar.opened {
    height: auto;
  }
  .cid-skBcpp7fXt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-skBcpp7fXt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-skBcpp7fXt .nav-item a {
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-u0gPGTSVZV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/co-packing-2000x1335.jpg");
}
.cid-u0gPGTSVZV .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0gPGTSVZV .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-u0gPGTSVZV .container {
    padding: 0 15px;
  }
}
.cid-u0gPGTSVZV .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-u0gPGTSVZV .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u0gPGTSVZV .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-u0gPGTSVZV .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-u0gPGTSVZV .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u0gPGTSVZV .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u0gPGTSVZV .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u0gPGTSVZV .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-u0gPGTSVZV .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-u0gPGTSVZV .image-wrapper img {
  width: 400px;
  height: 400px;
  border: 3px solid #373d52;
  box-shadow: 10px 10px 50px #d2d2df;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1500px) {
  .cid-u0gPGTSVZV .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-u0gPGTSVZV .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-u0gPGTSVZV .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-u0gPGTSVZV .mbr-section-title {
  color: #ffffff;
}
.cid-u0gPGTSVZV .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-u0gPGTSVZV .mbr-text {
  color: #d2d2df;
}
.cid-u0dyAinDg4 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-u0dyAinDg4 .container {
  max-width: 1500px;
}
.cid-u0dyAinDg4 .row {
  background: #ff6d6a;
}
.cid-u0dyAinDg4 .img-col {
  padding: 0;
}
.cid-u0dyAinDg4 .title-col {
  padding: 4rem 6rem;
}
.cid-u0dyAinDg4 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u0dyAinDg4 h2 {
  padding: 0;
  margin: 0;
}
.cid-u0dyAinDg4 .text-wrap {
  margin: auto;
}
.cid-u0dyAinDg4 .mbr-text {
  color: #000000;
  text-align: center;
}
@media (max-width: 1200px) {
  .cid-u0dyAinDg4 .row {
    margin: 2rem;
  }
  .cid-u0dyAinDg4 .title-col {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-u0dyAinDg4 .row {
    margin: 0rem;
  }
  .cid-u0dyAinDg4 .title-col {
    padding: 2rem 1rem;
  }
}
.cid-u0dyAinDg4 H2 {
  color: #000000;
  text-align: center;
}
.cid-u0gQH3C6zS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff6d6a;
}
.cid-u0gQH3C6zS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0gQH3C6zS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0gQH3C6zS .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u0gQH3C6zS .container {
    padding: 0 15px;
  }
}
.cid-u0gQH3C6zS .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-u0gQH3C6zS .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u0gQH3C6zS .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u0gQH3C6zS .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u0gQH3C6zS .mbr-section-btn {
  margin-top: 40px;
}
.cid-u0gQH3C6zS .mbr-section-title {
  color: #ffffff;
}
.cid-u0gQH3C6zS .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-u0gQH3C6zS .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-u0gQH3C6zS .mbr-section-title,
.cid-u0gQH3C6zS .mbr-section-btn {
  text-align: center;
  color: #141414;
}
.cid-u0dyXD85SB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u0dyXD85SB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0dyXD85SB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0dyXD85SB .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u0dyXD85SB .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u0dyXD85SB .container {
    padding: 0 24px;
  }
}
.cid-u0dyXD85SB .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-u0dyXD85SB .image-wrapper {
  height: 100%;
}
.cid-u0dyXD85SB .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u0dyXD85SB .image-wrapper img {
    height: 350px;
  }
}
.cid-u0dyXD85SB .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u0dyXD85SB .content-wrapper {
    padding: 24px;
  }
}
.cid-u0dyXD85SB .content-wrapper .content-wrap {
  width: 100%;
}
.cid-u0dyXD85SB .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u0dyXD85SB .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-u0dyXD85SB .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-u0dyXD85SB .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-u0dyXD85SB .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-u0dyXD85SB .mbr-section-title {
  color: #141414;
}
.cid-u0dyXD85SB .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-u0dyXD85SB .mbr-section-title,
.cid-u0dyXD85SB .title-wrapper,
.cid-u0dyXD85SB .mbr-section-btn {
  text-align: center;
}
.cid-u0dSuWmLtv {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ff6d6a;
}
.cid-u0dSuWmLtv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0dSuWmLtv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0dSuWmLtv .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u0dSuWmLtv .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u0dSuWmLtv .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u0dSuWmLtv .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u0dSuWmLtv .container {
    padding: 0 16px;
  }
}
.cid-u0dSuWmLtv .row {
  padding: 60px 44px;
  background-color: #ffffff;
  justify-content: space-between;
  margin: 0;
  border-radius: 1rem;
}
@media (max-width: 1200px) {
  .cid-u0dSuWmLtv .row {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-u0dSuWmLtv .row {
    padding: 25px 9px;
  }
}
@media (max-width: 992px) {
  .cid-u0dSuWmLtv .title-wrapper {
    margin-bottom: 16px;
  }
}
.cid-u0dSuWmLtv .title-wrapper .icon-wrapper {
  margin-bottom: 32px;
}
.cid-u0dSuWmLtv .title-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 180px;
  display: inline-flex;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-u0dSuWmLtv .title-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-u0dSuWmLtv .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u0dSuWmLtv .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-u0dSuWmLtv .content-wrapper .mbr-text {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u0dSuWmLtv .content-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-u0dSuWmLtv .content-wrapper .mbr-name {
  width: 100%;
  position: relative;
  margin-bottom: 0;
  border-bottom: 1px solid #979797;
}
.cid-u0dSuWmLtv .mbr-section-title {
  color: #000000;
}
.cid-u0dSuWmLtv .mbr-text {
  color: #000000;
}
.cid-u0dSuWmLtv .mbr-name {
  color: #000000;
}
.cid-u0dGgxl9vm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u0dGgxl9vm .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0dGgxl9vm .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-u0dGgxl9vm .container {
    padding: 0 30px;
  }
}
.cid-u0dGgxl9vm .row {
  justify-content: center;
}
.cid-u0dGgxl9vm .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-u0dGgxl9vm .video-block .video-wrapper iframe {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u0dGgxl9vm .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-u0dGgxl9vm .video-block .video-wrapper .app-video-wrapper::before {
  color: #212529;
  text-shadow: none;
}
.cid-u0dGgxl9vm .video-block .video-wrapper .app-video-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u0dGgxl9vm .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-u0dGgxl9vm .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-skBzy9LLeE {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ff6d6a;
}
.cid-skBzy9LLeE .img-col {
  padding: 0;
}
@media (min-width: 992px) {
  .cid-skBzy9LLeE .content-wrapper {
    padding: 0 2rem;
  }
}
.cid-skBzy9LLeE img {
  width: 100%;
}
@media (min-width: 1200px) {
  .cid-skBzy9LLeE .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-skBzy9LLeE .content-wrapper {
    padding-top: 1.5rem;
  }
}
.cid-skBzy9LLeE H1 {
  color: #000000;
}
.cid-skBzy9LLeE .mbr-text,
.cid-skBzy9LLeE .mbr-section-btn {
  color: #000000;
}
.cid-u0dC0BNKZE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u0dC0BNKZE .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0dC0BNKZE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0dC0BNKZE .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u0dC0BNKZE .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u0dC0BNKZE .container {
    padding: 0 24px;
  }
}
.cid-u0dC0BNKZE .row {
  justify-content: center;
}
.cid-u0dC0BNKZE .content-wrapper .desc-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u0dC0BNKZE .content-wrapper .desc-wrapper {
    margin-bottom: 24px;
  }
}
.cid-u0dC0BNKZE .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 16px;
  background-color: #ffffff;
  border-radius: .75rem;
}
.cid-u0dC0BNKZE .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u0dC0BNKZE .mbr-section-title {
  color: #141414;
}
.cid-u0dC0BNKZE .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-u0dC0BNKZE .mbr-desc,
.cid-u0dC0BNKZE .desc-wrapper {
  text-align: center;
  color: #000000;
}
.cid-u0dTTVOQbO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff6d6a;
}
.cid-u0dTTVOQbO .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0dTTVOQbO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0dTTVOQbO .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u0dTTVOQbO .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u0dTTVOQbO .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u0dTTVOQbO .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u0dTTVOQbO .container {
    padding: 0 16px;
  }
}
.cid-u0dTTVOQbO .row {
  justify-content: center;
}
.cid-u0dTTVOQbO .content-wrapper {
  padding: 80px 60px;
  display: flex;
  align-items: center;
  border-radius: 1rem;
  background-color: #ffffff;
}
@media (max-width: 1200px) {
  .cid-u0dTTVOQbO .content-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-u0dTTVOQbO .content-wrapper {
    padding: 30px 25px;
  }
}
.cid-u0dTTVOQbO .content-wrapper .image-wrap {
  min-width: 40%;
}
@media (max-width: 1200px) {
  .cid-u0dTTVOQbO .content-wrapper .image-wrap {
    margin-bottom: 32px;
  }
}
.cid-u0dTTVOQbO .content-wrapper .image-wrap img {
  height: 450px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 1200px) {
  .cid-u0dTTVOQbO .content-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-u0dTTVOQbO .content-wrapper .content-wrap {
  padding-left: 64px;
  padding-left: 0;
  padding-right: 64px;
}
@media (max-width: 1200px) {
  .cid-u0dTTVOQbO .content-wrapper .content-wrap {
    padding: 0;
  }
}
@media (max-width: 1200px) {
  .cid-u0dTTVOQbO .content-wrapper .content-wrap {
    padding: 0;
  }
}
.cid-u0dTTVOQbO .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u0dTTVOQbO .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-u0dTTVOQbO .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u0dTTVOQbO .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u0dC2lInl9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #141414;
}
.cid-u0dC2lInl9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0dC2lInl9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0dC2lInl9 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u0dC2lInl9 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u0dC2lInl9 .container {
    padding: 0 24px;
  }
}
.cid-u0dC2lInl9 .content-wrapper {
  padding: 32px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-u0dC2lInl9 .content-wrapper {
    padding: 0;
  }
}
.cid-u0dC2lInl9 .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u0dC2lInl9 .content-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 35%;
  padding: 32px;
  background-color: #ff6d6a;
  border-radius: .75rem !important;
}
@media (max-width: 1200px) {
  .cid-u0dC2lInl9 .content-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-u0dC2lInl9 .content-wrapper .card-wrap {
    padding: 24px;
    width: 100%;
  }
}
.cid-u0dC2lInl9 .content-wrapper .card-wrap .icon-wrapper {
  margin-bottom: 24px;
}
.cid-u0dC2lInl9 .content-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u0dC2lInl9 .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u0dC2lInl9 .content-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-u0dC2lInl9 .mbr-section-title {
  color: #141414;
}
.cid-u0dC2lInl9 .mbr-desc {
  color: #141414;
}
.cid-u0dC2lInl9 .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-u0dC2lInl9 .mbr-section-title,
.cid-u0dC2lInl9 .icon-wrapper {
  text-align: center;
}
.cid-u0gQWwc9By {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ff6d6a;
}
.cid-u0gQWwc9By .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0gQWwc9By .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-u0gQWwc9By .container {
    padding: 0 24px;
  }
}
.cid-u0gQWwc9By .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-u0gQWwc9By .content-wrapper {
    padding: 24px;
  }
}
.cid-u0gQWwc9By .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u0gQWwc9By .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u0gQWwc9By .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-u0gQWwc9By .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-u0gQWwc9By .mbr-section-title {
  color: #F9F6E0;
}
.cid-u0gQWwc9By .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u0gQWwc9By .mbr-section-title,
.cid-u0gQWwc9By .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-u0gUwk6xBQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u0gUwk6xBQ li {
  list-style: none;
  margin-bottom: 1.2rem;
}
.cid-u0gUwk6xBQ li:last-child {
  margin-bottom: 0;
}
.cid-u0gUwk6xBQ .img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.cid-u0gUwk6xBQ .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-u0gUwk6xBQ .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-u0gUwk6xBQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0gUwk6xBQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0gUwk6xBQ .mbr-section-title {
  text-align: left;
}
.cid-u0gUwk6xBQ .text1 {
  text-align: left;
}
.cid-u0gUwk6xBQ .mbr-section-subtitle {
  text-align: left;
}
.cid-u0gUwk6xBQ .addr {
  text-align: left;
}
.cid-skBcKVgMNg {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ff6d6a;
}
.cid-skBcKVgMNg .mbr-text a {
  background-size: 100% 0%;
}
.cid-skBcKVgMNg .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-skBcKVgMNg .media-container-row .mbr-text {
  color: #000000;
}
.cid-skBcpp7fXt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 106px;
}
.cid-skBcpp7fXt nav.navbar {
  position: fixed;
}
.cid-skBcpp7fXt .dropdown-menu {
  padding: 0;
}
@media (min-width: 992px) {
  .cid-skBcpp7fXt .navbar:not(.collapsed) .dropdown-item {
    border-bottom: 1px solid #e6e6e6;
  }
  .cid-skBcpp7fXt .navbar:not(.collapsed) .dropdown-item:last-child {
    border: 0;
  }
}
.cid-skBcpp7fXt .nav-dropdown .link {
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
}
.cid-skBcpp7fXt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-skBcpp7fXt .nav-link,
.cid-skBcpp7fXt .dropdown-item {
  font-weight: 700;
}
.cid-skBcpp7fXt .nav-link {
  position: relative;
  background-size: 100% 0% !important;
  background-position: 0 70% !important;
  transition: background-size 0.2s ease-in !important;
  background-image: linear-gradient(120deg, #ffcc66 0%, #ffcc66 100%) !important;
}
.cid-skBcpp7fXt .nav-link:hover {
  background-size: 100% 80% !important;
  opacity: 1;
  transition: background-size 0.2s ease-in !important;
}
.cid-skBcpp7fXt .container {
  display: flex;
  margin: auto;
}
.cid-skBcpp7fXt .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-skBcpp7fXt .navbar-caption,
.cid-skBcpp7fXt .dropdown-item {
  background-image: none;
}
.cid-skBcpp7fXt .dropdown-menu,
.cid-skBcpp7fXt .navbar.opened {
  background: #ff6d6a !important;
}
.cid-skBcpp7fXt .nav-item:focus,
.cid-skBcpp7fXt .nav-link:focus {
  outline: none;
}
.cid-skBcpp7fXt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
}
.cid-skBcpp7fXt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-skBcpp7fXt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-skBcpp7fXt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-skBcpp7fXt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-skBcpp7fXt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-skBcpp7fXt .navbar {
  min-height: 106px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ff6d6a;
}
.cid-skBcpp7fXt .navbar.opened {
  transition: all 0.3s;
}
.cid-skBcpp7fXt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-skBcpp7fXt .navbar .navbar-logo img {
  width: auto;
}
.cid-skBcpp7fXt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-skBcpp7fXt .navbar.collapsed {
  justify-content: center;
}
.cid-skBcpp7fXt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-skBcpp7fXt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-skBcpp7fXt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-skBcpp7fXt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-skBcpp7fXt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-skBcpp7fXt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-skBcpp7fXt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-skBcpp7fXt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-skBcpp7fXt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-skBcpp7fXt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-skBcpp7fXt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-skBcpp7fXt .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-skBcpp7fXt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-skBcpp7fXt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-skBcpp7fXt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-skBcpp7fXt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-skBcpp7fXt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-skBcpp7fXt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-skBcpp7fXt .navbar.navbar-short {
  min-height: 106px;
}
.cid-skBcpp7fXt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-skBcpp7fXt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-skBcpp7fXt .navbar-brand {
  min-height: 106px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-skBcpp7fXt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-skBcpp7fXt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-skBcpp7fXt .dropdown-item.active,
.cid-skBcpp7fXt .dropdown-item:active {
  background-color: transparent;
}
.cid-skBcpp7fXt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-skBcpp7fXt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-skBcpp7fXt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-skBcpp7fXt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff6d6a;
}
.cid-skBcpp7fXt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-skBcpp7fXt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-skBcpp7fXt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-skBcpp7fXt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-skBcpp7fXt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-skBcpp7fXt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-skBcpp7fXt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-skBcpp7fXt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-skBcpp7fXt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-skBcpp7fXt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-skBcpp7fXt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-skBcpp7fXt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-skBcpp7fXt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-skBcpp7fXt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-skBcpp7fXt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-skBcpp7fXt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-skBcpp7fXt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-skBcpp7fXt .navbar {
    height: 70px;
  }
  .cid-skBcpp7fXt .navbar.opened {
    height: auto;
  }
  .cid-skBcpp7fXt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-skBcpp7fXt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-skBcpp7fXt .nav-item a {
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-u0gYwe9T3e {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff6d6a;
}
.cid-u0gYwe9T3e .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0gYwe9T3e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0gYwe9T3e .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-u0gYwe9T3e .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-u0gYwe9T3e .container {
    padding: 0 30px;
  }
}
.cid-u0gYwe9T3e .row .card {
  justify-content: center;
}
.cid-u0gYwe9T3e .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-u0gYwe9T3e .title-wrapper .mbr-section-subtitle {
  opacity: .4;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-u0gYwe9T3e .image-wrapper {
    margin-top: 30px;
  }
}
.cid-u0gYwe9T3e .image-wrapper img {
  width: 500px;
  height: 500px;
  border-radius: 100% !important;
  margin: 0 0 0 auto;
  object-fit: cover;
}
@media (max-width: 1400px) {
  .cid-u0gYwe9T3e .image-wrapper img {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 1199px) {
  .cid-u0gYwe9T3e .image-wrapper img {
    width: 360px;
    height: 360px;
  }
}
@media (max-width: 992px) {
  .cid-u0gYwe9T3e .image-wrapper img {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .cid-u0gYwe9T3e .image-wrapper img {
    width: 245px;
    height: 245px;
  }
}
.cid-u0gYwe9T3e .mbr-section-title {
  color: #ffffff;
}
.cid-u0gYwe9T3e .mbr-section-subtitle {
  color: #000000;
}
.cid-u0gYwe9T3e .mbr-section-title,
.cid-u0gYwe9T3e .mbr-section-btn {
  color: #000000;
}
.cid-u0gYBUhLST {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-u0gYBUhLST .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0gYBUhLST .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0gYBUhLST .mbr-section-subtitle {
  background: #ffcc66;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-u0gYBUhLST .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #7ce0d3;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-u0gYBUhLST .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #ffcc66;
  font-size: 1.5rem;
}
.cid-u0gYBUhLST .mbr-section-title {
  color: #000000;
}
.cid-u0gYBUhLST .mbr-text,
.cid-u0gYBUhLST .mbr-section-btn {
  color: #000000;
}
.cid-u0gYCVW9Ag {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ff6d6a;
}
.cid-u0gYCVW9Ag .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0gYCVW9Ag .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0gYCVW9Ag img {
  border-radius: 2rem;
}
.cid-u0gYCVW9Ag .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-u0gYCVW9Ag .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #ffcc66;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-u0gYCVW9Ag .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #7ce0d3;
  font-size: 1.5rem;
}
.cid-u0gYCVW9Ag .mbr-section-title {
  color: #04492e;
}
.cid-u0gYCVW9Ag .mbr-text,
.cid-u0gYCVW9Ag .mbr-section-btn {
  color: #000000;
}
.cid-u0gYCVW9Ag .mbr-section-subtitle,
.cid-u0gYCVW9Ag .align-wrapper {
  color: #04492e;
}
.cid-u0gXSTuVcc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u0gXSTuVcc li {
  list-style: none;
  margin-bottom: 1.2rem;
}
.cid-u0gXSTuVcc li:last-child {
  margin-bottom: 0;
}
.cid-u0gXSTuVcc .img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.cid-u0gXSTuVcc .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-u0gXSTuVcc .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-u0gXSTuVcc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0gXSTuVcc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0gXSTuVcc .mbr-section-title {
  text-align: left;
}
.cid-u0gXSTuVcc .text1 {
  text-align: left;
}
.cid-u0gXSTuVcc .mbr-section-subtitle {
  text-align: left;
}
.cid-u0gXSTuVcc .addr {
  text-align: left;
}
.cid-skBcKVgMNg {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ff6d6a;
}
.cid-skBcKVgMNg .mbr-text a {
  background-size: 100% 0%;
}
.cid-skBcKVgMNg .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-skBcKVgMNg .media-container-row .mbr-text {
  color: #000000;
}
.cid-u0gZWn9shz {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 106px;
}
.cid-u0gZWn9shz nav.navbar {
  position: fixed;
}
.cid-u0gZWn9shz .dropdown-menu {
  padding: 0;
}
@media (min-width: 992px) {
  .cid-u0gZWn9shz .navbar:not(.collapsed) .dropdown-item {
    border-bottom: 1px solid #e6e6e6;
  }
  .cid-u0gZWn9shz .navbar:not(.collapsed) .dropdown-item:last-child {
    border: 0;
  }
}
.cid-u0gZWn9shz .nav-dropdown .link {
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
}
.cid-u0gZWn9shz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u0gZWn9shz .nav-link,
.cid-u0gZWn9shz .dropdown-item {
  font-weight: 700;
}
.cid-u0gZWn9shz .nav-link {
  position: relative;
  background-size: 100% 0% !important;
  background-position: 0 70% !important;
  transition: background-size 0.2s ease-in !important;
  background-image: linear-gradient(120deg, #ffcc66 0%, #ffcc66 100%) !important;
}
.cid-u0gZWn9shz .nav-link:hover {
  background-size: 100% 80% !important;
  opacity: 1;
  transition: background-size 0.2s ease-in !important;
}
.cid-u0gZWn9shz .container {
  display: flex;
  margin: auto;
}
.cid-u0gZWn9shz .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u0gZWn9shz .navbar-caption,
.cid-u0gZWn9shz .dropdown-item {
  background-image: none;
}
.cid-u0gZWn9shz .dropdown-menu,
.cid-u0gZWn9shz .navbar.opened {
  background: #ff6d6a !important;
}
.cid-u0gZWn9shz .nav-item:focus,
.cid-u0gZWn9shz .nav-link:focus {
  outline: none;
}
.cid-u0gZWn9shz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
}
.cid-u0gZWn9shz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u0gZWn9shz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u0gZWn9shz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u0gZWn9shz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u0gZWn9shz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u0gZWn9shz .navbar {
  min-height: 106px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ff6d6a;
}
.cid-u0gZWn9shz .navbar.opened {
  transition: all 0.3s;
}
.cid-u0gZWn9shz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u0gZWn9shz .navbar .navbar-logo img {
  width: auto;
}
.cid-u0gZWn9shz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u0gZWn9shz .navbar.collapsed {
  justify-content: center;
}
.cid-u0gZWn9shz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u0gZWn9shz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u0gZWn9shz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u0gZWn9shz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u0gZWn9shz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u0gZWn9shz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u0gZWn9shz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u0gZWn9shz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u0gZWn9shz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u0gZWn9shz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u0gZWn9shz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u0gZWn9shz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u0gZWn9shz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u0gZWn9shz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u0gZWn9shz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u0gZWn9shz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u0gZWn9shz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u0gZWn9shz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u0gZWn9shz .navbar.navbar-short {
  min-height: 106px;
}
.cid-u0gZWn9shz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u0gZWn9shz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u0gZWn9shz .navbar-brand {
  min-height: 106px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u0gZWn9shz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u0gZWn9shz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u0gZWn9shz .dropdown-item.active,
.cid-u0gZWn9shz .dropdown-item:active {
  background-color: transparent;
}
.cid-u0gZWn9shz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u0gZWn9shz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u0gZWn9shz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u0gZWn9shz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff6d6a;
}
.cid-u0gZWn9shz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u0gZWn9shz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0gZWn9shz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u0gZWn9shz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u0gZWn9shz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u0gZWn9shz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u0gZWn9shz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u0gZWn9shz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0gZWn9shz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0gZWn9shz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u0gZWn9shz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0gZWn9shz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u0gZWn9shz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u0gZWn9shz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0gZWn9shz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u0gZWn9shz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u0gZWn9shz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u0gZWn9shz .navbar {
    height: 70px;
  }
  .cid-u0gZWn9shz .navbar.opened {
    height: auto;
  }
  .cid-u0gZWn9shz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0gZWn9shz .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-u0gZWn9shz .nav-item a {
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-u0gZWnHlO6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff6d6a;
}
.cid-u0gZWnHlO6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0gZWnHlO6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0gZWnHlO6 .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-u0gZWnHlO6 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-u0gZWnHlO6 .container {
    padding: 0 30px;
  }
}
.cid-u0gZWnHlO6 .row .card {
  justify-content: center;
}
.cid-u0gZWnHlO6 .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-u0gZWnHlO6 .title-wrapper .mbr-section-subtitle {
  opacity: .4;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-u0gZWnHlO6 .image-wrapper {
    margin-top: 30px;
  }
}
.cid-u0gZWnHlO6 .image-wrapper img {
  width: 500px;
  height: 500px;
  border-radius: 100% !important;
  margin: 0 0 0 auto;
  object-fit: cover;
}
@media (max-width: 1400px) {
  .cid-u0gZWnHlO6 .image-wrapper img {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 1199px) {
  .cid-u0gZWnHlO6 .image-wrapper img {
    width: 360px;
    height: 360px;
  }
}
@media (max-width: 992px) {
  .cid-u0gZWnHlO6 .image-wrapper img {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .cid-u0gZWnHlO6 .image-wrapper img {
    width: 245px;
    height: 245px;
  }
}
.cid-u0gZWnHlO6 .mbr-section-title {
  color: #ffffff;
}
.cid-u0gZWnHlO6 .mbr-section-subtitle {
  color: #000000;
}
.cid-u0gZWnHlO6 .mbr-section-title,
.cid-u0gZWnHlO6 .mbr-section-btn {
  color: #000000;
}
.cid-u0gZWnZcaA {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-u0gZWnZcaA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0gZWnZcaA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0gZWnZcaA .mbr-section-subtitle {
  background: #ffcc66;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-u0gZWnZcaA .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #7ce0d3;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-u0gZWnZcaA .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #ffcc66;
  font-size: 1.5rem;
}
.cid-u0gZWnZcaA .mbr-section-title {
  color: #000000;
}
.cid-u0gZWnZcaA .mbr-text,
.cid-u0gZWnZcaA .mbr-section-btn {
  color: #000000;
}
.cid-u0h2uuENm2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2c4b3;
}
.cid-u0h2uuENm2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0h2uuENm2 .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-u0h2uuENm2 .container {
    padding: 0 30px;
  }
}
.cid-u0h2uuENm2 .row {
  justify-content: center;
}
.cid-u0h2uuENm2 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-u0h2uuENm2 .video-block .video-wrapper iframe {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u0h2uuENm2 .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-u0h2uuENm2 .video-block .video-wrapper .app-video-wrapper::before {
  color: #212529;
  text-shadow: none;
}
.cid-u0h2uuENm2 .video-block .video-wrapper .app-video-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u0h2uuENm2 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-u0h2uuENm2 .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-u0gZWojKJ8 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ff6d6a;
}
.cid-u0gZWojKJ8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0gZWojKJ8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0gZWojKJ8 img {
  border-radius: 2rem;
}
.cid-u0gZWojKJ8 .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-u0gZWojKJ8 .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #ffcc66;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-u0gZWojKJ8 .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #7ce0d3;
  font-size: 1.5rem;
}
.cid-u0gZWojKJ8 .mbr-section-title {
  color: #000000;
}
.cid-u0gZWojKJ8 .mbr-text,
.cid-u0gZWojKJ8 .mbr-section-btn {
  color: #000000;
}
.cid-u0gZWojKJ8 .mbr-section-subtitle,
.cid-u0gZWojKJ8 .align-wrapper {
  color: #04492e;
}
.cid-u0gZWoC5o6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u0gZWoC5o6 li {
  list-style: none;
  margin-bottom: 1.2rem;
}
.cid-u0gZWoC5o6 li:last-child {
  margin-bottom: 0;
}
.cid-u0gZWoC5o6 .img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.cid-u0gZWoC5o6 .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-u0gZWoC5o6 .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-u0gZWoC5o6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0gZWoC5o6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0gZWoC5o6 .mbr-section-title {
  text-align: left;
}
.cid-u0gZWoC5o6 .text1 {
  text-align: left;
}
.cid-u0gZWoC5o6 .mbr-section-subtitle {
  text-align: left;
}
.cid-u0gZWoC5o6 .addr {
  text-align: left;
}
.cid-u0gZWp8XJx {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ff6d6a;
}
.cid-u0gZWp8XJx .mbr-text a {
  background-size: 100% 0%;
}
.cid-u0gZWp8XJx .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-u0gZWp8XJx .media-container-row .mbr-text {
  color: #000000;
}
.cid-u0h0ZmPgLF {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 106px;
}
.cid-u0h0ZmPgLF nav.navbar {
  position: fixed;
}
.cid-u0h0ZmPgLF .dropdown-menu {
  padding: 0;
}
@media (min-width: 992px) {
  .cid-u0h0ZmPgLF .navbar:not(.collapsed) .dropdown-item {
    border-bottom: 1px solid #e6e6e6;
  }
  .cid-u0h0ZmPgLF .navbar:not(.collapsed) .dropdown-item:last-child {
    border: 0;
  }
}
.cid-u0h0ZmPgLF .nav-dropdown .link {
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
}
.cid-u0h0ZmPgLF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u0h0ZmPgLF .nav-link,
.cid-u0h0ZmPgLF .dropdown-item {
  font-weight: 700;
}
.cid-u0h0ZmPgLF .nav-link {
  position: relative;
  background-size: 100% 0% !important;
  background-position: 0 70% !important;
  transition: background-size 0.2s ease-in !important;
  background-image: linear-gradient(120deg, #ffcc66 0%, #ffcc66 100%) !important;
}
.cid-u0h0ZmPgLF .nav-link:hover {
  background-size: 100% 80% !important;
  opacity: 1;
  transition: background-size 0.2s ease-in !important;
}
.cid-u0h0ZmPgLF .container {
  display: flex;
  margin: auto;
}
.cid-u0h0ZmPgLF .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u0h0ZmPgLF .navbar-caption,
.cid-u0h0ZmPgLF .dropdown-item {
  background-image: none;
}
.cid-u0h0ZmPgLF .dropdown-menu,
.cid-u0h0ZmPgLF .navbar.opened {
  background: #ff6d6a !important;
}
.cid-u0h0ZmPgLF .nav-item:focus,
.cid-u0h0ZmPgLF .nav-link:focus {
  outline: none;
}
.cid-u0h0ZmPgLF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
}
.cid-u0h0ZmPgLF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u0h0ZmPgLF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u0h0ZmPgLF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u0h0ZmPgLF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u0h0ZmPgLF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u0h0ZmPgLF .navbar {
  min-height: 106px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ff6d6a;
}
.cid-u0h0ZmPgLF .navbar.opened {
  transition: all 0.3s;
}
.cid-u0h0ZmPgLF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u0h0ZmPgLF .navbar .navbar-logo img {
  width: auto;
}
.cid-u0h0ZmPgLF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u0h0ZmPgLF .navbar.collapsed {
  justify-content: center;
}
.cid-u0h0ZmPgLF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u0h0ZmPgLF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u0h0ZmPgLF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u0h0ZmPgLF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u0h0ZmPgLF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u0h0ZmPgLF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u0h0ZmPgLF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u0h0ZmPgLF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u0h0ZmPgLF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u0h0ZmPgLF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u0h0ZmPgLF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u0h0ZmPgLF .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u0h0ZmPgLF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u0h0ZmPgLF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u0h0ZmPgLF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u0h0ZmPgLF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u0h0ZmPgLF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u0h0ZmPgLF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u0h0ZmPgLF .navbar.navbar-short {
  min-height: 106px;
}
.cid-u0h0ZmPgLF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u0h0ZmPgLF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u0h0ZmPgLF .navbar-brand {
  min-height: 106px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u0h0ZmPgLF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u0h0ZmPgLF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u0h0ZmPgLF .dropdown-item.active,
.cid-u0h0ZmPgLF .dropdown-item:active {
  background-color: transparent;
}
.cid-u0h0ZmPgLF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u0h0ZmPgLF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u0h0ZmPgLF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u0h0ZmPgLF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ff6d6a;
}
.cid-u0h0ZmPgLF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u0h0ZmPgLF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0h0ZmPgLF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u0h0ZmPgLF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u0h0ZmPgLF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u0h0ZmPgLF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u0h0ZmPgLF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u0h0ZmPgLF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0h0ZmPgLF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0h0ZmPgLF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u0h0ZmPgLF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0h0ZmPgLF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u0h0ZmPgLF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u0h0ZmPgLF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0h0ZmPgLF .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u0h0ZmPgLF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u0h0ZmPgLF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u0h0ZmPgLF .navbar {
    height: 70px;
  }
  .cid-u0h0ZmPgLF .navbar.opened {
    height: auto;
  }
  .cid-u0h0ZmPgLF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0h0ZmPgLF .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-u0h0ZmPgLF .nav-item a {
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-u0h0ZnohOh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff6d6a;
}
.cid-u0h0ZnohOh .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0h0ZnohOh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0h0ZnohOh .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-u0h0ZnohOh .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-u0h0ZnohOh .container {
    padding: 0 30px;
  }
}
.cid-u0h0ZnohOh .row .card {
  justify-content: center;
}
.cid-u0h0ZnohOh .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-u0h0ZnohOh .title-wrapper .mbr-section-subtitle {
  opacity: .4;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-u0h0ZnohOh .image-wrapper {
    margin-top: 30px;
  }
}
.cid-u0h0ZnohOh .image-wrapper img {
  width: 500px;
  height: 500px;
  border-radius: 100% !important;
  margin: 0 0 0 auto;
  object-fit: cover;
}
@media (max-width: 1400px) {
  .cid-u0h0ZnohOh .image-wrapper img {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 1199px) {
  .cid-u0h0ZnohOh .image-wrapper img {
    width: 360px;
    height: 360px;
  }
}
@media (max-width: 992px) {
  .cid-u0h0ZnohOh .image-wrapper img {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .cid-u0h0ZnohOh .image-wrapper img {
    width: 245px;
    height: 245px;
  }
}
.cid-u0h0ZnohOh .mbr-section-title {
  color: #ffffff;
}
.cid-u0h0ZnohOh .mbr-section-subtitle {
  color: #000000;
}
.cid-u0h0ZnohOh .mbr-section-title,
.cid-u0h0ZnohOh .mbr-section-btn {
  color: #000000;
}
.cid-u0h0ZnMN7e {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-u0h0ZnMN7e .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0h0ZnMN7e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0h0ZnMN7e .mbr-section-subtitle {
  background: #ffcc66;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-u0h0ZnMN7e .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #7ce0d3;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-u0h0ZnMN7e .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #ffcc66;
  font-size: 1.5rem;
}
.cid-u0h0ZnMN7e .mbr-section-title {
  color: #000000;
}
.cid-u0h0ZnMN7e .mbr-text,
.cid-u0h0ZnMN7e .mbr-section-btn {
  color: #000000;
}
.cid-u0h0Zo5F3Z {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ff6d6a;
}
.cid-u0h0Zo5F3Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0h0Zo5F3Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0h0Zo5F3Z img {
  border-radius: 2rem;
}
.cid-u0h0Zo5F3Z .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-u0h0Zo5F3Z .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #ffcc66;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-u0h0Zo5F3Z .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #7ce0d3;
  font-size: 1.5rem;
}
.cid-u0h0Zo5F3Z .mbr-section-title {
  color: #000000;
}
.cid-u0h0Zo5F3Z .mbr-text,
.cid-u0h0Zo5F3Z .mbr-section-btn {
  color: #000000;
}
.cid-u0h0Zo5F3Z .mbr-section-subtitle,
.cid-u0h0Zo5F3Z .align-wrapper {
  color: #04492e;
}
.cid-u0h0ZomC5p {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u0h0ZomC5p li {
  list-style: none;
  margin-bottom: 1.2rem;
}
.cid-u0h0ZomC5p li:last-child {
  margin-bottom: 0;
}
.cid-u0h0ZomC5p .img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.cid-u0h0ZomC5p .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-u0h0ZomC5p .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-u0h0ZomC5p .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0h0ZomC5p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0h0ZomC5p .mbr-section-title {
  text-align: left;
}
.cid-u0h0ZomC5p .text1 {
  text-align: left;
}
.cid-u0h0ZomC5p .mbr-section-subtitle {
  text-align: left;
}
.cid-u0h0ZomC5p .addr {
  text-align: left;
}
.cid-u0h0ZoNFiC {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ff6d6a;
}
.cid-u0h0ZoNFiC .mbr-text a {
  background-size: 100% 0%;
}
.cid-u0h0ZoNFiC .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-u0h0ZoNFiC .media-container-row .mbr-text {
  color: #000000;
}
