body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 0.75rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 0.9375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.6rem;
    font-size: calc( 0.9125rem + (0.75 - 0.9125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.9125rem + (0.75 - 0.9125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #021839 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #021839 !important;
  border-color: #021839 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #021839;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #021839 !important;
  border-color: #021839 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!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: #021839 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !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: #021839;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #021839;
  border-color: #021839;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #021839;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #297cf7;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.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: 'Jost', sans-serif;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 0.9375rem;
}
.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: #021839 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 0.9375rem;
}
blockquote {
  border-color: #021839;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #021839;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #021839;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #021839;
  border-bottom-color: #021839;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #021839 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !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='%23021839' %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;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vmVkXOVSSs {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vmVkXOVSSs .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-vmVkXOVSSs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-vmVkXOVSSs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vmVkXOVSSs .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vmVkXOVSSs .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vmVkXOVSSs .menu_box .navbar.opened,
  .cid-vmVkXOVSSs .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-vmVkXOVSSs nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vmVkXOVSSs .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vmVkXOVSSs .btn:hover {
  box-shadow: none;
}
.cid-vmVkXOVSSs .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vmVkXOVSSs .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-vmVkXOVSSs .nav-item {
    margin: 0 !important;
  }
}
.cid-vmVkXOVSSs .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-vmVkXOVSSs .nav-item .nav-link:hover,
.cid-vmVkXOVSSs .nav-item .nav-link:focus {
  color: #baab99 !important;
}
.cid-vmVkXOVSSs .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vmVkXOVSSs .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vmVkXOVSSs .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vmVkXOVSSs .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vmVkXOVSSs .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vmVkXOVSSs .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vmVkXOVSSs .offcanvas_box {
    display: none;
  }
}
.cid-vmVkXOVSSs .dropdown-item {
  border: none;
  font-weight: 300 !important;
  transition: all 0.3s ease-in-out;
}
.cid-vmVkXOVSSs .dropdown-item:hover,
.cid-vmVkXOVSSs .dropdown-item:focus {
  color: #baab99 !important;
}
.cid-vmVkXOVSSs .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vmVkXOVSSs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -4px;
}
.cid-vmVkXOVSSs .container {
  display: flex;
  margin: auto;
}
.cid-vmVkXOVSSs .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vmVkXOVSSs .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vmVkXOVSSs .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vmVkXOVSSs .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vmVkXOVSSs .navbar-nav {
    margin: 0;
  }
}
.cid-vmVkXOVSSs .dropdown-menu,
.cid-vmVkXOVSSs .navbar.opened {
  background-color: false !important;
}
.cid-vmVkXOVSSs .nav-item:focus,
.cid-vmVkXOVSSs .nav-link:focus {
  outline: none;
}
.cid-vmVkXOVSSs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vmVkXOVSSs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vmVkXOVSSs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vmVkXOVSSs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vmVkXOVSSs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vmVkXOVSSs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vmVkXOVSSs .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vmVkXOVSSs .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vmVkXOVSSs .navbar.opened {
  transition: all 0.3s;
}
.cid-vmVkXOVSSs .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vmVkXOVSSs .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 5px !important;
}
.cid-vmVkXOVSSs .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vmVkXOVSSs .navbar.collapsed {
  justify-content: center;
}
.cid-vmVkXOVSSs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vmVkXOVSSs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vmVkXOVSSs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vmVkXOVSSs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vmVkXOVSSs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vmVkXOVSSs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vmVkXOVSSs .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vmVkXOVSSs .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vmVkXOVSSs .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vmVkXOVSSs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vmVkXOVSSs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vmVkXOVSSs .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vmVkXOVSSs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vmVkXOVSSs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vmVkXOVSSs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vmVkXOVSSs .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-vmVkXOVSSs .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vmVkXOVSSs .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vmVkXOVSSs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vmVkXOVSSs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vmVkXOVSSs .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vmVkXOVSSs .navbar.navbar-short {
  min-height: 60px;
}
.cid-vmVkXOVSSs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vmVkXOVSSs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vmVkXOVSSs .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-vmVkXOVSSs .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vmVkXOVSSs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vmVkXOVSSs .dropdown-item.active,
.cid-vmVkXOVSSs .dropdown-item:active {
  background-color: transparent;
}
.cid-vmVkXOVSSs .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (max-width: 991px) {
  .cid-vmVkXOVSSs .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 0 !important;
  }
}
.cid-vmVkXOVSSs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vmVkXOVSSs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vmVkXOVSSs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vmVkXOVSSs ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vmVkXOVSSs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vmVkXOVSSs button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #baab99;
}
.cid-vmVkXOVSSs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vmVkXOVSSs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vmVkXOVSSs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vmVkXOVSSs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vmVkXOVSSs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vmVkXOVSSs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vmVkXOVSSs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vmVkXOVSSs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vmVkXOVSSs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vmVkXOVSSs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vmVkXOVSSs .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-vmVkXOVSSs .navbar {
    height: 70px;
  }
  .cid-vmVkXOVSSs .navbar.opened {
    height: auto;
  }
  .cid-vmVkXOVSSs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vmVkXOVSSs .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-vmVkXOVSSs .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
