.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: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
@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.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((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: #0bf2ec !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0bf2ec !important;
  border-color: #0bf2ec !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #3af6f1 !important;
  border-color: #3af6f1 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #000000 !important;
  background-color: #3af6f1 !important;
  border-color: #3af6f1 !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: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !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: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !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: #0bf2ec;
  color: #0bf2ec;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #079f9b !important;
  background-color: transparent !important;
  border-color: #079f9b !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #000000 !important;
  background-color: #0bf2ec !important;
  border-color: #0bf2ec !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: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !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: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !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: #0bf2ec !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #07908d !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: #000000 !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: #fddb00 !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: #0bf2ec;
}
.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: #ffea64;
}
.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: #0bf2ec;
  border-color: #0bf2ec;
  color: #011616;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #0bf2ec;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ccfdfb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.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: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #0bf2ec !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #0bf2ec;
}
/* 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: #0bf2ec;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0bf2ec;
}
.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: #0bf2ec;
  border-bottom-color: #0bf2ec;
}
.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: #0bf2ec !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='%230bf2ec' %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;
}
.cid-vf2NAD0kqv .navbar-dropdown {
  position: relative !important;
}
.cid-vf2NAD0kqv .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vf2NAD0kqv .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-vf2NAD0kqv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vf2NAD0kqv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-vf2NAD0kqv .dropdown-menu {
    text-align: center;
  }
}
.cid-vf2NAD0kqv .dropdown-item {
  border: 1px solid #0027ba;
  background: #ffb3c1 !important;
  color: #0bf2ec !important;
}
.cid-vf2NAD0kqv .dropdown-item:hover,
.cid-vf2NAD0kqv .dropdown-item:focus {
  background: #ffb3c1 !important;
}
.cid-vf2NAD0kqv .dropdown-item:hover span {
  color: white;
}
.cid-vf2NAD0kqv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vf2NAD0kqv .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vf2NAD0kqv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vf2NAD0kqv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vf2NAD0kqv .nav-link {
  position: relative;
}
.cid-vf2NAD0kqv .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vf2NAD0kqv .container {
    flex-wrap: nowrap;
  }
}
.cid-vf2NAD0kqv .iconfont-wrapper {
  color: #0027ba !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vf2NAD0kqv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vf2NAD0kqv .dropdown-menu,
.cid-vf2NAD0kqv .navbar.opened {
  background: #ffb3c1 !important;
}
.cid-vf2NAD0kqv .nav-item:focus,
.cid-vf2NAD0kqv .nav-link:focus {
  outline: none;
}
.cid-vf2NAD0kqv .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-vf2NAD0kqv .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vf2NAD0kqv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vf2NAD0kqv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vf2NAD0kqv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vf2NAD0kqv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  transition: none;
  margin: 0 !important;
}
.cid-vf2NAD0kqv .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffb3c1;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-vf2NAD0kqv .navbar {
    min-height: 80px;
  }
}
.cid-vf2NAD0kqv .navbar.opened {
  transition: all 0.3s;
}
.cid-vf2NAD0kqv .navbar .dropdown-item {
  padding: 1px 2rem 1px 12px;
  border-radius: 0;
  font-weight: 400;
}
.cid-vf2NAD0kqv .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vf2NAD0kqv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vf2NAD0kqv .navbar.collapsed {
  justify-content: center;
}
.cid-vf2NAD0kqv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vf2NAD0kqv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vf2NAD0kqv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vf2NAD0kqv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vf2NAD0kqv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vf2NAD0kqv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
  right: .8rem;
}
.cid-vf2NAD0kqv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vf2NAD0kqv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  text-align: center;
}
.cid-vf2NAD0kqv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vf2NAD0kqv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vf2NAD0kqv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vf2NAD0kqv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vf2NAD0kqv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vf2NAD0kqv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
    right: .8rem;
  }
  .cid-vf2NAD0kqv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vf2NAD0kqv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vf2NAD0kqv .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 12px;
    text-align: center;
  }
  .cid-vf2NAD0kqv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vf2NAD0kqv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vf2NAD0kqv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vf2NAD0kqv .navbar.navbar-short {
  min-height: 96px;
}
.cid-vf2NAD0kqv .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vf2NAD0kqv .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .cid-vf2NAD0kqv .navbar-brand {
    min-height: 80px;
  }
}
.cid-vf2NAD0kqv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vf2NAD0kqv .navbar-brand .navbar-caption:hover,
.cid-vf2NAD0kqv .navbar-brand .navbar-caption:focus {
  color: #0027ba !important;
}
.cid-vf2NAD0kqv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vf2NAD0kqv .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vf2NAD0kqv .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffb3c1 !important;
}
.cid-vf2NAD0kqv .dropdown-item.active,
.cid-vf2NAD0kqv .dropdown-item:active {
  background-color: transparent;
}
.cid-vf2NAD0kqv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vf2NAD0kqv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vf2NAD0kqv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vf2NAD0kqv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffb3c1;
  top: 2.2rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-vf2NAD0kqv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-vf2NAD0kqv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vf2NAD0kqv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vf2NAD0kqv ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vf2NAD0kqv ul.navbar-nav {
    padding: 8px;
    background-color: transparent;
    border: 1px solid #0027ba;
  }
}
.cid-vf2NAD0kqv .navbar-buttons {
  text-align: center;
}
.cid-vf2NAD0kqv .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-vf2NAD0kqv .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vf2NAD0kqv button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffb3c1 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vf2NAD0kqv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0027ba;
}
.cid-vf2NAD0kqv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vf2NAD0kqv button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vf2NAD0kqv button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vf2NAD0kqv button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vf2NAD0kqv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vf2NAD0kqv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vf2NAD0kqv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vf2NAD0kqv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vf2NAD0kqv .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vf2NAD0kqv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vf2NAD0kqv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vf2NAD0kqv .navbar {
    height: 70px;
  }
  .cid-vf2NAD0kqv .navbar.opened {
    height: auto;
  }
  .cid-vf2NAD0kqv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vf2NAD0kqv .navbar-nav {
  margin: 0 auto;
}
.cid-vf2NAD0kqv .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vf2NAD0kqv .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vf2NAD0kqv .nav-item .nav-link::after {
  color: #0027ba !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vf2NAD0kqv .nav-item .nav-link:hover,
.cid-vf2NAD0kqv .nav-item .nav-link:focus {
  background-color: #0027ba;
  color: #ffb3c1 !important;
}
.cid-vf2NAD0kqv .nav-item .nav-link:hover::after,
.cid-vf2NAD0kqv .nav-item .nav-link:focus::after {
  color: #ffb3c1 !important;
}
.cid-vf2NAD0kqv .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vf2NAD0kqv .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vf2NAD0kqv .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vf2NAD0kqv .nav-item .dropdown-menu .dropdown-item {
  color: #0bf2ec !important;
}
.cid-vf2NAD0kqv .nav-item .dropdown-menu .dropdown-item:hover,
.cid-vf2NAD0kqv .nav-item .dropdown-menu .dropdown-item:focus {
  color: #0027ba !important;
}
@media (max-width: 991px) {
  .cid-vf2NAD0kqv .navbar {
    justify-content: flex-start !important;
  }
  .cid-vf2NAD0kqv .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vf2NAD0kqv .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vf2NAD0kqv .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vf2NAD0kqv .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-vf2NAD0kqv .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-vf2NAD0kqv .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-vf2NAD0kqv .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vf2NAD0kqv .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-vf2NAD0kqv .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-vf2NAD0kqv .content-wrap {
    min-height: 80px;
  }
}
.cid-vf2NOI6eND {
  display: flex;
  background-image: url("../../../assets/images/11.webp");
}
.cid-vf2NOI6eND .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-vf2NOI6eND {
    align-items: flex-end;
  }
  .cid-vf2NOI6eND .row {
    justify-content: center;
  }
  .cid-vf2NOI6eND .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vf2NOI6eND .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vf2NOI6eND {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vf2NOI6eND .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vf2NOI6eND .content-wrap {
    width: 100%;
  }
}
.cid-vf2NOI6eND .mbr-section-title,
.cid-vf2NOI6eND .mbr-section-subtitle {
  text-align: center;
}
.cid-vf2NOI6eND .mbr-text,
.cid-vf2NOI6eND .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vf2NOI6eND .mbr-section-title {
  color: #ffffff;
}
.cid-vf2NZv7QXi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
  background-image: linear-gradient(0deg, #f92c50 -70%, #232323 100%);
}
.cid-vf2NZv7QXi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf2NZv7QXi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf2NZv7QXi .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vf2NZv7QXi .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vf2NZv7QXi .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-vf2NZv7QXi .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vf2NZv7QXi .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vf2NZv7QXi .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vf2NZv7QXi .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vf2NZv7QXi .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-vf2NZv7QXi .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-vf2NZv7QXi .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid #ff6d99;
  color: #ff6d99;
  font-size: 11px;
}
.cid-vf2NZv7QXi .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vf2NZv7QXi .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-vf2NZv7QXi .list_2 {
    padding-left: 0;
  }
}
.cid-vf2NZv7QXi .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vf2NZv7QXi .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-vf2NZv7QXi .mbr-text,
.cid-vf2NZv7QXi .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-vf2NZv7QXi .list {
  color: #666666;
}
.cid-vf2NZv7QXi .list,
.cid-vf2NZv7QXi .item-wrap,
.cid-vf2NZv7QXi .list-wrapper {
  color: #000000;
}
.cid-vf2O3zeleE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vf2O3zeleE .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-vf2O3zeleE .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-vf2NY6AGMq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f92c50;
}
.cid-vf2NY6AGMq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf2NY6AGMq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf2NY6AGMq .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vf2NY6AGMq .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vf2NY6AGMq .title-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-vf2NY6AGMq .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vf2NY6AGMq .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vf2NY6AGMq .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vf2NY6AGMq .tabs-wrapper {
  border-bottom: none;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vf2NY6AGMq .tabs-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vf2NY6AGMq .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
.cid-vf2NY6AGMq .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0;
}
.cid-vf2NY6AGMq .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #54547e;
  padding: 11px 24px;
  border: none;
  transition: all 0.3s ease-in-out;
  background-color: #eeeef4;
  box-shadow: inset 0 0.1875rem 0.375rem -0.5px #cdcddd;
}
.cid-vf2NY6AGMq .tabs-wrapper .nav.nav-tabs .nav-item .nav-link:hover {
  box-shadow: inset 0 0.1875rem 0.375rem 5px #cdcddd;
}
.cid-vf2NY6AGMq .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #eeeef4;
  color: #54547e;
  box-shadow: inset 0 0.1875rem 0.375rem 5px #cdcddd;
}
.cid-vf2NY6AGMq .tab-content .tab-pane .item-content .image-wrapper {
  padding: 12px;
  border: 1px solid #cdcddd;
  background-color: #e0e0eb;
  box-shadow: 0 .25rem .375rem #00000014;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vf2NY6AGMq .tab-content .tab-pane .item-content .image-wrapper {
    padding: 6px;
  }
}
.cid-vf2NY6AGMq .tab-content .tab-pane .item-content .image-wrapper .image-wrap {
  padding: 12px;
  background-color: #ffffff;
  border: 1px solid #cdcddd;
  box-shadow: 0 0.25rem 0.375rem -0.125rem #9797b9;
}
@media (max-width: 992px) {
  .cid-vf2NY6AGMq .tab-content .tab-pane .item-content .image-wrapper .image-wrap {
    padding: 6px;
  }
}
.cid-vf2NY6AGMq .tab-content .tab-pane .item-content .image-wrapper .image-wrap img {
  height: 450px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vf2NY6AGMq .tab-content .tab-pane .item-content .image-wrapper .image-wrap img {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .cid-vf2NY6AGMq .tab-content .tab-pane .item-content .image-wrapper .image-wrap img {
    height: 250px;
  }
}
.cid-vf2NY6AGMq .tab-content .tab-pane .item-content .item-title {
  margin-bottom: 24px;
}
.cid-vf2NY6AGMq .tab-content .tab-pane .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vf2NY6AGMq .tab-content .tab-pane .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-vf2NY6AGMq .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-vf2NY6AGMq .mbr-section-title {
  color: #181824;
  text-align: center;
}
.cid-vf2NY6AGMq .mbr-section-title,
.cid-vf2NY6AGMq .tabs-wrapper {
  text-align: center;
}
.cid-vf2NY6AGMq .item-title {
  color: #181824;
}
.cid-vf2NY6AGMq .item-text,
.cid-vf2NY6AGMq .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-vf2NY6AGMq .item-title,
.cid-vf2NY6AGMq .mbr-section-btn {
  text-align: center;
}
.cid-vf2O2L9OQg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vf2O2L9OQg .mbr-text {
  color: #000000;
}
.cid-vf2O2L9OQg .mbr-section-subtitle {
  color: #000000;
}
.cid-vf2O2L9OQg .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vf2Ogg22Be {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f92c50;
}
.cid-vf2Ogg22Be .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf2Ogg22Be .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf2Ogg22Be .card-wrapper {
  padding: 64px;
  background-color: #f4f6fa;
  display: flex;
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-vf2Ogg22Be .card-wrapper {
    display: block;
    padding: 24px;
    overflow: hidden;
    margin-top: 0;
  }
}
.cid-vf2Ogg22Be .image-wrapper {
  width: 50%;
  padding-right: 56px;
  padding-right: 0;
  padding-left: 56px;
}
@media (max-width: 992px) {
  .cid-vf2Ogg22Be .image-wrapper {
    padding-right: 0;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-vf2Ogg22Be .image-wrapper {
    padding-left: 0;
  }
}
.cid-vf2Ogg22Be .image-wrapper img {
  height: 600px;
  width: 100%;
  object-fit: cover;
  position: sticky;
  top: 132px;
  margin-top: -128px;
}
@media (max-width: 992px) {
  .cid-vf2Ogg22Be .image-wrapper img {
    height: 350px;
    margin: 0 0 32px 0;
    position: static;
  }
}
.cid-vf2Ogg22Be .content-wrapper {
  width: 50%;
  padding-right: 56px;
  padding-right: 0;
  padding-left: 56px;
}
@media (max-width: 1400px) {
  .cid-vf2Ogg22Be .content-wrapper {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-vf2Ogg22Be .content-wrapper {
    width: 100%;
  }
}
@media (max-width: 1400px) {
  .cid-vf2Ogg22Be .content-wrapper {
    padding-left: 0;
  }
}
.cid-vf2Ogg22Be .content-wrapper .tabs-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vf2Ogg22Be .content-wrapper .tabs-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vf2Ogg22Be .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px;
}
.cid-vf2Ogg22Be .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0;
}
.cid-vf2Ogg22Be .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  padding: 6px 26px;
  min-height: 64px;
  background-color: #a6adbf;
  border: 4px solid #afb5c5;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
}
.cid-vf2Ogg22Be .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  color: #ffffff;
  background-color: #ff6d99;
  border: 4px solid #ff7ca4;
}
.cid-vf2Ogg22Be .content-wrapper .tab-content .tab-pane .item-content .image-wrap {
  margin-bottom: 24px;
}
.cid-vf2Ogg22Be .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
  display: inline-flex;
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-vf2Ogg22Be .content-wrapper .tab-content .tab-pane .item-content .item-title {
  margin-bottom: 0;
}
.cid-vf2Ogg22Be .content-wrapper .tab-content .tab-pane .item-content .item-subtitle {
  margin-bottom: 0;
}
.cid-vf2Ogg22Be .content-wrapper .tab-content .tab-pane .item-content .item-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-vf2Ogg22Be .content-wrapper .tab-content .tab-pane .item-content .mbr-section-btn {
  margin-top: 24px;
}
.cid-vf2Ogg22Be .content-wrapper .tab-content .tab-pane .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vf2Ogg22Be .item-title {
  color: #111111;
}
.cid-vf2Ogg22Be .item-subtitle {
  color: #ff6d99;
}
.cid-vf2Ogg22Be .item-text {
  color: #666666;
}
.cid-vf2Ogg22Be .item-title,
.cid-vf2Ogg22Be .tabs-wrapper,
.cid-vf2Ogg22Be .image-wrap {
  text-align: center;
}
.cid-vf2OrRwnOm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vf2OrRwnOm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf2OrRwnOm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf2OrRwnOm .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vf2OrRwnOm .card {
    margin-bottom: 40px;
  }
}
.cid-vf2OrRwnOm .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vf2OrRwnOm .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vf2OrRwnOm .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vf2OrRwnOm .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vf2OrRwnOm .mbr-label {
  color: #be0000;
}
.cid-vf2OrRwnOm .mbr-section-title {
  color: #000000;
}
.cid-vf2OrRwnOm .mbr-text {
  color: #000000;
}
.cid-vf2Oinsdkq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f92c50;
}
.cid-vf2Oinsdkq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf2Oinsdkq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf2Oinsdkq .row {
  margin: 0 -11px;
}
.cid-vf2Oinsdkq .row .card {
  padding: 0 11px;
}
.cid-vf2Oinsdkq .content-wrapper {
  margin-bottom: 88px;
}
@media (max-width: 992px) {
  .cid-vf2Oinsdkq .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vf2Oinsdkq .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-vf2Oinsdkq .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vf2Oinsdkq .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vf2Oinsdkq .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vf2Oinsdkq .tabs-wrapper {
  padding-left: 66px;
}
@media (max-width: 1440px) {
  .cid-vf2Oinsdkq .tabs-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-vf2Oinsdkq .tabs-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vf2Oinsdkq .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: block;
}
@media (max-width: 992px) {
  .cid-vf2Oinsdkq .tabs-wrapper .nav.nav-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.cid-vf2Oinsdkq .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 22px 42px;
  border: 2px solid #3a001d;
  background-color: #f7efdf;
  display: block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vf2Oinsdkq .tabs-wrapper .nav.nav-tabs .nav-item {
    margin-left: 8px;
    margin-right: 8px;
    padding: 16px 22px;
  }
}
.cid-vf2Oinsdkq .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: block;
  background-color: transparent;
  border: none;
  color: #3a001d;
  transition: all 0.3s ease-in-out;
  opacity: .5;
  padding: 0;
}
.cid-vf2Oinsdkq .tabs-wrapper .nav.nav-tabs .nav-item .nav-link:hover {
  opacity: 1;
}
.cid-vf2Oinsdkq .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
  opacity: 1;
}
.cid-vf2Oinsdkq .tab-content {
  padding-right: 66px;
}
@media (max-width: 1440px) {
  .cid-vf2Oinsdkq .tab-content {
    padding-right: 0;
  }
}
.cid-vf2Oinsdkq .tab-content .tab-pane .item-content .image-wrap img {
  width: 100%;
  height: 500px;
  border: 2px solid #3a001d;
  box-shadow: 0 16px 0 #3a001d;
  background-color: #3a001d;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vf2Oinsdkq .tab-content .tab-pane .item-content .image-wrap img {
    height: 350px;
  }
}
@media (max-width: 425px) {
  .cid-vf2Oinsdkq .tab-content .tab-pane .item-content .image-wrap img {
    height: 300px;
  }
}
.cid-vf2Oinsdkq .mbr-section-title,
.cid-vf2Oinsdkq .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vf2Oinsdkq .mbr-text,
.cid-vf2Oinsdkq .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vf2Oinsdkq .card-text,
.cid-vf2Oinsdkq .item .mbr-section-btn {
  text-align: center;
}
.cid-vf2OtzDrbA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-vf2OtzDrbA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf2OtzDrbA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf2OtzDrbA .card {
  justify-content: center;
}
.cid-vf2OtzDrbA .content-wrapper .mbr-label {
  margin-bottom: 16px;
}
.cid-vf2OtzDrbA .content-wrapper .title-wrap {
  margin-bottom: 24px;
}
.cid-vf2OtzDrbA .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vf2OtzDrbA .content-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vf2OtzDrbA .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vf2OtzDrbA .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vf2OtzDrbA .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vf2OtzDrbA .border-wrapper {
  margin-top: 40px;
  height: 1px;
  width: 100%;
  background-image: linear-gradient(90deg, transparent -20%, #323232 50%, transparent 120%);
}
.cid-vf2OtzDrbA .mbr-label {
  color: #ffdf7d;
  text-align: center;
}
.cid-vf2OtzDrbA .mbr-section-title {
  color: #808080;
}
.cid-vf2OtzDrbA .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vf2OtzDrbA .mbr-text {
  color: #808080;
  text-align: center;
}
.cid-vf2OtzDrbA .mbr-section-title,
.cid-vf2OtzDrbA .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vf2OtzDrbA .mbr-text,
.cid-vf2OtzDrbA .text-wrapper {
  color: #ffffff;
}
.cid-vf2OJT9khn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-vf2OJT9khn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf2OJT9khn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf2OJT9khn .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vf2OJT9khn .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vf2OJT9khn .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vf2OJT9khn .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vf2OJT9khn .tabs-wrapper {
  padding-bottom: 24px;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vf2OJT9khn .tabs-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vf2OJT9khn .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-vf2OJT9khn .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 8px 8px;
}
.cid-vf2OJT9khn .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #b9b9b9;
  padding: 14px 32px;
  margin-bottom: 0;
  background-color: #272b2e;
  border: none;
}
.cid-vf2OJT9khn .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  color: #ffffff;
  background-color: #f96e47;
}
.cid-vf2OJT9khn .tab-content .tab-pane .content-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vf2OJT9khn .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-vf2OJT9khn .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vf2OJT9khn .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-vf2OJT9khn .tab-content .tab-pane .content-wrapper .image-wrapper img {
  height: 440px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vf2OJT9khn .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-vf2OJT9khn .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vf2OJT9khn .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-vf2OJT9khn .tab-content .tab-pane .content-wrapper .text-wrapper .item-title {
  margin-bottom: 24px;
}
.cid-vf2OJT9khn .tab-content .tab-pane .content-wrapper .text-wrapper .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-vf2OJT9khn .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vf2OJT9khn .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vf2OJT9khn .item-title {
  color: #ffffff;
}
.cid-vf2OJT9khn .item-text {
  color: #ffffff;
}
.cid-vf2OPQLTeW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vf2OPQLTeW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf2OPQLTeW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf2OPQLTeW .row {
  justify-content: space-between;
}
.cid-vf2OPQLTeW .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-vf2OPQLTeW .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vf2OPQLTeW .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-vf2OPQLTeW .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vf2OPQLTeW .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vf2OPQLTeW .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vf2OPQLTeW .mbr-label {
  color: #000000;
}
.cid-vf2OPQLTeW .mbr-section-title {
  color: #000000;
}
.cid-vf2OPQLTeW .mbr-desc {
  color: #000000;
}
.cid-vf2OPQLTeW .mbr-text {
  color: #8a8a8a;
}
.cid-vf2OPQLTeW .mbr-text,
.cid-vf2OPQLTeW .mbr-section-btn {
  color: #232323;
}
.cid-vf2P1gPQoN {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #f92c50;
}
.cid-vf2P1gPQoN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf2P1gPQoN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf2P1gPQoN .row {
  justify-content: center;
}
.cid-vf2P1gPQoN .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-vf2P1gPQoN .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vf2P1gPQoN .content-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #ffbe0d;
}
.cid-vf2P1gPQoN .content-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vf2P1gPQoN .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-vf2P1gPQoN .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .cid-vf2P1gPQoN .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vf2P1gPQoN .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
    width: 100%;
  }
}
.cid-vf2P1gPQoN .mbr-label,
.cid-vf2P1gPQoN .label-wrapper {
  color: #FFBE0D;
  text-align: center;
}
.cid-vf2P1gPQoN .mbr-section-title {
  color: #fff7ee;
}
.cid-vf2P1gPQoN .mbr-text,
.cid-vf2P1gPQoN .text-wrapper {
  color: #fff7ee;
  text-align: center;
}
.cid-vf2P1gPQoN .mbr-section-title,
.cid-vf2P1gPQoN .mbr-section-btn {
  text-align: center;
}
.cid-vf2P6JNwnr {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-vf2P6JNwnr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf2P6JNwnr .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-vf2P6JNwnr .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vf2P6JNwnr .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-vf2P6JNwnr .google-map {
  height: 100%;
  position: relative;
}
.cid-vf2P6JNwnr .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vf2P6JNwnr .google-map iframe {
    min-height: 350px;
  }
}
.cid-vf2P6JNwnr .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-vf2P6JNwnr .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vf2P6JNwnr .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vf2P6JNwnr .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vf2P6JNwnr .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vf2P6JNwnr .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vf2P6JNwnr ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vf2P6JNwnr .content-head {
  max-width: 800px;
}
.cid-vf2Pp6U1rf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f92c50;
}
.cid-vf2Pp6U1rf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf2Pp6U1rf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf2Pp6U1rf .row {
  justify-content: center;
}
.cid-vf2Pp6U1rf .card {
  justify-content: flex-end;
}
.cid-vf2Pp6U1rf .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vf2Pp6U1rf .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vf2Pp6U1rf .title-wrapper .logo-wrapper {
  margin-bottom: 20px;
}
.cid-vf2Pp6U1rf .title-wrapper .logo-wrapper img {
  display: inline-block;
  height: 48px;
  width: 48px;
  object-fit: cover;
  border-radius: 5px !important;
}
.cid-vf2Pp6U1rf .title-wrapper .mbr-section-title {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #386bb7, #ffffff);
  margin-bottom: 0;
}
.cid-vf2Pp6U1rf .mbr-section-btn {
  margin-top: 20px;
}
.cid-vf2Pp6U1rf .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vf2Pp6U1rf .mbr-section-btn .btn::after,
.cid-vf2Pp6U1rf .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-vf2Pp6U1rf .mbr-section-btn .btn:hover,
.cid-vf2Pp6U1rf .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-vf2Pp6U1rf .mbr-section-btn .btn:hover::after,
.cid-vf2Pp6U1rf .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-vf2Pp6U1rf .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vf2Pp6U1rf .nav-wrapper {
    margin-bottom: 40px;
    gap: 20px;
  }
}
.cid-vf2Pp6U1rf .nav-wrapper .nav-wrap .nav-title {
  margin-bottom: 10px;
}
.cid-vf2Pp6U1rf .nav-wrapper .nav-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vf2Pp6U1rf .nav-wrapper .nav-wrap .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all .3s ease;
}
.cid-vf2Pp6U1rf .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vf2Pp6U1rf .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-vf2Pp6U1rf .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #adadad;
  transform: translateX(5px);
}
.cid-vf2Pp6U1rf .mbr-copy {
  background-color: #2c2c2c;
  padding: 30px 40px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vf2Pp6U1rf .mbr-copy {
    padding: 20px;
  }
}
.cid-vf2Pp6U1rf .mbr-section-title {
  color: #ffffff;
}
.cid-vf2Pp6U1rf .nav-title {
  color: #ffffff;
}
.cid-vf2Pp6U1rf .list {
  color: #ffffff;
}
.cid-vf33Y2GLDM .navbar-dropdown {
  position: relative !important;
}
.cid-vf33Y2GLDM .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vf33Y2GLDM .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-vf33Y2GLDM .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vf33Y2GLDM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-vf33Y2GLDM .dropdown-menu {
    text-align: center;
  }
}
.cid-vf33Y2GLDM .dropdown-item {
  border: 1px solid #0027ba;
  background: #ffb3c1 !important;
  color: #0bf2ec !important;
}
.cid-vf33Y2GLDM .dropdown-item:hover,
.cid-vf33Y2GLDM .dropdown-item:focus {
  background: #ffb3c1 !important;
}
.cid-vf33Y2GLDM .dropdown-item:hover span {
  color: white;
}
.cid-vf33Y2GLDM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vf33Y2GLDM .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vf33Y2GLDM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vf33Y2GLDM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vf33Y2GLDM .nav-link {
  position: relative;
}
.cid-vf33Y2GLDM .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vf33Y2GLDM .container {
    flex-wrap: nowrap;
  }
}
.cid-vf33Y2GLDM .iconfont-wrapper {
  color: #0027ba !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vf33Y2GLDM .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vf33Y2GLDM .dropdown-menu,
.cid-vf33Y2GLDM .navbar.opened {
  background: #ffb3c1 !important;
}
.cid-vf33Y2GLDM .nav-item:focus,
.cid-vf33Y2GLDM .nav-link:focus {
  outline: none;
}
.cid-vf33Y2GLDM .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-vf33Y2GLDM .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vf33Y2GLDM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vf33Y2GLDM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vf33Y2GLDM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vf33Y2GLDM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  transition: none;
  margin: 0 !important;
}
.cid-vf33Y2GLDM .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffb3c1;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-vf33Y2GLDM .navbar {
    min-height: 80px;
  }
}
.cid-vf33Y2GLDM .navbar.opened {
  transition: all 0.3s;
}
.cid-vf33Y2GLDM .navbar .dropdown-item {
  padding: 1px 2rem 1px 12px;
  border-radius: 0;
  font-weight: 400;
}
.cid-vf33Y2GLDM .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vf33Y2GLDM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vf33Y2GLDM .navbar.collapsed {
  justify-content: center;
}
.cid-vf33Y2GLDM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vf33Y2GLDM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vf33Y2GLDM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vf33Y2GLDM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vf33Y2GLDM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vf33Y2GLDM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
  right: .8rem;
}
.cid-vf33Y2GLDM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vf33Y2GLDM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  text-align: center;
}
.cid-vf33Y2GLDM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vf33Y2GLDM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vf33Y2GLDM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vf33Y2GLDM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vf33Y2GLDM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vf33Y2GLDM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
    right: .8rem;
  }
  .cid-vf33Y2GLDM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vf33Y2GLDM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vf33Y2GLDM .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 12px;
    text-align: center;
  }
  .cid-vf33Y2GLDM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vf33Y2GLDM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vf33Y2GLDM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vf33Y2GLDM .navbar.navbar-short {
  min-height: 96px;
}
.cid-vf33Y2GLDM .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vf33Y2GLDM .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .cid-vf33Y2GLDM .navbar-brand {
    min-height: 80px;
  }
}
.cid-vf33Y2GLDM .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vf33Y2GLDM .navbar-brand .navbar-caption:hover,
.cid-vf33Y2GLDM .navbar-brand .navbar-caption:focus {
  color: #0027ba !important;
}
.cid-vf33Y2GLDM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vf33Y2GLDM .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vf33Y2GLDM .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffb3c1 !important;
}
.cid-vf33Y2GLDM .dropdown-item.active,
.cid-vf33Y2GLDM .dropdown-item:active {
  background-color: transparent;
}
.cid-vf33Y2GLDM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vf33Y2GLDM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vf33Y2GLDM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vf33Y2GLDM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffb3c1;
  top: 2.2rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-vf33Y2GLDM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-vf33Y2GLDM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vf33Y2GLDM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vf33Y2GLDM ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vf33Y2GLDM ul.navbar-nav {
    padding: 8px;
    background-color: transparent;
    border: 1px solid #0027ba;
  }
}
.cid-vf33Y2GLDM .navbar-buttons {
  text-align: center;
}
.cid-vf33Y2GLDM .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-vf33Y2GLDM .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vf33Y2GLDM button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffb3c1 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vf33Y2GLDM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0027ba;
}
.cid-vf33Y2GLDM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vf33Y2GLDM button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vf33Y2GLDM button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vf33Y2GLDM button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vf33Y2GLDM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vf33Y2GLDM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vf33Y2GLDM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vf33Y2GLDM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vf33Y2GLDM .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vf33Y2GLDM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vf33Y2GLDM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vf33Y2GLDM .navbar {
    height: 70px;
  }
  .cid-vf33Y2GLDM .navbar.opened {
    height: auto;
  }
  .cid-vf33Y2GLDM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vf33Y2GLDM .navbar-nav {
  margin: 0 auto;
}
.cid-vf33Y2GLDM .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vf33Y2GLDM .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vf33Y2GLDM .nav-item .nav-link::after {
  color: #0027ba !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vf33Y2GLDM .nav-item .nav-link:hover,
.cid-vf33Y2GLDM .nav-item .nav-link:focus {
  background-color: #0027ba;
  color: #ffb3c1 !important;
}
.cid-vf33Y2GLDM .nav-item .nav-link:hover::after,
.cid-vf33Y2GLDM .nav-item .nav-link:focus::after {
  color: #ffb3c1 !important;
}
.cid-vf33Y2GLDM .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vf33Y2GLDM .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vf33Y2GLDM .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vf33Y2GLDM .nav-item .dropdown-menu .dropdown-item {
  color: #0bf2ec !important;
}
.cid-vf33Y2GLDM .nav-item .dropdown-menu .dropdown-item:hover,
.cid-vf33Y2GLDM .nav-item .dropdown-menu .dropdown-item:focus {
  color: #0027ba !important;
}
@media (max-width: 991px) {
  .cid-vf33Y2GLDM .navbar {
    justify-content: flex-start !important;
  }
  .cid-vf33Y2GLDM .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vf33Y2GLDM .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vf33Y2GLDM .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vf33Y2GLDM .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-vf33Y2GLDM .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-vf33Y2GLDM .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-vf33Y2GLDM .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vf33Y2GLDM .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-vf33Y2GLDM .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-vf33Y2GLDM .content-wrap {
    min-height: 80px;
  }
}
.cid-vf33Y4Be8k {
  display: flex;
  background-image: url("../../../assets/images/3.webp");
}
.cid-vf33Y4Be8k .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-vf33Y4Be8k {
    align-items: flex-end;
  }
  .cid-vf33Y4Be8k .row {
    justify-content: center;
  }
  .cid-vf33Y4Be8k .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vf33Y4Be8k .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vf33Y4Be8k {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vf33Y4Be8k .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vf33Y4Be8k .content-wrap {
    width: 100%;
  }
}
.cid-vf33Y4Be8k .mbr-section-title,
.cid-vf33Y4Be8k .mbr-section-subtitle {
  text-align: center;
}
.cid-vf33Y4Be8k .mbr-text,
.cid-vf33Y4Be8k .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vf33Y4Be8k .mbr-section-title {
  color: #ffffff;
}
.cid-vf33Y6YuYY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f92c50;
}
.cid-vf33Y6YuYY .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vf33Y6YuYY .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-vf33YjDloE {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-vf33YjDloE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf33YjDloE .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-vf33YjDloE .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vf33YjDloE .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-vf33YjDloE .google-map {
  height: 100%;
  position: relative;
}
.cid-vf33YjDloE .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vf33YjDloE .google-map iframe {
    min-height: 350px;
  }
}
.cid-vf33YjDloE .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-vf33YjDloE .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vf33YjDloE .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vf33YjDloE .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vf33YjDloE .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vf33YjDloE .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vf33YjDloE ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vf33YjDloE .content-head {
  max-width: 800px;
}
.cid-vf33YkWxUb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f92c50;
}
.cid-vf33YkWxUb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf33YkWxUb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf33YkWxUb .row {
  justify-content: center;
}
.cid-vf33YkWxUb .card {
  justify-content: flex-end;
}
.cid-vf33YkWxUb .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vf33YkWxUb .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vf33YkWxUb .title-wrapper .logo-wrapper {
  margin-bottom: 20px;
}
.cid-vf33YkWxUb .title-wrapper .logo-wrapper img {
  display: inline-block;
  height: 48px;
  width: 48px;
  object-fit: cover;
  border-radius: 5px !important;
}
.cid-vf33YkWxUb .title-wrapper .mbr-section-title {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #386bb7, #ffffff);
  margin-bottom: 0;
}
.cid-vf33YkWxUb .mbr-section-btn {
  margin-top: 20px;
}
.cid-vf33YkWxUb .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vf33YkWxUb .mbr-section-btn .btn::after,
.cid-vf33YkWxUb .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-vf33YkWxUb .mbr-section-btn .btn:hover,
.cid-vf33YkWxUb .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-vf33YkWxUb .mbr-section-btn .btn:hover::after,
.cid-vf33YkWxUb .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-vf33YkWxUb .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vf33YkWxUb .nav-wrapper {
    margin-bottom: 40px;
    gap: 20px;
  }
}
.cid-vf33YkWxUb .nav-wrapper .nav-wrap .nav-title {
  margin-bottom: 10px;
}
.cid-vf33YkWxUb .nav-wrapper .nav-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vf33YkWxUb .nav-wrapper .nav-wrap .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all .3s ease;
}
.cid-vf33YkWxUb .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vf33YkWxUb .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-vf33YkWxUb .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #adadad;
  transform: translateX(5px);
}
.cid-vf33YkWxUb .mbr-copy {
  background-color: #2c2c2c;
  padding: 30px 40px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vf33YkWxUb .mbr-copy {
    padding: 20px;
  }
}
.cid-vf33YkWxUb .mbr-section-title {
  color: #ffffff;
}
.cid-vf33YkWxUb .nav-title {
  color: #ffffff;
}
.cid-vf33YkWxUb .list {
  color: #ffffff;
}
.cid-vf34FA5zBh .navbar-dropdown {
  position: relative !important;
}
.cid-vf34FA5zBh .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vf34FA5zBh .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-vf34FA5zBh .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vf34FA5zBh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-vf34FA5zBh .dropdown-menu {
    text-align: center;
  }
}
.cid-vf34FA5zBh .dropdown-item {
  border: 1px solid #0027ba;
  background: #ffb3c1 !important;
  color: #0bf2ec !important;
}
.cid-vf34FA5zBh .dropdown-item:hover,
.cid-vf34FA5zBh .dropdown-item:focus {
  background: #ffb3c1 !important;
}
.cid-vf34FA5zBh .dropdown-item:hover span {
  color: white;
}
.cid-vf34FA5zBh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vf34FA5zBh .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vf34FA5zBh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vf34FA5zBh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vf34FA5zBh .nav-link {
  position: relative;
}
.cid-vf34FA5zBh .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vf34FA5zBh .container {
    flex-wrap: nowrap;
  }
}
.cid-vf34FA5zBh .iconfont-wrapper {
  color: #0027ba !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vf34FA5zBh .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vf34FA5zBh .dropdown-menu,
.cid-vf34FA5zBh .navbar.opened {
  background: #ffb3c1 !important;
}
.cid-vf34FA5zBh .nav-item:focus,
.cid-vf34FA5zBh .nav-link:focus {
  outline: none;
}
.cid-vf34FA5zBh .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-vf34FA5zBh .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vf34FA5zBh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vf34FA5zBh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vf34FA5zBh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vf34FA5zBh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  transition: none;
  margin: 0 !important;
}
.cid-vf34FA5zBh .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffb3c1;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-vf34FA5zBh .navbar {
    min-height: 80px;
  }
}
.cid-vf34FA5zBh .navbar.opened {
  transition: all 0.3s;
}
.cid-vf34FA5zBh .navbar .dropdown-item {
  padding: 1px 2rem 1px 12px;
  border-radius: 0;
  font-weight: 400;
}
.cid-vf34FA5zBh .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vf34FA5zBh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vf34FA5zBh .navbar.collapsed {
  justify-content: center;
}
.cid-vf34FA5zBh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vf34FA5zBh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vf34FA5zBh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vf34FA5zBh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vf34FA5zBh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vf34FA5zBh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
  right: .8rem;
}
.cid-vf34FA5zBh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vf34FA5zBh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  text-align: center;
}
.cid-vf34FA5zBh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vf34FA5zBh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vf34FA5zBh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vf34FA5zBh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vf34FA5zBh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vf34FA5zBh .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
    right: .8rem;
  }
  .cid-vf34FA5zBh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vf34FA5zBh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vf34FA5zBh .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 12px;
    text-align: center;
  }
  .cid-vf34FA5zBh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vf34FA5zBh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vf34FA5zBh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vf34FA5zBh .navbar.navbar-short {
  min-height: 96px;
}
.cid-vf34FA5zBh .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vf34FA5zBh .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .cid-vf34FA5zBh .navbar-brand {
    min-height: 80px;
  }
}
.cid-vf34FA5zBh .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vf34FA5zBh .navbar-brand .navbar-caption:hover,
.cid-vf34FA5zBh .navbar-brand .navbar-caption:focus {
  color: #0027ba !important;
}
.cid-vf34FA5zBh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vf34FA5zBh .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vf34FA5zBh .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffb3c1 !important;
}
.cid-vf34FA5zBh .dropdown-item.active,
.cid-vf34FA5zBh .dropdown-item:active {
  background-color: transparent;
}
.cid-vf34FA5zBh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vf34FA5zBh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vf34FA5zBh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vf34FA5zBh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffb3c1;
  top: 2.2rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-vf34FA5zBh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-vf34FA5zBh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vf34FA5zBh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vf34FA5zBh ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vf34FA5zBh ul.navbar-nav {
    padding: 8px;
    background-color: transparent;
    border: 1px solid #0027ba;
  }
}
.cid-vf34FA5zBh .navbar-buttons {
  text-align: center;
}
.cid-vf34FA5zBh .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-vf34FA5zBh .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vf34FA5zBh button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffb3c1 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vf34FA5zBh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0027ba;
}
.cid-vf34FA5zBh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vf34FA5zBh button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vf34FA5zBh button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vf34FA5zBh button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vf34FA5zBh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vf34FA5zBh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vf34FA5zBh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vf34FA5zBh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vf34FA5zBh .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vf34FA5zBh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vf34FA5zBh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vf34FA5zBh .navbar {
    height: 70px;
  }
  .cid-vf34FA5zBh .navbar.opened {
    height: auto;
  }
  .cid-vf34FA5zBh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vf34FA5zBh .navbar-nav {
  margin: 0 auto;
}
.cid-vf34FA5zBh .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vf34FA5zBh .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vf34FA5zBh .nav-item .nav-link::after {
  color: #0027ba !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vf34FA5zBh .nav-item .nav-link:hover,
.cid-vf34FA5zBh .nav-item .nav-link:focus {
  background-color: #0027ba;
  color: #ffb3c1 !important;
}
.cid-vf34FA5zBh .nav-item .nav-link:hover::after,
.cid-vf34FA5zBh .nav-item .nav-link:focus::after {
  color: #ffb3c1 !important;
}
.cid-vf34FA5zBh .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vf34FA5zBh .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vf34FA5zBh .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vf34FA5zBh .nav-item .dropdown-menu .dropdown-item {
  color: #0bf2ec !important;
}
.cid-vf34FA5zBh .nav-item .dropdown-menu .dropdown-item:hover,
.cid-vf34FA5zBh .nav-item .dropdown-menu .dropdown-item:focus {
  color: #0027ba !important;
}
@media (max-width: 991px) {
  .cid-vf34FA5zBh .navbar {
    justify-content: flex-start !important;
  }
  .cid-vf34FA5zBh .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vf34FA5zBh .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vf34FA5zBh .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vf34FA5zBh .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-vf34FA5zBh .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-vf34FA5zBh .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-vf34FA5zBh .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vf34FA5zBh .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-vf34FA5zBh .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-vf34FA5zBh .content-wrap {
    min-height: 80px;
  }
}
.cid-vf34FBFBdI {
  display: flex;
  background-image: url("../../../assets/images/7.webp");
}
.cid-vf34FBFBdI .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-vf34FBFBdI {
    align-items: flex-end;
  }
  .cid-vf34FBFBdI .row {
    justify-content: center;
  }
  .cid-vf34FBFBdI .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vf34FBFBdI .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vf34FBFBdI {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vf34FBFBdI .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vf34FBFBdI .content-wrap {
    width: 100%;
  }
}
.cid-vf34FBFBdI .mbr-section-title,
.cid-vf34FBFBdI .mbr-section-subtitle {
  text-align: center;
}
.cid-vf34FBFBdI .mbr-text,
.cid-vf34FBFBdI .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vf34FBFBdI .mbr-section-title {
  color: #ffffff;
}
.cid-vf34FCRDuY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f92c50;
}
.cid-vf34FCRDuY .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vf34FCRDuY .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-vf34FCRDuY .mbr-section-title DIV {
  text-align: justify;
}
.cid-vf34FDOWza {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-vf34FDOWza .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf34FDOWza .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-vf34FDOWza .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vf34FDOWza .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-vf34FDOWza .google-map {
  height: 100%;
  position: relative;
}
.cid-vf34FDOWza .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vf34FDOWza .google-map iframe {
    min-height: 350px;
  }
}
.cid-vf34FDOWza .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-vf34FDOWza .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vf34FDOWza .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vf34FDOWza .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vf34FDOWza .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vf34FDOWza .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vf34FDOWza ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vf34FDOWza .content-head {
  max-width: 800px;
}
.cid-vf34FEVoIa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f92c50;
}
.cid-vf34FEVoIa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf34FEVoIa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf34FEVoIa .row {
  justify-content: center;
}
.cid-vf34FEVoIa .card {
  justify-content: flex-end;
}
.cid-vf34FEVoIa .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vf34FEVoIa .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vf34FEVoIa .title-wrapper .logo-wrapper {
  margin-bottom: 20px;
}
.cid-vf34FEVoIa .title-wrapper .logo-wrapper img {
  display: inline-block;
  height: 48px;
  width: 48px;
  object-fit: cover;
  border-radius: 5px !important;
}
.cid-vf34FEVoIa .title-wrapper .mbr-section-title {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #386bb7, #ffffff);
  margin-bottom: 0;
}
.cid-vf34FEVoIa .mbr-section-btn {
  margin-top: 20px;
}
.cid-vf34FEVoIa .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vf34FEVoIa .mbr-section-btn .btn::after,
.cid-vf34FEVoIa .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-vf34FEVoIa .mbr-section-btn .btn:hover,
.cid-vf34FEVoIa .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-vf34FEVoIa .mbr-section-btn .btn:hover::after,
.cid-vf34FEVoIa .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-vf34FEVoIa .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vf34FEVoIa .nav-wrapper {
    margin-bottom: 40px;
    gap: 20px;
  }
}
.cid-vf34FEVoIa .nav-wrapper .nav-wrap .nav-title {
  margin-bottom: 10px;
}
.cid-vf34FEVoIa .nav-wrapper .nav-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vf34FEVoIa .nav-wrapper .nav-wrap .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all .3s ease;
}
.cid-vf34FEVoIa .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vf34FEVoIa .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-vf34FEVoIa .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #adadad;
  transform: translateX(5px);
}
.cid-vf34FEVoIa .mbr-copy {
  background-color: #2c2c2c;
  padding: 30px 40px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vf34FEVoIa .mbr-copy {
    padding: 20px;
  }
}
.cid-vf34FEVoIa .mbr-section-title {
  color: #ffffff;
}
.cid-vf34FEVoIa .nav-title {
  color: #ffffff;
}
.cid-vf34FEVoIa .list {
  color: #ffffff;
}
.cid-vf3bGZSqtO .navbar-dropdown {
  position: relative !important;
}
.cid-vf3bGZSqtO .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vf3bGZSqtO .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-vf3bGZSqtO .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vf3bGZSqtO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-vf3bGZSqtO .dropdown-menu {
    text-align: center;
  }
}
.cid-vf3bGZSqtO .dropdown-item {
  border: 1px solid #0027ba;
  background: #ffb3c1 !important;
  color: #0bf2ec !important;
}
.cid-vf3bGZSqtO .dropdown-item:hover,
.cid-vf3bGZSqtO .dropdown-item:focus {
  background: #ffb3c1 !important;
}
.cid-vf3bGZSqtO .dropdown-item:hover span {
  color: white;
}
.cid-vf3bGZSqtO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vf3bGZSqtO .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vf3bGZSqtO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vf3bGZSqtO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vf3bGZSqtO .nav-link {
  position: relative;
}
.cid-vf3bGZSqtO .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vf3bGZSqtO .container {
    flex-wrap: nowrap;
  }
}
.cid-vf3bGZSqtO .iconfont-wrapper {
  color: #0027ba !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vf3bGZSqtO .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vf3bGZSqtO .dropdown-menu,
.cid-vf3bGZSqtO .navbar.opened {
  background: #ffb3c1 !important;
}
.cid-vf3bGZSqtO .nav-item:focus,
.cid-vf3bGZSqtO .nav-link:focus {
  outline: none;
}
.cid-vf3bGZSqtO .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-vf3bGZSqtO .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vf3bGZSqtO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vf3bGZSqtO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vf3bGZSqtO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vf3bGZSqtO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  transition: none;
  margin: 0 !important;
}
.cid-vf3bGZSqtO .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffb3c1;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-vf3bGZSqtO .navbar {
    min-height: 80px;
  }
}
.cid-vf3bGZSqtO .navbar.opened {
  transition: all 0.3s;
}
.cid-vf3bGZSqtO .navbar .dropdown-item {
  padding: 1px 2rem 1px 12px;
  border-radius: 0;
  font-weight: 400;
}
.cid-vf3bGZSqtO .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vf3bGZSqtO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vf3bGZSqtO .navbar.collapsed {
  justify-content: center;
}
.cid-vf3bGZSqtO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vf3bGZSqtO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vf3bGZSqtO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vf3bGZSqtO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vf3bGZSqtO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vf3bGZSqtO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
  right: .8rem;
}
.cid-vf3bGZSqtO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vf3bGZSqtO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  text-align: center;
}
.cid-vf3bGZSqtO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vf3bGZSqtO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vf3bGZSqtO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vf3bGZSqtO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vf3bGZSqtO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vf3bGZSqtO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
    right: .8rem;
  }
  .cid-vf3bGZSqtO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vf3bGZSqtO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vf3bGZSqtO .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 12px;
    text-align: center;
  }
  .cid-vf3bGZSqtO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vf3bGZSqtO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vf3bGZSqtO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vf3bGZSqtO .navbar.navbar-short {
  min-height: 96px;
}
.cid-vf3bGZSqtO .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vf3bGZSqtO .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .cid-vf3bGZSqtO .navbar-brand {
    min-height: 80px;
  }
}
.cid-vf3bGZSqtO .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vf3bGZSqtO .navbar-brand .navbar-caption:hover,
.cid-vf3bGZSqtO .navbar-brand .navbar-caption:focus {
  color: #0027ba !important;
}
.cid-vf3bGZSqtO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vf3bGZSqtO .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vf3bGZSqtO .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffb3c1 !important;
}
.cid-vf3bGZSqtO .dropdown-item.active,
.cid-vf3bGZSqtO .dropdown-item:active {
  background-color: transparent;
}
.cid-vf3bGZSqtO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vf3bGZSqtO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vf3bGZSqtO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vf3bGZSqtO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffb3c1;
  top: 2.2rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-vf3bGZSqtO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-vf3bGZSqtO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vf3bGZSqtO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vf3bGZSqtO ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vf3bGZSqtO ul.navbar-nav {
    padding: 8px;
    background-color: transparent;
    border: 1px solid #0027ba;
  }
}
.cid-vf3bGZSqtO .navbar-buttons {
  text-align: center;
}
.cid-vf3bGZSqtO .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-vf3bGZSqtO .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vf3bGZSqtO button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffb3c1 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vf3bGZSqtO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0027ba;
}
.cid-vf3bGZSqtO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vf3bGZSqtO button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vf3bGZSqtO button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vf3bGZSqtO button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vf3bGZSqtO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vf3bGZSqtO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vf3bGZSqtO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vf3bGZSqtO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vf3bGZSqtO .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vf3bGZSqtO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vf3bGZSqtO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vf3bGZSqtO .navbar {
    height: 70px;
  }
  .cid-vf3bGZSqtO .navbar.opened {
    height: auto;
  }
  .cid-vf3bGZSqtO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vf3bGZSqtO .navbar-nav {
  margin: 0 auto;
}
.cid-vf3bGZSqtO .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vf3bGZSqtO .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vf3bGZSqtO .nav-item .nav-link::after {
  color: #0027ba !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vf3bGZSqtO .nav-item .nav-link:hover,
.cid-vf3bGZSqtO .nav-item .nav-link:focus {
  background-color: #0027ba;
  color: #ffb3c1 !important;
}
.cid-vf3bGZSqtO .nav-item .nav-link:hover::after,
.cid-vf3bGZSqtO .nav-item .nav-link:focus::after {
  color: #ffb3c1 !important;
}
.cid-vf3bGZSqtO .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vf3bGZSqtO .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vf3bGZSqtO .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vf3bGZSqtO .nav-item .dropdown-menu .dropdown-item {
  color: #0bf2ec !important;
}
.cid-vf3bGZSqtO .nav-item .dropdown-menu .dropdown-item:hover,
.cid-vf3bGZSqtO .nav-item .dropdown-menu .dropdown-item:focus {
  color: #0027ba !important;
}
@media (max-width: 991px) {
  .cid-vf3bGZSqtO .navbar {
    justify-content: flex-start !important;
  }
  .cid-vf3bGZSqtO .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vf3bGZSqtO .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vf3bGZSqtO .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vf3bGZSqtO .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-vf3bGZSqtO .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-vf3bGZSqtO .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-vf3bGZSqtO .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vf3bGZSqtO .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-vf3bGZSqtO .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-vf3bGZSqtO .content-wrap {
    min-height: 80px;
  }
}
.cid-vf3bH1Yiwh {
  display: flex;
  background-image: url("../../../assets/images/10.webp");
}
.cid-vf3bH1Yiwh .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-vf3bH1Yiwh {
    align-items: flex-end;
  }
  .cid-vf3bH1Yiwh .row {
    justify-content: center;
  }
  .cid-vf3bH1Yiwh .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vf3bH1Yiwh .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vf3bH1Yiwh {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vf3bH1Yiwh .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vf3bH1Yiwh .content-wrap {
    width: 100%;
  }
}
.cid-vf3bH1Yiwh .mbr-section-title,
.cid-vf3bH1Yiwh .mbr-section-subtitle {
  text-align: center;
}
.cid-vf3bH1Yiwh .mbr-text,
.cid-vf3bH1Yiwh .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vf3bH1Yiwh .mbr-section-title {
  color: #ffffff;
}
.cid-vf3bH3dtUI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
  background-image: linear-gradient(0deg, #f92c50 -70%, #232323 100%);
}
.cid-vf3bH3dtUI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf3bH3dtUI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf3bH3dtUI .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vf3bH3dtUI .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vf3bH3dtUI .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-vf3bH3dtUI .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vf3bH3dtUI .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vf3bH3dtUI .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vf3bH3dtUI .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vf3bH3dtUI .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-vf3bH3dtUI .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-vf3bH3dtUI .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid #ff6d99;
  color: #ff6d99;
  font-size: 11px;
}
.cid-vf3bH3dtUI .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vf3bH3dtUI .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-vf3bH3dtUI .list_2 {
    padding-left: 0;
  }
}
.cid-vf3bH3dtUI .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vf3bH3dtUI .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-vf3bH3dtUI .mbr-text,
.cid-vf3bH3dtUI .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-vf3bH3dtUI .list {
  color: #666666;
}
.cid-vf3bH3dtUI .list,
.cid-vf3bH3dtUI .item-wrap,
.cid-vf3bH3dtUI .list-wrapper {
  color: #000000;
}
.cid-vf3bH4mHRV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vf3bH4mHRV .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-vf3bH4mHRV .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-vf3bH5nHk2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f92c50;
}
.cid-vf3bH5nHk2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf3bH5nHk2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf3bH5nHk2 .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vf3bH5nHk2 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vf3bH5nHk2 .title-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-vf3bH5nHk2 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vf3bH5nHk2 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vf3bH5nHk2 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vf3bH5nHk2 .tabs-wrapper {
  border-bottom: none;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vf3bH5nHk2 .tabs-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vf3bH5nHk2 .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
.cid-vf3bH5nHk2 .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0;
}
.cid-vf3bH5nHk2 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #54547e;
  padding: 11px 24px;
  border: none;
  transition: all 0.3s ease-in-out;
  background-color: #eeeef4;
  box-shadow: inset 0 0.1875rem 0.375rem -0.5px #cdcddd;
}
.cid-vf3bH5nHk2 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link:hover {
  box-shadow: inset 0 0.1875rem 0.375rem 5px #cdcddd;
}
.cid-vf3bH5nHk2 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #eeeef4;
  color: #54547e;
  box-shadow: inset 0 0.1875rem 0.375rem 5px #cdcddd;
}
.cid-vf3bH5nHk2 .tab-content .tab-pane .item-content .image-wrapper {
  padding: 12px;
  border: 1px solid #cdcddd;
  background-color: #e0e0eb;
  box-shadow: 0 .25rem .375rem #00000014;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vf3bH5nHk2 .tab-content .tab-pane .item-content .image-wrapper {
    padding: 6px;
  }
}
.cid-vf3bH5nHk2 .tab-content .tab-pane .item-content .image-wrapper .image-wrap {
  padding: 12px;
  background-color: #ffffff;
  border: 1px solid #cdcddd;
  box-shadow: 0 0.25rem 0.375rem -0.125rem #9797b9;
}
@media (max-width: 992px) {
  .cid-vf3bH5nHk2 .tab-content .tab-pane .item-content .image-wrapper .image-wrap {
    padding: 6px;
  }
}
.cid-vf3bH5nHk2 .tab-content .tab-pane .item-content .image-wrapper .image-wrap img {
  height: 450px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vf3bH5nHk2 .tab-content .tab-pane .item-content .image-wrapper .image-wrap img {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .cid-vf3bH5nHk2 .tab-content .tab-pane .item-content .image-wrapper .image-wrap img {
    height: 250px;
  }
}
.cid-vf3bH5nHk2 .tab-content .tab-pane .item-content .item-title {
  margin-bottom: 24px;
}
.cid-vf3bH5nHk2 .tab-content .tab-pane .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vf3bH5nHk2 .tab-content .tab-pane .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-vf3bH5nHk2 .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-vf3bH5nHk2 .mbr-section-title {
  color: #181824;
  text-align: center;
}
.cid-vf3bH5nHk2 .mbr-section-title,
.cid-vf3bH5nHk2 .tabs-wrapper {
  text-align: center;
}
.cid-vf3bH5nHk2 .item-title {
  color: #181824;
}
.cid-vf3bH5nHk2 .item-text,
.cid-vf3bH5nHk2 .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-vf3bH5nHk2 .item-title,
.cid-vf3bH5nHk2 .mbr-section-btn {
  text-align: center;
}
.cid-vf3bH6K7Em {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vf3bH6K7Em .mbr-text {
  color: #000000;
}
.cid-vf3bH6K7Em .mbr-section-subtitle {
  color: #000000;
}
.cid-vf3bH6K7Em .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vf3bH7OYiU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f92c50;
}
.cid-vf3bH7OYiU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf3bH7OYiU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf3bH7OYiU .card-wrapper {
  padding: 64px;
  background-color: #f4f6fa;
  display: flex;
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-vf3bH7OYiU .card-wrapper {
    display: block;
    padding: 24px;
    overflow: hidden;
    margin-top: 0;
  }
}
.cid-vf3bH7OYiU .image-wrapper {
  width: 50%;
  padding-right: 56px;
  padding-right: 0;
  padding-left: 56px;
}
@media (max-width: 992px) {
  .cid-vf3bH7OYiU .image-wrapper {
    padding-right: 0;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-vf3bH7OYiU .image-wrapper {
    padding-left: 0;
  }
}
.cid-vf3bH7OYiU .image-wrapper img {
  height: 600px;
  width: 100%;
  object-fit: cover;
  position: sticky;
  top: 132px;
  margin-top: -128px;
}
@media (max-width: 992px) {
  .cid-vf3bH7OYiU .image-wrapper img {
    height: 350px;
    margin: 0 0 32px 0;
    position: static;
  }
}
.cid-vf3bH7OYiU .content-wrapper {
  width: 50%;
  padding-right: 56px;
  padding-right: 0;
  padding-left: 56px;
}
@media (max-width: 1400px) {
  .cid-vf3bH7OYiU .content-wrapper {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-vf3bH7OYiU .content-wrapper {
    width: 100%;
  }
}
@media (max-width: 1400px) {
  .cid-vf3bH7OYiU .content-wrapper {
    padding-left: 0;
  }
}
.cid-vf3bH7OYiU .content-wrapper .tabs-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vf3bH7OYiU .content-wrapper .tabs-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vf3bH7OYiU .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px;
}
.cid-vf3bH7OYiU .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0;
}
.cid-vf3bH7OYiU .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  padding: 6px 26px;
  min-height: 64px;
  background-color: #a6adbf;
  border: 4px solid #afb5c5;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
}
.cid-vf3bH7OYiU .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  color: #ffffff;
  background-color: #ff6d99;
  border: 4px solid #ff7ca4;
}
.cid-vf3bH7OYiU .content-wrapper .tab-content .tab-pane .item-content .image-wrap {
  margin-bottom: 24px;
}
.cid-vf3bH7OYiU .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
  display: inline-flex;
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-vf3bH7OYiU .content-wrapper .tab-content .tab-pane .item-content .item-title {
  margin-bottom: 0;
}
.cid-vf3bH7OYiU .content-wrapper .tab-content .tab-pane .item-content .item-subtitle {
  margin-bottom: 0;
}
.cid-vf3bH7OYiU .content-wrapper .tab-content .tab-pane .item-content .item-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-vf3bH7OYiU .content-wrapper .tab-content .tab-pane .item-content .mbr-section-btn {
  margin-top: 24px;
}
.cid-vf3bH7OYiU .content-wrapper .tab-content .tab-pane .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vf3bH7OYiU .item-title {
  color: #111111;
}
.cid-vf3bH7OYiU .item-subtitle {
  color: #ff6d99;
}
.cid-vf3bH7OYiU .item-text {
  color: #666666;
}
.cid-vf3bH7OYiU .item-title,
.cid-vf3bH7OYiU .tabs-wrapper,
.cid-vf3bH7OYiU .image-wrap {
  text-align: center;
}
.cid-vf3bH97Psh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vf3bH97Psh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf3bH97Psh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf3bH97Psh .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vf3bH97Psh .card {
    margin-bottom: 40px;
  }
}
.cid-vf3bH97Psh .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vf3bH97Psh .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vf3bH97Psh .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vf3bH97Psh .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vf3bH97Psh .mbr-label {
  color: #be0000;
}
.cid-vf3bH97Psh .mbr-section-title {
  color: #000000;
}
.cid-vf3bH97Psh .mbr-text {
  color: #000000;
}
.cid-vf3bHaj6pv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f92c50;
}
.cid-vf3bHaj6pv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf3bHaj6pv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf3bHaj6pv .row {
  margin: 0 -11px;
}
.cid-vf3bHaj6pv .row .card {
  padding: 0 11px;
}
.cid-vf3bHaj6pv .content-wrapper {
  margin-bottom: 88px;
}
@media (max-width: 992px) {
  .cid-vf3bHaj6pv .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vf3bHaj6pv .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-vf3bHaj6pv .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vf3bHaj6pv .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vf3bHaj6pv .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vf3bHaj6pv .tabs-wrapper {
  padding-left: 66px;
}
@media (max-width: 1440px) {
  .cid-vf3bHaj6pv .tabs-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-vf3bHaj6pv .tabs-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vf3bHaj6pv .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: block;
}
@media (max-width: 992px) {
  .cid-vf3bHaj6pv .tabs-wrapper .nav.nav-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.cid-vf3bHaj6pv .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 22px 42px;
  border: 2px solid #3a001d;
  background-color: #f7efdf;
  display: block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vf3bHaj6pv .tabs-wrapper .nav.nav-tabs .nav-item {
    margin-left: 8px;
    margin-right: 8px;
    padding: 16px 22px;
  }
}
.cid-vf3bHaj6pv .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: block;
  background-color: transparent;
  border: none;
  color: #3a001d;
  transition: all 0.3s ease-in-out;
  opacity: .5;
  padding: 0;
}
.cid-vf3bHaj6pv .tabs-wrapper .nav.nav-tabs .nav-item .nav-link:hover {
  opacity: 1;
}
.cid-vf3bHaj6pv .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
  opacity: 1;
}
.cid-vf3bHaj6pv .tab-content {
  padding-right: 66px;
}
@media (max-width: 1440px) {
  .cid-vf3bHaj6pv .tab-content {
    padding-right: 0;
  }
}
.cid-vf3bHaj6pv .tab-content .tab-pane .item-content .image-wrap img {
  width: 100%;
  height: 500px;
  border: 2px solid #3a001d;
  box-shadow: 0 16px 0 #3a001d;
  background-color: #3a001d;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vf3bHaj6pv .tab-content .tab-pane .item-content .image-wrap img {
    height: 350px;
  }
}
@media (max-width: 425px) {
  .cid-vf3bHaj6pv .tab-content .tab-pane .item-content .image-wrap img {
    height: 300px;
  }
}
.cid-vf3bHaj6pv .mbr-section-title,
.cid-vf3bHaj6pv .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vf3bHaj6pv .mbr-text,
.cid-vf3bHaj6pv .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vf3bHaj6pv .card-text,
.cid-vf3bHaj6pv .item .mbr-section-btn {
  text-align: center;
}
.cid-vf3bHbCHJZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-vf3bHbCHJZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf3bHbCHJZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf3bHbCHJZ .card {
  justify-content: center;
}
.cid-vf3bHbCHJZ .content-wrapper .mbr-label {
  margin-bottom: 16px;
}
.cid-vf3bHbCHJZ .content-wrapper .title-wrap {
  margin-bottom: 24px;
}
.cid-vf3bHbCHJZ .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vf3bHbCHJZ .content-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vf3bHbCHJZ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vf3bHbCHJZ .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vf3bHbCHJZ .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vf3bHbCHJZ .border-wrapper {
  margin-top: 40px;
  height: 1px;
  width: 100%;
  background-image: linear-gradient(90deg, transparent -20%, #323232 50%, transparent 120%);
}
.cid-vf3bHbCHJZ .mbr-label {
  color: #ffdf7d;
  text-align: center;
}
.cid-vf3bHbCHJZ .mbr-section-title {
  color: #808080;
}
.cid-vf3bHbCHJZ .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vf3bHbCHJZ .mbr-text {
  color: #808080;
  text-align: center;
}
.cid-vf3bHbCHJZ .mbr-section-title,
.cid-vf3bHbCHJZ .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vf3bHbCHJZ .mbr-text,
.cid-vf3bHbCHJZ .text-wrapper {
  color: #ffffff;
}
.cid-vf3bHcOjCv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-vf3bHcOjCv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf3bHcOjCv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf3bHcOjCv .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vf3bHcOjCv .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vf3bHcOjCv .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vf3bHcOjCv .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vf3bHcOjCv .tabs-wrapper {
  padding-bottom: 24px;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vf3bHcOjCv .tabs-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vf3bHcOjCv .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-vf3bHcOjCv .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 8px 8px;
}
.cid-vf3bHcOjCv .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #b9b9b9;
  padding: 14px 32px;
  margin-bottom: 0;
  background-color: #272b2e;
  border: none;
}
.cid-vf3bHcOjCv .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  color: #ffffff;
  background-color: #f96e47;
}
.cid-vf3bHcOjCv .tab-content .tab-pane .content-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vf3bHcOjCv .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-vf3bHcOjCv .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vf3bHcOjCv .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-vf3bHcOjCv .tab-content .tab-pane .content-wrapper .image-wrapper img {
  height: 440px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vf3bHcOjCv .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-vf3bHcOjCv .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vf3bHcOjCv .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-vf3bHcOjCv .tab-content .tab-pane .content-wrapper .text-wrapper .item-title {
  margin-bottom: 24px;
}
.cid-vf3bHcOjCv .tab-content .tab-pane .content-wrapper .text-wrapper .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-vf3bHcOjCv .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vf3bHcOjCv .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vf3bHcOjCv .item-title {
  color: #ffffff;
}
.cid-vf3bHcOjCv .item-text {
  color: #ffffff;
}
.cid-vf3bHeio1F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vf3bHeio1F .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf3bHeio1F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf3bHeio1F .row {
  justify-content: space-between;
}
.cid-vf3bHeio1F .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-vf3bHeio1F .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vf3bHeio1F .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-vf3bHeio1F .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vf3bHeio1F .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vf3bHeio1F .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vf3bHeio1F .mbr-label {
  color: #000000;
}
.cid-vf3bHeio1F .mbr-section-title {
  color: #000000;
}
.cid-vf3bHeio1F .mbr-desc {
  color: #000000;
}
.cid-vf3bHeio1F .mbr-text {
  color: #8a8a8a;
}
.cid-vf3bHeio1F .mbr-text,
.cid-vf3bHeio1F .mbr-section-btn {
  color: #232323;
}
.cid-vf3bHfvP92 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #f92c50;
}
.cid-vf3bHfvP92 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf3bHfvP92 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf3bHfvP92 .row {
  justify-content: center;
}
.cid-vf3bHfvP92 .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-vf3bHfvP92 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vf3bHfvP92 .content-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #ffbe0d;
}
.cid-vf3bHfvP92 .content-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vf3bHfvP92 .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-vf3bHfvP92 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .cid-vf3bHfvP92 .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vf3bHfvP92 .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
    width: 100%;
  }
}
.cid-vf3bHfvP92 .mbr-label,
.cid-vf3bHfvP92 .label-wrapper {
  color: #FFBE0D;
  text-align: center;
}
.cid-vf3bHfvP92 .mbr-section-title {
  color: #fff7ee;
}
.cid-vf3bHfvP92 .mbr-text,
.cid-vf3bHfvP92 .text-wrapper {
  color: #fff7ee;
  text-align: center;
}
.cid-vf3bHfvP92 .mbr-section-title,
.cid-vf3bHfvP92 .mbr-section-btn {
  text-align: center;
}
.cid-vf3eVWkd4n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vf3eVWkd4n .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf3eVWkd4n .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-vf3eVWkd4n .container {
    padding: 0 16px;
  }
}
.cid-vf3eVWkd4n .row {
  justify-content: center;
}
.cid-vf3eVWkd4n .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #ffffff;
  background-color: #c6f15c;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-vf3eVWkd4n .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vf3eVWkd4n .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #f92c50;
}
@media (max-width: 992px) {
  .cid-vf3eVWkd4n .panel-group .card {
    padding: 24px;
  }
}
.cid-vf3eVWkd4n .panel-group .card:first-child {
  margin-top: 0;
}
.cid-vf3eVWkd4n .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vf3eVWkd4n .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-vf3eVWkd4n .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vf3eVWkd4n .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-vf3eVWkd4n .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #c6f15c;
  border-radius: 100%;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-vf3eVWkd4n .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #c6f15c;
}
.cid-vf3eVWkd4n .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: .5;
}
.cid-vf3eVWkd4n .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-vf3eVWkd4n .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-vf3eVWkd4n .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-vf3eVWkd4n .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vf3eVWkd4n .mbr-section-title {
  color: #000000;
}
.cid-vf3eVWkd4n .panel-title-edit {
  color: #ffffff;
}
.cid-vf3eVWkd4n .panel-text {
  color: #ffffff;
}
.cid-vf3eVWkd4n .mbr-section-title,
.cid-vf3eVWkd4n .title-wrapper {
  text-align: center;
}
.cid-vf3bHgBBLo {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-vf3bHgBBLo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf3bHgBBLo .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-vf3bHgBBLo .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vf3bHgBBLo .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-vf3bHgBBLo .google-map {
  height: 100%;
  position: relative;
}
.cid-vf3bHgBBLo .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vf3bHgBBLo .google-map iframe {
    min-height: 350px;
  }
}
.cid-vf3bHgBBLo .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-vf3bHgBBLo .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vf3bHgBBLo .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vf3bHgBBLo .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vf3bHgBBLo .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vf3bHgBBLo .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vf3bHgBBLo ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vf3bHgBBLo .content-head {
  max-width: 800px;
}
.cid-vf3bHhTuUh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f92c50;
}
.cid-vf3bHhTuUh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf3bHhTuUh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf3bHhTuUh .row {
  justify-content: center;
}
.cid-vf3bHhTuUh .card {
  justify-content: flex-end;
}
.cid-vf3bHhTuUh .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vf3bHhTuUh .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vf3bHhTuUh .title-wrapper .logo-wrapper {
  margin-bottom: 20px;
}
.cid-vf3bHhTuUh .title-wrapper .logo-wrapper img {
  display: inline-block;
  height: 48px;
  width: 48px;
  object-fit: cover;
  border-radius: 5px !important;
}
.cid-vf3bHhTuUh .title-wrapper .mbr-section-title {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #386bb7, #ffffff);
  margin-bottom: 0;
}
.cid-vf3bHhTuUh .mbr-section-btn {
  margin-top: 20px;
}
.cid-vf3bHhTuUh .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vf3bHhTuUh .mbr-section-btn .btn::after,
.cid-vf3bHhTuUh .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-vf3bHhTuUh .mbr-section-btn .btn:hover,
.cid-vf3bHhTuUh .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-vf3bHhTuUh .mbr-section-btn .btn:hover::after,
.cid-vf3bHhTuUh .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-vf3bHhTuUh .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vf3bHhTuUh .nav-wrapper {
    margin-bottom: 40px;
    gap: 20px;
  }
}
.cid-vf3bHhTuUh .nav-wrapper .nav-wrap .nav-title {
  margin-bottom: 10px;
}
.cid-vf3bHhTuUh .nav-wrapper .nav-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vf3bHhTuUh .nav-wrapper .nav-wrap .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all .3s ease;
}
.cid-vf3bHhTuUh .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vf3bHhTuUh .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-vf3bHhTuUh .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #adadad;
  transform: translateX(5px);
}
.cid-vf3bHhTuUh .mbr-copy {
  background-color: #2c2c2c;
  padding: 30px 40px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vf3bHhTuUh .mbr-copy {
    padding: 20px;
  }
}
.cid-vf3bHhTuUh .mbr-section-title {
  color: #ffffff;
}
.cid-vf3bHhTuUh .nav-title {
  color: #ffffff;
}
.cid-vf3bHhTuUh .list {
  color: #ffffff;
}
.cid-vf3fXEPiBN .navbar-dropdown {
  position: relative !important;
}
.cid-vf3fXEPiBN .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vf3fXEPiBN .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-vf3fXEPiBN .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vf3fXEPiBN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-vf3fXEPiBN .dropdown-menu {
    text-align: center;
  }
}
.cid-vf3fXEPiBN .dropdown-item {
  border: 1px solid #0027ba;
  background: #ffb3c1 !important;
  color: #0bf2ec !important;
}
.cid-vf3fXEPiBN .dropdown-item:hover,
.cid-vf3fXEPiBN .dropdown-item:focus {
  background: #ffb3c1 !important;
}
.cid-vf3fXEPiBN .dropdown-item:hover span {
  color: white;
}
.cid-vf3fXEPiBN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vf3fXEPiBN .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vf3fXEPiBN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vf3fXEPiBN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vf3fXEPiBN .nav-link {
  position: relative;
}
.cid-vf3fXEPiBN .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vf3fXEPiBN .container {
    flex-wrap: nowrap;
  }
}
.cid-vf3fXEPiBN .iconfont-wrapper {
  color: #0027ba !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vf3fXEPiBN .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vf3fXEPiBN .dropdown-menu,
.cid-vf3fXEPiBN .navbar.opened {
  background: #ffb3c1 !important;
}
.cid-vf3fXEPiBN .nav-item:focus,
.cid-vf3fXEPiBN .nav-link:focus {
  outline: none;
}
.cid-vf3fXEPiBN .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-vf3fXEPiBN .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vf3fXEPiBN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vf3fXEPiBN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vf3fXEPiBN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vf3fXEPiBN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  transition: none;
  margin: 0 !important;
}
.cid-vf3fXEPiBN .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffb3c1;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-vf3fXEPiBN .navbar {
    min-height: 80px;
  }
}
.cid-vf3fXEPiBN .navbar.opened {
  transition: all 0.3s;
}
.cid-vf3fXEPiBN .navbar .dropdown-item {
  padding: 1px 2rem 1px 12px;
  border-radius: 0;
  font-weight: 400;
}
.cid-vf3fXEPiBN .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vf3fXEPiBN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vf3fXEPiBN .navbar.collapsed {
  justify-content: center;
}
.cid-vf3fXEPiBN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vf3fXEPiBN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vf3fXEPiBN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vf3fXEPiBN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vf3fXEPiBN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vf3fXEPiBN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
  right: .8rem;
}
.cid-vf3fXEPiBN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vf3fXEPiBN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  text-align: center;
}
.cid-vf3fXEPiBN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vf3fXEPiBN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vf3fXEPiBN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vf3fXEPiBN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vf3fXEPiBN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vf3fXEPiBN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
    right: .8rem;
  }
  .cid-vf3fXEPiBN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vf3fXEPiBN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vf3fXEPiBN .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 12px;
    text-align: center;
  }
  .cid-vf3fXEPiBN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vf3fXEPiBN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vf3fXEPiBN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vf3fXEPiBN .navbar.navbar-short {
  min-height: 96px;
}
.cid-vf3fXEPiBN .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vf3fXEPiBN .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .cid-vf3fXEPiBN .navbar-brand {
    min-height: 80px;
  }
}
.cid-vf3fXEPiBN .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vf3fXEPiBN .navbar-brand .navbar-caption:hover,
.cid-vf3fXEPiBN .navbar-brand .navbar-caption:focus {
  color: #0027ba !important;
}
.cid-vf3fXEPiBN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vf3fXEPiBN .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vf3fXEPiBN .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffb3c1 !important;
}
.cid-vf3fXEPiBN .dropdown-item.active,
.cid-vf3fXEPiBN .dropdown-item:active {
  background-color: transparent;
}
.cid-vf3fXEPiBN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vf3fXEPiBN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vf3fXEPiBN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vf3fXEPiBN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffb3c1;
  top: 2.2rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-vf3fXEPiBN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-vf3fXEPiBN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vf3fXEPiBN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vf3fXEPiBN ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vf3fXEPiBN ul.navbar-nav {
    padding: 8px;
    background-color: transparent;
    border: 1px solid #0027ba;
  }
}
.cid-vf3fXEPiBN .navbar-buttons {
  text-align: center;
}
.cid-vf3fXEPiBN .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-vf3fXEPiBN .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vf3fXEPiBN button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffb3c1 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vf3fXEPiBN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0027ba;
}
.cid-vf3fXEPiBN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vf3fXEPiBN button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vf3fXEPiBN button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vf3fXEPiBN button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vf3fXEPiBN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vf3fXEPiBN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vf3fXEPiBN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vf3fXEPiBN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vf3fXEPiBN .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vf3fXEPiBN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vf3fXEPiBN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vf3fXEPiBN .navbar {
    height: 70px;
  }
  .cid-vf3fXEPiBN .navbar.opened {
    height: auto;
  }
  .cid-vf3fXEPiBN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vf3fXEPiBN .navbar-nav {
  margin: 0 auto;
}
.cid-vf3fXEPiBN .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vf3fXEPiBN .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vf3fXEPiBN .nav-item .nav-link::after {
  color: #0027ba !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vf3fXEPiBN .nav-item .nav-link:hover,
.cid-vf3fXEPiBN .nav-item .nav-link:focus {
  background-color: #0027ba;
  color: #ffb3c1 !important;
}
.cid-vf3fXEPiBN .nav-item .nav-link:hover::after,
.cid-vf3fXEPiBN .nav-item .nav-link:focus::after {
  color: #ffb3c1 !important;
}
.cid-vf3fXEPiBN .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vf3fXEPiBN .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vf3fXEPiBN .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vf3fXEPiBN .nav-item .dropdown-menu .dropdown-item {
  color: #0bf2ec !important;
}
.cid-vf3fXEPiBN .nav-item .dropdown-menu .dropdown-item:hover,
.cid-vf3fXEPiBN .nav-item .dropdown-menu .dropdown-item:focus {
  color: #0027ba !important;
}
@media (max-width: 991px) {
  .cid-vf3fXEPiBN .navbar {
    justify-content: flex-start !important;
  }
  .cid-vf3fXEPiBN .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vf3fXEPiBN .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vf3fXEPiBN .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vf3fXEPiBN .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-vf3fXEPiBN .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-vf3fXEPiBN .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-vf3fXEPiBN .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vf3fXEPiBN .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-vf3fXEPiBN .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-vf3fXEPiBN .content-wrap {
    min-height: 80px;
  }
}
.cid-vf3fXFKu9I {
  display: flex;
  background-image: url("../../../assets/images/4.webp");
}
.cid-vf3fXFKu9I .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-vf3fXFKu9I {
    align-items: flex-end;
  }
  .cid-vf3fXFKu9I .row {
    justify-content: center;
  }
  .cid-vf3fXFKu9I .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vf3fXFKu9I .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vf3fXFKu9I {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vf3fXFKu9I .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vf3fXFKu9I .content-wrap {
    width: 100%;
  }
}
.cid-vf3fXFKu9I .mbr-section-title,
.cid-vf3fXFKu9I .mbr-section-subtitle {
  text-align: center;
}
.cid-vf3fXFKu9I .mbr-text,
.cid-vf3fXFKu9I .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vf3fXFKu9I .mbr-section-title {
  color: #ffffff;
}
.cid-vf3fXGkQiC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
  background-image: linear-gradient(0deg, #f92c50 -70%, #232323 100%);
}
.cid-vf3fXGkQiC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf3fXGkQiC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf3fXGkQiC .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vf3fXGkQiC .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vf3fXGkQiC .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-vf3fXGkQiC .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vf3fXGkQiC .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vf3fXGkQiC .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vf3fXGkQiC .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vf3fXGkQiC .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-vf3fXGkQiC .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-vf3fXGkQiC .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid #ff6d99;
  color: #ff6d99;
  font-size: 11px;
}
.cid-vf3fXGkQiC .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vf3fXGkQiC .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-vf3fXGkQiC .list_2 {
    padding-left: 0;
  }
}
.cid-vf3fXGkQiC .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vf3fXGkQiC .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-vf3fXGkQiC .mbr-text,
.cid-vf3fXGkQiC .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-vf3fXGkQiC .list {
  color: #666666;
}
.cid-vf3fXGkQiC .list,
.cid-vf3fXGkQiC .item-wrap,
.cid-vf3fXGkQiC .list-wrapper {
  color: #000000;
}
.cid-vf3fXGO6rq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vf3fXGO6rq .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-vf3fXGO6rq .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-vf3fXHbIl0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f92c50;
}
.cid-vf3fXHbIl0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf3fXHbIl0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf3fXHbIl0 .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vf3fXHbIl0 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vf3fXHbIl0 .title-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-vf3fXHbIl0 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vf3fXHbIl0 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vf3fXHbIl0 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vf3fXHbIl0 .tabs-wrapper {
  border-bottom: none;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vf3fXHbIl0 .tabs-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vf3fXHbIl0 .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
.cid-vf3fXHbIl0 .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0;
}
.cid-vf3fXHbIl0 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #54547e;
  padding: 11px 24px;
  border: none;
  transition: all 0.3s ease-in-out;
  background-color: #eeeef4;
  box-shadow: inset 0 0.1875rem 0.375rem -0.5px #cdcddd;
}
.cid-vf3fXHbIl0 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link:hover {
  box-shadow: inset 0 0.1875rem 0.375rem 5px #cdcddd;
}
.cid-vf3fXHbIl0 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #eeeef4;
  color: #54547e;
  box-shadow: inset 0 0.1875rem 0.375rem 5px #cdcddd;
}
.cid-vf3fXHbIl0 .tab-content .tab-pane .item-content .image-wrapper {
  padding: 12px;
  border: 1px solid #cdcddd;
  background-color: #e0e0eb;
  box-shadow: 0 .25rem .375rem #00000014;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vf3fXHbIl0 .tab-content .tab-pane .item-content .image-wrapper {
    padding: 6px;
  }
}
.cid-vf3fXHbIl0 .tab-content .tab-pane .item-content .image-wrapper .image-wrap {
  padding: 12px;
  background-color: #ffffff;
  border: 1px solid #cdcddd;
  box-shadow: 0 0.25rem 0.375rem -0.125rem #9797b9;
}
@media (max-width: 992px) {
  .cid-vf3fXHbIl0 .tab-content .tab-pane .item-content .image-wrapper .image-wrap {
    padding: 6px;
  }
}
.cid-vf3fXHbIl0 .tab-content .tab-pane .item-content .image-wrapper .image-wrap img {
  height: 450px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vf3fXHbIl0 .tab-content .tab-pane .item-content .image-wrapper .image-wrap img {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .cid-vf3fXHbIl0 .tab-content .tab-pane .item-content .image-wrapper .image-wrap img {
    height: 250px;
  }
}
.cid-vf3fXHbIl0 .tab-content .tab-pane .item-content .item-title {
  margin-bottom: 24px;
}
.cid-vf3fXHbIl0 .tab-content .tab-pane .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vf3fXHbIl0 .tab-content .tab-pane .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-vf3fXHbIl0 .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-vf3fXHbIl0 .mbr-section-title {
  color: #181824;
  text-align: center;
}
.cid-vf3fXHbIl0 .mbr-section-title,
.cid-vf3fXHbIl0 .tabs-wrapper {
  text-align: center;
}
.cid-vf3fXHbIl0 .item-title {
  color: #181824;
}
.cid-vf3fXHbIl0 .item-text,
.cid-vf3fXHbIl0 .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-vf3fXHbIl0 .item-title,
.cid-vf3fXHbIl0 .mbr-section-btn {
  text-align: center;
}
.cid-vf3fXHYPbz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vf3fXHYPbz .mbr-text {
  color: #000000;
}
.cid-vf3fXHYPbz .mbr-section-subtitle {
  color: #000000;
}
.cid-vf3fXHYPbz .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vf3fXIopjG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f92c50;
}
.cid-vf3fXIopjG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf3fXIopjG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf3fXIopjG .card-wrapper {
  padding: 64px;
  background-color: #f4f6fa;
  display: flex;
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-vf3fXIopjG .card-wrapper {
    display: block;
    padding: 24px;
    overflow: hidden;
    margin-top: 0;
  }
}
.cid-vf3fXIopjG .image-wrapper {
  width: 50%;
  padding-right: 56px;
  padding-right: 0;
  padding-left: 56px;
}
@media (max-width: 992px) {
  .cid-vf3fXIopjG .image-wrapper {
    padding-right: 0;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-vf3fXIopjG .image-wrapper {
    padding-left: 0;
  }
}
.cid-vf3fXIopjG .image-wrapper img {
  height: 600px;
  width: 100%;
  object-fit: cover;
  position: sticky;
  top: 132px;
  margin-top: -128px;
}
@media (max-width: 992px) {
  .cid-vf3fXIopjG .image-wrapper img {
    height: 350px;
    margin: 0 0 32px 0;
    position: static;
  }
}
.cid-vf3fXIopjG .content-wrapper {
  width: 50%;
  padding-right: 56px;
  padding-right: 0;
  padding-left: 56px;
}
@media (max-width: 1400px) {
  .cid-vf3fXIopjG .content-wrapper {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-vf3fXIopjG .content-wrapper {
    width: 100%;
  }
}
@media (max-width: 1400px) {
  .cid-vf3fXIopjG .content-wrapper {
    padding-left: 0;
  }
}
.cid-vf3fXIopjG .content-wrapper .tabs-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vf3fXIopjG .content-wrapper .tabs-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vf3fXIopjG .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px;
}
.cid-vf3fXIopjG .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0;
}
.cid-vf3fXIopjG .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  padding: 6px 26px;
  min-height: 64px;
  background-color: #a6adbf;
  border: 4px solid #afb5c5;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
}
.cid-vf3fXIopjG .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  color: #ffffff;
  background-color: #ff6d99;
  border: 4px solid #ff7ca4;
}
.cid-vf3fXIopjG .content-wrapper .tab-content .tab-pane .item-content .image-wrap {
  margin-bottom: 24px;
}
.cid-vf3fXIopjG .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
  display: inline-flex;
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-vf3fXIopjG .content-wrapper .tab-content .tab-pane .item-content .item-title {
  margin-bottom: 0;
}
.cid-vf3fXIopjG .content-wrapper .tab-content .tab-pane .item-content .item-subtitle {
  margin-bottom: 0;
}
.cid-vf3fXIopjG .content-wrapper .tab-content .tab-pane .item-content .item-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-vf3fXIopjG .content-wrapper .tab-content .tab-pane .item-content .mbr-section-btn {
  margin-top: 24px;
}
.cid-vf3fXIopjG .content-wrapper .tab-content .tab-pane .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vf3fXIopjG .item-title {
  color: #111111;
}
.cid-vf3fXIopjG .item-subtitle {
  color: #ff6d99;
}
.cid-vf3fXIopjG .item-text {
  color: #666666;
}
.cid-vf3fXIopjG .item-title,
.cid-vf3fXIopjG .tabs-wrapper,
.cid-vf3fXIopjG .image-wrap {
  text-align: center;
}
.cid-vf3fXJah1d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vf3fXJah1d .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf3fXJah1d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf3fXJah1d .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vf3fXJah1d .card {
    margin-bottom: 40px;
  }
}
.cid-vf3fXJah1d .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vf3fXJah1d .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vf3fXJah1d .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vf3fXJah1d .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vf3fXJah1d .mbr-label {
  color: #be0000;
}
.cid-vf3fXJah1d .mbr-section-title {
  color: #000000;
}
.cid-vf3fXJah1d .mbr-text {
  color: #000000;
}
.cid-vf3fXJItBS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f92c50;
}
.cid-vf3fXJItBS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf3fXJItBS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf3fXJItBS .row {
  margin: 0 -11px;
}
.cid-vf3fXJItBS .row .card {
  padding: 0 11px;
}
.cid-vf3fXJItBS .content-wrapper {
  margin-bottom: 88px;
}
@media (max-width: 992px) {
  .cid-vf3fXJItBS .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vf3fXJItBS .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-vf3fXJItBS .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vf3fXJItBS .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vf3fXJItBS .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vf3fXJItBS .tabs-wrapper {
  padding-left: 66px;
}
@media (max-width: 1440px) {
  .cid-vf3fXJItBS .tabs-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-vf3fXJItBS .tabs-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vf3fXJItBS .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: block;
}
@media (max-width: 992px) {
  .cid-vf3fXJItBS .tabs-wrapper .nav.nav-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.cid-vf3fXJItBS .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 22px 42px;
  border: 2px solid #3a001d;
  background-color: #f7efdf;
  display: block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vf3fXJItBS .tabs-wrapper .nav.nav-tabs .nav-item {
    margin-left: 8px;
    margin-right: 8px;
    padding: 16px 22px;
  }
}
.cid-vf3fXJItBS .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: block;
  background-color: transparent;
  border: none;
  color: #3a001d;
  transition: all 0.3s ease-in-out;
  opacity: .5;
  padding: 0;
}
.cid-vf3fXJItBS .tabs-wrapper .nav.nav-tabs .nav-item .nav-link:hover {
  opacity: 1;
}
.cid-vf3fXJItBS .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
  opacity: 1;
}
.cid-vf3fXJItBS .tab-content {
  padding-right: 66px;
}
@media (max-width: 1440px) {
  .cid-vf3fXJItBS .tab-content {
    padding-right: 0;
  }
}
.cid-vf3fXJItBS .tab-content .tab-pane .item-content .image-wrap img {
  width: 100%;
  height: 500px;
  border: 2px solid #3a001d;
  box-shadow: 0 16px 0 #3a001d;
  background-color: #3a001d;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vf3fXJItBS .tab-content .tab-pane .item-content .image-wrap img {
    height: 350px;
  }
}
@media (max-width: 425px) {
  .cid-vf3fXJItBS .tab-content .tab-pane .item-content .image-wrap img {
    height: 300px;
  }
}
.cid-vf3fXJItBS .mbr-section-title,
.cid-vf3fXJItBS .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vf3fXJItBS .mbr-text,
.cid-vf3fXJItBS .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vf3fXJItBS .card-text,
.cid-vf3fXJItBS .item .mbr-section-btn {
  text-align: center;
}
.cid-vf3fXKsspW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-vf3fXKsspW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf3fXKsspW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf3fXKsspW .card {
  justify-content: center;
}
.cid-vf3fXKsspW .content-wrapper .mbr-label {
  margin-bottom: 16px;
}
.cid-vf3fXKsspW .content-wrapper .title-wrap {
  margin-bottom: 24px;
}
.cid-vf3fXKsspW .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vf3fXKsspW .content-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vf3fXKsspW .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vf3fXKsspW .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vf3fXKsspW .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vf3fXKsspW .border-wrapper {
  margin-top: 40px;
  height: 1px;
  width: 100%;
  background-image: linear-gradient(90deg, transparent -20%, #323232 50%, transparent 120%);
}
.cid-vf3fXKsspW .mbr-label {
  color: #ffdf7d;
  text-align: center;
}
.cid-vf3fXKsspW .mbr-section-title {
  color: #808080;
}
.cid-vf3fXKsspW .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vf3fXKsspW .mbr-text {
  color: #808080;
  text-align: center;
}
.cid-vf3fXKsspW .mbr-section-title,
.cid-vf3fXKsspW .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vf3fXKsspW .mbr-text,
.cid-vf3fXKsspW .text-wrapper {
  color: #ffffff;
}
.cid-vf3fXL3HhO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-vf3fXL3HhO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf3fXL3HhO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf3fXL3HhO .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vf3fXL3HhO .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vf3fXL3HhO .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vf3fXL3HhO .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vf3fXL3HhO .tabs-wrapper {
  padding-bottom: 24px;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vf3fXL3HhO .tabs-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vf3fXL3HhO .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-vf3fXL3HhO .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 8px 8px;
}
.cid-vf3fXL3HhO .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #b9b9b9;
  padding: 14px 32px;
  margin-bottom: 0;
  background-color: #272b2e;
  border: none;
}
.cid-vf3fXL3HhO .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  color: #ffffff;
  background-color: #f96e47;
}
.cid-vf3fXL3HhO .tab-content .tab-pane .content-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vf3fXL3HhO .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-vf3fXL3HhO .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vf3fXL3HhO .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-vf3fXL3HhO .tab-content .tab-pane .content-wrapper .image-wrapper img {
  height: 440px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vf3fXL3HhO .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-vf3fXL3HhO .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vf3fXL3HhO .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-vf3fXL3HhO .tab-content .tab-pane .content-wrapper .text-wrapper .item-title {
  margin-bottom: 24px;
}
.cid-vf3fXL3HhO .tab-content .tab-pane .content-wrapper .text-wrapper .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-vf3fXL3HhO .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vf3fXL3HhO .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vf3fXL3HhO .item-title {
  color: #ffffff;
}
.cid-vf3fXL3HhO .item-text {
  color: #ffffff;
}
.cid-vf3fXLYkhR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vf3fXLYkhR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf3fXLYkhR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf3fXLYkhR .row {
  justify-content: space-between;
}
.cid-vf3fXLYkhR .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-vf3fXLYkhR .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vf3fXLYkhR .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-vf3fXLYkhR .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vf3fXLYkhR .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vf3fXLYkhR .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vf3fXLYkhR .mbr-label {
  color: #000000;
}
.cid-vf3fXLYkhR .mbr-section-title {
  color: #000000;
}
.cid-vf3fXLYkhR .mbr-desc {
  color: #000000;
}
.cid-vf3fXLYkhR .mbr-text {
  color: #8a8a8a;
}
.cid-vf3fXLYkhR .mbr-text,
.cid-vf3fXLYkhR .mbr-section-btn {
  color: #232323;
}
.cid-vf3fXMz6NO {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #f92c50;
}
.cid-vf3fXMz6NO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf3fXMz6NO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf3fXMz6NO .row {
  justify-content: center;
}
.cid-vf3fXMz6NO .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-vf3fXMz6NO .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vf3fXMz6NO .content-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #ffbe0d;
}
.cid-vf3fXMz6NO .content-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vf3fXMz6NO .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-vf3fXMz6NO .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .cid-vf3fXMz6NO .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vf3fXMz6NO .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
    width: 100%;
  }
}
.cid-vf3fXMz6NO .mbr-label,
.cid-vf3fXMz6NO .label-wrapper {
  color: #FFBE0D;
  text-align: center;
}
.cid-vf3fXMz6NO .mbr-section-title {
  color: #fff7ee;
}
.cid-vf3fXMz6NO .mbr-text,
.cid-vf3fXMz6NO .text-wrapper {
  color: #fff7ee;
  text-align: center;
}
.cid-vf3fXMz6NO .mbr-section-title,
.cid-vf3fXMz6NO .mbr-section-btn {
  text-align: center;
}
.cid-vf3fXNd3aw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vf3fXNd3aw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf3fXNd3aw .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-vf3fXNd3aw .container {
    padding: 0 16px;
  }
}
.cid-vf3fXNd3aw .row {
  justify-content: center;
}
.cid-vf3fXNd3aw .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #ffffff;
  background-color: #c6f15c;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-vf3fXNd3aw .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vf3fXNd3aw .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #f92c50;
}
@media (max-width: 992px) {
  .cid-vf3fXNd3aw .panel-group .card {
    padding: 24px;
  }
}
.cid-vf3fXNd3aw .panel-group .card:first-child {
  margin-top: 0;
}
.cid-vf3fXNd3aw .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vf3fXNd3aw .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-vf3fXNd3aw .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vf3fXNd3aw .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-vf3fXNd3aw .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #c6f15c;
  border-radius: 100%;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-vf3fXNd3aw .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #c6f15c;
}
.cid-vf3fXNd3aw .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: .5;
}
.cid-vf3fXNd3aw .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-vf3fXNd3aw .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-vf3fXNd3aw .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-vf3fXNd3aw .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vf3fXNd3aw .mbr-section-title {
  color: #000000;
}
.cid-vf3fXNd3aw .panel-title-edit {
  color: #ffffff;
}
.cid-vf3fXNd3aw .panel-text {
  color: #ffffff;
}
.cid-vf3fXNd3aw .mbr-section-title,
.cid-vf3fXNd3aw .title-wrapper {
  text-align: center;
}
.cid-vf3fXNRsGQ {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-vf3fXNRsGQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf3fXNRsGQ .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-vf3fXNRsGQ .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vf3fXNRsGQ .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-vf3fXNRsGQ .google-map {
  height: 100%;
  position: relative;
}
.cid-vf3fXNRsGQ .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vf3fXNRsGQ .google-map iframe {
    min-height: 350px;
  }
}
.cid-vf3fXNRsGQ .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-vf3fXNRsGQ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vf3fXNRsGQ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vf3fXNRsGQ .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vf3fXNRsGQ .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vf3fXNRsGQ .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vf3fXNRsGQ ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vf3fXNRsGQ .content-head {
  max-width: 800px;
}
.cid-vf3fXOD39U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f92c50;
}
.cid-vf3fXOD39U .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf3fXOD39U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf3fXOD39U .row {
  justify-content: center;
}
.cid-vf3fXOD39U .card {
  justify-content: flex-end;
}
.cid-vf3fXOD39U .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vf3fXOD39U .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vf3fXOD39U .title-wrapper .logo-wrapper {
  margin-bottom: 20px;
}
.cid-vf3fXOD39U .title-wrapper .logo-wrapper img {
  display: inline-block;
  height: 48px;
  width: 48px;
  object-fit: cover;
  border-radius: 5px !important;
}
.cid-vf3fXOD39U .title-wrapper .mbr-section-title {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #386bb7, #ffffff);
  margin-bottom: 0;
}
.cid-vf3fXOD39U .mbr-section-btn {
  margin-top: 20px;
}
.cid-vf3fXOD39U .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vf3fXOD39U .mbr-section-btn .btn::after,
.cid-vf3fXOD39U .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-vf3fXOD39U .mbr-section-btn .btn:hover,
.cid-vf3fXOD39U .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-vf3fXOD39U .mbr-section-btn .btn:hover::after,
.cid-vf3fXOD39U .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-vf3fXOD39U .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vf3fXOD39U .nav-wrapper {
    margin-bottom: 40px;
    gap: 20px;
  }
}
.cid-vf3fXOD39U .nav-wrapper .nav-wrap .nav-title {
  margin-bottom: 10px;
}
.cid-vf3fXOD39U .nav-wrapper .nav-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vf3fXOD39U .nav-wrapper .nav-wrap .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all .3s ease;
}
.cid-vf3fXOD39U .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vf3fXOD39U .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-vf3fXOD39U .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #adadad;
  transform: translateX(5px);
}
.cid-vf3fXOD39U .mbr-copy {
  background-color: #2c2c2c;
  padding: 30px 40px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vf3fXOD39U .mbr-copy {
    padding: 20px;
  }
}
.cid-vf3fXOD39U .mbr-section-title {
  color: #ffffff;
}
.cid-vf3fXOD39U .nav-title {
  color: #ffffff;
}
.cid-vf3fXOD39U .list {
  color: #ffffff;
}
.cid-vf3jxHiCoo .navbar-dropdown {
  position: relative !important;
}
.cid-vf3jxHiCoo .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vf3jxHiCoo .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-vf3jxHiCoo .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vf3jxHiCoo .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-vf3jxHiCoo .dropdown-menu {
    text-align: center;
  }
}
.cid-vf3jxHiCoo .dropdown-item {
  border: 1px solid #0027ba;
  background: #ffb3c1 !important;
  color: #0bf2ec !important;
}
.cid-vf3jxHiCoo .dropdown-item:hover,
.cid-vf3jxHiCoo .dropdown-item:focus {
  background: #ffb3c1 !important;
}
.cid-vf3jxHiCoo .dropdown-item:hover span {
  color: white;
}
.cid-vf3jxHiCoo .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vf3jxHiCoo .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vf3jxHiCoo .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vf3jxHiCoo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vf3jxHiCoo .nav-link {
  position: relative;
}
.cid-vf3jxHiCoo .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vf3jxHiCoo .container {
    flex-wrap: nowrap;
  }
}
.cid-vf3jxHiCoo .iconfont-wrapper {
  color: #0027ba !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vf3jxHiCoo .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vf3jxHiCoo .dropdown-menu,
.cid-vf3jxHiCoo .navbar.opened {
  background: #ffb3c1 !important;
}
.cid-vf3jxHiCoo .nav-item:focus,
.cid-vf3jxHiCoo .nav-link:focus {
  outline: none;
}
.cid-vf3jxHiCoo .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-vf3jxHiCoo .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vf3jxHiCoo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vf3jxHiCoo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vf3jxHiCoo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vf3jxHiCoo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  transition: none;
  margin: 0 !important;
}
.cid-vf3jxHiCoo .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffb3c1;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-vf3jxHiCoo .navbar {
    min-height: 80px;
  }
}
.cid-vf3jxHiCoo .navbar.opened {
  transition: all 0.3s;
}
.cid-vf3jxHiCoo .navbar .dropdown-item {
  padding: 1px 2rem 1px 12px;
  border-radius: 0;
  font-weight: 400;
}
.cid-vf3jxHiCoo .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vf3jxHiCoo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vf3jxHiCoo .navbar.collapsed {
  justify-content: center;
}
.cid-vf3jxHiCoo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vf3jxHiCoo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vf3jxHiCoo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vf3jxHiCoo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vf3jxHiCoo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vf3jxHiCoo .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
  right: .8rem;
}
.cid-vf3jxHiCoo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vf3jxHiCoo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  text-align: center;
}
.cid-vf3jxHiCoo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vf3jxHiCoo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vf3jxHiCoo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vf3jxHiCoo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vf3jxHiCoo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vf3jxHiCoo .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
    right: .8rem;
  }
  .cid-vf3jxHiCoo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vf3jxHiCoo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vf3jxHiCoo .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 12px;
    text-align: center;
  }
  .cid-vf3jxHiCoo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vf3jxHiCoo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vf3jxHiCoo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vf3jxHiCoo .navbar.navbar-short {
  min-height: 96px;
}
.cid-vf3jxHiCoo .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vf3jxHiCoo .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .cid-vf3jxHiCoo .navbar-brand {
    min-height: 80px;
  }
}
.cid-vf3jxHiCoo .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vf3jxHiCoo .navbar-brand .navbar-caption:hover,
.cid-vf3jxHiCoo .navbar-brand .navbar-caption:focus {
  color: #0027ba !important;
}
.cid-vf3jxHiCoo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vf3jxHiCoo .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vf3jxHiCoo .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffb3c1 !important;
}
.cid-vf3jxHiCoo .dropdown-item.active,
.cid-vf3jxHiCoo .dropdown-item:active {
  background-color: transparent;
}
.cid-vf3jxHiCoo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vf3jxHiCoo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vf3jxHiCoo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vf3jxHiCoo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffb3c1;
  top: 2.2rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-vf3jxHiCoo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-vf3jxHiCoo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vf3jxHiCoo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vf3jxHiCoo ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vf3jxHiCoo ul.navbar-nav {
    padding: 8px;
    background-color: transparent;
    border: 1px solid #0027ba;
  }
}
.cid-vf3jxHiCoo .navbar-buttons {
  text-align: center;
}
.cid-vf3jxHiCoo .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-vf3jxHiCoo .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vf3jxHiCoo button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffb3c1 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vf3jxHiCoo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0027ba;
}
.cid-vf3jxHiCoo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vf3jxHiCoo button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vf3jxHiCoo button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vf3jxHiCoo button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vf3jxHiCoo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vf3jxHiCoo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vf3jxHiCoo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vf3jxHiCoo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vf3jxHiCoo .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vf3jxHiCoo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vf3jxHiCoo .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vf3jxHiCoo .navbar {
    height: 70px;
  }
  .cid-vf3jxHiCoo .navbar.opened {
    height: auto;
  }
  .cid-vf3jxHiCoo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vf3jxHiCoo .navbar-nav {
  margin: 0 auto;
}
.cid-vf3jxHiCoo .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vf3jxHiCoo .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vf3jxHiCoo .nav-item .nav-link::after {
  color: #0027ba !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vf3jxHiCoo .nav-item .nav-link:hover,
.cid-vf3jxHiCoo .nav-item .nav-link:focus {
  background-color: #0027ba;
  color: #ffb3c1 !important;
}
.cid-vf3jxHiCoo .nav-item .nav-link:hover::after,
.cid-vf3jxHiCoo .nav-item .nav-link:focus::after {
  color: #ffb3c1 !important;
}
.cid-vf3jxHiCoo .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vf3jxHiCoo .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vf3jxHiCoo .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vf3jxHiCoo .nav-item .dropdown-menu .dropdown-item {
  color: #0bf2ec !important;
}
.cid-vf3jxHiCoo .nav-item .dropdown-menu .dropdown-item:hover,
.cid-vf3jxHiCoo .nav-item .dropdown-menu .dropdown-item:focus {
  color: #0027ba !important;
}
@media (max-width: 991px) {
  .cid-vf3jxHiCoo .navbar {
    justify-content: flex-start !important;
  }
  .cid-vf3jxHiCoo .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vf3jxHiCoo .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vf3jxHiCoo .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vf3jxHiCoo .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-vf3jxHiCoo .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-vf3jxHiCoo .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-vf3jxHiCoo .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vf3jxHiCoo .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-vf3jxHiCoo .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-vf3jxHiCoo .content-wrap {
    min-height: 80px;
  }
}
.cid-vf3jxI9zja {
  display: flex;
  background-image: url("../../../assets/images/5.webp");
}
.cid-vf3jxI9zja .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-vf3jxI9zja {
    align-items: flex-end;
  }
  .cid-vf3jxI9zja .row {
    justify-content: center;
  }
  .cid-vf3jxI9zja .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vf3jxI9zja .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vf3jxI9zja {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vf3jxI9zja .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vf3jxI9zja .content-wrap {
    width: 100%;
  }
}
.cid-vf3jxI9zja .mbr-section-title,
.cid-vf3jxI9zja .mbr-section-subtitle {
  text-align: center;
}
.cid-vf3jxI9zja .mbr-text,
.cid-vf3jxI9zja .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vf3jxI9zja .mbr-section-title {
  color: #ffffff;
}
.cid-vf3jxJxmAB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
  background-image: linear-gradient(0deg, #f92c50 -70%, #232323 100%);
}
.cid-vf3jxJxmAB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf3jxJxmAB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf3jxJxmAB .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vf3jxJxmAB .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vf3jxJxmAB .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-vf3jxJxmAB .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vf3jxJxmAB .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vf3jxJxmAB .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vf3jxJxmAB .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vf3jxJxmAB .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-vf3jxJxmAB .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-vf3jxJxmAB .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid #ff6d99;
  color: #ff6d99;
  font-size: 11px;
}
.cid-vf3jxJxmAB .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vf3jxJxmAB .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-vf3jxJxmAB .list_2 {
    padding-left: 0;
  }
}
.cid-vf3jxJxmAB .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vf3jxJxmAB .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-vf3jxJxmAB .mbr-text,
.cid-vf3jxJxmAB .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-vf3jxJxmAB .list {
  color: #666666;
}
.cid-vf3jxJxmAB .list,
.cid-vf3jxJxmAB .item-wrap,
.cid-vf3jxJxmAB .list-wrapper {
  color: #000000;
}
.cid-vf3jxK2XxT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vf3jxK2XxT .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-vf3jxK2XxT .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-vf3jxKrVVX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f92c50;
}
.cid-vf3jxKrVVX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf3jxKrVVX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf3jxKrVVX .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vf3jxKrVVX .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vf3jxKrVVX .title-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-vf3jxKrVVX .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vf3jxKrVVX .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vf3jxKrVVX .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vf3jxKrVVX .tabs-wrapper {
  border-bottom: none;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vf3jxKrVVX .tabs-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vf3jxKrVVX .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
.cid-vf3jxKrVVX .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0;
}
.cid-vf3jxKrVVX .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #54547e;
  padding: 11px 24px;
  border: none;
  transition: all 0.3s ease-in-out;
  background-color: #eeeef4;
  box-shadow: inset 0 0.1875rem 0.375rem -0.5px #cdcddd;
}
.cid-vf3jxKrVVX .tabs-wrapper .nav.nav-tabs .nav-item .nav-link:hover {
  box-shadow: inset 0 0.1875rem 0.375rem 5px #cdcddd;
}
.cid-vf3jxKrVVX .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #eeeef4;
  color: #54547e;
  box-shadow: inset 0 0.1875rem 0.375rem 5px #cdcddd;
}
.cid-vf3jxKrVVX .tab-content .tab-pane .item-content .image-wrapper {
  padding: 12px;
  border: 1px solid #cdcddd;
  background-color: #e0e0eb;
  box-shadow: 0 .25rem .375rem #00000014;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vf3jxKrVVX .tab-content .tab-pane .item-content .image-wrapper {
    padding: 6px;
  }
}
.cid-vf3jxKrVVX .tab-content .tab-pane .item-content .image-wrapper .image-wrap {
  padding: 12px;
  background-color: #ffffff;
  border: 1px solid #cdcddd;
  box-shadow: 0 0.25rem 0.375rem -0.125rem #9797b9;
}
@media (max-width: 992px) {
  .cid-vf3jxKrVVX .tab-content .tab-pane .item-content .image-wrapper .image-wrap {
    padding: 6px;
  }
}
.cid-vf3jxKrVVX .tab-content .tab-pane .item-content .image-wrapper .image-wrap img {
  height: 450px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vf3jxKrVVX .tab-content .tab-pane .item-content .image-wrapper .image-wrap img {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .cid-vf3jxKrVVX .tab-content .tab-pane .item-content .image-wrapper .image-wrap img {
    height: 250px;
  }
}
.cid-vf3jxKrVVX .tab-content .tab-pane .item-content .item-title {
  margin-bottom: 24px;
}
.cid-vf3jxKrVVX .tab-content .tab-pane .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vf3jxKrVVX .tab-content .tab-pane .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-vf3jxKrVVX .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-vf3jxKrVVX .mbr-section-title {
  color: #181824;
  text-align: center;
}
.cid-vf3jxKrVVX .mbr-section-title,
.cid-vf3jxKrVVX .tabs-wrapper {
  text-align: center;
}
.cid-vf3jxKrVVX .item-title {
  color: #181824;
}
.cid-vf3jxKrVVX .item-text,
.cid-vf3jxKrVVX .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-vf3jxKrVVX .item-title,
.cid-vf3jxKrVVX .mbr-section-btn {
  text-align: center;
}
.cid-vf3jxLdNE3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vf3jxLdNE3 .mbr-text {
  color: #000000;
}
.cid-vf3jxLdNE3 .mbr-section-subtitle {
  color: #000000;
}
.cid-vf3jxLdNE3 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vf3jxLKzCz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f92c50;
}
.cid-vf3jxLKzCz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf3jxLKzCz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf3jxLKzCz .card-wrapper {
  padding: 64px;
  background-color: #f4f6fa;
  display: flex;
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-vf3jxLKzCz .card-wrapper {
    display: block;
    padding: 24px;
    overflow: hidden;
    margin-top: 0;
  }
}
.cid-vf3jxLKzCz .image-wrapper {
  width: 50%;
  padding-right: 56px;
  padding-right: 0;
  padding-left: 56px;
}
@media (max-width: 992px) {
  .cid-vf3jxLKzCz .image-wrapper {
    padding-right: 0;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-vf3jxLKzCz .image-wrapper {
    padding-left: 0;
  }
}
.cid-vf3jxLKzCz .image-wrapper img {
  height: 600px;
  width: 100%;
  object-fit: cover;
  position: sticky;
  top: 132px;
  margin-top: -128px;
}
@media (max-width: 992px) {
  .cid-vf3jxLKzCz .image-wrapper img {
    height: 350px;
    margin: 0 0 32px 0;
    position: static;
  }
}
.cid-vf3jxLKzCz .content-wrapper {
  width: 50%;
  padding-right: 56px;
  padding-right: 0;
  padding-left: 56px;
}
@media (max-width: 1400px) {
  .cid-vf3jxLKzCz .content-wrapper {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-vf3jxLKzCz .content-wrapper {
    width: 100%;
  }
}
@media (max-width: 1400px) {
  .cid-vf3jxLKzCz .content-wrapper {
    padding-left: 0;
  }
}
.cid-vf3jxLKzCz .content-wrapper .tabs-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vf3jxLKzCz .content-wrapper .tabs-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vf3jxLKzCz .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px;
}
.cid-vf3jxLKzCz .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0;
}
.cid-vf3jxLKzCz .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  padding: 6px 26px;
  min-height: 64px;
  background-color: #a6adbf;
  border: 4px solid #afb5c5;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
}
.cid-vf3jxLKzCz .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  color: #ffffff;
  background-color: #ff6d99;
  border: 4px solid #ff7ca4;
}
.cid-vf3jxLKzCz .content-wrapper .tab-content .tab-pane .item-content .image-wrap {
  margin-bottom: 24px;
}
.cid-vf3jxLKzCz .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
  display: inline-flex;
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-vf3jxLKzCz .content-wrapper .tab-content .tab-pane .item-content .item-title {
  margin-bottom: 0;
}
.cid-vf3jxLKzCz .content-wrapper .tab-content .tab-pane .item-content .item-subtitle {
  margin-bottom: 0;
}
.cid-vf3jxLKzCz .content-wrapper .tab-content .tab-pane .item-content .item-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-vf3jxLKzCz .content-wrapper .tab-content .tab-pane .item-content .mbr-section-btn {
  margin-top: 24px;
}
.cid-vf3jxLKzCz .content-wrapper .tab-content .tab-pane .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vf3jxLKzCz .item-title {
  color: #111111;
}
.cid-vf3jxLKzCz .item-subtitle {
  color: #ff6d99;
}
.cid-vf3jxLKzCz .item-text {
  color: #666666;
}
.cid-vf3jxLKzCz .item-title,
.cid-vf3jxLKzCz .tabs-wrapper,
.cid-vf3jxLKzCz .image-wrap {
  text-align: center;
}
.cid-vf3jxMFeuG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vf3jxMFeuG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf3jxMFeuG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf3jxMFeuG .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vf3jxMFeuG .card {
    margin-bottom: 40px;
  }
}
.cid-vf3jxMFeuG .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vf3jxMFeuG .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vf3jxMFeuG .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vf3jxMFeuG .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vf3jxMFeuG .mbr-label {
  color: #be0000;
}
.cid-vf3jxMFeuG .mbr-section-title {
  color: #000000;
}
.cid-vf3jxMFeuG .mbr-text {
  color: #000000;
}
.cid-vf3jxNiZl1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f92c50;
}
.cid-vf3jxNiZl1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf3jxNiZl1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf3jxNiZl1 .row {
  margin: 0 -11px;
}
.cid-vf3jxNiZl1 .row .card {
  padding: 0 11px;
}
.cid-vf3jxNiZl1 .content-wrapper {
  margin-bottom: 88px;
}
@media (max-width: 992px) {
  .cid-vf3jxNiZl1 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vf3jxNiZl1 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-vf3jxNiZl1 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vf3jxNiZl1 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vf3jxNiZl1 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vf3jxNiZl1 .tabs-wrapper {
  padding-left: 66px;
}
@media (max-width: 1440px) {
  .cid-vf3jxNiZl1 .tabs-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-vf3jxNiZl1 .tabs-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vf3jxNiZl1 .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: block;
}
@media (max-width: 992px) {
  .cid-vf3jxNiZl1 .tabs-wrapper .nav.nav-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.cid-vf3jxNiZl1 .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 22px 42px;
  border: 2px solid #3a001d;
  background-color: #f7efdf;
  display: block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vf3jxNiZl1 .tabs-wrapper .nav.nav-tabs .nav-item {
    margin-left: 8px;
    margin-right: 8px;
    padding: 16px 22px;
  }
}
.cid-vf3jxNiZl1 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: block;
  background-color: transparent;
  border: none;
  color: #3a001d;
  transition: all 0.3s ease-in-out;
  opacity: .5;
  padding: 0;
}
.cid-vf3jxNiZl1 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link:hover {
  opacity: 1;
}
.cid-vf3jxNiZl1 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
  opacity: 1;
}
.cid-vf3jxNiZl1 .tab-content {
  padding-right: 66px;
}
@media (max-width: 1440px) {
  .cid-vf3jxNiZl1 .tab-content {
    padding-right: 0;
  }
}
.cid-vf3jxNiZl1 .tab-content .tab-pane .item-content .image-wrap img {
  width: 100%;
  height: 500px;
  border: 2px solid #3a001d;
  box-shadow: 0 16px 0 #3a001d;
  background-color: #3a001d;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vf3jxNiZl1 .tab-content .tab-pane .item-content .image-wrap img {
    height: 350px;
  }
}
@media (max-width: 425px) {
  .cid-vf3jxNiZl1 .tab-content .tab-pane .item-content .image-wrap img {
    height: 300px;
  }
}
.cid-vf3jxNiZl1 .mbr-section-title,
.cid-vf3jxNiZl1 .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vf3jxNiZl1 .mbr-text,
.cid-vf3jxNiZl1 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vf3jxNiZl1 .card-text,
.cid-vf3jxNiZl1 .item .mbr-section-btn {
  text-align: center;
}
.cid-vf3jxOcWUS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-vf3jxOcWUS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf3jxOcWUS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf3jxOcWUS .card {
  justify-content: center;
}
.cid-vf3jxOcWUS .content-wrapper .mbr-label {
  margin-bottom: 16px;
}
.cid-vf3jxOcWUS .content-wrapper .title-wrap {
  margin-bottom: 24px;
}
.cid-vf3jxOcWUS .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vf3jxOcWUS .content-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vf3jxOcWUS .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vf3jxOcWUS .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vf3jxOcWUS .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vf3jxOcWUS .border-wrapper {
  margin-top: 40px;
  height: 1px;
  width: 100%;
  background-image: linear-gradient(90deg, transparent -20%, #323232 50%, transparent 120%);
}
.cid-vf3jxOcWUS .mbr-label {
  color: #ffdf7d;
  text-align: center;
}
.cid-vf3jxOcWUS .mbr-section-title {
  color: #808080;
}
.cid-vf3jxOcWUS .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vf3jxOcWUS .mbr-text {
  color: #808080;
  text-align: center;
}
.cid-vf3jxOcWUS .mbr-section-title,
.cid-vf3jxOcWUS .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vf3jxOcWUS .mbr-text,
.cid-vf3jxOcWUS .text-wrapper {
  color: #ffffff;
}
.cid-vf3jxOTAJj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-vf3jxOTAJj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf3jxOTAJj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf3jxOTAJj .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vf3jxOTAJj .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vf3jxOTAJj .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vf3jxOTAJj .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vf3jxOTAJj .tabs-wrapper {
  padding-bottom: 24px;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vf3jxOTAJj .tabs-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vf3jxOTAJj .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-vf3jxOTAJj .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 8px 8px;
}
.cid-vf3jxOTAJj .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #b9b9b9;
  padding: 14px 32px;
  margin-bottom: 0;
  background-color: #272b2e;
  border: none;
}
.cid-vf3jxOTAJj .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  color: #ffffff;
  background-color: #f96e47;
}
.cid-vf3jxOTAJj .tab-content .tab-pane .content-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vf3jxOTAJj .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-vf3jxOTAJj .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vf3jxOTAJj .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-vf3jxOTAJj .tab-content .tab-pane .content-wrapper .image-wrapper img {
  height: 440px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vf3jxOTAJj .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-vf3jxOTAJj .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vf3jxOTAJj .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-vf3jxOTAJj .tab-content .tab-pane .content-wrapper .text-wrapper .item-title {
  margin-bottom: 24px;
}
.cid-vf3jxOTAJj .tab-content .tab-pane .content-wrapper .text-wrapper .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-vf3jxOTAJj .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vf3jxOTAJj .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vf3jxOTAJj .item-title {
  color: #ffffff;
}
.cid-vf3jxOTAJj .item-text {
  color: #ffffff;
}
.cid-vf3jxQao3K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vf3jxQao3K .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf3jxQao3K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf3jxQao3K .row {
  justify-content: space-between;
}
.cid-vf3jxQao3K .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-vf3jxQao3K .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vf3jxQao3K .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-vf3jxQao3K .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vf3jxQao3K .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vf3jxQao3K .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vf3jxQao3K .mbr-label {
  color: #000000;
}
.cid-vf3jxQao3K .mbr-section-title {
  color: #000000;
}
.cid-vf3jxQao3K .mbr-desc {
  color: #000000;
}
.cid-vf3jxQao3K .mbr-text {
  color: #8a8a8a;
}
.cid-vf3jxQao3K .mbr-text,
.cid-vf3jxQao3K .mbr-section-btn {
  color: #232323;
}
.cid-vf3lPTUlti {
  padding-top: 5rem;
  background-color: #f5f5f5;
  overflow: hidden;
}
.cid-vf3lPTUlti .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf3lPTUlti .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf3lPTUlti .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5rem;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #e1e7ed;
}
@media (max-width: 425px) {
  .cid-vf3lPTUlti .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-vf3lPTUlti .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #e1e7ed;
  pointer-events: none;
}
@media (max-width: 425px) {
  .cid-vf3lPTUlti .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-vf3lPTUlti .content-wrapper .border_1 {
  left: 0;
}
.cid-vf3lPTUlti .content-wrapper .border_2 {
  right: 0;
}
.cid-vf3lPTUlti .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-vf3lPTUlti .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 16px;
}
.cid-vf3lPTUlti .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -8px #cccccc, 0 10px 10px -8px #cccccc;
  background-color: #fafafa;
}
.cid-vf3lPTUlti .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
}
.cid-vf3lPTUlti .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-vf3lPTUlti .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vf3lPTUlti .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vf3lPTUlti .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vf3lPTUlti .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vf3lPTUlti .content-wrapper .google-map iframe {
  height: 400px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vf3lPTUlti .content-wrapper .google-map iframe {
    height: 320px;
  }
}
.cid-vf3lPTUlti .mbr-label,
.cid-vf3lPTUlti .label-wrapper {
  color: #334155;
  text-align: center;
}
.cid-vf3lPTUlti .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-vf3lPTUlti .mbr-text,
.cid-vf3lPTUlti .text-wrapper {
  color: #475569;
  text-align: center;
}
.cid-vf3jxQS3vd {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #f92c50;
}
.cid-vf3jxQS3vd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf3jxQS3vd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf3jxQS3vd .row {
  justify-content: center;
}
.cid-vf3jxQS3vd .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-vf3jxQS3vd .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vf3jxQS3vd .content-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #ffbe0d;
}
.cid-vf3jxQS3vd .content-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vf3jxQS3vd .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-vf3jxQS3vd .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .cid-vf3jxQS3vd .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vf3jxQS3vd .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
    width: 100%;
  }
}
.cid-vf3jxQS3vd .mbr-label,
.cid-vf3jxQS3vd .label-wrapper {
  color: #FFBE0D;
  text-align: center;
}
.cid-vf3jxQS3vd .mbr-section-title {
  color: #fff7ee;
}
.cid-vf3jxQS3vd .mbr-text,
.cid-vf3jxQS3vd .text-wrapper {
  color: #fff7ee;
  text-align: center;
}
.cid-vf3jxQS3vd .mbr-section-title,
.cid-vf3jxQS3vd .mbr-section-btn {
  text-align: center;
}
.cid-vf3jxRsMcM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vf3jxRsMcM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf3jxRsMcM .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-vf3jxRsMcM .container {
    padding: 0 16px;
  }
}
.cid-vf3jxRsMcM .row {
  justify-content: center;
}
.cid-vf3jxRsMcM .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #ffffff;
  background-color: #c6f15c;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-vf3jxRsMcM .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vf3jxRsMcM .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #f92c50;
}
@media (max-width: 992px) {
  .cid-vf3jxRsMcM .panel-group .card {
    padding: 24px;
  }
}
.cid-vf3jxRsMcM .panel-group .card:first-child {
  margin-top: 0;
}
.cid-vf3jxRsMcM .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vf3jxRsMcM .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-vf3jxRsMcM .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vf3jxRsMcM .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-vf3jxRsMcM .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #c6f15c;
  border-radius: 100%;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-vf3jxRsMcM .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #c6f15c;
}
.cid-vf3jxRsMcM .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: .5;
}
.cid-vf3jxRsMcM .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-vf3jxRsMcM .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-vf3jxRsMcM .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-vf3jxRsMcM .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vf3jxRsMcM .mbr-section-title {
  color: #000000;
}
.cid-vf3jxRsMcM .panel-title-edit {
  color: #ffffff;
}
.cid-vf3jxRsMcM .panel-text {
  color: #ffffff;
}
.cid-vf3jxRsMcM .mbr-section-title,
.cid-vf3jxRsMcM .title-wrapper {
  text-align: center;
}
.cid-vf3jxS4e0w {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-vf3jxS4e0w .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf3jxS4e0w .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-vf3jxS4e0w .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vf3jxS4e0w .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-vf3jxS4e0w .google-map {
  height: 100%;
  position: relative;
}
.cid-vf3jxS4e0w .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vf3jxS4e0w .google-map iframe {
    min-height: 350px;
  }
}
.cid-vf3jxS4e0w .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-vf3jxS4e0w .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vf3jxS4e0w .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vf3jxS4e0w .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vf3jxS4e0w .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vf3jxS4e0w .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vf3jxS4e0w ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-vf3jxS4e0w .content-head {
  max-width: 800px;
}
.cid-vf3jxSKuTL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f92c50;
}
.cid-vf3jxSKuTL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf3jxSKuTL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf3jxSKuTL .row {
  justify-content: center;
}
.cid-vf3jxSKuTL .card {
  justify-content: flex-end;
}
.cid-vf3jxSKuTL .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vf3jxSKuTL .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vf3jxSKuTL .title-wrapper .logo-wrapper {
  margin-bottom: 20px;
}
.cid-vf3jxSKuTL .title-wrapper .logo-wrapper img {
  display: inline-block;
  height: 48px;
  width: 48px;
  object-fit: cover;
  border-radius: 5px !important;
}
.cid-vf3jxSKuTL .title-wrapper .mbr-section-title {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #386bb7, #ffffff);
  margin-bottom: 0;
}
.cid-vf3jxSKuTL .mbr-section-btn {
  margin-top: 20px;
}
.cid-vf3jxSKuTL .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vf3jxSKuTL .mbr-section-btn .btn::after,
.cid-vf3jxSKuTL .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-vf3jxSKuTL .mbr-section-btn .btn:hover,
.cid-vf3jxSKuTL .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-vf3jxSKuTL .mbr-section-btn .btn:hover::after,
.cid-vf3jxSKuTL .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-vf3jxSKuTL .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vf3jxSKuTL .nav-wrapper {
    margin-bottom: 40px;
    gap: 20px;
  }
}
.cid-vf3jxSKuTL .nav-wrapper .nav-wrap .nav-title {
  margin-bottom: 10px;
}
.cid-vf3jxSKuTL .nav-wrapper .nav-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vf3jxSKuTL .nav-wrapper .nav-wrap .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all .3s ease;
}
.cid-vf3jxSKuTL .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vf3jxSKuTL .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-vf3jxSKuTL .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #adadad;
  transform: translateX(5px);
}
.cid-vf3jxSKuTL .mbr-copy {
  background-color: #2c2c2c;
  padding: 30px 40px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vf3jxSKuTL .mbr-copy {
    padding: 20px;
  }
}
.cid-vf3jxSKuTL .mbr-section-title {
  color: #ffffff;
}
.cid-vf3jxSKuTL .nav-title {
  color: #ffffff;
}
.cid-vf3jxSKuTL .list {
  color: #ffffff;
}
