.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-wrapper .mbr-overlay {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Anton', sans-serif;
  font-size: 3.8rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.75rem;
}
.display-4 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.98rem + (3.8 - 1.98) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* 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: #ffa600 !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #00f3b6 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffa600 !important;
  border-color: #ffa600 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffb833 !important;
  border-color: #ffb833 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ffb833 !important;
  border-color: #ffb833 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #00f3b6 !important;
  border-color: #00f3b6 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #27ffc9 !important;
  border-color: #27ffc9 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #000000 !important;
  background-color: #27ffc9 !important;
  border-color: #27ffc9 !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: #ffa600;
  color: #ffa600;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a86e00 !important;
  background-color: transparent !important;
  border-color: #a86e00 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa600 !important;
  border-color: #ffa600 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #00f3b6;
  color: #00f3b6;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #009c75 !important;
  background-color: transparent !important;
  border-color: #009c75 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #000000 !important;
  background-color: #00f3b6 !important;
  border-color: #00f3b6 !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: #ffa600 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #00f3b6 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #996400 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #cccccc !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #008d6a !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: #ffa600;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #00f3b6;
}
.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: #ffa600;
  border-color: #ffa600;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffa600;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffedcc;
}
.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: #f3abab;
}
.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: #c0ffef;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #ffa600 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #ffa600;
}
/* 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: #ffa600;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffa600;
}
.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: #ffa600;
  border-bottom-color: #ffa600;
}
.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: #ffa600 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffd7ef !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='%23ffa600' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.new-font {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.new-font > .mbr-iconfont {
  font-size: 1.2rem;
}
.cid-v3F2W3mWH1 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v3F2W3mWH1 .nav-item:focus,
.cid-v3F2W3mWH1 .nav-link:focus {
  outline: none;
}
.cid-v3F2W3mWH1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v3F2W3mWH1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3F2W3mWH1 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v3F2W3mWH1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v3F2W3mWH1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v3F2W3mWH1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3F2W3mWH1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3F2W3mWH1 .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-v3F2W3mWH1 .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #00aeff;
}
.cid-v3F2W3mWH1 .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #00aeff !important;
}
.cid-v3F2W3mWH1 .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-v3F2W3mWH1 .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-v3F2W3mWH1 .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-v3F2W3mWH1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v3F2W3mWH1 .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-v3F2W3mWH1 .navbar.collapsed .navbar-collapse.show,
.cid-v3F2W3mWH1 .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v3F2W3mWH1 .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-v3F2W3mWH1 .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-v3F2W3mWH1 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v3F2W3mWH1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3F2W3mWH1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3F2W3mWH1 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v3F2W3mWH1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3F2W3mWH1 .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v3F2W3mWH1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3F2W3mWH1 .navbar.collapsed .right-menu,
.cid-v3F2W3mWH1 .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-v3F2W3mWH1 .navbar .navbar-collapse.show,
  .cid-v3F2W3mWH1 .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v3F2W3mWH1 .navbar .navbar-collapse.show .brand-container,
  .cid-v3F2W3mWH1 .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-v3F2W3mWH1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3F2W3mWH1 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v3F2W3mWH1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3F2W3mWH1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3F2W3mWH1 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v3F2W3mWH1 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v3F2W3mWH1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3F2W3mWH1 .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v3F2W3mWH1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-v3F2W3mWH1 .navbar .right-menu,
  .cid-v3F2W3mWH1 .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-v3F2W3mWH1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-v3F2W3mWH1 .navbar.navbar-short .mbr-overlay {
  background: #00aeff !important;
}
.cid-v3F2W3mWH1 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v3F2W3mWH1 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v3F2W3mWH1 .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3F2W3mWH1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3F2W3mWH1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3F2W3mWH1 .dropdown-item.active,
.cid-v3F2W3mWH1 .dropdown-item:active {
  background-color: transparent;
}
.cid-v3F2W3mWH1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3F2W3mWH1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3F2W3mWH1 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3F2W3mWH1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00aeff;
}
.cid-v3F2W3mWH1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3F2W3mWH1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3F2W3mWH1 ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-v3F2W3mWH1 ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-v3F2W3mWH1 .navbar-buttons {
  margin-left: auto;
}
.cid-v3F2W3mWH1 button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v3F2W3mWH1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v3F2W3mWH1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3F2W3mWH1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3F2W3mWH1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3F2W3mWH1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3F2W3mWH1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3F2W3mWH1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-v3F2W3mWH1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-v3F2W3mWH1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3F2W3mWH1 .navbar-dropdown {
  position: fixed;
}
.cid-v3F2W3mWH1 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v3F2W3mWH1 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v3F2W3mWH1 .right-menu,
.cid-v3F2W3mWH1 .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-v3F2W3mWH1 .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v3F2W3mWH1 .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v3F2W3mWH1 .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-v3F2W3mWH1 .menu-top {
  text-align: center;
  width: 100%;
  background-color: #149dcc;
  padding: 0.5rem 0;
}
.cid-v3F2W3mWH1 .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-v3F2W3mWH1 .card-wrapper {
  z-index: 3;
}
.cid-v3F2W3mWH1 .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-v3F2W3mWH1 .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3F2W3mWH1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3F5SMWUbb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3F5SMWUbb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background3.webp");
}
.cid-v3F5SMWUbb .image-wrap {
  height: 400px;
}
@media (max-width: 992px) {
  .cid-v3F5SMWUbb .image-wrap {
    height: 300px;
  }
}
.cid-v3F9XP0JGS {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mcd-3499-2000x1333.webp");
}
.cid-v3F9XP0JGS .row {
  justify-content: flex-end;
}
.cid-v3F9XP0JGS h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-v3F9XP0JGS h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-v3F9XP0JGS .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-v3F9XP0JGS h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-v3F9XP0JGS h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-v3F9XP0JGS .mbr-text,
.cid-v3F9XP0JGS .mbr-section-btn {
  color: #efefef;
}
.cid-v3F9XP0JGS H1 {
  color: #fafafa;
  text-align: left;
}
.cid-v3F9XP0JGS H3 {
  text-align: left;
}
.cid-v3Fahe7zyx {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mcd-3616-2000x1333.webp");
}
.cid-v3Fahe7zyx .mbr-section-title {
  margin: 0;
  color: #f9f3f3;
}
.cid-v3Fahe7zyx .mbr-section-subtitle,
.cid-v3Fahe7zyx .mbr-text {
  color: #8d97ad;
}
.cid-v3Fahe7zyx .row-item {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v3Fahe7zyx .card-img,
  .cid-v3Fahe7zyx .mbr-text,
  .cid-v3Fahe7zyx .mbr-card-title,
  .cid-v3Fahe7zyx .mbr-section-subtitle,
  .cid-v3Fahe7zyx .mbr-section-title,
  .cid-v3Fahe7zyx .underline,
  .cid-v3Fahe7zyx .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-v3Fahe7zyx .mbr-section-subtitle {
  color: #f3f7ee;
}
.cid-v3Fahe7zyx .mbr-text,
.cid-v3Fahe7zyx .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-v3Fj84kRJq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-image: url("../../../assets/images/kid-swimming-1983x1158.webp");
}
.cid-v3Fj84kRJq .decor-wrap_1 {
  position: absolute;
  top: -4rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #d70081 0, #22654e 43%, #246f55 100%);
}
.cid-v3Fj84kRJq .decor-wrap_2 {
  position: absolute;
  bottom: 4rem;
  left: -6rem;
  width: 207px;
  height: 207px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #d70081 0, #22654e 43%, #246f55 100%);
}
.cid-v3Fj84kRJq .decor-wrap_3 {
  position: absolute;
  bottom: -55%;
  right: -2rem;
  width: 422px;
  height: 422px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #d70081 0, #22654e 43%, #246f55 100%);
}
.cid-v3Fj84kRJq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3Fj84kRJq .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-v3Fj84kRJq .container {
    padding: 0 30px;
  }
}
.cid-v3Fj84kRJq .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-v3Fj84kRJq .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-v3Fj84kRJq .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v3Fj84kRJq .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
    width: 100%;
  }
}
.cid-v3Fj84kRJq .mbr-section-title {
  color: #ffffff;
}
.cid-v3Fj84kRJq .mbr-text,
.cid-v3Fj84kRJq .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v3Fj84kRJq .mbr-section-title,
.cid-v3Fj84kRJq .mbr-section-btn {
  text-align: center;
}
.cid-v3R7254ypJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/2b-2000x1600.webp");
}
.cid-v3R7254ypJ .mbr-overlay {
  background: #edefeb;
  opacity: 0.7;
}
.cid-v3R7254ypJ .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-v3R7254ypJ img,
.cid-v3R7254ypJ .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v3R7254ypJ .item:focus,
.cid-v3R7254ypJ span:focus {
  outline: none;
}
.cid-v3R7254ypJ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v3R7254ypJ .item {
    margin-bottom: 1rem;
  }
}
.cid-v3R7254ypJ .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v3R7254ypJ .mbr-section-title {
  color: #232323;
}
.cid-v3R7254ypJ .mbr-text,
.cid-v3R7254ypJ .mbr-section-btn {
  color: #232323;
}
.cid-v3R7254ypJ .item-title {
  color: #393193;
}
.cid-v3R7254ypJ .content-head {
  max-width: 800px;
}
.cid-v3FuyT3vve {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #00119a;
}
.cid-v3FuyT3vve .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-v3FuyT3vve .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-v3FuyT3vve .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-v3FuyT3vve .row {
    text-align: center;
  }
  .cid-v3FuyT3vve .row > div {
    margin: auto;
  }
  .cid-v3FuyT3vve .social-row {
    justify-content: center;
  }
}
.cid-v3FuyT3vve .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v3FuyT3vve .list {
  list-style: none;
  padding-left: 0;
  color: #b9cdd0;
}
@media (max-width: 991px) {
  .cid-v3FuyT3vve .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v3FuyT3vve .list {
    margin-bottom: 0rem;
  }
}
.cid-v3FuyT3vve .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v3FuyT3vve .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v3FuyT3vve div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v3FuyT3vve .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3FuyT3vve .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3Fw29rhIB {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffd602;
}
.cid-v3SfalM2No .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v3SfalM2No .nav-item:focus,
.cid-v3SfalM2No .nav-link:focus {
  outline: none;
}
.cid-v3SfalM2No .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v3SfalM2No .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3SfalM2No .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v3SfalM2No .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v3SfalM2No .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v3SfalM2No .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3SfalM2No .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3SfalM2No .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-v3SfalM2No .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #00aeff;
}
.cid-v3SfalM2No .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #00aeff !important;
}
.cid-v3SfalM2No .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-v3SfalM2No .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-v3SfalM2No .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-v3SfalM2No .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v3SfalM2No .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-v3SfalM2No .navbar.collapsed .navbar-collapse.show,
.cid-v3SfalM2No .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v3SfalM2No .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-v3SfalM2No .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-v3SfalM2No .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v3SfalM2No .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3SfalM2No .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3SfalM2No .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v3SfalM2No .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3SfalM2No .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v3SfalM2No .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3SfalM2No .navbar.collapsed .right-menu,
.cid-v3SfalM2No .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-v3SfalM2No .navbar .navbar-collapse.show,
  .cid-v3SfalM2No .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v3SfalM2No .navbar .navbar-collapse.show .brand-container,
  .cid-v3SfalM2No .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-v3SfalM2No .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3SfalM2No .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v3SfalM2No .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3SfalM2No .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3SfalM2No .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v3SfalM2No .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v3SfalM2No .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3SfalM2No .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v3SfalM2No .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-v3SfalM2No .navbar .right-menu,
  .cid-v3SfalM2No .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-v3SfalM2No .navbar.navbar-short {
  min-height: 60px;
}
.cid-v3SfalM2No .navbar.navbar-short .mbr-overlay {
  background: #00aeff !important;
}
.cid-v3SfalM2No .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v3SfalM2No .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v3SfalM2No .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3SfalM2No .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3SfalM2No .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3SfalM2No .dropdown-item.active,
.cid-v3SfalM2No .dropdown-item:active {
  background-color: transparent;
}
.cid-v3SfalM2No .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3SfalM2No .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3SfalM2No .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3SfalM2No .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00aeff;
}
.cid-v3SfalM2No .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3SfalM2No .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3SfalM2No ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-v3SfalM2No ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-v3SfalM2No .navbar-buttons {
  margin-left: auto;
}
.cid-v3SfalM2No button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v3SfalM2No button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v3SfalM2No button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3SfalM2No button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3SfalM2No button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3SfalM2No button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3SfalM2No nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3SfalM2No nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-v3SfalM2No nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-v3SfalM2No nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3SfalM2No .navbar-dropdown {
  position: fixed;
}
.cid-v3SfalM2No a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v3SfalM2No .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v3SfalM2No .right-menu,
.cid-v3SfalM2No .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-v3SfalM2No .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v3SfalM2No .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v3SfalM2No .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-v3SfalM2No .menu-top {
  text-align: center;
  width: 100%;
  background-color: #149dcc;
  padding: 0.5rem 0;
}
.cid-v3SfalM2No .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-v3SfalM2No .card-wrapper {
  z-index: 3;
}
.cid-v3SfalM2No .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-v3SfalM2No .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3SfalM2No .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3SfWF3OFz {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v3SfWF3OFz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3SfWF3OFz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3SfWF3OFz .row {
  justify-content: center;
}
.cid-v3SfWF3OFz .image-wrapper img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3SfWF3OFz .image-wrapper img {
    height: 300px;
  }
}
.cid-v3SfWF3OFz .card-wrapper {
  position: relative;
  padding: 64px;
  overflow: hidden;
  margin-top: -25%;
}
@media (max-width: 1440px) {
  .cid-v3SfWF3OFz .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v3SfWF3OFz .card-wrapper {
    padding: 24px;
    margin-top: 12px;
  }
}
.cid-v3SfWF3OFz .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-v3SfWF3OFz .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #a0e2e1;
  opacity: .5;
  pointer-events: none;
}
.cid-v3SfWF3OFz .card-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v3SfWF3OFz .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v3SfWF3OFz .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v3SfWF3OFz .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v3SfWF3OFz .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v3SfWF3OFz .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v3SfWF3OFz .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v3SfWF3OFz .mbr-section-title {
  color: #2c2c26;
}
.cid-v3SfWF3OFz .mbr-text,
.cid-v3SfWF3OFz .text-wrapper {
  color: #63635d;
  text-align: center;
}
.cid-v3SfWF3OFz .mbr-section-title,
.cid-v3SfWF3OFz .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v3SgQr39on {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v3SgQr39on .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3SgQr39on .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-v3SgQr39on .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-v3SgQr39on .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-v3SgQr39on .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v3SgQr39on .media-content,
.cid-v3SgQr39on .mbr-figure {
  align-self: center;
}
.cid-v3SgQr39on .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-v3SgQr39on .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-v3SgQr39on .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-v3SgQr39on .mbr-section-maintitle {
  text-align: center;
}
.cid-v3SgQr39on .mbr-section-title {
  text-align: left;
}
.cid-v3SgQr39on .mbr-text,
.cid-v3SgQr39on .mbr-section-btn {
  text-align: left;
}
.cid-v3SjhvM0U7 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v3SjhvM0U7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3SjhvM0U7 .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-v3SjhvM0U7 .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-v3SjhvM0U7 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-v3SjhvM0U7 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v3SjhvM0U7 .media-content,
.cid-v3SjhvM0U7 .mbr-figure {
  align-self: center;
}
.cid-v3SjhvM0U7 .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-v3SjhvM0U7 .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-v3SjhvM0U7 .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-v3SjhvM0U7 .mbr-section-maintitle {
  text-align: center;
}
.cid-v3SjhvM0U7 .mbr-section-title {
  text-align: left;
}
.cid-v3SjhvM0U7 .mbr-text,
.cid-v3SjhvM0U7 .mbr-section-btn {
  text-align: left;
}
.cid-v3SsElx2GI {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v3SsElx2GI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3SsElx2GI .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-v3SsElx2GI .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-v3SsElx2GI .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-v3SsElx2GI .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v3SsElx2GI .media-content,
.cid-v3SsElx2GI .mbr-figure {
  align-self: center;
}
.cid-v3SsElx2GI .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-v3SsElx2GI .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-v3SsElx2GI .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-v3SsElx2GI .mbr-section-maintitle {
  text-align: center;
}
.cid-v3SsElx2GI .mbr-section-title {
  text-align: left;
}
.cid-v3SsElx2GI .mbr-text,
.cid-v3SsElx2GI .mbr-section-btn {
  text-align: left;
}
.cid-v3SsQ2DHua {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v3SsQ2DHua .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3SsQ2DHua .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-v3SsQ2DHua .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-v3SsQ2DHua .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-v3SsQ2DHua .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v3SsQ2DHua .media-content,
.cid-v3SsQ2DHua .mbr-figure {
  align-self: center;
}
.cid-v3SsQ2DHua .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-v3SsQ2DHua .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-v3SsQ2DHua .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-v3SsQ2DHua .mbr-section-maintitle {
  text-align: center;
}
.cid-v3SsQ2DHua .mbr-section-title {
  text-align: left;
}
.cid-v3SsQ2DHua .mbr-text,
.cid-v3SsQ2DHua .mbr-section-btn {
  text-align: left;
}
.cid-v3StgrKf09 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mcd-3499-2000x1333.webp");
}
.cid-v3StgrKf09 .row {
  justify-content: flex-end;
}
.cid-v3StgrKf09 h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-v3StgrKf09 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-v3StgrKf09 .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-v3StgrKf09 h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-v3StgrKf09 h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-v3StgrKf09 .mbr-text,
.cid-v3StgrKf09 .mbr-section-btn {
  color: #efefef;
}
.cid-v3StgrKf09 H1 {
  color: #fafafa;
  text-align: left;
}
.cid-v3StgrKf09 H3 {
  text-align: left;
}
.cid-v3SfaoY3IZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/2b-2000x1600.webp");
}
.cid-v3SfaoY3IZ .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-v3SfaoY3IZ img,
.cid-v3SfaoY3IZ .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v3SfaoY3IZ .item:focus,
.cid-v3SfaoY3IZ span:focus {
  outline: none;
}
.cid-v3SfaoY3IZ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v3SfaoY3IZ .item {
    margin-bottom: 1rem;
  }
}
.cid-v3SfaoY3IZ .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v3SfaoY3IZ .mbr-section-title {
  color: #232323;
}
.cid-v3SfaoY3IZ .mbr-text,
.cid-v3SfaoY3IZ .mbr-section-btn {
  color: #232323;
}
.cid-v3SfaoY3IZ .item-title {
  color: #393193;
}
.cid-v3SfaoY3IZ .content-head {
  max-width: 800px;
}
.cid-v3SfapuTGI {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #00119a;
}
.cid-v3SfapuTGI .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-v3SfapuTGI .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-v3SfapuTGI .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-v3SfapuTGI .row {
    text-align: center;
  }
  .cid-v3SfapuTGI .row > div {
    margin: auto;
  }
  .cid-v3SfapuTGI .social-row {
    justify-content: center;
  }
}
.cid-v3SfapuTGI .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v3SfapuTGI .list {
  list-style: none;
  padding-left: 0;
  color: #b9cdd0;
}
@media (max-width: 991px) {
  .cid-v3SfapuTGI .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v3SfapuTGI .list {
    margin-bottom: 0rem;
  }
}
.cid-v3SfapuTGI .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v3SfapuTGI .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v3SfapuTGI div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v3SfapuTGI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3SfapuTGI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3SfapXkiC {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffd602;
}
.cid-v3SBpw0eD4 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v3SBpw0eD4 .nav-item:focus,
.cid-v3SBpw0eD4 .nav-link:focus {
  outline: none;
}
.cid-v3SBpw0eD4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v3SBpw0eD4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3SBpw0eD4 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v3SBpw0eD4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v3SBpw0eD4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v3SBpw0eD4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3SBpw0eD4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3SBpw0eD4 .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-v3SBpw0eD4 .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #00aeff;
}
.cid-v3SBpw0eD4 .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #00aeff !important;
}
.cid-v3SBpw0eD4 .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-v3SBpw0eD4 .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-v3SBpw0eD4 .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-v3SBpw0eD4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v3SBpw0eD4 .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-v3SBpw0eD4 .navbar.collapsed .navbar-collapse.show,
.cid-v3SBpw0eD4 .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v3SBpw0eD4 .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-v3SBpw0eD4 .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-v3SBpw0eD4 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v3SBpw0eD4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3SBpw0eD4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3SBpw0eD4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v3SBpw0eD4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3SBpw0eD4 .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v3SBpw0eD4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3SBpw0eD4 .navbar.collapsed .right-menu,
.cid-v3SBpw0eD4 .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-v3SBpw0eD4 .navbar .navbar-collapse.show,
  .cid-v3SBpw0eD4 .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v3SBpw0eD4 .navbar .navbar-collapse.show .brand-container,
  .cid-v3SBpw0eD4 .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-v3SBpw0eD4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3SBpw0eD4 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v3SBpw0eD4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3SBpw0eD4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3SBpw0eD4 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v3SBpw0eD4 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v3SBpw0eD4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3SBpw0eD4 .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v3SBpw0eD4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-v3SBpw0eD4 .navbar .right-menu,
  .cid-v3SBpw0eD4 .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-v3SBpw0eD4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-v3SBpw0eD4 .navbar.navbar-short .mbr-overlay {
  background: #00aeff !important;
}
.cid-v3SBpw0eD4 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v3SBpw0eD4 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v3SBpw0eD4 .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3SBpw0eD4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3SBpw0eD4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3SBpw0eD4 .dropdown-item.active,
.cid-v3SBpw0eD4 .dropdown-item:active {
  background-color: transparent;
}
.cid-v3SBpw0eD4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3SBpw0eD4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3SBpw0eD4 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3SBpw0eD4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00aeff;
}
.cid-v3SBpw0eD4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3SBpw0eD4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3SBpw0eD4 ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-v3SBpw0eD4 ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-v3SBpw0eD4 .navbar-buttons {
  margin-left: auto;
}
.cid-v3SBpw0eD4 button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v3SBpw0eD4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v3SBpw0eD4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3SBpw0eD4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3SBpw0eD4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3SBpw0eD4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3SBpw0eD4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3SBpw0eD4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-v3SBpw0eD4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-v3SBpw0eD4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3SBpw0eD4 .navbar-dropdown {
  position: fixed;
}
.cid-v3SBpw0eD4 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v3SBpw0eD4 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v3SBpw0eD4 .right-menu,
.cid-v3SBpw0eD4 .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-v3SBpw0eD4 .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v3SBpw0eD4 .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v3SBpw0eD4 .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-v3SBpw0eD4 .menu-top {
  text-align: center;
  width: 100%;
  background-color: #149dcc;
  padding: 0.5rem 0;
}
.cid-v3SBpw0eD4 .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-v3SBpw0eD4 .card-wrapper {
  z-index: 3;
}
.cid-v3SBpw0eD4 .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-v3SBpw0eD4 .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3SBpw0eD4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3SBpwMCAG {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v3SBpwMCAG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3SBpwMCAG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3SBpwMCAG .row {
  justify-content: center;
}
.cid-v3SBpwMCAG .image-wrapper img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3SBpwMCAG .image-wrapper img {
    height: 300px;
  }
}
.cid-v3SBpwMCAG .card-wrapper {
  position: relative;
  padding: 64px;
  overflow: hidden;
  margin-top: -25%;
}
@media (max-width: 1440px) {
  .cid-v3SBpwMCAG .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v3SBpwMCAG .card-wrapper {
    padding: 24px;
    margin-top: 12px;
  }
}
.cid-v3SBpwMCAG .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-v3SBpwMCAG .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #a0e2e1;
  opacity: .5;
  pointer-events: none;
}
.cid-v3SBpwMCAG .card-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v3SBpwMCAG .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v3SBpwMCAG .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v3SBpwMCAG .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v3SBpwMCAG .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v3SBpwMCAG .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v3SBpwMCAG .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v3SBpwMCAG .mbr-section-title {
  color: #2c2c26;
}
.cid-v3SBpwMCAG .mbr-text,
.cid-v3SBpwMCAG .text-wrapper {
  color: #63635d;
  text-align: center;
}
.cid-v3SBpwMCAG .mbr-section-title,
.cid-v3SBpwMCAG .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v3SBpzMqCU {
  padding-top: 30px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mcd-3499-2000x1333.webp");
}
.cid-v3SBpzMqCU .row {
  justify-content: flex-end;
}
.cid-v3SBpzMqCU h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-v3SBpzMqCU h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-v3SBpzMqCU .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-v3SBpzMqCU h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-v3SBpzMqCU h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-v3SBpzMqCU .mbr-text,
.cid-v3SBpzMqCU .mbr-section-btn {
  color: #efefef;
}
.cid-v3SBpzMqCU H1 {
  color: #fafafa;
  text-align: left;
}
.cid-v3SBpzMqCU H3 {
  text-align: left;
}
.cid-v3SBpAuA0w {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/2b-2000x1600.webp");
}
.cid-v3SBpAuA0w .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-v3SBpAuA0w img,
.cid-v3SBpAuA0w .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v3SBpAuA0w .item:focus,
.cid-v3SBpAuA0w span:focus {
  outline: none;
}
.cid-v3SBpAuA0w .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v3SBpAuA0w .item {
    margin-bottom: 1rem;
  }
}
.cid-v3SBpAuA0w .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v3SBpAuA0w .mbr-section-title {
  color: #232323;
}
.cid-v3SBpAuA0w .mbr-text,
.cid-v3SBpAuA0w .mbr-section-btn {
  color: #232323;
}
.cid-v3SBpAuA0w .item-title {
  color: #393193;
}
.cid-v3SBpAuA0w .content-head {
  max-width: 800px;
}
.cid-v3SBpBlIiq {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #00119a;
}
.cid-v3SBpBlIiq .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-v3SBpBlIiq .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-v3SBpBlIiq .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-v3SBpBlIiq .row {
    text-align: center;
  }
  .cid-v3SBpBlIiq .row > div {
    margin: auto;
  }
  .cid-v3SBpBlIiq .social-row {
    justify-content: center;
  }
}
.cid-v3SBpBlIiq .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v3SBpBlIiq .list {
  list-style: none;
  padding-left: 0;
  color: #b9cdd0;
}
@media (max-width: 991px) {
  .cid-v3SBpBlIiq .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v3SBpBlIiq .list {
    margin-bottom: 0rem;
  }
}
.cid-v3SBpBlIiq .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v3SBpBlIiq .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v3SBpBlIiq div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v3SBpBlIiq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3SBpBlIiq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3SBpC6u6O {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffd602;
}
.cid-v3SDlmChmh .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v3SDlmChmh .nav-item:focus,
.cid-v3SDlmChmh .nav-link:focus {
  outline: none;
}
.cid-v3SDlmChmh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v3SDlmChmh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3SDlmChmh .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v3SDlmChmh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v3SDlmChmh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v3SDlmChmh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3SDlmChmh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3SDlmChmh .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-v3SDlmChmh .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #00aeff;
}
.cid-v3SDlmChmh .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #00aeff !important;
}
.cid-v3SDlmChmh .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-v3SDlmChmh .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-v3SDlmChmh .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-v3SDlmChmh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v3SDlmChmh .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-v3SDlmChmh .navbar.collapsed .navbar-collapse.show,
.cid-v3SDlmChmh .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v3SDlmChmh .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-v3SDlmChmh .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-v3SDlmChmh .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v3SDlmChmh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3SDlmChmh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3SDlmChmh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v3SDlmChmh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3SDlmChmh .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v3SDlmChmh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3SDlmChmh .navbar.collapsed .right-menu,
.cid-v3SDlmChmh .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-v3SDlmChmh .navbar .navbar-collapse.show,
  .cid-v3SDlmChmh .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v3SDlmChmh .navbar .navbar-collapse.show .brand-container,
  .cid-v3SDlmChmh .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-v3SDlmChmh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3SDlmChmh .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v3SDlmChmh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3SDlmChmh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3SDlmChmh .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v3SDlmChmh .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v3SDlmChmh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3SDlmChmh .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v3SDlmChmh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-v3SDlmChmh .navbar .right-menu,
  .cid-v3SDlmChmh .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-v3SDlmChmh .navbar.navbar-short {
  min-height: 60px;
}
.cid-v3SDlmChmh .navbar.navbar-short .mbr-overlay {
  background: #00aeff !important;
}
.cid-v3SDlmChmh .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v3SDlmChmh .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v3SDlmChmh .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3SDlmChmh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3SDlmChmh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3SDlmChmh .dropdown-item.active,
.cid-v3SDlmChmh .dropdown-item:active {
  background-color: transparent;
}
.cid-v3SDlmChmh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3SDlmChmh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3SDlmChmh .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3SDlmChmh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00aeff;
}
.cid-v3SDlmChmh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3SDlmChmh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3SDlmChmh ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-v3SDlmChmh ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-v3SDlmChmh .navbar-buttons {
  margin-left: auto;
}
.cid-v3SDlmChmh button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v3SDlmChmh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v3SDlmChmh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3SDlmChmh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3SDlmChmh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3SDlmChmh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3SDlmChmh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3SDlmChmh nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-v3SDlmChmh nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-v3SDlmChmh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3SDlmChmh .navbar-dropdown {
  position: fixed;
}
.cid-v3SDlmChmh a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v3SDlmChmh .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v3SDlmChmh .right-menu,
.cid-v3SDlmChmh .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-v3SDlmChmh .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v3SDlmChmh .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v3SDlmChmh .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-v3SDlmChmh .menu-top {
  text-align: center;
  width: 100%;
  background-color: #149dcc;
  padding: 0.5rem 0;
}
.cid-v3SDlmChmh .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-v3SDlmChmh .card-wrapper {
  z-index: 3;
}
.cid-v3SDlmChmh .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-v3SDlmChmh .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3SDlmChmh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3SDln9Q6b {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v3SDln9Q6b .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3SDln9Q6b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3SDln9Q6b .row {
  justify-content: center;
}
.cid-v3SDln9Q6b .image-wrapper img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3SDln9Q6b .image-wrapper img {
    height: 300px;
  }
}
.cid-v3SDln9Q6b .card-wrapper {
  position: relative;
  padding: 64px;
  overflow: hidden;
  margin-top: -25%;
}
@media (max-width: 1440px) {
  .cid-v3SDln9Q6b .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v3SDln9Q6b .card-wrapper {
    padding: 24px;
    margin-top: 12px;
  }
}
.cid-v3SDln9Q6b .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-v3SDln9Q6b .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #a0e2e1;
  opacity: .5;
  pointer-events: none;
}
.cid-v3SDln9Q6b .card-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v3SDln9Q6b .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v3SDln9Q6b .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v3SDln9Q6b .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v3SDln9Q6b .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v3SDln9Q6b .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v3SDln9Q6b .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v3SDln9Q6b .mbr-section-title {
  color: #2c2c26;
}
.cid-v3SDln9Q6b .mbr-text,
.cid-v3SDln9Q6b .text-wrapper {
  color: #63635d;
  text-align: center;
}
.cid-v3SDln9Q6b .mbr-section-title,
.cid-v3SDln9Q6b .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v3SFfqgVsb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v3SFfqgVsb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3SFfqgVsb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3SFfqgVsb .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-v3SFfqgVsb .container-fluid {
    padding: 0 20px;
  }
}
.cid-v3SFfqgVsb .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v3SFfqgVsb .container {
    padding: 0 20px;
  }
}
.cid-v3SFfqgVsb .row {
  justify-content: center;
}
.cid-v3SFfqgVsb .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-v3SFfqgVsb .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-v3SFfqgVsb .video-block {
    margin-bottom: 30px;
  }
}
.cid-v3SFfqgVsb .video-block .video-wrapper iframe {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3SFfqgVsb .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-v3SFfqgVsb .video-block .video-wrapper .app-video-wrapper::before {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  color: #000000;
  text-shadow: none;
}
.cid-v3SFfqgVsb .video-block .video-wrapper .app-video-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3SFfqgVsb .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-v3SFfqgVsb .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v3SFONsncV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v3SFONsncV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3SFONsncV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3SFONsncV .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-v3SFONsncV .container-fluid {
    padding: 0 20px;
  }
}
.cid-v3SFONsncV .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v3SFONsncV .container {
    padding: 0 20px;
  }
}
.cid-v3SFONsncV .row {
  justify-content: center;
}
.cid-v3SFONsncV .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-v3SFONsncV .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-v3SFONsncV .video-block {
    margin-bottom: 30px;
  }
}
.cid-v3SFONsncV .video-block .video-wrapper iframe {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3SFONsncV .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-v3SFONsncV .video-block .video-wrapper .app-video-wrapper::before {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  color: #000000;
  text-shadow: none;
}
.cid-v3SFONsncV .video-block .video-wrapper .app-video-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3SFONsncV .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-v3SFONsncV .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v3SDlphzzm {
  padding-top: 30px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mcd-3499-2000x1333.webp");
}
.cid-v3SDlphzzm .row {
  justify-content: flex-end;
}
.cid-v3SDlphzzm h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-v3SDlphzzm h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-v3SDlphzzm .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-v3SDlphzzm h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-v3SDlphzzm h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-v3SDlphzzm .mbr-text,
.cid-v3SDlphzzm .mbr-section-btn {
  color: #efefef;
}
.cid-v3SDlphzzm H1 {
  color: #fafafa;
  text-align: left;
}
.cid-v3SDlphzzm H3 {
  text-align: left;
}
.cid-v3SDlpJ4r3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/2b-2000x1600.webp");
}
.cid-v3SDlpJ4r3 .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-v3SDlpJ4r3 img,
.cid-v3SDlpJ4r3 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v3SDlpJ4r3 .item:focus,
.cid-v3SDlpJ4r3 span:focus {
  outline: none;
}
.cid-v3SDlpJ4r3 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v3SDlpJ4r3 .item {
    margin-bottom: 1rem;
  }
}
.cid-v3SDlpJ4r3 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v3SDlpJ4r3 .mbr-section-title {
  color: #232323;
}
.cid-v3SDlpJ4r3 .mbr-text,
.cid-v3SDlpJ4r3 .mbr-section-btn {
  color: #232323;
}
.cid-v3SDlpJ4r3 .item-title {
  color: #393193;
}
.cid-v3SDlpJ4r3 .content-head {
  max-width: 800px;
}
.cid-v3SDlqdLjX {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #00119a;
}
.cid-v3SDlqdLjX .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-v3SDlqdLjX .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-v3SDlqdLjX .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-v3SDlqdLjX .row {
    text-align: center;
  }
  .cid-v3SDlqdLjX .row > div {
    margin: auto;
  }
  .cid-v3SDlqdLjX .social-row {
    justify-content: center;
  }
}
.cid-v3SDlqdLjX .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v3SDlqdLjX .list {
  list-style: none;
  padding-left: 0;
  color: #b9cdd0;
}
@media (max-width: 991px) {
  .cid-v3SDlqdLjX .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v3SDlqdLjX .list {
    margin-bottom: 0rem;
  }
}
.cid-v3SDlqdLjX .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v3SDlqdLjX .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v3SDlqdLjX div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v3SDlqdLjX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3SDlqdLjX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3SDlqJZzV {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffd602;
}
.cid-v3SIGJW1Ph .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v3SIGJW1Ph .nav-item:focus,
.cid-v3SIGJW1Ph .nav-link:focus {
  outline: none;
}
.cid-v3SIGJW1Ph .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v3SIGJW1Ph .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v3SIGJW1Ph .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v3SIGJW1Ph .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v3SIGJW1Ph .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v3SIGJW1Ph .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v3SIGJW1Ph .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v3SIGJW1Ph .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-v3SIGJW1Ph .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #00aeff;
}
.cid-v3SIGJW1Ph .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #00aeff !important;
}
.cid-v3SIGJW1Ph .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-v3SIGJW1Ph .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-v3SIGJW1Ph .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-v3SIGJW1Ph .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v3SIGJW1Ph .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-v3SIGJW1Ph .navbar.collapsed .navbar-collapse.show,
.cid-v3SIGJW1Ph .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v3SIGJW1Ph .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-v3SIGJW1Ph .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-v3SIGJW1Ph .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v3SIGJW1Ph .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v3SIGJW1Ph .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v3SIGJW1Ph .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v3SIGJW1Ph .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v3SIGJW1Ph .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v3SIGJW1Ph .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v3SIGJW1Ph .navbar.collapsed .right-menu,
.cid-v3SIGJW1Ph .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-v3SIGJW1Ph .navbar .navbar-collapse.show,
  .cid-v3SIGJW1Ph .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v3SIGJW1Ph .navbar .navbar-collapse.show .brand-container,
  .cid-v3SIGJW1Ph .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-v3SIGJW1Ph .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v3SIGJW1Ph .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v3SIGJW1Ph .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v3SIGJW1Ph .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v3SIGJW1Ph .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v3SIGJW1Ph .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v3SIGJW1Ph .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v3SIGJW1Ph .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v3SIGJW1Ph .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-v3SIGJW1Ph .navbar .right-menu,
  .cid-v3SIGJW1Ph .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-v3SIGJW1Ph .navbar.navbar-short {
  min-height: 60px;
}
.cid-v3SIGJW1Ph .navbar.navbar-short .mbr-overlay {
  background: #00aeff !important;
}
.cid-v3SIGJW1Ph .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v3SIGJW1Ph .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v3SIGJW1Ph .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v3SIGJW1Ph .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v3SIGJW1Ph .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v3SIGJW1Ph .dropdown-item.active,
.cid-v3SIGJW1Ph .dropdown-item:active {
  background-color: transparent;
}
.cid-v3SIGJW1Ph .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v3SIGJW1Ph .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v3SIGJW1Ph .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v3SIGJW1Ph .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00aeff;
}
.cid-v3SIGJW1Ph .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v3SIGJW1Ph .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v3SIGJW1Ph ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-v3SIGJW1Ph ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-v3SIGJW1Ph .navbar-buttons {
  margin-left: auto;
}
.cid-v3SIGJW1Ph button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v3SIGJW1Ph button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v3SIGJW1Ph button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v3SIGJW1Ph button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3SIGJW1Ph button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v3SIGJW1Ph button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v3SIGJW1Ph nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3SIGJW1Ph nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-v3SIGJW1Ph nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-v3SIGJW1Ph nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v3SIGJW1Ph .navbar-dropdown {
  position: fixed;
}
.cid-v3SIGJW1Ph a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v3SIGJW1Ph .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v3SIGJW1Ph .right-menu,
.cid-v3SIGJW1Ph .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-v3SIGJW1Ph .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v3SIGJW1Ph .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v3SIGJW1Ph .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-v3SIGJW1Ph .menu-top {
  text-align: center;
  width: 100%;
  background-color: #149dcc;
  padding: 0.5rem 0;
}
.cid-v3SIGJW1Ph .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-v3SIGJW1Ph .card-wrapper {
  z-index: 3;
}
.cid-v3SIGJW1Ph .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-v3SIGJW1Ph .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v3SIGJW1Ph .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v3SIGKWGeU {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v3SIGKWGeU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3SIGKWGeU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3SIGKWGeU .row {
  justify-content: center;
}
.cid-v3SIGKWGeU .image-wrapper img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v3SIGKWGeU .image-wrapper img {
    height: 300px;
  }
}
.cid-v3SIGKWGeU .card-wrapper {
  position: relative;
  padding: 64px;
  overflow: hidden;
  margin-top: -25%;
}
@media (max-width: 1440px) {
  .cid-v3SIGKWGeU .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v3SIGKWGeU .card-wrapper {
    padding: 24px;
    margin-top: 12px;
  }
}
.cid-v3SIGKWGeU .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-v3SIGKWGeU .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #a0e2e1;
  opacity: .5;
  pointer-events: none;
}
.cid-v3SIGKWGeU .card-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v3SIGKWGeU .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v3SIGKWGeU .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v3SIGKWGeU .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v3SIGKWGeU .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v3SIGKWGeU .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v3SIGKWGeU .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v3SIGKWGeU .mbr-section-title {
  color: #2c2c26;
}
.cid-v3SIGKWGeU .mbr-text,
.cid-v3SIGKWGeU .text-wrapper {
  color: #63635d;
  text-align: center;
}
.cid-v3SIGKWGeU .mbr-section-title,
.cid-v3SIGKWGeU .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v3SL5Rubzi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3SL5Rubzi .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v3SL5Rubzi img,
.cid-v3SL5Rubzi .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-v3SL5Rubzi .item:focus,
.cid-v3SL5Rubzi span:focus {
  outline: none;
}
.cid-v3SL5Rubzi .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v3SL5Rubzi .item {
    margin-bottom: 1rem;
  }
}
.cid-v3SL5Rubzi .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v3SL5Rubzi .mbr-section-title {
  color: #232323;
}
.cid-v3SL5Rubzi .mbr-text,
.cid-v3SL5Rubzi .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-v3SL5Rubzi .item-title {
  color: #232323;
  text-align: center;
}
.cid-v3SL5Rubzi .content-head {
  max-width: 800px;
}
.cid-v3SQvRiaU5 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v3SQvRiaU5 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v3SIGLztpk {
  padding-top: 30px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mcd-3499-2000x1333.webp");
}
.cid-v3SIGLztpk .row {
  justify-content: flex-end;
}
.cid-v3SIGLztpk h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-v3SIGLztpk h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-v3SIGLztpk .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-v3SIGLztpk h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-v3SIGLztpk h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-v3SIGLztpk .mbr-text,
.cid-v3SIGLztpk .mbr-section-btn {
  color: #efefef;
}
.cid-v3SIGLztpk H1 {
  color: #fafafa;
  text-align: left;
}
.cid-v3SIGLztpk H3 {
  text-align: left;
}
.cid-v3SIGMaJoU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/2b-2000x1600.webp");
}
.cid-v3SIGMaJoU .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-v3SIGMaJoU img,
.cid-v3SIGMaJoU .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v3SIGMaJoU .item:focus,
.cid-v3SIGMaJoU span:focus {
  outline: none;
}
.cid-v3SIGMaJoU .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v3SIGMaJoU .item {
    margin-bottom: 1rem;
  }
}
.cid-v3SIGMaJoU .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v3SIGMaJoU .mbr-section-title {
  color: #232323;
}
.cid-v3SIGMaJoU .mbr-text,
.cid-v3SIGMaJoU .mbr-section-btn {
  color: #232323;
}
.cid-v3SIGMaJoU .item-title {
  color: #393193;
}
.cid-v3SIGMaJoU .content-head {
  max-width: 800px;
}
.cid-v3SIGMREGF {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #00119a;
}
.cid-v3SIGMREGF .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-v3SIGMREGF .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-v3SIGMREGF .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-v3SIGMREGF .row {
    text-align: center;
  }
  .cid-v3SIGMREGF .row > div {
    margin: auto;
  }
  .cid-v3SIGMREGF .social-row {
    justify-content: center;
  }
}
.cid-v3SIGMREGF .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v3SIGMREGF .list {
  list-style: none;
  padding-left: 0;
  color: #b9cdd0;
}
@media (max-width: 991px) {
  .cid-v3SIGMREGF .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v3SIGMREGF .list {
    margin-bottom: 0rem;
  }
}
.cid-v3SIGMREGF .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v3SIGMREGF .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v3SIGMREGF div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v3SIGMREGF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3SIGMREGF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3SIGNLKO5 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffd602;
}
.cid-v42GKYX44V .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v42GKYX44V .nav-item:focus,
.cid-v42GKYX44V .nav-link:focus {
  outline: none;
}
.cid-v42GKYX44V .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v42GKYX44V .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v42GKYX44V .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v42GKYX44V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v42GKYX44V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v42GKYX44V .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v42GKYX44V .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v42GKYX44V .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-v42GKYX44V .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #00aeff;
}
.cid-v42GKYX44V .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #00aeff !important;
}
.cid-v42GKYX44V .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-v42GKYX44V .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-v42GKYX44V .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-v42GKYX44V .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v42GKYX44V .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-v42GKYX44V .navbar.collapsed .navbar-collapse.show,
.cid-v42GKYX44V .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v42GKYX44V .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-v42GKYX44V .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-v42GKYX44V .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v42GKYX44V .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v42GKYX44V .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v42GKYX44V .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v42GKYX44V .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v42GKYX44V .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v42GKYX44V .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v42GKYX44V .navbar.collapsed .right-menu,
.cid-v42GKYX44V .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-v42GKYX44V .navbar .navbar-collapse.show,
  .cid-v42GKYX44V .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v42GKYX44V .navbar .navbar-collapse.show .brand-container,
  .cid-v42GKYX44V .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-v42GKYX44V .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v42GKYX44V .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v42GKYX44V .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v42GKYX44V .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v42GKYX44V .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v42GKYX44V .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v42GKYX44V .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v42GKYX44V .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v42GKYX44V .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-v42GKYX44V .navbar .right-menu,
  .cid-v42GKYX44V .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-v42GKYX44V .navbar.navbar-short {
  min-height: 60px;
}
.cid-v42GKYX44V .navbar.navbar-short .mbr-overlay {
  background: #00aeff !important;
}
.cid-v42GKYX44V .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v42GKYX44V .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v42GKYX44V .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v42GKYX44V .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v42GKYX44V .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v42GKYX44V .dropdown-item.active,
.cid-v42GKYX44V .dropdown-item:active {
  background-color: transparent;
}
.cid-v42GKYX44V .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v42GKYX44V .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v42GKYX44V .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v42GKYX44V .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00aeff;
}
.cid-v42GKYX44V .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v42GKYX44V .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v42GKYX44V ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-v42GKYX44V ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-v42GKYX44V .navbar-buttons {
  margin-left: auto;
}
.cid-v42GKYX44V button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v42GKYX44V button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v42GKYX44V button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v42GKYX44V button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v42GKYX44V button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v42GKYX44V button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v42GKYX44V nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v42GKYX44V nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-v42GKYX44V nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-v42GKYX44V nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v42GKYX44V .navbar-dropdown {
  position: fixed;
}
.cid-v42GKYX44V a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v42GKYX44V .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v42GKYX44V .right-menu,
.cid-v42GKYX44V .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-v42GKYX44V .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v42GKYX44V .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v42GKYX44V .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-v42GKYX44V .menu-top {
  text-align: center;
  width: 100%;
  background-color: #149dcc;
  padding: 0.5rem 0;
}
.cid-v42GKYX44V .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-v42GKYX44V .card-wrapper {
  z-index: 3;
}
.cid-v42GKYX44V .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-v42GKYX44V .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v42GKYX44V .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v42GL083v9 {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v42GL083v9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v42GL083v9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v42GL083v9 .row {
  justify-content: center;
}
.cid-v42GL083v9 .image-wrapper img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v42GL083v9 .image-wrapper img {
    height: 300px;
  }
}
.cid-v42GL083v9 .card-wrapper {
  position: relative;
  padding: 64px;
  overflow: hidden;
  margin-top: -25%;
}
@media (max-width: 1440px) {
  .cid-v42GL083v9 .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v42GL083v9 .card-wrapper {
    padding: 24px;
    margin-top: 12px;
  }
}
.cid-v42GL083v9 .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-v42GL083v9 .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #a0e2e1;
  opacity: .5;
  pointer-events: none;
}
.cid-v42GL083v9 .card-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v42GL083v9 .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v42GL083v9 .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v42GL083v9 .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v42GL083v9 .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v42GL083v9 .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v42GL083v9 .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v42GL083v9 .mbr-section-title {
  color: #2c2c26;
}
.cid-v42GL083v9 .mbr-text,
.cid-v42GL083v9 .text-wrapper {
  color: #63635d;
  text-align: center;
}
.cid-v42GL083v9 .mbr-section-title,
.cid-v42GL083v9 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v42JtyVYpx {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v42JtyVYpx .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-v42JtyVYpx .item-wrapper {
  margin-bottom: 2rem;
}
.cid-v42JtyVYpx .card-title,
.cid-v42JtyVYpx .iconfont-wrapper {
  color: #000000;
}
.cid-v42JtyVYpx .card-text {
  color: #000000;
  text-align: center;
}
.cid-v42JtyVYpx .content-head {
  max-width: 800px;
}
.cid-v42JtyVYpx .mbr-section-title {
  color: #000000;
}
.cid-v42JtyVYpx .card-title,
.cid-v42JtyVYpx .img-wrapper {
  text-align: center;
}
.cid-v42JtyVYpx .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-v42GL0Tbyj {
  padding-top: 30px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mcd-3499-2000x1333.webp");
}
.cid-v42GL0Tbyj .row {
  justify-content: flex-end;
}
.cid-v42GL0Tbyj h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-v42GL0Tbyj h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-v42GL0Tbyj .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-v42GL0Tbyj h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-v42GL0Tbyj h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-v42GL0Tbyj .mbr-text,
.cid-v42GL0Tbyj .mbr-section-btn {
  color: #efefef;
}
.cid-v42GL0Tbyj H1 {
  color: #fafafa;
  text-align: left;
}
.cid-v42GL0Tbyj H3 {
  text-align: left;
}
.cid-v42GL1CPp7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/2b-2000x1600.webp");
}
.cid-v42GL1CPp7 .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-v42GL1CPp7 img,
.cid-v42GL1CPp7 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v42GL1CPp7 .item:focus,
.cid-v42GL1CPp7 span:focus {
  outline: none;
}
.cid-v42GL1CPp7 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v42GL1CPp7 .item {
    margin-bottom: 1rem;
  }
}
.cid-v42GL1CPp7 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v42GL1CPp7 .mbr-section-title {
  color: #232323;
}
.cid-v42GL1CPp7 .mbr-text,
.cid-v42GL1CPp7 .mbr-section-btn {
  color: #232323;
}
.cid-v42GL1CPp7 .item-title {
  color: #393193;
}
.cid-v42GL1CPp7 .content-head {
  max-width: 800px;
}
.cid-v42GL2r07A {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #00119a;
}
.cid-v42GL2r07A .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-v42GL2r07A .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-v42GL2r07A .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-v42GL2r07A .row {
    text-align: center;
  }
  .cid-v42GL2r07A .row > div {
    margin: auto;
  }
  .cid-v42GL2r07A .social-row {
    justify-content: center;
  }
}
.cid-v42GL2r07A .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v42GL2r07A .list {
  list-style: none;
  padding-left: 0;
  color: #b9cdd0;
}
@media (max-width: 991px) {
  .cid-v42GL2r07A .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v42GL2r07A .list {
    margin-bottom: 0rem;
  }
}
.cid-v42GL2r07A .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v42GL2r07A .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v42GL2r07A div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v42GL2r07A .mbr-fallback-image.disabled {
  display: none;
}
.cid-v42GL2r07A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v42GL3s2ny {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffd602;
}
.cid-v42LXmTZPE .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v42LXmTZPE .nav-item:focus,
.cid-v42LXmTZPE .nav-link:focus {
  outline: none;
}
.cid-v42LXmTZPE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v42LXmTZPE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v42LXmTZPE .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v42LXmTZPE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v42LXmTZPE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v42LXmTZPE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v42LXmTZPE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v42LXmTZPE .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-v42LXmTZPE .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #00aeff;
}
.cid-v42LXmTZPE .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #00aeff !important;
}
.cid-v42LXmTZPE .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-v42LXmTZPE .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-v42LXmTZPE .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-v42LXmTZPE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v42LXmTZPE .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-v42LXmTZPE .navbar.collapsed .navbar-collapse.show,
.cid-v42LXmTZPE .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v42LXmTZPE .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-v42LXmTZPE .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-v42LXmTZPE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v42LXmTZPE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v42LXmTZPE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v42LXmTZPE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v42LXmTZPE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v42LXmTZPE .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v42LXmTZPE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v42LXmTZPE .navbar.collapsed .right-menu,
.cid-v42LXmTZPE .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-v42LXmTZPE .navbar .navbar-collapse.show,
  .cid-v42LXmTZPE .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v42LXmTZPE .navbar .navbar-collapse.show .brand-container,
  .cid-v42LXmTZPE .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-v42LXmTZPE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v42LXmTZPE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v42LXmTZPE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v42LXmTZPE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v42LXmTZPE .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v42LXmTZPE .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v42LXmTZPE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v42LXmTZPE .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v42LXmTZPE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-v42LXmTZPE .navbar .right-menu,
  .cid-v42LXmTZPE .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-v42LXmTZPE .navbar.navbar-short {
  min-height: 60px;
}
.cid-v42LXmTZPE .navbar.navbar-short .mbr-overlay {
  background: #00aeff !important;
}
.cid-v42LXmTZPE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v42LXmTZPE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v42LXmTZPE .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v42LXmTZPE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v42LXmTZPE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v42LXmTZPE .dropdown-item.active,
.cid-v42LXmTZPE .dropdown-item:active {
  background-color: transparent;
}
.cid-v42LXmTZPE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v42LXmTZPE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v42LXmTZPE .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v42LXmTZPE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00aeff;
}
.cid-v42LXmTZPE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v42LXmTZPE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v42LXmTZPE ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-v42LXmTZPE ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-v42LXmTZPE .navbar-buttons {
  margin-left: auto;
}
.cid-v42LXmTZPE button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v42LXmTZPE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v42LXmTZPE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v42LXmTZPE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v42LXmTZPE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v42LXmTZPE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v42LXmTZPE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v42LXmTZPE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-v42LXmTZPE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-v42LXmTZPE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v42LXmTZPE .navbar-dropdown {
  position: fixed;
}
.cid-v42LXmTZPE a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v42LXmTZPE .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v42LXmTZPE .right-menu,
.cid-v42LXmTZPE .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-v42LXmTZPE .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v42LXmTZPE .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v42LXmTZPE .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-v42LXmTZPE .menu-top {
  text-align: center;
  width: 100%;
  background-color: #149dcc;
  padding: 0.5rem 0;
}
.cid-v42LXmTZPE .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-v42LXmTZPE .card-wrapper {
  z-index: 3;
}
.cid-v42LXmTZPE .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-v42LXmTZPE .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v42LXmTZPE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v42LXo0qZJ {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v42LXo0qZJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v42LXo0qZJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v42LXo0qZJ .row {
  justify-content: center;
}
.cid-v42LXo0qZJ .image-wrapper img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v42LXo0qZJ .image-wrapper img {
    height: 300px;
  }
}
.cid-v42LXo0qZJ .card-wrapper {
  position: relative;
  padding: 64px;
  overflow: hidden;
  margin-top: -25%;
}
@media (max-width: 1440px) {
  .cid-v42LXo0qZJ .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v42LXo0qZJ .card-wrapper {
    padding: 24px;
    margin-top: 12px;
  }
}
.cid-v42LXo0qZJ .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-v42LXo0qZJ .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #a0e2e1;
  opacity: .5;
  pointer-events: none;
}
.cid-v42LXo0qZJ .card-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v42LXo0qZJ .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v42LXo0qZJ .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v42LXo0qZJ .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v42LXo0qZJ .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v42LXo0qZJ .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v42LXo0qZJ .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v42LXo0qZJ .mbr-section-title {
  color: #2c2c26;
}
.cid-v42LXo0qZJ .mbr-text,
.cid-v42LXo0qZJ .text-wrapper {
  color: #63635d;
  text-align: center;
}
.cid-v42LXo0qZJ .mbr-section-title,
.cid-v42LXo0qZJ .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v42Poca3KT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-v42Poca3KT img {
  object-fit: cover;
}
.cid-v42LXpA0PI {
  padding-top: 30px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mcd-3499-2000x1333.webp");
}
.cid-v42LXpA0PI .row {
  justify-content: flex-end;
}
.cid-v42LXpA0PI h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-v42LXpA0PI h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-v42LXpA0PI .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-v42LXpA0PI h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-v42LXpA0PI h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-v42LXpA0PI .mbr-text,
.cid-v42LXpA0PI .mbr-section-btn {
  color: #efefef;
}
.cid-v42LXpA0PI H1 {
  color: #fafafa;
  text-align: left;
}
.cid-v42LXpA0PI H3 {
  text-align: left;
}
.cid-v42LXqkr6a {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/2b-2000x1600.webp");
}
.cid-v42LXqkr6a .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-v42LXqkr6a img,
.cid-v42LXqkr6a .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v42LXqkr6a .item:focus,
.cid-v42LXqkr6a span:focus {
  outline: none;
}
.cid-v42LXqkr6a .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v42LXqkr6a .item {
    margin-bottom: 1rem;
  }
}
.cid-v42LXqkr6a .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v42LXqkr6a .mbr-section-title {
  color: #232323;
}
.cid-v42LXqkr6a .mbr-text,
.cid-v42LXqkr6a .mbr-section-btn {
  color: #232323;
}
.cid-v42LXqkr6a .item-title {
  color: #393193;
}
.cid-v42LXqkr6a .content-head {
  max-width: 800px;
}
.cid-v42LXr7fYl {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #00119a;
}
.cid-v42LXr7fYl .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-v42LXr7fYl .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-v42LXr7fYl .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-v42LXr7fYl .row {
    text-align: center;
  }
  .cid-v42LXr7fYl .row > div {
    margin: auto;
  }
  .cid-v42LXr7fYl .social-row {
    justify-content: center;
  }
}
.cid-v42LXr7fYl .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v42LXr7fYl .list {
  list-style: none;
  padding-left: 0;
  color: #b9cdd0;
}
@media (max-width: 991px) {
  .cid-v42LXr7fYl .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v42LXr7fYl .list {
    margin-bottom: 0rem;
  }
}
.cid-v42LXr7fYl .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v42LXr7fYl .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v42LXr7fYl div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v42LXr7fYl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v42LXr7fYl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v42LXs8X2M {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffd602;
}
.cid-v4IjtbuS16 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v4IjtbuS16 .nav-item:focus,
.cid-v4IjtbuS16 .nav-link:focus {
  outline: none;
}
.cid-v4IjtbuS16 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v4IjtbuS16 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4IjtbuS16 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v4IjtbuS16 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v4IjtbuS16 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v4IjtbuS16 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4IjtbuS16 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4IjtbuS16 .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-v4IjtbuS16 .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #00aeff;
}
.cid-v4IjtbuS16 .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #00aeff !important;
}
.cid-v4IjtbuS16 .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-v4IjtbuS16 .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-v4IjtbuS16 .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-v4IjtbuS16 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v4IjtbuS16 .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-v4IjtbuS16 .navbar.collapsed .navbar-collapse.show,
.cid-v4IjtbuS16 .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v4IjtbuS16 .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-v4IjtbuS16 .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-v4IjtbuS16 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v4IjtbuS16 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4IjtbuS16 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4IjtbuS16 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v4IjtbuS16 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4IjtbuS16 .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v4IjtbuS16 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4IjtbuS16 .navbar.collapsed .right-menu,
.cid-v4IjtbuS16 .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-v4IjtbuS16 .navbar .navbar-collapse.show,
  .cid-v4IjtbuS16 .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v4IjtbuS16 .navbar .navbar-collapse.show .brand-container,
  .cid-v4IjtbuS16 .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-v4IjtbuS16 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4IjtbuS16 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v4IjtbuS16 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4IjtbuS16 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4IjtbuS16 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v4IjtbuS16 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v4IjtbuS16 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4IjtbuS16 .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v4IjtbuS16 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-v4IjtbuS16 .navbar .right-menu,
  .cid-v4IjtbuS16 .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-v4IjtbuS16 .navbar.navbar-short {
  min-height: 60px;
}
.cid-v4IjtbuS16 .navbar.navbar-short .mbr-overlay {
  background: #00aeff !important;
}
.cid-v4IjtbuS16 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v4IjtbuS16 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v4IjtbuS16 .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4IjtbuS16 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4IjtbuS16 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4IjtbuS16 .dropdown-item.active,
.cid-v4IjtbuS16 .dropdown-item:active {
  background-color: transparent;
}
.cid-v4IjtbuS16 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4IjtbuS16 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4IjtbuS16 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4IjtbuS16 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00aeff;
}
.cid-v4IjtbuS16 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v4IjtbuS16 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4IjtbuS16 ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-v4IjtbuS16 ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-v4IjtbuS16 .navbar-buttons {
  margin-left: auto;
}
.cid-v4IjtbuS16 button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v4IjtbuS16 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v4IjtbuS16 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4IjtbuS16 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4IjtbuS16 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4IjtbuS16 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4IjtbuS16 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4IjtbuS16 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-v4IjtbuS16 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-v4IjtbuS16 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4IjtbuS16 .navbar-dropdown {
  position: fixed;
}
.cid-v4IjtbuS16 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v4IjtbuS16 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v4IjtbuS16 .right-menu,
.cid-v4IjtbuS16 .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-v4IjtbuS16 .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v4IjtbuS16 .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v4IjtbuS16 .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-v4IjtbuS16 .menu-top {
  text-align: center;
  width: 100%;
  background-color: #149dcc;
  padding: 0.5rem 0;
}
.cid-v4IjtbuS16 .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-v4IjtbuS16 .card-wrapper {
  z-index: 3;
}
.cid-v4IjtbuS16 .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-v4IjtbuS16 .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4IjtbuS16 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4IjtbGiGW {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v4IjtbGiGW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4IjtbGiGW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4IjtbGiGW .row {
  justify-content: center;
}
.cid-v4IjtbGiGW .image-wrapper img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v4IjtbGiGW .image-wrapper img {
    height: 300px;
  }
}
.cid-v4IjtbGiGW .card-wrapper {
  position: relative;
  padding: 64px;
  overflow: hidden;
  margin-top: -25%;
}
@media (max-width: 1440px) {
  .cid-v4IjtbGiGW .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v4IjtbGiGW .card-wrapper {
    padding: 24px;
    margin-top: 12px;
  }
}
.cid-v4IjtbGiGW .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-v4IjtbGiGW .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #a0e2e1;
  opacity: .5;
  pointer-events: none;
}
.cid-v4IjtbGiGW .card-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v4IjtbGiGW .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v4IjtbGiGW .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v4IjtbGiGW .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v4IjtbGiGW .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v4IjtbGiGW .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v4IjtbGiGW .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v4IjtbGiGW .mbr-section-title {
  color: #2c2c26;
}
.cid-v4IjtbGiGW .mbr-text,
.cid-v4IjtbGiGW .text-wrapper {
  color: #63635d;
  text-align: center;
}
.cid-v4IjtbGiGW .mbr-section-title,
.cid-v4IjtbGiGW .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v4IlNhtdVz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v4IlNhtdVz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4IlNhtdVz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4Ijtc33gN {
  padding-top: 30px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mcd-3499-2000x1333.webp");
}
.cid-v4Ijtc33gN .row {
  justify-content: flex-end;
}
.cid-v4Ijtc33gN h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-v4Ijtc33gN h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-v4Ijtc33gN .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-v4Ijtc33gN h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-v4Ijtc33gN h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-v4Ijtc33gN .mbr-text,
.cid-v4Ijtc33gN .mbr-section-btn {
  color: #efefef;
}
.cid-v4Ijtc33gN H1 {
  color: #fafafa;
  text-align: left;
}
.cid-v4Ijtc33gN H3 {
  text-align: left;
}
.cid-v4Ijtcczs3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/2b-2000x1600.webp");
}
.cid-v4Ijtcczs3 .mbr-overlay {
  background: #edefeb;
  opacity: 0.6;
}
.cid-v4Ijtcczs3 .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-v4Ijtcczs3 img,
.cid-v4Ijtcczs3 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v4Ijtcczs3 .item:focus,
.cid-v4Ijtcczs3 span:focus {
  outline: none;
}
.cid-v4Ijtcczs3 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v4Ijtcczs3 .item {
    margin-bottom: 1rem;
  }
}
.cid-v4Ijtcczs3 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v4Ijtcczs3 .mbr-section-title {
  color: #232323;
}
.cid-v4Ijtcczs3 .mbr-text,
.cid-v4Ijtcczs3 .mbr-section-btn {
  color: #232323;
}
.cid-v4Ijtcczs3 .item-title {
  color: #393193;
}
.cid-v4Ijtcczs3 .content-head {
  max-width: 800px;
}
.cid-v4IjtcoK7e {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #00119a;
}
.cid-v4IjtcoK7e .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-v4IjtcoK7e .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-v4IjtcoK7e .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-v4IjtcoK7e .row {
    text-align: center;
  }
  .cid-v4IjtcoK7e .row > div {
    margin: auto;
  }
  .cid-v4IjtcoK7e .social-row {
    justify-content: center;
  }
}
.cid-v4IjtcoK7e .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v4IjtcoK7e .list {
  list-style: none;
  padding-left: 0;
  color: #b9cdd0;
}
@media (max-width: 991px) {
  .cid-v4IjtcoK7e .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v4IjtcoK7e .list {
    margin-bottom: 0rem;
  }
}
.cid-v4IjtcoK7e .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v4IjtcoK7e .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v4IjtcoK7e div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v4IjtcoK7e .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4IjtcoK7e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4IjtcAekU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffd602;
}
.cid-v4InnjL0Wz .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v4InnjL0Wz .nav-item:focus,
.cid-v4InnjL0Wz .nav-link:focus {
  outline: none;
}
.cid-v4InnjL0Wz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v4InnjL0Wz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4InnjL0Wz .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v4InnjL0Wz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v4InnjL0Wz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v4InnjL0Wz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4InnjL0Wz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4InnjL0Wz .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-v4InnjL0Wz .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #00aeff;
}
.cid-v4InnjL0Wz .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #00aeff !important;
}
.cid-v4InnjL0Wz .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-v4InnjL0Wz .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-v4InnjL0Wz .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-v4InnjL0Wz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v4InnjL0Wz .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-v4InnjL0Wz .navbar.collapsed .navbar-collapse.show,
.cid-v4InnjL0Wz .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v4InnjL0Wz .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-v4InnjL0Wz .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-v4InnjL0Wz .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v4InnjL0Wz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4InnjL0Wz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4InnjL0Wz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v4InnjL0Wz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4InnjL0Wz .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v4InnjL0Wz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4InnjL0Wz .navbar.collapsed .right-menu,
.cid-v4InnjL0Wz .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-v4InnjL0Wz .navbar .navbar-collapse.show,
  .cid-v4InnjL0Wz .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v4InnjL0Wz .navbar .navbar-collapse.show .brand-container,
  .cid-v4InnjL0Wz .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-v4InnjL0Wz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4InnjL0Wz .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v4InnjL0Wz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4InnjL0Wz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4InnjL0Wz .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v4InnjL0Wz .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v4InnjL0Wz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4InnjL0Wz .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v4InnjL0Wz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-v4InnjL0Wz .navbar .right-menu,
  .cid-v4InnjL0Wz .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-v4InnjL0Wz .navbar.navbar-short {
  min-height: 60px;
}
.cid-v4InnjL0Wz .navbar.navbar-short .mbr-overlay {
  background: #00aeff !important;
}
.cid-v4InnjL0Wz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v4InnjL0Wz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v4InnjL0Wz .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4InnjL0Wz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4InnjL0Wz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4InnjL0Wz .dropdown-item.active,
.cid-v4InnjL0Wz .dropdown-item:active {
  background-color: transparent;
}
.cid-v4InnjL0Wz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4InnjL0Wz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4InnjL0Wz .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4InnjL0Wz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00aeff;
}
.cid-v4InnjL0Wz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v4InnjL0Wz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4InnjL0Wz ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-v4InnjL0Wz ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-v4InnjL0Wz .navbar-buttons {
  margin-left: auto;
}
.cid-v4InnjL0Wz button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v4InnjL0Wz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v4InnjL0Wz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4InnjL0Wz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4InnjL0Wz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4InnjL0Wz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4InnjL0Wz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4InnjL0Wz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-v4InnjL0Wz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-v4InnjL0Wz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4InnjL0Wz .navbar-dropdown {
  position: fixed;
}
.cid-v4InnjL0Wz a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v4InnjL0Wz .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v4InnjL0Wz .right-menu,
.cid-v4InnjL0Wz .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-v4InnjL0Wz .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v4InnjL0Wz .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v4InnjL0Wz .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-v4InnjL0Wz .menu-top {
  text-align: center;
  width: 100%;
  background-color: #149dcc;
  padding: 0.5rem 0;
}
.cid-v4InnjL0Wz .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-v4InnjL0Wz .card-wrapper {
  z-index: 3;
}
.cid-v4InnjL0Wz .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-v4InnjL0Wz .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4InnjL0Wz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4InnjYwtq {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v4InnjYwtq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4InnjYwtq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4InnjYwtq .row {
  justify-content: center;
}
.cid-v4InnjYwtq .image-wrapper img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v4InnjYwtq .image-wrapper img {
    height: 300px;
  }
}
.cid-v4InnjYwtq .card-wrapper {
  position: relative;
  padding: 64px;
  overflow: hidden;
  margin-top: -25%;
}
@media (max-width: 1440px) {
  .cid-v4InnjYwtq .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v4InnjYwtq .card-wrapper {
    padding: 24px;
    margin-top: 12px;
  }
}
.cid-v4InnjYwtq .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-v4InnjYwtq .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #a0e2e1;
  opacity: .5;
  pointer-events: none;
}
.cid-v4InnjYwtq .card-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v4InnjYwtq .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v4InnjYwtq .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v4InnjYwtq .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v4InnjYwtq .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v4InnjYwtq .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v4InnjYwtq .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v4InnjYwtq .mbr-section-title {
  color: #2c2c26;
}
.cid-v4InnjYwtq .mbr-text,
.cid-v4InnjYwtq .text-wrapper {
  color: #63635d;
  text-align: center;
}
.cid-v4InnjYwtq .mbr-section-title,
.cid-v4InnjYwtq .mbr-section-btn {
  text-align: center;
  color: #0c2c68;
}
.cid-v4NS6hBfpb {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mobile-600x919.webp");
}
.cid-v4NS6hBfpb .list-group-item {
  padding: 0.8rem 1rem;
  border: none;
}
.cid-v4NS6hBfpb .price-term {
  vertical-align: top;
}
.cid-v4NS6hBfpb h4 {
  margin: 0;
}
.cid-v4NS6hBfpb .card1 {
  background: #ffd602;
}
.cid-v4NS6hBfpb .card2 {
  background: #29a7c6;
}
.cid-v4NS6hBfpb .card3 {
  background: #ed6031;
}
.cid-v4NS6hBfpb .plan-header {
  padding: 4rem 1rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.cid-v4NS6hBfpb .plan-body {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #fff;
  padding: 3rem 1rem;
}
.cid-v4NS6hBfpb .month {
  letter-spacing: 2px;
  color: #00119a;
  text-align: center;
}
.cid-v4NS6hBfpb .plan {
  word-break: break-word;
  position: relative;
  max-width: 400px;
  margin-bottom: 1rem;
  color: #767676;
}
.cid-v4NS6hBfpb .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
}
.cid-v4NS6hBfpb .plan .list-group-item:last-child::after {
  display: none;
}
.cid-v4NS6hBfpb .row {
  justify-content: center;
}
.cid-v4NS6hBfpb .price-value {
  vertical-align: top;
}
@media (max-width: 550px) {
  .cid-v4NS6hBfpb .price-figure {
    font-size: 4.25rem;
  }
}
@media (max-width: 992px) {
  .cid-v4NS6hBfpb .plan {
    margin-bottom: 2rem;
  }
}
.cid-v4NS6hBfpb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4NS6hBfpb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4NS6hBfpb UL {
  color: #757b62;
}
.cid-v4InnknEQ8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/2b-2000x1600.webp");
}
.cid-v4InnknEQ8 .mbr-overlay {
  background: #edefeb;
  opacity: 0.6;
}
.cid-v4InnknEQ8 .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-v4InnknEQ8 img,
.cid-v4InnknEQ8 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v4InnknEQ8 .item:focus,
.cid-v4InnknEQ8 span:focus {
  outline: none;
}
.cid-v4InnknEQ8 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v4InnknEQ8 .item {
    margin-bottom: 1rem;
  }
}
.cid-v4InnknEQ8 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v4InnknEQ8 .mbr-section-title {
  color: #232323;
}
.cid-v4InnknEQ8 .mbr-text,
.cid-v4InnknEQ8 .mbr-section-btn {
  color: #232323;
}
.cid-v4InnknEQ8 .item-title {
  color: #393193;
}
.cid-v4InnknEQ8 .content-head {
  max-width: 800px;
}
.cid-v4InnkzUf0 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #00119a;
}
.cid-v4InnkzUf0 .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-v4InnkzUf0 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-v4InnkzUf0 .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-v4InnkzUf0 .row {
    text-align: center;
  }
  .cid-v4InnkzUf0 .row > div {
    margin: auto;
  }
  .cid-v4InnkzUf0 .social-row {
    justify-content: center;
  }
}
.cid-v4InnkzUf0 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v4InnkzUf0 .list {
  list-style: none;
  padding-left: 0;
  color: #b9cdd0;
}
@media (max-width: 991px) {
  .cid-v4InnkzUf0 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v4InnkzUf0 .list {
    margin-bottom: 0rem;
  }
}
.cid-v4InnkzUf0 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v4InnkzUf0 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v4InnkzUf0 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v4InnkzUf0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4InnkzUf0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4InnkKYPy {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffd602;
}
.cid-v4O1580ee4 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v4O1580ee4 .nav-item:focus,
.cid-v4O1580ee4 .nav-link:focus {
  outline: none;
}
.cid-v4O1580ee4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v4O1580ee4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4O1580ee4 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v4O1580ee4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v4O1580ee4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v4O1580ee4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4O1580ee4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4O1580ee4 .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-v4O1580ee4 .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #00aeff;
}
.cid-v4O1580ee4 .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #00aeff !important;
}
.cid-v4O1580ee4 .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-v4O1580ee4 .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-v4O1580ee4 .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-v4O1580ee4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v4O1580ee4 .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-v4O1580ee4 .navbar.collapsed .navbar-collapse.show,
.cid-v4O1580ee4 .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v4O1580ee4 .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-v4O1580ee4 .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-v4O1580ee4 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v4O1580ee4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4O1580ee4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4O1580ee4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v4O1580ee4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4O1580ee4 .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v4O1580ee4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4O1580ee4 .navbar.collapsed .right-menu,
.cid-v4O1580ee4 .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-v4O1580ee4 .navbar .navbar-collapse.show,
  .cid-v4O1580ee4 .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v4O1580ee4 .navbar .navbar-collapse.show .brand-container,
  .cid-v4O1580ee4 .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-v4O1580ee4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4O1580ee4 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v4O1580ee4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4O1580ee4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4O1580ee4 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v4O1580ee4 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v4O1580ee4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4O1580ee4 .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v4O1580ee4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-v4O1580ee4 .navbar .right-menu,
  .cid-v4O1580ee4 .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-v4O1580ee4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-v4O1580ee4 .navbar.navbar-short .mbr-overlay {
  background: #00aeff !important;
}
.cid-v4O1580ee4 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v4O1580ee4 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v4O1580ee4 .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4O1580ee4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4O1580ee4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4O1580ee4 .dropdown-item.active,
.cid-v4O1580ee4 .dropdown-item:active {
  background-color: transparent;
}
.cid-v4O1580ee4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4O1580ee4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4O1580ee4 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4O1580ee4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00aeff;
}
.cid-v4O1580ee4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v4O1580ee4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4O1580ee4 ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-v4O1580ee4 ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-v4O1580ee4 .navbar-buttons {
  margin-left: auto;
}
.cid-v4O1580ee4 button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v4O1580ee4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v4O1580ee4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4O1580ee4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4O1580ee4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4O1580ee4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4O1580ee4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4O1580ee4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-v4O1580ee4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-v4O1580ee4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4O1580ee4 .navbar-dropdown {
  position: fixed;
}
.cid-v4O1580ee4 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v4O1580ee4 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v4O1580ee4 .right-menu,
.cid-v4O1580ee4 .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-v4O1580ee4 .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v4O1580ee4 .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v4O1580ee4 .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-v4O1580ee4 .menu-top {
  text-align: center;
  width: 100%;
  background-color: #149dcc;
  padding: 0.5rem 0;
}
.cid-v4O1580ee4 .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-v4O1580ee4 .card-wrapper {
  z-index: 3;
}
.cid-v4O1580ee4 .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-v4O1580ee4 .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4O1580ee4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4O158lXed {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v4O158lXed .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4O158lXed .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4O158lXed .row {
  justify-content: center;
}
.cid-v4O158lXed .image-wrapper img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v4O158lXed .image-wrapper img {
    height: 300px;
  }
}
.cid-v4O158lXed .card-wrapper {
  position: relative;
  padding: 64px;
  overflow: hidden;
  margin-top: -25%;
}
@media (max-width: 1440px) {
  .cid-v4O158lXed .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v4O158lXed .card-wrapper {
    padding: 24px;
    margin-top: 12px;
  }
}
.cid-v4O158lXed .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-v4O158lXed .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #a0e2e1;
  opacity: .5;
  pointer-events: none;
}
.cid-v4O158lXed .card-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v4O158lXed .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v4O158lXed .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v4O158lXed .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v4O158lXed .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v4O158lXed .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v4O158lXed .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v4O158lXed .mbr-section-title {
  color: #2c2c26;
}
.cid-v4O158lXed .mbr-text,
.cid-v4O158lXed .text-wrapper {
  color: #63635d;
  text-align: center;
}
.cid-v4O158lXed .mbr-section-title,
.cid-v4O158lXed .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v4O1QhOB7Q {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v4O1QhOB7Q .mbr-text {
  color: #757b62;
  text-align: center;
}
.cid-v4O1QhOB7Q .mbr-section-subtitle {
  color: #000000;
}
.cid-v4O1QhOB7Q .mbr-section-title {
  color: #000000;
}
.cid-v4O158YVKo {
  padding-top: 30px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mcd-3499-2000x1333.webp");
}
.cid-v4O158YVKo .row {
  justify-content: flex-end;
}
.cid-v4O158YVKo h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-v4O158YVKo h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-v4O158YVKo .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-v4O158YVKo h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-v4O158YVKo h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-v4O158YVKo .mbr-text,
.cid-v4O158YVKo .mbr-section-btn {
  color: #efefef;
}
.cid-v4O158YVKo H1 {
  color: #fafafa;
  text-align: left;
}
.cid-v4O158YVKo H3 {
  text-align: left;
}
.cid-v4O159iH9n {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/2b-2000x1600.webp");
}
.cid-v4O159iH9n .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-v4O159iH9n img,
.cid-v4O159iH9n .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v4O159iH9n .item:focus,
.cid-v4O159iH9n span:focus {
  outline: none;
}
.cid-v4O159iH9n .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v4O159iH9n .item {
    margin-bottom: 1rem;
  }
}
.cid-v4O159iH9n .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v4O159iH9n .mbr-section-title {
  color: #232323;
}
.cid-v4O159iH9n .mbr-text,
.cid-v4O159iH9n .mbr-section-btn {
  color: #232323;
}
.cid-v4O159iH9n .item-title {
  color: #393193;
}
.cid-v4O159iH9n .content-head {
  max-width: 800px;
}
.cid-v4O159ElOf {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #00119a;
}
.cid-v4O159ElOf .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-v4O159ElOf .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-v4O159ElOf .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-v4O159ElOf .row {
    text-align: center;
  }
  .cid-v4O159ElOf .row > div {
    margin: auto;
  }
  .cid-v4O159ElOf .social-row {
    justify-content: center;
  }
}
.cid-v4O159ElOf .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v4O159ElOf .list {
  list-style: none;
  padding-left: 0;
  color: #b9cdd0;
}
@media (max-width: 991px) {
  .cid-v4O159ElOf .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v4O159ElOf .list {
    margin-bottom: 0rem;
  }
}
.cid-v4O159ElOf .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v4O159ElOf .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v4O159ElOf div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v4O159ElOf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4O159ElOf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4O159ZsCK {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffd602;
}
.cid-v4O2gwQaAX .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v4O2gwQaAX .nav-item:focus,
.cid-v4O2gwQaAX .nav-link:focus {
  outline: none;
}
.cid-v4O2gwQaAX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v4O2gwQaAX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4O2gwQaAX .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v4O2gwQaAX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v4O2gwQaAX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v4O2gwQaAX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4O2gwQaAX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4O2gwQaAX .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-v4O2gwQaAX .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #00aeff;
}
.cid-v4O2gwQaAX .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #00aeff !important;
}
.cid-v4O2gwQaAX .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-v4O2gwQaAX .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-v4O2gwQaAX .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-v4O2gwQaAX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v4O2gwQaAX .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-v4O2gwQaAX .navbar.collapsed .navbar-collapse.show,
.cid-v4O2gwQaAX .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v4O2gwQaAX .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-v4O2gwQaAX .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-v4O2gwQaAX .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v4O2gwQaAX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4O2gwQaAX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4O2gwQaAX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v4O2gwQaAX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4O2gwQaAX .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v4O2gwQaAX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4O2gwQaAX .navbar.collapsed .right-menu,
.cid-v4O2gwQaAX .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-v4O2gwQaAX .navbar .navbar-collapse.show,
  .cid-v4O2gwQaAX .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v4O2gwQaAX .navbar .navbar-collapse.show .brand-container,
  .cid-v4O2gwQaAX .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-v4O2gwQaAX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4O2gwQaAX .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v4O2gwQaAX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4O2gwQaAX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4O2gwQaAX .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v4O2gwQaAX .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v4O2gwQaAX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4O2gwQaAX .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v4O2gwQaAX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-v4O2gwQaAX .navbar .right-menu,
  .cid-v4O2gwQaAX .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-v4O2gwQaAX .navbar.navbar-short {
  min-height: 60px;
}
.cid-v4O2gwQaAX .navbar.navbar-short .mbr-overlay {
  background: #00aeff !important;
}
.cid-v4O2gwQaAX .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v4O2gwQaAX .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v4O2gwQaAX .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4O2gwQaAX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4O2gwQaAX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4O2gwQaAX .dropdown-item.active,
.cid-v4O2gwQaAX .dropdown-item:active {
  background-color: transparent;
}
.cid-v4O2gwQaAX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4O2gwQaAX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4O2gwQaAX .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4O2gwQaAX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00aeff;
}
.cid-v4O2gwQaAX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v4O2gwQaAX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4O2gwQaAX ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-v4O2gwQaAX ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-v4O2gwQaAX .navbar-buttons {
  margin-left: auto;
}
.cid-v4O2gwQaAX button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v4O2gwQaAX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v4O2gwQaAX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4O2gwQaAX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4O2gwQaAX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4O2gwQaAX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4O2gwQaAX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4O2gwQaAX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-v4O2gwQaAX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-v4O2gwQaAX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4O2gwQaAX .navbar-dropdown {
  position: fixed;
}
.cid-v4O2gwQaAX a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v4O2gwQaAX .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v4O2gwQaAX .right-menu,
.cid-v4O2gwQaAX .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-v4O2gwQaAX .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v4O2gwQaAX .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v4O2gwQaAX .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-v4O2gwQaAX .menu-top {
  text-align: center;
  width: 100%;
  background-color: #149dcc;
  padding: 0.5rem 0;
}
.cid-v4O2gwQaAX .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-v4O2gwQaAX .card-wrapper {
  z-index: 3;
}
.cid-v4O2gwQaAX .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-v4O2gwQaAX .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4O2gwQaAX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4O2gxbRfF {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v4O2gxbRfF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4O2gxbRfF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4O2gxbRfF .row {
  justify-content: center;
}
.cid-v4O2gxbRfF .image-wrapper img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v4O2gxbRfF .image-wrapper img {
    height: 300px;
  }
}
.cid-v4O2gxbRfF .card-wrapper {
  position: relative;
  padding: 64px;
  overflow: hidden;
  margin-top: -25%;
}
@media (max-width: 1440px) {
  .cid-v4O2gxbRfF .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v4O2gxbRfF .card-wrapper {
    padding: 24px;
    margin-top: 12px;
  }
}
.cid-v4O2gxbRfF .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-v4O2gxbRfF .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #a0e2e1;
  opacity: .5;
  pointer-events: none;
}
.cid-v4O2gxbRfF .card-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v4O2gxbRfF .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v4O2gxbRfF .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v4O2gxbRfF .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v4O2gxbRfF .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v4O2gxbRfF .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v4O2gxbRfF .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v4O2gxbRfF .mbr-section-title {
  color: #2c2c26;
}
.cid-v4O2gxbRfF .mbr-text,
.cid-v4O2gxbRfF .text-wrapper {
  color: #757b62;
  text-align: justify;
}
.cid-v4O2gxbRfF .mbr-section-title,
.cid-v4O2gxbRfF .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v4O2gxH2cU {
  padding-top: 30px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mcd-3499-2000x1333.webp");
}
.cid-v4O2gxH2cU .row {
  justify-content: flex-end;
}
.cid-v4O2gxH2cU h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-v4O2gxH2cU h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-v4O2gxH2cU .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-v4O2gxH2cU h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-v4O2gxH2cU h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-v4O2gxH2cU .mbr-text,
.cid-v4O2gxH2cU .mbr-section-btn {
  color: #efefef;
}
.cid-v4O2gxH2cU H1 {
  color: #fafafa;
  text-align: left;
}
.cid-v4O2gxH2cU H3 {
  text-align: left;
}
.cid-v4O2gxWoLu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/2b-2000x1600.webp");
}
.cid-v4O2gxWoLu .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-v4O2gxWoLu img,
.cid-v4O2gxWoLu .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v4O2gxWoLu .item:focus,
.cid-v4O2gxWoLu span:focus {
  outline: none;
}
.cid-v4O2gxWoLu .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v4O2gxWoLu .item {
    margin-bottom: 1rem;
  }
}
.cid-v4O2gxWoLu .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v4O2gxWoLu .mbr-section-title {
  color: #232323;
}
.cid-v4O2gxWoLu .mbr-text,
.cid-v4O2gxWoLu .mbr-section-btn {
  color: #232323;
}
.cid-v4O2gxWoLu .item-title {
  color: #393193;
}
.cid-v4O2gxWoLu .content-head {
  max-width: 800px;
}
.cid-v4O2gyiuXd {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #00119a;
}
.cid-v4O2gyiuXd .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-v4O2gyiuXd .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-v4O2gyiuXd .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-v4O2gyiuXd .row {
    text-align: center;
  }
  .cid-v4O2gyiuXd .row > div {
    margin: auto;
  }
  .cid-v4O2gyiuXd .social-row {
    justify-content: center;
  }
}
.cid-v4O2gyiuXd .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v4O2gyiuXd .list {
  list-style: none;
  padding-left: 0;
  color: #b9cdd0;
}
@media (max-width: 991px) {
  .cid-v4O2gyiuXd .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v4O2gyiuXd .list {
    margin-bottom: 0rem;
  }
}
.cid-v4O2gyiuXd .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v4O2gyiuXd .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v4O2gyiuXd div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v4O2gyiuXd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4O2gyiuXd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4O2gyAyBy {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffd602;
}
.cid-v4O3tbFycx .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v4O3tbFycx .nav-item:focus,
.cid-v4O3tbFycx .nav-link:focus {
  outline: none;
}
.cid-v4O3tbFycx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v4O3tbFycx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4O3tbFycx .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v4O3tbFycx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v4O3tbFycx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v4O3tbFycx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4O3tbFycx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4O3tbFycx .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-v4O3tbFycx .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #00aeff;
}
.cid-v4O3tbFycx .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #00aeff !important;
}
.cid-v4O3tbFycx .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-v4O3tbFycx .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-v4O3tbFycx .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-v4O3tbFycx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v4O3tbFycx .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-v4O3tbFycx .navbar.collapsed .navbar-collapse.show,
.cid-v4O3tbFycx .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v4O3tbFycx .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-v4O3tbFycx .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-v4O3tbFycx .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v4O3tbFycx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4O3tbFycx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4O3tbFycx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v4O3tbFycx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4O3tbFycx .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v4O3tbFycx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4O3tbFycx .navbar.collapsed .right-menu,
.cid-v4O3tbFycx .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-v4O3tbFycx .navbar .navbar-collapse.show,
  .cid-v4O3tbFycx .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v4O3tbFycx .navbar .navbar-collapse.show .brand-container,
  .cid-v4O3tbFycx .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-v4O3tbFycx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4O3tbFycx .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v4O3tbFycx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4O3tbFycx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4O3tbFycx .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v4O3tbFycx .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v4O3tbFycx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4O3tbFycx .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v4O3tbFycx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-v4O3tbFycx .navbar .right-menu,
  .cid-v4O3tbFycx .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-v4O3tbFycx .navbar.navbar-short {
  min-height: 60px;
}
.cid-v4O3tbFycx .navbar.navbar-short .mbr-overlay {
  background: #00aeff !important;
}
.cid-v4O3tbFycx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v4O3tbFycx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v4O3tbFycx .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4O3tbFycx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4O3tbFycx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4O3tbFycx .dropdown-item.active,
.cid-v4O3tbFycx .dropdown-item:active {
  background-color: transparent;
}
.cid-v4O3tbFycx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4O3tbFycx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4O3tbFycx .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4O3tbFycx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00aeff;
}
.cid-v4O3tbFycx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v4O3tbFycx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4O3tbFycx ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-v4O3tbFycx ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-v4O3tbFycx .navbar-buttons {
  margin-left: auto;
}
.cid-v4O3tbFycx button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v4O3tbFycx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v4O3tbFycx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4O3tbFycx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4O3tbFycx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4O3tbFycx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4O3tbFycx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4O3tbFycx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-v4O3tbFycx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-v4O3tbFycx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4O3tbFycx .navbar-dropdown {
  position: fixed;
}
.cid-v4O3tbFycx a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v4O3tbFycx .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v4O3tbFycx .right-menu,
.cid-v4O3tbFycx .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-v4O3tbFycx .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v4O3tbFycx .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v4O3tbFycx .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-v4O3tbFycx .menu-top {
  text-align: center;
  width: 100%;
  background-color: #149dcc;
  padding: 0.5rem 0;
}
.cid-v4O3tbFycx .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-v4O3tbFycx .card-wrapper {
  z-index: 3;
}
.cid-v4O3tbFycx .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-v4O3tbFycx .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4O3tbFycx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4O3tbZQpb {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v4O3tbZQpb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4O3tbZQpb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4O3tbZQpb .row {
  justify-content: center;
}
.cid-v4O3tbZQpb .image-wrapper img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v4O3tbZQpb .image-wrapper img {
    height: 300px;
  }
}
.cid-v4O3tbZQpb .card-wrapper {
  position: relative;
  padding: 64px;
  overflow: hidden;
  margin-top: -25%;
}
@media (max-width: 1440px) {
  .cid-v4O3tbZQpb .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v4O3tbZQpb .card-wrapper {
    padding: 24px;
    margin-top: 12px;
  }
}
.cid-v4O3tbZQpb .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-v4O3tbZQpb .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #a0e2e1;
  opacity: .5;
  pointer-events: none;
}
.cid-v4O3tbZQpb .card-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v4O3tbZQpb .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v4O3tbZQpb .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v4O3tbZQpb .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v4O3tbZQpb .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v4O3tbZQpb .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v4O3tbZQpb .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v4O3tbZQpb .mbr-section-title {
  color: #2c2c26;
}
.cid-v4O3tbZQpb .mbr-text,
.cid-v4O3tbZQpb .text-wrapper {
  color: #757b62;
  text-align: justify;
}
.cid-v4O3tbZQpb .mbr-section-title,
.cid-v4O3tbZQpb .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v4O4cx7f8R {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/postcard-9inx12in-h-front-1-2000x1239.webp");
}
.cid-v4O4cx7f8R .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4O4cx7f8R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4O4cx7f8R .mbr-text {
  color: #000000;
}
.cid-v4O4cx7f8R .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-v4O4cx7f8R .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v4O4cx7f8R .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-v4O4cx7f8R .mbr-number {
  color: #9fe870;
  text-align: left;
}
.cid-v4O4cx7f8R .mbr-section-title {
  color: #00119a;
}
.cid-v4O4cx7f8R .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 2.25rem 2.25rem 0;
  background: #ffffff;
}
.cid-v4O4cx7f8R .item-content .item-footer {
  margin-top: auto;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v4O4cx7f8R .item-content {
    padding: 0rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v4O4cx7f8R .item-content {
    padding: 0rem 1.5rem;
  }
}
.cid-v4O4cx7f8R .side-features {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
}
.cid-v4O4cx7f8R .side-features .item {
  padding-left: 16px;
  padding-right: 16px;
}
.cid-v4O4cx7f8R .item-head {
  background: #5e51ff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v4O4cx7f8R .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v4O4cx7f8R .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-v4O4cx7f8R .item-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 2rem;
  background: #ffffff;
  padding: 0rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-v4O4cx7f8R .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v4O4cx7f8R .item-wrapper .item-footer {
    padding: 0 1.5rem 3rem;
  }
}
@media (min-width: 1201px) {
  .cid-v4O4cx7f8R .item-wrapper .item-footer {
    padding: 0 2rem 3rem;
  }
}
.cid-v4O4cx7f8R .mbr-section-btn {
  margin-top: auto !important;
  padding: 2rem 2rem 0;
}
@media (max-width: 991px) {
  .cid-v4O4cx7f8R .mbr-section-btn {
    padding: 0rem 2.25rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v4O4cx7f8R .mbr-section-btn {
    padding: 0rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-v4O4cx7f8R .item:focus,
.cid-v4O4cx7f8R span:focus {
  outline: none;
}
.cid-v4O4cx7f8R .mbr-text,
.cid-v4O4cx7f8R .mbr-section-btn {
  text-align: left;
}
.cid-v4O4cx7f8R .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-v4O4cx7f8R .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-v4O4cx7f8R .content-head {
  max-width: 800px;
}
.cid-v4O4cx7f8R .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-v4O4cx7f8R .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-v4O4cx7f8R .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-v4O4cx7f8R .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-v4O4cx7f8R .mbr-text UL {
  text-align: left;
}
.cid-v4O4cx7f8R .item-btn {
  width: -webkit-fill-available;
}
.cid-v4O4cx7f8R .main-button {
  margin-bottom: 2rem;
  padding: 0rem 0rem 2rem;
}
@media (max-width: 767px) {
  .cid-v4O4cx7f8R .main-button {
    margin-bottom: 2rem;
    padding: 0rem 0rem 0.5rem;
  }
}
@media (max-width: 991px) {
  .cid-v4O4cx7f8R .main-button {
    padding: 0rem 0rem 0.5rem;
  }
}
.cid-v4O4cx7f8R .mbr-section-subtitle,
.cid-v4O4cx7f8R .main-button .btn {
  text-align: left;
}
.cid-v4O4cx7f8R .mbr-section-subtitle,
.cid-v4O4cx7f8R .main-button {
  color: #000000;
  text-align: left;
}
.cid-v4O3tceyrU {
  padding-top: 30px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mcd-3499-2000x1333.webp");
}
.cid-v4O3tceyrU .row {
  justify-content: flex-end;
}
.cid-v4O3tceyrU h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-v4O3tceyrU h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-v4O3tceyrU .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-v4O3tceyrU h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-v4O3tceyrU h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-v4O3tceyrU .mbr-text,
.cid-v4O3tceyrU .mbr-section-btn {
  color: #efefef;
}
.cid-v4O3tceyrU H1 {
  color: #fafafa;
  text-align: left;
}
.cid-v4O3tceyrU H3 {
  text-align: left;
}
.cid-v4O3tcuFPq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/2b-2000x1600.webp");
}
.cid-v4O3tcuFPq .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-v4O3tcuFPq img,
.cid-v4O3tcuFPq .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v4O3tcuFPq .item:focus,
.cid-v4O3tcuFPq span:focus {
  outline: none;
}
.cid-v4O3tcuFPq .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v4O3tcuFPq .item {
    margin-bottom: 1rem;
  }
}
.cid-v4O3tcuFPq .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v4O3tcuFPq .mbr-section-title {
  color: #232323;
}
.cid-v4O3tcuFPq .mbr-text,
.cid-v4O3tcuFPq .mbr-section-btn {
  color: #232323;
}
.cid-v4O3tcuFPq .item-title {
  color: #393193;
}
.cid-v4O3tcuFPq .content-head {
  max-width: 800px;
}
.cid-v4O3tcSboW {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #00119a;
}
.cid-v4O3tcSboW .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-v4O3tcSboW .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-v4O3tcSboW .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-v4O3tcSboW .row {
    text-align: center;
  }
  .cid-v4O3tcSboW .row > div {
    margin: auto;
  }
  .cid-v4O3tcSboW .social-row {
    justify-content: center;
  }
}
.cid-v4O3tcSboW .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v4O3tcSboW .list {
  list-style: none;
  padding-left: 0;
  color: #b9cdd0;
}
@media (max-width: 991px) {
  .cid-v4O3tcSboW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v4O3tcSboW .list {
    margin-bottom: 0rem;
  }
}
.cid-v4O3tcSboW .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v4O3tcSboW .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v4O3tcSboW div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v4O3tcSboW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4O3tcSboW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4O3tdbAna {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffd602;
}
.cid-v4OdepnfEp .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v4OdepnfEp .nav-item:focus,
.cid-v4OdepnfEp .nav-link:focus {
  outline: none;
}
.cid-v4OdepnfEp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v4OdepnfEp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4OdepnfEp .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v4OdepnfEp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v4OdepnfEp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v4OdepnfEp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4OdepnfEp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4OdepnfEp .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-v4OdepnfEp .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #00aeff;
}
.cid-v4OdepnfEp .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #00aeff !important;
}
.cid-v4OdepnfEp .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-v4OdepnfEp .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-v4OdepnfEp .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-v4OdepnfEp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v4OdepnfEp .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-v4OdepnfEp .navbar.collapsed .navbar-collapse.show,
.cid-v4OdepnfEp .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v4OdepnfEp .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-v4OdepnfEp .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-v4OdepnfEp .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v4OdepnfEp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4OdepnfEp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4OdepnfEp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v4OdepnfEp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4OdepnfEp .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v4OdepnfEp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4OdepnfEp .navbar.collapsed .right-menu,
.cid-v4OdepnfEp .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-v4OdepnfEp .navbar .navbar-collapse.show,
  .cid-v4OdepnfEp .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v4OdepnfEp .navbar .navbar-collapse.show .brand-container,
  .cid-v4OdepnfEp .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-v4OdepnfEp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4OdepnfEp .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v4OdepnfEp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4OdepnfEp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4OdepnfEp .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v4OdepnfEp .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v4OdepnfEp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4OdepnfEp .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v4OdepnfEp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-v4OdepnfEp .navbar .right-menu,
  .cid-v4OdepnfEp .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-v4OdepnfEp .navbar.navbar-short {
  min-height: 60px;
}
.cid-v4OdepnfEp .navbar.navbar-short .mbr-overlay {
  background: #00aeff !important;
}
.cid-v4OdepnfEp .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v4OdepnfEp .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v4OdepnfEp .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4OdepnfEp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4OdepnfEp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4OdepnfEp .dropdown-item.active,
.cid-v4OdepnfEp .dropdown-item:active {
  background-color: transparent;
}
.cid-v4OdepnfEp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4OdepnfEp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4OdepnfEp .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4OdepnfEp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00aeff;
}
.cid-v4OdepnfEp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v4OdepnfEp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4OdepnfEp ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-v4OdepnfEp ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-v4OdepnfEp .navbar-buttons {
  margin-left: auto;
}
.cid-v4OdepnfEp button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v4OdepnfEp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v4OdepnfEp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4OdepnfEp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4OdepnfEp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4OdepnfEp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4OdepnfEp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4OdepnfEp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-v4OdepnfEp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-v4OdepnfEp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4OdepnfEp .navbar-dropdown {
  position: fixed;
}
.cid-v4OdepnfEp a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v4OdepnfEp .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v4OdepnfEp .right-menu,
.cid-v4OdepnfEp .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-v4OdepnfEp .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v4OdepnfEp .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v4OdepnfEp .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-v4OdepnfEp .menu-top {
  text-align: center;
  width: 100%;
  background-color: #149dcc;
  padding: 0.5rem 0;
}
.cid-v4OdepnfEp .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-v4OdepnfEp .card-wrapper {
  z-index: 3;
}
.cid-v4OdepnfEp .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-v4OdepnfEp .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4OdepnfEp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4OdepKE0q {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v4OdepKE0q .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4OdepKE0q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4OdepKE0q .row {
  justify-content: center;
}
.cid-v4OdepKE0q .image-wrapper img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v4OdepKE0q .image-wrapper img {
    height: 300px;
  }
}
.cid-v4OdepKE0q .card-wrapper {
  position: relative;
  padding: 64px;
  overflow: hidden;
  margin-top: -25%;
}
@media (max-width: 1440px) {
  .cid-v4OdepKE0q .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v4OdepKE0q .card-wrapper {
    padding: 24px;
    margin-top: 12px;
  }
}
.cid-v4OdepKE0q .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-v4OdepKE0q .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #a0e2e1;
  opacity: .5;
  pointer-events: none;
}
.cid-v4OdepKE0q .card-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v4OdepKE0q .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v4OdepKE0q .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v4OdepKE0q .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v4OdepKE0q .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v4OdepKE0q .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v4OdepKE0q .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v4OdepKE0q .mbr-section-title {
  color: #2c2c26;
}
.cid-v4OdepKE0q .mbr-text,
.cid-v4OdepKE0q .text-wrapper {
  color: #757b62;
  text-align: justify;
}
.cid-v4OdepKE0q .mbr-section-title,
.cid-v4OdepKE0q .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v4OXfR8UvW {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background: #ffffff;
}
.cid-v4OXfR8UvW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4OXfR8UvW .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-v4OXfR8UvW .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v4OXfR8UvW .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-v4OXfR8UvW .google-map {
  height: 100%;
  position: relative;
}
.cid-v4OXfR8UvW .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v4OXfR8UvW .google-map iframe {
    min-height: 350px;
  }
}
.cid-v4OXfR8UvW .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v4OXfR8UvW .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v4OXfR8UvW .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v4OXfR8UvW .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v4OXfR8UvW .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v4OXfR8UvW .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-v4OXfR8UvW ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-v4OXfR8UvW .content-head {
  max-width: 800px;
}
.cid-v4OeaCWFKh {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-v4OeaCWFKh .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v4OdeqmKLG {
  padding-top: 30px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mcd-3499-2000x1333.webp");
}
.cid-v4OdeqmKLG .row {
  justify-content: flex-end;
}
.cid-v4OdeqmKLG h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-v4OdeqmKLG h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-v4OdeqmKLG .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-v4OdeqmKLG h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-v4OdeqmKLG h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-v4OdeqmKLG .mbr-text,
.cid-v4OdeqmKLG .mbr-section-btn {
  color: #efefef;
}
.cid-v4OdeqmKLG H1 {
  color: #fafafa;
  text-align: left;
}
.cid-v4OdeqmKLG H3 {
  text-align: left;
}
.cid-v4OdeqE5xf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/2b-2000x1600.webp");
}
.cid-v4OdeqE5xf .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-v4OdeqE5xf img,
.cid-v4OdeqE5xf .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v4OdeqE5xf .item:focus,
.cid-v4OdeqE5xf span:focus {
  outline: none;
}
.cid-v4OdeqE5xf .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v4OdeqE5xf .item {
    margin-bottom: 1rem;
  }
}
.cid-v4OdeqE5xf .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v4OdeqE5xf .mbr-section-title {
  color: #232323;
}
.cid-v4OdeqE5xf .mbr-text,
.cid-v4OdeqE5xf .mbr-section-btn {
  color: #232323;
}
.cid-v4OdeqE5xf .item-title {
  color: #393193;
}
.cid-v4OdeqE5xf .content-head {
  max-width: 800px;
}
.cid-v4Oder2GFZ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #00119a;
}
.cid-v4Oder2GFZ .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-v4Oder2GFZ .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-v4Oder2GFZ .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-v4Oder2GFZ .row {
    text-align: center;
  }
  .cid-v4Oder2GFZ .row > div {
    margin: auto;
  }
  .cid-v4Oder2GFZ .social-row {
    justify-content: center;
  }
}
.cid-v4Oder2GFZ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v4Oder2GFZ .list {
  list-style: none;
  padding-left: 0;
  color: #b9cdd0;
}
@media (max-width: 991px) {
  .cid-v4Oder2GFZ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v4Oder2GFZ .list {
    margin-bottom: 0rem;
  }
}
.cid-v4Oder2GFZ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v4Oder2GFZ .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v4Oder2GFZ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v4Oder2GFZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4Oder2GFZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4Odernxzu {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffd602;
}
.cid-v4OhLyT5vD .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v4OhLyT5vD .nav-item:focus,
.cid-v4OhLyT5vD .nav-link:focus {
  outline: none;
}
.cid-v4OhLyT5vD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v4OhLyT5vD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4OhLyT5vD .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v4OhLyT5vD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v4OhLyT5vD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v4OhLyT5vD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4OhLyT5vD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4OhLyT5vD .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-v4OhLyT5vD .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #00aeff;
}
.cid-v4OhLyT5vD .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #00aeff !important;
}
.cid-v4OhLyT5vD .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-v4OhLyT5vD .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-v4OhLyT5vD .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-v4OhLyT5vD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v4OhLyT5vD .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-v4OhLyT5vD .navbar.collapsed .navbar-collapse.show,
.cid-v4OhLyT5vD .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v4OhLyT5vD .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-v4OhLyT5vD .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-v4OhLyT5vD .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v4OhLyT5vD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4OhLyT5vD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4OhLyT5vD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v4OhLyT5vD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4OhLyT5vD .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v4OhLyT5vD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4OhLyT5vD .navbar.collapsed .right-menu,
.cid-v4OhLyT5vD .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-v4OhLyT5vD .navbar .navbar-collapse.show,
  .cid-v4OhLyT5vD .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v4OhLyT5vD .navbar .navbar-collapse.show .brand-container,
  .cid-v4OhLyT5vD .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-v4OhLyT5vD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4OhLyT5vD .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v4OhLyT5vD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4OhLyT5vD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4OhLyT5vD .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v4OhLyT5vD .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v4OhLyT5vD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4OhLyT5vD .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v4OhLyT5vD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-v4OhLyT5vD .navbar .right-menu,
  .cid-v4OhLyT5vD .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-v4OhLyT5vD .navbar.navbar-short {
  min-height: 60px;
}
.cid-v4OhLyT5vD .navbar.navbar-short .mbr-overlay {
  background: #00aeff !important;
}
.cid-v4OhLyT5vD .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v4OhLyT5vD .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v4OhLyT5vD .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4OhLyT5vD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4OhLyT5vD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4OhLyT5vD .dropdown-item.active,
.cid-v4OhLyT5vD .dropdown-item:active {
  background-color: transparent;
}
.cid-v4OhLyT5vD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4OhLyT5vD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4OhLyT5vD .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4OhLyT5vD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00aeff;
}
.cid-v4OhLyT5vD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v4OhLyT5vD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4OhLyT5vD ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-v4OhLyT5vD ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-v4OhLyT5vD .navbar-buttons {
  margin-left: auto;
}
.cid-v4OhLyT5vD button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v4OhLyT5vD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v4OhLyT5vD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4OhLyT5vD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4OhLyT5vD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4OhLyT5vD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4OhLyT5vD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4OhLyT5vD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-v4OhLyT5vD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-v4OhLyT5vD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4OhLyT5vD .navbar-dropdown {
  position: fixed;
}
.cid-v4OhLyT5vD a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v4OhLyT5vD .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v4OhLyT5vD .right-menu,
.cid-v4OhLyT5vD .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-v4OhLyT5vD .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v4OhLyT5vD .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v4OhLyT5vD .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-v4OhLyT5vD .menu-top {
  text-align: center;
  width: 100%;
  background-color: #149dcc;
  padding: 0.5rem 0;
}
.cid-v4OhLyT5vD .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-v4OhLyT5vD .card-wrapper {
  z-index: 3;
}
.cid-v4OhLyT5vD .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-v4OhLyT5vD .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4OhLyT5vD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4OhLzct0o {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v4OhLzct0o .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4OhLzct0o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4OhLzct0o .row {
  justify-content: center;
}
.cid-v4OhLzct0o .image-wrapper img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v4OhLzct0o .image-wrapper img {
    height: 300px;
  }
}
.cid-v4OhLzct0o .card-wrapper {
  position: relative;
  padding: 64px;
  overflow: hidden;
  margin-top: -25%;
}
@media (max-width: 1440px) {
  .cid-v4OhLzct0o .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v4OhLzct0o .card-wrapper {
    padding: 24px;
    margin-top: 12px;
  }
}
.cid-v4OhLzct0o .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-v4OhLzct0o .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #a0e2e1;
  opacity: .5;
  pointer-events: none;
}
.cid-v4OhLzct0o .card-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v4OhLzct0o .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v4OhLzct0o .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v4OhLzct0o .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v4OhLzct0o .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v4OhLzct0o .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v4OhLzct0o .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v4OhLzct0o .mbr-section-title {
  color: #2c2c26;
}
.cid-v4OhLzct0o .mbr-text,
.cid-v4OhLzct0o .text-wrapper {
  color: #63635d;
  text-align: center;
}
.cid-v4OhLzct0o .mbr-section-title,
.cid-v4OhLzct0o .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v4OiK5jmeC {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-v4OiK5jmeC .card .card-img {
  overflow: hidden;
  border-radius: 0;
}
.cid-v4OiK5jmeC .card .card-img img {
  transition: all 0.5s;
}
.cid-v4OiK5jmeC .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-v4OiK5jmeC .media-container-column {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0;
  flex-wrap: nowrap;
}
.cid-v4OiK5jmeC .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-v4OiK5jmeC .first-card {
  display: block;
}
.cid-v4OiK5jmeC .first-card .card-wrapper {
  height: 100%;
}
.cid-v4OiK5jmeC .first-card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-v4OiK5jmeC .first-card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v4OiK5jmeC .first-card .info-wrapper .mbr-iconfont {
  padding-right: 0.5rem;
  font-size: 20px;
}
.cid-v4OiK5jmeC .first-card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-v4OiK5jmeC .first-card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-v4OiK5jmeC .first-row,
.cid-v4OiK5jmeC .second-row {
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  margin: 0;
}
.cid-v4OiK5jmeC .first-row .card .card-wrapper,
.cid-v4OiK5jmeC .second-row .card .card-wrapper {
  overflow: hidden;
  position: relative;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex: 1;
}
.cid-v4OiK5jmeC .first-row .card .card-wrapper .card-img,
.cid-v4OiK5jmeC .second-row .card .card-wrapper .card-img {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
}
.cid-v4OiK5jmeC .first-row .card .card-wrapper .card-img img,
.cid-v4OiK5jmeC .second-row .card .card-wrapper .card-img img {
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 767px) {
  .cid-v4OiK5jmeC .first-row,
  .cid-v4OiK5jmeC .second-row {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v4OiK5jmeC .first-row .card .card-wrapper .card-img,
  .cid-v4OiK5jmeC .second-row .card .card-wrapper .card-img {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v4OiK5jmeC .first-row .card .card-wrapper .card-img img,
  .cid-v4OiK5jmeC .second-row .card .card-wrapper .card-img img {
    min-height: 0;
  }
}
.cid-v4OiK5jmeC .first-row .caption,
.cid-v4OiK5jmeC .second-row .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
  letter-spacing: 2px;
}
.cid-v4OiK5jmeC .first-row .caption .price,
.cid-v4OiK5jmeC .second-row .caption .price {
  background: #c19b76;
  padding: 0 0.5rem;
}
.cid-v4OiK5jmeC .first-row {
  padding-bottom: 1rem;
}
.cid-v4OiK5jmeC .second-row {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-v4OiK5jmeC .first-card,
  .cid-v4OiK5jmeC .first-child {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v4OiK5jmeC .first-card {
    padding-bottom: 2rem;
  }
  .cid-v4OiK5jmeC .only-first-row {
    height: 100%;
  }
}
.cid-v4OiK5jmeC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4OiK5jmeC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4OhLzqnqD {
  padding-top: 30px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mcd-3499-2000x1333.webp");
}
.cid-v4OhLzqnqD .row {
  justify-content: flex-end;
}
.cid-v4OhLzqnqD h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-v4OhLzqnqD h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-v4OhLzqnqD .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-v4OhLzqnqD h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-v4OhLzqnqD h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-v4OhLzqnqD .mbr-text,
.cid-v4OhLzqnqD .mbr-section-btn {
  color: #efefef;
}
.cid-v4OhLzqnqD H1 {
  color: #fafafa;
  text-align: left;
}
.cid-v4OhLzqnqD H3 {
  text-align: left;
}
.cid-v4OhLzFzLm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/2b-2000x1600.webp");
}
.cid-v4OhLzFzLm .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-v4OhLzFzLm img,
.cid-v4OhLzFzLm .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v4OhLzFzLm .item:focus,
.cid-v4OhLzFzLm span:focus {
  outline: none;
}
.cid-v4OhLzFzLm .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v4OhLzFzLm .item {
    margin-bottom: 1rem;
  }
}
.cid-v4OhLzFzLm .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v4OhLzFzLm .mbr-section-title {
  color: #232323;
}
.cid-v4OhLzFzLm .mbr-text,
.cid-v4OhLzFzLm .mbr-section-btn {
  color: #232323;
}
.cid-v4OhLzFzLm .item-title {
  color: #393193;
}
.cid-v4OhLzFzLm .content-head {
  max-width: 800px;
}
.cid-v4OhLzY6yJ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #00119a;
}
.cid-v4OhLzY6yJ .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-v4OhLzY6yJ .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-v4OhLzY6yJ .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-v4OhLzY6yJ .row {
    text-align: center;
  }
  .cid-v4OhLzY6yJ .row > div {
    margin: auto;
  }
  .cid-v4OhLzY6yJ .social-row {
    justify-content: center;
  }
}
.cid-v4OhLzY6yJ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v4OhLzY6yJ .list {
  list-style: none;
  padding-left: 0;
  color: #b9cdd0;
}
@media (max-width: 991px) {
  .cid-v4OhLzY6yJ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v4OhLzY6yJ .list {
    margin-bottom: 0rem;
  }
}
.cid-v4OhLzY6yJ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v4OhLzY6yJ .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v4OhLzY6yJ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v4OhLzY6yJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4OhLzY6yJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4OhLAfg0o {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffd602;
}
.cid-v4P3iOF9Nf .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v4P3iOF9Nf .nav-item:focus,
.cid-v4P3iOF9Nf .nav-link:focus {
  outline: none;
}
.cid-v4P3iOF9Nf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v4P3iOF9Nf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4P3iOF9Nf .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v4P3iOF9Nf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v4P3iOF9Nf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v4P3iOF9Nf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4P3iOF9Nf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4P3iOF9Nf .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-v4P3iOF9Nf .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #00aeff;
}
.cid-v4P3iOF9Nf .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #00aeff !important;
}
.cid-v4P3iOF9Nf .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-v4P3iOF9Nf .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-v4P3iOF9Nf .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-v4P3iOF9Nf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v4P3iOF9Nf .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-v4P3iOF9Nf .navbar.collapsed .navbar-collapse.show,
.cid-v4P3iOF9Nf .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v4P3iOF9Nf .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-v4P3iOF9Nf .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-v4P3iOF9Nf .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v4P3iOF9Nf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4P3iOF9Nf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4P3iOF9Nf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v4P3iOF9Nf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4P3iOF9Nf .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v4P3iOF9Nf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4P3iOF9Nf .navbar.collapsed .right-menu,
.cid-v4P3iOF9Nf .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-v4P3iOF9Nf .navbar .navbar-collapse.show,
  .cid-v4P3iOF9Nf .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v4P3iOF9Nf .navbar .navbar-collapse.show .brand-container,
  .cid-v4P3iOF9Nf .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-v4P3iOF9Nf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4P3iOF9Nf .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v4P3iOF9Nf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4P3iOF9Nf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4P3iOF9Nf .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v4P3iOF9Nf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v4P3iOF9Nf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4P3iOF9Nf .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v4P3iOF9Nf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-v4P3iOF9Nf .navbar .right-menu,
  .cid-v4P3iOF9Nf .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-v4P3iOF9Nf .navbar.navbar-short {
  min-height: 60px;
}
.cid-v4P3iOF9Nf .navbar.navbar-short .mbr-overlay {
  background: #00aeff !important;
}
.cid-v4P3iOF9Nf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v4P3iOF9Nf .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v4P3iOF9Nf .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4P3iOF9Nf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4P3iOF9Nf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4P3iOF9Nf .dropdown-item.active,
.cid-v4P3iOF9Nf .dropdown-item:active {
  background-color: transparent;
}
.cid-v4P3iOF9Nf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4P3iOF9Nf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4P3iOF9Nf .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4P3iOF9Nf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00aeff;
}
.cid-v4P3iOF9Nf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v4P3iOF9Nf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4P3iOF9Nf ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-v4P3iOF9Nf ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-v4P3iOF9Nf .navbar-buttons {
  margin-left: auto;
}
.cid-v4P3iOF9Nf button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v4P3iOF9Nf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v4P3iOF9Nf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4P3iOF9Nf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4P3iOF9Nf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4P3iOF9Nf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4P3iOF9Nf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4P3iOF9Nf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-v4P3iOF9Nf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-v4P3iOF9Nf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4P3iOF9Nf .navbar-dropdown {
  position: fixed;
}
.cid-v4P3iOF9Nf a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v4P3iOF9Nf .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v4P3iOF9Nf .right-menu,
.cid-v4P3iOF9Nf .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-v4P3iOF9Nf .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v4P3iOF9Nf .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v4P3iOF9Nf .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-v4P3iOF9Nf .menu-top {
  text-align: center;
  width: 100%;
  background-color: #149dcc;
  padding: 0.5rem 0;
}
.cid-v4P3iOF9Nf .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-v4P3iOF9Nf .card-wrapper {
  z-index: 3;
}
.cid-v4P3iOF9Nf .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-v4P3iOF9Nf .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4P3iOF9Nf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4P3iOSwYR {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v4P3iOSwYR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4P3iOSwYR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4P3iOSwYR .row {
  justify-content: center;
}
.cid-v4P3iOSwYR .image-wrapper img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v4P3iOSwYR .image-wrapper img {
    height: 300px;
  }
}
.cid-v4P3iOSwYR .card-wrapper {
  position: relative;
  padding: 64px;
  overflow: hidden;
  margin-top: -25%;
}
@media (max-width: 1440px) {
  .cid-v4P3iOSwYR .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v4P3iOSwYR .card-wrapper {
    padding: 24px;
    margin-top: 12px;
  }
}
.cid-v4P3iOSwYR .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-v4P3iOSwYR .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #a0e2e1;
  opacity: .5;
  pointer-events: none;
}
.cid-v4P3iOSwYR .card-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v4P3iOSwYR .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v4P3iOSwYR .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v4P3iOSwYR .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v4P3iOSwYR .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v4P3iOSwYR .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v4P3iOSwYR .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v4P3iOSwYR .mbr-section-title {
  color: #2c2c26;
}
.cid-v4P3iOSwYR .mbr-text,
.cid-v4P3iOSwYR .text-wrapper {
  color: #63635d;
  text-align: center;
}
.cid-v4P3iOSwYR .mbr-section-title,
.cid-v4P3iOSwYR .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v4P49mvBug {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-v4P49mvBug .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4P49mvBug .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4P49mvBug .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-v4P49mvBug .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v4P49mvBug .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v4P49mvBug .card-wrapper {
    padding: 4rem;
  }
}
.cid-v4P49mvBug .mbr-text,
.cid-v4P49mvBug .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v4P49mvBug .card-title,
.cid-v4P49mvBug .card-box {
  text-align: left;
  color: #000000;
}
.cid-v4P49mvBug .mbr-section-subtitle {
  text-align: center;
}
.cid-v4P3iP1Au4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v4P3iP1Au4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4P3iP1Au4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4P3iPaG8U {
  padding-top: 30px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mcd-3499-2000x1333.webp");
}
.cid-v4P3iPaG8U .row {
  justify-content: flex-end;
}
.cid-v4P3iPaG8U h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-v4P3iPaG8U h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-v4P3iPaG8U .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-v4P3iPaG8U h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-v4P3iPaG8U h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-v4P3iPaG8U .mbr-text,
.cid-v4P3iPaG8U .mbr-section-btn {
  color: #efefef;
}
.cid-v4P3iPaG8U H1 {
  color: #fafafa;
  text-align: left;
}
.cid-v4P3iPaG8U H3 {
  text-align: left;
}
.cid-v4P3iPk1Qh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/2b-2000x1600.webp");
}
.cid-v4P3iPk1Qh .mbr-overlay {
  background: #edefeb;
  opacity: 0.6;
}
.cid-v4P3iPk1Qh .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-v4P3iPk1Qh img,
.cid-v4P3iPk1Qh .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v4P3iPk1Qh .item:focus,
.cid-v4P3iPk1Qh span:focus {
  outline: none;
}
.cid-v4P3iPk1Qh .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v4P3iPk1Qh .item {
    margin-bottom: 1rem;
  }
}
.cid-v4P3iPk1Qh .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v4P3iPk1Qh .mbr-section-title {
  color: #232323;
}
.cid-v4P3iPk1Qh .mbr-text,
.cid-v4P3iPk1Qh .mbr-section-btn {
  color: #232323;
}
.cid-v4P3iPk1Qh .item-title {
  color: #393193;
}
.cid-v4P3iPk1Qh .content-head {
  max-width: 800px;
}
.cid-v4P3iPyCX0 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #00119a;
}
.cid-v4P3iPyCX0 .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-v4P3iPyCX0 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-v4P3iPyCX0 .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-v4P3iPyCX0 .row {
    text-align: center;
  }
  .cid-v4P3iPyCX0 .row > div {
    margin: auto;
  }
  .cid-v4P3iPyCX0 .social-row {
    justify-content: center;
  }
}
.cid-v4P3iPyCX0 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v4P3iPyCX0 .list {
  list-style: none;
  padding-left: 0;
  color: #b9cdd0;
}
@media (max-width: 991px) {
  .cid-v4P3iPyCX0 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v4P3iPyCX0 .list {
    margin-bottom: 0rem;
  }
}
.cid-v4P3iPyCX0 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v4P3iPyCX0 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v4P3iPyCX0 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v4P3iPyCX0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4P3iPyCX0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4P3iPKmaU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffd602;
}
.cid-v4P9AigGkt .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v4P9AigGkt .nav-item:focus,
.cid-v4P9AigGkt .nav-link:focus {
  outline: none;
}
.cid-v4P9AigGkt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v4P9AigGkt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4P9AigGkt .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v4P9AigGkt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v4P9AigGkt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v4P9AigGkt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4P9AigGkt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4P9AigGkt .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-v4P9AigGkt .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #00aeff;
}
.cid-v4P9AigGkt .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #00aeff !important;
}
.cid-v4P9AigGkt .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-v4P9AigGkt .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-v4P9AigGkt .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-v4P9AigGkt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v4P9AigGkt .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-v4P9AigGkt .navbar.collapsed .navbar-collapse.show,
.cid-v4P9AigGkt .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v4P9AigGkt .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-v4P9AigGkt .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-v4P9AigGkt .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v4P9AigGkt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4P9AigGkt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4P9AigGkt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v4P9AigGkt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4P9AigGkt .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v4P9AigGkt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4P9AigGkt .navbar.collapsed .right-menu,
.cid-v4P9AigGkt .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-v4P9AigGkt .navbar .navbar-collapse.show,
  .cid-v4P9AigGkt .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v4P9AigGkt .navbar .navbar-collapse.show .brand-container,
  .cid-v4P9AigGkt .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-v4P9AigGkt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4P9AigGkt .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v4P9AigGkt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4P9AigGkt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4P9AigGkt .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v4P9AigGkt .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v4P9AigGkt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4P9AigGkt .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v4P9AigGkt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-v4P9AigGkt .navbar .right-menu,
  .cid-v4P9AigGkt .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-v4P9AigGkt .navbar.navbar-short {
  min-height: 60px;
}
.cid-v4P9AigGkt .navbar.navbar-short .mbr-overlay {
  background: #00aeff !important;
}
.cid-v4P9AigGkt .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v4P9AigGkt .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v4P9AigGkt .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4P9AigGkt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4P9AigGkt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4P9AigGkt .dropdown-item.active,
.cid-v4P9AigGkt .dropdown-item:active {
  background-color: transparent;
}
.cid-v4P9AigGkt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4P9AigGkt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4P9AigGkt .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4P9AigGkt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00aeff;
}
.cid-v4P9AigGkt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v4P9AigGkt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4P9AigGkt ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-v4P9AigGkt ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-v4P9AigGkt .navbar-buttons {
  margin-left: auto;
}
.cid-v4P9AigGkt button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v4P9AigGkt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v4P9AigGkt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4P9AigGkt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4P9AigGkt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4P9AigGkt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4P9AigGkt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4P9AigGkt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-v4P9AigGkt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-v4P9AigGkt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4P9AigGkt .navbar-dropdown {
  position: fixed;
}
.cid-v4P9AigGkt a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v4P9AigGkt .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v4P9AigGkt .right-menu,
.cid-v4P9AigGkt .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-v4P9AigGkt .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v4P9AigGkt .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v4P9AigGkt .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-v4P9AigGkt .menu-top {
  text-align: center;
  width: 100%;
  background-color: #149dcc;
  padding: 0.5rem 0;
}
.cid-v4P9AigGkt .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-v4P9AigGkt .card-wrapper {
  z-index: 3;
}
.cid-v4P9AigGkt .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-v4P9AigGkt .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4P9AigGkt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4P9AitkQe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4P9AitkQe .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4P9AitkQe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4P9AitkQe .row {
  justify-content: center;
}
.cid-v4P9AitkQe .image-wrapper img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v4P9AitkQe .image-wrapper img {
    height: 300px;
  }
}
.cid-v4P9AitkQe .card-wrapper {
  position: relative;
  padding: 64px;
  overflow: hidden;
  margin-top: -25%;
}
@media (max-width: 1440px) {
  .cid-v4P9AitkQe .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v4P9AitkQe .card-wrapper {
    padding: 24px;
    margin-top: 12px;
  }
}
.cid-v4P9AitkQe .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-v4P9AitkQe .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #a0e2e1;
  opacity: .5;
  pointer-events: none;
}
.cid-v4P9AitkQe .card-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v4P9AitkQe .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v4P9AitkQe .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v4P9AitkQe .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v4P9AitkQe .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v4P9AitkQe .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v4P9AitkQe .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v4P9AitkQe .mbr-section-title {
  color: #2c2c26;
}
.cid-v4P9AitkQe .mbr-text,
.cid-v4P9AitkQe .text-wrapper {
  color: #63635d;
  text-align: center;
}
.cid-v4P9AitkQe .mbr-section-title,
.cid-v4P9AitkQe .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v4P9AiDq4E {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v4P9AiDq4E .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4P9AiDq4E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4P9AiMW4l {
  padding-top: 30px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mcd-3499-2000x1333.webp");
}
.cid-v4P9AiMW4l .row {
  justify-content: flex-end;
}
.cid-v4P9AiMW4l h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-v4P9AiMW4l h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-v4P9AiMW4l .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-v4P9AiMW4l h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-v4P9AiMW4l h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-v4P9AiMW4l .mbr-text,
.cid-v4P9AiMW4l .mbr-section-btn {
  color: #efefef;
}
.cid-v4P9AiMW4l H1 {
  color: #fafafa;
  text-align: left;
}
.cid-v4P9AiMW4l H3 {
  text-align: left;
}
.cid-v4P9AiVDwD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/2b-2000x1600.webp");
}
.cid-v4P9AiVDwD .mbr-overlay {
  background: #edefeb;
  opacity: 0.6;
}
.cid-v4P9AiVDwD .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-v4P9AiVDwD img,
.cid-v4P9AiVDwD .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v4P9AiVDwD .item:focus,
.cid-v4P9AiVDwD span:focus {
  outline: none;
}
.cid-v4P9AiVDwD .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v4P9AiVDwD .item {
    margin-bottom: 1rem;
  }
}
.cid-v4P9AiVDwD .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v4P9AiVDwD .mbr-section-title {
  color: #232323;
}
.cid-v4P9AiVDwD .mbr-text,
.cid-v4P9AiVDwD .mbr-section-btn {
  color: #232323;
}
.cid-v4P9AiVDwD .item-title {
  color: #393193;
}
.cid-v4P9AiVDwD .content-head {
  max-width: 800px;
}
.cid-v4P9Ajbxq3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #00119a;
}
.cid-v4P9Ajbxq3 .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-v4P9Ajbxq3 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-v4P9Ajbxq3 .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-v4P9Ajbxq3 .row {
    text-align: center;
  }
  .cid-v4P9Ajbxq3 .row > div {
    margin: auto;
  }
  .cid-v4P9Ajbxq3 .social-row {
    justify-content: center;
  }
}
.cid-v4P9Ajbxq3 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v4P9Ajbxq3 .list {
  list-style: none;
  padding-left: 0;
  color: #b9cdd0;
}
@media (max-width: 991px) {
  .cid-v4P9Ajbxq3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v4P9Ajbxq3 .list {
    margin-bottom: 0rem;
  }
}
.cid-v4P9Ajbxq3 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v4P9Ajbxq3 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v4P9Ajbxq3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v4P9Ajbxq3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4P9Ajbxq3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4P9Ajn4Ax {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffd602;
}
.cid-v4PammrSxZ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v4PammrSxZ .nav-item:focus,
.cid-v4PammrSxZ .nav-link:focus {
  outline: none;
}
.cid-v4PammrSxZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v4PammrSxZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4PammrSxZ .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v4PammrSxZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v4PammrSxZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v4PammrSxZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4PammrSxZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4PammrSxZ .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-v4PammrSxZ .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #00aeff;
}
.cid-v4PammrSxZ .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #00aeff !important;
}
.cid-v4PammrSxZ .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-v4PammrSxZ .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-v4PammrSxZ .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-v4PammrSxZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v4PammrSxZ .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-v4PammrSxZ .navbar.collapsed .navbar-collapse.show,
.cid-v4PammrSxZ .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v4PammrSxZ .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-v4PammrSxZ .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-v4PammrSxZ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v4PammrSxZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4PammrSxZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4PammrSxZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v4PammrSxZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4PammrSxZ .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v4PammrSxZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4PammrSxZ .navbar.collapsed .right-menu,
.cid-v4PammrSxZ .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-v4PammrSxZ .navbar .navbar-collapse.show,
  .cid-v4PammrSxZ .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v4PammrSxZ .navbar .navbar-collapse.show .brand-container,
  .cid-v4PammrSxZ .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-v4PammrSxZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4PammrSxZ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v4PammrSxZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4PammrSxZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4PammrSxZ .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v4PammrSxZ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v4PammrSxZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4PammrSxZ .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v4PammrSxZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-v4PammrSxZ .navbar .right-menu,
  .cid-v4PammrSxZ .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-v4PammrSxZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-v4PammrSxZ .navbar.navbar-short .mbr-overlay {
  background: #00aeff !important;
}
.cid-v4PammrSxZ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v4PammrSxZ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v4PammrSxZ .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4PammrSxZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4PammrSxZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4PammrSxZ .dropdown-item.active,
.cid-v4PammrSxZ .dropdown-item:active {
  background-color: transparent;
}
.cid-v4PammrSxZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4PammrSxZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4PammrSxZ .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4PammrSxZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00aeff;
}
.cid-v4PammrSxZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v4PammrSxZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4PammrSxZ ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-v4PammrSxZ ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-v4PammrSxZ .navbar-buttons {
  margin-left: auto;
}
.cid-v4PammrSxZ button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v4PammrSxZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v4PammrSxZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4PammrSxZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4PammrSxZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4PammrSxZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4PammrSxZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4PammrSxZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-v4PammrSxZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-v4PammrSxZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4PammrSxZ .navbar-dropdown {
  position: fixed;
}
.cid-v4PammrSxZ a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v4PammrSxZ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v4PammrSxZ .right-menu,
.cid-v4PammrSxZ .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-v4PammrSxZ .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v4PammrSxZ .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v4PammrSxZ .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-v4PammrSxZ .menu-top {
  text-align: center;
  width: 100%;
  background-color: #149dcc;
  padding: 0.5rem 0;
}
.cid-v4PammrSxZ .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-v4PammrSxZ .card-wrapper {
  z-index: 3;
}
.cid-v4PammrSxZ .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-v4PammrSxZ .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4PammrSxZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4PammEZw3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4PammEZw3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4PammEZw3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4PammEZw3 .row {
  justify-content: center;
}
.cid-v4PammEZw3 .image-wrapper img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v4PammEZw3 .image-wrapper img {
    height: 300px;
  }
}
.cid-v4PammEZw3 .card-wrapper {
  position: relative;
  padding: 64px;
  overflow: hidden;
  margin-top: -25%;
}
@media (max-width: 1440px) {
  .cid-v4PammEZw3 .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v4PammEZw3 .card-wrapper {
    padding: 24px;
    margin-top: 12px;
  }
}
.cid-v4PammEZw3 .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-v4PammEZw3 .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #a0e2e1;
  opacity: .5;
  pointer-events: none;
}
.cid-v4PammEZw3 .card-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v4PammEZw3 .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v4PammEZw3 .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v4PammEZw3 .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v4PammEZw3 .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v4PammEZw3 .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v4PammEZw3 .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v4PammEZw3 .mbr-section-title {
  color: #2c2c26;
}
.cid-v4PammEZw3 .mbr-text,
.cid-v4PammEZw3 .text-wrapper {
  color: #63635d;
  text-align: center;
}
.cid-v4PammEZw3 .mbr-section-title,
.cid-v4PammEZw3 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v4PammNDjO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v4PammNDjO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4PammNDjO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4PammWsML {
  padding-top: 30px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mcd-3499-2000x1333.webp");
}
.cid-v4PammWsML .row {
  justify-content: flex-end;
}
.cid-v4PammWsML h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-v4PammWsML h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-v4PammWsML .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-v4PammWsML h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-v4PammWsML h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-v4PammWsML .mbr-text,
.cid-v4PammWsML .mbr-section-btn {
  color: #efefef;
}
.cid-v4PammWsML H1 {
  color: #fafafa;
  text-align: left;
}
.cid-v4PammWsML H3 {
  text-align: left;
}
.cid-v4Pamn5rte {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/2b-2000x1600.webp");
}
.cid-v4Pamn5rte .mbr-overlay {
  background: #edefeb;
  opacity: 0.6;
}
.cid-v4Pamn5rte .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-v4Pamn5rte img,
.cid-v4Pamn5rte .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v4Pamn5rte .item:focus,
.cid-v4Pamn5rte span:focus {
  outline: none;
}
.cid-v4Pamn5rte .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v4Pamn5rte .item {
    margin-bottom: 1rem;
  }
}
.cid-v4Pamn5rte .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v4Pamn5rte .mbr-section-title {
  color: #232323;
}
.cid-v4Pamn5rte .mbr-text,
.cid-v4Pamn5rte .mbr-section-btn {
  color: #232323;
}
.cid-v4Pamn5rte .item-title {
  color: #393193;
}
.cid-v4Pamn5rte .content-head {
  max-width: 800px;
}
.cid-v4PamnjvD6 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #00119a;
}
.cid-v4PamnjvD6 .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-v4PamnjvD6 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-v4PamnjvD6 .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-v4PamnjvD6 .row {
    text-align: center;
  }
  .cid-v4PamnjvD6 .row > div {
    margin: auto;
  }
  .cid-v4PamnjvD6 .social-row {
    justify-content: center;
  }
}
.cid-v4PamnjvD6 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v4PamnjvD6 .list {
  list-style: none;
  padding-left: 0;
  color: #b9cdd0;
}
@media (max-width: 991px) {
  .cid-v4PamnjvD6 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v4PamnjvD6 .list {
    margin-bottom: 0rem;
  }
}
.cid-v4PamnjvD6 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v4PamnjvD6 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v4PamnjvD6 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v4PamnjvD6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4PamnjvD6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4PamnujK6 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffd602;
}
.cid-v4Pb7AJdp2 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v4Pb7AJdp2 .nav-item:focus,
.cid-v4Pb7AJdp2 .nav-link:focus {
  outline: none;
}
.cid-v4Pb7AJdp2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v4Pb7AJdp2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4Pb7AJdp2 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v4Pb7AJdp2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v4Pb7AJdp2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v4Pb7AJdp2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4Pb7AJdp2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4Pb7AJdp2 .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-v4Pb7AJdp2 .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #00aeff;
}
.cid-v4Pb7AJdp2 .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #00aeff !important;
}
.cid-v4Pb7AJdp2 .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-v4Pb7AJdp2 .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-v4Pb7AJdp2 .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-v4Pb7AJdp2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v4Pb7AJdp2 .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-v4Pb7AJdp2 .navbar.collapsed .navbar-collapse.show,
.cid-v4Pb7AJdp2 .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v4Pb7AJdp2 .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-v4Pb7AJdp2 .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-v4Pb7AJdp2 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v4Pb7AJdp2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4Pb7AJdp2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4Pb7AJdp2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v4Pb7AJdp2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4Pb7AJdp2 .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v4Pb7AJdp2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4Pb7AJdp2 .navbar.collapsed .right-menu,
.cid-v4Pb7AJdp2 .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-v4Pb7AJdp2 .navbar .navbar-collapse.show,
  .cid-v4Pb7AJdp2 .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v4Pb7AJdp2 .navbar .navbar-collapse.show .brand-container,
  .cid-v4Pb7AJdp2 .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-v4Pb7AJdp2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4Pb7AJdp2 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v4Pb7AJdp2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4Pb7AJdp2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4Pb7AJdp2 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v4Pb7AJdp2 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v4Pb7AJdp2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4Pb7AJdp2 .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v4Pb7AJdp2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-v4Pb7AJdp2 .navbar .right-menu,
  .cid-v4Pb7AJdp2 .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-v4Pb7AJdp2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-v4Pb7AJdp2 .navbar.navbar-short .mbr-overlay {
  background: #00aeff !important;
}
.cid-v4Pb7AJdp2 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v4Pb7AJdp2 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v4Pb7AJdp2 .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4Pb7AJdp2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4Pb7AJdp2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4Pb7AJdp2 .dropdown-item.active,
.cid-v4Pb7AJdp2 .dropdown-item:active {
  background-color: transparent;
}
.cid-v4Pb7AJdp2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4Pb7AJdp2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4Pb7AJdp2 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4Pb7AJdp2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00aeff;
}
.cid-v4Pb7AJdp2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v4Pb7AJdp2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4Pb7AJdp2 ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-v4Pb7AJdp2 ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-v4Pb7AJdp2 .navbar-buttons {
  margin-left: auto;
}
.cid-v4Pb7AJdp2 button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v4Pb7AJdp2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v4Pb7AJdp2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4Pb7AJdp2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4Pb7AJdp2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4Pb7AJdp2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4Pb7AJdp2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4Pb7AJdp2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-v4Pb7AJdp2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-v4Pb7AJdp2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4Pb7AJdp2 .navbar-dropdown {
  position: fixed;
}
.cid-v4Pb7AJdp2 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v4Pb7AJdp2 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v4Pb7AJdp2 .right-menu,
.cid-v4Pb7AJdp2 .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-v4Pb7AJdp2 .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v4Pb7AJdp2 .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v4Pb7AJdp2 .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-v4Pb7AJdp2 .menu-top {
  text-align: center;
  width: 100%;
  background-color: #149dcc;
  padding: 0.5rem 0;
}
.cid-v4Pb7AJdp2 .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-v4Pb7AJdp2 .card-wrapper {
  z-index: 3;
}
.cid-v4Pb7AJdp2 .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-v4Pb7AJdp2 .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4Pb7AJdp2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4Pb7AXS9V {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4Pb7AXS9V .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4Pb7AXS9V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4Pb7AXS9V .row {
  justify-content: center;
}
.cid-v4Pb7AXS9V .image-wrapper img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v4Pb7AXS9V .image-wrapper img {
    height: 300px;
  }
}
.cid-v4Pb7AXS9V .card-wrapper {
  position: relative;
  padding: 64px;
  overflow: hidden;
  margin-top: -25%;
}
@media (max-width: 1440px) {
  .cid-v4Pb7AXS9V .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v4Pb7AXS9V .card-wrapper {
    padding: 24px;
    margin-top: 12px;
  }
}
.cid-v4Pb7AXS9V .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-v4Pb7AXS9V .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #a0e2e1;
  opacity: .5;
  pointer-events: none;
}
.cid-v4Pb7AXS9V .card-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v4Pb7AXS9V .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v4Pb7AXS9V .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v4Pb7AXS9V .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v4Pb7AXS9V .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v4Pb7AXS9V .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v4Pb7AXS9V .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v4Pb7AXS9V .mbr-section-title {
  color: #2c2c26;
}
.cid-v4Pb7AXS9V .mbr-text,
.cid-v4Pb7AXS9V .text-wrapper {
  color: #63635d;
  text-align: center;
}
.cid-v4Pb7AXS9V .mbr-section-title,
.cid-v4Pb7AXS9V .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v4Pb7B9nB2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v4Pb7B9nB2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4Pb7B9nB2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4Pb7Bj63A {
  padding-top: 30px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mcd-3499-2000x1333.webp");
}
.cid-v4Pb7Bj63A .row {
  justify-content: flex-end;
}
.cid-v4Pb7Bj63A h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-v4Pb7Bj63A h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-v4Pb7Bj63A .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-v4Pb7Bj63A h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-v4Pb7Bj63A h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-v4Pb7Bj63A .mbr-text,
.cid-v4Pb7Bj63A .mbr-section-btn {
  color: #efefef;
}
.cid-v4Pb7Bj63A H1 {
  color: #fafafa;
  text-align: left;
}
.cid-v4Pb7Bj63A H3 {
  text-align: left;
}
.cid-v4Pb7BsSH8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/2b-2000x1600.webp");
}
.cid-v4Pb7BsSH8 .mbr-overlay {
  background: #edefeb;
  opacity: 0.6;
}
.cid-v4Pb7BsSH8 .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-v4Pb7BsSH8 img,
.cid-v4Pb7BsSH8 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v4Pb7BsSH8 .item:focus,
.cid-v4Pb7BsSH8 span:focus {
  outline: none;
}
.cid-v4Pb7BsSH8 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v4Pb7BsSH8 .item {
    margin-bottom: 1rem;
  }
}
.cid-v4Pb7BsSH8 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v4Pb7BsSH8 .mbr-section-title {
  color: #232323;
}
.cid-v4Pb7BsSH8 .mbr-text,
.cid-v4Pb7BsSH8 .mbr-section-btn {
  color: #232323;
}
.cid-v4Pb7BsSH8 .item-title {
  color: #393193;
}
.cid-v4Pb7BsSH8 .content-head {
  max-width: 800px;
}
.cid-v4Pb7BGA48 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #00119a;
}
.cid-v4Pb7BGA48 .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-v4Pb7BGA48 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-v4Pb7BGA48 .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-v4Pb7BGA48 .row {
    text-align: center;
  }
  .cid-v4Pb7BGA48 .row > div {
    margin: auto;
  }
  .cid-v4Pb7BGA48 .social-row {
    justify-content: center;
  }
}
.cid-v4Pb7BGA48 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v4Pb7BGA48 .list {
  list-style: none;
  padding-left: 0;
  color: #b9cdd0;
}
@media (max-width: 991px) {
  .cid-v4Pb7BGA48 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v4Pb7BGA48 .list {
    margin-bottom: 0rem;
  }
}
.cid-v4Pb7BGA48 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v4Pb7BGA48 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v4Pb7BGA48 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v4Pb7BGA48 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4Pb7BGA48 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4Pb7BTa8T {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffd602;
}
.cid-v4PpeP0tTl .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v4PpeP0tTl .nav-item:focus,
.cid-v4PpeP0tTl .nav-link:focus {
  outline: none;
}
.cid-v4PpeP0tTl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v4PpeP0tTl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4PpeP0tTl .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v4PpeP0tTl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v4PpeP0tTl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v4PpeP0tTl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4PpeP0tTl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4PpeP0tTl .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-v4PpeP0tTl .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #00aeff;
}
.cid-v4PpeP0tTl .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #00aeff !important;
}
.cid-v4PpeP0tTl .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-v4PpeP0tTl .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-v4PpeP0tTl .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-v4PpeP0tTl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v4PpeP0tTl .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-v4PpeP0tTl .navbar.collapsed .navbar-collapse.show,
.cid-v4PpeP0tTl .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v4PpeP0tTl .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-v4PpeP0tTl .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-v4PpeP0tTl .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v4PpeP0tTl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4PpeP0tTl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4PpeP0tTl .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v4PpeP0tTl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4PpeP0tTl .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v4PpeP0tTl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4PpeP0tTl .navbar.collapsed .right-menu,
.cid-v4PpeP0tTl .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-v4PpeP0tTl .navbar .navbar-collapse.show,
  .cid-v4PpeP0tTl .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v4PpeP0tTl .navbar .navbar-collapse.show .brand-container,
  .cid-v4PpeP0tTl .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-v4PpeP0tTl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4PpeP0tTl .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v4PpeP0tTl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4PpeP0tTl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4PpeP0tTl .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v4PpeP0tTl .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v4PpeP0tTl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4PpeP0tTl .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v4PpeP0tTl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-v4PpeP0tTl .navbar .right-menu,
  .cid-v4PpeP0tTl .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-v4PpeP0tTl .navbar.navbar-short {
  min-height: 60px;
}
.cid-v4PpeP0tTl .navbar.navbar-short .mbr-overlay {
  background: #00aeff !important;
}
.cid-v4PpeP0tTl .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v4PpeP0tTl .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v4PpeP0tTl .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4PpeP0tTl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4PpeP0tTl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4PpeP0tTl .dropdown-item.active,
.cid-v4PpeP0tTl .dropdown-item:active {
  background-color: transparent;
}
.cid-v4PpeP0tTl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4PpeP0tTl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4PpeP0tTl .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4PpeP0tTl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #00aeff;
}
.cid-v4PpeP0tTl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v4PpeP0tTl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4PpeP0tTl ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-v4PpeP0tTl ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-v4PpeP0tTl .navbar-buttons {
  margin-left: auto;
}
.cid-v4PpeP0tTl button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v4PpeP0tTl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v4PpeP0tTl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4PpeP0tTl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4PpeP0tTl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4PpeP0tTl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4PpeP0tTl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4PpeP0tTl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-v4PpeP0tTl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-v4PpeP0tTl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4PpeP0tTl .navbar-dropdown {
  position: fixed;
}
.cid-v4PpeP0tTl a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v4PpeP0tTl .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v4PpeP0tTl .right-menu,
.cid-v4PpeP0tTl .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-v4PpeP0tTl .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v4PpeP0tTl .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v4PpeP0tTl .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-v4PpeP0tTl .menu-top {
  text-align: center;
  width: 100%;
  background-color: #149dcc;
  padding: 0.5rem 0;
}
.cid-v4PpeP0tTl .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-v4PpeP0tTl .card-wrapper {
  z-index: 3;
}
.cid-v4PpeP0tTl .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-v4PpeP0tTl .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4PpeP0tTl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4PpePdSML {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4PpePdSML .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4PpePdSML .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4PpePdSML .row {
  justify-content: center;
}
.cid-v4PpePdSML .image-wrapper img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v4PpePdSML .image-wrapper img {
    height: 300px;
  }
}
.cid-v4PpePdSML .card-wrapper {
  position: relative;
  padding: 64px;
  overflow: hidden;
  margin-top: -25%;
}
@media (max-width: 1440px) {
  .cid-v4PpePdSML .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v4PpePdSML .card-wrapper {
    padding: 24px;
    margin-top: 12px;
  }
}
.cid-v4PpePdSML .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-v4PpePdSML .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #a0e2e1;
  opacity: .5;
  pointer-events: none;
}
.cid-v4PpePdSML .card-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v4PpePdSML .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v4PpePdSML .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v4PpePdSML .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v4PpePdSML .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v4PpePdSML .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-v4PpePdSML .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v4PpePdSML .mbr-section-title {
  color: #2c2c26;
}
.cid-v4PpePdSML .mbr-text,
.cid-v4PpePdSML .text-wrapper {
  color: #63635d;
  text-align: center;
}
.cid-v4PpePdSML .mbr-section-title,
.cid-v4PpePdSML .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v4PpePmixw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v4PpePmixw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4PpePmixw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4PpePvF8r {
  padding-top: 30px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mcd-3499-2000x1333.webp");
}
.cid-v4PpePvF8r .row {
  justify-content: flex-end;
}
.cid-v4PpePvF8r h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-v4PpePvF8r h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-v4PpePvF8r .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-v4PpePvF8r h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-v4PpePvF8r h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-v4PpePvF8r .mbr-text,
.cid-v4PpePvF8r .mbr-section-btn {
  color: #efefef;
}
.cid-v4PpePvF8r H1 {
  color: #fafafa;
  text-align: left;
}
.cid-v4PpePvF8r H3 {
  text-align: left;
}
.cid-v4PpePE0ix {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/2b-2000x1600.webp");
}
.cid-v4PpePE0ix .mbr-overlay {
  background: #edefeb;
  opacity: 0.6;
}
.cid-v4PpePE0ix .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-v4PpePE0ix img,
.cid-v4PpePE0ix .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v4PpePE0ix .item:focus,
.cid-v4PpePE0ix span:focus {
  outline: none;
}
.cid-v4PpePE0ix .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v4PpePE0ix .item {
    margin-bottom: 1rem;
  }
}
.cid-v4PpePE0ix .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v4PpePE0ix .mbr-section-title {
  color: #232323;
}
.cid-v4PpePE0ix .mbr-text,
.cid-v4PpePE0ix .mbr-section-btn {
  color: #232323;
}
.cid-v4PpePE0ix .item-title {
  color: #393193;
}
.cid-v4PpePE0ix .content-head {
  max-width: 800px;
}
.cid-v4PpePSM1G {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #00119a;
}
.cid-v4PpePSM1G .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-v4PpePSM1G .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-v4PpePSM1G .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-v4PpePSM1G .row {
    text-align: center;
  }
  .cid-v4PpePSM1G .row > div {
    margin: auto;
  }
  .cid-v4PpePSM1G .social-row {
    justify-content: center;
  }
}
.cid-v4PpePSM1G .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v4PpePSM1G .list {
  list-style: none;
  padding-left: 0;
  color: #b9cdd0;
}
@media (max-width: 991px) {
  .cid-v4PpePSM1G .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v4PpePSM1G .list {
    margin-bottom: 0rem;
  }
}
.cid-v4PpePSM1G .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v4PpePSM1G .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v4PpePSM1G div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v4PpePSM1G .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4PpePSM1G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4PpeQ4ctN {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffd602;
}