.cid-vmVkXOVSSs .mbr-section-btn-main {
  width: fit-content;
}
.cid-vmVkXOVSSs .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 235px;
}
.cid-vmVkXOVSSs .navbar-caption:hover {
  color: #021839;
}
@media (min-width: 992px) {
  .cid-vmVkXOVSSs .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vmVkXOVSSs .text_widget {
  margin-bottom: 32px;
}
.cid-vmVkXOVSSs .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vmVkXOVSSs .text_widget a:hover,
.cid-vmVkXOVSSs .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-vmVkXOVSSs .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-vmVkXOVSSs .mbr-section-subtitle {
  color: #30262b;
  text-align: center;
}
.cid-vmVkXOVSSs .navbar-caption {
  color: #30262b;
}
.cid-vmVkXOVSSs .mbr-text {
  color: #30262b;
  text-align: center;
}
.cid-vmVkXOVSSs .icons-menu-main {
  display: flex;
}
.cid-vmVkXOVSSs .mbr-section-subtitle,
.cid-vmVkXOVSSs .text_widget,
.cid-vmVkXOVSSs .mbr-section-btn {
  text-align: center;
}
.cid-vmVkXOVSSs a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vncRbbnYGF {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-vncRbbnYGF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vncRbbnYGF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vncRbbnYGF .content-wrapper {
  pointer-events: none;
  position: relative;
  z-index: 1;
  padding: 190px 0;
}
@media (max-width: 1440px) {
  .cid-vncRbbnYGF .content-wrapper {
    padding: 110px 0 190px;
  }
}
@media (max-width: 992px) {
  .cid-vncRbbnYGF .content-wrapper {
    padding: 100px 0 350px;
  }
}
.cid-vncRbbnYGF .content-wrapper .label-wrapper {
  margin-bottom: 12px;
}
.cid-vncRbbnYGF .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  gap: 7px;
  align-items: center;
}
.cid-vncRbbnYGF .content-wrapper .label-wrapper .label-wrap .marker-wrap {
  display: inline-flex;
  width: 11px;
  height: 11px;
  min-width: 11px;
  border-radius: 100%;
  background-color: #ffffff;
}
.cid-vncRbbnYGF .content-wrapper .label-wrapper .label-wrap .mbr-label {
  pointer-events: visible;
  margin-bottom: 0;
}
.cid-vncRbbnYGF .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  width: 45%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vncRbbnYGF .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vncRbbnYGF .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 35%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vncRbbnYGF .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vncRbbnYGF .content-wrapper .mbr-section-btn {
  pointer-events: visible;
  margin-top: 22px;
  margin-bottom: -9.6px;
}
.cid-vncRbbnYGF .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 6rem;
  padding-bottom: 5rem;
}
@media (max-width: 992px) {
  .cid-vncRbbnYGF .image-wrapper {
    padding-left: 2px;
    padding-right: 2px;
  }
}
.cid-vncRbbnYGF .image-wrapper .image-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-vncRbbnYGF .image-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vncRbbnYGF .image-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.7;
  pointer-events: none;
}
.cid-vncRbbnYGF .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-vncRbbnYGF .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vncRbbnYGF .embla__slide .slide-content {
  width: 100%;
}
.cid-vncRbbnYGF .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  gap: 12px;
}
@media (max-width: 992px) {
  .cid-vncRbbnYGF .embla__slide .slide-content .item-wrapper {
    display: block;
  }
}
.cid-vncRbbnYGF .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  height: 100%;
  min-height: 150px;
  width: 180px;
  min-width: 180px;
}
@media (max-width: 992px) {
  .cid-vncRbbnYGF .embla__slide .slide-content .item-wrapper .item-img {
    width: 100%;
    min-height: auto;
    height: 150px;
    margin-bottom: 6px;
  }
}
.cid-vncRbbnYGF .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vncRbbnYGF .embla__slide .slide-content .item-wrapper .card-box {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 20px;
  background-color: #ffffff;
}
.cid-vncRbbnYGF .embla__slide .slide-content .item-wrapper .card-box .card-label-wrapper {
  margin-bottom: 20px;
}
.cid-vncRbbnYGF .embla__slide .slide-content .item-wrapper .card-box .card-label-wrapper .card-label-wrap {
  display: inline-flex;
  gap: 5px;
  align-items: center;
}
.cid-vncRbbnYGF .embla__slide .slide-content .item-wrapper .card-box .card-label-wrapper .card-label-wrap .card-marker-wrap {
  display: inline-flex;
  width: 7px;
  height: 7px;
  min-width: 7px;
  border-radius: 100%;
  background-color: #000000;
}
.cid-vncRbbnYGF .embla__slide .slide-content .item-wrapper .card-box .card-label-wrapper .card-label-wrap .item-label {
  margin-bottom: 0;
}
.cid-vncRbbnYGF .embla__slide .slide-content .item-wrapper .card-box .item-title {
  margin-bottom: 4px;
}
.cid-vncRbbnYGF .embla__slide .slide-content .item-wrapper .card-box .item-date {
  margin-bottom: 0;
}
.cid-vncRbbnYGF .embla {
  position: absolute;
  right: 40px;
  z-index: 2;
  bottom: 20px;
  width: 26%;
  bottom: 6.25rem;
}
@media (max-width: 1640px) {
  .cid-vncRbbnYGF .embla {
    width: 35%;
  }
}
@media (max-width: 1440px) {
  .cid-vncRbbnYGF .embla {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vncRbbnYGF .embla {
    width: 100%;
    right: 0;
    padding: 0 20%;
  }
}
@media (max-width: 768px) {
  .cid-vncRbbnYGF .embla {
    padding: 0 22px;
  }
}
.cid-vncRbbnYGF .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vncRbbnYGF .embla__viewport {
    padding: 0;
  }
}
.cid-vncRbbnYGF .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vncRbbnYGF .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vncRbbnYGF .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vncRbbnYGF .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vncRbbnYGF .embla__button {
  display: none;
}
.cid-vncRbbnYGF .mbr-section-title {
  color: #ffffff;
}
.cid-vncRbbnYGF .mbr-label {
  color: #ffffff;
}
.cid-vncRbbnYGF .mbr-text {
  color: #ffffff;
}
.cid-vncRbbnYGF .item-label {
  color: #707070;
}
.cid-vncRbbnYGF .item-title {
  color: #000000;
}
.cid-vncRbbnYGF .item-date {
  color: #707070;
}
.cid-vmVf4RAbfb {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vmVf4RAbfb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmVf4RAbfb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmVf4RAbfb .label-wrapper {
  margin-bottom: 60px;
  padding-bottom: 24px;
  border-bottom: 1px solid #333336;
}
@media (max-width: 992px) {
  .cid-vmVf4RAbfb .label-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vmVf4RAbfb .label-wrapper .label-content {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 992px) {
  .cid-vmVf4RAbfb .label-wrapper .label-content {
    display: block;
  }
}
.cid-vmVf4RAbfb .label-wrapper .label-content .label-wrap {
  display: inline-flex;
  gap: 4px;
  padding-right: 24px;
  border-right: 1px solid #333336;
}
@media (max-width: 992px) {
  .cid-vmVf4RAbfb .label-wrapper .label-content .label-wrap {
    border-right: none;
    padding-right: 0;
  }
}
.cid-vmVf4RAbfb .label-wrapper .label-content .label-wrap .marker-wrapper {
  display: inline-flex;
  width: 16px;
  height: 16px;
  min-width: 16px;
  border: 4px solid #ff4400;
  border-radius: 100%;
  margin-top: 6px;
}
.cid-vmVf4RAbfb .label-wrapper .label-content .label-wrap .mbr-label {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vmVf4RAbfb .label-wrapper .label-content .label-wrap .mbr-label {
    margin-bottom: 12px;
  }
}
.cid-vmVf4RAbfb .label-wrapper .label-content .mbr-tag {
  margin-bottom: 0;
}
.cid-vmVf4RAbfb .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vmVf4RAbfb .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vmVf4RAbfb .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vmVf4RAbfb .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vmVf4RAbfb .mbr-label {
  color: #c0c0c0;
}
.cid-vmVf4RAbfb .mbr-tag {
  color: #6f6f75;
}
.cid-vmVf4RAbfb .mbr-section-title {
  color: #f6f6f6;
}
.cid-vmVf4RAbfb .mbr-text {
  color: #c0c0c0;
}
.cid-vmVdOhYo71 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vmVdOhYo71 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmVdOhYo71 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmVdOhYo71 .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vmVdOhYo71 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vmVdOhYo71 .title-wrapper .mbr-section-title {
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(170deg, #ffedd6 20%, #b66b07);
  margin-bottom: 0;
}
.cid-vmVdOhYo71 .content-wrapper {
  margin: 0 -20px;
}
.cid-vmVdOhYo71 .content-wrapper .card {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-vmVdOhYo71 .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vmVdOhYo71 .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vmVdOhYo71 .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-vmVdOhYo71 .image-wrapper img {
    height: 300px;
  }
}
.cid-vmVdOhYo71 .text-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vmVdOhYo71 .text-wrapper {
    display: block;
    margin-bottom: 40px;
  }
}
.cid-vmVdOhYo71 .text-wrapper .mbr-label_1 {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vmVdOhYo71 .text-wrapper .mbr-label_1 {
    margin-bottom: 16px;
  }
}
.cid-vmVdOhYo71 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vmVdOhYo71 .items-wrapper .mbr-label_2 {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vmVdOhYo71 .items-wrapper .mbr-label_2 {
    margin-bottom: 40px;
  }
}
.cid-vmVdOhYo71 .items-wrapper .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 992px) {
  .cid-vmVdOhYo71 .items-wrapper .items-wrap {
    grid-template-columns: 1fr;
  }
}
.cid-vmVdOhYo71 .items-wrapper .items-wrap .item .item-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 16px;
  border-radius: 0 !important;
  border-bottom: 1px solid #877e72;
}
.cid-vmVdOhYo71 .items-wrapper .items-wrap .item .item-wrapper .item-number {
  white-space: nowrap;
  max-width: 100px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vmVdOhYo71 .items-wrapper .items-wrap .item .item-wrapper .item-number {
    max-width: 100%;
  }
}
.cid-vmVdOhYo71 .items-wrapper .items-wrap .item .item-wrapper .item-title {
  margin-bottom: 0;
}
.cid-vmVdOhYo71 .items-wrapper .mbr-section-btn {
  margin-top: 70px;
}
@media (max-width: 992px) {
  .cid-vmVdOhYo71 .items-wrapper .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-vmVdOhYo71 .btn-wrapper {
  margin-top: -3rem;
}
.cid-vmVdOhYo71 .mbr-section-title {
  color: #ffedd6;
}
.cid-vmVdOhYo71 .mbr-label_1 {
  color: #877e72;
}
.cid-vmVdOhYo71 .mbr-label_2 {
  color: #877e72;
}
.cid-vmVdOhYo71 .mbr-text {
  color: #ffedd6;
}
.cid-vmVdOhYo71 .item-number {
  color: #ff9405;
}
.cid-vmVdOhYo71 .item-title {
  color: #ffedd6;
}
.cid-vmVlv8NcZn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vmVlv8NcZn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmVlv8NcZn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmVlv8NcZn .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vmVlv8NcZn .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-vmVlv8NcZn .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 500px;
  max-width: 500px;
}
@media (max-width: 768px) {
  .cid-vmVlv8NcZn .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vmVlv8NcZn .embla__slide .slide-content {
  width: 100%;
}
.cid-vmVlv8NcZn .embla__slide .slide-content .item-wrapper {
  height: 100%;
  background-image: linear-gradient(90deg, #021839, #021839);
  padding: 1px;
}
.cid-vmVlv8NcZn .embla__slide .slide-content .item-wrapper:hover .card-box .image-wrapper .item-img img,
.cid-vmVlv8NcZn .embla__slide .slide-content .item-wrapper:focus .card-box .image-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-vmVlv8NcZn .embla__slide .slide-content .item-wrapper:hover .card-box .image-wrapper .mbr-section-btn,
.cid-vmVlv8NcZn .embla__slide .slide-content .item-wrapper:focus .card-box .image-wrapper .mbr-section-btn {
  opacity: 1;
}
.cid-vmVlv8NcZn .embla__slide .slide-content .item-wrapper .card-box {
  position: relative;
  z-index: 1;
  height: 100%;
  background-image: linear-gradient(145deg, #080808 74%, #021839 100%);
  padding: 36px;
  box-shadow: inset 0 12px 15px -12px #021839;
}
@media (max-width: 992px) {
  .cid-vmVlv8NcZn .embla__slide .slide-content .item-wrapper .card-box {
    padding: 20px;
  }
}
.cid-vmVlv8NcZn .embla__slide .slide-content .item-wrapper .card-box .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 350px;
  overflow: hidden;
  margin-bottom: 16px;
  padding: 16px;
}
@media (max-width: 992px) {
  .cid-vmVlv8NcZn .embla__slide .slide-content .item-wrapper .card-box .image-wrapper {
    height: 300px;
  }
}
.cid-vmVlv8NcZn .embla__slide .slide-content .item-wrapper .card-box .image-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
.cid-vmVlv8NcZn .embla__slide .slide-content .item-wrapper .card-box .image-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  transition: all .3s ease;
  opacity: 0;
}
.cid-vmVlv8NcZn .embla__slide .slide-content .item-wrapper .card-box .item-content .item-title {
  margin-bottom: 12px;
}
.cid-vmVlv8NcZn .embla__slide .slide-content .item-wrapper .card-box .item-content .item-text {
  margin-bottom: 0;
}
.cid-vmVlv8NcZn .embla__button--next,
.cid-vmVlv8NcZn .embla__button--prev {
  display: flex;
}
.cid-vmVlv8NcZn .embla__button {
  bottom: 0;
  width: 46px;
  height: 46px;
  font-size: 16px;
  background-color: #ffffff !important;
  color: #080808 !important;
  border: none !important;
  border-radius: 100% !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-vmVlv8NcZn .embla__button:hover {
  transform: translateY(-4px);
}
.cid-vmVlv8NcZn .embla__button:disabled {
  opacity: .3 !important;
  transition: none;
}
.cid-vmVlv8NcZn .embla__button.embla__button--prev {
  margin-right: 60px;
}
.cid-vmVlv8NcZn .embla__button.embla__button--next {
  margin-left: 60px;
}
.cid-vmVlv8NcZn .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 4.5rem;
}
.cid-vmVlv8NcZn .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vmVlv8NcZn .embla__viewport {
    padding: 0;
  }
}
.cid-vmVlv8NcZn .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vmVlv8NcZn .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vmVlv8NcZn .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vmVlv8NcZn .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vmVlv8NcZn .mbr-section-title,
.cid-vmVlv8NcZn .title-wrapper {
  color: #021839;
  text-align: center;
}
.cid-vmVlv8NcZn .item-title {
  color: #ffffff;
}
.cid-vmVlv8NcZn .item-text {
  color: #b9b9b9;
}
.cid-vmVnbnt6fN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-vmVnbnt6fN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmVnbnt6fN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmVnbnt6fN .content-wrap {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vmVnbnt6fN .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-vmVnbnt6fN .label-wrapper {
  margin-bottom: 12px;
}
.cid-vmVnbnt6fN .label-wrapper .label-wrap {
  display: inline-flex;
  gap: 7px;
  align-items: center;
}
.cid-vmVnbnt6fN .label-wrapper .label-wrap .marker-wrap {
  display: inline-flex;
  width: 11px;
  height: 11px;
  min-width: 11px;
  border-radius: 100%;
  background-color: #ababab;
}
.cid-vmVnbnt6fN .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vmVnbnt6fN .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vmVnbnt6fN .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vmVnbnt6fN .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vmVnbnt6fN .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 600px;
  max-width: 600px;
}
@media (max-width: 1200px) {
  .cid-vmVnbnt6fN .embla__slide {
    min-width: 475px;
    max-width: 475px;
  }
}
@media (max-width: 768px) {
  .cid-vmVnbnt6fN .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vmVnbnt6fN .embla__slide .slide-content {
  width: 100%;
}
.cid-vmVnbnt6fN .embla__slide .slide-content:hover .item-wrapper .item-img img,
.cid-vmVnbnt6fN .embla__slide .slide-content:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-vmVnbnt6fN .embla__slide .slide-content .item-wrapper {
  background-color: #ffffff;
  padding: 12px 8px;
  height: 100%;
}
.cid-vmVnbnt6fN .embla__slide .slide-content .item-wrapper .decor-wrapper {
  display: flex;
}
.cid-vmVnbnt6fN .embla__slide .slide-content .item-wrapper .decor-wrapper .decor-wrap {
  display: inline-flex;
  gap: 4px;
  padding: 0 4px;
}
.cid-vmVnbnt6fN .embla__slide .slide-content .item-wrapper .decor-wrapper .decor-wrap .item-decor {
  display: inline-flex;
  width: 10px;
  height: 10px;
  min-width: 10px;
  border-radius: 100%;
}
.cid-vmVnbnt6fN .embla__slide .slide-content .item-wrapper .decor-wrapper .decor-wrap .decor_1 {
  background-color: #e6e6e6;
}
.cid-vmVnbnt6fN .embla__slide .slide-content .item-wrapper .decor-wrapper .decor-wrap .decor_2 {
  background-color: #707070;
}
.cid-vmVnbnt6fN .embla__slide .slide-content .item-wrapper .decor-wrapper .decor-wrap .decor_3 {
  background-color: #000000;
}
.cid-vmVnbnt6fN .embla__slide .slide-content .item-wrapper .item-img {
  overflow: hidden;
  margin: 12px 0;
}
@media (max-width: 992px) {
  .cid-vmVnbnt6fN .embla__slide .slide-content .item-wrapper .item-img {
    margin: 8px 0 12px;
  }
}
.cid-vmVnbnt6fN .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 335px;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vmVnbnt6fN .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vmVnbnt6fN .embla__slide .slide-content .item-wrapper .card-box {
  position: relative;
  z-index: 1;
  padding: 12px;
}
@media (max-width: 992px) {
  .cid-vmVnbnt6fN .embla__slide .slide-content .item-wrapper .card-box {
    padding: 8px 12px 8px;
  }
}
.cid-vmVnbnt6fN .embla__slide .slide-content .item-wrapper .card-box .item-title {
  margin-bottom: 4px;
}
.cid-vmVnbnt6fN .embla__slide .slide-content .item-wrapper .card-box .item-date {
  margin-bottom: 0;
}
.cid-vmVnbnt6fN .embla__slide .slide-content .item-wrapper .card-box .item-text {
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-vmVnbnt6fN .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vmVnbnt6fN .embla__button--next,
.cid-vmVnbnt6fN .embla__button--prev {
  display: flex;
}
.cid-vmVnbnt6fN .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 16px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100% !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-vmVnbnt6fN .embla__button:hover {
  background-color: #e6e6e6 !important;
  color: #707070 !important;
}
.cid-vmVnbnt6fN .embla__button:disabled {
  opacity: .5 !important;
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-vmVnbnt6fN .embla__button.embla__button--prev {
  left: 0;
}
.cid-vmVnbnt6fN .embla__button.embla__button--next {
  left: 50px;
}
.cid-vmVnbnt6fN .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 5rem;
}
@media (max-width: 992px) {
  .cid-vmVnbnt6fN .embla {
    padding-bottom: 4rem;
  }
}
.cid-vmVnbnt6fN .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vmVnbnt6fN .embla__viewport {
    padding: 0;
  }
}
.cid-vmVnbnt6fN .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vmVnbnt6fN .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vmVnbnt6fN .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vmVnbnt6fN .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vmVnbnt6fN .mbr-label {
  color: #707070;
}
.cid-vmVnbnt6fN .mbr-section-title {
  color: #000000;
}
.cid-vmVnbnt6fN .mbr-text {
  color: #707070;
}
.cid-vmVnbnt6fN .item-title {
  color: #000000;
}
.cid-vmVnbnt6fN .item-date {
  color: #707070;
}
.cid-vmVnbnt6fN .item-text {
  color: #000000;
}
.cid-vmYq11O85F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #353535;
}
.cid-vmYq11O85F .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmYq11O85F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmYq11O85F .content-wrapper {
  position: relative;
  margin: 0;
}
.cid-vmYq11O85F .content-wrapper .content {
  padding: 0;
}
.cid-vmYq11O85F .content-wrap {
  position: relative;
  z-index: 1;
  margin: 0 0 80px 0;
}
@media (max-width: 992px) {
  .cid-vmYq11O85F .content-wrap {
    margin: 0 0 40px 0;
  }
}
.cid-vmYq11O85F .content-wrap .card {
  padding: 0;
}
.cid-vmYq11O85F .label-wrapper {
  margin-bottom: 20px;
}
.cid-vmYq11O85F .label-wrapper .label-wrap {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  background-color: #21242b;
  padding: 7px 14px 6px;
}
.cid-vmYq11O85F .label-wrapper .label-wrap .marker-wrap {
  width: 10px;
  height: 10px;
  min-width: 10px;
  border-radius: 100%;
  background-color: #da6e00;
}
.cid-vmYq11O85F .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vmYq11O85F .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vmYq11O85F .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vmYq11O85F .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vmYq11O85F .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vmYq11O85F .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vmYq11O85F .items-wrapper {
  position: relative;
  margin: 0;
}
.cid-vmYq11O85F .items-wrapper .item {
  padding: 0;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-vmYq11O85F .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vmYq11O85F .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-right: 8px;
}
@media (max-width: 992px) {
  .cid-vmYq11O85F .items-wrapper .item .item-wrapper {
    padding-right: 0;
  }
}
.cid-vmYq11O85F .items-wrapper .item .item-wrapper .frame-wrapper {
  display: flex;
  margin-bottom: -1px;
  will-change: transform;
  position: relative;
  z-index: 1;
}
.cid-vmYq11O85F .items-wrapper .item .item-wrapper .frame-wrapper .cross-section {
  width: 24px;
  height: 24px;
}
.cid-vmYq11O85F .items-wrapper .item .item-wrapper .frame-wrapper .cross_1 {
  background-image: linear-gradient(135deg, transparent 45%, #ffffff 45%);
}
.cid-vmYq11O85F .items-wrapper .item .item-wrapper .frame-wrapper .cross_2 {
  background-image: linear-gradient(225deg, transparent 45%, #ffffff 45%);
}
.cid-vmYq11O85F .items-wrapper .item .item-wrapper .frame-wrapper .cross_3 {
  background-image: linear-gradient(315deg, transparent 45%, #ffffff 45%);
}
.cid-vmYq11O85F .items-wrapper .item .item-wrapper .frame-wrapper .frame-wrap {
  width: 100%;
  background-color: #ffffff;
  margin: 0 -1px;
}
.cid-vmYq11O85F .items-wrapper .item .item-wrapper .frame_2 {
  margin-top: -1px;
  margin-bottom: 0;
}
.cid-vmYq11O85F .items-wrapper .item .item-wrapper .frame_2 .frame-wrap {
  margin: 0 -1px 0 0;
}
.cid-vmYq11O85F .items-wrapper .item .item-wrapper .card-box {
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  padding: 1px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 200px;
  will-change: transform;
}
@media (max-width: 992px) {
  .cid-vmYq11O85F .items-wrapper .item .item-wrapper .card-box {
    height: auto;
    min-height: auto;
  }
}
.cid-vmYq11O85F .items-wrapper .item .item-wrapper .card-box .item-content .card-label-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vmYq11O85F .items-wrapper .item .item-wrapper .card-box .item-content .card-label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vmYq11O85F .items-wrapper .item .item-wrapper .card-box .item-content .card-label-wrapper .card-label-wrap {
  display: inline-flex;
  gap: 12px;
  align-items: center;
}
.cid-vmYq11O85F .items-wrapper .item .item-wrapper .card-box .item-content .card-label-wrapper .card-label-wrap .marker-wrap {
  width: 12px;
  height: 12px;
  min-width: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background-color: #021839;
}
.cid-vmYq11O85F .items-wrapper .item .item-wrapper .card-box .item-content .card-label-wrapper .card-label-wrap .marker-wrap .circle-wrap {
  background-color: #ffffff;
  width: 6px;
  height: 6px;
  border-radius: 100%;
}
.cid-vmYq11O85F .items-wrapper .item .item-wrapper .card-box .item-content .card-label-wrapper .card-label-wrap .item-label {
  margin-bottom: 0;
}
.cid-vmYq11O85F .items-wrapper .item .item-wrapper .card-box .item-content .item-title {
  margin-bottom: 8px;
}
.cid-vmYq11O85F .items-wrapper .item .item-wrapper .card-box .item-content .item-text {
  margin-bottom: 0;
}
.cid-vmYq11O85F .items-wrapper .item .item-wrapper .card-box .item-content .mbr-section-btn {
  width: 100%;
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vmYq11O85F .items-wrapper .item .item-wrapper .card-box .item-content .mbr-section-btn .btn {
  width: 100%;
}
.cid-vmYq11O85F .items-wrapper .item .item-wrapper .card-box .item-number {
  margin-top: 20px;
  margin-bottom: -24px;
  margin-right: -24px;
}
.cid-vmYq11O85F .btn-wrapper {
  margin-top: -2rem;
}
.cid-vmYq11O85F .mbr-label,
.cid-vmYq11O85F .label-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vmYq11O85F .mbr-label,
  .cid-vmYq11O85F .label-wrapper {
    text-align: left;
  }
}
.cid-vmYq11O85F .mbr-section-title {
  color: #ffffff;
}
.cid-vmYq11O85F .mbr-section-subtitle {
  color: #9e9e9e;
}
.cid-vmYq11O85F .mbr-text {
  color: #9e9e9e;
}
.cid-vmYq11O85F .item-label {
  color: #ffffff;
}
.cid-vmYq11O85F .item-title {
  color: #000000;
}
.cid-vmYq11O85F .item-text {
  color: #9e9e9e;
}
.cid-vmYq11O85F .item-number {
  color: #080a10;
  text-align: right;
}
.cid-vmYq11O85F .mbr-text,
.cid-vmYq11O85F .mbr-section-btn {
  text-align: justify;
}
.cid-vmYq11O85F .item-text,
.cid-vmYq11O85F .mbr-section-btn {
  text-align: left;
  color: #021839;
}
.cid-vmYq11O85F .item-label,
.cid-vmYq11O85F .card-label-wrapper {
  color: #021839;
}
.cid-vmYy2Lhyba {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/2fa2e99c-6495-4761-8bc0-7e263abd261a-1545x1018.webp");
}
.cid-vmYy2Lhyba .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-vmYy2Lhyba .col-text {
    min-height: 575px;
  }
}
@media (max-width: 991px) {
  .cid-vmYy2Lhyba .col-form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-vmYy2Lhyba .col-form {
    padding: 30px;
  }
}
.cid-vmYy2Lhyba .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-vmYy2Lhyba .text-wrapper {
    text-align: center !important;
  }
}
.cid-vmYy2Lhyba .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #222222;
}
@media (max-width: 767px) {
  .cid-vmYy2Lhyba .label-text {
    text-align: center !important;
  }
}
.cid-vmYy2Lhyba .mbr-section-title {
  color: #222222;
  margin-bottom: 24px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-vmYy2Lhyba .mbr-section-title {
    text-align: center !important;
  }
}
.cid-vmYy2Lhyba .item {
  display: flex;
  align-items: center;
  margin: 12px 0;
}
.cid-vmYy2Lhyba .mbr-section-btn .btn {
  width: max-content;
}
.cid-vmYy2Lhyba .mbr-section-btn .btn-black {
  color: #021839 !important;
}
@media (max-width: 767px) {
  .cid-vmYy2Lhyba .mbr-section-btn {
    text-align: center !important;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-vmYy2Lhyba .mbr-section-btn .btn {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-vmYy2Lhyba .form-container {
    text-align: center !important;
  }
}
.cid-vmYy2Lhyba .form-wrap {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-vmYy2Lhyba .form-wrap {
    flex-wrap: wrap;
  }
}
.cid-vmYy2Lhyba .form-group {
  margin-bottom: 32px !important;
}
.cid-vmYy2Lhyba .form-control {
  font-size: 1rem;
  border-radius: 0 !important;
}
.cid-vmYy2Lhyba textarea {
  min-height: 114px;
}
.cid-vmYy2Lhyba .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmYy2Lhyba .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmYzNOr4Mb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-vmYzNOr4Mb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmYzNOr4Mb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmYzNOr4Mb .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vmYzNOr4Mb .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-vmYzNOr4Mb .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vmYzNOr4Mb .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-vmYzNOr4Mb .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vmYzNOr4Mb .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vmYzNOr4Mb .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vmYzNOr4Mb .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-vmYzNOr4Mb .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-vmYzNOr4Mb .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vmYzNOr4Mb .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-vmYzNOr4Mb .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-vmYzNOr4Mb .items-wrapper .card {
  padding: 0 32px;
}
.cid-vmYzNOr4Mb .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vmYzNOr4Mb .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vmYzNOr4Mb .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-vmYzNOr4Mb .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vmYzNOr4Mb .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vmYzNOr4Mb .list-wrapper .list .item-wrap:hover,
.cid-vmYzNOr4Mb .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vmYzNOr4Mb .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vmYzNOr4Mb .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vmYzNOr4Mb .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vmYzNOr4Mb .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-vmYzNOr4Mb .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-vmYzNOr4Mb .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-vmYzNOr4Mb .mbr-desc {
  color: #ffffff;
}
.cid-vmYzNOr4Mb .mbr-text,
.cid-vmYzNOr4Mb .text-wrapper {
  color: #9aa0a6;
}
.cid-vmYzNOr4Mb .list {
  color: #9aa0a6;
}
.cid-vmYzNOr4Mb .list,
.cid-vmYzNOr4Mb .item-wrap {
  color: #ffffff;
}
.cid-vmYzNOr4Mb .mbr-text,
.cid-vmYzNOr4Mb .mbr-section-btn {
  color: #ffffff;
}
.cid-vmYQcjQndN {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vmYQcjQndN .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-vmYQcjQndN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-vmYQcjQndN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vmYQcjQndN .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vmYQcjQndN .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vmYQcjQndN .menu_box .navbar.opened,
  .cid-vmYQcjQndN .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-vmYQcjQndN nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vmYQcjQndN .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vmYQcjQndN .btn:hover {
  box-shadow: none;
}
.cid-vmYQcjQndN .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vmYQcjQndN .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-vmYQcjQndN .nav-item {
    margin: 0 !important;
  }
}
.cid-vmYQcjQndN .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-vmYQcjQndN .nav-item .nav-link:hover,
.cid-vmYQcjQndN .nav-item .nav-link:focus {
  color: #baab99 !important;
}
.cid-vmYQcjQndN .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vmYQcjQndN .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vmYQcjQndN .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vmYQcjQndN .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vmYQcjQndN .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vmYQcjQndN .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vmYQcjQndN .offcanvas_box {
    display: none;
  }
}
.cid-vmYQcjQndN .dropdown-item {
  border: none;
  font-weight: 300 !important;
  transition: all 0.3s ease-in-out;
}
.cid-vmYQcjQndN .dropdown-item:hover,
.cid-vmYQcjQndN .dropdown-item:focus {
  color: #baab99 !important;
}
.cid-vmYQcjQndN .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vmYQcjQndN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -4px;
}
.cid-vmYQcjQndN .container {
  display: flex;
  margin: auto;
}
.cid-vmYQcjQndN .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vmYQcjQndN .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vmYQcjQndN .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vmYQcjQndN .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vmYQcjQndN .navbar-nav {
    margin: 0;
  }
}
.cid-vmYQcjQndN .dropdown-menu,
.cid-vmYQcjQndN .navbar.opened {
  background-color: false !important;
}
.cid-vmYQcjQndN .nav-item:focus,
.cid-vmYQcjQndN .nav-link:focus {
  outline: none;
}
.cid-vmYQcjQndN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vmYQcjQndN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vmYQcjQndN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vmYQcjQndN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vmYQcjQndN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vmYQcjQndN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vmYQcjQndN .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vmYQcjQndN .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vmYQcjQndN .navbar.opened {
  transition: all 0.3s;
}
.cid-vmYQcjQndN .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vmYQcjQndN .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 5px !important;
}
.cid-vmYQcjQndN .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vmYQcjQndN .navbar.collapsed {
  justify-content: center;
}
.cid-vmYQcjQndN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vmYQcjQndN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vmYQcjQndN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vmYQcjQndN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vmYQcjQndN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vmYQcjQndN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vmYQcjQndN .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vmYQcjQndN .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vmYQcjQndN .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vmYQcjQndN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vmYQcjQndN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vmYQcjQndN .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vmYQcjQndN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vmYQcjQndN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vmYQcjQndN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vmYQcjQndN .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-vmYQcjQndN .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vmYQcjQndN .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vmYQcjQndN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vmYQcjQndN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vmYQcjQndN .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vmYQcjQndN .navbar.navbar-short {
  min-height: 60px;
}
.cid-vmYQcjQndN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vmYQcjQndN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vmYQcjQndN .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-vmYQcjQndN .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vmYQcjQndN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vmYQcjQndN .dropdown-item.active,
.cid-vmYQcjQndN .dropdown-item:active {
  background-color: transparent;
}
.cid-vmYQcjQndN .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (max-width: 991px) {
  .cid-vmYQcjQndN .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 0 !important;
  }
}
.cid-vmYQcjQndN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vmYQcjQndN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vmYQcjQndN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vmYQcjQndN ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vmYQcjQndN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vmYQcjQndN button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #baab99;
}
.cid-vmYQcjQndN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vmYQcjQndN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vmYQcjQndN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vmYQcjQndN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vmYQcjQndN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vmYQcjQndN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vmYQcjQndN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vmYQcjQndN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vmYQcjQndN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vmYQcjQndN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vmYQcjQndN .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-vmYQcjQndN .navbar {
    height: 70px;
  }
  .cid-vmYQcjQndN .navbar.opened {
    height: auto;
  }
  .cid-vmYQcjQndN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vmYQcjQndN .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-vmYQcjQndN .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
