.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 5.625rem;
  line-height: 110%;
}
.display-1 > .mbr-iconfont {
  font-size: 7.03125rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 3.75rem;
  line-height: 110%;
}
.display-2 > .mbr-iconfont {
  font-size: 4.6875rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.125rem;
  line-height: 170%;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.5rem;
  line-height: 110%;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.5rem;
  line-height: 36px;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- 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: 4.5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.9375rem;
    font-size: calc( 2.61875rem + (5.625 - 2.61875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.61875rem + (5.625 - 2.61875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3rem;
    font-size: calc( 1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #85c6d8 !important;
}
.bg-success {
  background-color: #ededed !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #e59e4d !important;
}
.bg-danger {
  background-color: #af2311 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #85c6d8 !important;
  border-color: #85c6d8 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #acd8e4 !important;
  border-color: #acd8e4 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #acd8e4 !important;
  border-color: #acd8e4 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #6f6f6f !important;
  border-color: #6f6f6f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #898989 !important;
  border-color: #898989 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #898989 !important;
  border-color: #898989 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #ededed !important;
  border-color: #ededed !important;
  color: #6e6e6e !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #6e6e6e !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #e59e4d !important;
  border-color: #e59e4d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ecb679 !important;
  border-color: #ecb679 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ecb679 !important;
  border-color: #ecb679 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #af2311 !important;
  border-color: #af2311 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #dd2c16 !important;
  border-color: #dd2c16 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #dd2c16 !important;
  border-color: #dd2c16 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #85c6d8;
  color: #85c6d8;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #43a7c3 !important;
  background-color: transparent !important;
  border-color: #43a7c3 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #85c6d8 !important;
  border-color: #85c6d8 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #6f6f6f;
  color: #6f6f6f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #444444 !important;
  background-color: transparent !important;
  border-color: #444444 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #6f6f6f !important;
  border-color: #6f6f6f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ededed;
  color: #ededed;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #c2c2c2 !important;
  background-color: transparent !important;
  border-color: #c2c2c2 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #6e6e6e !important;
  background-color: #ededed !important;
  border-color: #ededed !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #e59e4d;
  color: #e59e4d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #bf731c !important;
  background-color: transparent !important;
  border-color: #bf731c !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #e59e4d !important;
  border-color: #e59e4d !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #af2311;
  color: #af2311;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #601309 !important;
  background-color: transparent !important;
  border-color: #601309 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #af2311 !important;
  border-color: #af2311 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #85c6d8 !important;
}
.text-secondary {
  color: #6f6f6f !important;
}
.text-success {
  color: #ededed !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #e59e4d !important;
}
.text-danger {
  color: #af2311 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #3ca0bb !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #3c3c3c !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #bababa !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #b26b1a !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #521008 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #85c6d8;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #e59e4d;
}
.alert-danger {
  background-color: #af2311;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #85c6d8;
  border-color: #85c6d8;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #85c6d8;
}
.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: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ee6351;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.5rem;
  line-height: 36px;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.875rem;
}
.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: #85c6d8 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.5rem;
  line-height: 36px;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #85c6d8;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #85c6d8;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #85c6d8;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #85c6d8;
  border-bottom-color: #85c6d8;
}
.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: #85c6d8 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #6f6f6f !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='%2385c6d8' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 9px 30px;
  border-radius: 25px !important;
  border-width: 1px !important;
  font-weight: 400;
  transition: all 0.3s ease-in-out !important;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  font-size: 20px;
  margin: 0 0 0 8px;
  transform: rotate(-45deg);
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn-main .btn-primary:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn-main .btn-primary:focus {
  background-color: transparent !important;
  color: #85c6d8 !important;
}
.mbr-section-btn .btn-secondary:hover,
.mbr-section-btn-main .btn-secondary:hover,
.mbr-section-btn .btn-secondary:focus,
.mbr-section-btn-main .btn-secondary:focus {
  background-color: transparent !important;
  color: #6f6f6f !important;
}
.mbr-section-btn .btn-success:hover,
.mbr-section-btn-main .btn-success:hover,
.mbr-section-btn .btn-success:focus,
.mbr-section-btn-main .btn-success:focus {
  background-color: transparent !important;
  color: #ededed !important;
}
.mbr-section-btn .btn-info:hover,
.mbr-section-btn-main .btn-info:hover,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn-main .btn-info:focus {
  background-color: transparent !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-warning:hover,
.mbr-section-btn-main .btn-warning:hover,
.mbr-section-btn .btn-warning:focus,
.mbr-section-btn-main .btn-warning:focus {
  background-color: transparent !important;
  color: #e59e4d !important;
}
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn-main .btn-danger:hover,
.mbr-section-btn .btn-danger:focus,
.mbr-section-btn-main .btn-danger:focus {
  background-color: transparent !important;
  color: #af2311 !important;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn-main .btn-black:hover,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn-main .btn-black:focus {
  background-color: transparent !important;
  color: #000000 !important;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn-main .btn-white:hover,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn-main .btn-white:focus {
  background-color: transparent !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn-main .btn-primary-outline:focus {
  background-color: #85c6d8 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn-main .btn-secondary-outline:focus {
  background-color: #6f6f6f !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn-main .btn-success-outline:focus {
  background-color: #ededed !important;
  color: #6f6f6f !important;
}
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn-main .btn-info-outline:focus {
  background-color: #ffffff !important;
  color: #6f6f6f !important;
}
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn-main .btn-warning-outline:focus {
  background-color: #e59e4d !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn-main .btn-danger-outline:focus {
  background-color: #af2311 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn-main .btn-black-outline:focus {
  background-color: #000000  !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn-main .btn-white-outline:hover,
.mbr-section-btn .btn-white-outline:focus,
.mbr-section-btn-main .btn-white-outline:focus {
  background-color: #ffffff !important;
  color: #000000 !important;
}
img {
  border-radius: 14px !important;
}
.cid-u2KQSuSEaL {
  background-color: transparent;
}
.cid-u2KQSuSEaL .navbar-dropdown {
  background-color: #ededed !important;
  padding: 0;
}
.cid-u2KQSuSEaL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ededed !important;
  background: #ededed;
}
.cid-u2KQSuSEaL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2KQSuSEaL .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u2KQSuSEaL .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u2KQSuSEaL .menu_box .navbar.opened,
  .cid-u2KQSuSEaL .menu_box .navbar-collapse {
    background-color: #ededed !important;
    transition: all 0s ease 0s;
  }
}
.cid-u2KQSuSEaL .navbar-dropdown {
  position: relative !important;
}
.cid-u2KQSuSEaL .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-u2KQSuSEaL .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u2KQSuSEaL .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u2KQSuSEaL .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u2KQSuSEaL .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u2KQSuSEaL .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fafafa;
  }
  .cid-u2KQSuSEaL .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u2KQSuSEaL .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u2KQSuSEaL .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u2KQSuSEaL .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u2KQSuSEaL .offcanvas-body .mbr-text,
  .cid-u2KQSuSEaL .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u2KQSuSEaL .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u2KQSuSEaL .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u2KQSuSEaL .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-u2KQSuSEaL .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u2KQSuSEaL .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u2KQSuSEaL .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u2KQSuSEaL .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u2KQSuSEaL ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u2KQSuSEaL .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u2KQSuSEaL .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u2KQSuSEaL .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u2KQSuSEaL li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u2KQSuSEaL .lg_brand {
    margin: 0 1rem;
  }
  .cid-u2KQSuSEaL .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-u2KQSuSEaL .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u2KQSuSEaL .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-u2KQSuSEaL .nav-item {
    margin: 0 !important;
  }
}
.cid-u2KQSuSEaL .nav-item .nav-link {
  transition: all 0.3s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-u2KQSuSEaL .nav-item .nav-link:hover,
.cid-u2KQSuSEaL .nav-item .nav-link:focus {
  color: #85c6d8 !important;
}
.cid-u2KQSuSEaL .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u2KQSuSEaL .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u2KQSuSEaL .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u2KQSuSEaL .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u2KQSuSEaL .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u2KQSuSEaL .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u2KQSuSEaL .offcanvas_box {
    display: none;
  }
}
.cid-u2KQSuSEaL .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u2KQSuSEaL .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u2KQSuSEaL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u2KQSuSEaL .container {
  display: flex;
  margin: auto;
}
.cid-u2KQSuSEaL .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u2KQSuSEaL .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u2KQSuSEaL .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u2KQSuSEaL .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u2KQSuSEaL .navbar-nav {
    margin: 0;
  }
}
.cid-u2KQSuSEaL .dropdown-menu,
.cid-u2KQSuSEaL .navbar.opened {
  background-color: false !important;
}
.cid-u2KQSuSEaL .nav-item:focus,
.cid-u2KQSuSEaL .nav-link:focus {
  outline: none;
}
.cid-u2KQSuSEaL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u2KQSuSEaL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2KQSuSEaL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2KQSuSEaL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2KQSuSEaL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2KQSuSEaL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2KQSuSEaL .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u2KQSuSEaL .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u2KQSuSEaL .navbar.opened {
  transition: all 0.3s;
}
.cid-u2KQSuSEaL .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u2KQSuSEaL .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-u2KQSuSEaL .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-u2KQSuSEaL .navbar.collapsed {
  justify-content: center;
}
.cid-u2KQSuSEaL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2KQSuSEaL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u2KQSuSEaL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2KQSuSEaL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2KQSuSEaL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2KQSuSEaL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u2KQSuSEaL .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u2KQSuSEaL .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u2KQSuSEaL .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u2KQSuSEaL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2KQSuSEaL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2KQSuSEaL .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u2KQSuSEaL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2KQSuSEaL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u2KQSuSEaL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u2KQSuSEaL .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u2KQSuSEaL .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u2KQSuSEaL .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u2KQSuSEaL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u2KQSuSEaL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u2KQSuSEaL .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u2KQSuSEaL .navbar.navbar-short {
  min-height: 60px;
}
.cid-u2KQSuSEaL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u2KQSuSEaL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u2KQSuSEaL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u2KQSuSEaL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u2KQSuSEaL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2KQSuSEaL .dropdown-item.active,
.cid-u2KQSuSEaL .dropdown-item:active {
  background-color: transparent;
}
.cid-u2KQSuSEaL .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-u2KQSuSEaL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2KQSuSEaL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u2KQSuSEaL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2KQSuSEaL ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u2KQSuSEaL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u2KQSuSEaL button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ededed;
  background: #fafafa;
}
.cid-u2KQSuSEaL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u2KQSuSEaL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u2KQSuSEaL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2KQSuSEaL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2KQSuSEaL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u2KQSuSEaL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2KQSuSEaL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u2KQSuSEaL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u2KQSuSEaL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2KQSuSEaL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u2KQSuSEaL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u2KQSuSEaL .navbar {
    height: 70px;
  }
  .cid-u2KQSuSEaL .navbar.opened {
    height: auto;
  }
  .cid-u2KQSuSEaL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2KQSuSEaL .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-u2KQSuSEaL .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-u2KQSuSEaL .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u2KQSuSEaL .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u2KQSuSEaL .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 160px;
}
.cid-u2KQSuSEaL .navbar-caption:hover {
  color: #85c6d8;
}
@media (min-width: 992px) {
  .cid-u2KQSuSEaL .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u2KQSuSEaL .text_widget {
  margin-bottom: 32px;
}
.cid-u2KQSuSEaL .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u2KQSuSEaL .text_widget a:hover,
.cid-u2KQSuSEaL .text_widget a:focus {
  opacity: .8;
}
.cid-u2KQSuSEaL .mbr-section-subtitle {
  color: #F1634F;
}
.cid-u2KQSuSEaL .navbar-caption {
  color: #000000;
}
.cid-u2KQSuSEaL .mbr-text {
  color: #6f6f6f;
}
.cid-u2KQSuSEaL a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u2KQSEGIaI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-u2KQSEGIaI::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#85c6d8 -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-u2KQSEGIaI::before {
    opacity: .4;
  }
}
.cid-u2KQSEGIaI::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #bed7e5 -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-u2KQSEGIaI::after {
    opacity: .4;
  }
}
.cid-u2KQSEGIaI .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2KQSEGIaI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u2KQSEGIaI .container {
    padding: 0 16px;
  }
}
.cid-u2KQSEGIaI .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-u2KQSEGIaI .row .card {
  justify-content: flex-end;
}
.cid-u2KQSEGIaI .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-u2KQSEGIaI .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-u2KQSEGIaI .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-u2KQSEGIaI .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u2KQSEGIaI .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-u2KQSEGIaI .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u2KQSEGIaI .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #85c6d8 !important;
}
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #ededed !important;
}
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #ffffff !important;
}
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #e59e4d !important;
}
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #af2311 !important;
}
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-u2KQSEGIaI .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-u2KQSEGIaI .mbr-section-title {
  color: #000000;
}
.cid-u2KQSEGIaI .mbr-text {
  color: #000000;
}
.cid-uS7XmmCcx1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-uS7XmmCcx1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS7XmmCcx1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS7XmmCcx1 .mbr-text {
  color: #000000;
}
.cid-uS7XmmCcx1 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uS7XmmCcx1 .item-wrapper {
  background: #f7f5f0;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uS7XmmCcx1 .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uS7XmmCcx1 .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
.cid-uS7XmmCcx1 .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uS7XmmCcx1 .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uS7XmmCcx1 .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uS7XmmCcx1 .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uS7XmmCcx1 .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #bed7e5;
  background-color: #bed7e5;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uS7XmmCcx1 .mbr-text UL {
  text-align: left;
}
.cid-uS7XmmCcx1 .mbr-section-subtitle,
.cid-uS7XmmCcx1 .main-button {
  color: #000000;
}
.cid-uS7XmmCcx1 .mbr-section-title {
  color: #000000;
}
.cid-u2KRDoH9Fa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed7e5;
}
.cid-u2KRDoH9Fa .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2KRDoH9Fa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u2KRDoH9Fa .container {
    padding: 0 16px;
  }
}
.cid-u2KRDoH9Fa .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-u2KRDoH9Fa .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u2KRDoH9Fa .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u2KRDoH9Fa .mbr-section-title {
  color: #f1634f;
}
.cid-u2KRDoH9Fa .mbr-text {
  color: #000000;
}
.cid-u2KRjXUOey {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed7e5;
}
.cid-u2KRjXUOey .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2KRjXUOey .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u2KRjXUOey .container {
    padding: 0 16px;
  }
}
.cid-u2KRjXUOey .row {
  position: relative;
}
.cid-u2KRjXUOey .content-wrapper {
  position: sticky;
  top: 100px;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-u2KRjXUOey .content-wrapper {
    margin-bottom: 80px;
    margin-right: 0;
  }
}
.cid-u2KRjXUOey .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u2KRjXUOey .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-u2KRjXUOey .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-u2KRjXUOey .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-primary-outline,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-success-outline,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-info-outline,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-warning-outline,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-danger-outline,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-black-outline,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #85c6d8 !important;
}
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #ededed !important;
}
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #ffffff !important;
}
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #e59e4d !important;
}
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #af2311 !important;
}
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-u2KRjXUOey .content-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-u2KRjXUOey .content-wrapper .decor-wrapper {
  margin-top: 32px;
}
.cid-u2KRjXUOey .content-wrapper .decor-wrapper .decor-wrap {
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #f1634f -10%, transparent 80%);
}
.cid-u2KRjXUOey .items-wrapper {
  margin-left: 40px;
}
@media (max-width: 992px) {
  .cid-u2KRjXUOey .items-wrapper {
    margin-left: 0;
  }
}
.cid-u2KRjXUOey .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-u2KRjXUOey .item .item-wrapper {
  background-color: #fafafa;
  height: 100%;
  padding: 70px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-u2KRjXUOey .item .item-wrapper {
    padding: 32px;
  }
}
.cid-u2KRjXUOey .item .item-wrapper .card-box .item-title {
  margin-bottom: 24px;
}
.cid-u2KRjXUOey .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-u2KRjXUOey .mbr-section-title {
  color: #000000;
}
.cid-u2KRjXUOey .mbr-text {
  color: #6f6f6f;
}
.cid-u2KRjXUOey .item-title {
  color: #000000;
}
.cid-u2KRjXUOey .item-text {
  color: #000000;
}
.cid-u2KRjXUOey .mbr-text,
.cid-u2KRjXUOey .text-wrap {
  color: #000000;
}
.cid-u2KS1JFong {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .cid-u2KS1JFong .container {
    padding: 0 16px;
  }
}
.cid-u2KS1JFong .row {
  position: relative;
  z-index: 1;
}
.cid-u2KS1JFong .title-wrapper {
  margin-bottom: 80px;
}
.cid-u2KS1JFong .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-u2KS1JFong .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u2KS1JFong .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-u2KS1JFong .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 980px;
  max-width: 980px;
  padding: 0 12px;
}
@media (max-width: 1200px) {
  .cid-u2KS1JFong .embla__slide {
    min-width: 680px;
    max-width: 680px;
  }
}
@media (max-width: 767px) {
  .cid-u2KS1JFong .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.cid-u2KS1JFong .embla__slide .slide-content {
  width: 100%;
}
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper {
  background-color: #bed7e5;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-u2KS1JFong .embla__slide .slide-content .item-wrapper {
    padding: 32px;
  }
}
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .title-wrap {
    margin-bottom: 32px;
  }
}
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .title-wrap .mbr-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 30px;
  color: #f1634f;
}
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .item-text {
  margin-bottom: 14px;
}
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus {
  color: #85c6d8 !important;
}
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus {
  color: #ededed !important;
}
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus {
  color: #ffffff !important;
}
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus {
  color: #e59e4d !important;
}
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus {
  color: #af2311 !important;
}
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover,
.cid-u2KS1JFong .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-u2KS1JFong .embla__button--next,
.cid-u2KS1JFong .embla__button--prev {
  display: flex;
}
.cid-u2KS1JFong .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #85c6d8 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-u2KS1JFong .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u2KS1JFong .embla__button:hover {
  opacity: .7 !important;
}
.cid-u2KS1JFong .embla__button.embla__button--prev {
  left: 0;
}
.cid-u2KS1JFong .embla__button.embla__button--next {
  right: 0;
}
.cid-u2KS1JFong .embla {
  position: relative;
  width: 100%;
}
.cid-u2KS1JFong .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-u2KS1JFong .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u2KS1JFong .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u2KS1JFong .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u2KS1JFong .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-u2KS1JFong .mbr-section-title {
  color: #000000;
}
.cid-u2KS1JFong .mbr-desc {
  color: #000000;
}
.cid-u2KS1JFong .item-title {
  color: #000000;
}
.cid-u2KS1JFong .item-text {
  color: #6f6f6f;
}
.cid-uS8vxJf6BT {
  background-image: url("../../../assets/images/small-hearing-aid.jpg-1205x870.jpg");
}
.cid-uS8vxJf6BT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS8vxJf6BT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS8vxJf6BT .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uS8vxJf6BT .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uS8vxJf6BT .container {
    padding: 0 20px;
  }
}
.cid-uS8vxJf6BT .row {
  justify-content: center;
}
.cid-uS8vxJf6BT .content-wrapper .mbr-desc {
  margin-bottom: 25px;
}
.cid-uS8vxJf6BT .content-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uS8vxJf6BT .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uS8vxJf6BT .content-wrapper .text-wrapper {
  padding-left: 216px;
}
@media (max-width: 1440px) {
  .cid-uS8vxJf6BT .content-wrapper .text-wrapper {
    padding-left: 100px;
  }
}
@media (max-width: 1200px) {
  .cid-uS8vxJf6BT .content-wrapper .text-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uS8vxJf6BT .content-wrapper .text-wrapper {
    padding-left: 0;
  }
}
.cid-uS8vxJf6BT .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 75%;
  margin-bottom: 0;
}
.cid-uS8vxJf6BT .mbr-desc {
  color: #ffffff;
}
.cid-uS8vxJf6BT .mbr-section-title {
  color: #000000;
}
.cid-uS8vxJf6BT .mbr-text {
  color: #ffffff;
}
.cid-uS8vxJf6BT .mbr-text,
.cid-uS8vxJf6BT .text-wrapper {
  color: #000000;
}
.cid-uS8uvOr3gE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uS8uvOr3gE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS8uvOr3gE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uS8uvOr3gE .container {
    padding: 0 16px;
  }
}
.cid-uS8uvOr3gE .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uS8uvOr3gE .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uS8uvOr3gE .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uS8uvOr3gE .mbr-section-title {
  color: #000000;
}
.cid-uS8uvOr3gE .mbr-text {
  color: #000000;
}
.cid-uS9dY89c3d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uS9dY89c3d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS9dY89c3d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS9dY89c3d .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 0;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-uS9dY89c3d .label-wrapper .mbr-label {
    margin-bottom: 20px;
  }
}
.cid-uS9dY89c3d .mbr-section-title {
  margin-bottom: 50px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uS9dY89c3d .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uS9dY89c3d .items-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uS9dY89c3d .items-wrapper {
    display: block;
  }
}
.cid-uS9dY89c3d .item {
  width: 50%;
  padding-right: 40px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uS9dY89c3d .item {
    padding-right: 0;
    margin-bottom: 30px;
    width: 100%;
  }
}
.cid-uS9dY89c3d .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 15px;
}
.cid-uS9dY89c3d .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uS9dY89c3d .item .item-wrapper .card-box .title-wrapper .title-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 15px;
}
.cid-uS9dY89c3d .item .item-wrapper .card-box .title-wrapper .title-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 36px;
  color: #000000;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uS9dY89c3d .item .item-wrapper .card-box .title-wrapper .title-wrap .iconfont-wrapper .mbr-iconfont {
    font-size: 26px;
  }
}
.cid-uS9dY89c3d .item .item-wrapper .card-box .title-wrapper .card-title {
  margin-bottom: 0;
}
.cid-uS9dY89c3d .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uS9dY89c3d .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uS9dY89c3d .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uS9dY89c3d .mbr-label {
  color: #000000;
}
.cid-uS9dY89c3d .card-title {
  color: #000000;
}
.cid-uS9dY89c3d .card-text {
  color: #8a8a8a;
}
.cid-uS8uGgYRhy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uS8uGgYRhy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS8uGgYRhy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS8uGgYRhy .card-wrapper {
  position: relative;
  background-color: #bed7e5;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uS8uGgYRhy .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uS8uGgYRhy .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uS8uGgYRhy .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uS8uGgYRhy .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uS8uGgYRhy .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uS8uGgYRhy .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uS8uGgYRhy .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uS8uGgYRhy .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uS8uGgYRhy .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 48px;
}
@media (max-width: 1440px) {
  .cid-uS8uGgYRhy .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uS8uGgYRhy .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uS8uGgYRhy .mbr-section-title {
  color: #000000;
}
.cid-uS8uGgYRhy .mbr-label {
  color: #000000;
  text-align: center;
}
.cid-uS8uGgYRhy .mbr-text,
.cid-uS8uGgYRhy .text-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uS8uGgYRhy .mbr-section-title,
.cid-uS8uGgYRhy .mbr-section-btn {
  text-align: center;
}
.cid-uS7ZS15vLS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uS7ZS15vLS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS7ZS15vLS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS7ZS15vLS .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uS7ZS15vLS .content-wrapper .mbr-label {
    width: 100%;
  }
}
.cid-uS7ZS15vLS .content-wrapper .panel-group .card {
  position: relative;
  padding: 0 0 15px 0;
  background-color: transparent;
  border-bottom: 1px solid #e9eaed;
  border-radius: 0 !important;
  margin-bottom: 20px;
}
.cid-uS7ZS15vLS .content-wrapper .panel-group .card:last-child {
  border-bottom: none;
}
.cid-uS7ZS15vLS .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uS7ZS15vLS .content-wrapper .panel-group .card .card-header .panel-title {
  width: 100%;
}
.cid-uS7ZS15vLS .content-wrapper .panel-group .card .card-header .panel-title .title-wrap {
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
}
.cid-uS7ZS15vLS .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit {
  margin-bottom: 0;
}
.cid-uS7ZS15vLS .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  transition: all 0.3s ease-in-out;
  background-color: #e9eaed;
}
.cid-uS7ZS15vLS .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uS7ZS15vLS .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .icon-wrapper {
  background-color: #85c6d8;
}
.cid-uS7ZS15vLS .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #000000;
}
.cid-uS7ZS15vLS .content-wrapper .panel-group .card .panel-collapse .panel-body {
  margin: 40px 0;
  padding-left: 65px;
}
@media (max-width: 992px) {
  .cid-uS7ZS15vLS .content-wrapper .panel-group .card .panel-collapse .panel-body {
    padding-left: 0;
    margin: 15px 0 0 0;
  }
}
.cid-uS7ZS15vLS .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uS7ZS15vLS .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uS7ZS15vLS .mbr-label {
  color: #000000;
}
.cid-uS7ZS15vLS .panel-title-edit {
  color: #000000;
}
.cid-uS7ZS15vLS .panel-text {
  color: #000000;
}
.cid-uS8uXycDCf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed7e5;
}
.cid-uS8uXycDCf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS8uXycDCf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS8uXycDCf .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uS8uXycDCf .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uS8uXycDCf .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uS8uXycDCf .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uS8uXycDCf .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uS8uXycDCf .mbr-section-subtitle {
  margin-bottom: 40px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uS8uXycDCf .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-uS8uXycDCf .mbr-text {
  margin-bottom: 30px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uS8uXycDCf .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uS8uXycDCf .mbr-label {
  color: #000000;
}
.cid-uS8uXycDCf .mbr-section-title {
  color: #000000;
}
.cid-uS7XvlD62n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed7e5;
}
.cid-uS7XvlD62n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS7XvlD62n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS7XvlD62n .google-map {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uS7XvlD62n .google-map {
    margin-bottom: 48px;
  }
}
.cid-uS7XvlD62n .google-map iframe {
  height: 480px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uS7XvlD62n .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uS7XvlD62n .list-wrapper {
    margin-bottom: 36px;
  }
}
.cid-uS7XvlD62n .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uS7XvlD62n .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uS7XvlD62n .list-wrapper .list .item-wrap:hover,
.cid-uS7XvlD62n .list-wrapper .list .item-wrap:focus {
  color: #bff747;
}
.cid-uS7XvlD62n .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uS7XvlD62n .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uS7XvlD62n .social-wrapper {
    text-align: left;
  }
}
.cid-uS7XvlD62n .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uS7XvlD62n .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uS7XvlD62n .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uS7XvlD62n .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #4b4b4b;
  color: #bff747;
}
.cid-uS7XvlD62n .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #fdfde1;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uS7XvlD62n .list,
.cid-uS7XvlD62n .item-wrap,
.cid-uS7XvlD62n .social-wrapper {
  color: #fdfde1;
}
.cid-uS8sy6W7FC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uS8sy6W7FC .media-container-row .mbr-text {
  color: #aaaaaa;
  text-align: left;
}
.cid-uS8sy6W7FC .media-container-row .mbr-text2 {
  color: #232323;
}
.cid-uS8sy6W7FC .media-container-row .mbr-text1 {
  color: #232323;
  text-align: left;
}
.cid-uS8sy6W7FC .media-container-row .mbr-text3 {
  color: #232323;
  text-align: right;
}
.cid-uS8sy6W7FC a {
  background-image: none !important;
}
.cid-uS8sy6W7FC .line {
  width: 100%;
  height: 1px;
  background: currentColor;
}
.cid-uS8sy6W7FC .container {
  padding: 5rem 1rem;
}
.cid-uS8sy6W7FC p {
  padding: 0.5rem 0;
}
@media (max-width: 992px) {
  .cid-uS8sy6W7FC p {
    text-align: center !important;
  }
}
.cid-uS8sy6W7FC .media-container-row .mbr-text2,
.cid-uS8sy6W7FC .line {
  color: #232323;
  text-align: left;
}
.cid-uS8sBuF81Q {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #bed7e5;
}
.cid-uS8sBuF81Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS8sBuF81Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS8sBuF81Q .row {
  justify-content: center;
}
.cid-uS8sBuF81Q .card {
  justify-content: center;
}
.cid-uS8sBuF81Q .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uS8sBuF81Q .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uS8sBuF81Q .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uS8sBuF81Q .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uS8sBuF81Q .nav-wrapper .list .item-wrap:hover,
.cid-uS8sBuF81Q .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uS8sBuF81Q .list,
.cid-uS8sBuF81Q .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uS8rmiXbiC {
  background-color: transparent;
}
.cid-uS8rmiXbiC .navbar-dropdown {
  background-color: #ededed !important;
  padding: 0;
}
.cid-uS8rmiXbiC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ededed !important;
  background: #ededed;
}
.cid-uS8rmiXbiC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uS8rmiXbiC .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uS8rmiXbiC .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uS8rmiXbiC .menu_box .navbar.opened,
  .cid-uS8rmiXbiC .menu_box .navbar-collapse {
    background-color: #ededed !important;
    transition: all 0s ease 0s;
  }
}
.cid-uS8rmiXbiC .navbar-dropdown {
  position: relative !important;
}
.cid-uS8rmiXbiC .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uS8rmiXbiC .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uS8rmiXbiC .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uS8rmiXbiC .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uS8rmiXbiC .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uS8rmiXbiC .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fafafa;
  }
  .cid-uS8rmiXbiC .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uS8rmiXbiC .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uS8rmiXbiC .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uS8rmiXbiC .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uS8rmiXbiC .offcanvas-body .mbr-text,
  .cid-uS8rmiXbiC .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uS8rmiXbiC .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uS8rmiXbiC .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uS8rmiXbiC .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uS8rmiXbiC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uS8rmiXbiC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uS8rmiXbiC .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uS8rmiXbiC .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uS8rmiXbiC ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uS8rmiXbiC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uS8rmiXbiC .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uS8rmiXbiC .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uS8rmiXbiC li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uS8rmiXbiC .lg_brand {
    margin: 0 1rem;
  }
  .cid-uS8rmiXbiC .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-uS8rmiXbiC .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uS8rmiXbiC .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uS8rmiXbiC .nav-item {
    margin: 0 !important;
  }
}
.cid-uS8rmiXbiC .nav-item .nav-link {
  transition: all 0.3s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uS8rmiXbiC .nav-item .nav-link:hover,
.cid-uS8rmiXbiC .nav-item .nav-link:focus {
  color: #85c6d8 !important;
}
.cid-uS8rmiXbiC .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uS8rmiXbiC .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uS8rmiXbiC .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uS8rmiXbiC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uS8rmiXbiC .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uS8rmiXbiC .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uS8rmiXbiC .offcanvas_box {
    display: none;
  }
}
.cid-uS8rmiXbiC .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uS8rmiXbiC .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uS8rmiXbiC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uS8rmiXbiC .container {
  display: flex;
  margin: auto;
}
.cid-uS8rmiXbiC .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uS8rmiXbiC .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uS8rmiXbiC .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uS8rmiXbiC .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uS8rmiXbiC .navbar-nav {
    margin: 0;
  }
}
.cid-uS8rmiXbiC .dropdown-menu,
.cid-uS8rmiXbiC .navbar.opened {
  background-color: false !important;
}
.cid-uS8rmiXbiC .nav-item:focus,
.cid-uS8rmiXbiC .nav-link:focus {
  outline: none;
}
.cid-uS8rmiXbiC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uS8rmiXbiC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uS8rmiXbiC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uS8rmiXbiC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uS8rmiXbiC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uS8rmiXbiC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uS8rmiXbiC .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uS8rmiXbiC .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uS8rmiXbiC .navbar.opened {
  transition: all 0.3s;
}
.cid-uS8rmiXbiC .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uS8rmiXbiC .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uS8rmiXbiC .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uS8rmiXbiC .navbar.collapsed {
  justify-content: center;
}
.cid-uS8rmiXbiC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uS8rmiXbiC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uS8rmiXbiC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uS8rmiXbiC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uS8rmiXbiC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uS8rmiXbiC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uS8rmiXbiC .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uS8rmiXbiC .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uS8rmiXbiC .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uS8rmiXbiC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uS8rmiXbiC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uS8rmiXbiC .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uS8rmiXbiC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uS8rmiXbiC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uS8rmiXbiC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uS8rmiXbiC .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uS8rmiXbiC .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uS8rmiXbiC .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uS8rmiXbiC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uS8rmiXbiC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uS8rmiXbiC .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uS8rmiXbiC .navbar.navbar-short {
  min-height: 60px;
}
.cid-uS8rmiXbiC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uS8rmiXbiC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uS8rmiXbiC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uS8rmiXbiC .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uS8rmiXbiC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uS8rmiXbiC .dropdown-item.active,
.cid-uS8rmiXbiC .dropdown-item:active {
  background-color: transparent;
}
.cid-uS8rmiXbiC .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uS8rmiXbiC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uS8rmiXbiC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uS8rmiXbiC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uS8rmiXbiC ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uS8rmiXbiC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uS8rmiXbiC button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ededed;
  background: #fafafa;
}
.cid-uS8rmiXbiC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uS8rmiXbiC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uS8rmiXbiC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uS8rmiXbiC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uS8rmiXbiC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uS8rmiXbiC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uS8rmiXbiC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uS8rmiXbiC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uS8rmiXbiC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uS8rmiXbiC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uS8rmiXbiC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uS8rmiXbiC .navbar {
    height: 70px;
  }
  .cid-uS8rmiXbiC .navbar.opened {
    height: auto;
  }
  .cid-uS8rmiXbiC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uS8rmiXbiC .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uS8rmiXbiC .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uS8rmiXbiC .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uS8rmiXbiC .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uS8rmiXbiC .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 160px;
}
.cid-uS8rmiXbiC .navbar-caption:hover {
  color: #85c6d8;
}
@media (min-width: 992px) {
  .cid-uS8rmiXbiC .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uS8rmiXbiC .text_widget {
  margin-bottom: 32px;
}
.cid-uS8rmiXbiC .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uS8rmiXbiC .text_widget a:hover,
.cid-uS8rmiXbiC .text_widget a:focus {
  opacity: .8;
}
.cid-uS8rmiXbiC .mbr-section-subtitle {
  color: #F1634F;
}
.cid-uS8rmiXbiC .navbar-caption {
  color: #000000;
}
.cid-uS8rmiXbiC .mbr-text {
  color: #6f6f6f;
}
.cid-uS8rmiXbiC a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uS8rmkgyyk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-uS8rmkgyyk::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#85c6d8 -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uS8rmkgyyk::before {
    opacity: .4;
  }
}
.cid-uS8rmkgyyk::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #bed7e5 -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-uS8rmkgyyk::after {
    opacity: .4;
  }
}
.cid-uS8rmkgyyk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS8rmkgyyk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uS8rmkgyyk .container {
    padding: 0 16px;
  }
}
.cid-uS8rmkgyyk .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uS8rmkgyyk .row .card {
  justify-content: flex-end;
}
.cid-uS8rmkgyyk .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-uS8rmkgyyk .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-uS8rmkgyyk .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-uS8rmkgyyk .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uS8rmkgyyk .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uS8rmkgyyk .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uS8rmkgyyk .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-uS8rmkgyyk .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uS8rmkgyyk .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uS8rmkgyyk .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uS8rmkgyyk .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-uS8rmkgyyk .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-uS8rmkgyyk .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uS8rmkgyyk .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uS8rmkgyyk .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-uS8rmkgyyk .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uS8rmkgyyk .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uS8rmkgyyk .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uS8rmkgyyk .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uS8rmkgyyk .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uS8rmkgyyk .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uS8rmkgyyk .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uS8rmkgyyk .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uS8rmkgyyk .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uS8rmkgyyk .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uS8rmkgyyk .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uS8rmkgyyk .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uS8rmkgyyk .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uS8rmkgyyk .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uS8rmkgyyk .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uS8rmkgyyk .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uS8rmkgyyk .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uS8rmkgyyk .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uS8rmkgyyk .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uS8rmkgyyk .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uS8rmkgyyk .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uS8rmkgyyk .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uS8rmkgyyk .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uS8rmkgyyk .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uS8rmkgyyk .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uS8rmkgyyk .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uS8rmkgyyk .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uS8rmkgyyk .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uS8rmkgyyk .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uS8rmkgyyk .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uS8rmkgyyk .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uS8rmkgyyk .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uS8rmkgyyk .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uS8rmkgyyk .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uS8rmkgyyk .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uS8rmkgyyk .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uS8rmkgyyk .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uS8rmkgyyk .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uS8rmkgyyk .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uS8rmkgyyk .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uS8rmkgyyk .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uS8rmkgyyk .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uS8rmkgyyk .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #85c6d8 !important;
}
.cid-uS8rmkgyyk .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uS8rmkgyyk .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uS8rmkgyyk .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uS8rmkgyyk .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #ededed !important;
}
.cid-uS8rmkgyyk .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uS8rmkgyyk .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #ffffff !important;
}
.cid-uS8rmkgyyk .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uS8rmkgyyk .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #e59e4d !important;
}
.cid-uS8rmkgyyk .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uS8rmkgyyk .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #af2311 !important;
}
.cid-uS8rmkgyyk .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uS8rmkgyyk .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uS8rmkgyyk .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uS8rmkgyyk .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uS8rmkgyyk .mbr-section-title {
  color: #000000;
}
.cid-uS8rmkgyyk .mbr-text {
  color: #000000;
}
.cid-uS8rmlbS2d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed7e5;
}
.cid-uS8rmlbS2d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS8rmlbS2d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uS8rmlbS2d .container {
    padding: 0 16px;
  }
}
.cid-uS8rmlbS2d .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uS8rmlbS2d .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uS8rmlbS2d .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uS8rmlbS2d .mbr-section-title {
  color: #f1634f;
}
.cid-uS8rmlbS2d .mbr-text {
  color: #000000;
}
.cid-uS8rmpS4rE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed7e5;
}
.cid-uS8rmpS4rE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS8rmpS4rE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS8rmpS4rE .google-map {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uS8rmpS4rE .google-map {
    margin-bottom: 48px;
  }
}
.cid-uS8rmpS4rE .google-map iframe {
  height: 480px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uS8rmpS4rE .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uS8rmpS4rE .list-wrapper {
    margin-bottom: 36px;
  }
}
.cid-uS8rmpS4rE .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uS8rmpS4rE .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uS8rmpS4rE .list-wrapper .list .item-wrap:hover,
.cid-uS8rmpS4rE .list-wrapper .list .item-wrap:focus {
  color: #bff747;
}
.cid-uS8rmpS4rE .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uS8rmpS4rE .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uS8rmpS4rE .social-wrapper {
    text-align: left;
  }
}
.cid-uS8rmpS4rE .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uS8rmpS4rE .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uS8rmpS4rE .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uS8rmpS4rE .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #4b4b4b;
  color: #bff747;
}
.cid-uS8rmpS4rE .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #fdfde1;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uS8rmpS4rE .list,
.cid-uS8rmpS4rE .item-wrap,
.cid-uS8rmpS4rE .social-wrapper {
  color: #fdfde1;
}
.cid-uS8rmqyzCN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uS8rmqyzCN .media-container-row .mbr-text {
  color: #aaaaaa;
  text-align: left;
}
.cid-uS8rmqyzCN .media-container-row .mbr-text2 {
  color: #232323;
}
.cid-uS8rmqyzCN .media-container-row .mbr-text1 {
  color: #232323;
  text-align: left;
}
.cid-uS8rmqyzCN .media-container-row .mbr-text3 {
  color: #232323;
  text-align: right;
}
.cid-uS8rmqyzCN a {
  background-image: none !important;
}
.cid-uS8rmqyzCN .line {
  width: 100%;
  height: 1px;
  background: currentColor;
}
.cid-uS8rmqyzCN .container {
  padding: 5rem 1rem;
}
.cid-uS8rmqyzCN p {
  padding: 0.5rem 0;
}
@media (max-width: 992px) {
  .cid-uS8rmqyzCN p {
    text-align: center !important;
  }
}
.cid-uS8rmqyzCN .media-container-row .mbr-text2,
.cid-uS8rmqyzCN .line {
  color: #232323;
  text-align: left;
}
.cid-uS8sBuF81Q {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #bed7e5;
}
.cid-uS8sBuF81Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS8sBuF81Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS8sBuF81Q .row {
  justify-content: center;
}
.cid-uS8sBuF81Q .card {
  justify-content: center;
}
.cid-uS8sBuF81Q .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uS8sBuF81Q .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uS8sBuF81Q .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uS8sBuF81Q .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uS8sBuF81Q .nav-wrapper .list .item-wrap:hover,
.cid-uS8sBuF81Q .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uS8sBuF81Q .list,
.cid-uS8sBuF81Q .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uS8ycxN7Wa {
  background-color: transparent;
}
.cid-uS8ycxN7Wa .navbar-dropdown {
  background-color: #ededed !important;
  padding: 0;
}
.cid-uS8ycxN7Wa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ededed !important;
  background: #ededed;
}
.cid-uS8ycxN7Wa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uS8ycxN7Wa .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uS8ycxN7Wa .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uS8ycxN7Wa .menu_box .navbar.opened,
  .cid-uS8ycxN7Wa .menu_box .navbar-collapse {
    background-color: #ededed !important;
    transition: all 0s ease 0s;
  }
}
.cid-uS8ycxN7Wa .navbar-dropdown {
  position: relative !important;
}
.cid-uS8ycxN7Wa .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uS8ycxN7Wa .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uS8ycxN7Wa .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uS8ycxN7Wa .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uS8ycxN7Wa .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uS8ycxN7Wa .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fafafa;
  }
  .cid-uS8ycxN7Wa .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uS8ycxN7Wa .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uS8ycxN7Wa .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uS8ycxN7Wa .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uS8ycxN7Wa .offcanvas-body .mbr-text,
  .cid-uS8ycxN7Wa .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uS8ycxN7Wa .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uS8ycxN7Wa .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uS8ycxN7Wa .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uS8ycxN7Wa .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uS8ycxN7Wa .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uS8ycxN7Wa .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uS8ycxN7Wa .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uS8ycxN7Wa ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uS8ycxN7Wa .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uS8ycxN7Wa .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uS8ycxN7Wa .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uS8ycxN7Wa li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uS8ycxN7Wa .lg_brand {
    margin: 0 1rem;
  }
  .cid-uS8ycxN7Wa .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-uS8ycxN7Wa .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uS8ycxN7Wa .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uS8ycxN7Wa .nav-item {
    margin: 0 !important;
  }
}
.cid-uS8ycxN7Wa .nav-item .nav-link {
  transition: all 0.3s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uS8ycxN7Wa .nav-item .nav-link:hover,
.cid-uS8ycxN7Wa .nav-item .nav-link:focus {
  color: #85c6d8 !important;
}
.cid-uS8ycxN7Wa .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uS8ycxN7Wa .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uS8ycxN7Wa .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uS8ycxN7Wa .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uS8ycxN7Wa .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uS8ycxN7Wa .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uS8ycxN7Wa .offcanvas_box {
    display: none;
  }
}
.cid-uS8ycxN7Wa .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uS8ycxN7Wa .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uS8ycxN7Wa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uS8ycxN7Wa .container {
  display: flex;
  margin: auto;
}
.cid-uS8ycxN7Wa .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uS8ycxN7Wa .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uS8ycxN7Wa .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uS8ycxN7Wa .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uS8ycxN7Wa .navbar-nav {
    margin: 0;
  }
}
.cid-uS8ycxN7Wa .dropdown-menu,
.cid-uS8ycxN7Wa .navbar.opened {
  background-color: false !important;
}
.cid-uS8ycxN7Wa .nav-item:focus,
.cid-uS8ycxN7Wa .nav-link:focus {
  outline: none;
}
.cid-uS8ycxN7Wa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uS8ycxN7Wa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uS8ycxN7Wa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uS8ycxN7Wa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uS8ycxN7Wa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uS8ycxN7Wa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uS8ycxN7Wa .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uS8ycxN7Wa .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uS8ycxN7Wa .navbar.opened {
  transition: all 0.3s;
}
.cid-uS8ycxN7Wa .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uS8ycxN7Wa .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uS8ycxN7Wa .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uS8ycxN7Wa .navbar.collapsed {
  justify-content: center;
}
.cid-uS8ycxN7Wa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uS8ycxN7Wa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uS8ycxN7Wa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uS8ycxN7Wa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uS8ycxN7Wa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uS8ycxN7Wa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uS8ycxN7Wa .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uS8ycxN7Wa .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uS8ycxN7Wa .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uS8ycxN7Wa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uS8ycxN7Wa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uS8ycxN7Wa .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uS8ycxN7Wa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uS8ycxN7Wa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uS8ycxN7Wa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uS8ycxN7Wa .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uS8ycxN7Wa .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uS8ycxN7Wa .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uS8ycxN7Wa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uS8ycxN7Wa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uS8ycxN7Wa .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uS8ycxN7Wa .navbar.navbar-short {
  min-height: 60px;
}
.cid-uS8ycxN7Wa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uS8ycxN7Wa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uS8ycxN7Wa .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uS8ycxN7Wa .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uS8ycxN7Wa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uS8ycxN7Wa .dropdown-item.active,
.cid-uS8ycxN7Wa .dropdown-item:active {
  background-color: transparent;
}
.cid-uS8ycxN7Wa .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uS8ycxN7Wa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uS8ycxN7Wa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uS8ycxN7Wa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uS8ycxN7Wa ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uS8ycxN7Wa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uS8ycxN7Wa button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ededed;
  background: #fafafa;
}
.cid-uS8ycxN7Wa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uS8ycxN7Wa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uS8ycxN7Wa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uS8ycxN7Wa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uS8ycxN7Wa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uS8ycxN7Wa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uS8ycxN7Wa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uS8ycxN7Wa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uS8ycxN7Wa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uS8ycxN7Wa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uS8ycxN7Wa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uS8ycxN7Wa .navbar {
    height: 70px;
  }
  .cid-uS8ycxN7Wa .navbar.opened {
    height: auto;
  }
  .cid-uS8ycxN7Wa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uS8ycxN7Wa .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uS8ycxN7Wa .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uS8ycxN7Wa .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uS8ycxN7Wa .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uS8ycxN7Wa .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 160px;
}
.cid-uS8ycxN7Wa .navbar-caption:hover {
  color: #85c6d8;
}
@media (min-width: 992px) {
  .cid-uS8ycxN7Wa .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uS8ycxN7Wa .text_widget {
  margin-bottom: 32px;
}
.cid-uS8ycxN7Wa .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uS8ycxN7Wa .text_widget a:hover,
.cid-uS8ycxN7Wa .text_widget a:focus {
  opacity: .8;
}
.cid-uS8ycxN7Wa .mbr-section-subtitle {
  color: #F1634F;
}
.cid-uS8ycxN7Wa .navbar-caption {
  color: #000000;
}
.cid-uS8ycxN7Wa .mbr-text {
  color: #6f6f6f;
}
.cid-uS8ycxN7Wa a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uS8yczmtup {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-uS8yczmtup::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#85c6d8 -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uS8yczmtup::before {
    opacity: .4;
  }
}
.cid-uS8yczmtup::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #bed7e5 -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-uS8yczmtup::after {
    opacity: .4;
  }
}
.cid-uS8yczmtup .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS8yczmtup .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uS8yczmtup .container {
    padding: 0 16px;
  }
}
.cid-uS8yczmtup .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uS8yczmtup .row .card {
  justify-content: flex-end;
}
.cid-uS8yczmtup .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-uS8yczmtup .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-uS8yczmtup .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-uS8yczmtup .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uS8yczmtup .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uS8yczmtup .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uS8yczmtup .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-uS8yczmtup .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uS8yczmtup .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uS8yczmtup .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uS8yczmtup .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-uS8yczmtup .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-uS8yczmtup .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uS8yczmtup .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uS8yczmtup .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-uS8yczmtup .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uS8yczmtup .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uS8yczmtup .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uS8yczmtup .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uS8yczmtup .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uS8yczmtup .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uS8yczmtup .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uS8yczmtup .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uS8yczmtup .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uS8yczmtup .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uS8yczmtup .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uS8yczmtup .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uS8yczmtup .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uS8yczmtup .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uS8yczmtup .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uS8yczmtup .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uS8yczmtup .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uS8yczmtup .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uS8yczmtup .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uS8yczmtup .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uS8yczmtup .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uS8yczmtup .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uS8yczmtup .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uS8yczmtup .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uS8yczmtup .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uS8yczmtup .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uS8yczmtup .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uS8yczmtup .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uS8yczmtup .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uS8yczmtup .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uS8yczmtup .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uS8yczmtup .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uS8yczmtup .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uS8yczmtup .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uS8yczmtup .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uS8yczmtup .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uS8yczmtup .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uS8yczmtup .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uS8yczmtup .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uS8yczmtup .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uS8yczmtup .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uS8yczmtup .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uS8yczmtup .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #85c6d8 !important;
}
.cid-uS8yczmtup .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uS8yczmtup .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uS8yczmtup .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uS8yczmtup .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #ededed !important;
}
.cid-uS8yczmtup .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uS8yczmtup .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #ffffff !important;
}
.cid-uS8yczmtup .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uS8yczmtup .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #e59e4d !important;
}
.cid-uS8yczmtup .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uS8yczmtup .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #af2311 !important;
}
.cid-uS8yczmtup .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uS8yczmtup .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uS8yczmtup .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uS8yczmtup .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uS8yczmtup .mbr-section-title {
  color: #000000;
}
.cid-uS8yczmtup .mbr-text {
  color: #000000;
}
.cid-uS8yczRUtr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed7e5;
}
.cid-uS8yczRUtr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS8yczRUtr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uS8yczRUtr .container {
    padding: 0 16px;
  }
}
.cid-uS8yczRUtr .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uS8yczRUtr .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uS8yczRUtr .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uS8yczRUtr .mbr-section-title {
  color: #f1634f;
}
.cid-uS8yczRUtr .mbr-text {
  color: #000000;
}
.cid-uS8ycAFVHC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed7e5;
}
.cid-uS8ycAFVHC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS8ycAFVHC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS8ycAFVHC .google-map {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uS8ycAFVHC .google-map {
    margin-bottom: 48px;
  }
}
.cid-uS8ycAFVHC .google-map iframe {
  height: 480px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uS8ycAFVHC .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uS8ycAFVHC .list-wrapper {
    margin-bottom: 36px;
  }
}
.cid-uS8ycAFVHC .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uS8ycAFVHC .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uS8ycAFVHC .list-wrapper .list .item-wrap:hover,
.cid-uS8ycAFVHC .list-wrapper .list .item-wrap:focus {
  color: #bff747;
}
.cid-uS8ycAFVHC .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uS8ycAFVHC .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uS8ycAFVHC .social-wrapper {
    text-align: left;
  }
}
.cid-uS8ycAFVHC .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uS8ycAFVHC .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uS8ycAFVHC .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uS8ycAFVHC .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #4b4b4b;
  color: #bff747;
}
.cid-uS8ycAFVHC .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #fdfde1;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uS8ycAFVHC .list,
.cid-uS8ycAFVHC .item-wrap,
.cid-uS8ycAFVHC .social-wrapper {
  color: #fdfde1;
}
.cid-uS8ycBk2wx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uS8ycBk2wx .media-container-row .mbr-text {
  color: #aaaaaa;
  text-align: left;
}
.cid-uS8ycBk2wx .media-container-row .mbr-text2 {
  color: #232323;
}
.cid-uS8ycBk2wx .media-container-row .mbr-text1 {
  color: #232323;
  text-align: left;
}
.cid-uS8ycBk2wx .media-container-row .mbr-text3 {
  color: #232323;
  text-align: right;
}
.cid-uS8ycBk2wx a {
  background-image: none !important;
}
.cid-uS8ycBk2wx .line {
  width: 100%;
  height: 1px;
  background: currentColor;
}
.cid-uS8ycBk2wx .container {
  padding: 5rem 1rem;
}
.cid-uS8ycBk2wx p {
  padding: 0.5rem 0;
}
@media (max-width: 992px) {
  .cid-uS8ycBk2wx p {
    text-align: center !important;
  }
}
.cid-uS8ycBk2wx .media-container-row .mbr-text2,
.cid-uS8ycBk2wx .line {
  color: #232323;
  text-align: left;
}
.cid-uS8ycBSjD8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #bed7e5;
}
.cid-uS8ycBSjD8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS8ycBSjD8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS8ycBSjD8 .row {
  justify-content: center;
}
.cid-uS8ycBSjD8 .card {
  justify-content: center;
}
.cid-uS8ycBSjD8 .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uS8ycBSjD8 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uS8ycBSjD8 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uS8ycBSjD8 .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uS8ycBSjD8 .nav-wrapper .list .item-wrap:hover,
.cid-uS8ycBSjD8 .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uS8ycBSjD8 .list,
.cid-uS8ycBSjD8 .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uS8vTX0bOT {
  background-color: transparent;
}
.cid-uS8vTX0bOT .navbar-dropdown {
  background-color: #ededed !important;
  padding: 0;
}
.cid-uS8vTX0bOT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ededed !important;
  background: #ededed;
}
.cid-uS8vTX0bOT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uS8vTX0bOT .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uS8vTX0bOT .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uS8vTX0bOT .menu_box .navbar.opened,
  .cid-uS8vTX0bOT .menu_box .navbar-collapse {
    background-color: #ededed !important;
    transition: all 0s ease 0s;
  }
}
.cid-uS8vTX0bOT .navbar-dropdown {
  position: relative !important;
}
.cid-uS8vTX0bOT .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uS8vTX0bOT .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uS8vTX0bOT .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uS8vTX0bOT .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uS8vTX0bOT .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uS8vTX0bOT .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fafafa;
  }
  .cid-uS8vTX0bOT .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uS8vTX0bOT .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uS8vTX0bOT .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uS8vTX0bOT .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uS8vTX0bOT .offcanvas-body .mbr-text,
  .cid-uS8vTX0bOT .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uS8vTX0bOT .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uS8vTX0bOT .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uS8vTX0bOT .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uS8vTX0bOT .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uS8vTX0bOT .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uS8vTX0bOT .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uS8vTX0bOT .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uS8vTX0bOT ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uS8vTX0bOT .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uS8vTX0bOT .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uS8vTX0bOT .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uS8vTX0bOT li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uS8vTX0bOT .lg_brand {
    margin: 0 1rem;
  }
  .cid-uS8vTX0bOT .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-uS8vTX0bOT .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uS8vTX0bOT .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uS8vTX0bOT .nav-item {
    margin: 0 !important;
  }
}
.cid-uS8vTX0bOT .nav-item .nav-link {
  transition: all 0.3s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uS8vTX0bOT .nav-item .nav-link:hover,
.cid-uS8vTX0bOT .nav-item .nav-link:focus {
  color: #85c6d8 !important;
}
.cid-uS8vTX0bOT .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uS8vTX0bOT .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uS8vTX0bOT .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uS8vTX0bOT .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uS8vTX0bOT .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uS8vTX0bOT .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uS8vTX0bOT .offcanvas_box {
    display: none;
  }
}
.cid-uS8vTX0bOT .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uS8vTX0bOT .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uS8vTX0bOT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uS8vTX0bOT .container {
  display: flex;
  margin: auto;
}
.cid-uS8vTX0bOT .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uS8vTX0bOT .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uS8vTX0bOT .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uS8vTX0bOT .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uS8vTX0bOT .navbar-nav {
    margin: 0;
  }
}
.cid-uS8vTX0bOT .dropdown-menu,
.cid-uS8vTX0bOT .navbar.opened {
  background-color: false !important;
}
.cid-uS8vTX0bOT .nav-item:focus,
.cid-uS8vTX0bOT .nav-link:focus {
  outline: none;
}
.cid-uS8vTX0bOT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uS8vTX0bOT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uS8vTX0bOT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uS8vTX0bOT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uS8vTX0bOT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uS8vTX0bOT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uS8vTX0bOT .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uS8vTX0bOT .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uS8vTX0bOT .navbar.opened {
  transition: all 0.3s;
}
.cid-uS8vTX0bOT .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uS8vTX0bOT .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uS8vTX0bOT .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uS8vTX0bOT .navbar.collapsed {
  justify-content: center;
}
.cid-uS8vTX0bOT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uS8vTX0bOT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uS8vTX0bOT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uS8vTX0bOT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uS8vTX0bOT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uS8vTX0bOT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uS8vTX0bOT .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uS8vTX0bOT .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uS8vTX0bOT .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uS8vTX0bOT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uS8vTX0bOT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uS8vTX0bOT .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uS8vTX0bOT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uS8vTX0bOT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uS8vTX0bOT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uS8vTX0bOT .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uS8vTX0bOT .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uS8vTX0bOT .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uS8vTX0bOT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uS8vTX0bOT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uS8vTX0bOT .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uS8vTX0bOT .navbar.navbar-short {
  min-height: 60px;
}
.cid-uS8vTX0bOT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uS8vTX0bOT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uS8vTX0bOT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uS8vTX0bOT .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uS8vTX0bOT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uS8vTX0bOT .dropdown-item.active,
.cid-uS8vTX0bOT .dropdown-item:active {
  background-color: transparent;
}
.cid-uS8vTX0bOT .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uS8vTX0bOT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uS8vTX0bOT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uS8vTX0bOT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uS8vTX0bOT ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uS8vTX0bOT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uS8vTX0bOT button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ededed;
  background: #fafafa;
}
.cid-uS8vTX0bOT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uS8vTX0bOT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uS8vTX0bOT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uS8vTX0bOT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uS8vTX0bOT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uS8vTX0bOT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uS8vTX0bOT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uS8vTX0bOT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uS8vTX0bOT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uS8vTX0bOT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uS8vTX0bOT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uS8vTX0bOT .navbar {
    height: 70px;
  }
  .cid-uS8vTX0bOT .navbar.opened {
    height: auto;
  }
  .cid-uS8vTX0bOT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uS8vTX0bOT .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uS8vTX0bOT .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uS8vTX0bOT .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uS8vTX0bOT .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uS8vTX0bOT .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 160px;
}
.cid-uS8vTX0bOT .navbar-caption:hover {
  color: #85c6d8;
}
@media (min-width: 992px) {
  .cid-uS8vTX0bOT .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uS8vTX0bOT .text_widget {
  margin-bottom: 32px;
}
.cid-uS8vTX0bOT .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uS8vTX0bOT .text_widget a:hover,
.cid-uS8vTX0bOT .text_widget a:focus {
  opacity: .8;
}
.cid-uS8vTX0bOT .mbr-section-subtitle {
  color: #F1634F;
}
.cid-uS8vTX0bOT .navbar-caption {
  color: #000000;
}
.cid-uS8vTX0bOT .mbr-text {
  color: #6f6f6f;
}
.cid-uS8vTX0bOT a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uS8vTYRe54 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-uS8vTYRe54::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#85c6d8 -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uS8vTYRe54::before {
    opacity: .4;
  }
}
.cid-uS8vTYRe54::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #bed7e5 -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-uS8vTYRe54::after {
    opacity: .4;
  }
}
.cid-uS8vTYRe54 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS8vTYRe54 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uS8vTYRe54 .container {
    padding: 0 16px;
  }
}
.cid-uS8vTYRe54 .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uS8vTYRe54 .row .card {
  justify-content: flex-end;
}
.cid-uS8vTYRe54 .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-uS8vTYRe54 .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-uS8vTYRe54 .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-uS8vTYRe54 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uS8vTYRe54 .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uS8vTYRe54 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uS8vTYRe54 .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-uS8vTYRe54 .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uS8vTYRe54 .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uS8vTYRe54 .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uS8vTYRe54 .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-uS8vTYRe54 .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-uS8vTYRe54 .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uS8vTYRe54 .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uS8vTYRe54 .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-uS8vTYRe54 .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uS8vTYRe54 .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uS8vTYRe54 .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uS8vTYRe54 .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uS8vTYRe54 .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uS8vTYRe54 .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uS8vTYRe54 .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uS8vTYRe54 .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uS8vTYRe54 .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uS8vTYRe54 .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uS8vTYRe54 .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uS8vTYRe54 .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uS8vTYRe54 .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uS8vTYRe54 .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uS8vTYRe54 .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uS8vTYRe54 .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uS8vTYRe54 .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uS8vTYRe54 .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uS8vTYRe54 .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uS8vTYRe54 .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uS8vTYRe54 .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uS8vTYRe54 .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uS8vTYRe54 .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uS8vTYRe54 .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uS8vTYRe54 .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uS8vTYRe54 .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uS8vTYRe54 .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uS8vTYRe54 .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uS8vTYRe54 .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uS8vTYRe54 .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uS8vTYRe54 .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uS8vTYRe54 .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uS8vTYRe54 .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uS8vTYRe54 .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uS8vTYRe54 .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uS8vTYRe54 .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uS8vTYRe54 .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uS8vTYRe54 .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uS8vTYRe54 .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uS8vTYRe54 .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uS8vTYRe54 .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uS8vTYRe54 .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uS8vTYRe54 .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #85c6d8 !important;
}
.cid-uS8vTYRe54 .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uS8vTYRe54 .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uS8vTYRe54 .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uS8vTYRe54 .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #ededed !important;
}
.cid-uS8vTYRe54 .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uS8vTYRe54 .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #ffffff !important;
}
.cid-uS8vTYRe54 .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uS8vTYRe54 .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #e59e4d !important;
}
.cid-uS8vTYRe54 .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uS8vTYRe54 .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #af2311 !important;
}
.cid-uS8vTYRe54 .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uS8vTYRe54 .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uS8vTYRe54 .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uS8vTYRe54 .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uS8vTYRe54 .mbr-section-title {
  color: #000000;
}
.cid-uS8vTYRe54 .mbr-text {
  color: #000000;
}
.cid-uS8vTZwGUv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-uS8vTZwGUv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS8vTZwGUv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS8vTZwGUv .mbr-text {
  color: #000000;
}
.cid-uS8vTZwGUv .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uS8vTZwGUv .item-wrapper {
  background: #f7f5f0;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uS8vTZwGUv .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uS8vTZwGUv .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
.cid-uS8vTZwGUv .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uS8vTZwGUv .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uS8vTZwGUv .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uS8vTZwGUv .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uS8vTZwGUv .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #bed7e5;
  background-color: #bed7e5;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uS8vTZwGUv .mbr-text UL {
  text-align: left;
}
.cid-uS8vTZwGUv .mbr-section-subtitle,
.cid-uS8vTZwGUv .main-button {
  color: #000000;
}
.cid-uS8vTZwGUv .mbr-section-title {
  color: #000000;
}
.cid-uS8vU05wC0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed7e5;
}
.cid-uS8vU05wC0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS8vU05wC0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uS8vU05wC0 .container {
    padding: 0 16px;
  }
}
.cid-uS8vU05wC0 .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uS8vU05wC0 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uS8vU05wC0 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uS8vU05wC0 .mbr-section-title {
  color: #f1634f;
}
.cid-uS8vU05wC0 .mbr-text {
  color: #000000;
}
.cid-uS8vU0GlDc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed7e5;
}
.cid-uS8vU0GlDc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS8vU0GlDc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uS8vU0GlDc .container {
    padding: 0 16px;
  }
}
.cid-uS8vU0GlDc .row {
  position: relative;
}
.cid-uS8vU0GlDc .content-wrapper {
  position: sticky;
  top: 100px;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uS8vU0GlDc .content-wrapper {
    margin-bottom: 80px;
    margin-right: 0;
  }
}
.cid-uS8vU0GlDc .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uS8vU0GlDc .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uS8vU0GlDc .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-uS8vU0GlDc .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uS8vU0GlDc .content-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uS8vU0GlDc .content-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uS8vU0GlDc .content-wrapper .mbr-section-btn .btn-success-outline,
.cid-uS8vU0GlDc .content-wrapper .mbr-section-btn .btn-info-outline,
.cid-uS8vU0GlDc .content-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uS8vU0GlDc .content-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uS8vU0GlDc .content-wrapper .mbr-section-btn .btn-black-outline,
.cid-uS8vU0GlDc .content-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uS8vU0GlDc .content-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uS8vU0GlDc .content-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uS8vU0GlDc .content-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uS8vU0GlDc .content-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uS8vU0GlDc .content-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uS8vU0GlDc .content-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uS8vU0GlDc .content-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uS8vU0GlDc .content-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uS8vU0GlDc .content-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uS8vU0GlDc .content-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uS8vU0GlDc .content-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uS8vU0GlDc .content-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uS8vU0GlDc .content-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uS8vU0GlDc .content-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uS8vU0GlDc .content-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uS8vU0GlDc .content-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uS8vU0GlDc .content-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uS8vU0GlDc .content-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uS8vU0GlDc .content-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uS8vU0GlDc .content-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uS8vU0GlDc .content-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uS8vU0GlDc .content-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uS8vU0GlDc .content-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uS8vU0GlDc .content-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uS8vU0GlDc .content-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uS8vU0GlDc .content-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uS8vU0GlDc .content-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uS8vU0GlDc .content-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uS8vU0GlDc .content-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uS8vU0GlDc .content-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uS8vU0GlDc .content-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uS8vU0GlDc .content-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uS8vU0GlDc .content-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uS8vU0GlDc .content-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uS8vU0GlDc .content-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uS8vU0GlDc .content-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uS8vU0GlDc .content-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uS8vU0GlDc .content-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uS8vU0GlDc .content-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uS8vU0GlDc .content-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uS8vU0GlDc .content-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uS8vU0GlDc .content-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #85c6d8 !important;
}
.cid-uS8vU0GlDc .content-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uS8vU0GlDc .content-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uS8vU0GlDc .content-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uS8vU0GlDc .content-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #ededed !important;
}
.cid-uS8vU0GlDc .content-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uS8vU0GlDc .content-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #ffffff !important;
}
.cid-uS8vU0GlDc .content-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uS8vU0GlDc .content-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #e59e4d !important;
}
.cid-uS8vU0GlDc .content-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uS8vU0GlDc .content-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #af2311 !important;
}
.cid-uS8vU0GlDc .content-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uS8vU0GlDc .content-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uS8vU0GlDc .content-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uS8vU0GlDc .content-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uS8vU0GlDc .content-wrapper .decor-wrapper {
  margin-top: 32px;
}
.cid-uS8vU0GlDc .content-wrapper .decor-wrapper .decor-wrap {
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #f1634f -10%, transparent 80%);
}
.cid-uS8vU0GlDc .items-wrapper {
  margin-left: 40px;
}
@media (max-width: 992px) {
  .cid-uS8vU0GlDc .items-wrapper {
    margin-left: 0;
  }
}
.cid-uS8vU0GlDc .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-uS8vU0GlDc .item .item-wrapper {
  background-color: #fafafa;
  height: 100%;
  padding: 70px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uS8vU0GlDc .item .item-wrapper {
    padding: 32px;
  }
}
.cid-uS8vU0GlDc .item .item-wrapper .card-box .item-title {
  margin-bottom: 24px;
}
.cid-uS8vU0GlDc .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uS8vU0GlDc .mbr-section-title {
  color: #000000;
}
.cid-uS8vU0GlDc .mbr-text {
  color: #6f6f6f;
}
.cid-uS8vU0GlDc .item-title {
  color: #000000;
}
.cid-uS8vU0GlDc .item-text {
  color: #000000;
}
.cid-uS8vU0GlDc .mbr-text,
.cid-uS8vU0GlDc .text-wrap {
  color: #000000;
}
.cid-uS8vU1QlS1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uS8vU1QlS1 .container {
    padding: 0 16px;
  }
}
.cid-uS8vU1QlS1 .row {
  position: relative;
  z-index: 1;
}
.cid-uS8vU1QlS1 .title-wrapper {
  margin-bottom: 80px;
}
.cid-uS8vU1QlS1 .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uS8vU1QlS1 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uS8vU1QlS1 .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uS8vU1QlS1 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 980px;
  max-width: 980px;
  padding: 0 12px;
}
@media (max-width: 1200px) {
  .cid-uS8vU1QlS1 .embla__slide {
    min-width: 680px;
    max-width: 680px;
  }
}
@media (max-width: 767px) {
  .cid-uS8vU1QlS1 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.cid-uS8vU1QlS1 .embla__slide .slide-content {
  width: 100%;
}
.cid-uS8vU1QlS1 .embla__slide .slide-content .item-wrapper {
  background-color: #bed7e5;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uS8vU1QlS1 .embla__slide .slide-content .item-wrapper {
    padding: 32px;
  }
}
.cid-uS8vU1QlS1 .embla__slide .slide-content .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uS8vU1QlS1 .embla__slide .slide-content .item-wrapper .card-box .title-wrap {
    margin-bottom: 32px;
  }
}
.cid-uS8vU1QlS1 .embla__slide .slide-content .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uS8vU1QlS1 .embla__slide .slide-content .item-wrapper .card-box .title-wrap .mbr-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 30px;
  color: #f1634f;
}
.cid-uS8vU1QlS1 .embla__slide .slide-content .item-wrapper .card-box .item-text {
  margin-bottom: 14px;
}
.cid-uS8vU1QlS1 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline,
.cid-uS8vU1QlS1 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline,
.cid-uS8vU1QlS1 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline,
.cid-uS8vU1QlS1 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline,
.cid-uS8vU1QlS1 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline,
.cid-uS8vU1QlS1 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline,
.cid-uS8vU1QlS1 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline,
.cid-uS8vU1QlS1 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uS8vU1QlS1 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uS8vU1QlS1 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uS8vU1QlS1 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uS8vU1QlS1 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uS8vU1QlS1 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uS8vU1QlS1 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uS8vU1QlS1 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uS8vU1QlS1 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uS8vU1QlS1 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover,
.cid-uS8vU1QlS1 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover,
.cid-uS8vU1QlS1 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover,
.cid-uS8vU1QlS1 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover,
.cid-uS8vU1QlS1 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover,
.cid-uS8vU1QlS1 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover,
.cid-uS8vU1QlS1 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover,
.cid-uS8vU1QlS1 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover,
.cid-uS8vU1QlS1 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus,
.cid-uS8vU1QlS1 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus,
.cid-uS8vU1QlS1 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus,
.cid-uS8vU1QlS1 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus,
.cid-uS8vU1QlS1 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus,
.cid-uS8vU1QlS1 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus,
.cid-uS8vU1QlS1 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus,
.cid-uS8vU1QlS1 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uS8vU1QlS1 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uS8vU1QlS1 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uS8vU1QlS1 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uS8vU1QlS1 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uS8vU1QlS1 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uS8vU1QlS1 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uS8vU1QlS1 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uS8vU1QlS1 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uS8vU1QlS1 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uS8vU1QlS1 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uS8vU1QlS1 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uS8vU1QlS1 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uS8vU1QlS1 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uS8vU1QlS1 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uS8vU1QlS1 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uS8vU1QlS1 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uS8vU1QlS1 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover,
.cid-uS8vU1QlS1 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus {
  color: #85c6d8 !important;
}
.cid-uS8vU1QlS1 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover,
.cid-uS8vU1QlS1 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uS8vU1QlS1 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover,
.cid-uS8vU1QlS1 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus {
  color: #ededed !important;
}
.cid-uS8vU1QlS1 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover,
.cid-uS8vU1QlS1 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus {
  color: #ffffff !important;
}
.cid-uS8vU1QlS1 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover,
.cid-uS8vU1QlS1 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus {
  color: #e59e4d !important;
}
.cid-uS8vU1QlS1 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover,
.cid-uS8vU1QlS1 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus {
  color: #af2311 !important;
}
.cid-uS8vU1QlS1 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover,
.cid-uS8vU1QlS1 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uS8vU1QlS1 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover,
.cid-uS8vU1QlS1 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uS8vU1QlS1 .embla__button--next,
.cid-uS8vU1QlS1 .embla__button--prev {
  display: flex;
}
.cid-uS8vU1QlS1 .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #85c6d8 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uS8vU1QlS1 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uS8vU1QlS1 .embla__button:hover {
  opacity: .7 !important;
}
.cid-uS8vU1QlS1 .embla__button.embla__button--prev {
  left: 0;
}
.cid-uS8vU1QlS1 .embla__button.embla__button--next {
  right: 0;
}
.cid-uS8vU1QlS1 .embla {
  position: relative;
  width: 100%;
}
.cid-uS8vU1QlS1 .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uS8vU1QlS1 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uS8vU1QlS1 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uS8vU1QlS1 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uS8vU1QlS1 .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-uS8vU1QlS1 .mbr-section-title {
  color: #000000;
}
.cid-uS8vU1QlS1 .mbr-desc {
  color: #000000;
}
.cid-uS8vU1QlS1 .item-title {
  color: #000000;
}
.cid-uS8vU1QlS1 .item-text {
  color: #6f6f6f;
}
.cid-uS8vU2RCWf {
  background-image: url("../../../assets/images/young-woman-showing-off-her-new-blue-hearing-aids.jpg-1000x667.jpg");
}
.cid-uS8vU2RCWf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS8vU2RCWf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS8vU2RCWf .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uS8vU2RCWf .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uS8vU2RCWf .container {
    padding: 0 20px;
  }
}
.cid-uS8vU2RCWf .row {
  justify-content: center;
}
.cid-uS8vU2RCWf .content-wrapper .mbr-desc {
  margin-bottom: 25px;
}
.cid-uS8vU2RCWf .content-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uS8vU2RCWf .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uS8vU2RCWf .content-wrapper .text-wrapper {
  padding-left: 216px;
}
@media (max-width: 1440px) {
  .cid-uS8vU2RCWf .content-wrapper .text-wrapper {
    padding-left: 100px;
  }
}
@media (max-width: 1200px) {
  .cid-uS8vU2RCWf .content-wrapper .text-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uS8vU2RCWf .content-wrapper .text-wrapper {
    padding-left: 0;
  }
}
.cid-uS8vU2RCWf .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 75%;
  margin-bottom: 0;
}
.cid-uS8vU2RCWf .mbr-desc {
  color: #ffffff;
}
.cid-uS8vU2RCWf .mbr-section-title {
  color: #000000;
}
.cid-uS8vU2RCWf .mbr-text {
  color: #ffffff;
}
.cid-uS8vU2RCWf .mbr-text,
.cid-uS8vU2RCWf .text-wrapper {
  color: #000000;
}
.cid-uS8vU3ujUR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uS8vU3ujUR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS8vU3ujUR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uS8vU3ujUR .container {
    padding: 0 16px;
  }
}
.cid-uS8vU3ujUR .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uS8vU3ujUR .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uS8vU3ujUR .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uS8vU3ujUR .mbr-section-title {
  color: #000000;
}
.cid-uS8vU3ujUR .mbr-text {
  color: #000000;
}
.cid-uS9evhpzBQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uS9evhpzBQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS9evhpzBQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS9evhpzBQ .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 0;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-uS9evhpzBQ .label-wrapper .mbr-label {
    margin-bottom: 20px;
  }
}
.cid-uS9evhpzBQ .mbr-section-title {
  margin-bottom: 50px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uS9evhpzBQ .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uS9evhpzBQ .items-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uS9evhpzBQ .items-wrapper {
    display: block;
  }
}
.cid-uS9evhpzBQ .item {
  width: 50%;
  padding-right: 40px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uS9evhpzBQ .item {
    padding-right: 0;
    margin-bottom: 30px;
    width: 100%;
  }
}
.cid-uS9evhpzBQ .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 15px;
}
.cid-uS9evhpzBQ .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uS9evhpzBQ .item .item-wrapper .card-box .title-wrapper .title-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 15px;
}
.cid-uS9evhpzBQ .item .item-wrapper .card-box .title-wrapper .title-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 36px;
  color: #000000;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uS9evhpzBQ .item .item-wrapper .card-box .title-wrapper .title-wrap .iconfont-wrapper .mbr-iconfont {
    font-size: 26px;
  }
}
.cid-uS9evhpzBQ .item .item-wrapper .card-box .title-wrapper .card-title {
  margin-bottom: 0;
}
.cid-uS9evhpzBQ .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uS9evhpzBQ .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uS9evhpzBQ .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uS9evhpzBQ .mbr-label {
  color: #000000;
}
.cid-uS9evhpzBQ .card-title {
  color: #000000;
}
.cid-uS9evhpzBQ .card-text {
  color: #8a8a8a;
}
.cid-uS8vU4bDpt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uS8vU4bDpt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS8vU4bDpt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS8vU4bDpt .card-wrapper {
  position: relative;
  background-color: #bed7e5;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uS8vU4bDpt .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uS8vU4bDpt .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uS8vU4bDpt .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uS8vU4bDpt .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uS8vU4bDpt .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uS8vU4bDpt .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uS8vU4bDpt .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uS8vU4bDpt .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uS8vU4bDpt .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 48px;
}
@media (max-width: 1440px) {
  .cid-uS8vU4bDpt .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uS8vU4bDpt .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uS8vU4bDpt .mbr-section-title {
  color: #000000;
}
.cid-uS8vU4bDpt .mbr-label {
  color: #000000;
  text-align: center;
}
.cid-uS8vU4bDpt .mbr-text,
.cid-uS8vU4bDpt .text-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uS8vU4bDpt .mbr-section-title,
.cid-uS8vU4bDpt .mbr-section-btn {
  text-align: center;
}
.cid-uS8vU4K1nA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uS8vU4K1nA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS8vU4K1nA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS8vU4K1nA .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uS8vU4K1nA .content-wrapper .mbr-label {
    width: 100%;
  }
}
.cid-uS8vU4K1nA .content-wrapper .panel-group .card {
  position: relative;
  padding: 0 0 15px 0;
  background-color: transparent;
  border-bottom: 1px solid #e9eaed;
  border-radius: 0 !important;
  margin-bottom: 20px;
}
.cid-uS8vU4K1nA .content-wrapper .panel-group .card:last-child {
  border-bottom: none;
}
.cid-uS8vU4K1nA .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uS8vU4K1nA .content-wrapper .panel-group .card .card-header .panel-title {
  width: 100%;
}
.cid-uS8vU4K1nA .content-wrapper .panel-group .card .card-header .panel-title .title-wrap {
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
}
.cid-uS8vU4K1nA .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit {
  margin-bottom: 0;
}
.cid-uS8vU4K1nA .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  transition: all 0.3s ease-in-out;
  background-color: #e9eaed;
}
.cid-uS8vU4K1nA .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uS8vU4K1nA .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .icon-wrapper {
  background-color: #85c6d8;
}
.cid-uS8vU4K1nA .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #000000;
}
.cid-uS8vU4K1nA .content-wrapper .panel-group .card .panel-collapse .panel-body {
  margin: 40px 0;
  padding-left: 65px;
}
@media (max-width: 992px) {
  .cid-uS8vU4K1nA .content-wrapper .panel-group .card .panel-collapse .panel-body {
    padding-left: 0;
    margin: 15px 0 0 0;
  }
}
.cid-uS8vU4K1nA .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uS8vU4K1nA .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uS8vU4K1nA .mbr-label {
  color: #000000;
}
.cid-uS8vU4K1nA .panel-title-edit {
  color: #000000;
}
.cid-uS8vU4K1nA .panel-text {
  color: #000000;
}
.cid-uS8vU5CW6I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed7e5;
}
.cid-uS8vU5CW6I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS8vU5CW6I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS8vU5CW6I .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uS8vU5CW6I .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uS8vU5CW6I .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uS8vU5CW6I .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uS8vU5CW6I .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uS8vU5CW6I .mbr-section-subtitle {
  margin-bottom: 40px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uS8vU5CW6I .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-uS8vU5CW6I .mbr-text {
  margin-bottom: 30px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uS8vU5CW6I .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uS8vU5CW6I .mbr-label {
  color: #000000;
}
.cid-uS8vU5CW6I .mbr-section-title {
  color: #000000;
}
.cid-uS8B9ubsKd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uS8B9ubsKd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS8B9ubsKd .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-uS8B9ubsKd .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uS8B9ubsKd .container {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uS8B9ubsKd .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uS8B9ubsKd .video-block .mbr-figure .app-video-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-uS8B9ubsKd .video-block .mbr-figure .app-video-wrapper img {
    border-radius: 24px;
    height: 300px;
  }
}
.cid-uS8B9ubsKd .video-block .mbr-figure .app-video-wrapper::before {
  color: #ff6928;
  text-shadow: none;
}
.cid-uS8B9ubsKd .video-block .mbr-figure iframe {
  height: 400px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-uS8B9ubsKd .video-block .mbr-figure iframe {
    border-radius: 24px;
    height: 300px;
  }
}
.cid-uS8B9ubsKd .mbr-section-title {
  color: #000000;
}
.cid-uS8zb5rdRJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uS8zb5rdRJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS8zb5rdRJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uS8zb5rdRJ .container {
    padding: 0 16px;
  }
}
.cid-uS8zb5rdRJ .row {
  position: relative;
  justify-content: space-between;
}
.cid-uS8zb5rdRJ .content-wrapper {
  position: sticky;
  top: 100px;
}
@media (max-width: 992px) {
  .cid-uS8zb5rdRJ .content-wrapper {
    margin-bottom: 80px;
  }
}
.cid-uS8zb5rdRJ .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uS8zb5rdRJ .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uS8zb5rdRJ .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uS8zb5rdRJ .content-wrapper .decor-wrapper {
  margin-top: 32px;
}
.cid-uS8zb5rdRJ .content-wrapper .decor-wrapper .decor-wrap {
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(45deg, #bed7e5 -10%, transparent 80%);
}
.cid-uS8zb5rdRJ .panel-group .card {
  border-radius: 20px !important;
  background-color: #bed7e5;
  margin-bottom: 24px;
  padding: 32px;
}
.cid-uS8zb5rdRJ .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uS8zb5rdRJ .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uS8zb5rdRJ .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uS8zb5rdRJ .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 18px;
  height: 18px;
  min-width: 18px;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-uS8zb5rdRJ .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uS8zb5rdRJ .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-uS8zb5rdRJ .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  transform: translateY(20px) scale3d(1, 0, 1);
  opacity: 0;
}
.cid-uS8zb5rdRJ .panel-group .card .panel-collapse.show .panel-body .panel-text {
  transform: translateY(0) scale3d(1, 1, 1);
  opacity: 1;
}
.cid-uS8zb5rdRJ .mbr-section-title {
  color: #000000;
}
.cid-uS8zb5rdRJ .mbr-text {
  color: #6f6f6f;
}
.cid-uS8zb5rdRJ .panel-title-edit {
  color: #000000;
}
.cid-uS8zb5rdRJ .panel-text {
  color: #000000;
}
.cid-uS8vU6pr6h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed7e5;
}
.cid-uS8vU6pr6h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS8vU6pr6h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS8vU6pr6h .google-map {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uS8vU6pr6h .google-map {
    margin-bottom: 48px;
  }
}
.cid-uS8vU6pr6h .google-map iframe {
  height: 480px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uS8vU6pr6h .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uS8vU6pr6h .list-wrapper {
    margin-bottom: 36px;
  }
}
.cid-uS8vU6pr6h .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uS8vU6pr6h .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uS8vU6pr6h .list-wrapper .list .item-wrap:hover,
.cid-uS8vU6pr6h .list-wrapper .list .item-wrap:focus {
  color: #bff747;
}
.cid-uS8vU6pr6h .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uS8vU6pr6h .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uS8vU6pr6h .social-wrapper {
    text-align: left;
  }
}
.cid-uS8vU6pr6h .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uS8vU6pr6h .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uS8vU6pr6h .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uS8vU6pr6h .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #4b4b4b;
  color: #bff747;
}
.cid-uS8vU6pr6h .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #fdfde1;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uS8vU6pr6h .list,
.cid-uS8vU6pr6h .item-wrap,
.cid-uS8vU6pr6h .social-wrapper {
  color: #fdfde1;
}
.cid-uS8vU7ldR5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uS8vU7ldR5 .media-container-row .mbr-text {
  color: #aaaaaa;
  text-align: left;
}
.cid-uS8vU7ldR5 .media-container-row .mbr-text2 {
  color: #232323;
}
.cid-uS8vU7ldR5 .media-container-row .mbr-text1 {
  color: #232323;
  text-align: left;
}
.cid-uS8vU7ldR5 .media-container-row .mbr-text3 {
  color: #232323;
  text-align: right;
}
.cid-uS8vU7ldR5 a {
  background-image: none !important;
}
.cid-uS8vU7ldR5 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
}
.cid-uS8vU7ldR5 .container {
  padding: 5rem 1rem;
}
.cid-uS8vU7ldR5 p {
  padding: 0.5rem 0;
}
@media (max-width: 992px) {
  .cid-uS8vU7ldR5 p {
    text-align: center !important;
  }
}
.cid-uS8vU7ldR5 .media-container-row .mbr-text2,
.cid-uS8vU7ldR5 .line {
  color: #232323;
  text-align: left;
}
.cid-uS8vU8f2iv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #bed7e5;
}
.cid-uS8vU8f2iv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS8vU8f2iv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS8vU8f2iv .row {
  justify-content: center;
}
.cid-uS8vU8f2iv .card {
  justify-content: center;
}
.cid-uS8vU8f2iv .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uS8vU8f2iv .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uS8vU8f2iv .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uS8vU8f2iv .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uS8vU8f2iv .nav-wrapper .list .item-wrap:hover,
.cid-uS8vU8f2iv .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uS8vU8f2iv .list,
.cid-uS8vU8f2iv .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uS8wFd9LOM {
  background-color: transparent;
}
.cid-uS8wFd9LOM .navbar-dropdown {
  background-color: #ededed !important;
  padding: 0;
}
.cid-uS8wFd9LOM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ededed !important;
  background: #ededed;
}
.cid-uS8wFd9LOM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uS8wFd9LOM .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uS8wFd9LOM .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uS8wFd9LOM .menu_box .navbar.opened,
  .cid-uS8wFd9LOM .menu_box .navbar-collapse {
    background-color: #ededed !important;
    transition: all 0s ease 0s;
  }
}
.cid-uS8wFd9LOM .navbar-dropdown {
  position: relative !important;
}
.cid-uS8wFd9LOM .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uS8wFd9LOM .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uS8wFd9LOM .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uS8wFd9LOM .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uS8wFd9LOM .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uS8wFd9LOM .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fafafa;
  }
  .cid-uS8wFd9LOM .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uS8wFd9LOM .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uS8wFd9LOM .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uS8wFd9LOM .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uS8wFd9LOM .offcanvas-body .mbr-text,
  .cid-uS8wFd9LOM .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uS8wFd9LOM .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uS8wFd9LOM .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uS8wFd9LOM .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uS8wFd9LOM .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uS8wFd9LOM .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uS8wFd9LOM .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uS8wFd9LOM .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uS8wFd9LOM ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uS8wFd9LOM .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uS8wFd9LOM .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uS8wFd9LOM .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uS8wFd9LOM li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uS8wFd9LOM .lg_brand {
    margin: 0 1rem;
  }
  .cid-uS8wFd9LOM .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-uS8wFd9LOM .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uS8wFd9LOM .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uS8wFd9LOM .nav-item {
    margin: 0 !important;
  }
}
.cid-uS8wFd9LOM .nav-item .nav-link {
  transition: all 0.3s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uS8wFd9LOM .nav-item .nav-link:hover,
.cid-uS8wFd9LOM .nav-item .nav-link:focus {
  color: #85c6d8 !important;
}
.cid-uS8wFd9LOM .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uS8wFd9LOM .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uS8wFd9LOM .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uS8wFd9LOM .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uS8wFd9LOM .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uS8wFd9LOM .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uS8wFd9LOM .offcanvas_box {
    display: none;
  }
}
.cid-uS8wFd9LOM .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uS8wFd9LOM .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uS8wFd9LOM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uS8wFd9LOM .container {
  display: flex;
  margin: auto;
}
.cid-uS8wFd9LOM .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uS8wFd9LOM .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uS8wFd9LOM .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uS8wFd9LOM .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uS8wFd9LOM .navbar-nav {
    margin: 0;
  }
}
.cid-uS8wFd9LOM .dropdown-menu,
.cid-uS8wFd9LOM .navbar.opened {
  background-color: false !important;
}
.cid-uS8wFd9LOM .nav-item:focus,
.cid-uS8wFd9LOM .nav-link:focus {
  outline: none;
}
.cid-uS8wFd9LOM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uS8wFd9LOM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uS8wFd9LOM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uS8wFd9LOM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uS8wFd9LOM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uS8wFd9LOM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uS8wFd9LOM .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uS8wFd9LOM .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uS8wFd9LOM .navbar.opened {
  transition: all 0.3s;
}
.cid-uS8wFd9LOM .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uS8wFd9LOM .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uS8wFd9LOM .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uS8wFd9LOM .navbar.collapsed {
  justify-content: center;
}
.cid-uS8wFd9LOM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uS8wFd9LOM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uS8wFd9LOM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uS8wFd9LOM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uS8wFd9LOM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uS8wFd9LOM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uS8wFd9LOM .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uS8wFd9LOM .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uS8wFd9LOM .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uS8wFd9LOM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uS8wFd9LOM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uS8wFd9LOM .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uS8wFd9LOM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uS8wFd9LOM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uS8wFd9LOM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uS8wFd9LOM .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uS8wFd9LOM .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uS8wFd9LOM .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uS8wFd9LOM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uS8wFd9LOM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uS8wFd9LOM .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uS8wFd9LOM .navbar.navbar-short {
  min-height: 60px;
}
.cid-uS8wFd9LOM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uS8wFd9LOM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uS8wFd9LOM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uS8wFd9LOM .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uS8wFd9LOM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uS8wFd9LOM .dropdown-item.active,
.cid-uS8wFd9LOM .dropdown-item:active {
  background-color: transparent;
}
.cid-uS8wFd9LOM .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uS8wFd9LOM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uS8wFd9LOM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uS8wFd9LOM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uS8wFd9LOM ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uS8wFd9LOM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uS8wFd9LOM button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ededed;
  background: #fafafa;
}
.cid-uS8wFd9LOM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uS8wFd9LOM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uS8wFd9LOM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uS8wFd9LOM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uS8wFd9LOM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uS8wFd9LOM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uS8wFd9LOM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uS8wFd9LOM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uS8wFd9LOM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uS8wFd9LOM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uS8wFd9LOM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uS8wFd9LOM .navbar {
    height: 70px;
  }
  .cid-uS8wFd9LOM .navbar.opened {
    height: auto;
  }
  .cid-uS8wFd9LOM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uS8wFd9LOM .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uS8wFd9LOM .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uS8wFd9LOM .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uS8wFd9LOM .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uS8wFd9LOM .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 160px;
}
.cid-uS8wFd9LOM .navbar-caption:hover {
  color: #85c6d8;
}
@media (min-width: 992px) {
  .cid-uS8wFd9LOM .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uS8wFd9LOM .text_widget {
  margin-bottom: 32px;
}
.cid-uS8wFd9LOM .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uS8wFd9LOM .text_widget a:hover,
.cid-uS8wFd9LOM .text_widget a:focus {
  opacity: .8;
}
.cid-uS8wFd9LOM .mbr-section-subtitle {
  color: #F1634F;
}
.cid-uS8wFd9LOM .navbar-caption {
  color: #000000;
}
.cid-uS8wFd9LOM .mbr-text {
  color: #6f6f6f;
}
.cid-uS8wFd9LOM a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uS8wFezo9q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-uS8wFezo9q::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#85c6d8 -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uS8wFezo9q::before {
    opacity: .4;
  }
}
.cid-uS8wFezo9q::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #bed7e5 -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-uS8wFezo9q::after {
    opacity: .4;
  }
}
.cid-uS8wFezo9q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS8wFezo9q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uS8wFezo9q .container {
    padding: 0 16px;
  }
}
.cid-uS8wFezo9q .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uS8wFezo9q .row .card {
  justify-content: flex-end;
}
.cid-uS8wFezo9q .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-uS8wFezo9q .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-uS8wFezo9q .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-uS8wFezo9q .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uS8wFezo9q .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uS8wFezo9q .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uS8wFezo9q .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-uS8wFezo9q .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uS8wFezo9q .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uS8wFezo9q .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uS8wFezo9q .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-uS8wFezo9q .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-uS8wFezo9q .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uS8wFezo9q .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uS8wFezo9q .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-uS8wFezo9q .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uS8wFezo9q .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uS8wFezo9q .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uS8wFezo9q .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uS8wFezo9q .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uS8wFezo9q .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uS8wFezo9q .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uS8wFezo9q .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uS8wFezo9q .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uS8wFezo9q .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uS8wFezo9q .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uS8wFezo9q .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uS8wFezo9q .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uS8wFezo9q .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uS8wFezo9q .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uS8wFezo9q .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uS8wFezo9q .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uS8wFezo9q .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uS8wFezo9q .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uS8wFezo9q .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uS8wFezo9q .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uS8wFezo9q .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uS8wFezo9q .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uS8wFezo9q .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uS8wFezo9q .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uS8wFezo9q .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uS8wFezo9q .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uS8wFezo9q .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uS8wFezo9q .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uS8wFezo9q .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uS8wFezo9q .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uS8wFezo9q .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uS8wFezo9q .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uS8wFezo9q .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uS8wFezo9q .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uS8wFezo9q .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uS8wFezo9q .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uS8wFezo9q .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uS8wFezo9q .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uS8wFezo9q .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uS8wFezo9q .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uS8wFezo9q .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uS8wFezo9q .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #85c6d8 !important;
}
.cid-uS8wFezo9q .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uS8wFezo9q .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uS8wFezo9q .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uS8wFezo9q .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #ededed !important;
}
.cid-uS8wFezo9q .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uS8wFezo9q .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #ffffff !important;
}
.cid-uS8wFezo9q .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uS8wFezo9q .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #e59e4d !important;
}
.cid-uS8wFezo9q .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uS8wFezo9q .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #af2311 !important;
}
.cid-uS8wFezo9q .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uS8wFezo9q .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uS8wFezo9q .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uS8wFezo9q .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uS8wFezo9q .mbr-section-title {
  color: #000000;
}
.cid-uS8wFezo9q .mbr-text {
  color: #000000;
}
.cid-uS8wFf3PzK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-uS8wFf3PzK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS8wFf3PzK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS8wFf3PzK .mbr-text {
  color: #000000;
}
.cid-uS8wFf3PzK .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uS8wFf3PzK .item-wrapper {
  background: #f7f5f0;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uS8wFf3PzK .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uS8wFf3PzK .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
.cid-uS8wFf3PzK .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uS8wFf3PzK .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uS8wFf3PzK .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uS8wFf3PzK .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uS8wFf3PzK .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #bed7e5;
  background-color: #bed7e5;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uS8wFf3PzK .mbr-text UL {
  text-align: left;
}
.cid-uS8wFf3PzK .mbr-section-subtitle,
.cid-uS8wFf3PzK .main-button {
  color: #000000;
}
.cid-uS8wFf3PzK .mbr-section-title {
  color: #000000;
}
.cid-uS8wFfDaLE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed7e5;
}
.cid-uS8wFfDaLE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS8wFfDaLE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uS8wFfDaLE .container {
    padding: 0 16px;
  }
}
.cid-uS8wFfDaLE .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uS8wFfDaLE .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uS8wFfDaLE .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uS8wFfDaLE .mbr-section-title {
  color: #f1634f;
}
.cid-uS8wFfDaLE .mbr-text {
  color: #000000;
}
.cid-uS8wFgbQ7W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed7e5;
}
.cid-uS8wFgbQ7W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS8wFgbQ7W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uS8wFgbQ7W .container {
    padding: 0 16px;
  }
}
.cid-uS8wFgbQ7W .row {
  position: relative;
}
.cid-uS8wFgbQ7W .content-wrapper {
  position: sticky;
  top: 100px;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uS8wFgbQ7W .content-wrapper {
    margin-bottom: 80px;
    margin-right: 0;
  }
}
.cid-uS8wFgbQ7W .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uS8wFgbQ7W .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uS8wFgbQ7W .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-uS8wFgbQ7W .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uS8wFgbQ7W .content-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uS8wFgbQ7W .content-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uS8wFgbQ7W .content-wrapper .mbr-section-btn .btn-success-outline,
.cid-uS8wFgbQ7W .content-wrapper .mbr-section-btn .btn-info-outline,
.cid-uS8wFgbQ7W .content-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uS8wFgbQ7W .content-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uS8wFgbQ7W .content-wrapper .mbr-section-btn .btn-black-outline,
.cid-uS8wFgbQ7W .content-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uS8wFgbQ7W .content-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uS8wFgbQ7W .content-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uS8wFgbQ7W .content-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uS8wFgbQ7W .content-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uS8wFgbQ7W .content-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uS8wFgbQ7W .content-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uS8wFgbQ7W .content-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uS8wFgbQ7W .content-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uS8wFgbQ7W .content-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uS8wFgbQ7W .content-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uS8wFgbQ7W .content-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uS8wFgbQ7W .content-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uS8wFgbQ7W .content-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uS8wFgbQ7W .content-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uS8wFgbQ7W .content-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uS8wFgbQ7W .content-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uS8wFgbQ7W .content-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uS8wFgbQ7W .content-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uS8wFgbQ7W .content-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uS8wFgbQ7W .content-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uS8wFgbQ7W .content-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uS8wFgbQ7W .content-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uS8wFgbQ7W .content-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uS8wFgbQ7W .content-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uS8wFgbQ7W .content-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uS8wFgbQ7W .content-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uS8wFgbQ7W .content-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uS8wFgbQ7W .content-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uS8wFgbQ7W .content-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uS8wFgbQ7W .content-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uS8wFgbQ7W .content-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uS8wFgbQ7W .content-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uS8wFgbQ7W .content-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uS8wFgbQ7W .content-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uS8wFgbQ7W .content-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uS8wFgbQ7W .content-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uS8wFgbQ7W .content-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uS8wFgbQ7W .content-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uS8wFgbQ7W .content-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uS8wFgbQ7W .content-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uS8wFgbQ7W .content-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uS8wFgbQ7W .content-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #85c6d8 !important;
}
.cid-uS8wFgbQ7W .content-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uS8wFgbQ7W .content-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uS8wFgbQ7W .content-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uS8wFgbQ7W .content-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #ededed !important;
}
.cid-uS8wFgbQ7W .content-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uS8wFgbQ7W .content-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #ffffff !important;
}
.cid-uS8wFgbQ7W .content-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uS8wFgbQ7W .content-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #e59e4d !important;
}
.cid-uS8wFgbQ7W .content-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uS8wFgbQ7W .content-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #af2311 !important;
}
.cid-uS8wFgbQ7W .content-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uS8wFgbQ7W .content-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uS8wFgbQ7W .content-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uS8wFgbQ7W .content-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uS8wFgbQ7W .content-wrapper .decor-wrapper {
  margin-top: 32px;
}
.cid-uS8wFgbQ7W .content-wrapper .decor-wrapper .decor-wrap {
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #f1634f -10%, transparent 80%);
}
.cid-uS8wFgbQ7W .items-wrapper {
  margin-left: 40px;
}
@media (max-width: 992px) {
  .cid-uS8wFgbQ7W .items-wrapper {
    margin-left: 0;
  }
}
.cid-uS8wFgbQ7W .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-uS8wFgbQ7W .item .item-wrapper {
  background-color: #fafafa;
  height: 100%;
  padding: 70px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uS8wFgbQ7W .item .item-wrapper {
    padding: 32px;
  }
}
.cid-uS8wFgbQ7W .item .item-wrapper .card-box .item-title {
  margin-bottom: 24px;
}
.cid-uS8wFgbQ7W .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uS8wFgbQ7W .mbr-section-title {
  color: #000000;
}
.cid-uS8wFgbQ7W .mbr-text {
  color: #6f6f6f;
}
.cid-uS8wFgbQ7W .item-title {
  color: #000000;
}
.cid-uS8wFgbQ7W .item-text {
  color: #000000;
}
.cid-uS8wFgbQ7W .mbr-text,
.cid-uS8wFgbQ7W .text-wrap {
  color: #000000;
}
.cid-uS8wFgSZnt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uS8wFgSZnt .container {
    padding: 0 16px;
  }
}
.cid-uS8wFgSZnt .row {
  position: relative;
  z-index: 1;
}
.cid-uS8wFgSZnt .title-wrapper {
  margin-bottom: 80px;
}
.cid-uS8wFgSZnt .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uS8wFgSZnt .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uS8wFgSZnt .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uS8wFgSZnt .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 980px;
  max-width: 980px;
  padding: 0 12px;
}
@media (max-width: 1200px) {
  .cid-uS8wFgSZnt .embla__slide {
    min-width: 680px;
    max-width: 680px;
  }
}
@media (max-width: 767px) {
  .cid-uS8wFgSZnt .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.cid-uS8wFgSZnt .embla__slide .slide-content {
  width: 100%;
}
.cid-uS8wFgSZnt .embla__slide .slide-content .item-wrapper {
  background-color: #bed7e5;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uS8wFgSZnt .embla__slide .slide-content .item-wrapper {
    padding: 32px;
  }
}
.cid-uS8wFgSZnt .embla__slide .slide-content .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uS8wFgSZnt .embla__slide .slide-content .item-wrapper .card-box .title-wrap {
    margin-bottom: 32px;
  }
}
.cid-uS8wFgSZnt .embla__slide .slide-content .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uS8wFgSZnt .embla__slide .slide-content .item-wrapper .card-box .title-wrap .mbr-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 30px;
  color: #f1634f;
}
.cid-uS8wFgSZnt .embla__slide .slide-content .item-wrapper .card-box .item-text {
  margin-bottom: 14px;
}
.cid-uS8wFgSZnt .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline,
.cid-uS8wFgSZnt .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline,
.cid-uS8wFgSZnt .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline,
.cid-uS8wFgSZnt .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline,
.cid-uS8wFgSZnt .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline,
.cid-uS8wFgSZnt .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline,
.cid-uS8wFgSZnt .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline,
.cid-uS8wFgSZnt .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uS8wFgSZnt .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uS8wFgSZnt .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uS8wFgSZnt .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uS8wFgSZnt .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uS8wFgSZnt .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uS8wFgSZnt .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uS8wFgSZnt .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uS8wFgSZnt .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uS8wFgSZnt .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover,
.cid-uS8wFgSZnt .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover,
.cid-uS8wFgSZnt .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover,
.cid-uS8wFgSZnt .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover,
.cid-uS8wFgSZnt .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover,
.cid-uS8wFgSZnt .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover,
.cid-uS8wFgSZnt .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover,
.cid-uS8wFgSZnt .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover,
.cid-uS8wFgSZnt .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus,
.cid-uS8wFgSZnt .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus,
.cid-uS8wFgSZnt .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus,
.cid-uS8wFgSZnt .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus,
.cid-uS8wFgSZnt .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus,
.cid-uS8wFgSZnt .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus,
.cid-uS8wFgSZnt .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus,
.cid-uS8wFgSZnt .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uS8wFgSZnt .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uS8wFgSZnt .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uS8wFgSZnt .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uS8wFgSZnt .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uS8wFgSZnt .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uS8wFgSZnt .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uS8wFgSZnt .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uS8wFgSZnt .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uS8wFgSZnt .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uS8wFgSZnt .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uS8wFgSZnt .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uS8wFgSZnt .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uS8wFgSZnt .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uS8wFgSZnt .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uS8wFgSZnt .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uS8wFgSZnt .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uS8wFgSZnt .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover,
.cid-uS8wFgSZnt .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus {
  color: #85c6d8 !important;
}
.cid-uS8wFgSZnt .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover,
.cid-uS8wFgSZnt .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uS8wFgSZnt .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover,
.cid-uS8wFgSZnt .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus {
  color: #ededed !important;
}
.cid-uS8wFgSZnt .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover,
.cid-uS8wFgSZnt .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus {
  color: #ffffff !important;
}
.cid-uS8wFgSZnt .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover,
.cid-uS8wFgSZnt .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus {
  color: #e59e4d !important;
}
.cid-uS8wFgSZnt .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover,
.cid-uS8wFgSZnt .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus {
  color: #af2311 !important;
}
.cid-uS8wFgSZnt .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover,
.cid-uS8wFgSZnt .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uS8wFgSZnt .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover,
.cid-uS8wFgSZnt .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uS8wFgSZnt .embla__button--next,
.cid-uS8wFgSZnt .embla__button--prev {
  display: flex;
}
.cid-uS8wFgSZnt .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #85c6d8 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uS8wFgSZnt .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uS8wFgSZnt .embla__button:hover {
  opacity: .7 !important;
}
.cid-uS8wFgSZnt .embla__button.embla__button--prev {
  left: 0;
}
.cid-uS8wFgSZnt .embla__button.embla__button--next {
  right: 0;
}
.cid-uS8wFgSZnt .embla {
  position: relative;
  width: 100%;
}
.cid-uS8wFgSZnt .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uS8wFgSZnt .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uS8wFgSZnt .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uS8wFgSZnt .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uS8wFgSZnt .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-uS8wFgSZnt .mbr-section-title {
  color: #000000;
}
.cid-uS8wFgSZnt .mbr-desc {
  color: #000000;
}
.cid-uS8wFgSZnt .item-title {
  color: #000000;
}
.cid-uS8wFgSZnt .item-text {
  color: #6f6f6f;
}
.cid-uS8wFhFfST {
  background-image: url("../../../assets/images/hearing-aids-16.jpg-996x591.jpg");
}
.cid-uS8wFhFfST .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS8wFhFfST .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS8wFhFfST .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uS8wFhFfST .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uS8wFhFfST .container {
    padding: 0 20px;
  }
}
.cid-uS8wFhFfST .row {
  justify-content: center;
}
.cid-uS8wFhFfST .content-wrapper .mbr-desc {
  margin-bottom: 25px;
}
.cid-uS8wFhFfST .content-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uS8wFhFfST .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uS8wFhFfST .content-wrapper .text-wrapper {
  padding-left: 216px;
}
@media (max-width: 1440px) {
  .cid-uS8wFhFfST .content-wrapper .text-wrapper {
    padding-left: 100px;
  }
}
@media (max-width: 1200px) {
  .cid-uS8wFhFfST .content-wrapper .text-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uS8wFhFfST .content-wrapper .text-wrapper {
    padding-left: 0;
  }
}
.cid-uS8wFhFfST .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 75%;
  margin-bottom: 0;
}
.cid-uS8wFhFfST .mbr-desc {
  color: #ffffff;
}
.cid-uS8wFhFfST .mbr-section-title {
  color: #000000;
}
.cid-uS8wFhFfST .mbr-text {
  color: #ffffff;
}
.cid-uS8wFhFfST .mbr-text,
.cid-uS8wFhFfST .text-wrapper {
  color: #000000;
}
.cid-uS8wFidZ3o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uS8wFidZ3o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS8wFidZ3o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uS8wFidZ3o .container {
    padding: 0 16px;
  }
}
.cid-uS8wFidZ3o .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uS8wFidZ3o .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uS8wFidZ3o .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uS8wFidZ3o .mbr-section-title {
  color: #000000;
}
.cid-uS8wFidZ3o .mbr-text {
  color: #000000;
}
.cid-uS9ezAtVFG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uS9ezAtVFG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS9ezAtVFG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS9ezAtVFG .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 0;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-uS9ezAtVFG .label-wrapper .mbr-label {
    margin-bottom: 20px;
  }
}
.cid-uS9ezAtVFG .mbr-section-title {
  margin-bottom: 50px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uS9ezAtVFG .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uS9ezAtVFG .items-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uS9ezAtVFG .items-wrapper {
    display: block;
  }
}
.cid-uS9ezAtVFG .item {
  width: 50%;
  padding-right: 40px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uS9ezAtVFG .item {
    padding-right: 0;
    margin-bottom: 30px;
    width: 100%;
  }
}
.cid-uS9ezAtVFG .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 15px;
}
.cid-uS9ezAtVFG .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uS9ezAtVFG .item .item-wrapper .card-box .title-wrapper .title-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 15px;
}
.cid-uS9ezAtVFG .item .item-wrapper .card-box .title-wrapper .title-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 36px;
  color: #000000;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uS9ezAtVFG .item .item-wrapper .card-box .title-wrapper .title-wrap .iconfont-wrapper .mbr-iconfont {
    font-size: 26px;
  }
}
.cid-uS9ezAtVFG .item .item-wrapper .card-box .title-wrapper .card-title {
  margin-bottom: 0;
}
.cid-uS9ezAtVFG .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uS9ezAtVFG .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uS9ezAtVFG .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uS9ezAtVFG .mbr-label {
  color: #000000;
}
.cid-uS9ezAtVFG .card-title {
  color: #000000;
}
.cid-uS9ezAtVFG .card-text {
  color: #8a8a8a;
}
.cid-uS8wFiJpXE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uS8wFiJpXE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS8wFiJpXE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS8wFiJpXE .card-wrapper {
  position: relative;
  background-color: #bed7e5;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uS8wFiJpXE .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uS8wFiJpXE .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uS8wFiJpXE .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uS8wFiJpXE .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uS8wFiJpXE .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uS8wFiJpXE .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uS8wFiJpXE .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uS8wFiJpXE .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uS8wFiJpXE .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 48px;
}
@media (max-width: 1440px) {
  .cid-uS8wFiJpXE .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uS8wFiJpXE .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uS8wFiJpXE .mbr-section-title {
  color: #000000;
}
.cid-uS8wFiJpXE .mbr-label {
  color: #000000;
  text-align: center;
}
.cid-uS8wFiJpXE .mbr-text,
.cid-uS8wFiJpXE .text-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uS8wFiJpXE .mbr-section-title,
.cid-uS8wFiJpXE .mbr-section-btn {
  text-align: center;
}
.cid-uS8wFjeltd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uS8wFjeltd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS8wFjeltd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS8wFjeltd .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uS8wFjeltd .content-wrapper .mbr-label {
    width: 100%;
  }
}
.cid-uS8wFjeltd .content-wrapper .panel-group .card {
  position: relative;
  padding: 0 0 15px 0;
  background-color: transparent;
  border-bottom: 1px solid #e9eaed;
  border-radius: 0 !important;
  margin-bottom: 20px;
}
.cid-uS8wFjeltd .content-wrapper .panel-group .card:last-child {
  border-bottom: none;
}
.cid-uS8wFjeltd .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uS8wFjeltd .content-wrapper .panel-group .card .card-header .panel-title {
  width: 100%;
}
.cid-uS8wFjeltd .content-wrapper .panel-group .card .card-header .panel-title .title-wrap {
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
}
.cid-uS8wFjeltd .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit {
  margin-bottom: 0;
}
.cid-uS8wFjeltd .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  transition: all 0.3s ease-in-out;
  background-color: #e9eaed;
}
.cid-uS8wFjeltd .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uS8wFjeltd .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .icon-wrapper {
  background-color: #85c6d8;
}
.cid-uS8wFjeltd .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #000000;
}
.cid-uS8wFjeltd .content-wrapper .panel-group .card .panel-collapse .panel-body {
  margin: 40px 0;
  padding-left: 65px;
}
@media (max-width: 992px) {
  .cid-uS8wFjeltd .content-wrapper .panel-group .card .panel-collapse .panel-body {
    padding-left: 0;
    margin: 15px 0 0 0;
  }
}
.cid-uS8wFjeltd .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uS8wFjeltd .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uS8wFjeltd .mbr-label {
  color: #000000;
}
.cid-uS8wFjeltd .panel-title-edit {
  color: #000000;
}
.cid-uS8wFjeltd .panel-text {
  color: #000000;
}
.cid-uS8wFjXfsc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed7e5;
}
.cid-uS8wFjXfsc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS8wFjXfsc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS8wFjXfsc .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uS8wFjXfsc .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uS8wFjXfsc .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uS8wFjXfsc .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uS8wFjXfsc .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uS8wFjXfsc .mbr-section-subtitle {
  margin-bottom: 40px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uS8wFjXfsc .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-uS8wFjXfsc .mbr-text {
  margin-bottom: 30px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uS8wFjXfsc .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uS8wFjXfsc .mbr-label {
  color: #000000;
}
.cid-uS8wFjXfsc .mbr-section-title {
  color: #000000;
}
.cid-uS8zQ7mDd6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uS8zQ7mDd6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS8zQ7mDd6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uS8zQ7mDd6 .container {
    padding: 0 16px;
  }
}
.cid-uS8zQ7mDd6 .row {
  position: relative;
  justify-content: space-between;
}
.cid-uS8zQ7mDd6 .content-wrapper {
  position: sticky;
  top: 100px;
}
@media (max-width: 992px) {
  .cid-uS8zQ7mDd6 .content-wrapper {
    margin-bottom: 80px;
  }
}
.cid-uS8zQ7mDd6 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uS8zQ7mDd6 .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uS8zQ7mDd6 .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uS8zQ7mDd6 .content-wrapper .decor-wrapper {
  margin-top: 32px;
}
.cid-uS8zQ7mDd6 .content-wrapper .decor-wrapper .decor-wrap {
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(45deg, #bed7e5 -10%, transparent 80%);
}
.cid-uS8zQ7mDd6 .panel-group .card {
  border-radius: 20px !important;
  background-color: #bed7e5;
  margin-bottom: 24px;
  padding: 32px;
}
.cid-uS8zQ7mDd6 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uS8zQ7mDd6 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uS8zQ7mDd6 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uS8zQ7mDd6 .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 18px;
  height: 18px;
  min-width: 18px;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-uS8zQ7mDd6 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uS8zQ7mDd6 .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-uS8zQ7mDd6 .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  transform: translateY(20px) scale3d(1, 0, 1);
  opacity: 0;
}
.cid-uS8zQ7mDd6 .panel-group .card .panel-collapse.show .panel-body .panel-text {
  transform: translateY(0) scale3d(1, 1, 1);
  opacity: 1;
}
.cid-uS8zQ7mDd6 .mbr-section-title {
  color: #000000;
}
.cid-uS8zQ7mDd6 .mbr-text {
  color: #6f6f6f;
}
.cid-uS8zQ7mDd6 .panel-title-edit {
  color: #000000;
}
.cid-uS8zQ7mDd6 .panel-text {
  color: #000000;
}
.cid-uS8wFkyh8G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed7e5;
}
.cid-uS8wFkyh8G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS8wFkyh8G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS8wFkyh8G .google-map {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uS8wFkyh8G .google-map {
    margin-bottom: 48px;
  }
}
.cid-uS8wFkyh8G .google-map iframe {
  height: 480px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uS8wFkyh8G .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uS8wFkyh8G .list-wrapper {
    margin-bottom: 36px;
  }
}
.cid-uS8wFkyh8G .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uS8wFkyh8G .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uS8wFkyh8G .list-wrapper .list .item-wrap:hover,
.cid-uS8wFkyh8G .list-wrapper .list .item-wrap:focus {
  color: #bff747;
}
.cid-uS8wFkyh8G .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uS8wFkyh8G .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uS8wFkyh8G .social-wrapper {
    text-align: left;
  }
}
.cid-uS8wFkyh8G .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uS8wFkyh8G .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uS8wFkyh8G .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uS8wFkyh8G .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #4b4b4b;
  color: #bff747;
}
.cid-uS8wFkyh8G .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #fdfde1;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uS8wFkyh8G .list,
.cid-uS8wFkyh8G .item-wrap,
.cid-uS8wFkyh8G .social-wrapper {
  color: #fdfde1;
}
.cid-uS8wFldqXU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uS8wFldqXU .media-container-row .mbr-text {
  color: #aaaaaa;
  text-align: left;
}
.cid-uS8wFldqXU .media-container-row .mbr-text2 {
  color: #232323;
}
.cid-uS8wFldqXU .media-container-row .mbr-text1 {
  color: #232323;
  text-align: left;
}
.cid-uS8wFldqXU .media-container-row .mbr-text3 {
  color: #232323;
  text-align: right;
}
.cid-uS8wFldqXU a {
  background-image: none !important;
}
.cid-uS8wFldqXU .line {
  width: 100%;
  height: 1px;
  background: currentColor;
}
.cid-uS8wFldqXU .container {
  padding: 5rem 1rem;
}
.cid-uS8wFldqXU p {
  padding: 0.5rem 0;
}
@media (max-width: 992px) {
  .cid-uS8wFldqXU p {
    text-align: center !important;
  }
}
.cid-uS8wFldqXU .media-container-row .mbr-text2,
.cid-uS8wFldqXU .line {
  color: #232323;
  text-align: left;
}
.cid-uS8wFlPZ5i {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #bed7e5;
}
.cid-uS8wFlPZ5i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS8wFlPZ5i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS8wFlPZ5i .row {
  justify-content: center;
}
.cid-uS8wFlPZ5i .card {
  justify-content: center;
}
.cid-uS8wFlPZ5i .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uS8wFlPZ5i .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uS8wFlPZ5i .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uS8wFlPZ5i .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uS8wFlPZ5i .nav-wrapper .list .item-wrap:hover,
.cid-uS8wFlPZ5i .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uS8wFlPZ5i .list,
.cid-uS8wFlPZ5i .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uS8xiXSydo {
  background-color: transparent;
}
.cid-uS8xiXSydo .navbar-dropdown {
  background-color: #ededed !important;
  padding: 0;
}
.cid-uS8xiXSydo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ededed !important;
  background: #ededed;
}
.cid-uS8xiXSydo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uS8xiXSydo .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uS8xiXSydo .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uS8xiXSydo .menu_box .navbar.opened,
  .cid-uS8xiXSydo .menu_box .navbar-collapse {
    background-color: #ededed !important;
    transition: all 0s ease 0s;
  }
}
.cid-uS8xiXSydo .navbar-dropdown {
  position: relative !important;
}
.cid-uS8xiXSydo .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uS8xiXSydo .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uS8xiXSydo .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uS8xiXSydo .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uS8xiXSydo .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uS8xiXSydo .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fafafa;
  }
  .cid-uS8xiXSydo .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uS8xiXSydo .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uS8xiXSydo .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uS8xiXSydo .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uS8xiXSydo .offcanvas-body .mbr-text,
  .cid-uS8xiXSydo .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uS8xiXSydo .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uS8xiXSydo .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uS8xiXSydo .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uS8xiXSydo .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uS8xiXSydo .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uS8xiXSydo .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uS8xiXSydo .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uS8xiXSydo ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uS8xiXSydo .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uS8xiXSydo .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uS8xiXSydo .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uS8xiXSydo li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uS8xiXSydo .lg_brand {
    margin: 0 1rem;
  }
  .cid-uS8xiXSydo .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-uS8xiXSydo .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uS8xiXSydo .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uS8xiXSydo .nav-item {
    margin: 0 !important;
  }
}
.cid-uS8xiXSydo .nav-item .nav-link {
  transition: all 0.3s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uS8xiXSydo .nav-item .nav-link:hover,
.cid-uS8xiXSydo .nav-item .nav-link:focus {
  color: #85c6d8 !important;
}
.cid-uS8xiXSydo .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uS8xiXSydo .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uS8xiXSydo .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uS8xiXSydo .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uS8xiXSydo .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uS8xiXSydo .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uS8xiXSydo .offcanvas_box {
    display: none;
  }
}
.cid-uS8xiXSydo .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uS8xiXSydo .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uS8xiXSydo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uS8xiXSydo .container {
  display: flex;
  margin: auto;
}
.cid-uS8xiXSydo .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uS8xiXSydo .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uS8xiXSydo .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uS8xiXSydo .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uS8xiXSydo .navbar-nav {
    margin: 0;
  }
}
.cid-uS8xiXSydo .dropdown-menu,
.cid-uS8xiXSydo .navbar.opened {
  background-color: false !important;
}
.cid-uS8xiXSydo .nav-item:focus,
.cid-uS8xiXSydo .nav-link:focus {
  outline: none;
}
.cid-uS8xiXSydo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uS8xiXSydo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uS8xiXSydo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uS8xiXSydo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uS8xiXSydo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uS8xiXSydo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uS8xiXSydo .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uS8xiXSydo .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uS8xiXSydo .navbar.opened {
  transition: all 0.3s;
}
.cid-uS8xiXSydo .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uS8xiXSydo .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uS8xiXSydo .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uS8xiXSydo .navbar.collapsed {
  justify-content: center;
}
.cid-uS8xiXSydo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uS8xiXSydo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uS8xiXSydo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uS8xiXSydo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uS8xiXSydo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uS8xiXSydo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uS8xiXSydo .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uS8xiXSydo .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uS8xiXSydo .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uS8xiXSydo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uS8xiXSydo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uS8xiXSydo .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uS8xiXSydo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uS8xiXSydo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uS8xiXSydo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uS8xiXSydo .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uS8xiXSydo .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uS8xiXSydo .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uS8xiXSydo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uS8xiXSydo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uS8xiXSydo .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uS8xiXSydo .navbar.navbar-short {
  min-height: 60px;
}
.cid-uS8xiXSydo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uS8xiXSydo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uS8xiXSydo .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uS8xiXSydo .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uS8xiXSydo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uS8xiXSydo .dropdown-item.active,
.cid-uS8xiXSydo .dropdown-item:active {
  background-color: transparent;
}
.cid-uS8xiXSydo .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uS8xiXSydo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uS8xiXSydo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uS8xiXSydo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uS8xiXSydo ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uS8xiXSydo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uS8xiXSydo button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ededed;
  background: #fafafa;
}
.cid-uS8xiXSydo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uS8xiXSydo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uS8xiXSydo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uS8xiXSydo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uS8xiXSydo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uS8xiXSydo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uS8xiXSydo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uS8xiXSydo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uS8xiXSydo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uS8xiXSydo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uS8xiXSydo .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uS8xiXSydo .navbar {
    height: 70px;
  }
  .cid-uS8xiXSydo .navbar.opened {
    height: auto;
  }
  .cid-uS8xiXSydo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uS8xiXSydo .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uS8xiXSydo .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uS8xiXSydo .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uS8xiXSydo .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uS8xiXSydo .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 160px;
}
.cid-uS8xiXSydo .navbar-caption:hover {
  color: #85c6d8;
}
@media (min-width: 992px) {
  .cid-uS8xiXSydo .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uS8xiXSydo .text_widget {
  margin-bottom: 32px;
}
.cid-uS8xiXSydo .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uS8xiXSydo .text_widget a:hover,
.cid-uS8xiXSydo .text_widget a:focus {
  opacity: .8;
}
.cid-uS8xiXSydo .mbr-section-subtitle {
  color: #F1634F;
}
.cid-uS8xiXSydo .navbar-caption {
  color: #000000;
}
.cid-uS8xiXSydo .mbr-text {
  color: #6f6f6f;
}
.cid-uS8xiXSydo a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uS8xj0OXo9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-uS8xj0OXo9::before {
  content: '';
  position: absolute;
  right: -14%;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(#85c6d8 -10%, transparent 95%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uS8xj0OXo9::before {
    opacity: .4;
  }
}
.cid-uS8xj0OXo9::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #bed7e5 -10%, transparent 95%);
}
@media (max-width: 992px) {
  .cid-uS8xj0OXo9::after {
    opacity: .4;
  }
}
.cid-uS8xj0OXo9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS8xj0OXo9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uS8xj0OXo9 .container {
    padding: 0 16px;
  }
}
.cid-uS8xj0OXo9 .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-uS8xj0OXo9 .row .card {
  justify-content: flex-end;
}
.cid-uS8xj0OXo9 .title-wrapper {
  margin-bottom: 246px;
}
@media (max-width: 1200px) {
  .cid-uS8xj0OXo9 .title-wrapper {
    margin-bottom: 148px;
  }
}
@media (max-width: 992px) {
  .cid-uS8xj0OXo9 .title-wrapper {
    margin-bottom: 90px;
  }
}
.cid-uS8xj0OXo9 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uS8xj0OXo9 .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uS8xj0OXo9 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uS8xj0OXo9 .text-wrapper .text_2 {
  margin-top: 32px;
}
.cid-uS8xj0OXo9 .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uS8xj0OXo9 .text-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uS8xj0OXo9 .text-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uS8xj0OXo9 .text-wrapper .mbr-section-btn .btn-success-outline,
.cid-uS8xj0OXo9 .text-wrapper .mbr-section-btn .btn-info-outline,
.cid-uS8xj0OXo9 .text-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uS8xj0OXo9 .text-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uS8xj0OXo9 .text-wrapper .mbr-section-btn .btn-black-outline,
.cid-uS8xj0OXo9 .text-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uS8xj0OXo9 .text-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uS8xj0OXo9 .text-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uS8xj0OXo9 .text-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uS8xj0OXo9 .text-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uS8xj0OXo9 .text-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uS8xj0OXo9 .text-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uS8xj0OXo9 .text-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uS8xj0OXo9 .text-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uS8xj0OXo9 .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uS8xj0OXo9 .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uS8xj0OXo9 .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uS8xj0OXo9 .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uS8xj0OXo9 .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uS8xj0OXo9 .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uS8xj0OXo9 .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uS8xj0OXo9 .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uS8xj0OXo9 .text-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uS8xj0OXo9 .text-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uS8xj0OXo9 .text-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uS8xj0OXo9 .text-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uS8xj0OXo9 .text-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uS8xj0OXo9 .text-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uS8xj0OXo9 .text-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uS8xj0OXo9 .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uS8xj0OXo9 .text-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uS8xj0OXo9 .text-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uS8xj0OXo9 .text-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uS8xj0OXo9 .text-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uS8xj0OXo9 .text-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uS8xj0OXo9 .text-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uS8xj0OXo9 .text-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uS8xj0OXo9 .text-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uS8xj0OXo9 .text-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uS8xj0OXo9 .text-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uS8xj0OXo9 .text-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uS8xj0OXo9 .text-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uS8xj0OXo9 .text-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uS8xj0OXo9 .text-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uS8xj0OXo9 .text-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uS8xj0OXo9 .text-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uS8xj0OXo9 .text-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uS8xj0OXo9 .text-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #85c6d8 !important;
}
.cid-uS8xj0OXo9 .text-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uS8xj0OXo9 .text-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uS8xj0OXo9 .text-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uS8xj0OXo9 .text-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #ededed !important;
}
.cid-uS8xj0OXo9 .text-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uS8xj0OXo9 .text-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #ffffff !important;
}
.cid-uS8xj0OXo9 .text-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uS8xj0OXo9 .text-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #e59e4d !important;
}
.cid-uS8xj0OXo9 .text-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uS8xj0OXo9 .text-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #af2311 !important;
}
.cid-uS8xj0OXo9 .text-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uS8xj0OXo9 .text-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uS8xj0OXo9 .text-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uS8xj0OXo9 .text-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uS8xj0OXo9 .mbr-section-title {
  color: #000000;
}
.cid-uS8xj0OXo9 .mbr-text {
  color: #000000;
}
.cid-uS8xj24v0X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-uS8xj24v0X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS8xj24v0X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS8xj24v0X .mbr-text {
  color: #000000;
}
.cid-uS8xj24v0X .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uS8xj24v0X .item-wrapper {
  background: #f7f5f0;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uS8xj24v0X .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uS8xj24v0X .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
.cid-uS8xj24v0X .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uS8xj24v0X .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uS8xj24v0X .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uS8xj24v0X .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uS8xj24v0X .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #bed7e5;
  background-color: #bed7e5;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uS8xj24v0X .mbr-text UL {
  text-align: left;
}
.cid-uS8xj24v0X .mbr-section-subtitle,
.cid-uS8xj24v0X .main-button {
  color: #000000;
}
.cid-uS8xj24v0X .mbr-section-title {
  color: #000000;
}
.cid-uS8xj2DxT1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed7e5;
}
.cid-uS8xj2DxT1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS8xj2DxT1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uS8xj2DxT1 .container {
    padding: 0 16px;
  }
}
.cid-uS8xj2DxT1 .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uS8xj2DxT1 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uS8xj2DxT1 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uS8xj2DxT1 .mbr-section-title {
  color: #f1634f;
}
.cid-uS8xj2DxT1 .mbr-text {
  color: #000000;
}
.cid-uS8xj3dNZH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed7e5;
}
.cid-uS8xj3dNZH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS8xj3dNZH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uS8xj3dNZH .container {
    padding: 0 16px;
  }
}
.cid-uS8xj3dNZH .row {
  position: relative;
}
.cid-uS8xj3dNZH .content-wrapper {
  position: sticky;
  top: 100px;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uS8xj3dNZH .content-wrapper {
    margin-bottom: 80px;
    margin-right: 0;
  }
}
.cid-uS8xj3dNZH .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uS8xj3dNZH .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uS8xj3dNZH .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-uS8xj3dNZH .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uS8xj3dNZH .content-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uS8xj3dNZH .content-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uS8xj3dNZH .content-wrapper .mbr-section-btn .btn-success-outline,
.cid-uS8xj3dNZH .content-wrapper .mbr-section-btn .btn-info-outline,
.cid-uS8xj3dNZH .content-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uS8xj3dNZH .content-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uS8xj3dNZH .content-wrapper .mbr-section-btn .btn-black-outline,
.cid-uS8xj3dNZH .content-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uS8xj3dNZH .content-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uS8xj3dNZH .content-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uS8xj3dNZH .content-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uS8xj3dNZH .content-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uS8xj3dNZH .content-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uS8xj3dNZH .content-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uS8xj3dNZH .content-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uS8xj3dNZH .content-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uS8xj3dNZH .content-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uS8xj3dNZH .content-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uS8xj3dNZH .content-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uS8xj3dNZH .content-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uS8xj3dNZH .content-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uS8xj3dNZH .content-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uS8xj3dNZH .content-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uS8xj3dNZH .content-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uS8xj3dNZH .content-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uS8xj3dNZH .content-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uS8xj3dNZH .content-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uS8xj3dNZH .content-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uS8xj3dNZH .content-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uS8xj3dNZH .content-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uS8xj3dNZH .content-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-uS8xj3dNZH .content-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uS8xj3dNZH .content-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uS8xj3dNZH .content-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uS8xj3dNZH .content-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uS8xj3dNZH .content-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uS8xj3dNZH .content-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uS8xj3dNZH .content-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uS8xj3dNZH .content-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uS8xj3dNZH .content-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uS8xj3dNZH .content-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uS8xj3dNZH .content-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uS8xj3dNZH .content-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uS8xj3dNZH .content-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uS8xj3dNZH .content-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uS8xj3dNZH .content-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uS8xj3dNZH .content-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uS8xj3dNZH .content-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uS8xj3dNZH .content-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uS8xj3dNZH .content-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #85c6d8 !important;
}
.cid-uS8xj3dNZH .content-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uS8xj3dNZH .content-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uS8xj3dNZH .content-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uS8xj3dNZH .content-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #ededed !important;
}
.cid-uS8xj3dNZH .content-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uS8xj3dNZH .content-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #ffffff !important;
}
.cid-uS8xj3dNZH .content-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uS8xj3dNZH .content-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #e59e4d !important;
}
.cid-uS8xj3dNZH .content-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uS8xj3dNZH .content-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #af2311 !important;
}
.cid-uS8xj3dNZH .content-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uS8xj3dNZH .content-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uS8xj3dNZH .content-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uS8xj3dNZH .content-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uS8xj3dNZH .content-wrapper .decor-wrapper {
  margin-top: 32px;
}
.cid-uS8xj3dNZH .content-wrapper .decor-wrapper .decor-wrap {
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #f1634f -10%, transparent 80%);
}
.cid-uS8xj3dNZH .items-wrapper {
  margin-left: 40px;
}
@media (max-width: 992px) {
  .cid-uS8xj3dNZH .items-wrapper {
    margin-left: 0;
  }
}
.cid-uS8xj3dNZH .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-uS8xj3dNZH .item .item-wrapper {
  background-color: #fafafa;
  height: 100%;
  padding: 70px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uS8xj3dNZH .item .item-wrapper {
    padding: 32px;
  }
}
.cid-uS8xj3dNZH .item .item-wrapper .card-box .item-title {
  margin-bottom: 24px;
}
.cid-uS8xj3dNZH .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uS8xj3dNZH .mbr-section-title {
  color: #000000;
}
.cid-uS8xj3dNZH .mbr-text {
  color: #6f6f6f;
}
.cid-uS8xj3dNZH .item-title {
  color: #000000;
}
.cid-uS8xj3dNZH .item-text {
  color: #000000;
}
.cid-uS8xj3dNZH .mbr-text,
.cid-uS8xj3dNZH .text-wrap {
  color: #000000;
}
.cid-uS8xj488PU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uS8xj488PU .container {
    padding: 0 16px;
  }
}
.cid-uS8xj488PU .row {
  position: relative;
  z-index: 1;
}
.cid-uS8xj488PU .title-wrapper {
  margin-bottom: 80px;
}
.cid-uS8xj488PU .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uS8xj488PU .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uS8xj488PU .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uS8xj488PU .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 980px;
  max-width: 980px;
  padding: 0 12px;
}
@media (max-width: 1200px) {
  .cid-uS8xj488PU .embla__slide {
    min-width: 680px;
    max-width: 680px;
  }
}
@media (max-width: 767px) {
  .cid-uS8xj488PU .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.cid-uS8xj488PU .embla__slide .slide-content {
  width: 100%;
}
.cid-uS8xj488PU .embla__slide .slide-content .item-wrapper {
  background-color: #bed7e5;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-uS8xj488PU .embla__slide .slide-content .item-wrapper {
    padding: 32px;
  }
}
.cid-uS8xj488PU .embla__slide .slide-content .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uS8xj488PU .embla__slide .slide-content .item-wrapper .card-box .title-wrap {
    margin-bottom: 32px;
  }
}
.cid-uS8xj488PU .embla__slide .slide-content .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uS8xj488PU .embla__slide .slide-content .item-wrapper .card-box .title-wrap .mbr-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 30px;
  color: #f1634f;
}
.cid-uS8xj488PU .embla__slide .slide-content .item-wrapper .card-box .item-text {
  margin-bottom: 14px;
}
.cid-uS8xj488PU .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline,
.cid-uS8xj488PU .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline,
.cid-uS8xj488PU .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline,
.cid-uS8xj488PU .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline,
.cid-uS8xj488PU .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline,
.cid-uS8xj488PU .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline,
.cid-uS8xj488PU .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline,
.cid-uS8xj488PU .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-uS8xj488PU .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uS8xj488PU .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uS8xj488PU .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uS8xj488PU .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uS8xj488PU .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uS8xj488PU .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uS8xj488PU .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uS8xj488PU .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uS8xj488PU .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover,
.cid-uS8xj488PU .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover,
.cid-uS8xj488PU .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover,
.cid-uS8xj488PU .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover,
.cid-uS8xj488PU .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover,
.cid-uS8xj488PU .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover,
.cid-uS8xj488PU .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover,
.cid-uS8xj488PU .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover,
.cid-uS8xj488PU .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus,
.cid-uS8xj488PU .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus,
.cid-uS8xj488PU .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus,
.cid-uS8xj488PU .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus,
.cid-uS8xj488PU .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus,
.cid-uS8xj488PU .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus,
.cid-uS8xj488PU .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus,
.cid-uS8xj488PU .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-uS8xj488PU .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-uS8xj488PU .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-uS8xj488PU .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-uS8xj488PU .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-uS8xj488PU .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-uS8xj488PU .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-uS8xj488PU .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-uS8xj488PU .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-uS8xj488PU .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-uS8xj488PU .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-uS8xj488PU .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-uS8xj488PU .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-uS8xj488PU .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-uS8xj488PU .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-uS8xj488PU .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-uS8xj488PU .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-uS8xj488PU .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:hover,
.cid-uS8xj488PU .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-primary-outline:focus {
  color: #85c6d8 !important;
}
.cid-uS8xj488PU .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:hover,
.cid-uS8xj488PU .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-secondary-outline:focus {
  color: #6f6f6f !important;
}
.cid-uS8xj488PU .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:hover,
.cid-uS8xj488PU .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-success-outline:focus {
  color: #ededed !important;
}
.cid-uS8xj488PU .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:hover,
.cid-uS8xj488PU .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-info-outline:focus {
  color: #ffffff !important;
}
.cid-uS8xj488PU .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:hover,
.cid-uS8xj488PU .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-warning-outline:focus {
  color: #e59e4d !important;
}
.cid-uS8xj488PU .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:hover,
.cid-uS8xj488PU .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-danger-outline:focus {
  color: #af2311 !important;
}
.cid-uS8xj488PU .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:hover,
.cid-uS8xj488PU .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-uS8xj488PU .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:hover,
.cid-uS8xj488PU .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-uS8xj488PU .embla__button--next,
.cid-uS8xj488PU .embla__button--prev {
  display: flex;
}
.cid-uS8xj488PU .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #85c6d8 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uS8xj488PU .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uS8xj488PU .embla__button:hover {
  opacity: .7 !important;
}
.cid-uS8xj488PU .embla__button.embla__button--prev {
  left: 0;
}
.cid-uS8xj488PU .embla__button.embla__button--next {
  right: 0;
}
.cid-uS8xj488PU .embla {
  position: relative;
  width: 100%;
}
.cid-uS8xj488PU .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uS8xj488PU .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uS8xj488PU .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uS8xj488PU .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uS8xj488PU .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.cid-uS8xj488PU .mbr-section-title {
  color: #000000;
}
.cid-uS8xj488PU .mbr-desc {
  color: #000000;
}
.cid-uS8xj488PU .item-title {
  color: #000000;
}
.cid-uS8xj488PU .item-text {
  color: #6f6f6f;
}
.cid-uS8xj5h3FU {
  background-image: url("../../../assets/images/hearing-aid-0000gettyimages-1327264490.jpeg-882x530.jpg");
}
.cid-uS8xj5h3FU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS8xj5h3FU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS8xj5h3FU .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uS8xj5h3FU .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uS8xj5h3FU .container {
    padding: 0 20px;
  }
}
.cid-uS8xj5h3FU .row {
  justify-content: center;
}
.cid-uS8xj5h3FU .content-wrapper .mbr-desc {
  margin-bottom: 25px;
}
.cid-uS8xj5h3FU .content-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uS8xj5h3FU .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uS8xj5h3FU .content-wrapper .text-wrapper {
  padding-left: 216px;
}
@media (max-width: 1440px) {
  .cid-uS8xj5h3FU .content-wrapper .text-wrapper {
    padding-left: 100px;
  }
}
@media (max-width: 1200px) {
  .cid-uS8xj5h3FU .content-wrapper .text-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uS8xj5h3FU .content-wrapper .text-wrapper {
    padding-left: 0;
  }
}
.cid-uS8xj5h3FU .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 75%;
  margin-bottom: 0;
}
.cid-uS8xj5h3FU .mbr-desc {
  color: #ffffff;
}
.cid-uS8xj5h3FU .mbr-section-title {
  color: #000000;
}
.cid-uS8xj5h3FU .mbr-text {
  color: #ffffff;
}
.cid-uS8xj5h3FU .mbr-text,
.cid-uS8xj5h3FU .text-wrapper {
  color: #000000;
}
.cid-uS8xj6c85e {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uS8xj6c85e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS8xj6c85e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uS8xj6c85e .container {
    padding: 0 16px;
  }
}
.cid-uS8xj6c85e .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uS8xj6c85e .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uS8xj6c85e .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uS8xj6c85e .mbr-section-title {
  color: #000000;
}
.cid-uS8xj6c85e .mbr-text {
  color: #000000;
}
.cid-uS9eF1Pcqh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uS9eF1Pcqh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS9eF1Pcqh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS9eF1Pcqh .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 0;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-uS9eF1Pcqh .label-wrapper .mbr-label {
    margin-bottom: 20px;
  }
}
.cid-uS9eF1Pcqh .mbr-section-title {
  margin-bottom: 50px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uS9eF1Pcqh .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uS9eF1Pcqh .items-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uS9eF1Pcqh .items-wrapper {
    display: block;
  }
}
.cid-uS9eF1Pcqh .item {
  width: 50%;
  padding-right: 40px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uS9eF1Pcqh .item {
    padding-right: 0;
    margin-bottom: 30px;
    width: 100%;
  }
}
.cid-uS9eF1Pcqh .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 15px;
}
.cid-uS9eF1Pcqh .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uS9eF1Pcqh .item .item-wrapper .card-box .title-wrapper .title-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 15px;
}
.cid-uS9eF1Pcqh .item .item-wrapper .card-box .title-wrapper .title-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 36px;
  color: #000000;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uS9eF1Pcqh .item .item-wrapper .card-box .title-wrapper .title-wrap .iconfont-wrapper .mbr-iconfont {
    font-size: 26px;
  }
}
.cid-uS9eF1Pcqh .item .item-wrapper .card-box .title-wrapper .card-title {
  margin-bottom: 0;
}
.cid-uS9eF1Pcqh .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uS9eF1Pcqh .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uS9eF1Pcqh .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uS9eF1Pcqh .mbr-label {
  color: #000000;
}
.cid-uS9eF1Pcqh .card-title {
  color: #000000;
}
.cid-uS9eF1Pcqh .card-text {
  color: #8a8a8a;
}
.cid-uS8xj6Sert {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uS8xj6Sert .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS8xj6Sert .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS8xj6Sert .card-wrapper {
  position: relative;
  background-color: #bed7e5;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uS8xj6Sert .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uS8xj6Sert .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uS8xj6Sert .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uS8xj6Sert .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uS8xj6Sert .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uS8xj6Sert .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uS8xj6Sert .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uS8xj6Sert .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uS8xj6Sert .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 48px;
}
@media (max-width: 1440px) {
  .cid-uS8xj6Sert .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uS8xj6Sert .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uS8xj6Sert .mbr-section-title {
  color: #000000;
}
.cid-uS8xj6Sert .mbr-label {
  color: #000000;
  text-align: center;
}
.cid-uS8xj6Sert .mbr-text,
.cid-uS8xj6Sert .text-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uS8xj6Sert .mbr-section-title,
.cid-uS8xj6Sert .mbr-section-btn {
  text-align: center;
}
.cid-uS8xj7I0cI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uS8xj7I0cI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS8xj7I0cI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS8xj7I0cI .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uS8xj7I0cI .content-wrapper .mbr-label {
    width: 100%;
  }
}
.cid-uS8xj7I0cI .content-wrapper .panel-group .card {
  position: relative;
  padding: 0 0 15px 0;
  background-color: transparent;
  border-bottom: 1px solid #e9eaed;
  border-radius: 0 !important;
  margin-bottom: 20px;
}
.cid-uS8xj7I0cI .content-wrapper .panel-group .card:last-child {
  border-bottom: none;
}
.cid-uS8xj7I0cI .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uS8xj7I0cI .content-wrapper .panel-group .card .card-header .panel-title {
  width: 100%;
}
.cid-uS8xj7I0cI .content-wrapper .panel-group .card .card-header .panel-title .title-wrap {
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
}
.cid-uS8xj7I0cI .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit {
  margin-bottom: 0;
}
.cid-uS8xj7I0cI .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  transition: all 0.3s ease-in-out;
  background-color: #e9eaed;
}
.cid-uS8xj7I0cI .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uS8xj7I0cI .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .icon-wrapper {
  background-color: #85c6d8;
}
.cid-uS8xj7I0cI .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #000000;
}
.cid-uS8xj7I0cI .content-wrapper .panel-group .card .panel-collapse .panel-body {
  margin: 40px 0;
  padding-left: 65px;
}
@media (max-width: 992px) {
  .cid-uS8xj7I0cI .content-wrapper .panel-group .card .panel-collapse .panel-body {
    padding-left: 0;
    margin: 15px 0 0 0;
  }
}
.cid-uS8xj7I0cI .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uS8xj7I0cI .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uS8xj7I0cI .mbr-label {
  color: #000000;
}
.cid-uS8xj7I0cI .panel-title-edit {
  color: #000000;
}
.cid-uS8xj7I0cI .panel-text {
  color: #000000;
}
.cid-uS8xj8F2cE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed7e5;
}
.cid-uS8xj8F2cE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS8xj8F2cE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS8xj8F2cE .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uS8xj8F2cE .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uS8xj8F2cE .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uS8xj8F2cE .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uS8xj8F2cE .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uS8xj8F2cE .mbr-section-subtitle {
  margin-bottom: 40px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uS8xj8F2cE .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-uS8xj8F2cE .mbr-text {
  margin-bottom: 30px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uS8xj8F2cE .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uS8xj8F2cE .mbr-label {
  color: #000000;
}
.cid-uS8xj8F2cE .mbr-section-title {
  color: #000000;
}
.cid-uS8Ank9BcX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uS8Ank9BcX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS8Ank9BcX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uS8Ank9BcX .container {
    padding: 0 16px;
  }
}
.cid-uS8Ank9BcX .row {
  position: relative;
  justify-content: space-between;
}
.cid-uS8Ank9BcX .content-wrapper {
  position: sticky;
  top: 100px;
}
@media (max-width: 992px) {
  .cid-uS8Ank9BcX .content-wrapper {
    margin-bottom: 80px;
  }
}
.cid-uS8Ank9BcX .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uS8Ank9BcX .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uS8Ank9BcX .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-uS8Ank9BcX .content-wrapper .decor-wrapper {
  margin-top: 32px;
}
.cid-uS8Ank9BcX .content-wrapper .decor-wrapper .decor-wrap {
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(45deg, #bed7e5 -10%, transparent 80%);
}
.cid-uS8Ank9BcX .panel-group .card {
  border-radius: 20px !important;
  background-color: #bed7e5;
  margin-bottom: 24px;
  padding: 32px;
}
.cid-uS8Ank9BcX .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uS8Ank9BcX .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uS8Ank9BcX .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uS8Ank9BcX .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 18px;
  height: 18px;
  min-width: 18px;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-uS8Ank9BcX .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uS8Ank9BcX .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-uS8Ank9BcX .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  transform: translateY(20px) scale3d(1, 0, 1);
  opacity: 0;
}
.cid-uS8Ank9BcX .panel-group .card .panel-collapse.show .panel-body .panel-text {
  transform: translateY(0) scale3d(1, 1, 1);
  opacity: 1;
}
.cid-uS8Ank9BcX .mbr-section-title {
  color: #000000;
}
.cid-uS8Ank9BcX .mbr-text {
  color: #6f6f6f;
}
.cid-uS8Ank9BcX .panel-title-edit {
  color: #000000;
}
.cid-uS8Ank9BcX .panel-text {
  color: #000000;
}
.cid-uS8xj9lRjA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed7e5;
}
.cid-uS8xj9lRjA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS8xj9lRjA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS8xj9lRjA .google-map {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uS8xj9lRjA .google-map {
    margin-bottom: 48px;
  }
}
.cid-uS8xj9lRjA .google-map iframe {
  height: 480px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uS8xj9lRjA .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uS8xj9lRjA .list-wrapper {
    margin-bottom: 36px;
  }
}
.cid-uS8xj9lRjA .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uS8xj9lRjA .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uS8xj9lRjA .list-wrapper .list .item-wrap:hover,
.cid-uS8xj9lRjA .list-wrapper .list .item-wrap:focus {
  color: #bff747;
}
.cid-uS8xj9lRjA .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uS8xj9lRjA .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uS8xj9lRjA .social-wrapper {
    text-align: left;
  }
}
.cid-uS8xj9lRjA .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uS8xj9lRjA .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uS8xj9lRjA .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uS8xj9lRjA .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #4b4b4b;
  color: #bff747;
}
.cid-uS8xj9lRjA .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #fdfde1;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uS8xj9lRjA .list,
.cid-uS8xj9lRjA .item-wrap,
.cid-uS8xj9lRjA .social-wrapper {
  color: #fdfde1;
}
.cid-uS8xjarjmY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uS8xjarjmY .media-container-row .mbr-text {
  color: #aaaaaa;
  text-align: left;
}
.cid-uS8xjarjmY .media-container-row .mbr-text2 {
  color: #232323;
}
.cid-uS8xjarjmY .media-container-row .mbr-text1 {
  color: #232323;
  text-align: left;
}
.cid-uS8xjarjmY .media-container-row .mbr-text3 {
  color: #232323;
  text-align: right;
}
.cid-uS8xjarjmY a {
  background-image: none !important;
}
.cid-uS8xjarjmY .line {
  width: 100%;
  height: 1px;
  background: currentColor;
}
.cid-uS8xjarjmY .container {
  padding: 5rem 1rem;
}
.cid-uS8xjarjmY p {
  padding: 0.5rem 0;
}
@media (max-width: 992px) {
  .cid-uS8xjarjmY p {
    text-align: center !important;
  }
}
.cid-uS8xjarjmY .media-container-row .mbr-text2,
.cid-uS8xjarjmY .line {
  color: #232323;
  text-align: left;
}
.cid-uS8xjb4YtV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #bed7e5;
}
.cid-uS8xjb4YtV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS8xjb4YtV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS8xjb4YtV .row {
  justify-content: center;
}
.cid-uS8xjb4YtV .card {
  justify-content: center;
}
.cid-uS8xjb4YtV .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uS8xjb4YtV .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uS8xjb4YtV .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uS8xjb4YtV .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uS8xjb4YtV .nav-wrapper .list .item-wrap:hover,
.cid-uS8xjb4YtV .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uS8xjb4YtV .list,
.cid-uS8xjb4YtV .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
