.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: 'Merriweather', serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Merriweather', serif;
  font-size: 3.8rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.75rem;
}
.display-4 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 2.1rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.625rem;
}
.display-7 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.68rem;
    font-size: calc( 1.385rem + (2.1 - 1.385) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.385rem + (2.1 - 1.385) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.98rem + (3.8 - 1.98) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.68rem;
    font-size: calc( 1.385rem + (2.1 - 1.385) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.385rem + (2.1 - 1.385) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    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))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  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: #e87070 !important;
}
.bg-success {
  background-color: #0e4c7c !important;
}
.bg-info {
  background-color: #954e08 !important;
}
.bg-warning {
  background-color: #1f6463 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e87070 !important;
  border-color: #e87070 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ef9c9c !important;
  border-color: #ef9c9c !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ef9c9c !important;
  border-color: #ef9c9c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e8791e !important;
  border-color: #e8791e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ed954c !important;
  border-color: #ed954c !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ed954c !important;
  border-color: #ed954c !important;
}
.btn-info,
.btn-info:active {
  background-color: #954e08 !important;
  border-color: #954e08 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #c5670b !important;
  border-color: #c5670b !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #c5670b !important;
  border-color: #c5670b !important;
}
.btn-success,
.btn-success:active {
  background-color: #0e4c7c !important;
  border-color: #0e4c7c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #1368aa !important;
  border-color: #1368aa !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1368aa !important;
  border-color: #1368aa !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #1f6463 !important;
  border-color: #1f6463 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #2b8b8a !important;
  border-color: #2b8b8a !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #2b8b8a !important;
  border-color: #2b8b8a !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: #e87070;
  color: #e87070;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #dc2525 !important;
  background-color: transparent !important;
  border-color: #dc2525 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e87070 !important;
  border-color: #e87070 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #e8791e;
  color: #e8791e;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #9f5110 !important;
  background-color: transparent !important;
  border-color: #9f5110 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #e8791e !important;
  border-color: #e8791e !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #954e08;
  color: #954e08;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #432304 !important;
  background-color: transparent !important;
  border-color: #432304 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #954e08 !important;
  border-color: #954e08 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #0e4c7c;
  color: #0e4c7c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #051c2e !important;
  background-color: transparent !important;
  border-color: #051c2e !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #0e4c7c !important;
  border-color: #0e4c7c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #1f6463;
  color: #1f6463;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #0a2221 !important;
  background-color: transparent !important;
  border-color: #0a2221 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #1f6463 !important;
  border-color: #1f6463 !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: #e87070 !important;
}
.text-secondary {
  color: #e8791e !important;
}
.text-success {
  color: #0e4c7c !important;
}
.text-info {
  color: #954e08 !important;
}
.text-warning {
  color: #1f6463 !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: #d02222 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #914a0f !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #041420 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #341b03 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #071616 !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: #e87070;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #954e08;
}
.alert-warning {
  background-color: #1f6463;
}
.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: #e87070;
  border-color: #e87070;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #e87070;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #2391e6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f48e29;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #3fc3c2;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #e87070 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #e87070;
}
/* 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: #e87070;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #e87070;
}
.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: #e87070;
  border-bottom-color: #e87070;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #e87070 !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: #e8791e !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='%23e87070' %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-vqyEDEGiKr {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-vqyEDEGiKr nav.navbar {
  position: fixed;
}
.cid-vqyEDEGiKr .container-fluid {
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 992px) {
  .cid-vqyEDEGiKr .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-vqyEDEGiKr .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-vqyEDEGiKr .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vqyEDEGiKr .dropdown-item {
  border: none !important;
  background: #ffffff !important;
}
.cid-vqyEDEGiKr .dropdown-item:hover,
.cid-vqyEDEGiKr .dropdown-item:focus {
  background: #ffffff !important;
  color: #e8791e !important;
}
.cid-vqyEDEGiKr .dropdown-item:hover span {
  color: white;
}
.cid-vqyEDEGiKr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vqyEDEGiKr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vqyEDEGiKr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vqyEDEGiKr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vqyEDEGiKr .nav-link {
  position: relative;
}
.cid-vqyEDEGiKr .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vqyEDEGiKr .container {
    flex-wrap: nowrap;
  }
}
.cid-vqyEDEGiKr .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vqyEDEGiKr .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vqyEDEGiKr .dropdown-menu,
.cid-vqyEDEGiKr .navbar.opened {
  background: #ffffff !important;
}
.cid-vqyEDEGiKr .nav-item:focus,
.cid-vqyEDEGiKr .nav-link:focus {
  outline: none;
}
.cid-vqyEDEGiKr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vqyEDEGiKr .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vqyEDEGiKr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vqyEDEGiKr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vqyEDEGiKr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vqyEDEGiKr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vqyEDEGiKr .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vqyEDEGiKr .navbar.opened {
  transition: all 0.3s;
}
.cid-vqyEDEGiKr .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vqyEDEGiKr .navbar .navbar-logo {
  margin-right: 0 !important;
}
.cid-vqyEDEGiKr .navbar .navbar-logo img {
  width: auto;
}
.cid-vqyEDEGiKr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vqyEDEGiKr .navbar.collapsed {
  justify-content: center;
}
.cid-vqyEDEGiKr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vqyEDEGiKr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vqyEDEGiKr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-vqyEDEGiKr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vqyEDEGiKr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vqyEDEGiKr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vqyEDEGiKr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vqyEDEGiKr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vqyEDEGiKr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vqyEDEGiKr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vqyEDEGiKr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vqyEDEGiKr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vqyEDEGiKr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vqyEDEGiKr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vqyEDEGiKr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vqyEDEGiKr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vqyEDEGiKr .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-vqyEDEGiKr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vqyEDEGiKr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vqyEDEGiKr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vqyEDEGiKr .navbar.navbar-short {
  min-height: 96px;
}
.cid-vqyEDEGiKr .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vqyEDEGiKr .brand-bg {
  background-color: #ffffff;
  padding: 10px;
}
.cid-vqyEDEGiKr .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vqyEDEGiKr .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-vqyEDEGiKr .navbar-brand .navbar-caption:hover,
.cid-vqyEDEGiKr .navbar-brand .navbar-caption:focus {
  color: #e8791e !important;
}
.cid-vqyEDEGiKr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqyEDEGiKr .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vqyEDEGiKr .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e8791e !important;
}
.cid-vqyEDEGiKr .dropdown-item.active,
.cid-vqyEDEGiKr .dropdown-item:active {
  background-color: transparent;
}
.cid-vqyEDEGiKr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vqyEDEGiKr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vqyEDEGiKr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vqyEDEGiKr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vqyEDEGiKr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vqyEDEGiKr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vqyEDEGiKr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqyEDEGiKr ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vqyEDEGiKr ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vqyEDEGiKr .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vqyEDEGiKr .navbar-buttons {
    text-align: left;
  }
}
.cid-vqyEDEGiKr .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-vqyEDEGiKr .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vqyEDEGiKr .mbr-section-btn.brand-bg {
  padding: 0;
}
.cid-vqyEDEGiKr 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: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vqyEDEGiKr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vqyEDEGiKr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vqyEDEGiKr button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vqyEDEGiKr button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vqyEDEGiKr button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vqyEDEGiKr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqyEDEGiKr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vqyEDEGiKr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vqyEDEGiKr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqyEDEGiKr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vqyEDEGiKr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vqyEDEGiKr .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-vqyEDEGiKr .navbar {
    height: 70px;
  }
  .cid-vqyEDEGiKr .navbar.opened {
    height: auto;
  }
  .cid-vqyEDEGiKr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vqyEDEGiKr .navbar-nav {
  justify-content: flex-end;
  margin: 0;
}
.cid-vqyEDEGiKr .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vqyEDEGiKr .nav-item .nav-link {
  padding: 2px 0 !important;
  margin: 6px 20px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.cid-vqyEDEGiKr .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vqyEDEGiKr .nav-item .nav-link:hover,
.cid-vqyEDEGiKr .nav-item .nav-link:focus {
  background-color: transparent;
  color: #e8791e !important;
}
.cid-vqyEDEGiKr .nav-item .nav-link:hover::after,
.cid-vqyEDEGiKr .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vqyEDEGiKr .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vqyEDEGiKr .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vqyEDEGiKr .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vqyEDEGiKr .navbar {
    justify-content: flex-start !important;
  }
  .cid-vqyEDEGiKr .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vqyEDEGiKr .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vqyEDEGiKr .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vqyEDEGiKr .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vqyEDEGiKr .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vqyEDEGiKr .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vqyEDEGiKr .content-wrap {
  min-height: 120px;
}
.cid-vqzo5SrzWD {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vqzo5SrzWD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqzo5SrzWD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqzo5SrzWD .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-vqzo5SrzWD .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 2px;
  background: #0e4c7c;
  z-index: -1;
}
.cid-vqzo5SrzWD img {
  border-radius: 1rem;
}
.cid-vqzo5SrzWD .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vqzo5SrzWD .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vqzo5SrzWD .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vqzo5SrzWD .mbr-section-title {
  color: #0e4c7c;
}
.cid-vqzo5SrzWD .mbr-section-title b {
  color: #e8791e;
}
.cid-vqzo5SrzWD .mbr-section-subtitle,
.cid-vqzo5SrzWD .subtitle-wrap {
  color: #e8791e;
}
.cid-vqzo5SrzWD .mbr-text,
.cid-vqzo5SrzWD .mbr-section-btn {
  color: #0e4c7c;
}
.cid-vqzo5SrzWD .container-fluid {
  padding-left: 4rem;
  padding-right: 4rem;
}
@media (max-width: 767px) {
  .cid-vqzo5SrzWD .container,
  .cid-vqzo5SrzWD .container-fluid {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-vqzo5SrzWD .text-wrapper,
  .cid-vqzo5SrzWD .title-wrapper,
  .cid-vqzo5SrzWD .content-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .cid-vqzo5SrzWD .mbr-section-title span,
  .cid-vqzo5SrzWD h1 span {
    font-size: 1.8rem !important;
  }
  .cid-vqzo5SrzWD .mbr-section-title,
  .cid-vqzo5SrzWD h1,
  .cid-vqzo5SrzWD h2,
  .cid-vqzo5SrzWD h3,
  .cid-vqzo5SrzWD .display-2 {
    font-size: 1.8rem !important;
    line-height: 1.3 !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    hyphens: none !important;
  }
  .cid-vqzo5SrzWD .mbr-section-subtitle,
  .cid-vqzo5SrzWD h4 {
    font-size: 0.85rem !important;
  }
}
#custom-html-2o .marquee-block-wrapper {
  font-family: 'IBM Plex Sans', sans-serif !important;
  position: relative !important;
  width: 100% !important;
  padding-top: 40px !important;
  background: transparent !important;
}
#custom-html-2o .marquee-block-wrapper .marquee-top-tag {
  font-family: 'IBM Plex Sans', sans-serif !important;
  position: absolute !important;
  top: 1px !important;
  left: 0 !important;
  z-index: 20 !important;
  background-color: #0e4c7c !important;
  color: #ffffff !important;
  font-size: 1.4rem !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
  padding: 6px 35px 6px 20px !important;
  display: inline-flex !important;
  align-items: center !important;
  clip-path: polygon(0 0, calc(85%) 0, 100% 100%, 0 100%) !important;
  border-bottom: 1px solid #0e4c7c !important;
}
#custom-html-2o .marquee-block-wrapper .marquee-top-tag .dot {
  color: #e8791e !important;
  margin-right: 8px !important;
  font-size: 1rem !important;
}
#custom-html-2o .custom-marquee-container {
  display: flex !important;
  align-items: center !important;
  height: 42px !important;
  max-height: 42px !important;
  padding: 0 !important;
  background-color: #0e4c7c !important;
  overflow: hidden !important;
  position: relative !important;
  width: 100% !important;
  z-index: 10 !important;
  box-sizing: border-box !important;
}
#custom-html-2o .custom-marquee-container .marquee-wrapper {
  display: flex !important;
  overflow: hidden !important;
  width: 100% !important;
  height: 100% !important;
  align-items: center !important;
  user-select: none !important;
}
#custom-html-2o .custom-marquee-container .marquee-track {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  white-space: nowrap !important;
  height: 100% !important;
  align-items: center !important;
  animation: marquee-scroll 35s linear infinite !important;
}
#custom-html-2o .custom-marquee-container:hover .marquee-track {
  animation-play-state: paused !important;
}
#custom-html-2o .custom-marquee-container .marquee-content {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  white-space: nowrap !important;
  flex-shrink: 0 !important;
  height: 100% !important;
}
#custom-html-2o .custom-marquee-container .marquee-item {
  font-family: 'IBM Plex Sans', sans-serif !important;
  color: #ffffff !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.5px !important;
  white-space: nowrap !important;
  padding: 0 2rem !important;
  display: inline-flex !important;
  align-items: center !important;
  flex-shrink: 0 !important;
  height: 100% !important;
}
@media (max-width: 768px) {
  #custom-html-2o .custom-marquee-container .marquee-item {
    font-size: 1rem !important;
    padding: 0 1.2rem !important;
  }
}
#custom-html-2o .custom-marquee-container .marquee-badge {
  font-family: 'IBM Plex Sans', sans-serif !important;
  background-color: #e8791e !important;
  color: #ffffff !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  padding: 2px 6px !important;
  border-radius: 4px !important;
  margin-right: 8px !important;
  display: inline-block !important;
}
@keyframes marquee-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.cid-vqyMXrNxxl {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-vqyMXrNxxl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqyMXrNxxl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqyMXrNxxl .content-wrap {
  margin-bottom: 0px;
}
.cid-vqyMXrNxxl .left-col {
  padding: 0;
  display: flex;
  flex-direction: column;
}
.cid-vqyMXrNxxl .left-col-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
}
.cid-vqyMXrNxxl .title-wrapper {
  margin-bottom: 32px;
}
.cid-vqyMXrNxxl .title-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
.cid-vqyMXrNxxl .title-wrapper .text-sub-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-vqyMXrNxxl .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vqyMXrNxxl .text-wrapper {
    padding: 0 1rem;
  }
}
.cid-vqyMXrNxxl .card-box {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 992px) {
  .cid-vqyMXrNxxl .card-box {
    margin-top: 32px;
    margin-bottom: 20px;
  }
}
.cid-vqyMXrNxxl .card-box .card-wrap {
  display: flex;
  width: 100%;
  flex-direction: column;
  background-color: #ffffff;
  padding: 24px;
  border-radius: 1rem;
}
@media (max-width: 992px) {
  .cid-vqyMXrNxxl .card-box .card-wrap {
    padding: 20px;
  }
}
.cid-vqyMXrNxxl .card-box .card-wrap .name-wrapper .image-wrapper {
  margin-bottom: 12px;
}
.cid-vqyMXrNxxl .card-box .card-wrap .name-wrapper .image-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 64px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-vqyMXrNxxl .card-box .card-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-vqyMXrNxxl .card-box .card-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
}
.cid-vqyMXrNxxl .card-box .card-wrap .mbr-section-btn {
  width: 100%;
  margin-top: 38px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vqyMXrNxxl .card-box .card-wrap .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vqyMXrNxxl .card-box .card-wrap .mbr-section-btn .btn {
  width: 100%;
}
.cid-vqyMXrNxxl .accordion-col {
  display: flex;
  flex-direction: column;
}
.cid-vqyMXrNxxl .panel-group {
  width: 100%;
}
.cid-vqyMXrNxxl .panel-group .card {
  position: relative;
  padding: 24px;
  border: none;
  border-radius: 1rem;
  background-color: #ffffff;
  margin-top: 12px;
}
@media (max-width: 992px) {
  .cid-vqyMXrNxxl .panel-group .card {
    padding: 20px;
    margin-top: 20px;
  }
}
.cid-vqyMXrNxxl .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-vqyMXrNxxl .panel-group .card:first-child {
    margin-top: 0;
  }
}
.cid-vqyMXrNxxl .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vqyMXrNxxl .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vqyMXrNxxl .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vqyMXrNxxl .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  transition: all 0.3s ease-in-out;
  background-color: #e8791e;
  border-radius: 100%;
}
.cid-vqyMXrNxxl .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-vqyMXrNxxl .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  background-color: #0e4c7c;
}
.cid-vqyMXrNxxl .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #ffffff;
}
.cid-vqyMXrNxxl .panel-group .card .panel-collapse {
  width: 100%;
}
.cid-vqyMXrNxxl .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.cid-vqyMXrNxxl .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  width: 100% !important;
  max-width: 100% !important;
  display: block;
}
.cid-vqyMXrNxxl .mbr-section-title {
  color: #0e4c7c;
}
.cid-vqyMXrNxxl .mbr-text {
  color: #757b62;
}
.cid-vqyMXrNxxl .mbr-name {
  color: #000000;
}
.cid-vqyMXrNxxl .mbr-role {
  color: #707070;
}
.cid-vqyMXrNxxl .panel-title-edit {
  color: #e8791e;
}
.cid-vqyMXrNxxl .panel-text {
  color: #707070;
}
.cid-vqyMXrNxxl .mbr-section-title,
.cid-vqyMXrNxxl .main-btn {
  text-align: left;
}
.cid-vqyMXrNxxl .mbr-text,
.cid-vqyMXrNxxl .text-sub-wrapper {
  text-align: left;
}
.cid-vqyMXrNxxl .panel-text,
.cid-vqyMXrNxxl .item-btn {
  color: #0e4c7c;
}
.cid-vqyMXrNxxl .container-fluid {
  padding-left: 4rem;
  padding-right: 4rem;
}
.cid-vqyMXrNxxl .mbr-name,
.cid-vqyMXrNxxl .card-box,
.cid-vqyMXrNxxl .image-wrapper {
  color: #0e4c7c;
}
@media (max-width: 767px) {
  .cid-vqyMXrNxxl .container,
  .cid-vqyMXrNxxl .container-fluid {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-vqyMXrNxxl .text-wrapper,
  .cid-vqyMXrNxxl .title-wrapper,
  .cid-vqyMXrNxxl .content-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .cid-vqyMXrNxxl div[class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-vqyMXrNxxl .mbr-section-title,
  .cid-vqyMXrNxxl .mbr-section-subtitle,
  .cid-vqyMXrNxxl h1,
  .cid-vqyMXrNxxl h2,
  .cid-vqyMXrNxxl h3,
  .cid-vqyMXrNxxl h4 {
    word-break: normal !important;
    overflow-wrap: break-word !important;
  }
}
.cid-vqyMXrNxxl .mbr-text,
.cid-vqyMXrNxxl .text-wrapper {
  color: #0e4c7c;
}
.cid-vqEz1auyuh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-vqEz1auyuh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqEz1auyuh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqEz1auyuh .card-wrapper {
  background: #ffffff;
  border-radius: 1.5rem;
}
@media (max-width: 767px) {
  .cid-vqEz1auyuh .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vqEz1auyuh .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vqEz1auyuh .card-wrapper {
    padding: 4rem;
  }
}
.cid-vqEz1auyuh .card-title {
  text-align: center;
}
.cid-vqEz1auyuh .card-title .title-blue {
  color: #0e4c7c !important;
}
.cid-vqEz1auyuh .card-title .title-orange {
  color: #e8791e !important;
}
.cid-vqEz1auyuh .event-row {
  padding-bottom: 2rem !important;
  margin-bottom: 2rem !important;
  border-bottom: 1px solid #e2e8f0 !important;
}
.cid-vqEz1auyuh .event-row:last-of-type {
  border-bottom: none !important;
  padding-bottom: 0 !important;
}
@media (min-width: 992px) {
  .cid-vqEz1auyuh .col-date {
    flex: 0 0 auto !important;
    width: 10% !important;
  }
  .cid-vqEz1auyuh .col-subtitle {
    flex: 0 0 auto !important;
    width: 25% !important;
  }
  .cid-vqEz1auyuh .col-details {
    flex: 0 0 auto !important;
    width: 40% !important;
  }
  .cid-vqEz1auyuh .col-img {
    flex: 0 0 auto !important;
    width: 25% !important;
  }
}
.cid-vqEz1auyuh .image-wrapper-16-9 {
  width: 100%;
  aspect-ratio: 1.77777778;
  overflow: hidden;
  border-radius: 0.75rem;
}
@media (max-width: 991px) {
  .cid-vqEz1auyuh .image-wrapper-16-9 {
    margin-top: 15px;
  }
}
.cid-vqEz1auyuh .image-wrapper-16-9 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cid-vqEz1auyuh .mbr-text {
  color: #555555;
  text-align: left;
}
.cid-vqEz1auyuh .card-box {
  text-align: center;
}
.cid-vqEz1auyuh .mbr-card-title {
  text-align: left;
  color: #e8791e !important;
}
.cid-vqEz1auyuh .mbr-card-subtitle {
  text-align: left;
  color: #0e4c7c !important;
}
.cid-vqEz1auyuh .mbr-section-subtitle {
  text-align: center;
}
.cid-vqEz1auyuh .btn-center-wrap {
  text-align: center !important;
}
.cid-vqEz1auyuh .btn-center-wrap .mbr-section-btn {
  text-align: center !important;
  display: inline-block !important;
  width: 100% !important;
}
.cid-vqEz1auyuh .btn-join-events {
  background-color: #e8791e !important;
  border-color: #e8791e !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  padding: 12px 32px !important;
  border-radius: 6px !important;
  display: inline-block !important;
  margin: 0 auto !important;
  transition: all 0.3s ease !important;
}
.cid-vqEz1auyuh .btn-join-events:hover {
  background-color: #d66c15 !important;
  border-color: #d66c15 !important;
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-vqEz1auyuh .card-title,
  .cid-vqEz1auyuh .mbr-section-title {
    word-break: normal !important;
    overflow-wrap: break-word !important;
  }
  .cid-vqEz1auyuh .container,
  .cid-vqEz1auyuh .container-fluid {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
.cid-vpUZaCBshH {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vpUZaCBshH .title__wrap {
  margin-bottom: 30px;
}
.cid-vpUZaCBshH .title__block {
  margin-bottom: 10px;
}
.cid-vpUZaCBshH .mbr-section-title,
.cid-vpUZaCBshH .text__time,
.cid-vpUZaCBshH .mbr-text,
.cid-vpUZaCBshH .text__author,
.cid-vpUZaCBshH .text__hall {
  margin-bottom: 0;
}
.cid-vpUZaCBshH .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 30px;
  color: #e8791e;
}
.cid-vpUZaCBshH .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-vpUZaCBshH .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 10px;
  border: none !important;
  background-color: transparent !important;
}
.cid-vpUZaCBshH .mbr-section-btn .btn-secondary-outline:hover {
  color: #e87070 !important;
}
.cid-vpUZaCBshH .wrap {
  margin: 0;
  padding: 25px 0;
  border-top: 1px solid rgba(14, 76, 124, 0.4);
}
.cid-vpUZaCBshH .wrap:last-child {
  border-bottom: 1px solid rgba(14, 76, 124, 0.4);
}
.cid-vpUZaCBshH .plpr_0 {
  padding-left: 0;
  padding-right: 0;
}
.cid-vpUZaCBshH .nav-tabs .nav-item.open .nav-link:focus,
.cid-vpUZaCBshH .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-vpUZaCBshH .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .cid-vpUZaCBshH .nav-tabs {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cid-vpUZaCBshH .nav-tabs .nav-link {
  border-radius: 0 !important;
  color: #0e4c7c;
  font-style: normal;
  font-weight: 700;
  border: none;
  border-bottom: 2px solid transparent;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-right: 25px;
  padding: 12px 0 !important;
}
.cid-vpUZaCBshH .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.cid-vpUZaCBshH .nav-tabs .nav-link.active {
  font-weight: 700;
  font-style: normal;
  background-color: transparent !important;
  border-bottom: 2px solid #e8791e;
}
.cid-vpUZaCBshH .nav-tabs .nav-link.active:hover {
  background-color: #e8791e;
}
@media (max-width: 991px) {
  .cid-vpUZaCBshH .align-right {
    text-align: left !important;
  }
}
@media (max-width: 575px) {
  .cid-vpUZaCBshH .buttons {
    justify-content: flex-start;
  }
}
.cid-vpUZaCBshH .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-vpUZaCBshH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpUZaCBshH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpUZaCBshH .mbr-section-title {
  color: #e8791e;
}
.cid-vpUZaCBshH .text__time {
  color: #757b62;
}
.cid-vpUZaCBshH .text__hall {
  color: #757b62;
}
.cid-vpUZaCBshH .mbr-text {
  color: #0e4c7c;
}
.cid-vqzneLycdy {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-vqzneLycdy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqzneLycdy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqzneLycdy .container,
.cid-vqzneLycdy .container-fluid {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
  max-width: 98% !important;
}
.cid-vqzneLycdy .row {
  justify-content: center;
  align-items: flex-start;
}
.cid-vqzneLycdy .row .card {
  justify-content: flex-start;
}
.cid-vqzneLycdy .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
.cid-vqzneLycdy .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vqzneLycdy .content-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vqzneLycdy .content-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-vqzneLycdy .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vqzneLycdy .content-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-vqzneLycdy .image-wrapper {
  margin-top: 45px;
}
@media (min-width: 993px) {
  .cid-vqzneLycdy .image-wrapper {
    margin-left: -20px;
  }
}
@media (max-width: 992px) {
  .cid-vqzneLycdy .image-wrapper {
    margin-top: 20px;
  }
}
.cid-vqzneLycdy .image-wrapper img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vqzneLycdy .image-wrapper img {
    height: 300px;
  }
}
.cid-vqzneLycdy .mbr-label {
  color: #e8791e;
}
.cid-vqzneLycdy .mbr-section-title {
  color: #0f0f0f;
}
.cid-vqzneLycdy .mbr-desc {
  color: #0e4c7c;
}
.cid-vqzneLycdy .mbr-text {
  color: #666666;
}
.cid-vqzneLycdy .mbr-section-title,
.cid-vqzneLycdy .mbr-section-btn {
  color: #0e4c7c;
}
@media (max-width: 767px) {
  .cid-vqzneLycdy .container,
  .cid-vqzneLycdy .container-fluid {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-vqzneLycdy .text-wrapper,
  .cid-vqzneLycdy .title-wrapper,
  .cid-vqzneLycdy .content-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .cid-vqzneLycdy .mbr-section-title,
  .cid-vqzneLycdy .mbr-section-subtitle,
  .cid-vqzneLycdy h1,
  .cid-vqzneLycdy h2,
  .cid-vqzneLycdy h3,
  .cid-vqzneLycdy h4 {
    word-break: normal !important;
    overflow-wrap: break-word !important;
  }
}
.cid-vqG7PNoCaX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-vqG7PNoCaX .mbr-section-head {
  margin-bottom: 2.3rem;
}
.cid-vqG7PNoCaX .mbr-section-title {
  text-align: center;
}
.cid-vqG7PNoCaX .mbr-section-title .title-blue {
  color: #0e4c7c !important;
}
.cid-vqG7PNoCaX .mbr-section-title .title-orange {
  color: #e8791e !important;
}
.cid-vqG7PNoCaX .mbr-section-subtitle {
  text-align: center;
  margin-top: 0.5rem;
  color: #757b62;
  letter-spacing: 0.5px;
}
.cid-vqG7PNoCaX .scroll-container {
  max-height: 820px !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  padding-right: 12px;
  padding-left: 12px;
  padding-top: 10px;
  margin: 0 auto;
}
.cid-vqG7PNoCaX .scroll-container .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-vqG7PNoCaX .scroll-container::-webkit-scrollbar {
  width: 6px;
}
.cid-vqG7PNoCaX .scroll-container::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
.cid-vqG7PNoCaX .scroll-container::-webkit-scrollbar-thumb {
  background: #0e4c7c;
  border-radius: 10px;
}
.cid-vqG7PNoCaX .scroll-container::-webkit-scrollbar-thumb:hover {
  background: #e8791e;
}
.cid-vqG7PNoCaX .card-title {
  margin-bottom: 0.5rem;
  color: #0e4c7c;
}
.cid-vqG7PNoCaX .card-subtitle {
  color: #e8791e;
}
.cid-vqG7PNoCaX .mbr-text {
  margin-top: 0.8rem;
  margin-bottom: 0;
  color: #555555;
}
.cid-vqG7PNoCaX .linkedin-container {
  margin-top: 1rem;
}
.cid-vqG7PNoCaX .linkedin-icon {
  color: #0a66c2;
  display: inline-block;
  transition: opacity 0.2s ease;
}
.cid-vqG7PNoCaX .linkedin-icon:hover {
  opacity: 0.75;
}
.cid-vqG7PNoCaX .card {
  height: 100%;
  background-color: #ffffff;
  border-width: 1px;
  border-style: solid;
  border-color: #EDECEB;
  border-radius: 20px;
  padding: 0.5rem;
}
.cid-vqG7PNoCaX .card-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-vqG7PNoCaX .card-wrapper {
    flex-direction: column;
  }
}
.cid-vqG7PNoCaX .image-wrapper {
  width: 35%;
  aspect-ratio: 1;
  flex-shrink: 0;
  padding: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vqG7PNoCaX .image-wrapper {
    width: 100%;
  }
}
.cid-vqG7PNoCaX .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.cid-vqG7PNoCaX .card-text {
  padding: 0.8rem;
}
.cid-vqG7PNoCaX div[class*="col"] {
  margin-bottom: 1.5rem;
}
.cid-vqG7PNoCaX P {
  color: #0e4c7c;
}
.cid-vqFkskII9Z {
  padding-top: 2rem;
  background-color: #f5f5f5;
  overflow: hidden;
}
.cid-vqFkskII9Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqFkskII9Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqFkskII9Z .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 2rem;
  width: 100% !important;
  max-width: 100% !important;
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 1px solid #e1e7ed;
}
@media (max-width: 425px) {
  .cid-vqFkskII9Z .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-vqFkskII9Z .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #e1e7ed;
  pointer-events: none;
}
@media (max-width: 425px) {
  .cid-vqFkskII9Z .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-vqFkskII9Z .content-wrapper .border_1 {
  left: 0;
}
.cid-vqFkskII9Z .content-wrapper .border_2 {
  right: 0;
}
.cid-vqFkskII9Z .content-wrapper .title-wrapper {
  margin-bottom: 40px;
  text-align: center;
}
.cid-vqFkskII9Z .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 80px !important;
}
.cid-vqFkskII9Z .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-vqFkskII9Z .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vqFkskII9Z .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  text-align: center;
}
.cid-vqFkskII9Z .content-wrapper .title-wrapper .mbr-section-title .title-blue {
  color: #0e4c7c !important;
}
.cid-vqFkskII9Z .content-wrapper .title-wrapper .mbr-section-title .title-orange {
  color: #e8791e !important;
}
.cid-vqFkskII9Z .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75% !important;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vqFkskII9Z .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100% !important;
  }
}
.cid-vqFkskII9Z .price-vat {
  font-size: 0.5em !important;
  vertical-align: super !important;
  font-weight: bold !important;
}
.cid-vqFkskII9Z .items-wrapper {
  margin: 0 -8px !important;
}
.cid-vqFkskII9Z .items-wrapper .item {
  padding: 0 8px !important;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vqFkskII9Z .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vqFkskII9Z .items-wrapper .item .item-wrapper {
  height: 100%;
  padding: 24px;
  overflow: hidden;
  background-color: #fafafa;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #cccccc, 0 10px 10px -5px #cccccc;
  position: relative;
  border-radius: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vqFkskII9Z .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vqFkskII9Z .items-wrapper .item .item-wrapper .card-content-top {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.cid-vqFkskII9Z .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 16px;
  position: relative;
}
.cid-vqFkskII9Z .items-wrapper .item .item-wrapper .item-img .best-choice-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #e8791e;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 5px 12px;
  border-radius: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  z-index: 2;
  pointer-events: none;
}
.cid-vqFkskII9Z .items-wrapper .item .item-wrapper .item-img img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  border-radius: 1rem;
}
.cid-vqFkskII9Z .items-wrapper .item .item-wrapper .item-price {
  margin-bottom: 12px;
}
.cid-vqFkskII9Z .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 12px;
  color: #0e4c7c;
}
.cid-vqFkskII9Z .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 0;
  color: #475569;
}
.cid-vqFkskII9Z .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vqFkskII9Z .items-wrapper .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
}
.cid-vqFkskII9Z .card-1 .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(100% 100% at 100% 100%, #1f6463 0%, transparent 100%);
  opacity: 0.2;
  pointer-events: none;
}
.cid-vqFkskII9Z .card-1 .price-1 {
  color: #497f1f !important;
}
.cid-vqFkskII9Z .card-2 .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(100% 100% at 100% 100%, #0e4c7c 0%, transparent 100%);
  opacity: 0.2;
  pointer-events: none;
}
.cid-vqFkskII9Z .card-2 .price-2 {
  color: #0e4c7c !important;
}
.cid-vqFkskII9Z .card-3 .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(100% 100% at 100% 100%, #5f3206 0%, transparent 100%);
  opacity: 0.2;
  pointer-events: none;
}
.cid-vqFkskII9Z .card-3 .price-3 {
  color: #e8791e !important;
}
.cid-vqFkskII9Z .mbr-label,
.cid-vqFkskII9Z .label-wrapper {
  color: #e8791e;
  text-align: justify;
}
.cid-vqFkskII9Z .mbr-text,
.cid-vqFkskII9Z .text-wrapper {
  color: #475569;
  text-align: center;
}
.cid-vqFkskII9Z .item-price,
.cid-vqFkskII9Z .mbr-section-btn {
  color: #0e4c7c;
  text-align: center;
}
.cid-vpVbjAQv9p {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0e4c7c;
  overflow: hidden;
}
.cid-vpVpC5FkLt.popup-builder {
  background-color: #ffffff;
}
.cid-vpVpC5FkLt.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vpVpC5FkLt.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0;
  height: 100%;
}
.cid-vpVpC5FkLt .modal-content,
.cid-vpVpC5FkLt .modal-dialog {
  height: auto;
}
.cid-vpVpC5FkLt .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vpVpC5FkLt .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vpVpC5FkLt .form-wrapper .mbr-form .form-group,
  .cid-vpVpC5FkLt .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vpVpC5FkLt .media-container {
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-vpVpC5FkLt .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vpVpC5FkLt .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vpVpC5FkLt .mbr-text {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vpVpC5FkLt .pt-0 {
  padding-top: 0 !important;
}
.cid-vpVpC5FkLt .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vpVpC5FkLt .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vpVpC5FkLt .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vpVpC5FkLt .modal-open {
  overflow: hidden;
}
.cid-vpVpC5FkLt .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vpVpC5FkLt .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vpVpC5FkLt .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
  max-width: 100%;
  height: 100%;
  margin: 0;
}
.cid-vpVpC5FkLt .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vpVpC5FkLt .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vpVpC5FkLt .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vpVpC5FkLt .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vpVpC5FkLt .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0;
  height: 100%;
  overflow: auto;
}
.cid-vpVpC5FkLt .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vpVpC5FkLt .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vpVpC5FkLt .modal-backdrop.fade {
  opacity: 0;
}
.cid-vpVpC5FkLt .modal-backdrop.show {
  opacity: .5;
}
.cid-vpVpC5FkLt .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vpVpC5FkLt .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vpVpC5FkLt .modal-header {
    padding: 1rem;
  }
}
.cid-vpVpC5FkLt .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vpVpC5FkLt .modal-header .close svg {
  fill: #353535;
}
.cid-vpVpC5FkLt .modal-header .close:hover {
  opacity: 1;
}
.cid-vpVpC5FkLt .modal-header .close:focus {
  outline: none;
}
.cid-vpVpC5FkLt .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-vpVpC5FkLt .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .cid-vpVpC5FkLt .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpVpC5FkLt .modal-body {
    padding: 1rem;
  }
}
.cid-vpVpC5FkLt .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vpVpC5FkLt .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vpVpC5FkLt .modal-footer {
    padding: 1rem;
  }
}
.cid-vpVpC5FkLt .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vpVpC5FkLt .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vpVpC5FkLt .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vpVpC5FkLt .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vpVpC5FkLt .modal-lg,
  .cid-vpVpC5FkLt .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vpVpC5FkLt .modal-xl {
    max-width: 1140px;
  }
}
.cid-vpVpC5FkLt .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vpVpC5FkLt .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vpVpC5FkLt .form-group {
  margin-bottom: 1rem;
}
.cid-vpVpC5FkLt .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vpVpC5FkLt .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vpVpC5FkLt .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vpVpC5FkLt .mbr-section-btn {
  margin: 0;
}
.cid-vpVpC5FkLt .mbr-section-btn .btn {
  margin: 0;
}
.cid-vpVpC5FkLt .mbr-section-btn .btn-close-popup {
  margin-left: 1rem !important;
}
.cid-vpVpC5FkLt .code-content-wrapper {
  font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
  color: #1c2b34;
  width: 100%;
  text-align: left;
}
.cid-vpVpC5FkLt .custom-popup-header {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto 24px auto;
}
.cid-vpVpC5FkLt .custom-popup-header h2 {
  font-size: 28px;
  font-weight: 800;
  color: #0a333a;
  margin: 0 0 12px 0;
}
.cid-vpVpC5FkLt .custom-popup-header p {
  font-size: 14px;
  line-height: 1.6;
  color: #1c2b34;
  margin: 0;
}
.cid-vpVpC5FkLt .custom-popup-header p b {
  color: #0a333a;
}
.cid-vpVpC5FkLt .custom-popup-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 1400px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .cid-vpVpC5FkLt .custom-popup-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 760px) {
  .cid-vpVpC5FkLt .custom-popup-grid {
    grid-template-columns: 1fr;
  }
}
.cid-vpVpC5FkLt .custom-card {
  background: #ffffff;
  border: 2px solid #0f4c56;
  border-radius: 10px;
  padding: 22px 18px 20px 18px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.cid-vpVpC5FkLt .custom-card .num {
  position: absolute;
  top: -14px;
  left: 16px;
  width: 30px;
  height: 30px;
  background: #0a333a;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
}
.cid-vpVpC5FkLt .custom-card .icon {
  display: flex;
  justify-content: center;
  margin: 10px 0 14px 0;
}
.cid-vpVpC5FkLt .custom-card .icon svg {
  width: 40px;
  height: 40px;
  stroke: #0a333a;
  fill: none;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.cid-vpVpC5FkLt .custom-card h3 {
  font-size: 14.5px;
  font-weight: 800;
  color: #0a333a;
  margin: 0 0 8px 0;
  text-align: left;
  line-height: 1.25;
}
.cid-vpVpC5FkLt .custom-card p.desc {
  font-size: 12px;
  color: #4b5a61;
  line-height: 1.45;
  margin: 0 0 12px 0;
}
.cid-vpVpC5FkLt .custom-card .bullets {
  margin-top: auto;
  font-size: 12px;
  line-height: 1.5;
}
.cid-vpVpC5FkLt .custom-card .bullets div {
  display: flex;
  gap: 6px;
  margin-bottom: 5px;
}
.cid-vpVpC5FkLt .custom-card .bullets .mark {
  flex-shrink: 0;
  width: 14px;
  text-align: center;
  font-weight: 800;
}
.cid-vpVpC5FkLt .custom-card .bullets .ok .mark {
  color: #1a8a5f;
}
.cid-vpVpC5FkLt .custom-card .bullets .no .mark {
  color: #d9502c;
}
.cid-vpVpC5FkLt .custom-card .bullets span.txt {
  color: #1c2b34;
}
.cid-vpVpC5FkLt H2 {
  color: #e8791e;
}
.cid-vqyEDEGiKr {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-vqyEDEGiKr nav.navbar {
  position: fixed;
}
.cid-vqyEDEGiKr .container-fluid {
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 992px) {
  .cid-vqyEDEGiKr .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-vqyEDEGiKr .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-vqyEDEGiKr .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vqyEDEGiKr .dropdown-item {
  border: none !important;
  background: #ffffff !important;
}
.cid-vqyEDEGiKr .dropdown-item:hover,
.cid-vqyEDEGiKr .dropdown-item:focus {
  background: #ffffff !important;
  color: #e8791e !important;
}
.cid-vqyEDEGiKr .dropdown-item:hover span {
  color: white;
}
.cid-vqyEDEGiKr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vqyEDEGiKr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vqyEDEGiKr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vqyEDEGiKr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vqyEDEGiKr .nav-link {
  position: relative;
}
.cid-vqyEDEGiKr .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vqyEDEGiKr .container {
    flex-wrap: nowrap;
  }
}
.cid-vqyEDEGiKr .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vqyEDEGiKr .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vqyEDEGiKr .dropdown-menu,
.cid-vqyEDEGiKr .navbar.opened {
  background: #ffffff !important;
}
.cid-vqyEDEGiKr .nav-item:focus,
.cid-vqyEDEGiKr .nav-link:focus {
  outline: none;
}
.cid-vqyEDEGiKr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vqyEDEGiKr .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vqyEDEGiKr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vqyEDEGiKr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vqyEDEGiKr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vqyEDEGiKr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vqyEDEGiKr .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vqyEDEGiKr .navbar.opened {
  transition: all 0.3s;
}
.cid-vqyEDEGiKr .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vqyEDEGiKr .navbar .navbar-logo {
  margin-right: 0 !important;
}
.cid-vqyEDEGiKr .navbar .navbar-logo img {
  width: auto;
}
.cid-vqyEDEGiKr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vqyEDEGiKr .navbar.collapsed {
  justify-content: center;
}
.cid-vqyEDEGiKr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vqyEDEGiKr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vqyEDEGiKr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-vqyEDEGiKr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vqyEDEGiKr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vqyEDEGiKr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vqyEDEGiKr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vqyEDEGiKr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vqyEDEGiKr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vqyEDEGiKr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vqyEDEGiKr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vqyEDEGiKr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vqyEDEGiKr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vqyEDEGiKr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vqyEDEGiKr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vqyEDEGiKr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vqyEDEGiKr .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-vqyEDEGiKr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vqyEDEGiKr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vqyEDEGiKr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vqyEDEGiKr .navbar.navbar-short {
  min-height: 96px;
}
.cid-vqyEDEGiKr .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vqyEDEGiKr .brand-bg {
  background-color: #ffffff;
  padding: 10px;
}
.cid-vqyEDEGiKr .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vqyEDEGiKr .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-vqyEDEGiKr .navbar-brand .navbar-caption:hover,
.cid-vqyEDEGiKr .navbar-brand .navbar-caption:focus {
  color: #e8791e !important;
}
.cid-vqyEDEGiKr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vqyEDEGiKr .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vqyEDEGiKr .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e8791e !important;
}
.cid-vqyEDEGiKr .dropdown-item.active,
.cid-vqyEDEGiKr .dropdown-item:active {
  background-color: transparent;
}
.cid-vqyEDEGiKr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vqyEDEGiKr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vqyEDEGiKr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vqyEDEGiKr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vqyEDEGiKr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vqyEDEGiKr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vqyEDEGiKr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqyEDEGiKr ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vqyEDEGiKr ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vqyEDEGiKr .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vqyEDEGiKr .navbar-buttons {
    text-align: left;
  }
}
.cid-vqyEDEGiKr .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-vqyEDEGiKr .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vqyEDEGiKr .mbr-section-btn.brand-bg {
  padding: 0;
}
.cid-vqyEDEGiKr 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: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vqyEDEGiKr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vqyEDEGiKr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vqyEDEGiKr button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vqyEDEGiKr button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vqyEDEGiKr button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vqyEDEGiKr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqyEDEGiKr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vqyEDEGiKr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vqyEDEGiKr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vqyEDEGiKr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vqyEDEGiKr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vqyEDEGiKr .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-vqyEDEGiKr .navbar {
    height: 70px;
  }
  .cid-vqyEDEGiKr .navbar.opened {
    height: auto;
  }
  .cid-vqyEDEGiKr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vqyEDEGiKr .navbar-nav {
  margin: 0;
}
.cid-vqyEDEGiKr .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vqyEDEGiKr .nav-item .nav-link {
  padding: 2px 0 !important;
  margin: 6px 20px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 3rem;
}
.cid-vqyEDEGiKr .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vqyEDEGiKr .nav-item .nav-link:hover,
.cid-vqyEDEGiKr .nav-item .nav-link:focus {
  background-color: transparent;
  color: #e8791e !important;
}
.cid-vqyEDEGiKr .nav-item .nav-link:hover::after,
.cid-vqyEDEGiKr .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-vqyEDEGiKr .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vqyEDEGiKr .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vqyEDEGiKr .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vqyEDEGiKr .navbar {
    justify-content: flex-start !important;
  }
  .cid-vqyEDEGiKr .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vqyEDEGiKr .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vqyEDEGiKr .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vqyEDEGiKr .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vqyEDEGiKr .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vqyEDEGiKr .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vqyEDEGiKr .content-wrap {
  min-height: 120px;
}
.cid-vqzGXWhdA4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vqzGXWhdA4 .row {
  align-items: center;
  width: 100%;
}
.cid-vqzGXWhdA4 .mbr-section-head {
  margin-bottom: 2rem;
  padding: 0 !important;
}
.cid-vqzGXWhdA4 .mbr-section-title {
  color: #e8791e;
  width: 100%;
  margin-bottom: 0;
  text-align: justify;
}
.cid-vqzGXWhdA4 .mbr-section-subtitle {
  color: #f3f4ef;
  opacity: 0.8;
}
.cid-vqzGXWhdA4 .content-container {
  display: flex;
  padding: 60px !important;
  background-color: #f3f4ef;
}
@media (max-width: 991px) {
  .cid-vqzGXWhdA4 .content-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-vqzGXWhdA4 .content-container {
    padding: 2.5rem !important;
  }
}
@media (max-width: 565px) {
  .cid-vqzGXWhdA4 .content-container {
    padding: 2rem !important;
  }
}
.cid-vqzGXWhdA4 .col-img {
  width: 50%;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-vqzGXWhdA4 .col-img {
    width: 100%;
    max-width: 100%;
  }
}
.cid-vqzGXWhdA4 .img-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-vqzGXWhdA4 .img-container {
    padding-right: 0;
  }
}
.cid-vqzGXWhdA4 .img-container img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.cid-vqzGXWhdA4 .col-text {
  display: flex;
  align-items: center;
  width: 50%;
}
@media (max-width: 991px) {
  .cid-vqzGXWhdA4 .col-text {
    width: 100%;
    margin-top: 2rem;
  }
}
.cid-vqzGXWhdA4 .text-container {
  padding-left: 30px;
}
@media (max-width: 991px) {
  .cid-vqzGXWhdA4 .text-container {
    padding-left: 0;
  }
}
.cid-vqzGXWhdA4 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-vqzGXWhdA4 .label-text {
  width: 100%;
  color: #0e4c7c;
  padding: 0.375rem 0;
  margin-bottom: 0.2rem;
}
.cid-vqzGXWhdA4 .label-text span {
  padding: 0.375rem 0.625rem;
  border-style: solid;
  border-width: 1px;
  border-color: currentColor;
  border-radius: 100vw;
  color: currentColor;
}
.cid-vqzGXWhdA4 .card-title {
  width: 100%;
  color: #0e4c7c;
  margin-bottom: 4px;
}
.cid-vqzGXWhdA4 .mbr-text {
  letter-spacing: inherit;
  color: #0e4c7c;
  width: 100%;
  margin-bottom: 32px;
}
.cid-vqzGXWhdA4 .linkedin-container {
  margin-top: 0.6rem;
}
.cid-vqzGXWhdA4 .linkedin-icon {
  color: #0a66c2;
  display: inline-block;
  transition: opacity 0.2s ease;
}
.cid-vqzGXWhdA4 .linkedin-icon:hover {
  opacity: 0.75;
}
.cid-vqyEDFrrDR {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
}
.cid-vqyEDFrrDR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqyEDFrrDR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqyEDFrrDR .content-wrap {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vqyEDFrrDR .content-wrap {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vqyEDFrrDR .content-wrap .label-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vqyEDFrrDR .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  gap: 7px;
  align-items: center;
}
.cid-vqyEDFrrDR .content-wrap .label-wrapper .label-wrap .marker-wrap {
  display: inline-flex;
  width: 11px;
  height: 11px;
  min-width: 11px;
  border-radius: 100%;
  background-color: #e8791e;
}
.cid-vqyEDFrrDR .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vqyEDFrrDR .content-wrap .title-wrapper {
  margin-bottom: 0;
}
.cid-vqyEDFrrDR .content-wrap .title-wrapper .title-wrap .mbr-section-title {
  display: block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vqyEDFrrDR .content-wrap .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vqyEDFrrDR .content-wrap .title-wrapper .subtitle-wrap .mbr-section-subtitle {
  display: block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vqyEDFrrDR .content-wrap .title-wrapper .subtitle-wrap .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-vqyEDFrrDR .items-wrapper {
  margin: 0 -6px;
}
.cid-vqyEDFrrDR .items-wrapper .item {
  padding: 0 6px;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vqyEDFrrDR .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-vqyEDFrrDR .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vqyEDFrrDR .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-vqyEDFrrDR .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vqyEDFrrDR .items-wrapper .item .item-wrapper .iconfont-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vqyEDFrrDR .items-wrapper .item .item-wrapper .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vqyEDFrrDR .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  font-size: 48px;
  display: inline-flex;
}
.cid-vqyEDFrrDR .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vqyEDFrrDR .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vqyEDFrrDR .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vqyEDFrrDR .mbr-label {
  color: #707070;
}
.cid-vqyEDFrrDR .mbr-section-title {
  color: #000000;
}
.cid-vqyEDFrrDR .mbr-section-subtitle {
  color: #707070;
}
.cid-vqyEDFrrDR .item-title {
  color: #000000;
}
.cid-vqyEDFrrDR .item-text {
  color: #707070;
}
.cid-vqyEDFrrDR .mbr-label,
.cid-vqyEDFrrDR .label-wrapper {
  color: #e8791e;
}
.cid-vqyEDFrrDR .mbr-section-title,
.cid-vqyEDFrrDR .title-wrap {
  color: #0e4c7c;
}
.cid-vqyEDFrrDR .mbr-section-subtitle,
.cid-vqyEDFrrDR .subtitle-wrap {
  color: #e8791e;
}
.cid-vqyEDFrrDR .item-title,
.cid-vqyEDFrrDR .iconfont-wrapper,
.cid-vqyEDFrrDR .mbr-section-btn {
  color: #0e4c7c;
}
.cid-vqyHv2BAar {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vqyHv2BAar .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqyHv2BAar .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqyHv2BAar .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-vqyHv2BAar .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-vqyHv2BAar .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-vqyHv2BAar .container {
    padding: 0 20px;
  }
}
.cid-vqyHv2BAar .row {
  justify-content: center;
}
.cid-vqyHv2BAar .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vqyHv2BAar .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vqyHv2BAar .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vqyHv2BAar .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-vqyHv2BAar .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 1200px) {
  .cid-vqyHv2BAar .content-wrapper .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .cid-vqyHv2BAar .content-wrapper .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vqyHv2BAar .content-wrapper .items-wrapper .item .item-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-vqyHv2BAar .content-wrapper .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #38001b;
  display: inline-flex;
}
.cid-vqyHv2BAar .content-wrapper .items-wrapper .item .item-wrapper .card-box .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #0e4c7c;
  opacity: .2;
  margin-bottom: 20px;
}
.cid-vqyHv2BAar .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-vqyHv2BAar .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  line-height: 1.6;
}
.cid-vqyHv2BAar .mbr-section-title {
  color: #e8791e;
}
.cid-vqyHv2BAar .mbr-text {
  color: #38001b;
}
.cid-vqyHv2BAar .item-title {
  color: #38001b;
}
.cid-vqyHv2BAar .item-text {
  color: #0e4c7c;
}
.cid-vqyHv2BAar .mbr-text,
.cid-vqyHv2BAar .text-wrapper {
  color: #0e4c7c;
}
.cid-vqyHv2BAar .item-title,
.cid-vqyHv2BAar .icon-wrapper {
  color: #e8791e;
}
.cid-vqyEDJYCzy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0e4c7c;
  overflow: hidden;
}
.cid-vqyEDKmx9Y.popup-builder {
  background-color: #ffffff;
}
.cid-vqyEDKmx9Y.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vqyEDKmx9Y.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0;
  height: 100%;
}
.cid-vqyEDKmx9Y .modal-content,
.cid-vqyEDKmx9Y .modal-dialog {
  height: auto;
}
.cid-vqyEDKmx9Y .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vqyEDKmx9Y .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vqyEDKmx9Y .form-wrapper .mbr-form .form-group,
  .cid-vqyEDKmx9Y .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vqyEDKmx9Y .media-container {
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-vqyEDKmx9Y .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vqyEDKmx9Y .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vqyEDKmx9Y .mbr-text {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vqyEDKmx9Y .pt-0 {
  padding-top: 0 !important;
}
.cid-vqyEDKmx9Y .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vqyEDKmx9Y .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vqyEDKmx9Y .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vqyEDKmx9Y .modal-open {
  overflow: hidden;
}
.cid-vqyEDKmx9Y .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vqyEDKmx9Y .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vqyEDKmx9Y .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
  max-width: 100%;
  height: 100%;
  margin: 0;
}
.cid-vqyEDKmx9Y .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vqyEDKmx9Y .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vqyEDKmx9Y .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vqyEDKmx9Y .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vqyEDKmx9Y .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0;
  height: 100%;
  overflow: auto;
}
.cid-vqyEDKmx9Y .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vqyEDKmx9Y .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vqyEDKmx9Y .modal-backdrop.fade {
  opacity: 0;
}
.cid-vqyEDKmx9Y .modal-backdrop.show {
  opacity: .5;
}
.cid-vqyEDKmx9Y .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vqyEDKmx9Y .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vqyEDKmx9Y .modal-header {
    padding: 1rem;
  }
}
.cid-vqyEDKmx9Y .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vqyEDKmx9Y .modal-header .close svg {
  fill: #353535;
}
.cid-vqyEDKmx9Y .modal-header .close:hover {
  opacity: 1;
}
.cid-vqyEDKmx9Y .modal-header .close:focus {
  outline: none;
}
.cid-vqyEDKmx9Y .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-vqyEDKmx9Y .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .cid-vqyEDKmx9Y .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vqyEDKmx9Y .modal-body {
    padding: 1rem;
  }
}
.cid-vqyEDKmx9Y .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vqyEDKmx9Y .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vqyEDKmx9Y .modal-footer {
    padding: 1rem;
  }
}
.cid-vqyEDKmx9Y .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vqyEDKmx9Y .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vqyEDKmx9Y .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vqyEDKmx9Y .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vqyEDKmx9Y .modal-lg,
  .cid-vqyEDKmx9Y .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vqyEDKmx9Y .modal-xl {
    max-width: 1140px;
  }
}
.cid-vqyEDKmx9Y .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vqyEDKmx9Y .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vqyEDKmx9Y .form-group {
  margin-bottom: 1rem;
}
.cid-vqyEDKmx9Y .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vqyEDKmx9Y .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vqyEDKmx9Y .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vqyEDKmx9Y .mbr-section-btn {
  margin: 0;
}
.cid-vqyEDKmx9Y .mbr-section-btn .btn {
  margin: 0;
}
.cid-vqyEDKmx9Y .mbr-section-btn .btn-close-popup {
  margin-left: 1rem !important;
}
.cid-vqyEDKmx9Y .code-content-wrapper {
  font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
  color: #1c2b34;
  width: 100%;
  text-align: left;
}
.cid-vqyEDKmx9Y .custom-popup-header {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto 24px auto;
}
.cid-vqyEDKmx9Y .custom-popup-header h2 {
  font-size: 28px;
  font-weight: 800;
  color: #0a333a;
  margin: 0 0 12px 0;
}
.cid-vqyEDKmx9Y .custom-popup-header p {
  font-size: 14px;
  line-height: 1.6;
  color: #1c2b34;
  margin: 0;
}
.cid-vqyEDKmx9Y .custom-popup-header p b {
  color: #0a333a;
}
.cid-vqyEDKmx9Y .custom-popup-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 1400px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .cid-vqyEDKmx9Y .custom-popup-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 760px) {
  .cid-vqyEDKmx9Y .custom-popup-grid {
    grid-template-columns: 1fr;
  }
}
.cid-vqyEDKmx9Y .custom-card {
  background: #ffffff;
  border: 2px solid #0f4c56;
  border-radius: 10px;
  padding: 22px 18px 20px 18px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.cid-vqyEDKmx9Y .custom-card .num {
  position: absolute;
  top: -14px;
  left: 16px;
  width: 30px;
  height: 30px;
  background: #0a333a;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
}
.cid-vqyEDKmx9Y .custom-card .icon {
  display: flex;
  justify-content: center;
  margin: 10px 0 14px 0;
}
.cid-vqyEDKmx9Y .custom-card .icon svg {
  width: 40px;
  height: 40px;
  stroke: #0a333a;
  fill: none;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.cid-vqyEDKmx9Y .custom-card h3 {
  font-size: 14.5px;
  font-weight: 800;
  color: #0a333a;
  margin: 0 0 8px 0;
  text-align: left;
  line-height: 1.25;
}
.cid-vqyEDKmx9Y .custom-card p.desc {
  font-size: 12px;
  color: #4b5a61;
  line-height: 1.45;
  margin: 0 0 12px 0;
}
.cid-vqyEDKmx9Y .custom-card .bullets {
  margin-top: auto;
  font-size: 12px;
  line-height: 1.5;
}
.cid-vqyEDKmx9Y .custom-card .bullets div {
  display: flex;
  gap: 6px;
  margin-bottom: 5px;
}
.cid-vqyEDKmx9Y .custom-card .bullets .mark {
  flex-shrink: 0;
  width: 14px;
  text-align: center;
  font-weight: 800;
}
.cid-vqyEDKmx9Y .custom-card .bullets .ok .mark {
  color: #1a8a5f;
}
.cid-vqyEDKmx9Y .custom-card .bullets .no .mark {
  color: #d9502c;
}
.cid-vqyEDKmx9Y .custom-card .bullets span.txt {
  color: #1c2b34;
}
.cid-vqyEDKmx9Y H2 {
  color: #e8791e;
}