.cid-vmYQcjQndN .mbr-section-btn-main {
  width: fit-content;
}
.cid-vmYQcjQndN .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 235px;
}
.cid-vmYQcjQndN .navbar-caption:hover {
  color: #021839;
}
@media (min-width: 992px) {
  .cid-vmYQcjQndN .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vmYQcjQndN .text_widget {
  margin-bottom: 32px;
}
.cid-vmYQcjQndN .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vmYQcjQndN .text_widget a:hover,
.cid-vmYQcjQndN .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-vmYQcjQndN .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-vmYQcjQndN .mbr-section-subtitle {
  color: #30262b;
  text-align: center;
}
.cid-vmYQcjQndN .navbar-caption {
  color: #30262b;
}
.cid-vmYQcjQndN .mbr-text {
  color: #30262b;
  text-align: center;
}
.cid-vmYQcjQndN .icons-menu-main {
  display: flex;
}
.cid-vmYQcjQndN .mbr-section-subtitle,
.cid-vmYQcjQndN .text_widget,
.cid-vmYQcjQndN .mbr-section-btn {
  text-align: center;
}
.cid-vmYQcjQndN a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vmYQmfz4w2 {
  padding-bottom: 2rem;
  align-items: flex-end;
  background-image: url("../../../assets/images/mbr-1920x1086.webp");
  position: relative;
}
.cid-vmYQmfz4w2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmYQmfz4w2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmYQmfz4w2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  border: 8px solid #0f0e0e;
  background-image: linear-gradient(45deg, #0f0e0e -15%, transparent 50%, #0f0e0e 115%);
}
.cid-vmYQmfz4w2 .desc-wrapper {
  position: relative;
  z-index: 2;
}
.cid-vmYQmfz4w2 .desc-wrapper .desc-wrap {
  display: inline-block;
  width: 15%;
  margin-bottom: 24px;
  position: relative;
  padding: 16px;
}
@media (max-width: 1840px) {
  .cid-vmYQmfz4w2 .desc-wrapper .desc-wrap {
    width: 20%;
  }
}
@media (max-width: 1640px) {
  .cid-vmYQmfz4w2 .desc-wrapper .desc-wrap {
    width: 30%;
  }
}
@media (max-width: 1440px) {
  .cid-vmYQmfz4w2 .desc-wrapper .desc-wrap {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-vmYQmfz4w2 .desc-wrapper .desc-wrap {
    width: auto;
  }
}
.cid-vmYQmfz4w2 .desc-wrapper .desc-wrap .corner-wrap {
  position: absolute;
  width: 13px;
  height: 13px;
}
.cid-vmYQmfz4w2 .desc-wrapper .desc-wrap .corner_1 {
  top: 0;
  left: 0;
  border-top: 2px solid #ffedd6;
  border-left: 2px solid #ffedd6;
}
.cid-vmYQmfz4w2 .desc-wrapper .desc-wrap .corner_2 {
  bottom: 0;
  right: 0;
  border-right: 2px solid #ffedd6;
  border-bottom: 2px solid #ffedd6;
}
.cid-vmYQmfz4w2 .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-vmYQmfz4w2 .title-wrapper {
  position: relative;
  z-index: 3;
}
.cid-vmYQmfz4w2 .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vmYQmfz4w2 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vmYQmfz4w2 .title-wrapper .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vmYQmfz4w2 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vmYQmfz4w2 .title-wrapper .mbr-section-btn {
  margin-top: 6px;
}
.cid-vmYQmfz4w2 .mbr-label {
  position: relative;
  z-index: 2;
  font-size: 270px;
  line-height: 1;
  margin-bottom: 2px;
  color: #ffedd6;
  text-align: center;
}
@media (max-width: 1840px) {
  .cid-vmYQmfz4w2 .mbr-label {
    font-size: 220px;
  }
}
@media (max-width: 1640px) {
  .cid-vmYQmfz4w2 .mbr-label {
    font-size: 200px;
  }
}
@media (max-width: 1440px) {
  .cid-vmYQmfz4w2 .mbr-label {
    font-size: 160px;
  }
}
@media (max-width: 1280px) {
  .cid-vmYQmfz4w2 .mbr-label {
    font-size: 100px;
    line-height: 1.1;
  }
}
@media (max-width: 992px) {
  .cid-vmYQmfz4w2 .mbr-label {
    font-size: 80px;
  }
}
@media (max-width: 768px) {
  .cid-vmYQmfz4w2 .mbr-label {
    font-size: 50px;
  }
}
.cid-vmYQmfz4w2 .mbr-section-title {
  color: #ffedd6;
}
.cid-vmYQmfz4w2 .mbr-text,
.cid-vmYQmfz4w2 .text-wrapper {
  color: #ffedd6;
  text-align: right;
}
.cid-vmYQmfz4w2 .mbr-desc {
  color: #ffedd6;
}
.cid-vmYQmfz4w2 .mbr-section-title,
.cid-vmYQmfz4w2 .mbr-section-btn {
  text-align: right;
}
.cid-vmYQmfz4w2 .mbr-desc,
.cid-vmYQmfz4w2 .desc-wrapper {
  text-align: justify;
}
.cid-vmYTjDpwCV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vmYTjDpwCV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmYTjDpwCV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmYTjDpwCV .content-wrapper {
  padding: 100px 60px 60px;
  background-color: #f6f6f6;
}
@media (max-width: 1440px) {
  .cid-vmYTjDpwCV .content-wrapper {
    padding: 60px 40px 20px;
  }
}
@media (max-width: 992px) {
  .cid-vmYTjDpwCV .content-wrapper {
    padding: 24px;
  }
}
.cid-vmYTjDpwCV .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vmYTjDpwCV .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vmYTjDpwCV .item .item-wrapper .iconfont-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vmYTjDpwCV .item .item-wrapper .iconfont-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vmYTjDpwCV .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  font-size: 35px;
  display: inline-flex;
}
.cid-vmYTjDpwCV .item .item-wrapper .item-title {
  margin-bottom: 12px;
}
.cid-vmYTjDpwCV .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vmYTjDpwCV .item .item-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vmYTjDpwCV .item .item-wrapper .mbr-section-btn {
    margin-top: 4px;
  }
}
.cid-vmYTjDpwCV .btn-wrapper {
  margin-top: -2.5rem;
}
.cid-vmYTjDpwCV .item-title {
  color: #333336;
  text-align: center;
}
.cid-vmYTjDpwCV .item-text {
  color: #000000;
  text-align: center;
}
.cid-vmYTjDpwCV .item-title,
.cid-vmYTjDpwCV .iconfont-wrapper,
.cid-vmYTjDpwCV .mbr-section-btn {
  text-align: center;
}
.cid-vmYQcsG6TF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/2fa2e99c-6495-4761-8bc0-7e263abd261a-1545x1018.webp");
}
.cid-vmYQcsG6TF .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-vmYQcsG6TF .col-text {
    min-height: 575px;
  }
}
@media (max-width: 991px) {
  .cid-vmYQcsG6TF .col-form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-vmYQcsG6TF .col-form {
    padding: 30px;
  }
}
.cid-vmYQcsG6TF .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-vmYQcsG6TF .text-wrapper {
    text-align: center !important;
  }
}
.cid-vmYQcsG6TF .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #222222;
}
@media (max-width: 767px) {
  .cid-vmYQcsG6TF .label-text {
    text-align: center !important;
  }
}
.cid-vmYQcsG6TF .mbr-section-title {
  color: #222222;
  margin-bottom: 24px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-vmYQcsG6TF .mbr-section-title {
    text-align: center !important;
  }
}
.cid-vmYQcsG6TF .item {
  display: flex;
  align-items: center;
  margin: 12px 0;
}
.cid-vmYQcsG6TF .mbr-section-btn .btn {
  width: max-content;
}
.cid-vmYQcsG6TF .mbr-section-btn .btn-black {
  color: #021839 !important;
}
@media (max-width: 767px) {
  .cid-vmYQcsG6TF .mbr-section-btn {
    text-align: center !important;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-vmYQcsG6TF .mbr-section-btn .btn {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-vmYQcsG6TF .form-container {
    text-align: center !important;
  }
}
.cid-vmYQcsG6TF .form-wrap {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-vmYQcsG6TF .form-wrap {
    flex-wrap: wrap;
  }
}
.cid-vmYQcsG6TF .form-group {
  margin-bottom: 32px !important;
}
.cid-vmYQcsG6TF .form-control {
  font-size: 1rem;
  border-radius: 0 !important;
}
.cid-vmYQcsG6TF textarea {
  min-height: 114px;
}
.cid-vmYQcsG6TF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmYQcsG6TF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmYTmh8p2v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vmYTmh8p2v .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmYTmh8p2v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmYTmh8p2v .label-wrapper {
  margin-bottom: 60px;
  padding-bottom: 24px;
  border-bottom: 1px solid #333336;
}
@media (max-width: 992px) {
  .cid-vmYTmh8p2v .label-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vmYTmh8p2v .label-wrapper .label-content {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 992px) {
  .cid-vmYTmh8p2v .label-wrapper .label-content {
    display: block;
  }
}
.cid-vmYTmh8p2v .label-wrapper .label-content .label-wrap {
  display: inline-flex;
  gap: 4px;
  padding-right: 24px;
  border-right: 1px solid #333336;
}
@media (max-width: 992px) {
  .cid-vmYTmh8p2v .label-wrapper .label-content .label-wrap {
    border-right: none;
    padding-right: 0;
  }
}
.cid-vmYTmh8p2v .label-wrapper .label-content .label-wrap .marker-wrapper {
  display: inline-flex;
  width: 16px;
  height: 16px;
  min-width: 16px;
  border: 4px solid #ff4400;
  border-radius: 100%;
  margin-top: 6px;
}
.cid-vmYTmh8p2v .label-wrapper .label-content .label-wrap .mbr-label {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vmYTmh8p2v .label-wrapper .label-content .label-wrap .mbr-label {
    margin-bottom: 12px;
  }
}
.cid-vmYTmh8p2v .label-wrapper .label-content .mbr-tag {
  margin-bottom: 0;
}
.cid-vmYTmh8p2v .google-map iframe {
  height: 650px;
}
@media (max-width: 1440px) {
  .cid-vmYTmh8p2v .google-map iframe {
    height: 550px;
  }
}
@media (max-width: 1200px) {
  .cid-vmYTmh8p2v .google-map iframe {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-vmYTmh8p2v .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 768px) {
  .cid-vmYTmh8p2v .google-map iframe {
    height: 300px;
  }
}
.cid-vmYTmh8p2v .mbr-label {
  color: #c0c0c0;
}
.cid-vmYTmh8p2v .mbr-tag {
  color: #6f6f75;
}
.cid-vmYQcuyspK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-vmYQcuyspK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmYQcuyspK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmYQcuyspK .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vmYQcuyspK .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-vmYQcuyspK .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vmYQcuyspK .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-vmYQcuyspK .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vmYQcuyspK .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vmYQcuyspK .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vmYQcuyspK .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-vmYQcuyspK .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-vmYQcuyspK .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vmYQcuyspK .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-vmYQcuyspK .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-vmYQcuyspK .items-wrapper .card {
  padding: 0 32px;
}
.cid-vmYQcuyspK .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vmYQcuyspK .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vmYQcuyspK .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-vmYQcuyspK .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vmYQcuyspK .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vmYQcuyspK .list-wrapper .list .item-wrap:hover,
.cid-vmYQcuyspK .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vmYQcuyspK .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vmYQcuyspK .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vmYQcuyspK .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vmYQcuyspK .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-vmYQcuyspK .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-vmYQcuyspK .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-vmYQcuyspK .mbr-desc {
  color: #ffffff;
}
.cid-vmYQcuyspK .mbr-text,
.cid-vmYQcuyspK .text-wrapper {
  color: #9aa0a6;
}
.cid-vmYQcuyspK .list {
  color: #9aa0a6;
}
.cid-vmYQcuyspK .list,
.cid-vmYQcuyspK .item-wrap {
  color: #ffffff;
}
.cid-vmYQcuyspK .mbr-text,
.cid-vmYQcuyspK .mbr-section-btn {
  color: #ffffff;
}
.cid-vmYX9Ox8iy {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vmYX9Ox8iy .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-vmYX9Ox8iy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-vmYX9Ox8iy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vmYX9Ox8iy .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vmYX9Ox8iy .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vmYX9Ox8iy .menu_box .navbar.opened,
  .cid-vmYX9Ox8iy .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-vmYX9Ox8iy nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vmYX9Ox8iy .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vmYX9Ox8iy .btn:hover {
  box-shadow: none;
}
.cid-vmYX9Ox8iy .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vmYX9Ox8iy .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-vmYX9Ox8iy .nav-item {
    margin: 0 !important;
  }
}
.cid-vmYX9Ox8iy .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-vmYX9Ox8iy .nav-item .nav-link:hover,
.cid-vmYX9Ox8iy .nav-item .nav-link:focus {
  color: #baab99 !important;
}
.cid-vmYX9Ox8iy .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vmYX9Ox8iy .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vmYX9Ox8iy .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vmYX9Ox8iy .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vmYX9Ox8iy .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vmYX9Ox8iy .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vmYX9Ox8iy .offcanvas_box {
    display: none;
  }
}
.cid-vmYX9Ox8iy .dropdown-item {
  border: none;
  font-weight: 300 !important;
  transition: all 0.3s ease-in-out;
}
.cid-vmYX9Ox8iy .dropdown-item:hover,
.cid-vmYX9Ox8iy .dropdown-item:focus {
  color: #baab99 !important;
}
.cid-vmYX9Ox8iy .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vmYX9Ox8iy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -4px;
}
.cid-vmYX9Ox8iy .container {
  display: flex;
  margin: auto;
}
.cid-vmYX9Ox8iy .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vmYX9Ox8iy .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vmYX9Ox8iy .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vmYX9Ox8iy .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vmYX9Ox8iy .navbar-nav {
    margin: 0;
  }
}
.cid-vmYX9Ox8iy .dropdown-menu,
.cid-vmYX9Ox8iy .navbar.opened {
  background-color: false !important;
}
.cid-vmYX9Ox8iy .nav-item:focus,
.cid-vmYX9Ox8iy .nav-link:focus {
  outline: none;
}
.cid-vmYX9Ox8iy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vmYX9Ox8iy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vmYX9Ox8iy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vmYX9Ox8iy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vmYX9Ox8iy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vmYX9Ox8iy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vmYX9Ox8iy .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vmYX9Ox8iy .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vmYX9Ox8iy .navbar.opened {
  transition: all 0.3s;
}
.cid-vmYX9Ox8iy .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vmYX9Ox8iy .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 5px !important;
}
.cid-vmYX9Ox8iy .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vmYX9Ox8iy .navbar.collapsed {
  justify-content: center;
}
.cid-vmYX9Ox8iy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vmYX9Ox8iy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vmYX9Ox8iy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vmYX9Ox8iy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vmYX9Ox8iy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vmYX9Ox8iy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vmYX9Ox8iy .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vmYX9Ox8iy .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vmYX9Ox8iy .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vmYX9Ox8iy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vmYX9Ox8iy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vmYX9Ox8iy .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vmYX9Ox8iy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vmYX9Ox8iy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vmYX9Ox8iy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vmYX9Ox8iy .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-vmYX9Ox8iy .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vmYX9Ox8iy .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vmYX9Ox8iy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vmYX9Ox8iy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vmYX9Ox8iy .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vmYX9Ox8iy .navbar.navbar-short {
  min-height: 60px;
}
.cid-vmYX9Ox8iy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vmYX9Ox8iy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vmYX9Ox8iy .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-vmYX9Ox8iy .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vmYX9Ox8iy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vmYX9Ox8iy .dropdown-item.active,
.cid-vmYX9Ox8iy .dropdown-item:active {
  background-color: transparent;
}
.cid-vmYX9Ox8iy .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (max-width: 991px) {
  .cid-vmYX9Ox8iy .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 0 !important;
  }
}
.cid-vmYX9Ox8iy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vmYX9Ox8iy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vmYX9Ox8iy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vmYX9Ox8iy ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vmYX9Ox8iy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vmYX9Ox8iy button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #baab99;
}
.cid-vmYX9Ox8iy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vmYX9Ox8iy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vmYX9Ox8iy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vmYX9Ox8iy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vmYX9Ox8iy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vmYX9Ox8iy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vmYX9Ox8iy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vmYX9Ox8iy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vmYX9Ox8iy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vmYX9Ox8iy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vmYX9Ox8iy .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-vmYX9Ox8iy .navbar {
    height: 70px;
  }
  .cid-vmYX9Ox8iy .navbar.opened {
    height: auto;
  }
  .cid-vmYX9Ox8iy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vmYX9Ox8iy .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-vmYX9Ox8iy .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
