.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #e8edf1;
}
body {
  font-family: Golos Text;
}
.display-1 {
  font-family: 'Golos Text', sans-serif;
  font-size: 6rem;
  line-height: 1;
  letter-spacing: -0.04em;
}
.display-1 > .mbr-iconfont {
  font-size: 7.5rem;
}
.display-2 {
  font-family: 'Golos Text', sans-serif;
  font-size: 4.375rem;
  line-height: 1.2;
  letter-spacing: -0.04em;
}
.display-2 > .mbr-iconfont {
  font-size: 5.46875rem;
}
.display-4 {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Golos Text', sans-serif;
  font-size: 3.125rem;
  line-height: 1.25;
  letter-spacing: -0.04em;
}
.display-5 > .mbr-iconfont {
  font-size: 3.90625rem;
}
.display-7 {
  font-family: 'Golos Text', sans-serif;
  font-size: 2.25rem;
  line-height: 1.3;
  letter-spacing: -0.04em;
}
.display-7 > .mbr-iconfont {
  font-size: 2.8125rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.2rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.5rem;
    font-size: calc( 2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.5rem;
    font-size: calc( 1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #d9ed92 !important;
}
.bg-success {
  background-color: #69e3aa !important;
}
.bg-info {
  background-color: #56dbf6 !important;
}
.bg-warning {
  background-color: #ffd34d !important;
}
.bg-danger {
  background-color: #e56773 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #d9ed92 !important;
  border-color: #d9ed92 !important;
  color: #5a6e12 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #e8f4be !important;
  border-color: #e8f4be !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #5a6e12 !important;
  background-color: #e8f4be !important;
  border-color: #e8f4be !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #1e6091 !important;
  border-color: #1e6091 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #277cbb !important;
  border-color: #277cbb !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #277cbb !important;
  border-color: #277cbb !important;
}
.btn-info,
.btn-info:active {
  background-color: #56dbf6 !important;
  border-color: #56dbf6 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #86e5f9 !important;
  border-color: #86e5f9 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #86e5f9 !important;
  border-color: #86e5f9 !important;
}
.btn-success,
.btn-success:active {
  background-color: #69e3aa !important;
  border-color: #69e3aa !important;
  color: #0c4128 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #94ebc2 !important;
  border-color: #94ebc2 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #0c4128 !important;
  background-color: #94ebc2 !important;
  border-color: #94ebc2 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffd34d !important;
  border-color: #ffd34d !important;
  color: #4d3a00 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffe080 !important;
  border-color: #ffe080 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #4d3a00 !important;
  background-color: #ffe080 !important;
  border-color: #ffe080 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e56773 !important;
  border-color: #e56773 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ec939b !important;
  border-color: #ec939b !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ec939b !important;
  border-color: #ec939b !important;
}
.btn-white,
.btn-white:active {
  background-color: #ececec !important;
  border-color: #ececec !important;
  color: #6d6d6d !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: #6d6d6d !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: #d9ed92;
  color: #d9ed92;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #bfe148 !important;
  background-color: transparent !important;
  border-color: #bfe148 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #5a6e12 !important;
  background-color: #d9ed92 !important;
  border-color: #d9ed92 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #1e6091;
  color: #1e6091;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #0f3049 !important;
  background-color: transparent !important;
  border-color: #0f3049 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #1e6091 !important;
  border-color: #1e6091 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #56dbf6;
  color: #56dbf6;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0cc4e9 !important;
  background-color: transparent !important;
  border-color: #0cc4e9 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #56dbf6 !important;
  border-color: #56dbf6 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #69e3aa;
  color: #69e3aa;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #27cf80 !important;
  background-color: transparent !important;
  border-color: #27cf80 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #0c4128 !important;
  background-color: #69e3aa !important;
  border-color: #69e3aa !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffd34d;
  color: #ffd34d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #f5b900 !important;
  background-color: transparent !important;
  border-color: #f5b900 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #4d3a00 !important;
  background-color: #ffd34d !important;
  border-color: #ffd34d !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #e56773;
  color: #e56773;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d12434 !important;
  background-color: transparent !important;
  border-color: #d12434 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e56773 !important;
  border-color: #e56773 !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: #d9ed92 !important;
}
.text-secondary {
  color: #1e6091 !important;
}
.text-success {
  color: #69e3aa !important;
}
.text-info {
  color: #56dbf6 !important;
}
.text-warning {
  color: #ffd34d !important;
}
.text-danger {
  color: #e56773 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #badf3a !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #0d283c !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #24c278 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0cb7da !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #e6ad00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #c42231 !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: #d9ed92;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #56dbf6;
}
.alert-warning {
  background-color: #ffd34d;
}
.alert-danger {
  background-color: #e56773;
}
.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: #d9ed92;
  border-color: #d9ed92;
  color: #6c8416;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #d9ed92;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Golos Text', sans-serif;
  font-size: 2.25rem;
  line-height: 1.3;
  letter-spacing: -0.04em;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 2.8125rem;
}
.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: #d9ed92 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Golos Text', sans-serif;
  font-size: 2.25rem;
  line-height: 1.3;
  letter-spacing: -0.04em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.8125rem;
}
blockquote {
  border-color: #d9ed92;
}
/* 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: #d9ed92;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #d9ed92;
}
.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: #d9ed92;
  border-bottom-color: #d9ed92;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #d9ed92 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #1e6091 !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='%23d9ed92' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 14px 48px;
  border-radius: 0 !important;
  font-weight: 600 !important;
  transition: all 0.5s ease-in-out;
  border: none !important;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  padding: 0;
  position: relative;
}
.mbr-section-btn .btn-primary-outline::before,
.mbr-section-btn-main .btn-primary-outline::before,
.mbr-section-btn .btn-secondary-outline::before,
.mbr-section-btn-main .btn-secondary-outline::before,
.mbr-section-btn .btn-success-outline::before,
.mbr-section-btn-main .btn-success-outline::before,
.mbr-section-btn .btn-info-outline::before,
.mbr-section-btn-main .btn-info-outline::before,
.mbr-section-btn .btn-warning-outline::before,
.mbr-section-btn-main .btn-warning-outline::before,
.mbr-section-btn .btn-danger-outline::before,
.mbr-section-btn-main .btn-danger-outline::before,
.mbr-section-btn .btn-black-outline::before,
.mbr-section-btn-main .btn-black-outline::before,
.mbr-section-btn .btn-white-outline::before,
.mbr-section-btn-main .btn-white-outline::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  height: 2px;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-primary-outline:hover::before,
.mbr-section-btn-main .btn-primary-outline:hover::before,
.mbr-section-btn .btn-secondary-outline:hover::before,
.mbr-section-btn-main .btn-secondary-outline:hover::before,
.mbr-section-btn .btn-success-outline:hover::before,
.mbr-section-btn-main .btn-success-outline:hover::before,
.mbr-section-btn .btn-info-outline:hover::before,
.mbr-section-btn-main .btn-info-outline:hover::before,
.mbr-section-btn .btn-warning-outline:hover::before,
.mbr-section-btn-main .btn-warning-outline:hover::before,
.mbr-section-btn .btn-danger-outline:hover::before,
.mbr-section-btn-main .btn-danger-outline:hover::before,
.mbr-section-btn .btn-black-outline:hover::before,
.mbr-section-btn-main .btn-black-outline:hover::before,
.mbr-section-btn .btn-white-outline:hover::before,
.mbr-section-btn-main .btn-white-outline:hover::before,
.mbr-section-btn .btn-primary-outline:focus::before,
.mbr-section-btn-main .btn-primary-outline:focus::before,
.mbr-section-btn .btn-secondary-outline:focus::before,
.mbr-section-btn-main .btn-secondary-outline:focus::before,
.mbr-section-btn .btn-success-outline:focus::before,
.mbr-section-btn-main .btn-success-outline:focus::before,
.mbr-section-btn .btn-info-outline:focus::before,
.mbr-section-btn-main .btn-info-outline:focus::before,
.mbr-section-btn .btn-warning-outline:focus::before,
.mbr-section-btn-main .btn-warning-outline:focus::before,
.mbr-section-btn .btn-danger-outline:focus::before,
.mbr-section-btn-main .btn-danger-outline:focus::before,
.mbr-section-btn .btn-black-outline:focus::before,
.mbr-section-btn-main .btn-black-outline:focus::before,
.mbr-section-btn .btn-white-outline:focus::before,
.mbr-section-btn-main .btn-white-outline:focus::before {
  width: 0;
}
.mbr-section-btn .btn-primary-outline::before,
.mbr-section-btn-main .btn-primary-outline::before {
  background-color: #d9ed92;
}
.mbr-section-btn .btn-secondary-outline::before,
.mbr-section-btn-main .btn-secondary-outline::before {
  background-color: #1e6091;
}
.mbr-section-btn .btn-success-outline::before,
.mbr-section-btn-main .btn-success-outline::before {
  background-color: #69e3aa;
}
.mbr-section-btn .btn-info-outline::before,
.mbr-section-btn-main .btn-info-outline::before {
  background-color: #56dbf6;
}
.mbr-section-btn .btn-warning-outline::before,
.mbr-section-btn-main .btn-warning-outline::before {
  background-color: #ffd34d;
}
.mbr-section-btn .btn-danger-outline::before,
.mbr-section-btn-main .btn-danger-outline::before {
  background-color: #e56773;
}
.mbr-section-btn .btn-black-outline::before,
.mbr-section-btn-main .btn-black-outline::before {
  background-color: #000000;
}
.mbr-section-btn .btn-white-outline::before,
.mbr-section-btn-main .btn-white-outline::before {
  background-color: #ffffff;
}
.cid-uG2NtVJyo9 {
  background-color: transparent;
}
.cid-uG2NtVJyo9 .navbar-dropdown {
  background-color: #011423 !important;
  padding: 0;
}
.cid-uG2NtVJyo9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #011423 !important;
  background: #011423;
}
.cid-uG2NtVJyo9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uG2NtVJyo9 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uG2NtVJyo9 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uG2NtVJyo9 .menu_box .navbar.opened,
  .cid-uG2NtVJyo9 .menu_box .navbar-collapse {
    background-color: #011423 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uG2NtVJyo9 .navbar-dropdown {
  position: relative !important;
}
.cid-uG2NtVJyo9 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uG2NtVJyo9 .btn:hover {
  box-shadow: none;
}
.cid-uG2NtVJyo9 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uG2NtVJyo9 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uG2NtVJyo9 .nav-item {
    margin: 0 !important;
  }
}
.cid-uG2NtVJyo9 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 0.5rem !important;
  position: relative;
}
.cid-uG2NtVJyo9 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #bee0d6;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uG2NtVJyo9 .nav-item .nav-link:hover,
.cid-uG2NtVJyo9 .nav-item .nav-link:focus {
  color: #bee0d6 !important;
}
.cid-uG2NtVJyo9 .nav-item .nav-link:hover::before,
.cid-uG2NtVJyo9 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uG2NtVJyo9 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uG2NtVJyo9 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uG2NtVJyo9 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uG2NtVJyo9 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uG2NtVJyo9 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uG2NtVJyo9 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uG2NtVJyo9 .offcanvas_box {
    display: none;
  }
}
.cid-uG2NtVJyo9 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uG2NtVJyo9 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uG2NtVJyo9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uG2NtVJyo9 .container {
  display: flex;
  margin: auto;
}
.cid-uG2NtVJyo9 .iconfont-wrapper {
  color: #bee0d6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uG2NtVJyo9 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uG2NtVJyo9 .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uG2NtVJyo9 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uG2NtVJyo9 .navbar-nav {
    margin: 0;
  }
}
.cid-uG2NtVJyo9 .dropdown-menu,
.cid-uG2NtVJyo9 .navbar.opened {
  background-color: false !important;
}
.cid-uG2NtVJyo9 .nav-item:focus,
.cid-uG2NtVJyo9 .nav-link:focus {
  outline: none;
}
.cid-uG2NtVJyo9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uG2NtVJyo9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uG2NtVJyo9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uG2NtVJyo9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uG2NtVJyo9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uG2NtVJyo9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uG2NtVJyo9 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uG2NtVJyo9 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uG2NtVJyo9 .navbar.opened {
  transition: all 0.3s;
}
.cid-uG2NtVJyo9 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uG2NtVJyo9 .navbar .navbar-logo img {
  max-width: 64px;
  min-height: 64px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uG2NtVJyo9 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uG2NtVJyo9 .navbar.collapsed {
  justify-content: center;
}
.cid-uG2NtVJyo9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uG2NtVJyo9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uG2NtVJyo9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uG2NtVJyo9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uG2NtVJyo9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uG2NtVJyo9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uG2NtVJyo9 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uG2NtVJyo9 .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uG2NtVJyo9 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uG2NtVJyo9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uG2NtVJyo9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uG2NtVJyo9 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uG2NtVJyo9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uG2NtVJyo9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uG2NtVJyo9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uG2NtVJyo9 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uG2NtVJyo9 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uG2NtVJyo9 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uG2NtVJyo9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uG2NtVJyo9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uG2NtVJyo9 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uG2NtVJyo9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uG2NtVJyo9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uG2NtVJyo9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uG2NtVJyo9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uG2NtVJyo9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uG2NtVJyo9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uG2NtVJyo9 .dropdown-item.active,
.cid-uG2NtVJyo9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uG2NtVJyo9 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uG2NtVJyo9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uG2NtVJyo9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uG2NtVJyo9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uG2NtVJyo9 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uG2NtVJyo9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uG2NtVJyo9 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #011423;
  background: #011423;
}
.cid-uG2NtVJyo9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #e8edf1;
}
.cid-uG2NtVJyo9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uG2NtVJyo9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uG2NtVJyo9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uG2NtVJyo9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uG2NtVJyo9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uG2NtVJyo9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uG2NtVJyo9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uG2NtVJyo9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uG2NtVJyo9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uG2NtVJyo9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uG2NtVJyo9 .navbar {
    height: 70px;
  }
  .cid-uG2NtVJyo9 .navbar.opened {
    height: auto;
  }
  .cid-uG2NtVJyo9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uG2NtVJyo9 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uG2NtVJyo9 .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uG2NtVJyo9 .mbr-section-btn-main .btn {
  margin: 8px 0 8px 8px;
  min-width: 220px;
}
.cid-uG2NtVJyo9 .navbar-caption:hover {
  color: #1e6091;
}
@media (min-width: 992px) {
  .cid-uG2NtVJyo9 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uG2NtVJyo9 .text_widget {
  margin-bottom: 32px;
}
.cid-uG2NtVJyo9 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uG2NtVJyo9 .text_widget a:hover,
.cid-uG2NtVJyo9 .text_widget a:focus {
  opacity: 0.8;
}
@media (min-width: 992px) {
  .cid-uG2NtVJyo9 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uG2NtVJyo9 .mbr-section-subtitle {
  color: #254b45;
  text-align: center;
}
.cid-uG2NtVJyo9 .navbar-caption {
  color: #E8EDF1;
}
.cid-uG2NtVJyo9 .mbr-text {
  color: #254b45;
  text-align: center;
}
.cid-uG2NtVJyo9 .mbr-section-subtitle,
.cid-uG2NtVJyo9 .text_widget,
.cid-uG2NtVJyo9 .mbr-section-btn {
  text-align: center;
}
.cid-uG2NtVJyo9 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uG2NtVJyo9 .nav-link,
.cid-uG2NtVJyo9 .dropdown-item {
  color: #E8EDF1;
}
.cid-uG2NtYB5BQ {
  background-color: #011423;
}
.cid-uG2NtYB5BQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG2NtYB5BQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uG2NtYB5BQ .container {
    padding: 0 30px;
  }
}
.cid-uG2NtYB5BQ .card {
  justify-content: center;
  flex-direction: row;
  align-items: stretch;
}
@media (max-width: 992px) {
  .cid-uG2NtYB5BQ .card {
    flex-direction: column;
    align-items: normal;
  }
}
.cid-uG2NtYB5BQ .content-wrapper {
  padding: 150px 88px 150px 120px;
}
@media (max-width: 1440px) {
  .cid-uG2NtYB5BQ .content-wrapper {
    padding: 150px 48px 150px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uG2NtYB5BQ .content-wrapper {
    padding: 0;
    margin-bottom: 60px;
  }
}
.cid-uG2NtYB5BQ .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uG2NtYB5BQ .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uG2NtYB5BQ .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uG2NtYB5BQ .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uG2NtYB5BQ .image-wrapper img {
    min-height: auto;
  }
}
.cid-uG2NtYB5BQ .mbr-section-title {
  color: #bee0d6;
}
.cid-uG2NtYB5BQ .mbr-text {
  color: #bee0d6;
}
.cid-uG2NtYB5BQ .mbr-section-title,
.cid-uG2NtYB5BQ .mbr-section-btn {
  color: #E8EDF1;
}
.cid-uG2NtYLb6f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #011423;
}
.cid-uG2NtYLb6f .item:focus,
.cid-uG2NtYLb6f span:focus {
  outline: none;
}
.cid-uG2NtYLb6f .item {
  cursor: pointer;
}
.cid-uG2NtYLb6f .grid-container {
  grid-row-gap: 0;
}
.cid-uG2NtYLb6f .grid-container-1,
.cid-uG2NtYLb6f .grid-container-2,
.cid-uG2NtYLb6f .grid-container-3 {
  gap: 0;
}
.cid-uG2NtYLb6f .mbr-section-title {
  margin-bottom: 80px;
  color: #bee0d6;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uG2NtYLb6f .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uG2NtYLb6f .content-head {
  max-width: 800px;
}
.cid-uG2NtYLb6f .container,
.cid-uG2NtYLb6f .container-fluid {
  overflow: hidden;
}
.cid-uG2NtYLb6f .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uG2NtYLb6f .grid-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1px;
}
.cid-uG2NtYLb6f .grid-item::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background-image: linear-gradient(-135deg, #d9ed92 50%, transparent 50%);
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.cid-uG2NtYLb6f .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 700px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uG2NtYLb6f .grid-item img {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-uG2NtYLb6f .grid-item img {
    min-width: 35vw;
    height: 160px;
  }
}
.cid-uG2NtYLb6f .grid-container-1,
.cid-uG2NtYLb6f .grid-container-2,
.cid-uG2NtYLb6f .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uG2NtYLb6f .grid-container-1 {
  align-items: flex-end;
}
.cid-uG2NtYLb6f .grid-container-2 {
  align-items: flex-start;
}
.cid-uG2NtZyfMx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e8edf1;
  overflow: hidden;
}
.cid-uG2NtZyfMx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG2NtZyfMx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uG2NtZyfMx .container {
    padding: 0 30px;
  }
}
.cid-uG2NtZyfMx .card {
  justify-content: center;
}
.cid-uG2NtZyfMx .content-wrapper {
  padding: 0 240px;
}
@media (max-width: 1440px) {
  .cid-uG2NtZyfMx .content-wrapper {
    padding: 0 120px;
  }
}
@media (max-width: 992px) {
  .cid-uG2NtZyfMx .content-wrapper {
    padding: 0;
  }
}
.cid-uG2NtZyfMx .content-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uG2NtZyfMx .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 54px;
  color: #011423;
}
.cid-uG2NtZyfMx .content-wrapper .mbr-text {
  position: relative;
  padding-bottom: 60px;
  border-bottom: 1px solid #011423;
  margin-bottom: 50px;
}
.cid-uG2NtZyfMx .content-wrapper .mbr-text::before {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #011423;
}
@media (max-width: 992px) {
  .cid-uG2NtZyfMx .content-wrapper .mbr-text {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}
.cid-uG2NtZyfMx .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uG2NtZyfMx .content-wrapper .person-wrapper .person-wrap {
    display: block;
  }
}
.cid-uG2NtZyfMx .content-wrapper .person-wrapper .person-wrap img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-uG2NtZyfMx .content-wrapper .person-wrapper .person-wrap img {
    margin: 0 0 20px 0;
  }
}
.cid-uG2NtZyfMx .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 2px;
}
.cid-uG2NtZyfMx .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
  font-weight: 300;
}
.cid-uG2NtZyfMx .mbr-text {
  color: #254b45;
}
.cid-uG2NtZyfMx .mbr-name {
  color: #254b45;
}
.cid-uG2NtZyfMx .mbr-role {
  color: #254b45;
}
.cid-uG2NtZyfMx .mbr-text,
.cid-uG2NtZyfMx .icon-wrapper {
  color: #011423;
}
.cid-uG2NtZyfMx .mbr-name,
.cid-uG2NtZyfMx .person-wrapper {
  color: #011423;
}
.cid-uG2NtZyfMx .mbr-role,
.cid-uG2NtZyfMx .person-wrapper {
  color: #011423;
}
.cid-uG2NtZGeCK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8edf1;
}
.cid-uG2NtZGeCK .title-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uG2NtZGeCK .title-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uG2NtZGeCK .title-wrapper {
    padding: 0;
  }
}
.cid-uG2NtZGeCK .title-wrapper .mbr-section-title {
  margin-bottom: 180px;
}
@media (max-width: 992px) {
  .cid-uG2NtZGeCK .title-wrapper .mbr-section-title {
    margin-bottom: 80px;
  }
}
.cid-uG2NtZGeCK .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 705px;
  max-width: 705px;
  padding-right: 1px;
}
@media (max-width: 767px) {
  .cid-uG2NtZGeCK .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uG2NtZGeCK .embla__slide:hover .slide-content .item-wrapper .item-img img,
.cid-uG2NtZGeCK .embla__slide:focus .slide-content .item-wrapper .item-img img {
  filter: blur(0);
}
.cid-uG2NtZGeCK .embla__slide:hover .slide-content .item-wrapper .item-img::before,
.cid-uG2NtZGeCK .embla__slide:focus .slide-content .item-wrapper .item-img::before {
  width: 30px;
  height: 30px;
}
.cid-uG2NtZGeCK .embla__slide:hover .slide-content .item-content .name-wrap::before,
.cid-uG2NtZGeCK .embla__slide:focus .slide-content .item-content .name-wrap::before {
  color: #011423;
}
.cid-uG2NtZGeCK .embla__slide:hover .slide-content .item-content .name-wrap .item-name,
.cid-uG2NtZGeCK .embla__slide:focus .slide-content .item-content .name-wrap .item-name {
  color: #011423;
}
.cid-uG2NtZGeCK .embla__slide:hover .slide-content .item-content .name-wrap .item-role,
.cid-uG2NtZGeCK .embla__slide:focus .slide-content .item-content .name-wrap .item-role {
  color: #011423;
}
.cid-uG2NtZGeCK .embla__slide .slide-content {
  width: 100%;
}
.cid-uG2NtZGeCK .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uG2NtZGeCK .embla__slide .slide-content .item-wrapper .item-img img {
  height: 705px;
  animation: none;
  object-fit: cover;
  filter: blur(6px);
  transition: all 0.3s ease-in-out;
  transform: scale(1.02);
}
@media (max-width: 992px) {
  .cid-uG2NtZGeCK .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uG2NtZGeCK .embla__slide .slide-content .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
  background-image: linear-gradient(-135deg, #d9ed92 50%, transparent 50%);
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.cid-uG2NtZGeCK .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uG2NtZGeCK .embla__slide .slide-content .item-content {
    margin-top: 40px;
  }
}
.cid-uG2NtZGeCK .embla__slide .slide-content .item-content .name-wrap {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uG2NtZGeCK .embla__slide .slide-content .item-content .name-wrap {
    padding-left: 60px;
  }
}
.cid-uG2NtZGeCK .embla__slide .slide-content .item-content .name-wrap::before {
  content: '';
  position: absolute;
  top: 0.8rem;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #011423;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uG2NtZGeCK .embla__slide .slide-content .item-content .name-wrap::before {
    width: 40px;
  }
}
.cid-uG2NtZGeCK .embla__slide .slide-content .item-content .name-wrap .item-name {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uG2NtZGeCK .embla__slide .slide-content .item-content .name-wrap .item-role {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  font-weight: 300;
}
.cid-uG2NtZGeCK .embla__button--next,
.cid-uG2NtZGeCK .embla__button--prev {
  display: flex;
}
.cid-uG2NtZGeCK .embla__button {
  bottom: 0;
  width: 80px;
  height: 80px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: #ffd34d !important;
  color: #d9ed92 !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uG2NtZGeCK .embla__button:hover {
  opacity: 0.5 !important;
}
.cid-uG2NtZGeCK .embla__button.embla__button--prev {
  right: 6rem;
}
.cid-uG2NtZGeCK .embla__button.embla__button--prev .mbr-iconfont {
  padding-right: 6px;
}
.cid-uG2NtZGeCK .embla__button.embla__button--next {
  right: 0;
}
.cid-uG2NtZGeCK .embla__button.embla__button--next .mbr-iconfont {
  padding-left: 6px;
}
.cid-uG2NtZGeCK .embla {
  position: relative;
  width: 100%;
}
.cid-uG2NtZGeCK .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uG2NtZGeCK .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uG2NtZGeCK .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uG2NtZGeCK .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uG2NtZGeCK .mbr-section-title {
  color: #011423;
}
.cid-uG2NtZGeCK .item-name {
  color: #bee0d6;
}
.cid-uG2NtZGeCK .item-role {
  color: #bee0d6;
}
.cid-uG2NtZGeCK .item-name,
.cid-uG2NtZGeCK .item-content {
  color: #011423;
}
.cid-uG2NtZGeCK .item-role,
.cid-uG2NtZGeCK .item-content {
  color: #011423;
}
.cid-uG2Nu0jD3d {
  align-items: flex-end;
  background-image: url("../../../assets/images/photo-1579532536935-619928decd08.jpeg");
}
.cid-uG2Nu0jD3d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG2Nu0jD3d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uG2Nu0jD3d .container {
    padding: 0 30px;
  }
}
.cid-uG2Nu0jD3d::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 146px;
  height: 146px;
  background-image: linear-gradient(-135deg, #d9ed92 50%, transparent 50%);
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.cid-uG2Nu0kB2j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #011423;
  overflow: hidden;
}
.cid-uG2Nu0kB2j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG2Nu0kB2j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uG2Nu0kB2j .container {
    padding: 0 30px;
  }
}
.cid-uG2Nu0kB2j .card {
  justify-content: center;
}
.cid-uG2Nu0kB2j .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uG2Nu0kB2j .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uG2Nu0kB2j .content-wrapper {
    padding: 0;
  }
}
.cid-uG2Nu0kB2j .content-wrapper .mbr-section-title {
  margin-bottom: 180px;
}
@media (max-width: 992px) {
  .cid-uG2Nu0kB2j .content-wrapper .mbr-section-title {
    margin-bottom: 80px;
  }
}
.cid-uG2Nu0kB2j .content-wrapper .items-wrapper {
  padding-left: 240px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 140px 30px;
}
@media (max-width: 1440px) {
  .cid-uG2Nu0kB2j .content-wrapper .items-wrapper {
    padding-left: 120px;
  }
}
@media (max-width: 992px) {
  .cid-uG2Nu0kB2j .content-wrapper .items-wrapper {
    padding-left: 0;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.cid-uG2Nu0kB2j .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uG2Nu0kB2j .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
    margin-bottom: 40px;
  }
}
.cid-uG2Nu0kB2j .content-wrapper .items-wrapper .item .item-wrapper .card-box .list-wrapper .list {
  display: inline-flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uG2Nu0kB2j .content-wrapper .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  padding-left: 25px;
  margin-bottom: 20px;
  position: relative;
}
.cid-uG2Nu0kB2j .content-wrapper .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #e8edf1;
}
.cid-uG2Nu0kB2j .content-wrapper .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uG2Nu0kB2j .mbr-section-title {
  color: #E8EDF1;
}
.cid-uG2Nu0kB2j .item-title {
  color: #E8EDF1;
}
.cid-uG2Nu0kB2j .list {
  color: #bee0d6;
}
.cid-uG2Nu0kB2j .list,
.cid-uG2Nu0kB2j .item-wrap,
.cid-uG2Nu0kB2j .list-wrapper {
  color: #E8EDF1;
}
.cid-uG2Nu0r86U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #011423;
  overflow: hidden;
}
.cid-uG2Nu0r86U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG2Nu0r86U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uG2Nu0r86U .container {
    padding: 0 30px;
  }
}
.cid-uG2Nu0r86U .card {
  justify-content: center;
}
.cid-uG2Nu0r86U .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uG2Nu0r86U .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uG2Nu0r86U .content-wrapper {
    padding: 0;
  }
}
.cid-uG2Nu0r86U .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uG2Nu0r86U .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uG2Nu0r86U .mbr-section-title {
  color: #bee0d6;
}
.cid-uG2Nu0r86U .mbr-section-title,
.cid-uG2Nu0r86U .mbr-section-btn {
  text-align: center;
  color: #E8EDF1;
}
.cid-uG2Nu0KDJA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e8edf1;
  overflow: hidden;
}
.cid-uG2Nu0KDJA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG2Nu0KDJA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uG2Nu0KDJA .container {
    padding: 0 30px;
  }
}
.cid-uG2Nu0KDJA .card {
  justify-content: center;
}
.cid-uG2Nu0KDJA .content-wrapper {
  padding: 0 120px;
  display: flex;
}
@media (max-width: 1440px) {
  .cid-uG2Nu0KDJA .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uG2Nu0KDJA .content-wrapper {
    padding: 0;
    display: block;
  }
}
.cid-uG2Nu0KDJA .content-wrapper .items-wrapper {
  width: 50%;
  padding-right: 120px;
}
@media (max-width: 1440px) {
  .cid-uG2Nu0KDJA .content-wrapper .items-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uG2Nu0KDJA .content-wrapper .items-wrapper {
    padding: 0;
    width: 100%;
    margin-bottom: 60px;
  }
}
.cid-uG2Nu0KDJA .content-wrapper .items-wrapper .item {
  margin-bottom: 150px;
}
.cid-uG2Nu0KDJA .content-wrapper .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uG2Nu0KDJA .content-wrapper .items-wrapper .item {
    margin-bottom: 60px;
  }
}
.cid-uG2Nu0KDJA .content-wrapper .items-wrapper .item .item-wrapper .card-box .desc-wrapper .item-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uG2Nu0KDJA .content-wrapper .items-wrapper .item .item-wrapper .card-box .desc-wrapper .item-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-uG2Nu0KDJA .content-wrapper .items-wrapper .item .item-wrapper .card-box .desc-wrapper .item-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #011423;
}
@media (max-width: 992px) {
  .cid-uG2Nu0KDJA .content-wrapper .items-wrapper .item .item-wrapper .card-box .desc-wrapper .item-desc::before {
    width: 40px;
  }
}
.cid-uG2Nu0KDJA .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uG2Nu0KDJA .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uG2Nu0KDJA .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uG2Nu0KDJA .content-wrapper .image-wrapper .image-wrap {
  position: relative;
}
.cid-uG2Nu0KDJA .content-wrapper .image-wrapper .image-wrap img {
  height: 840px;
  width: 100%;
  animation: none;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uG2Nu0KDJA .content-wrapper .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uG2Nu0KDJA .content-wrapper .image-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 118px;
  height: 118px;
  background-image: linear-gradient(-135deg, #d9ed92 50%, #e8edf1 50%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uG2Nu0KDJA .content-wrapper .image-wrapper .image-wrap::before {
    width: 50px;
    height: 50px;
  }
}
.cid-uG2Nu0KDJA .item-desc {
  color: #254b45;
}
.cid-uG2Nu0KDJA .item-text {
  color: #011423;
}
.cid-uG2Nu0KDJA .item-desc,
.cid-uG2Nu0KDJA .desc-wrapper {
  color: #011423;
}
.cid-uG2Nu0NgBO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8edf1;
}
.cid-uG2Nu0NgBO .desc-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uG2Nu0NgBO .desc-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uG2Nu0NgBO .desc-wrapper {
    padding: 0;
  }
}
.cid-uG2Nu0NgBO .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uG2Nu0NgBO .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-uG2Nu0NgBO .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uG2Nu0NgBO .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-uG2Nu0NgBO .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 555px;
  max-width: 555px;
  padding-right: 1px;
}
@media (max-width: 767px) {
  .cid-uG2Nu0NgBO .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uG2Nu0NgBO .embla__slide:nth-child(2n) .slide-content .item-wrapper .item-img img {
  height: 555px;
}
@media (max-width: 992px) {
  .cid-uG2Nu0NgBO .embla__slide:nth-child(2n) .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uG2Nu0NgBO .embla__slide:nth-child(3n) .slide-content .item-wrapper .item-img img {
  height: 410px;
}
@media (max-width: 992px) {
  .cid-uG2Nu0NgBO .embla__slide:nth-child(3n) .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uG2Nu0NgBO .embla__slide .slide-content {
  width: 100%;
}
.cid-uG2Nu0NgBO .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-uG2Nu0NgBO .embla__slide .slide-content .item-wrapper .item-img {
  width: 100%;
}
.cid-uG2Nu0NgBO .embla__slide .slide-content .item-wrapper .item-img img {
  height: 740px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uG2Nu0NgBO .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uG2Nu0NgBO .embla__button--next,
.cid-uG2Nu0NgBO .embla__button--prev {
  display: flex;
}
.cid-uG2Nu0NgBO .embla__button {
  bottom: 0;
  width: 80px;
  height: 80px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: #ffd34d !important;
  color: #d9ed92 !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uG2Nu0NgBO .embla__button:hover {
  opacity: 0.5 !important;
}
.cid-uG2Nu0NgBO .embla__button.embla__button--prev {
  right: 6rem;
}
.cid-uG2Nu0NgBO .embla__button.embla__button--prev .mbr-iconfont {
  padding-right: 6px;
}
.cid-uG2Nu0NgBO .embla__button.embla__button--next {
  right: 0;
}
.cid-uG2Nu0NgBO .embla__button.embla__button--next .mbr-iconfont {
  padding-left: 6px;
}
.cid-uG2Nu0NgBO .embla {
  position: relative;
  width: 100%;
}
.cid-uG2Nu0NgBO .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uG2Nu0NgBO .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uG2Nu0NgBO .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uG2Nu0NgBO .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uG2Nu0NgBO .mbr-desc {
  color: #254b45;
}
.cid-uG2Nu0NgBO .mbr-desc,
.cid-uG2Nu0NgBO .desc-wrapper {
  color: #000000;
}
.cid-uG2Nu0RGKk {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: transparent;
}
.cid-uG2Nu0RGKk .item:focus,
.cid-uG2Nu0RGKk span:focus {
  outline: none;
}
.cid-uG2Nu0RGKk .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uG2Nu0RGKk .item {
  color: #011423;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uG2Nu0RGKk .item {
    min-height: 45px;
  }
}
.cid-uG2Nu0TLB1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e8edf1;
  overflow: hidden;
}
.cid-uG2Nu0TLB1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG2Nu0TLB1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uG2Nu0TLB1 .container {
    padding: 0 30px;
  }
}
.cid-uG2Nu0TLB1 .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uG2Nu0TLB1 .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uG2Nu0TLB1 .content-wrapper {
    padding: 0;
  }
}
.cid-uG2Nu0TLB1 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uG2Nu0TLB1 .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-uG2Nu0TLB1 .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #011423;
}
@media (max-width: 992px) {
  .cid-uG2Nu0TLB1 .content-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-uG2Nu0TLB1 .content-wrapper .mbr-section-title {
  margin-bottom: 180px;
}
@media (max-width: 992px) {
  .cid-uG2Nu0TLB1 .content-wrapper .mbr-section-title {
    margin-bottom: 80px;
  }
}
.cid-uG2Nu0TLB1 .content-wrapper .text-wrapper {
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .cid-uG2Nu0TLB1 .content-wrapper .text-wrapper {
    padding-left: 120px;
  }
}
@media (max-width: 992px) {
  .cid-uG2Nu0TLB1 .content-wrapper .text-wrapper {
    padding-left: 0;
  }
}
.cid-uG2Nu0TLB1 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uG2Nu0TLB1 .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uG2Nu0TLB1 .mbr-desc {
  color: #254b45;
}
.cid-uG2Nu0TLB1 .mbr-section-title {
  color: #011423;
}
.cid-uG2Nu0TLB1 .mbr-text {
  color: #254b45;
}
.cid-uG2Nu0TLB1 .mbr-desc,
.cid-uG2Nu0TLB1 .desc-wrapper {
  color: #011423;
}
.cid-uG2Nu0TLB1 .mbr-text,
.cid-uG2Nu0TLB1 .mbr-section-btn {
  color: #011423;
}
.cid-uG2Nu0XWQg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e8edf1;
  overflow: hidden;
}
.cid-uG2Nu0XWQg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG2Nu0XWQg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uG2Nu0XWQg .container {
    padding: 0 30px;
  }
}
.cid-uG2Nu0XWQg .card {
  justify-content: center;
}
.cid-uG2Nu0XWQg .content-wrapper {
  padding: 0 120px;
  display: flex;
}
@media (max-width: 1440px) {
  .cid-uG2Nu0XWQg .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uG2Nu0XWQg .content-wrapper {
    padding: 0;
    display: block;
  }
}
.cid-uG2Nu0XWQg .content-wrapper .tabs-wrapper {
  width: 30%;
  padding-right: 120px;
}
@media (max-width: 1440px) {
  .cid-uG2Nu0XWQg .content-wrapper .tabs-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uG2Nu0XWQg .content-wrapper .tabs-wrapper {
    padding: 0;
    width: 100%;
    margin-bottom: 60px;
  }
}
.cid-uG2Nu0XWQg .content-wrapper .tabs-wrapper .tabs-wrap {
  border-left: 1px solid #011423;
  padding-left: 20px;
  height: fit-content;
}
.cid-uG2Nu0XWQg .content-wrapper .tabs-wrapper .tabs-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uG2Nu0XWQg .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-block;
}
.cid-uG2Nu0XWQg .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  margin-top: 20px;
  display: block;
}
.cid-uG2Nu0XWQg .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item:first-child {
  margin-top: 0;
}
.cid-uG2Nu0XWQg .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  position: relative;
  padding: 0;
  margin-bottom: 0;
  border: none;
  color: #011423;
  animation: none;
  transition: all 0.3s ease-in-out;
  opacity: 0.5;
}
.cid-uG2Nu0XWQg .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #011423;
  transition: all 0.3s ease-in-out;
}
.cid-uG2Nu0XWQg .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active {
  opacity: 1;
  background-color: transparent;
}
.cid-uG2Nu0XWQg .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active::before {
  width: 100%;
}
.cid-uG2Nu0XWQg .content-wrapper .text-wrapper {
  width: 70%;
}
@media (max-width: 992px) {
  .cid-uG2Nu0XWQg .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uG2Nu0XWQg .content-wrapper .text-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uG2Nu0XWQg .mbr-section-title {
  color: #254b45;
}
.cid-uG2Nu0XWQg .mbr-text {
  color: #011423;
}
.cid-uG2Nu0XWQg .mbr-section-title,
.cid-uG2Nu0XWQg .tabs-wrap {
  color: #011423;
}
.cid-uG2Nu10prz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #011423;
  overflow: hidden;
}
.cid-uG2Nu10prz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG2Nu10prz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uG2Nu10prz .container {
    padding: 0 30px;
  }
}
.cid-uG2Nu10prz .content-wrapper .image-wrapper {
  position: relative;
  margin: 0 120px;
}
@media (max-width: 992px) {
  .cid-uG2Nu10prz .content-wrapper .image-wrapper {
    margin: 0;
  }
}
.cid-uG2Nu10prz .content-wrapper .image-wrapper img {
  height: 600px;
  animation: none;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uG2Nu10prz .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uG2Nu10prz .content-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 146px;
  height: 146px;
  background-image: linear-gradient(45deg, #d9ed92 50%, #011423 50%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uG2Nu10prz .content-wrapper .image-wrapper::before {
    width: 50px;
    height: 50px;
  }
}
.cid-uG2Nu10prz .content-wrapper .content-wrap {
  padding: 80px 120px 0;
  border-top: 1px solid #e8edf1;
  position: relative;
  margin-top: 180px;
}
.cid-uG2Nu10prz .content-wrapper .content-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #e8edf1;
}
@media (max-width: 992px) {
  .cid-uG2Nu10prz .content-wrapper .content-wrap {
    margin-top: 80px;
  }
}
@media (max-width: 1440px) {
  .cid-uG2Nu10prz .content-wrapper .content-wrap {
    padding: 80px 60px 0;
  }
}
@media (max-width: 992px) {
  .cid-uG2Nu10prz .content-wrapper .content-wrap {
    padding: 40px 0 0;
  }
}
.cid-uG2Nu10prz .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uG2Nu10prz .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uG2Nu10prz .mbr-section-title {
  color: #bee0d6;
}
.cid-uG2Nu10prz .mbr-section-title,
.cid-uG2Nu10prz .mbr-section-btn {
  text-align: center;
  color: #E8EDF1;
}
.cid-uG2Nu12NIJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e8edf1;
  overflow: hidden;
}
.cid-uG2Nu12NIJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG2Nu12NIJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uG2Nu12NIJ .container {
    padding: 0 30px;
  }
}
.cid-uG2Nu12NIJ .card {
  justify-content: center;
}
.cid-uG2Nu12NIJ .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uG2Nu12NIJ .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uG2Nu12NIJ .content-wrapper {
    padding: 0;
  }
}
.cid-uG2Nu12NIJ .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uG2Nu12NIJ .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-uG2Nu12NIJ .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #011423;
}
@media (max-width: 992px) {
  .cid-uG2Nu12NIJ .content-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-uG2Nu12NIJ .content-wrapper .mbr-text {
  margin-bottom: 180px;
}
@media (max-width: 992px) {
  .cid-uG2Nu12NIJ .content-wrapper .mbr-text {
    margin-bottom: 80px;
  }
}
.cid-uG2Nu12NIJ .content-wrapper .items-wrapper {
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .cid-uG2Nu12NIJ .content-wrapper .items-wrapper {
    padding-left: 120px;
  }
}
@media (max-width: 992px) {
  .cid-uG2Nu12NIJ .content-wrapper .items-wrapper {
    padding-left: 0;
  }
}
.cid-uG2Nu12NIJ .content-wrapper .items-wrapper .item {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uG2Nu12NIJ .content-wrapper .items-wrapper .item {
    margin-bottom: 80px;
  }
}
.cid-uG2Nu12NIJ .content-wrapper .items-wrapper .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uG2Nu12NIJ .content-wrapper .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uG2Nu12NIJ .content-wrapper .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 55px;
  height: 55px;
  font-size: 55px;
  min-width: 55px;
  margin-right: 60px;
  color: #011423;
}
@media (max-width: 992px) {
  .cid-uG2Nu12NIJ .content-wrapper .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
    margin: 0 0 40px 0;
  }
}
.cid-uG2Nu12NIJ .content-wrapper .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 40px;
}
.cid-uG2Nu12NIJ .content-wrapper .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uG2Nu12NIJ .mbr-desc {
  color: #254b45;
}
.cid-uG2Nu12NIJ .mbr-text {
  color: #011423;
}
.cid-uG2Nu12NIJ .item-title {
  color: #011423;
}
.cid-uG2Nu12NIJ .item-text {
  color: #011423;
}
.cid-uG2Nu12NIJ .mbr-desc,
.cid-uG2Nu12NIJ .desc-wrapper {
  color: #011423;
}
.cid-uG2Nu16ldX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #011423;
  overflow: hidden;
}
.cid-uG2Nu16ldX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG2Nu16ldX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uG2Nu16ldX .container {
    padding: 0 30px;
  }
}
.cid-uG2Nu16ldX .items-wrapper .item {
  padding: 80px 0 150px;
  position: relative;
  transition: all 0.3s ease-in-out;
  opacity: 0.5;
}
@media (max-width: 992px) {
  .cid-uG2Nu16ldX .items-wrapper .item {
    padding: 40px 0 80px;
  }
}
.cid-uG2Nu16ldX .items-wrapper .item:hover,
.cid-uG2Nu16ldX .items-wrapper .item:focus {
  opacity: 1;
}
.cid-uG2Nu16ldX .items-wrapper .item::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #ffffff;
}
.cid-uG2Nu16ldX .items-wrapper .item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.cid-uG2Nu16ldX .items-wrapper .item .item-wrapper .card-box {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uG2Nu16ldX .items-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uG2Nu16ldX .items-wrapper .item .item-wrapper .card-box .item-number {
  min-width: 210px;
  margin-bottom: 0;
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-uG2Nu16ldX .items-wrapper .item .item-wrapper .card-box .item-number {
    margin-bottom: 40px;
    min-width: auto;
    padding-left: 0;
  }
}
.cid-uG2Nu16ldX .items-wrapper .item .item-wrapper .card-box .item-title {
  min-width: 480px;
  margin-bottom: 0;
  padding-left: 20px;
}
@media (max-width: 1199px) {
  .cid-uG2Nu16ldX .items-wrapper .item .item-wrapper .card-box .item-title {
    min-width: 300px;
  }
}
@media (max-width: 992px) {
  .cid-uG2Nu16ldX .items-wrapper .item .item-wrapper .card-box .item-title {
    margin-bottom: 40px;
    min-width: auto;
    padding-left: 0;
  }
}
.cid-uG2Nu16ldX .items-wrapper .item .item-wrapper .card-box .item-text {
  padding-right: 60px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uG2Nu16ldX .items-wrapper .item .item-wrapper .card-box .item-text {
    padding-right: 0;
  }
}
.cid-uG2Nu16ldX .item-number {
  color: #FFFFFF;
}
.cid-uG2Nu16ldX .item-title {
  color: #FFFFFF;
}
.cid-uG2Nu16ldX .item-text {
  color: #FFFFFF;
}
.cid-uG2Nu18iS3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e8edf1;
  overflow: hidden;
}
.cid-uG2Nu18iS3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG2Nu18iS3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uG2Nu18iS3 .container {
    padding: 0 30px;
  }
}
.cid-uG2Nu18iS3 .card {
  justify-content: center;
}
.cid-uG2Nu18iS3 .title-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uG2Nu18iS3 .title-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uG2Nu18iS3 .title-wrapper {
    padding: 0;
  }
}
.cid-uG2Nu18iS3 .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uG2Nu18iS3 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uG2Nu18iS3 .content-wrapper {
  padding: 0 88px 0 120px;
}
@media (max-width: 1440px) {
  .cid-uG2Nu18iS3 .content-wrapper {
    padding: 0 28px 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uG2Nu18iS3 .content-wrapper {
    padding: 0;
  }
}
.cid-uG2Nu18iS3 .content-wrapper .panel-group .card {
  position: relative;
  border-radius: 0 !important;
  background-color: transparent;
  padding: 0;
}
.cid-uG2Nu18iS3 .content-wrapper .panel-group .card:hover::before,
.cid-uG2Nu18iS3 .content-wrapper .panel-group .card:focus::before,
.cid-uG2Nu18iS3 .content-wrapper .panel-group .card:hover::after,
.cid-uG2Nu18iS3 .content-wrapper .panel-group .card:focus::after {
  opacity: 1;
}
.cid-uG2Nu18iS3 .content-wrapper .panel-group .card::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #011423;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
}
.cid-uG2Nu18iS3 .content-wrapper .panel-group .card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #011423;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
}
.cid-uG2Nu18iS3 .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uG2Nu18iS3 .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uG2Nu18iS3 .content-wrapper .panel-group .card .card-header .panel-title {
    padding: 40px 0;
  }
}
.cid-uG2Nu18iS3 .content-wrapper .panel-group .card .card-header .panel-title .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uG2Nu18iS3 .content-wrapper .panel-group .card .card-header .panel-title .title-wrap {
    display: block;
  }
}
.cid-uG2Nu18iS3 .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-number {
  min-width: 120px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uG2Nu18iS3 .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-number {
    display: none;
  }
}
.cid-uG2Nu18iS3 .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-bottom: 0;
  transition: all 0.5s ease-in-out;
}
.cid-uG2Nu18iS3 .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit::before {
  content: '';
  position: absolute;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #011423;
  transition: all 0.5s ease-in-out;
}
.cid-uG2Nu18iS3 .content-wrapper .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  width: 20px;
  height: 20px;
  min-width: 20px;
  transition: all 0.3s ease-in-out;
  color: #011423;
  margin-left: 20px;
  opacity: 0.2;
}
.cid-uG2Nu18iS3 .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit {
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uG2Nu18iS3 .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit {
    padding-left: 60px;
  }
}
.cid-uG2Nu18iS3 .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit::before {
  width: 90px;
}
@media (max-width: 992px) {
  .cid-uG2Nu18iS3 .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit::before {
    width: 40px;
  }
}
.cid-uG2Nu18iS3 .content-wrapper .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  opacity: 1;
}
.cid-uG2Nu18iS3 .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit {
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uG2Nu18iS3 .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit {
    padding-left: 60px;
  }
}
.cid-uG2Nu18iS3 .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit::before {
  width: 90px;
}
@media (max-width: 992px) {
  .cid-uG2Nu18iS3 .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit::before {
    width: 40px;
  }
}
.cid-uG2Nu18iS3 .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  opacity: 1;
}
.cid-uG2Nu18iS3 .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 60px 120px;
}
@media (max-width: 992px) {
  .cid-uG2Nu18iS3 .content-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 0 0 40px 0;
  }
}
.cid-uG2Nu18iS3 .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uG2Nu18iS3 .image-wrapper {
  position: relative;
  height: 840px;
}
@media (max-width: 992px) {
  .cid-uG2Nu18iS3 .image-wrapper {
    height: 350px;
    margin-bottom: 40px;
  }
}
.cid-uG2Nu18iS3 .image-wrapper img {
  position: absolute;
  animation: none;
  height: 100%;
  width: 550px;
  top: 0;
  left: 2rem;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uG2Nu18iS3 .image-wrapper img {
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.cid-uG2Nu18iS3 .image-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 2rem;
  width: 118px;
  height: 118px;
  background-image: linear-gradient(-135deg, #d9ed92 50%, #e8edf1 50%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uG2Nu18iS3 .image-wrapper::before {
    left: 0;
    width: 50px;
    height: 50px;
  }
}
.cid-uG2Nu18iS3 .image-wrapper a {
  width: 100%;
  height: 100%;
  position: absolute;
}
.cid-uG2Nu18iS3 .mbr-section-title {
  color: #011423;
}
.cid-uG2Nu18iS3 .panel-number {
  color: #011423;
}
.cid-uG2Nu18iS3 .panel-title-edit {
  color: #011423;
}
.cid-uG2Nu18iS3 .panel-text {
  color: #011423;
}
.cid-uG2Nu1e1Y4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e8edf1;
  overflow: hidden;
}
.cid-uG2Nu1e1Y4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG2Nu1e1Y4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uG2Nu1e1Y4 .container {
    padding: 0 30px;
  }
}
.cid-uG2Nu1e1Y4 .card {
  justify-content: center;
}
.cid-uG2Nu1e1Y4 .image-wrapper {
  position: relative;
  height: 840px;
}
@media (max-width: 992px) {
  .cid-uG2Nu1e1Y4 .image-wrapper {
    height: 350px;
    margin-bottom: 40px;
  }
}
.cid-uG2Nu1e1Y4 .image-wrapper img {
  position: absolute;
  animation: none;
  height: 100%;
  width: 550px;
  top: 4rem;
  right: 2rem;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uG2Nu1e1Y4 .image-wrapper img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.cid-uG2Nu1e1Y4 .image-wrapper::before {
  content: '';
  position: absolute;
  top: 4rem;
  right: 2rem;
  width: 118px;
  height: 118px;
  background-image: linear-gradient(45deg, #d9ed92 50%, #e8edf1 50%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uG2Nu1e1Y4 .image-wrapper::before {
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
  }
}
.cid-uG2Nu1e1Y4 .image-wrapper a {
  width: 100%;
  height: 100%;
  position: absolute;
}
.cid-uG2Nu1e1Y4 .content-wrapper {
  padding: 0 120px 0 88px;
}
@media (max-width: 1440px) {
  .cid-uG2Nu1e1Y4 .content-wrapper {
    padding: 0 60px 0 28px;
  }
}
@media (max-width: 992px) {
  .cid-uG2Nu1e1Y4 .content-wrapper {
    padding: 0;
  }
}
.cid-uG2Nu1e1Y4 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uG2Nu1e1Y4 .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-uG2Nu1e1Y4 .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #011423;
}
@media (max-width: 992px) {
  .cid-uG2Nu1e1Y4 .content-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-uG2Nu1e1Y4 .content-wrapper .mbr-text {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uG2Nu1e1Y4 .content-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uG2Nu1e1Y4 .content-wrapper .last-text {
  margin-top: 420px;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uG2Nu1e1Y4 .content-wrapper .last-text {
    margin-top: 210px;
  }
}
@media (max-width: 992px) {
  .cid-uG2Nu1e1Y4 .content-wrapper .last-text {
    margin: 0;
  }
}
.cid-uG2Nu1e1Y4 .mbr-desc {
  color: #bee0d6;
}
.cid-uG2Nu1e1Y4 .mbr-text {
  color: #011423;
}
.cid-uG2Nu1e1Y4 .mbr-desc,
.cid-uG2Nu1e1Y4 .desc-wrapper {
  color: #011423;
}
.cid-uG2Nu1jzub {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #011423;
  overflow: hidden;
}
.cid-uG2Nu1jzub .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG2Nu1jzub .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uG2Nu1jzub .container {
    padding: 0 30px;
  }
}
.cid-uG2Nu1jzub .card {
  justify-content: center;
}
.cid-uG2Nu1jzub .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uG2Nu1jzub .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uG2Nu1jzub .content-wrapper {
    padding: 0;
  }
}
.cid-uG2Nu1jzub .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uG2Nu1jzub .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-uG2Nu1jzub .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #e8edf1;
}
@media (max-width: 992px) {
  .cid-uG2Nu1jzub .content-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-uG2Nu1jzub .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uG2Nu1jzub .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uG2Nu1jzub .mbr-desc {
  color: #254b45;
}
.cid-uG2Nu1jzub .mbr-section-title {
  color: #254b45;
}
.cid-uG2Nu1jzub .mbr-text {
  color: #E8EDF1;
}
.cid-uG2Nu1jzub .mbr-desc,
.cid-uG2Nu1jzub .desc-wrapper {
  color: #E8EDF1;
}
.cid-uG2Nu1jzub .mbr-section-title,
.cid-uG2Nu1jzub .mbr-section-btn {
  color: #E8EDF1;
}
.cid-uG2Nu1n4Rw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #011423;
  overflow: hidden;
}
.cid-uG2Nu1n4Rw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG2Nu1n4Rw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uG2Nu1n4Rw .container {
    padding: 0 30px;
  }
}
.cid-uG2Nu1n4Rw .card {
  justify-content: center;
}
.cid-uG2Nu1n4Rw .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uG2Nu1n4Rw .items-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uG2Nu1n4Rw .items-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uG2Nu1n4Rw .items-wrapper .item {
  padding: 60px;
  background-color: #184e77;
}
.cid-uG2Nu1n4Rw .items-wrapper .item:nth-child(2n) {
  background-color: #e8edf1;
}
@media (max-width: 992px) {
  .cid-uG2Nu1n4Rw .items-wrapper .item {
    padding: 40px;
  }
}
.cid-uG2Nu1n4Rw .items-wrapper .item .item-wrapper .card-box .item-title_1,
.cid-uG2Nu1n4Rw .items-wrapper .item .item-wrapper .card-box .item-title_2 {
  margin-bottom: 40px;
}
.cid-uG2Nu1n4Rw .item-title_1 {
  color: #bee0d6;
}
.cid-uG2Nu1n4Rw .item-title_2 {
  color: #254b45;
}
.cid-uG2Nu1n4Rw .mbr-section-btn {
  text-align: right;
}
.cid-uG2Nu1n4Rw .item-title_1,
.cid-uG2Nu1n4Rw .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uG2Nu1n4Rw .item-title_2,
.cid-uG2Nu1n4Rw .mbr-section-btn {
  color: #011423;
}
.cid-uG2Nu1qLGz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #011423;
  overflow: hidden;
}
.cid-uG2Nu1qLGz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG2Nu1qLGz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uG2Nu1qLGz .container {
    padding: 0 30px;
  }
}
.cid-uG2Nu1qLGz .card {
  justify-content: center;
}
.cid-uG2Nu1qLGz .title-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uG2Nu1qLGz .title-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uG2Nu1qLGz .title-wrapper {
    padding: 0;
  }
}
.cid-uG2Nu1qLGz .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uG2Nu1qLGz .title-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-uG2Nu1qLGz .title-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #e8edf1;
}
@media (max-width: 992px) {
  .cid-uG2Nu1qLGz .title-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-uG2Nu1qLGz .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uG2Nu1qLGz .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uG2Nu1qLGz .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uG2Nu1qLGz .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uG2Nu1qLGz .content-wrapper {
    padding: 0;
  }
}
.cid-uG2Nu1qLGz .content-wrapper .panel-group .card {
  position: relative;
  border-radius: 0 !important;
  background-color: transparent;
  padding: 0;
}
.cid-uG2Nu1qLGz .content-wrapper .panel-group .card:hover::before,
.cid-uG2Nu1qLGz .content-wrapper .panel-group .card:focus::before,
.cid-uG2Nu1qLGz .content-wrapper .panel-group .card:hover::after,
.cid-uG2Nu1qLGz .content-wrapper .panel-group .card:focus::after {
  opacity: 1;
}
.cid-uG2Nu1qLGz .content-wrapper .panel-group .card::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #e8edf1;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
}
.cid-uG2Nu1qLGz .content-wrapper .panel-group .card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e8edf1;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
}
.cid-uG2Nu1qLGz .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uG2Nu1qLGz .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uG2Nu1qLGz .content-wrapper .panel-group .card .card-header .panel-title {
    padding: 40px 0;
  }
}
.cid-uG2Nu1qLGz .content-wrapper .panel-group .card .card-header .panel-title .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uG2Nu1qLGz .content-wrapper .panel-group .card .card-header .panel-title .title-wrap {
    display: block;
  }
}
.cid-uG2Nu1qLGz .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-number {
  min-width: 120px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uG2Nu1qLGz .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-number {
    display: none;
  }
}
.cid-uG2Nu1qLGz .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-bottom: 0;
  transition: all 0.5s ease-in-out;
}
.cid-uG2Nu1qLGz .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit::before {
  content: '';
  position: absolute;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #e8edf1;
  transition: all 0.5s ease-in-out;
}
.cid-uG2Nu1qLGz .content-wrapper .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  width: 20px;
  height: 20px;
  min-width: 20px;
  transition: all 0.3s ease-in-out;
  color: #e8edf1;
  margin-left: 20px;
  opacity: 0.2;
}
.cid-uG2Nu1qLGz .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit {
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uG2Nu1qLGz .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit {
    padding-left: 60px;
  }
}
.cid-uG2Nu1qLGz .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit::before {
  width: 90px;
}
@media (max-width: 992px) {
  .cid-uG2Nu1qLGz .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit::before {
    width: 40px;
  }
}
.cid-uG2Nu1qLGz .content-wrapper .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  opacity: 1;
}
.cid-uG2Nu1qLGz .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit {
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uG2Nu1qLGz .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit {
    padding-left: 60px;
  }
}
.cid-uG2Nu1qLGz .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit::before {
  width: 90px;
}
@media (max-width: 992px) {
  .cid-uG2Nu1qLGz .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit::before {
    width: 40px;
  }
}
.cid-uG2Nu1qLGz .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  opacity: 1;
}
.cid-uG2Nu1qLGz .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 60px 120px;
}
@media (max-width: 992px) {
  .cid-uG2Nu1qLGz .content-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 0 0 40px 0;
  }
}
.cid-uG2Nu1qLGz .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uG2Nu1qLGz .mbr-desc {
  color: #bee0d6;
}
.cid-uG2Nu1qLGz .mbr-section-title {
  color: #E8EDF1;
}
.cid-uG2Nu1qLGz .panel-number {
  color: #E8EDF1;
}
.cid-uG2Nu1qLGz .panel-title-edit {
  color: #E8EDF1;
}
.cid-uG2Nu1qLGz .panel-text {
  color: #E8EDF1;
}
.cid-uG2Nu1qLGz .mbr-desc,
.cid-uG2Nu1qLGz .desc-wrapper {
  color: #E8EDF1;
}
.cid-uG2Nu1EF4A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #011423;
  overflow: hidden;
}
.cid-uG2Nu1EF4A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG2Nu1EF4A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uG2Nu1EF4A .container {
    padding: 0 30px;
  }
}
.cid-uG2Nu1EF4A .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uG2Nu1EF4A .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uG2Nu1EF4A .content-wrapper {
    padding: 0;
  }
}
.cid-uG2Nu1EF4A .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uG2Nu1EF4A .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-uG2Nu1EF4A .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uG2Nu1EF4A .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-uG2Nu1EF4A .form-wrapper {
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .cid-uG2Nu1EF4A .form-wrapper {
    padding-left: 120px;
  }
}
@media (max-width: 992px) {
  .cid-uG2Nu1EF4A .form-wrapper {
    padding: 0;
  }
}
.cid-uG2Nu1EF4A .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 50px !important;
}
@media (max-width: 992px) {
  .cid-uG2Nu1EF4A .form-wrapper .dragArea.row .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uG2Nu1EF4A .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 50px !important;
}
@media (max-width: 992px) {
  .cid-uG2Nu1EF4A .form-wrapper .dragArea.row .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uG2Nu1EF4A .form-wrapper .dragArea.row .form-group {
  position: relative;
  margin-bottom: 50px !important;
  border-bottom: 2px solid #d9ed92 !important;
}
.cid-uG2Nu1EF4A .form-wrapper .dragArea.row .form-group::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d9ed92;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uG2Nu1EF4A .form-wrapper .dragArea.row .form-group::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uG2Nu1EF4A .form-wrapper .dragArea.row .form-group:hover::before,
.cid-uG2Nu1EF4A .form-wrapper .dragArea.row .form-group:focus::before {
  opacity: 0.2;
}
.cid-uG2Nu1EF4A .form-wrapper .dragArea.row .form-group:hover::after,
.cid-uG2Nu1EF4A .form-wrapper .dragArea.row .form-group:focus::after {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uG2Nu1EF4A .form-wrapper .dragArea.row .form-group {
    margin-bottom: 40px;
  }
}
.cid-uG2Nu1EF4A .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uG2Nu1EF4A .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 30px 40px 16px;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uG2Nu1EF4A .form-wrapper .dragArea.row .form-group .form-control {
    padding: 16px 15px;
  }
}
.cid-uG2Nu1EF4A .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uG2Nu1EF4A .form-wrapper .dragArea.row .form-group .form-control:hover::placeholder,
.cid-uG2Nu1EF4A .form-wrapper .dragArea.row .form-group .form-control:focus::placeholder {
  color: #ffffff;
}
.cid-uG2Nu1EF4A .form-wrapper .dragArea.row .form-group .form-control textarea {
  min-height: 150px;
}
.cid-uG2Nu1EF4A .form-wrapper .dragArea.row .form-group .form-control .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uG2Nu1EF4A .form-wrapper .dragArea.row .form-group .form-control .form-check .form-check-input {
  background-color: #d9ed92;
  border-color: #d9ed92;
  border-radius: 0;
}
.cid-uG2Nu1EF4A .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0;
  margin: 0;
}
.cid-uG2Nu1EF4A .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
  margin-right: 0;
}
.cid-uG2Nu1EF4A .mbr-desc {
  color: #bee0d6;
}
.cid-uG2Nu1EF4A .mbr-section-title {
  color: #bee0d6;
}
.cid-uG2Nu1EF4A .mbr-text {
  color: #bee0d6;
}
.cid-uG2Nu1EF4A label {
  color: #bee0d6;
}
.cid-uG2Nu1EF4A .mbr-section-btn {
  text-align: right;
}
.cid-uG2Nu1EF4A .mbr-desc,
.cid-uG2Nu1EF4A .desc-wrapper,
.cid-uG2Nu1EF4A .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uG2Nu1LeMl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #011423;
  overflow: hidden;
}
.cid-uG2Nu1LeMl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG2Nu1LeMl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uG2Nu1LeMl .container {
    padding: 0 30px;
  }
}
.cid-uG2Nu1LeMl .card {
  justify-content: center;
}
.cid-uG2Nu1LeMl .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 992px) {
  .cid-uG2Nu1LeMl .items-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uG2Nu1LeMl .items-wrapper .item {
  padding: 60px;
  background-color: #184e77;
}
.cid-uG2Nu1LeMl .items-wrapper .item:nth-child(2n) {
  background-color: #e8edf1;
}
@media (max-width: 992px) {
  .cid-uG2Nu1LeMl .items-wrapper .item {
    padding: 40px;
  }
}
.cid-uG2Nu1LeMl .items-wrapper .item .item-wrapper .card-box .item-title_1,
.cid-uG2Nu1LeMl .items-wrapper .item .item-wrapper .card-box .item-title_2 {
  margin-bottom: 40px;
}
.cid-uG2Nu1LeMl .item-title_1 {
  color: #bee0d6;
}
.cid-uG2Nu1LeMl .item-title_2 {
  color: #254b45;
}
.cid-uG2Nu1LeMl .mbr-section-btn {
  text-align: right;
}
.cid-uG2Nu1LeMl .item-title_1,
.cid-uG2Nu1LeMl .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uG2Nu1LeMl .item-title_2,
.cid-uG2Nu1LeMl .mbr-section-btn {
  color: #000000;
}
.cid-uG2Nu1V9LU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #011423;
  overflow: hidden;
}
.cid-uG2Nu1V9LU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG2Nu1V9LU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uG2Nu1V9LU .container {
    padding: 0 30px;
  }
}
.cid-uG2Nu1V9LU .row {
  justify-content: center;
}
.cid-uG2Nu1V9LU .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uG2Nu1V9LU .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uG2Nu1V9LU .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uG2Nu1V9LU .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uG2Nu1V9LU .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uG2Nu1V9LU .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uG2Nu1V9LU .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uG2Nu1V9LU .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uG2Nu1V9LU .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uG2Nu1V9LU .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uG2Nu1V9LU .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uG2Nu1V9LU .nav-wrapper .list .item-wrap:hover,
.cid-uG2Nu1V9LU .nav-wrapper .list .item-wrap:focus {
  color: #e8edf1;
}
.cid-uG2Nu1V9LU .nav-wrapper .list .item-wrap:hover::before,
.cid-uG2Nu1V9LU .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uG2Nu1V9LU .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #e8edf1;
  transition: all 0.3s ease-in-out;
}
.cid-uG2Nu1V9LU .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uG2Nu1V9LU .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uG2Nu1V9LU .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uG2Nu1V9LU .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uG2Nu1V9LU .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uG2Nu1V9LU .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uG2Nu1V9LU .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uG2Nu1V9LU .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uG2Nu1V9LU .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uG2Nu1V9LU .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #e8edf1;
}
.cid-uG2Nu1V9LU .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uG2Nu1V9LU .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uG2Nu1V9LU .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uG2Nu1V9LU .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #e8edf1;
}
.cid-uG2Nu1V9LU .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uG2Nu1V9LU .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #e8edf1;
}
@media (max-width: 992px) {
  .cid-uG2Nu1V9LU .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uG2Nu1V9LU .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #e8edf1;
}
.cid-uG2Nu1V9LU .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uG2Nu1V9LU .mbr-section-title {
  color: #bee0d6;
}
.cid-uG2Nu1V9LU .mbr-section-subtitle {
  color: #E8EDF1;
}
.cid-uG2Nu1V9LU .list {
  color: #bee0d6;
}
.cid-uG2Nu1V9LU .mbr-address {
  color: #bee0d6;
}
.cid-uG2Nu1V9LU .mbr-copy {
  color: #E8EDF1;
}
.cid-uG2Nu1V9LU .mbr-section-title,
.cid-uG2Nu1V9LU .logo-wrapper {
  color: #E8EDF1;
}
.cid-uG2Nu1V9LU .list,
.cid-uG2Nu1V9LU .item-wrap,
.cid-uG2Nu1V9LU .nav-wrapper {
  color: #E8EDF1;
}
.cid-uG2O7ULFPj {
  background-color: #21090c;
}
.cid-uG2O7ULFPj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG2O7ULFPj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uG2O7ULFPj .container {
    padding: 0 30px;
  }
}
.cid-uG2O7ULFPj .card {
  justify-content: center;
  flex-direction: row;
  align-items: stretch;
}
@media (max-width: 992px) {
  .cid-uG2O7ULFPj .card {
    flex-direction: column;
    align-items: normal;
  }
}
.cid-uG2O7ULFPj .content-wrapper {
  padding: 150px 88px 150px 120px;
}
@media (max-width: 1440px) {
  .cid-uG2O7ULFPj .content-wrapper {
    padding: 150px 48px 150px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uG2O7ULFPj .content-wrapper {
    padding: 0;
    margin-bottom: 60px;
  }
}
.cid-uG2O7ULFPj .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uG2O7ULFPj .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uG2O7ULFPj .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uG2O7ULFPj .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uG2O7ULFPj .image-wrapper img {
    min-height: auto;
  }
}
.cid-uG2O7ULFPj .mbr-section-title {
  color: #bee0d6;
}
.cid-uG2O7ULFPj .mbr-text {
  color: #bee0d6;
}
.cid-uG2O7ULFPj .mbr-section-title,
.cid-uG2O7ULFPj .mbr-section-btn {
  color: #FEE8E9;
}
.cid-uG2O7ULN9C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #21090c;
  overflow: hidden;
}
.cid-uG2O7ULN9C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG2O7ULN9C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uG2O7ULN9C .container {
    padding: 0 30px;
  }
}
.cid-uG2O7ULN9C .card {
  justify-content: center;
}
.cid-uG2O7ULN9C .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uG2O7ULN9C .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uG2O7ULN9C .content-wrapper {
    padding: 0;
  }
}
.cid-uG2O7ULN9C .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uG2O7ULN9C .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uG2O7ULN9C .mbr-section-title {
  color: #bee0d6;
}
.cid-uG2O7ULN9C .mbr-section-title,
.cid-uG2O7ULN9C .mbr-section-btn {
  text-align: center;
  color: #FEE8E9;
}
.cid-uG2O7UMrMX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fee8e9;
}
.cid-uG2O7UMrMX .title-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uG2O7UMrMX .title-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uG2O7UMrMX .title-wrapper {
    padding: 0;
  }
}
.cid-uG2O7UMrMX .title-wrapper .mbr-section-title {
  margin-bottom: 180px;
}
@media (max-width: 992px) {
  .cid-uG2O7UMrMX .title-wrapper .mbr-section-title {
    margin-bottom: 80px;
  }
}
.cid-uG2O7UMrMX .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 705px;
  max-width: 705px;
  padding-right: 1px;
}
@media (max-width: 767px) {
  .cid-uG2O7UMrMX .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uG2O7UMrMX .embla__slide:hover .slide-content .item-wrapper .item-img img,
.cid-uG2O7UMrMX .embla__slide:focus .slide-content .item-wrapper .item-img img {
  filter: blur(0);
}
.cid-uG2O7UMrMX .embla__slide:hover .slide-content .item-wrapper .item-img::before,
.cid-uG2O7UMrMX .embla__slide:focus .slide-content .item-wrapper .item-img::before {
  width: 30px;
  height: 30px;
}
.cid-uG2O7UMrMX .embla__slide:hover .slide-content .item-content .name-wrap::before,
.cid-uG2O7UMrMX .embla__slide:focus .slide-content .item-content .name-wrap::before {
  color: #21090c;
}
.cid-uG2O7UMrMX .embla__slide:hover .slide-content .item-content .name-wrap .item-name,
.cid-uG2O7UMrMX .embla__slide:focus .slide-content .item-content .name-wrap .item-name {
  color: #21090c;
}
.cid-uG2O7UMrMX .embla__slide:hover .slide-content .item-content .name-wrap .item-role,
.cid-uG2O7UMrMX .embla__slide:focus .slide-content .item-content .name-wrap .item-role {
  color: #21090c;
}
.cid-uG2O7UMrMX .embla__slide .slide-content {
  width: 100%;
}
.cid-uG2O7UMrMX .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uG2O7UMrMX .embla__slide .slide-content .item-wrapper .item-img img {
  height: 705px;
  animation: none;
  object-fit: cover;
  filter: blur(6px);
  transition: all 0.3s ease-in-out;
  transform: scale(1.02);
}
@media (max-width: 992px) {
  .cid-uG2O7UMrMX .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uG2O7UMrMX .embla__slide .slide-content .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
  background-image: linear-gradient(-135deg, #2ff3e0 50%, transparent 50%);
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.cid-uG2O7UMrMX .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uG2O7UMrMX .embla__slide .slide-content .item-content {
    margin-top: 40px;
  }
}
.cid-uG2O7UMrMX .embla__slide .slide-content .item-content .name-wrap {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uG2O7UMrMX .embla__slide .slide-content .item-content .name-wrap {
    padding-left: 60px;
  }
}
.cid-uG2O7UMrMX .embla__slide .slide-content .item-content .name-wrap::before {
  content: '';
  position: absolute;
  top: 0.8rem;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #21090c;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uG2O7UMrMX .embla__slide .slide-content .item-content .name-wrap::before {
    width: 40px;
  }
}
.cid-uG2O7UMrMX .embla__slide .slide-content .item-content .name-wrap .item-name {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uG2O7UMrMX .embla__slide .slide-content .item-content .name-wrap .item-role {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  font-weight: 300;
}
.cid-uG2O7UMrMX .embla__button--next,
.cid-uG2O7UMrMX .embla__button--prev {
  display: flex;
}
.cid-uG2O7UMrMX .embla__button {
  bottom: 0;
  width: 80px;
  height: 80px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: #ffd34d !important;
  color: #d9ed92 !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uG2O7UMrMX .embla__button:hover {
  opacity: 0.5 !important;
}
.cid-uG2O7UMrMX .embla__button.embla__button--prev {
  right: 6rem;
}
.cid-uG2O7UMrMX .embla__button.embla__button--prev .mbr-iconfont {
  padding-right: 6px;
}
.cid-uG2O7UMrMX .embla__button.embla__button--next {
  right: 0;
}
.cid-uG2O7UMrMX .embla__button.embla__button--next .mbr-iconfont {
  padding-left: 6px;
}
.cid-uG2O7UMrMX .embla {
  position: relative;
  width: 100%;
}
.cid-uG2O7UMrMX .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uG2O7UMrMX .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uG2O7UMrMX .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uG2O7UMrMX .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uG2O7UMrMX .mbr-section-title {
  color: #21090C;
}
.cid-uG2O7UMrMX .item-name {
  color: #bee0d6;
}
.cid-uG2O7UMrMX .item-role {
  color: #bee0d6;
}
.cid-uG2O7UMrMX .item-name,
.cid-uG2O7UMrMX .item-content {
  color: #21090C;
}
.cid-uG2O7UMrMX .item-role,
.cid-uG2O7UMrMX .item-content {
  color: #21090C;
}
.cid-uG2O7UNDsd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #21090c;
}
.cid-uG2O7UNDsd .item:focus,
.cid-uG2O7UNDsd span:focus {
  outline: none;
}
.cid-uG2O7UNDsd .item {
  cursor: pointer;
}
.cid-uG2O7UNDsd .grid-container {
  grid-row-gap: 0;
}
.cid-uG2O7UNDsd .grid-container-1,
.cid-uG2O7UNDsd .grid-container-2,
.cid-uG2O7UNDsd .grid-container-3 {
  gap: 0;
}
.cid-uG2O7UNDsd .mbr-section-title {
  margin-bottom: 80px;
  color: #bee0d6;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uG2O7UNDsd .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uG2O7UNDsd .content-head {
  max-width: 800px;
}
.cid-uG2O7UNDsd .container,
.cid-uG2O7UNDsd .container-fluid {
  overflow: hidden;
}
.cid-uG2O7UNDsd .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uG2O7UNDsd .grid-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1px;
}
.cid-uG2O7UNDsd .grid-item::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background-image: linear-gradient(-135deg, #2ff3e0 50%, transparent 50%);
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.cid-uG2O7UNDsd .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 700px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uG2O7UNDsd .grid-item img {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-uG2O7UNDsd .grid-item img {
    min-width: 35vw;
    height: 160px;
  }
}
.cid-uG2O7UNDsd .grid-container-1,
.cid-uG2O7UNDsd .grid-container-2,
.cid-uG2O7UNDsd .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uG2O7UNDsd .grid-container-1 {
  align-items: flex-end;
}
.cid-uG2O7UNDsd .grid-container-2 {
  align-items: flex-start;
}
.cid-uG2O7UNiTD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #21090c;
  overflow: hidden;
}
.cid-uG2O7UNiTD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG2O7UNiTD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uG2O7UNiTD .container {
    padding: 0 30px;
  }
}
.cid-uG2O7UNiTD .card {
  justify-content: center;
}
.cid-uG2O7UNiTD .title-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uG2O7UNiTD .title-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uG2O7UNiTD .title-wrapper {
    padding: 0;
  }
}
.cid-uG2O7UNiTD .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uG2O7UNiTD .title-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-uG2O7UNiTD .title-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #fee8e9;
}
@media (max-width: 992px) {
  .cid-uG2O7UNiTD .title-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-uG2O7UNiTD .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uG2O7UNiTD .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uG2O7UNiTD .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uG2O7UNiTD .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uG2O7UNiTD .content-wrapper {
    padding: 0;
  }
}
.cid-uG2O7UNiTD .content-wrapper .panel-group .card {
  position: relative;
  border-radius: 0 !important;
  background-color: transparent;
  padding: 0;
}
.cid-uG2O7UNiTD .content-wrapper .panel-group .card:hover::before,
.cid-uG2O7UNiTD .content-wrapper .panel-group .card:focus::before,
.cid-uG2O7UNiTD .content-wrapper .panel-group .card:hover::after,
.cid-uG2O7UNiTD .content-wrapper .panel-group .card:focus::after {
  opacity: 1;
}
.cid-uG2O7UNiTD .content-wrapper .panel-group .card::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #fee8e9;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
}
.cid-uG2O7UNiTD .content-wrapper .panel-group .card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fee8e9;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
}
.cid-uG2O7UNiTD .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uG2O7UNiTD .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uG2O7UNiTD .content-wrapper .panel-group .card .card-header .panel-title {
    padding: 40px 0;
  }
}
.cid-uG2O7UNiTD .content-wrapper .panel-group .card .card-header .panel-title .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uG2O7UNiTD .content-wrapper .panel-group .card .card-header .panel-title .title-wrap {
    display: block;
  }
}
.cid-uG2O7UNiTD .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-number {
  min-width: 120px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uG2O7UNiTD .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-number {
    display: none;
  }
}
.cid-uG2O7UNiTD .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-bottom: 0;
  transition: all 0.5s ease-in-out;
}
.cid-uG2O7UNiTD .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit::before {
  content: '';
  position: absolute;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fee8e9;
  transition: all 0.5s ease-in-out;
}
.cid-uG2O7UNiTD .content-wrapper .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  width: 20px;
  height: 20px;
  min-width: 20px;
  transition: all 0.3s ease-in-out;
  color: #fee8e9;
  margin-left: 20px;
  opacity: 0.2;
}
.cid-uG2O7UNiTD .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit {
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uG2O7UNiTD .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit {
    padding-left: 60px;
  }
}
.cid-uG2O7UNiTD .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit::before {
  width: 90px;
}
@media (max-width: 992px) {
  .cid-uG2O7UNiTD .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit::before {
    width: 40px;
  }
}
.cid-uG2O7UNiTD .content-wrapper .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  opacity: 1;
}
.cid-uG2O7UNiTD .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit {
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uG2O7UNiTD .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit {
    padding-left: 60px;
  }
}
.cid-uG2O7UNiTD .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit::before {
  width: 90px;
}
@media (max-width: 992px) {
  .cid-uG2O7UNiTD .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit::before {
    width: 40px;
  }
}
.cid-uG2O7UNiTD .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  opacity: 1;
}
.cid-uG2O7UNiTD .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 60px 120px;
}
@media (max-width: 992px) {
  .cid-uG2O7UNiTD .content-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 0 0 40px 0;
  }
}
.cid-uG2O7UNiTD .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uG2O7UNiTD .mbr-desc {
  color: #bee0d6;
}
.cid-uG2O7UNiTD .mbr-section-title {
  color: #FEE8E9;
}
.cid-uG2O7UNiTD .panel-number {
  color: #FEE8E9;
}
.cid-uG2O7UNiTD .panel-title-edit {
  color: #FEE8E9;
}
.cid-uG2O7UNiTD .panel-text {
  color: #FEE8E9;
}
.cid-uG2O7UNiTD .mbr-desc,
.cid-uG2O7UNiTD .desc-wrapper {
  color: #FEE8E9;
}
.cid-uG2O7UOH3V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fee8e9;
  overflow: hidden;
}
.cid-uG2O7UOH3V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG2O7UOH3V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uG2O7UOH3V .container {
    padding: 0 30px;
  }
}
.cid-uG2O7UOH3V .card {
  justify-content: center;
}
.cid-uG2O7UOH3V .content-wrapper {
  padding: 0 240px;
}
@media (max-width: 1440px) {
  .cid-uG2O7UOH3V .content-wrapper {
    padding: 0 120px;
  }
}
@media (max-width: 992px) {
  .cid-uG2O7UOH3V .content-wrapper {
    padding: 0;
  }
}
.cid-uG2O7UOH3V .content-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uG2O7UOH3V .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 54px;
  color: #21090c;
}
.cid-uG2O7UOH3V .content-wrapper .mbr-text {
  position: relative;
  padding-bottom: 60px;
  border-bottom: 1px solid #21090c;
  margin-bottom: 50px;
}
.cid-uG2O7UOH3V .content-wrapper .mbr-text::before {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #21090c;
}
@media (max-width: 992px) {
  .cid-uG2O7UOH3V .content-wrapper .mbr-text {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}
.cid-uG2O7UOH3V .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uG2O7UOH3V .content-wrapper .person-wrapper .person-wrap {
    display: block;
  }
}
.cid-uG2O7UOH3V .content-wrapper .person-wrapper .person-wrap img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-uG2O7UOH3V .content-wrapper .person-wrapper .person-wrap img {
    margin: 0 0 20px 0;
  }
}
.cid-uG2O7UOH3V .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 2px;
}
.cid-uG2O7UOH3V .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
  font-weight: 300;
}
.cid-uG2O7UOH3V .mbr-text {
  color: #254b45;
}
.cid-uG2O7UOH3V .mbr-name {
  color: #254b45;
}
.cid-uG2O7UOH3V .mbr-role {
  color: #254b45;
}
.cid-uG2O7UOH3V .mbr-text,
.cid-uG2O7UOH3V .icon-wrapper {
  color: #21090C;
}
.cid-uG2O7UOH3V .mbr-name,
.cid-uG2O7UOH3V .person-wrapper {
  color: #21090C;
}
.cid-uG2O7UOH3V .mbr-role,
.cid-uG2O7UOH3V .person-wrapper {
  color: #21090C;
}
.cid-uG2O7UP7Fq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fee8e9;
  overflow: hidden;
}
.cid-uG2O7UP7Fq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG2O7UP7Fq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uG2O7UP7Fq .container {
    padding: 0 30px;
  }
}
.cid-uG2O7UP7Fq .card {
  justify-content: center;
}
.cid-uG2O7UP7Fq .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uG2O7UP7Fq .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uG2O7UP7Fq .content-wrapper {
    padding: 0;
  }
}
.cid-uG2O7UP7Fq .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uG2O7UP7Fq .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-uG2O7UP7Fq .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #21090c;
}
@media (max-width: 992px) {
  .cid-uG2O7UP7Fq .content-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-uG2O7UP7Fq .content-wrapper .mbr-text {
  margin-bottom: 180px;
}
@media (max-width: 992px) {
  .cid-uG2O7UP7Fq .content-wrapper .mbr-text {
    margin-bottom: 80px;
  }
}
.cid-uG2O7UP7Fq .content-wrapper .items-wrapper {
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .cid-uG2O7UP7Fq .content-wrapper .items-wrapper {
    padding-left: 120px;
  }
}
@media (max-width: 992px) {
  .cid-uG2O7UP7Fq .content-wrapper .items-wrapper {
    padding-left: 0;
  }
}
.cid-uG2O7UP7Fq .content-wrapper .items-wrapper .item {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uG2O7UP7Fq .content-wrapper .items-wrapper .item {
    margin-bottom: 80px;
  }
}
.cid-uG2O7UP7Fq .content-wrapper .items-wrapper .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uG2O7UP7Fq .content-wrapper .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uG2O7UP7Fq .content-wrapper .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 55px;
  height: 55px;
  font-size: 55px;
  min-width: 55px;
  margin-right: 60px;
  color: #21090c;
}
@media (max-width: 992px) {
  .cid-uG2O7UP7Fq .content-wrapper .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
    margin: 0 0 40px 0;
  }
}
.cid-uG2O7UP7Fq .content-wrapper .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 40px;
}
.cid-uG2O7UP7Fq .content-wrapper .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uG2O7UP7Fq .mbr-desc {
  color: #254b45;
}
.cid-uG2O7UP7Fq .mbr-text {
  color: #21090C;
}
.cid-uG2O7UP7Fq .item-title {
  color: #21090C;
}
.cid-uG2O7UP7Fq .item-text {
  color: #21090C;
}
.cid-uG2O7UP7Fq .mbr-desc,
.cid-uG2O7UP7Fq .desc-wrapper {
  color: #21090C;
}
.cid-uG2O7UQv1k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #21090c;
  overflow: hidden;
}
.cid-uG2O7UQv1k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG2O7UQv1k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uG2O7UQv1k .container {
    padding: 0 30px;
  }
}
.cid-uG2O7UQv1k .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uG2O7UQv1k .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uG2O7UQv1k .content-wrapper {
    padding: 0;
  }
}
.cid-uG2O7UQv1k .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uG2O7UQv1k .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-uG2O7UQv1k .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uG2O7UQv1k .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-uG2O7UQv1k .form-wrapper {
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .cid-uG2O7UQv1k .form-wrapper {
    padding-left: 120px;
  }
}
@media (max-width: 992px) {
  .cid-uG2O7UQv1k .form-wrapper {
    padding: 0;
  }
}
.cid-uG2O7UQv1k .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 50px !important;
}
@media (max-width: 992px) {
  .cid-uG2O7UQv1k .form-wrapper .dragArea.row .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uG2O7UQv1k .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 50px !important;
}
@media (max-width: 992px) {
  .cid-uG2O7UQv1k .form-wrapper .dragArea.row .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uG2O7UQv1k .form-wrapper .dragArea.row .form-group {
  position: relative;
  margin-bottom: 50px !important;
  border-bottom: 2px solid #2ff3e0 !important;
}
.cid-uG2O7UQv1k .form-wrapper .dragArea.row .form-group::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2ff3e0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uG2O7UQv1k .form-wrapper .dragArea.row .form-group::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uG2O7UQv1k .form-wrapper .dragArea.row .form-group:hover::before,
.cid-uG2O7UQv1k .form-wrapper .dragArea.row .form-group:focus::before {
  opacity: 0.2;
}
.cid-uG2O7UQv1k .form-wrapper .dragArea.row .form-group:hover::after,
.cid-uG2O7UQv1k .form-wrapper .dragArea.row .form-group:focus::after {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uG2O7UQv1k .form-wrapper .dragArea.row .form-group {
    margin-bottom: 40px;
  }
}
.cid-uG2O7UQv1k .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uG2O7UQv1k .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 30px 40px 16px;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uG2O7UQv1k .form-wrapper .dragArea.row .form-group .form-control {
    padding: 16px 15px;
  }
}
.cid-uG2O7UQv1k .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uG2O7UQv1k .form-wrapper .dragArea.row .form-group .form-control:hover::placeholder,
.cid-uG2O7UQv1k .form-wrapper .dragArea.row .form-group .form-control:focus::placeholder {
  color: #ffffff;
}
.cid-uG2O7UQv1k .form-wrapper .dragArea.row .form-group .form-control textarea {
  min-height: 150px;
}
.cid-uG2O7UQv1k .form-wrapper .dragArea.row .form-group .form-control .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uG2O7UQv1k .form-wrapper .dragArea.row .form-group .form-control .form-check .form-check-input {
  background-color: #2ff3e0;
  border-color: #2ff3e0;
  border-radius: 0;
}
.cid-uG2O7UQv1k .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0;
  margin: 0;
}
.cid-uG2O7UQv1k .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
  margin-right: 0;
}
.cid-uG2O7UQv1k .mbr-desc {
  color: #bee0d6;
}
.cid-uG2O7UQv1k .mbr-section-title {
  color: #bee0d6;
}
.cid-uG2O7UQv1k .mbr-text {
  color: #bee0d6;
}
.cid-uG2O7UQv1k label {
  color: #bee0d6;
}
.cid-uG2O7UQv1k .mbr-section-btn {
  text-align: right;
}
.cid-uG2O7UQv1k .mbr-desc,
.cid-uG2O7UQv1k .desc-wrapper,
.cid-uG2O7UQv1k .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uG2O7URZvg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #21090c;
  overflow: hidden;
}
.cid-uG2O7URZvg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG2O7URZvg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uG2O7URZvg .container {
    padding: 0 30px;
  }
}
.cid-uG2O7URZvg .card {
  justify-content: center;
}
.cid-uG2O7URZvg .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 992px) {
  .cid-uG2O7URZvg .items-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uG2O7URZvg .items-wrapper .item {
  padding: 60px;
  background-color: #f51720;
}
.cid-uG2O7URZvg .items-wrapper .item:nth-child(2n) {
  background-color: #fee8e9;
}
@media (max-width: 992px) {
  .cid-uG2O7URZvg .items-wrapper .item {
    padding: 40px;
  }
}
.cid-uG2O7URZvg .items-wrapper .item .item-wrapper .card-box .item-title_1,
.cid-uG2O7URZvg .items-wrapper .item .item-wrapper .card-box .item-title_2 {
  margin-bottom: 40px;
}
.cid-uG2O7URZvg .item-title_1 {
  color: #bee0d6;
}
.cid-uG2O7URZvg .item-title_2 {
  color: #254b45;
}
.cid-uG2O7URZvg .mbr-section-btn {
  text-align: right;
}
.cid-uG2O7URZvg .item-title_1,
.cid-uG2O7URZvg .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uG2O7URZvg .item-title_2,
.cid-uG2O7URZvg .mbr-section-btn {
  color: #000000;
}
.cid-uG2NtVJyo9 {
  background-color: transparent;
}
.cid-uG2NtVJyo9 .navbar-dropdown {
  background-color: #011423 !important;
  padding: 0;
}
.cid-uG2NtVJyo9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #011423 !important;
  background: #011423;
}
.cid-uG2NtVJyo9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uG2NtVJyo9 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uG2NtVJyo9 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uG2NtVJyo9 .menu_box .navbar.opened,
  .cid-uG2NtVJyo9 .menu_box .navbar-collapse {
    background-color: #011423 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uG2NtVJyo9 .navbar-dropdown {
  position: relative !important;
}
.cid-uG2NtVJyo9 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uG2NtVJyo9 .btn:hover {
  box-shadow: none;
}
.cid-uG2NtVJyo9 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uG2NtVJyo9 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uG2NtVJyo9 .nav-item {
    margin: 0 !important;
  }
}
.cid-uG2NtVJyo9 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 0.5rem !important;
  position: relative;
}
.cid-uG2NtVJyo9 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #bee0d6;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uG2NtVJyo9 .nav-item .nav-link:hover,
.cid-uG2NtVJyo9 .nav-item .nav-link:focus {
  color: #bee0d6 !important;
}
.cid-uG2NtVJyo9 .nav-item .nav-link:hover::before,
.cid-uG2NtVJyo9 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uG2NtVJyo9 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uG2NtVJyo9 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uG2NtVJyo9 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uG2NtVJyo9 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uG2NtVJyo9 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uG2NtVJyo9 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uG2NtVJyo9 .offcanvas_box {
    display: none;
  }
}
.cid-uG2NtVJyo9 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uG2NtVJyo9 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uG2NtVJyo9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uG2NtVJyo9 .container {
  display: flex;
  margin: auto;
}
.cid-uG2NtVJyo9 .iconfont-wrapper {
  color: #bee0d6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uG2NtVJyo9 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uG2NtVJyo9 .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uG2NtVJyo9 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uG2NtVJyo9 .navbar-nav {
    margin: 0;
  }
}
.cid-uG2NtVJyo9 .dropdown-menu,
.cid-uG2NtVJyo9 .navbar.opened {
  background-color: false !important;
}
.cid-uG2NtVJyo9 .nav-item:focus,
.cid-uG2NtVJyo9 .nav-link:focus {
  outline: none;
}
.cid-uG2NtVJyo9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uG2NtVJyo9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uG2NtVJyo9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uG2NtVJyo9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uG2NtVJyo9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uG2NtVJyo9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uG2NtVJyo9 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uG2NtVJyo9 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uG2NtVJyo9 .navbar.opened {
  transition: all 0.3s;
}
.cid-uG2NtVJyo9 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uG2NtVJyo9 .navbar .navbar-logo img {
  max-width: 64px;
  min-height: 64px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uG2NtVJyo9 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uG2NtVJyo9 .navbar.collapsed {
  justify-content: center;
}
.cid-uG2NtVJyo9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uG2NtVJyo9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uG2NtVJyo9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uG2NtVJyo9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uG2NtVJyo9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uG2NtVJyo9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uG2NtVJyo9 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uG2NtVJyo9 .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uG2NtVJyo9 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uG2NtVJyo9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uG2NtVJyo9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uG2NtVJyo9 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uG2NtVJyo9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uG2NtVJyo9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uG2NtVJyo9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uG2NtVJyo9 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uG2NtVJyo9 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uG2NtVJyo9 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uG2NtVJyo9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uG2NtVJyo9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uG2NtVJyo9 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uG2NtVJyo9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uG2NtVJyo9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uG2NtVJyo9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uG2NtVJyo9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uG2NtVJyo9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uG2NtVJyo9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uG2NtVJyo9 .dropdown-item.active,
.cid-uG2NtVJyo9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uG2NtVJyo9 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uG2NtVJyo9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uG2NtVJyo9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uG2NtVJyo9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uG2NtVJyo9 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uG2NtVJyo9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uG2NtVJyo9 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #011423;
  background: #011423;
}
.cid-uG2NtVJyo9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #e8edf1;
}
.cid-uG2NtVJyo9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uG2NtVJyo9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uG2NtVJyo9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uG2NtVJyo9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uG2NtVJyo9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uG2NtVJyo9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uG2NtVJyo9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uG2NtVJyo9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uG2NtVJyo9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uG2NtVJyo9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uG2NtVJyo9 .navbar {
    height: 70px;
  }
  .cid-uG2NtVJyo9 .navbar.opened {
    height: auto;
  }
  .cid-uG2NtVJyo9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uG2NtVJyo9 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uG2NtVJyo9 .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uG2NtVJyo9 .mbr-section-btn-main .btn {
  margin: 8px 0 8px 8px;
  min-width: 220px;
}
.cid-uG2NtVJyo9 .navbar-caption:hover {
  color: #1e6091;
}
@media (min-width: 992px) {
  .cid-uG2NtVJyo9 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uG2NtVJyo9 .text_widget {
  margin-bottom: 32px;
}
.cid-uG2NtVJyo9 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uG2NtVJyo9 .text_widget a:hover,
.cid-uG2NtVJyo9 .text_widget a:focus {
  opacity: 0.8;
}
@media (min-width: 992px) {
  .cid-uG2NtVJyo9 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uG2NtVJyo9 .mbr-section-subtitle {
  color: #254b45;
  text-align: center;
}
.cid-uG2NtVJyo9 .navbar-caption {
  color: #E8EDF1;
}
.cid-uG2NtVJyo9 .mbr-text {
  color: #254b45;
  text-align: center;
}
.cid-uG2NtVJyo9 .mbr-section-subtitle,
.cid-uG2NtVJyo9 .text_widget,
.cid-uG2NtVJyo9 .mbr-section-btn {
  text-align: center;
}
.cid-uG2NtVJyo9 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uG2NtVJyo9 .nav-link,
.cid-uG2NtVJyo9 .dropdown-item {
  color: #E8EDF1;
}
.cid-uG2Nu1V9LU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #011423;
  overflow: hidden;
}
.cid-uG2Nu1V9LU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG2Nu1V9LU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uG2Nu1V9LU .container {
    padding: 0 30px;
  }
}
.cid-uG2Nu1V9LU .row {
  justify-content: center;
}
.cid-uG2Nu1V9LU .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uG2Nu1V9LU .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uG2Nu1V9LU .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uG2Nu1V9LU .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uG2Nu1V9LU .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uG2Nu1V9LU .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uG2Nu1V9LU .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uG2Nu1V9LU .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uG2Nu1V9LU .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uG2Nu1V9LU .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uG2Nu1V9LU .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uG2Nu1V9LU .nav-wrapper .list .item-wrap:hover,
.cid-uG2Nu1V9LU .nav-wrapper .list .item-wrap:focus {
  color: #e8edf1;
}
.cid-uG2Nu1V9LU .nav-wrapper .list .item-wrap:hover::before,
.cid-uG2Nu1V9LU .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uG2Nu1V9LU .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #e8edf1;
  transition: all 0.3s ease-in-out;
}
.cid-uG2Nu1V9LU .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uG2Nu1V9LU .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uG2Nu1V9LU .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uG2Nu1V9LU .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uG2Nu1V9LU .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uG2Nu1V9LU .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uG2Nu1V9LU .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uG2Nu1V9LU .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uG2Nu1V9LU .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uG2Nu1V9LU .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #e8edf1;
}
.cid-uG2Nu1V9LU .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uG2Nu1V9LU .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uG2Nu1V9LU .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uG2Nu1V9LU .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #e8edf1;
}
.cid-uG2Nu1V9LU .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uG2Nu1V9LU .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #e8edf1;
}
@media (max-width: 992px) {
  .cid-uG2Nu1V9LU .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uG2Nu1V9LU .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #e8edf1;
}
.cid-uG2Nu1V9LU .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uG2Nu1V9LU .mbr-section-title {
  color: #bee0d6;
}
.cid-uG2Nu1V9LU .mbr-section-subtitle {
  color: #E8EDF1;
}
.cid-uG2Nu1V9LU .list {
  color: #bee0d6;
}
.cid-uG2Nu1V9LU .mbr-address {
  color: #bee0d6;
}
.cid-uG2Nu1V9LU .mbr-copy {
  color: #E8EDF1;
}
.cid-uG2Nu1V9LU .mbr-section-title,
.cid-uG2Nu1V9LU .logo-wrapper {
  color: #E8EDF1;
}
.cid-uG2Nu1V9LU .list,
.cid-uG2Nu1V9LU .item-wrap,
.cid-uG2Nu1V9LU .nav-wrapper {
  color: #E8EDF1;
}
.cid-uG2OLlNFcd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fee8e9;
  overflow: hidden;
}
.cid-uG2OLlNFcd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG2OLlNFcd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uG2OLlNFcd .container {
    padding: 0 30px;
  }
}
.cid-uG2OLlNFcd .card {
  justify-content: center;
}
.cid-uG2OLlNFcd .title-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uG2OLlNFcd .title-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uG2OLlNFcd .title-wrapper {
    padding: 0;
  }
}
.cid-uG2OLlNFcd .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uG2OLlNFcd .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uG2OLlNFcd .content-wrapper {
  padding: 0 88px 0 120px;
}
@media (max-width: 1440px) {
  .cid-uG2OLlNFcd .content-wrapper {
    padding: 0 28px 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uG2OLlNFcd .content-wrapper {
    padding: 0;
  }
}
.cid-uG2OLlNFcd .content-wrapper .panel-group .card {
  position: relative;
  border-radius: 0 !important;
  background-color: transparent;
  padding: 0;
}
.cid-uG2OLlNFcd .content-wrapper .panel-group .card:hover::before,
.cid-uG2OLlNFcd .content-wrapper .panel-group .card:focus::before,
.cid-uG2OLlNFcd .content-wrapper .panel-group .card:hover::after,
.cid-uG2OLlNFcd .content-wrapper .panel-group .card:focus::after {
  opacity: 1;
}
.cid-uG2OLlNFcd .content-wrapper .panel-group .card::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #21090c;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
}
.cid-uG2OLlNFcd .content-wrapper .panel-group .card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #21090c;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
}
.cid-uG2OLlNFcd .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uG2OLlNFcd .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uG2OLlNFcd .content-wrapper .panel-group .card .card-header .panel-title {
    padding: 40px 0;
  }
}
.cid-uG2OLlNFcd .content-wrapper .panel-group .card .card-header .panel-title .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uG2OLlNFcd .content-wrapper .panel-group .card .card-header .panel-title .title-wrap {
    display: block;
  }
}
.cid-uG2OLlNFcd .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-number {
  min-width: 120px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uG2OLlNFcd .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-number {
    display: none;
  }
}
.cid-uG2OLlNFcd .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-bottom: 0;
  transition: all 0.5s ease-in-out;
}
.cid-uG2OLlNFcd .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit::before {
  content: '';
  position: absolute;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #21090c;
  transition: all 0.5s ease-in-out;
}
.cid-uG2OLlNFcd .content-wrapper .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  width: 20px;
  height: 20px;
  min-width: 20px;
  transition: all 0.3s ease-in-out;
  color: #21090c;
  margin-left: 20px;
  opacity: 0.2;
}
.cid-uG2OLlNFcd .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit {
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uG2OLlNFcd .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit {
    padding-left: 60px;
  }
}
.cid-uG2OLlNFcd .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit::before {
  width: 90px;
}
@media (max-width: 992px) {
  .cid-uG2OLlNFcd .content-wrapper .panel-group .card .card-header .panel-title:hover .title-wrap .panel-title-edit::before {
    width: 40px;
  }
}
.cid-uG2OLlNFcd .content-wrapper .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  opacity: 1;
}
.cid-uG2OLlNFcd .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit {
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uG2OLlNFcd .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit {
    padding-left: 60px;
  }
}
.cid-uG2OLlNFcd .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit::before {
  width: 90px;
}
@media (max-width: 992px) {
  .cid-uG2OLlNFcd .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .panel-title-edit::before {
    width: 40px;
  }
}
.cid-uG2OLlNFcd .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  opacity: 1;
}
.cid-uG2OLlNFcd .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 60px 120px;
}
@media (max-width: 992px) {
  .cid-uG2OLlNFcd .content-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 0 0 40px 0;
  }
}
.cid-uG2OLlNFcd .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uG2OLlNFcd .image-wrapper {
  position: relative;
  height: 840px;
}
@media (max-width: 992px) {
  .cid-uG2OLlNFcd .image-wrapper {
    height: 350px;
    margin-bottom: 40px;
  }
}
.cid-uG2OLlNFcd .image-wrapper img {
  position: absolute;
  animation: none;
  height: 100%;
  width: 550px;
  top: 0;
  left: 2rem;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uG2OLlNFcd .image-wrapper img {
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.cid-uG2OLlNFcd .image-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 2rem;
  width: 118px;
  height: 118px;
  background-image: linear-gradient(-135deg, #2ff3e0 50%, #fee8e9 50%);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uG2OLlNFcd .image-wrapper::before {
    left: 0;
    width: 50px;
    height: 50px;
  }
}
.cid-uG2OLlNFcd .image-wrapper a {
  width: 100%;
  height: 100%;
  position: absolute;
}
.cid-uG2OLlNFcd .mbr-section-title {
  color: #21090C;
}
.cid-uG2OLlNFcd .panel-number {
  color: #21090C;
}
.cid-uG2OLlNFcd .panel-title-edit {
  color: #21090C;
}
.cid-uG2OLlNFcd .panel-text {
  color: #21090C;
}
.cid-uG2OLlPsgK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #21090c;
  overflow: hidden;
}
.cid-uG2OLlPsgK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG2OLlPsgK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uG2OLlPsgK .container {
    padding: 0 30px;
  }
}
.cid-uG2OLlPsgK .card {
  justify-content: center;
}
.cid-uG2OLlPsgK .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uG2OLlPsgK .items-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uG2OLlPsgK .items-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uG2OLlPsgK .items-wrapper .item {
  padding: 60px;
  background-color: #f51720;
}
.cid-uG2OLlPsgK .items-wrapper .item:nth-child(2n) {
  background-color: #fee8e9;
}
@media (max-width: 992px) {
  .cid-uG2OLlPsgK .items-wrapper .item {
    padding: 40px;
  }
}
.cid-uG2OLlPsgK .items-wrapper .item .item-wrapper .card-box .item-title_1,
.cid-uG2OLlPsgK .items-wrapper .item .item-wrapper .card-box .item-title_2 {
  margin-bottom: 40px;
}
.cid-uG2OLlPsgK .item-title_1 {
  color: #bee0d6;
}
.cid-uG2OLlPsgK .item-title_2 {
  color: #254b45;
}
.cid-uG2OLlPsgK .mbr-section-btn {
  text-align: right;
}
.cid-uG2OLlPsgK .item-title_1,
.cid-uG2OLlPsgK .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uG2OLlPsgK .item-title_2,
.cid-uG2OLlPsgK .mbr-section-btn {
  color: #21090C;
}
.cid-uG2OLlPqHx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fee8e9;
}
.cid-uG2OLlPqHx .title-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uG2OLlPqHx .title-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uG2OLlPqHx .title-wrapper {
    padding: 0;
  }
}
.cid-uG2OLlPqHx .title-wrapper .mbr-section-title {
  margin-bottom: 180px;
}
@media (max-width: 992px) {
  .cid-uG2OLlPqHx .title-wrapper .mbr-section-title {
    margin-bottom: 80px;
  }
}
.cid-uG2OLlPqHx .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 705px;
  max-width: 705px;
  padding-right: 1px;
}
@media (max-width: 767px) {
  .cid-uG2OLlPqHx .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uG2OLlPqHx .embla__slide:hover .slide-content .item-wrapper .item-img img,
.cid-uG2OLlPqHx .embla__slide:focus .slide-content .item-wrapper .item-img img {
  filter: blur(0);
}
.cid-uG2OLlPqHx .embla__slide:hover .slide-content .item-wrapper .item-img::before,
.cid-uG2OLlPqHx .embla__slide:focus .slide-content .item-wrapper .item-img::before {
  width: 30px;
  height: 30px;
}
.cid-uG2OLlPqHx .embla__slide:hover .slide-content .item-content .name-wrap::before,
.cid-uG2OLlPqHx .embla__slide:focus .slide-content .item-content .name-wrap::before {
  color: #21090c;
}
.cid-uG2OLlPqHx .embla__slide:hover .slide-content .item-content .name-wrap .item-name,
.cid-uG2OLlPqHx .embla__slide:focus .slide-content .item-content .name-wrap .item-name {
  color: #21090c;
}
.cid-uG2OLlPqHx .embla__slide:hover .slide-content .item-content .name-wrap .item-role,
.cid-uG2OLlPqHx .embla__slide:focus .slide-content .item-content .name-wrap .item-role {
  color: #21090c;
}
.cid-uG2OLlPqHx .embla__slide .slide-content {
  width: 100%;
}
.cid-uG2OLlPqHx .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uG2OLlPqHx .embla__slide .slide-content .item-wrapper .item-img img {
  height: 705px;
  animation: none;
  object-fit: cover;
  filter: blur(6px);
  transition: all 0.3s ease-in-out;
  transform: scale(1.02);
}
@media (max-width: 992px) {
  .cid-uG2OLlPqHx .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uG2OLlPqHx .embla__slide .slide-content .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
  background-image: linear-gradient(-135deg, #2ff3e0 50%, transparent 50%);
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.cid-uG2OLlPqHx .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uG2OLlPqHx .embla__slide .slide-content .item-content {
    margin-top: 40px;
  }
}
.cid-uG2OLlPqHx .embla__slide .slide-content .item-content .name-wrap {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uG2OLlPqHx .embla__slide .slide-content .item-content .name-wrap {
    padding-left: 60px;
  }
}
.cid-uG2OLlPqHx .embla__slide .slide-content .item-content .name-wrap::before {
  content: '';
  position: absolute;
  top: 0.8rem;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #21090c;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uG2OLlPqHx .embla__slide .slide-content .item-content .name-wrap::before {
    width: 40px;
  }
}
.cid-uG2OLlPqHx .embla__slide .slide-content .item-content .name-wrap .item-name {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uG2OLlPqHx .embla__slide .slide-content .item-content .name-wrap .item-role {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  font-weight: 300;
}
.cid-uG2OLlPqHx .embla__button--next,
.cid-uG2OLlPqHx .embla__button--prev {
  display: flex;
}
.cid-uG2OLlPqHx .embla__button {
  bottom: 0;
  width: 80px;
  height: 80px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: #ffd34d !important;
  color: #d9ed92 !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uG2OLlPqHx .embla__button:hover {
  opacity: 0.5 !important;
}
.cid-uG2OLlPqHx .embla__button.embla__button--prev {
  right: 6rem;
}
.cid-uG2OLlPqHx .embla__button.embla__button--prev .mbr-iconfont {
  padding-right: 6px;
}
.cid-uG2OLlPqHx .embla__button.embla__button--next {
  right: 0;
}
.cid-uG2OLlPqHx .embla__button.embla__button--next .mbr-iconfont {
  padding-left: 6px;
}
.cid-uG2OLlPqHx .embla {
  position: relative;
  width: 100%;
}
.cid-uG2OLlPqHx .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uG2OLlPqHx .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uG2OLlPqHx .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uG2OLlPqHx .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uG2OLlPqHx .mbr-section-title {
  color: #21090C;
}
.cid-uG2OLlPqHx .item-name {
  color: #bee0d6;
}
.cid-uG2OLlPqHx .item-role {
  color: #bee0d6;
}
.cid-uG2OLlPqHx .item-name,
.cid-uG2OLlPqHx .item-content {
  color: #21090C;
}
.cid-uG2OLlPqHx .item-role,
.cid-uG2OLlPqHx .item-content {
  color: #21090C;
}
.cid-uG2OLlPnrk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fee8e9;
  overflow: hidden;
}
.cid-uG2OLlPnrk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG2OLlPnrk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uG2OLlPnrk .container {
    padding: 0 30px;
  }
}
.cid-uG2OLlPnrk .card {
  justify-content: center;
}
.cid-uG2OLlPnrk .content-wrapper {
  padding: 0 240px;
}
@media (max-width: 1440px) {
  .cid-uG2OLlPnrk .content-wrapper {
    padding: 0 120px;
  }
}
@media (max-width: 992px) {
  .cid-uG2OLlPnrk .content-wrapper {
    padding: 0;
  }
}
.cid-uG2OLlPnrk .content-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uG2OLlPnrk .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 54px;
  color: #21090c;
}
.cid-uG2OLlPnrk .content-wrapper .mbr-text {
  position: relative;
  padding-bottom: 60px;
  border-bottom: 1px solid #21090c;
  margin-bottom: 50px;
}
.cid-uG2OLlPnrk .content-wrapper .mbr-text::before {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #21090c;
}
@media (max-width: 992px) {
  .cid-uG2OLlPnrk .content-wrapper .mbr-text {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}
.cid-uG2OLlPnrk .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uG2OLlPnrk .content-wrapper .person-wrapper .person-wrap {
    display: block;
  }
}
.cid-uG2OLlPnrk .content-wrapper .person-wrapper .person-wrap img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-uG2OLlPnrk .content-wrapper .person-wrapper .person-wrap img {
    margin: 0 0 20px 0;
  }
}
.cid-uG2OLlPnrk .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 2px;
}
.cid-uG2OLlPnrk .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
  font-weight: 300;
}
.cid-uG2OLlPnrk .mbr-text {
  color: #254b45;
}
.cid-uG2OLlPnrk .mbr-name {
  color: #254b45;
}
.cid-uG2OLlPnrk .mbr-role {
  color: #254b45;
}
.cid-uG2OLlPnrk .mbr-text,
.cid-uG2OLlPnrk .icon-wrapper {
  color: #21090C;
}
.cid-uG2OLlPnrk .mbr-name,
.cid-uG2OLlPnrk .person-wrapper {
  color: #21090C;
}
.cid-uG2OLlPnrk .mbr-role,
.cid-uG2OLlPnrk .person-wrapper {
  color: #21090C;
}
.cid-uG2OLlQn12 {
  align-items: flex-end;
  background-image: url("../../../assets/images/photo-1557992260-ec58e38d363c.jpeg");
}
.cid-uG2OLlQn12 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG2OLlQn12 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uG2OLlQn12 .container {
    padding: 0 30px;
  }
}
.cid-uG2OLlQn12::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 146px;
  height: 146px;
  background-image: linear-gradient(-135deg, #2ff3e0 50%, transparent 50%);
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.cid-uG2OLlQ76O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fee8e9;
  overflow: hidden;
}
.cid-uG2OLlQ76O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG2OLlQ76O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uG2OLlQ76O .container {
    padding: 0 30px;
  }
}
.cid-uG2OLlQ76O .card {
  justify-content: center;
}
.cid-uG2OLlQ76O .content-wrapper {
  padding: 0 120px;
  display: flex;
}
@media (max-width: 1440px) {
  .cid-uG2OLlQ76O .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uG2OLlQ76O .content-wrapper {
    padding: 0;
    display: block;
  }
}
.cid-uG2OLlQ76O .content-wrapper .tabs-wrapper {
  width: 30%;
  padding-right: 120px;
}
@media (max-width: 1440px) {
  .cid-uG2OLlQ76O .content-wrapper .tabs-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uG2OLlQ76O .content-wrapper .tabs-wrapper {
    padding: 0;
    width: 100%;
    margin-bottom: 60px;
  }
}
.cid-uG2OLlQ76O .content-wrapper .tabs-wrapper .tabs-wrap {
  border-left: 1px solid #21090c;
  padding-left: 20px;
  height: fit-content;
}
.cid-uG2OLlQ76O .content-wrapper .tabs-wrapper .tabs-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uG2OLlQ76O .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-block;
}
.cid-uG2OLlQ76O .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  margin-top: 20px;
  display: block;
}
.cid-uG2OLlQ76O .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item:first-child {
  margin-top: 0;
}
.cid-uG2OLlQ76O .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  position: relative;
  padding: 0;
  margin-bottom: 0;
  border: none;
  color: #21090c;
  animation: none;
  transition: all 0.3s ease-in-out;
  opacity: 0.5;
}
.cid-uG2OLlQ76O .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #21090c;
  transition: all 0.3s ease-in-out;
}
.cid-uG2OLlQ76O .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active {
  opacity: 1;
  background-color: transparent;
}
.cid-uG2OLlQ76O .content-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active::before {
  width: 100%;
}
.cid-uG2OLlQ76O .content-wrapper .text-wrapper {
  width: 70%;
}
@media (max-width: 992px) {
  .cid-uG2OLlQ76O .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uG2OLlQ76O .content-wrapper .text-wrapper .tab-content .tab-pane .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uG2OLlQ76O .mbr-section-title {
  color: #254b45;
}
.cid-uG2OLlQ76O .mbr-text {
  color: #21090C;
}
.cid-uG2OLlQ76O .mbr-section-title,
.cid-uG2OLlQ76O .tabs-wrap {
  color: #21090C;
}
.cid-uG2OLlQ0RA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #21090c;
}
.cid-uG2OLlQ0RA .item:focus,
.cid-uG2OLlQ0RA span:focus {
  outline: none;
}
.cid-uG2OLlQ0RA .item {
  cursor: pointer;
}
.cid-uG2OLlQ0RA .grid-container {
  grid-row-gap: 0;
}
.cid-uG2OLlQ0RA .grid-container-1,
.cid-uG2OLlQ0RA .grid-container-2,
.cid-uG2OLlQ0RA .grid-container-3 {
  gap: 0;
}
.cid-uG2OLlQ0RA .mbr-section-title {
  margin-bottom: 80px;
  color: #bee0d6;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uG2OLlQ0RA .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uG2OLlQ0RA .content-head {
  max-width: 800px;
}
.cid-uG2OLlQ0RA .container,
.cid-uG2OLlQ0RA .container-fluid {
  overflow: hidden;
}
.cid-uG2OLlQ0RA .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uG2OLlQ0RA .grid-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1px;
}
.cid-uG2OLlQ0RA .grid-item::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background-image: linear-gradient(-135deg, #2ff3e0 50%, transparent 50%);
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.cid-uG2OLlQ0RA .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 700px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uG2OLlQ0RA .grid-item img {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-uG2OLlQ0RA .grid-item img {
    min-width: 35vw;
    height: 160px;
  }
}
.cid-uG2OLlQ0RA .grid-container-1,
.cid-uG2OLlQ0RA .grid-container-2,
.cid-uG2OLlQ0RA .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uG2OLlQ0RA .grid-container-1 {
  align-items: flex-end;
}
.cid-uG2OLlQ0RA .grid-container-2 {
  align-items: flex-start;
}
.cid-uG2OLlQvRi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #21090c;
  overflow: hidden;
}
.cid-uG2OLlQvRi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG2OLlQvRi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uG2OLlQvRi .container {
    padding: 0 30px;
  }
}
.cid-uG2OLlQvRi .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uG2OLlQvRi .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uG2OLlQvRi .content-wrapper {
    padding: 0;
  }
}
.cid-uG2OLlQvRi .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uG2OLlQvRi .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-uG2OLlQvRi .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uG2OLlQvRi .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-uG2OLlQvRi .form-wrapper {
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .cid-uG2OLlQvRi .form-wrapper {
    padding-left: 120px;
  }
}
@media (max-width: 992px) {
  .cid-uG2OLlQvRi .form-wrapper {
    padding: 0;
  }
}
.cid-uG2OLlQvRi .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 50px !important;
}
@media (max-width: 992px) {
  .cid-uG2OLlQvRi .form-wrapper .dragArea.row .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uG2OLlQvRi .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 50px !important;
}
@media (max-width: 992px) {
  .cid-uG2OLlQvRi .form-wrapper .dragArea.row .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uG2OLlQvRi .form-wrapper .dragArea.row .form-group {
  position: relative;
  margin-bottom: 50px !important;
  border-bottom: 2px solid #2ff3e0 !important;
}
.cid-uG2OLlQvRi .form-wrapper .dragArea.row .form-group::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2ff3e0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uG2OLlQvRi .form-wrapper .dragArea.row .form-group::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uG2OLlQvRi .form-wrapper .dragArea.row .form-group:hover::before,
.cid-uG2OLlQvRi .form-wrapper .dragArea.row .form-group:focus::before {
  opacity: 0.2;
}
.cid-uG2OLlQvRi .form-wrapper .dragArea.row .form-group:hover::after,
.cid-uG2OLlQvRi .form-wrapper .dragArea.row .form-group:focus::after {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uG2OLlQvRi .form-wrapper .dragArea.row .form-group {
    margin-bottom: 40px;
  }
}
.cid-uG2OLlQvRi .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uG2OLlQvRi .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 30px 40px 16px;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uG2OLlQvRi .form-wrapper .dragArea.row .form-group .form-control {
    padding: 16px 15px;
  }
}
.cid-uG2OLlQvRi .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uG2OLlQvRi .form-wrapper .dragArea.row .form-group .form-control:hover::placeholder,
.cid-uG2OLlQvRi .form-wrapper .dragArea.row .form-group .form-control:focus::placeholder {
  color: #ffffff;
}
.cid-uG2OLlQvRi .form-wrapper .dragArea.row .form-group .form-control textarea {
  min-height: 150px;
}
.cid-uG2OLlQvRi .form-wrapper .dragArea.row .form-group .form-control .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uG2OLlQvRi .form-wrapper .dragArea.row .form-group .form-control .form-check .form-check-input {
  background-color: #2ff3e0;
  border-color: #2ff3e0;
  border-radius: 0;
}
.cid-uG2OLlQvRi .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0;
  margin: 0;
}
.cid-uG2OLlQvRi .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
  margin-right: 0;
}
.cid-uG2OLlQvRi .mbr-desc {
  color: #bee0d6;
}
.cid-uG2OLlQvRi .mbr-section-title {
  color: #bee0d6;
}
.cid-uG2OLlQvRi .mbr-text {
  color: #bee0d6;
}
.cid-uG2OLlQvRi label {
  color: #bee0d6;
}
.cid-uG2OLlQvRi .mbr-section-btn {
  text-align: right;
}
.cid-uG2OLlQvRi .mbr-desc,
.cid-uG2OLlQvRi .desc-wrapper,
.cid-uG2OLlQvRi .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uG2OLlRmuf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #21090c;
  overflow: hidden;
}
.cid-uG2OLlRmuf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG2OLlRmuf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uG2OLlRmuf .container {
    padding: 0 30px;
  }
}
.cid-uG2OLlRmuf .card {
  justify-content: center;
}
.cid-uG2OLlRmuf .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 992px) {
  .cid-uG2OLlRmuf .items-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uG2OLlRmuf .items-wrapper .item {
  padding: 60px;
  background-color: #f51720;
}
.cid-uG2OLlRmuf .items-wrapper .item:nth-child(2n) {
  background-color: #fee8e9;
}
@media (max-width: 992px) {
  .cid-uG2OLlRmuf .items-wrapper .item {
    padding: 40px;
  }
}
.cid-uG2OLlRmuf .items-wrapper .item .item-wrapper .card-box .item-title_1,
.cid-uG2OLlRmuf .items-wrapper .item .item-wrapper .card-box .item-title_2 {
  margin-bottom: 40px;
}
.cid-uG2OLlRmuf .item-title_1 {
  color: #bee0d6;
}
.cid-uG2OLlRmuf .item-title_2 {
  color: #254b45;
}
.cid-uG2OLlRmuf .mbr-section-btn {
  text-align: right;
}
.cid-uG2OLlRmuf .item-title_1,
.cid-uG2OLlRmuf .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uG2OLlRmuf .item-title_2,
.cid-uG2OLlRmuf .mbr-section-btn {
  color: #000000;
}
.cid-uG2NtVJyo9 {
  background-color: transparent;
}
.cid-uG2NtVJyo9 .navbar-dropdown {
  background-color: #011423 !important;
  padding: 0;
}
.cid-uG2NtVJyo9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #011423 !important;
  background: #011423;
}
.cid-uG2NtVJyo9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uG2NtVJyo9 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uG2NtVJyo9 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uG2NtVJyo9 .menu_box .navbar.opened,
  .cid-uG2NtVJyo9 .menu_box .navbar-collapse {
    background-color: #011423 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uG2NtVJyo9 .navbar-dropdown {
  position: relative !important;
}
.cid-uG2NtVJyo9 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uG2NtVJyo9 .btn:hover {
  box-shadow: none;
}
.cid-uG2NtVJyo9 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uG2NtVJyo9 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uG2NtVJyo9 .nav-item {
    margin: 0 !important;
  }
}
.cid-uG2NtVJyo9 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 0.5rem !important;
  position: relative;
}
.cid-uG2NtVJyo9 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #bee0d6;
  height: 2px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uG2NtVJyo9 .nav-item .nav-link:hover,
.cid-uG2NtVJyo9 .nav-item .nav-link:focus {
  color: #bee0d6 !important;
}
.cid-uG2NtVJyo9 .nav-item .nav-link:hover::before,
.cid-uG2NtVJyo9 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uG2NtVJyo9 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uG2NtVJyo9 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uG2NtVJyo9 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uG2NtVJyo9 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uG2NtVJyo9 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uG2NtVJyo9 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uG2NtVJyo9 .offcanvas_box {
    display: none;
  }
}
.cid-uG2NtVJyo9 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uG2NtVJyo9 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uG2NtVJyo9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uG2NtVJyo9 .container {
  display: flex;
  margin: auto;
}
.cid-uG2NtVJyo9 .iconfont-wrapper {
  color: #bee0d6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uG2NtVJyo9 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uG2NtVJyo9 .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uG2NtVJyo9 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uG2NtVJyo9 .navbar-nav {
    margin: 0;
  }
}
.cid-uG2NtVJyo9 .dropdown-menu,
.cid-uG2NtVJyo9 .navbar.opened {
  background-color: false !important;
}
.cid-uG2NtVJyo9 .nav-item:focus,
.cid-uG2NtVJyo9 .nav-link:focus {
  outline: none;
}
.cid-uG2NtVJyo9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uG2NtVJyo9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uG2NtVJyo9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uG2NtVJyo9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uG2NtVJyo9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uG2NtVJyo9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uG2NtVJyo9 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uG2NtVJyo9 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uG2NtVJyo9 .navbar.opened {
  transition: all 0.3s;
}
.cid-uG2NtVJyo9 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uG2NtVJyo9 .navbar .navbar-logo img {
  max-width: 64px;
  min-height: 64px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uG2NtVJyo9 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uG2NtVJyo9 .navbar.collapsed {
  justify-content: center;
}
.cid-uG2NtVJyo9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uG2NtVJyo9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uG2NtVJyo9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uG2NtVJyo9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uG2NtVJyo9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uG2NtVJyo9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uG2NtVJyo9 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uG2NtVJyo9 .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uG2NtVJyo9 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uG2NtVJyo9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uG2NtVJyo9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uG2NtVJyo9 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uG2NtVJyo9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uG2NtVJyo9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uG2NtVJyo9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uG2NtVJyo9 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uG2NtVJyo9 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uG2NtVJyo9 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uG2NtVJyo9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uG2NtVJyo9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uG2NtVJyo9 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uG2NtVJyo9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uG2NtVJyo9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uG2NtVJyo9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uG2NtVJyo9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uG2NtVJyo9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uG2NtVJyo9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uG2NtVJyo9 .dropdown-item.active,
.cid-uG2NtVJyo9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uG2NtVJyo9 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uG2NtVJyo9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uG2NtVJyo9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uG2NtVJyo9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uG2NtVJyo9 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uG2NtVJyo9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uG2NtVJyo9 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #011423;
  background: #011423;
}
.cid-uG2NtVJyo9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #e8edf1;
}
.cid-uG2NtVJyo9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uG2NtVJyo9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uG2NtVJyo9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uG2NtVJyo9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uG2NtVJyo9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uG2NtVJyo9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uG2NtVJyo9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uG2NtVJyo9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uG2NtVJyo9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uG2NtVJyo9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uG2NtVJyo9 .navbar {
    height: 70px;
  }
  .cid-uG2NtVJyo9 .navbar.opened {
    height: auto;
  }
  .cid-uG2NtVJyo9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uG2NtVJyo9 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uG2NtVJyo9 .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uG2NtVJyo9 .mbr-section-btn-main .btn {
  margin: 8px 0 8px 8px;
  min-width: 220px;
}
.cid-uG2NtVJyo9 .navbar-caption:hover {
  color: #1e6091;
}
@media (min-width: 992px) {
  .cid-uG2NtVJyo9 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uG2NtVJyo9 .text_widget {
  margin-bottom: 32px;
}
.cid-uG2NtVJyo9 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uG2NtVJyo9 .text_widget a:hover,
.cid-uG2NtVJyo9 .text_widget a:focus {
  opacity: 0.8;
}
@media (min-width: 992px) {
  .cid-uG2NtVJyo9 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uG2NtVJyo9 .mbr-section-subtitle {
  color: #254b45;
  text-align: center;
}
.cid-uG2NtVJyo9 .navbar-caption {
  color: #E8EDF1;
}
.cid-uG2NtVJyo9 .mbr-text {
  color: #254b45;
  text-align: center;
}
.cid-uG2NtVJyo9 .mbr-section-subtitle,
.cid-uG2NtVJyo9 .text_widget,
.cid-uG2NtVJyo9 .mbr-section-btn {
  text-align: center;
}
.cid-uG2NtVJyo9 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uG2NtVJyo9 .nav-link,
.cid-uG2NtVJyo9 .dropdown-item {
  color: #E8EDF1;
}
.cid-uG2Nu1V9LU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #011423;
  overflow: hidden;
}
.cid-uG2Nu1V9LU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG2Nu1V9LU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uG2Nu1V9LU .container {
    padding: 0 30px;
  }
}
.cid-uG2Nu1V9LU .row {
  justify-content: center;
}
.cid-uG2Nu1V9LU .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uG2Nu1V9LU .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uG2Nu1V9LU .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uG2Nu1V9LU .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uG2Nu1V9LU .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uG2Nu1V9LU .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uG2Nu1V9LU .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uG2Nu1V9LU .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uG2Nu1V9LU .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uG2Nu1V9LU .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uG2Nu1V9LU .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uG2Nu1V9LU .nav-wrapper .list .item-wrap:hover,
.cid-uG2Nu1V9LU .nav-wrapper .list .item-wrap:focus {
  color: #e8edf1;
}
.cid-uG2Nu1V9LU .nav-wrapper .list .item-wrap:hover::before,
.cid-uG2Nu1V9LU .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uG2Nu1V9LU .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #e8edf1;
  transition: all 0.3s ease-in-out;
}
.cid-uG2Nu1V9LU .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uG2Nu1V9LU .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uG2Nu1V9LU .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uG2Nu1V9LU .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uG2Nu1V9LU .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uG2Nu1V9LU .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uG2Nu1V9LU .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uG2Nu1V9LU .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uG2Nu1V9LU .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uG2Nu1V9LU .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #e8edf1;
}
.cid-uG2Nu1V9LU .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uG2Nu1V9LU .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uG2Nu1V9LU .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uG2Nu1V9LU .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #e8edf1;
}
.cid-uG2Nu1V9LU .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uG2Nu1V9LU .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #e8edf1;
}
@media (max-width: 992px) {
  .cid-uG2Nu1V9LU .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uG2Nu1V9LU .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #e8edf1;
}
.cid-uG2Nu1V9LU .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uG2Nu1V9LU .mbr-section-title {
  color: #bee0d6;
}
.cid-uG2Nu1V9LU .mbr-section-subtitle {
  color: #E8EDF1;
}
.cid-uG2Nu1V9LU .list {
  color: #bee0d6;
}
.cid-uG2Nu1V9LU .mbr-address {
  color: #bee0d6;
}
.cid-uG2Nu1V9LU .mbr-copy {
  color: #E8EDF1;
}
.cid-uG2Nu1V9LU .mbr-section-title,
.cid-uG2Nu1V9LU .logo-wrapper {
  color: #E8EDF1;
}
.cid-uG2Nu1V9LU .list,
.cid-uG2Nu1V9LU .item-wrap,
.cid-uG2Nu1V9LU .nav-wrapper {
  color: #E8EDF1;
}