.cid-vmYX9Ox8iy .mbr-section-btn-main {
  width: fit-content;
}
.cid-vmYX9Ox8iy .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 235px;
}
.cid-vmYX9Ox8iy .navbar-caption:hover {
  color: #021839;
}
@media (min-width: 992px) {
  .cid-vmYX9Ox8iy .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vmYX9Ox8iy .text_widget {
  margin-bottom: 32px;
}
.cid-vmYX9Ox8iy .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vmYX9Ox8iy .text_widget a:hover,
.cid-vmYX9Ox8iy .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-vmYX9Ox8iy .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-vmYX9Ox8iy .mbr-section-subtitle {
  color: #30262b;
  text-align: center;
}
.cid-vmYX9Ox8iy .navbar-caption {
  color: #30262b;
}
.cid-vmYX9Ox8iy .mbr-text {
  color: #30262b;
  text-align: center;
}
.cid-vmYX9Ox8iy .icons-menu-main {
  display: flex;
}
.cid-vmYX9Ox8iy .mbr-section-subtitle,
.cid-vmYX9Ox8iy .text_widget,
.cid-vmYX9Ox8iy .mbr-section-btn {
  text-align: center;
}
.cid-vmYX9Ox8iy a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vn9p5suxqx {
  padding-bottom: 2rem;
  align-items: flex-end;
  background-image: url("../../../assets/images/mbr-1-1920x1440.webp");
  position: relative;
}
.cid-vn9p5suxqx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vn9p5suxqx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vn9p5suxqx::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  border: 8px solid #0f0e0e;
  background-image: linear-gradient(45deg, #0f0e0e -15%, transparent 50%, #0f0e0e 115%);
}
.cid-vn9p5suxqx .desc-wrapper {
  position: relative;
  z-index: 2;
}
.cid-vn9p5suxqx .desc-wrapper .desc-wrap {
  display: inline-block;
  width: 15%;
  margin-bottom: 24px;
  position: relative;
  padding: 16px;
}
@media (max-width: 1840px) {
  .cid-vn9p5suxqx .desc-wrapper .desc-wrap {
    width: 20%;
  }
}
@media (max-width: 1640px) {
  .cid-vn9p5suxqx .desc-wrapper .desc-wrap {
    width: 30%;
  }
}
@media (max-width: 1440px) {
  .cid-vn9p5suxqx .desc-wrapper .desc-wrap {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-vn9p5suxqx .desc-wrapper .desc-wrap {
    width: auto;
  }
}
.cid-vn9p5suxqx .desc-wrapper .desc-wrap .corner-wrap {
  position: absolute;
  width: 13px;
  height: 13px;
}
.cid-vn9p5suxqx .desc-wrapper .desc-wrap .corner_1 {
  top: 0;
  left: 0;
  border-top: 2px solid #ffedd6;
  border-left: 2px solid #ffedd6;
}
.cid-vn9p5suxqx .desc-wrapper .desc-wrap .corner_2 {
  bottom: 0;
  right: 0;
  border-right: 2px solid #ffedd6;
  border-bottom: 2px solid #ffedd6;
}
.cid-vn9p5suxqx .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-vn9p5suxqx .title-wrapper {
  position: relative;
  z-index: 3;
}
.cid-vn9p5suxqx .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vn9p5suxqx .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vn9p5suxqx .title-wrapper .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vn9p5suxqx .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vn9p5suxqx .title-wrapper .mbr-section-btn {
  margin-top: 6px;
}
.cid-vn9p5suxqx .mbr-label {
  position: relative;
  z-index: 2;
  font-size: 270px;
  line-height: 1;
  margin-bottom: 2px;
  color: #ffedd6;
  text-align: center;
}
@media (max-width: 1840px) {
  .cid-vn9p5suxqx .mbr-label {
    font-size: 220px;
  }
}
@media (max-width: 1640px) {
  .cid-vn9p5suxqx .mbr-label {
    font-size: 200px;
  }
}
@media (max-width: 1440px) {
  .cid-vn9p5suxqx .mbr-label {
    font-size: 160px;
  }
}
@media (max-width: 1280px) {
  .cid-vn9p5suxqx .mbr-label {
    font-size: 100px;
    line-height: 1.1;
  }
}
@media (max-width: 992px) {
  .cid-vn9p5suxqx .mbr-label {
    font-size: 80px;
  }
}
@media (max-width: 768px) {
  .cid-vn9p5suxqx .mbr-label {
    font-size: 50px;
  }
}
.cid-vn9p5suxqx .mbr-section-title {
  color: #ffedd6;
}
.cid-vn9p5suxqx .mbr-text,
.cid-vn9p5suxqx .text-wrapper {
  color: #ffedd6;
  text-align: right;
}
.cid-vn9p5suxqx .mbr-desc {
  color: #ffedd6;
}
.cid-vn9p5suxqx .mbr-section-title,
.cid-vn9p5suxqx .mbr-section-btn {
  text-align: right;
  color: #000000;
}
.cid-vn9p5suxqx .mbr-desc,
.cid-vn9p5suxqx .desc-wrapper {
  text-align: justify;
}
.cid-vn9qaO5S7K {
  background-color: #f5f5f5;
}
.cid-vn9qaO5S7K .mbr-fallback-image.disabled {
  display: none;
}
.cid-vn9qaO5S7K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vn9qaO5S7K .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vn9qaO5S7K .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-vn9qaO5S7K .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vn9qaO5S7K .text-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-vn9qaO5S7K .mbr-section-title {
  color: #0f0f0f;
}
.cid-vn9qaO5S7K .mbr-text {
  color: #666666;
}
.cid-vn9rg3FPRy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-vn9rg3FPRy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vn9rg3FPRy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vn9rg3FPRy .card {
  border-radius: 0 !important;
}
@media (min-width: 992px) {
  .cid-vn9rg3FPRy .card {
    border-right: 1px solid white;
  }
}
@media (max-width: 991px) {
  .cid-vn9rg3FPRy .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
}
.cid-vn9rg3FPRy .wrapper {
  padding: 30px 0;
}
.cid-vn9rg3FPRy .mbr-section-title {
  color: #fafafa;
}
.cid-vn9rg3FPRy .mbr-text,
.cid-vn9rg3FPRy .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-vn9rg3FPRy mbr-section-title {
  text-align: right;
  color: #ffffff;
}
.cid-vmYX9XzOCd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/2fa2e99c-6495-4761-8bc0-7e263abd261a-1545x1018.webp");
}
.cid-vmYX9XzOCd .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-vmYX9XzOCd .col-text {
    min-height: 575px;
  }
}
@media (max-width: 991px) {
  .cid-vmYX9XzOCd .col-form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-vmYX9XzOCd .col-form {
    padding: 30px;
  }
}
.cid-vmYX9XzOCd .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-vmYX9XzOCd .text-wrapper {
    text-align: center !important;
  }
}
.cid-vmYX9XzOCd .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #222222;
}
@media (max-width: 767px) {
  .cid-vmYX9XzOCd .label-text {
    text-align: center !important;
  }
}
.cid-vmYX9XzOCd .mbr-section-title {
  color: #222222;
  margin-bottom: 24px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-vmYX9XzOCd .mbr-section-title {
    text-align: center !important;
  }
}
.cid-vmYX9XzOCd .item {
  display: flex;
  align-items: center;
  margin: 12px 0;
}
.cid-vmYX9XzOCd .mbr-section-btn .btn {
  width: max-content;
}
.cid-vmYX9XzOCd .mbr-section-btn .btn-black {
  color: #021839 !important;
}
@media (max-width: 767px) {
  .cid-vmYX9XzOCd .mbr-section-btn {
    text-align: center !important;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-vmYX9XzOCd .mbr-section-btn .btn {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-vmYX9XzOCd .form-container {
    text-align: center !important;
  }
}
.cid-vmYX9XzOCd .form-wrap {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-vmYX9XzOCd .form-wrap {
    flex-wrap: wrap;
  }
}
.cid-vmYX9XzOCd .form-group {
  margin-bottom: 32px !important;
}
.cid-vmYX9XzOCd .form-control {
  font-size: 1rem;
  border-radius: 0 !important;
}
.cid-vmYX9XzOCd textarea {
  min-height: 114px;
}
.cid-vmYX9XzOCd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmYX9XzOCd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmYX9ZMxTQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-vmYX9ZMxTQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmYX9ZMxTQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmYX9ZMxTQ .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vmYX9ZMxTQ .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-vmYX9ZMxTQ .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vmYX9ZMxTQ .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-vmYX9ZMxTQ .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vmYX9ZMxTQ .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vmYX9ZMxTQ .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vmYX9ZMxTQ .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-vmYX9ZMxTQ .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-vmYX9ZMxTQ .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vmYX9ZMxTQ .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-vmYX9ZMxTQ .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-vmYX9ZMxTQ .items-wrapper .card {
  padding: 0 32px;
}
.cid-vmYX9ZMxTQ .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vmYX9ZMxTQ .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vmYX9ZMxTQ .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-vmYX9ZMxTQ .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vmYX9ZMxTQ .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vmYX9ZMxTQ .list-wrapper .list .item-wrap:hover,
.cid-vmYX9ZMxTQ .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vmYX9ZMxTQ .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vmYX9ZMxTQ .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vmYX9ZMxTQ .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vmYX9ZMxTQ .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-vmYX9ZMxTQ .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-vmYX9ZMxTQ .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-vmYX9ZMxTQ .mbr-desc {
  color: #ffffff;
}
.cid-vmYX9ZMxTQ .mbr-text,
.cid-vmYX9ZMxTQ .text-wrapper {
  color: #9aa0a6;
}
.cid-vmYX9ZMxTQ .list {
  color: #9aa0a6;
}
.cid-vmYX9ZMxTQ .list,
.cid-vmYX9ZMxTQ .item-wrap {
  color: #ffffff;
}
.cid-vmYX9ZMxTQ .mbr-text,
.cid-vmYX9ZMxTQ .mbr-section-btn {
  color: #ffffff;
}
.cid-vn9tfaBaez {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vn9tfaBaez .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-vn9tfaBaez .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-vn9tfaBaez .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vn9tfaBaez .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vn9tfaBaez .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vn9tfaBaez .menu_box .navbar.opened,
  .cid-vn9tfaBaez .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-vn9tfaBaez nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vn9tfaBaez .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vn9tfaBaez .btn:hover {
  box-shadow: none;
}
.cid-vn9tfaBaez .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vn9tfaBaez .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-vn9tfaBaez .nav-item {
    margin: 0 !important;
  }
}
.cid-vn9tfaBaez .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-vn9tfaBaez .nav-item .nav-link:hover,
.cid-vn9tfaBaez .nav-item .nav-link:focus {
  color: #baab99 !important;
}
.cid-vn9tfaBaez .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vn9tfaBaez .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vn9tfaBaez .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vn9tfaBaez .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vn9tfaBaez .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vn9tfaBaez .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vn9tfaBaez .offcanvas_box {
    display: none;
  }
}
.cid-vn9tfaBaez .dropdown-item {
  border: none;
  font-weight: 300 !important;
  transition: all 0.3s ease-in-out;
}
.cid-vn9tfaBaez .dropdown-item:hover,
.cid-vn9tfaBaez .dropdown-item:focus {
  color: #baab99 !important;
}
.cid-vn9tfaBaez .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vn9tfaBaez .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -4px;
}
.cid-vn9tfaBaez .container {
  display: flex;
  margin: auto;
}
.cid-vn9tfaBaez .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vn9tfaBaez .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vn9tfaBaez .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vn9tfaBaez .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vn9tfaBaez .navbar-nav {
    margin: 0;
  }
}
.cid-vn9tfaBaez .dropdown-menu,
.cid-vn9tfaBaez .navbar.opened {
  background-color: false !important;
}
.cid-vn9tfaBaez .nav-item:focus,
.cid-vn9tfaBaez .nav-link:focus {
  outline: none;
}
.cid-vn9tfaBaez .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vn9tfaBaez .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vn9tfaBaez .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vn9tfaBaez .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vn9tfaBaez .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vn9tfaBaez .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vn9tfaBaez .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vn9tfaBaez .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vn9tfaBaez .navbar.opened {
  transition: all 0.3s;
}
.cid-vn9tfaBaez .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vn9tfaBaez .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 5px !important;
}
.cid-vn9tfaBaez .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vn9tfaBaez .navbar.collapsed {
  justify-content: center;
}
.cid-vn9tfaBaez .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vn9tfaBaez .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vn9tfaBaez .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vn9tfaBaez .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vn9tfaBaez .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vn9tfaBaez .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vn9tfaBaez .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vn9tfaBaez .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vn9tfaBaez .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vn9tfaBaez .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vn9tfaBaez .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vn9tfaBaez .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vn9tfaBaez .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vn9tfaBaez .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vn9tfaBaez .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vn9tfaBaez .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-vn9tfaBaez .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vn9tfaBaez .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vn9tfaBaez .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vn9tfaBaez .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vn9tfaBaez .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vn9tfaBaez .navbar.navbar-short {
  min-height: 60px;
}
.cid-vn9tfaBaez .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vn9tfaBaez .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vn9tfaBaez .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-vn9tfaBaez .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vn9tfaBaez .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vn9tfaBaez .dropdown-item.active,
.cid-vn9tfaBaez .dropdown-item:active {
  background-color: transparent;
}
.cid-vn9tfaBaez .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (max-width: 991px) {
  .cid-vn9tfaBaez .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 0 !important;
  }
}
.cid-vn9tfaBaez .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vn9tfaBaez .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vn9tfaBaez .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vn9tfaBaez ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vn9tfaBaez .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vn9tfaBaez button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #baab99;
}
.cid-vn9tfaBaez button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vn9tfaBaez button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vn9tfaBaez button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vn9tfaBaez button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vn9tfaBaez button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vn9tfaBaez nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vn9tfaBaez nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vn9tfaBaez nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vn9tfaBaez nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vn9tfaBaez a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vn9tfaBaez .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-vn9tfaBaez .navbar {
    height: 70px;
  }
  .cid-vn9tfaBaez .navbar.opened {
    height: auto;
  }
  .cid-vn9tfaBaez .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vn9tfaBaez .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-vn9tfaBaez .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
.cid-vn9tfaBaez .mbr-section-btn-main {
  width: fit-content;
}
.cid-vn9tfaBaez .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 235px;
}
.cid-vn9tfaBaez .navbar-caption:hover {
  color: #021839;
}
@media (min-width: 992px) {
  .cid-vn9tfaBaez .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vn9tfaBaez .text_widget {
  margin-bottom: 32px;
}
.cid-vn9tfaBaez .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vn9tfaBaez .text_widget a:hover,
.cid-vn9tfaBaez .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-vn9tfaBaez .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-vn9tfaBaez .mbr-section-subtitle {
  color: #30262b;
  text-align: center;
}
.cid-vn9tfaBaez .navbar-caption {
  color: #30262b;
}
.cid-vn9tfaBaez .mbr-text {
  color: #30262b;
  text-align: center;
}
.cid-vn9tfaBaez .icons-menu-main {
  display: flex;
}
.cid-vn9tfaBaez .mbr-section-subtitle,
.cid-vn9tfaBaez .text_widget,
.cid-vn9tfaBaez .mbr-section-btn {
  text-align: center;
}
.cid-vn9tfaBaez a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vn9tfeAkkV {
  padding-bottom: 2rem;
  align-items: flex-end;
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
  position: relative;
}
.cid-vn9tfeAkkV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vn9tfeAkkV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vn9tfeAkkV::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  border: 8px solid #0f0e0e;
  background-image: linear-gradient(45deg, #0f0e0e -15%, transparent 50%, #0f0e0e 115%);
}
.cid-vn9tfeAkkV .desc-wrapper {
  position: relative;
  z-index: 2;
}
.cid-vn9tfeAkkV .desc-wrapper .desc-wrap {
  display: inline-block;
  width: 15%;
  margin-bottom: 24px;
  position: relative;
  padding: 16px;
}
@media (max-width: 1840px) {
  .cid-vn9tfeAkkV .desc-wrapper .desc-wrap {
    width: 20%;
  }
}
@media (max-width: 1640px) {
  .cid-vn9tfeAkkV .desc-wrapper .desc-wrap {
    width: 30%;
  }
}
@media (max-width: 1440px) {
  .cid-vn9tfeAkkV .desc-wrapper .desc-wrap {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-vn9tfeAkkV .desc-wrapper .desc-wrap {
    width: auto;
  }
}
.cid-vn9tfeAkkV .desc-wrapper .desc-wrap .corner-wrap {
  position: absolute;
  width: 13px;
  height: 13px;
}
.cid-vn9tfeAkkV .desc-wrapper .desc-wrap .corner_1 {
  top: 0;
  left: 0;
  border-top: 2px solid #ffedd6;
  border-left: 2px solid #ffedd6;
}
.cid-vn9tfeAkkV .desc-wrapper .desc-wrap .corner_2 {
  bottom: 0;
  right: 0;
  border-right: 2px solid #ffedd6;
  border-bottom: 2px solid #ffedd6;
}
.cid-vn9tfeAkkV .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-vn9tfeAkkV .title-wrapper {
  position: relative;
  z-index: 3;
}
.cid-vn9tfeAkkV .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vn9tfeAkkV .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vn9tfeAkkV .title-wrapper .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vn9tfeAkkV .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vn9tfeAkkV .title-wrapper .mbr-section-btn {
  margin-top: 6px;
}
.cid-vn9tfeAkkV .mbr-label {
  position: relative;
  z-index: 2;
  font-size: 270px;
  line-height: 1;
  margin-bottom: 2px;
  color: #021839;
  text-align: center;
}
@media (max-width: 1840px) {
  .cid-vn9tfeAkkV .mbr-label {
    font-size: 220px;
  }
}
@media (max-width: 1640px) {
  .cid-vn9tfeAkkV .mbr-label {
    font-size: 200px;
  }
}
@media (max-width: 1440px) {
  .cid-vn9tfeAkkV .mbr-label {
    font-size: 160px;
  }
}
@media (max-width: 1280px) {
  .cid-vn9tfeAkkV .mbr-label {
    font-size: 100px;
    line-height: 1.1;
  }
}
@media (max-width: 992px) {
  .cid-vn9tfeAkkV .mbr-label {
    font-size: 80px;
  }
}
@media (max-width: 768px) {
  .cid-vn9tfeAkkV .mbr-label {
    font-size: 50px;
  }
}
.cid-vn9tfeAkkV .mbr-section-title {
  color: #ffedd6;
}
.cid-vn9tfeAkkV .mbr-text,
.cid-vn9tfeAkkV .text-wrapper {
  color: #ffedd6;
  text-align: right;
}
.cid-vn9tfeAkkV .mbr-desc {
  color: #ffedd6;
}
.cid-vn9tfeAkkV .mbr-section-title,
.cid-vn9tfeAkkV .mbr-section-btn {
  text-align: right;
  color: #000000;
}
.cid-vn9tfeAkkV .mbr-desc,
.cid-vn9tfeAkkV .desc-wrapper {
  text-align: justify;
  color: #ffedd6;
}
.cid-vn9tffhv6i {
  background-image: url("../../../assets/images/mbr-1-1920x1280.webp");
}
.cid-vn9tffhv6i .mbr-fallback-image.disabled {
  display: none;
}
.cid-vn9tffhv6i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vn9tffhv6i .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vn9tffhv6i .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-vn9tffhv6i .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vn9tffhv6i .text-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-vn9tffhv6i .mbr-section-title {
  color: #0f0f0f;
}
.cid-vn9tffhv6i .mbr-text {
  color: #021839;
}
.cid-vn9uvJxmYx {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-vn9uvJxmYx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vn9uvJxmYx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vn9uvJxmYx .content-wrapper {
  padding: 0 36px;
}
@media (max-width: 992px) {
  .cid-vn9uvJxmYx .content-wrapper {
    padding: 0 24px;
  }
}
.cid-vn9uvJxmYx .items-wrapper {
  margin: 0 -20px;
}
.cid-vn9uvJxmYx .items-wrapper .item {
  padding: 0 20px;
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vn9uvJxmYx .items-wrapper .item:first-child {
    margin-top: 24px;
  }
}
.cid-vn9uvJxmYx .items-wrapper .item .item-wrapper .iconfont-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vn9uvJxmYx .items-wrapper .item .item-wrapper .iconfont-wrapper {
    margin-bottom: 16px;
  }
}
.cid-vn9uvJxmYx .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
}
.cid-vn9uvJxmYx .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 4px;
}
.cid-vn9uvJxmYx .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vn9uvJxmYx .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vn9uvJxmYx .btn-wrapper {
  margin-top: -2rem;
}
.cid-vn9uvJxmYx .item-title {
  color: #f0e7da;
}
.cid-vn9uvJxmYx .item-text {
  color: #000000;
}
.cid-vn9uvJxmYx .item-title,
.cid-vn9uvJxmYx .mbr-section-btn,
.cid-vn9uvJxmYx .iconfont-wrapper {
  color: #21242b;
}
.cid-vpPNwS7lsJ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-vpPNwS7lsJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpPNwS7lsJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpPNwS7lsJ .content-wrapper {
  padding: 0 36px;
}
@media (max-width: 992px) {
  .cid-vpPNwS7lsJ .content-wrapper {
    padding: 0 24px;
  }
}
.cid-vpPNwS7lsJ .items-wrapper {
  margin: 0 -20px;
}
.cid-vpPNwS7lsJ .items-wrapper .item {
  padding: 0 20px;
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vpPNwS7lsJ .items-wrapper .item:first-child {
    margin-top: 24px;
  }
}
.cid-vpPNwS7lsJ .items-wrapper .item .item-wrapper .iconfont-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vpPNwS7lsJ .items-wrapper .item .item-wrapper .iconfont-wrapper {
    margin-bottom: 16px;
  }
}
.cid-vpPNwS7lsJ .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
}
.cid-vpPNwS7lsJ .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 4px;
}
.cid-vpPNwS7lsJ .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vpPNwS7lsJ .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vpPNwS7lsJ .btn-wrapper {
  margin-top: -2rem;
}
.cid-vpPNwS7lsJ .item-title {
  color: #f0e7da;
}
.cid-vpPNwS7lsJ .item-text {
  color: #000000;
}
.cid-vpPNwS7lsJ .item-title,
.cid-vpPNwS7lsJ .mbr-section-btn,
.cid-vpPNwS7lsJ .iconfont-wrapper {
  color: #21242b;
}
.cid-vn9tfgKhEi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/2fa2e99c-6495-4761-8bc0-7e263abd261a-1545x1018.webp");
}
.cid-vn9tfgKhEi .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-vn9tfgKhEi .col-text {
    min-height: 575px;
  }
}
@media (max-width: 991px) {
  .cid-vn9tfgKhEi .col-form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-vn9tfgKhEi .col-form {
    padding: 30px;
  }
}
.cid-vn9tfgKhEi .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-vn9tfgKhEi .text-wrapper {
    text-align: center !important;
  }
}
.cid-vn9tfgKhEi .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #222222;
}
@media (max-width: 767px) {
  .cid-vn9tfgKhEi .label-text {
    text-align: center !important;
  }
}
.cid-vn9tfgKhEi .mbr-section-title {
  color: #222222;
  margin-bottom: 24px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-vn9tfgKhEi .mbr-section-title {
    text-align: center !important;
  }
}
.cid-vn9tfgKhEi .item {
  display: flex;
  align-items: center;
  margin: 12px 0;
}
.cid-vn9tfgKhEi .mbr-section-btn .btn {
  width: max-content;
}
.cid-vn9tfgKhEi .mbr-section-btn .btn-black {
  color: #021839 !important;
}
@media (max-width: 767px) {
  .cid-vn9tfgKhEi .mbr-section-btn {
    text-align: center !important;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-vn9tfgKhEi .mbr-section-btn .btn {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-vn9tfgKhEi .form-container {
    text-align: center !important;
  }
}
.cid-vn9tfgKhEi .form-wrap {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-vn9tfgKhEi .form-wrap {
    flex-wrap: wrap;
  }
}
.cid-vn9tfgKhEi .form-group {
  margin-bottom: 32px !important;
}
.cid-vn9tfgKhEi .form-control {
  font-size: 1rem;
  border-radius: 0 !important;
}
.cid-vn9tfgKhEi textarea {
  min-height: 114px;
}
.cid-vn9tfgKhEi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vn9tfgKhEi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vn9tfhs2jt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-vn9tfhs2jt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vn9tfhs2jt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vn9tfhs2jt .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vn9tfhs2jt .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-vn9tfhs2jt .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vn9tfhs2jt .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-vn9tfhs2jt .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vn9tfhs2jt .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vn9tfhs2jt .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vn9tfhs2jt .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-vn9tfhs2jt .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-vn9tfhs2jt .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vn9tfhs2jt .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-vn9tfhs2jt .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-vn9tfhs2jt .items-wrapper .card {
  padding: 0 32px;
}
.cid-vn9tfhs2jt .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vn9tfhs2jt .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vn9tfhs2jt .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-vn9tfhs2jt .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vn9tfhs2jt .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vn9tfhs2jt .list-wrapper .list .item-wrap:hover,
.cid-vn9tfhs2jt .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vn9tfhs2jt .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vn9tfhs2jt .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vn9tfhs2jt .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vn9tfhs2jt .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-vn9tfhs2jt .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-vn9tfhs2jt .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-vn9tfhs2jt .mbr-desc {
  color: #ffffff;
}
.cid-vn9tfhs2jt .mbr-text,
.cid-vn9tfhs2jt .text-wrapper {
  color: #9aa0a6;
}
.cid-vn9tfhs2jt .list {
  color: #9aa0a6;
}
.cid-vn9tfhs2jt .list,
.cid-vn9tfhs2jt .item-wrap {
  color: #ffffff;
}
.cid-vn9tfhs2jt .mbr-text,
.cid-vn9tfhs2jt .mbr-section-btn {
  color: #ffffff;
}
.cid-vn9wfNiwSO {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vn9wfNiwSO .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-vn9wfNiwSO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-vn9wfNiwSO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vn9wfNiwSO .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vn9wfNiwSO .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vn9wfNiwSO .menu_box .navbar.opened,
  .cid-vn9wfNiwSO .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-vn9wfNiwSO nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vn9wfNiwSO .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vn9wfNiwSO .btn:hover {
  box-shadow: none;
}
.cid-vn9wfNiwSO .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vn9wfNiwSO .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-vn9wfNiwSO .nav-item {
    margin: 0 !important;
  }
}
.cid-vn9wfNiwSO .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-vn9wfNiwSO .nav-item .nav-link:hover,
.cid-vn9wfNiwSO .nav-item .nav-link:focus {
  color: #baab99 !important;
}
.cid-vn9wfNiwSO .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vn9wfNiwSO .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vn9wfNiwSO .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vn9wfNiwSO .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vn9wfNiwSO .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vn9wfNiwSO .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vn9wfNiwSO .offcanvas_box {
    display: none;
  }
}
.cid-vn9wfNiwSO .dropdown-item {
  border: none;
  font-weight: 300 !important;
  transition: all 0.3s ease-in-out;
}
.cid-vn9wfNiwSO .dropdown-item:hover,
.cid-vn9wfNiwSO .dropdown-item:focus {
  color: #baab99 !important;
}
.cid-vn9wfNiwSO .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vn9wfNiwSO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -4px;
}
.cid-vn9wfNiwSO .container {
  display: flex;
  margin: auto;
}
.cid-vn9wfNiwSO .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vn9wfNiwSO .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vn9wfNiwSO .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vn9wfNiwSO .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vn9wfNiwSO .navbar-nav {
    margin: 0;
  }
}
.cid-vn9wfNiwSO .dropdown-menu,
.cid-vn9wfNiwSO .navbar.opened {
  background-color: false !important;
}
.cid-vn9wfNiwSO .nav-item:focus,
.cid-vn9wfNiwSO .nav-link:focus {
  outline: none;
}
.cid-vn9wfNiwSO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vn9wfNiwSO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vn9wfNiwSO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vn9wfNiwSO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vn9wfNiwSO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vn9wfNiwSO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vn9wfNiwSO .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vn9wfNiwSO .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vn9wfNiwSO .navbar.opened {
  transition: all 0.3s;
}
.cid-vn9wfNiwSO .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vn9wfNiwSO .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 5px !important;
}
.cid-vn9wfNiwSO .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vn9wfNiwSO .navbar.collapsed {
  justify-content: center;
}
.cid-vn9wfNiwSO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vn9wfNiwSO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vn9wfNiwSO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vn9wfNiwSO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vn9wfNiwSO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vn9wfNiwSO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vn9wfNiwSO .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vn9wfNiwSO .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vn9wfNiwSO .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vn9wfNiwSO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vn9wfNiwSO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vn9wfNiwSO .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vn9wfNiwSO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vn9wfNiwSO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vn9wfNiwSO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vn9wfNiwSO .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-vn9wfNiwSO .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vn9wfNiwSO .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vn9wfNiwSO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vn9wfNiwSO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vn9wfNiwSO .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vn9wfNiwSO .navbar.navbar-short {
  min-height: 60px;
}
.cid-vn9wfNiwSO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vn9wfNiwSO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vn9wfNiwSO .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-vn9wfNiwSO .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vn9wfNiwSO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vn9wfNiwSO .dropdown-item.active,
.cid-vn9wfNiwSO .dropdown-item:active {
  background-color: transparent;
}
.cid-vn9wfNiwSO .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (max-width: 991px) {
  .cid-vn9wfNiwSO .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 0 !important;
  }
}
.cid-vn9wfNiwSO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vn9wfNiwSO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vn9wfNiwSO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vn9wfNiwSO ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vn9wfNiwSO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vn9wfNiwSO button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #baab99;
}
.cid-vn9wfNiwSO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vn9wfNiwSO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vn9wfNiwSO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vn9wfNiwSO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vn9wfNiwSO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vn9wfNiwSO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vn9wfNiwSO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vn9wfNiwSO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vn9wfNiwSO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vn9wfNiwSO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vn9wfNiwSO .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-vn9wfNiwSO .navbar {
    height: 70px;
  }
  .cid-vn9wfNiwSO .navbar.opened {
    height: auto;
  }
  .cid-vn9wfNiwSO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vn9wfNiwSO .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-vn9wfNiwSO .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
.cid-vn9wfNiwSO .mbr-section-btn-main {
  width: fit-content;
}
.cid-vn9wfNiwSO .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 235px;
}
.cid-vn9wfNiwSO .navbar-caption:hover {
  color: #021839;
}
@media (min-width: 992px) {
  .cid-vn9wfNiwSO .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vn9wfNiwSO .text_widget {
  margin-bottom: 32px;
}
.cid-vn9wfNiwSO .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vn9wfNiwSO .text_widget a:hover,
.cid-vn9wfNiwSO .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-vn9wfNiwSO .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-vn9wfNiwSO .mbr-section-subtitle {
  color: #30262b;
  text-align: center;
}
.cid-vn9wfNiwSO .navbar-caption {
  color: #30262b;
}
.cid-vn9wfNiwSO .mbr-text {
  color: #30262b;
  text-align: center;
}
.cid-vn9wfNiwSO .icons-menu-main {
  display: flex;
}
.cid-vn9wfNiwSO .mbr-section-subtitle,
.cid-vn9wfNiwSO .text_widget,
.cid-vn9wfNiwSO .mbr-section-btn {
  text-align: center;
}
.cid-vn9wfNiwSO a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vn9wfOqMNc {
  padding-bottom: 2rem;
  align-items: flex-end;
  background-image: url("../../../assets/images/mbr-1920x1199.webp");
  position: relative;
}
.cid-vn9wfOqMNc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vn9wfOqMNc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vn9wfOqMNc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  border: 8px solid #0f0e0e;
  background-image: linear-gradient(45deg, #0f0e0e -15%, transparent 50%, #0f0e0e 115%);
}
.cid-vn9wfOqMNc .desc-wrapper {
  position: relative;
  z-index: 2;
}
.cid-vn9wfOqMNc .desc-wrapper .desc-wrap {
  display: inline-block;
  width: 15%;
  margin-bottom: 24px;
  position: relative;
  padding: 16px;
}
@media (max-width: 1840px) {
  .cid-vn9wfOqMNc .desc-wrapper .desc-wrap {
    width: 20%;
  }
}
@media (max-width: 1640px) {
  .cid-vn9wfOqMNc .desc-wrapper .desc-wrap {
    width: 30%;
  }
}
@media (max-width: 1440px) {
  .cid-vn9wfOqMNc .desc-wrapper .desc-wrap {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-vn9wfOqMNc .desc-wrapper .desc-wrap {
    width: auto;
  }
}
.cid-vn9wfOqMNc .desc-wrapper .desc-wrap .corner-wrap {
  position: absolute;
  width: 13px;
  height: 13px;
}
.cid-vn9wfOqMNc .desc-wrapper .desc-wrap .corner_1 {
  top: 0;
  left: 0;
  border-top: 2px solid #ffedd6;
  border-left: 2px solid #ffedd6;
}
.cid-vn9wfOqMNc .desc-wrapper .desc-wrap .corner_2 {
  bottom: 0;
  right: 0;
  border-right: 2px solid #ffedd6;
  border-bottom: 2px solid #ffedd6;
}
.cid-vn9wfOqMNc .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-vn9wfOqMNc .title-wrapper {
  position: relative;
  z-index: 3;
}
.cid-vn9wfOqMNc .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vn9wfOqMNc .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vn9wfOqMNc .title-wrapper .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vn9wfOqMNc .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vn9wfOqMNc .title-wrapper .mbr-section-btn {
  margin-top: 6px;
}
.cid-vn9wfOqMNc .mbr-label {
  position: relative;
  z-index: 2;
  font-size: 270px;
  line-height: 1;
  margin-bottom: 2px;
  color: #ffedd6;
  text-align: center;
}
@media (max-width: 1840px) {
  .cid-vn9wfOqMNc .mbr-label {
    font-size: 220px;
  }
}
@media (max-width: 1640px) {
  .cid-vn9wfOqMNc .mbr-label {
    font-size: 200px;
  }
}
@media (max-width: 1440px) {
  .cid-vn9wfOqMNc .mbr-label {
    font-size: 160px;
  }
}
@media (max-width: 1280px) {
  .cid-vn9wfOqMNc .mbr-label {
    font-size: 100px;
    line-height: 1.1;
  }
}
@media (max-width: 992px) {
  .cid-vn9wfOqMNc .mbr-label {
    font-size: 80px;
  }
}
@media (max-width: 768px) {
  .cid-vn9wfOqMNc .mbr-label {
    font-size: 50px;
  }
}
.cid-vn9wfOqMNc .mbr-section-title {
  color: #ffedd6;
}
.cid-vn9wfOqMNc .mbr-text,
.cid-vn9wfOqMNc .text-wrapper {
  color: #ffedd6;
  text-align: right;
}
.cid-vn9wfOqMNc .mbr-desc {
  color: #ffedd6;
}
.cid-vn9wfOqMNc .mbr-section-title,
.cid-vn9wfOqMNc .mbr-section-btn {
  text-align: right;
}
.cid-vn9wfOqMNc .mbr-desc,
.cid-vn9wfOqMNc .desc-wrapper {
  text-align: justify;
}
.cid-vn9xdtge7R {
  background-color: #f5f5f5;
}
.cid-vn9xdtge7R .mbr-fallback-image.disabled {
  display: none;
}
.cid-vn9xdtge7R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vn9xdtge7R .content-wrapper .mbr-text {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vn9xdtge7R .content-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-vn9xdtge7R .content-wrapper .mbr-name {
  margin-bottom: 4px;
}
.cid-vn9xdtge7R .content-wrapper .mbr-role {
  margin-bottom: 0;
}
.cid-vn9xdtge7R .content-wrapper .mbr-section-btn {
  margin-top: 30px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-vn9xdtge7R .content-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
@media (max-width: 992px) {
  .cid-vn9xdtge7R .image-wrapper {
    margin-top: 40px;
  }
}
.cid-vn9xdtge7R .image-wrapper img {
  height: 700px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vn9xdtge7R .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-vn9xdtge7R .image-wrapper img {
    height: 400px;
  }
}
@media (max-width: 768px) {
  .cid-vn9xdtge7R .image-wrapper img {
    height: 300px;
  }
}
.cid-vn9xdtge7R .mbr-text {
  color: #ffffff;
}
.cid-vn9xdtge7R .mbr-name {
  color: #021839;
}
.cid-vn9xdtge7R .mbr-role {
  color: #021839;
}
.cid-vn9xdtge7R .mbr-text,
.cid-vn9xdtge7R .mbr-section-btn {
  color: #021839;
}
.cid-vpPPzktNe2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vpPPzktNe2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpPPzktNe2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpPPzktNe2 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vpPPzktNe2 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vpPPzktNe2 .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 9px 14px;
  margin-bottom: 20px;
  background-color: #deeff8;
}
.cid-vpPPzktNe2 .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .cid-vpPPzktNe2 .title-wrapper .title-wrap .mbr-section-title {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-vpPPzktNe2 .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vpPPzktNe2 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vpPPzktNe2 .title-wrapper .text-wrapper .mbr-text {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-vpPPzktNe2 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vpPPzktNe2 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 350px;
  max-width: 350px;
}
@media (max-width: 768px) {
  .cid-vpPPzktNe2 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vpPPzktNe2 .embla__slide .slide-content {
  width: 100%;
}
.cid-vpPPzktNe2 .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  min-height: 425px;
  padding: 15px;
}
.cid-vpPPzktNe2 .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vpPPzktNe2 .embla__slide .slide-content .item-wrapper .card-box {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: space-between;
  pointer-events: none;
}
.cid-vpPPzktNe2 .embla__slide .slide-content .item-wrapper .card-box .item-content {
  width: 100%;
  padding: 15px;
  background-color: #ffffff;
  pointer-events: visible;
}
.cid-vpPPzktNe2 .embla__slide .slide-content .item-wrapper .card-box .item-content .date-wrapper {
  margin-bottom: 5px;
}
.cid-vpPPzktNe2 .embla__slide .slide-content .item-wrapper .card-box .item-content .date-wrapper .date-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vpPPzktNe2 .embla__slide .slide-content .item-wrapper .card-box .item-content .date-wrapper .date-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 16px;
}
.cid-vpPPzktNe2 .embla__slide .slide-content .item-wrapper .card-box .item-content .date-wrapper .date-wrap .item-date {
  margin-bottom: 0;
}
.cid-vpPPzktNe2 .embla__slide .slide-content .item-wrapper .card-box .item-content .item-title {
  margin-bottom: 0;
}
.cid-vpPPzktNe2 .embla__slide .slide-content .item-wrapper .card-box .item-content .item-text {
  margin-top: 10px;
  margin-bottom: 0;
}
.cid-vpPPzktNe2 .embla__slide .slide-content .item-wrapper .card-box .item-content .mbr-section-btn {
  width: 100%;
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vpPPzktNe2 .embla__slide .slide-content .item-wrapper .card-box .item-content .mbr-section-btn .btn {
  width: 100%;
}
.cid-vpPPzktNe2 .embla__slide .slide-content .item-wrapper .card-box .desc-wrapper {
  display: inline-flex;
  align-items: center;
  width: 70%;
  padding: 10px;
  background-color: #ffffff;
  gap: 10px;
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vpPPzktNe2 .embla__slide .slide-content .item-wrapper .card-box .desc-wrapper {
    width: 100%;
  }
}
.cid-vpPPzktNe2 .embla__slide .slide-content .item-wrapper .card-box .desc-wrapper .iconfont-wrap .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #deeff8;
  font-size: 16px;
  width: 44px;
  height: 44px;
  min-width: 44px;
}
.cid-vpPPzktNe2 .embla__slide .slide-content .item-wrapper .card-box .desc-wrapper .desc-wrap .item-label {
  margin-bottom: 0;
}
.cid-vpPPzktNe2 .embla__slide .slide-content .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-vpPPzktNe2 .embla__button--next,
.cid-vpPPzktNe2 .embla__button--prev {
  display: flex;
}
.cid-vpPPzktNe2 .embla__button {
  top: 0;
  width: 40px;
  height: 40px;
  font-size: 14px;
  background-color: #deeff8 !important;
  color: #16526e !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-vpPPzktNe2 .embla__button:hover {
  opacity: .8 !important;
  transform: scale(1.1);
}
.cid-vpPPzktNe2 .embla__button:disabled {
  background-color: #deeff8 !important;
  color: #16526e !important;
  opacity: .5 !important;
  transform: none;
}
.cid-vpPPzktNe2 .embla__button.embla__button--prev {
  margin-left: -55px;
}
.cid-vpPPzktNe2 .embla__button.embla__button--prev .mbr-iconfont {
  margin-left: -3px;
}
.cid-vpPPzktNe2 .embla__button.embla__button--next {
  margin-right: -55px;
}
.cid-vpPPzktNe2 .embla__button.embla__button--next .mbr-iconfont {
  margin-right: -3px;
}
.cid-vpPPzktNe2 .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vpPPzktNe2 .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vpPPzktNe2 .embla__viewport {
    padding: 0;
  }
}
.cid-vpPPzktNe2 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vpPPzktNe2 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vpPPzktNe2 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vpPPzktNe2 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vpPPzktNe2 .mbr-label,
.cid-vpPPzktNe2 .label-wrapper {
  color: #116e99;
}
.cid-vpPPzktNe2 .mbr-section-title,
.cid-vpPPzktNe2 .title-wrap {
  color: #000000;
}
.cid-vpPPzktNe2 .mbr-text,
.cid-vpPPzktNe2 .text-wrapper {
  color: #8b8b8a;
}
.cid-vpPPzktNe2 .item-date {
  color: #116e99;
}
.cid-vpPPzktNe2 .item-title {
  color: #000000;
}
.cid-vpPPzktNe2 .item-text {
  color: #8b8b8a;
}
.cid-vpPPzktNe2 .item-label {
  color: #8b8b8a;
}
.cid-vpPPzktNe2 .item-desc {
  color: #000000;
}
.cid-vn9wfQLxQG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/2fa2e99c-6495-4761-8bc0-7e263abd261a-1545x1018.webp");
}
.cid-vn9wfQLxQG .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-vn9wfQLxQG .col-text {
    min-height: 575px;
  }
}
@media (max-width: 991px) {
  .cid-vn9wfQLxQG .col-form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-vn9wfQLxQG .col-form {
    padding: 30px;
  }
}
.cid-vn9wfQLxQG .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-vn9wfQLxQG .text-wrapper {
    text-align: center !important;
  }
}
.cid-vn9wfQLxQG .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #222222;
}
@media (max-width: 767px) {
  .cid-vn9wfQLxQG .label-text {
    text-align: center !important;
  }
}
.cid-vn9wfQLxQG .mbr-section-title {
  color: #222222;
  margin-bottom: 24px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-vn9wfQLxQG .mbr-section-title {
    text-align: center !important;
  }
}
.cid-vn9wfQLxQG .item {
  display: flex;
  align-items: center;
  margin: 12px 0;
}
.cid-vn9wfQLxQG .mbr-section-btn .btn {
  width: max-content;
}
.cid-vn9wfQLxQG .mbr-section-btn .btn-black {
  color: #021839 !important;
}
@media (max-width: 767px) {
  .cid-vn9wfQLxQG .mbr-section-btn {
    text-align: center !important;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-vn9wfQLxQG .mbr-section-btn .btn {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-vn9wfQLxQG .form-container {
    text-align: center !important;
  }
}
.cid-vn9wfQLxQG .form-wrap {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-vn9wfQLxQG .form-wrap {
    flex-wrap: wrap;
  }
}
.cid-vn9wfQLxQG .form-group {
  margin-bottom: 32px !important;
}
.cid-vn9wfQLxQG .form-control {
  font-size: 1rem;
  border-radius: 0 !important;
}
.cid-vn9wfQLxQG textarea {
  min-height: 114px;
}
.cid-vn9wfQLxQG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vn9wfQLxQG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vn9wfRxJsS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-vn9wfRxJsS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vn9wfRxJsS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vn9wfRxJsS .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vn9wfRxJsS .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-vn9wfRxJsS .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vn9wfRxJsS .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-vn9wfRxJsS .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vn9wfRxJsS .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vn9wfRxJsS .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vn9wfRxJsS .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-vn9wfRxJsS .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-vn9wfRxJsS .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vn9wfRxJsS .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-vn9wfRxJsS .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-vn9wfRxJsS .items-wrapper .card {
  padding: 0 32px;
}
.cid-vn9wfRxJsS .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vn9wfRxJsS .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vn9wfRxJsS .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-vn9wfRxJsS .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vn9wfRxJsS .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-vn9wfRxJsS .list-wrapper .list .item-wrap:hover,
.cid-vn9wfRxJsS .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-vn9wfRxJsS .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vn9wfRxJsS .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vn9wfRxJsS .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vn9wfRxJsS .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-vn9wfRxJsS .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-vn9wfRxJsS .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-vn9wfRxJsS .mbr-desc {
  color: #ffffff;
}
.cid-vn9wfRxJsS .mbr-text,
.cid-vn9wfRxJsS .text-wrapper {
  color: #9aa0a6;
}
.cid-vn9wfRxJsS .list {
  color: #9aa0a6;
}
.cid-vn9wfRxJsS .list,
.cid-vn9wfRxJsS .item-wrap {
  color: #ffffff;
}
.cid-vn9wfRxJsS .mbr-text,
.cid-vn9wfRxJsS .mbr-section-btn {
  color: #ffffff;
}
