.btn {
  border-width: 2px;
}
body {
  font-family: Frank Ruhl Libre;
}
.display-1 {
  font-family: 'Tapestry', handwriting;
  font-size: 4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Tapestry', handwriting;
  font-size: 2rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Luxurious Roman', display;
  font-size: 1.375rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.71875rem;
}
.display-5 {
  font-family: 'Tapestry', handwriting;
  font-size: 3rem;
  line-height: 1.05;
}
.display-5 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-7 {
  font-family: 'Luxurious Roman', display;
  font-size: 1.13rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.4125rem;
}
/* ---- 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;
  }
  .display-2 {
    font-size: 1.6rem;
  }
  .display-5 {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 1.42rem + (4 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (1.42rem + (4 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.4rem;
    font-size: calc( 1.1400000000000001rem + (2 - 1.1400000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (1.1400000000000001rem + (2 - 1.1400000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.1rem;
    font-size: calc( 1.09375rem + (1.375 - 1.09375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.09375rem + (1.375 - 1.09375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.1rem;
    font-size: calc( 1.3rem + (3 - 1.3) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.05 * (1.3rem + (3 - 1.3) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.904rem;
    font-size: calc( 1.0325rem + (1.13 - 1.0325) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0325rem + (1.13 - 1.0325) * ((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: #4a75f8 !important;
}
.bg-success {
  background-color: #7f9c26 !important;
}
.bg-info {
  background-color: #bf9341 !important;
}
.bg-warning {
  background-color: #0f2051 !important;
}
.bg-danger {
  background-color: #73091c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #4a75f8 !important;
  border-color: #4a75f8 !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: #093fe3 !important;
  border-color: #093fe3 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #093fe3 !important;
  border-color: #093fe3 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #3c4e84 !important;
  border-color: #3c4e84 !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: #212b48 !important;
  border-color: #212b48 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #212b48 !important;
  border-color: #212b48 !important;
}
.btn-info,
.btn-info:active {
  background-color: #bf9341 !important;
  border-color: #bf9341 !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: #7f612b !important;
  border-color: #7f612b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #7f612b !important;
  border-color: #7f612b !important;
}
.btn-success,
.btn-success:active {
  background-color: #7f9c26 !important;
  border-color: #7f9c26 !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: #465615 !important;
  border-color: #465615 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #465615 !important;
  border-color: #465615 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #0f2051 !important;
  border-color: #0f2051 !important;
  color: #ffffff !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: #ffffff !important;
  background-color: #010308 !important;
  border-color: #010308 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #010308 !important;
  border-color: #010308 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #73091c !important;
  border-color: #73091c !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: #230308 !important;
  border-color: #230308 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #230308 !important;
  border-color: #230308 !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;
  color: #4a75f8;
  border-color: #4a75f8;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  box-shadow: none!important;
  border-color: #093fe3 !important;
  background-color: #093fe3 !important;
  color: #ffffff !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #4a75f8 !important;
  border-color: #4a75f8 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  color: #3c4e84;
  border-color: #3c4e84;
  color: #ffffff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  box-shadow: none!important;
  border-color: #212b48 !important;
  background-color: #212b48 !important;
  color: #ffffff !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #3c4e84 !important;
  border-color: #3c4e84 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  color: #bf9341;
  border-color: #bf9341;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  box-shadow: none!important;
  border-color: #7f612b !important;
  background-color: #7f612b !important;
  color: #ffffff !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #bf9341 !important;
  border-color: #bf9341 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  color: #7f9c26;
  border-color: #7f9c26;
  color: #ffffff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  box-shadow: none!important;
  border-color: #465615 !important;
  background-color: #465615 !important;
  color: #ffffff !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #7f9c26 !important;
  border-color: #7f9c26 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  color: #0f2051;
  border-color: #0f2051;
  color: #ffffff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  box-shadow: none!important;
  border-color: #010308 !important;
  background-color: #010308 !important;
  color: #ffffff !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #0f2051 !important;
  border-color: #0f2051 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  color: #73091c;
  border-color: #73091c;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  box-shadow: none!important;
  border-color: #230308 !important;
  background-color: #230308 !important;
  color: #ffffff !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #73091c !important;
  border-color: #73091c !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  color: #232323;
  border-color: #232323;
  color: #ffffff;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  box-shadow: none!important;
  border-color: #000000 !important;
  background-color: #000000 !important;
  color: #ffffff !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;
  color: #fafafa;
  border-color: #fafafa;
  color: #7a7a7a;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  box-shadow: none!important;
  border-color: #cfcfcf !important;
  background-color: #cfcfcf !important;
  color: #4f4f4f !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #4a75f8 !important;
}
.text-secondary {
  color: #3c4e84 !important;
}
.text-success {
  color: #7f9c26 !important;
}
.text-info {
  color: #bf9341 !important;
}
.text-warning {
  color: #0f2051 !important;
}
.text-danger {
  color: #73091c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #083bd4 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #1c253e !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #3c4a12 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #735927 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #140205 !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: #4a75f8;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #bf9341;
}
.alert-warning {
  background-color: #0f2051;
}
.alert-danger {
  background-color: #73091c;
}
.mbr-gallery-filter li.active .btn {
  background-color: #4a75f8;
  border-color: #4a75f8;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #4a75f8;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #beda67;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #dfc9a0;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #6384e2;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e91239;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Luxurious Roman', display;
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.71875rem;
}
.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: #4a75f8 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Luxurious Roman', display;
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.71875rem;
}
blockquote {
  border-color: #4a75f8;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #4a75f8;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #4a75f8;
}
.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: #4a75f8;
  border-bottom-color: #4a75f8;
}
.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: #4a75f8 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #3c4e84 !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='%234a75f8' %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-duration: .2s;
}
a:hover {
  background-image: none !important;
}
.container,
.container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 1399px) {
  .container,
  .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 1199px) {
  .container,
  .container-fluid {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media (max-width: 1199px) {
  .container,
  .container-fluid {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media (max-width: 991px) {
  .container,
  .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .container,
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 575px) {
  .container,
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.container {
  max-width: 1400px;
  margin: 0 auto;
}
.row {
  margin-left: -50px;
  margin-right: -50px;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 1399px) {
  .row {
    margin-left: -45px;
    margin-right: -45px;
    justify-content: center;
  }
  .row > [class*="col"] {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 1199px) {
  .row {
    margin-left: -36px;
    margin-right: -36px;
    justify-content: center;
  }
  .row > [class*="col"] {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media (max-width: 991px) {
  .row {
    margin-left: -40px;
    margin-right: -40px;
    justify-content: center;
  }
  .row > [class*="col"] {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .row {
    margin-left: -30px;
    margin-right: -30px;
    justify-content: center;
  }
  .row > [class*="col"] {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 575px) {
  .row {
    margin-left: -20px;
    margin-right: -20px;
    justify-content: center;
  }
  .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.row {
  justify-content: center;
}
.mbr-section-btn .btn {
  min-width: 100px;
  min-height: 50px;
  padding: 15px 33px;
  font-weight: 500;
  line-height: 1 !important;
  transition-duration: .2s;
  box-shadow: none !important;
  border-radius: 25px !important;
  overflow: hidden !important;
}
.mbr-section-btn .btn .mbr-iconfont {
  transition: .5s all;
}
.mbr-section-btn .btn:hover .mbr-iconfont {
  transform: translateX(4px);
}
@media (max-width: 575px) {
  .mbr-section-btn {
    width: 100%;
  }
  .mbr-section-btn .btn {
    width: 100%;
    padding: 12px 24px;
    min-width: auto !important;
  }
}
.cid-ucRBdM8GeG {
  min-height: 101px !important;
  background: #73091c;
  overflow: visible;
}
.cid-ucRBdM8GeG .nav-item,
.cid-ucRBdM8GeG .nav-link,
.cid-ucRBdM8GeG .navbar-caption {
  font-weight: normal;
}
.cid-ucRBdM8GeG .nav-link {
  position: relative;
  line-height: 40px;
}
.cid-ucRBdM8GeG .nav-link:before,
.cid-ucRBdM8GeG .soc-item a:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  transition: .45s ease;
}
.cid-ucRBdM8GeG .nav-item:hover .nav-link:before,
.cid-ucRBdM8GeG .soc-item:hover a:before {
  height: 2px;
  background-color: #73091c;
  margin-top: 2px;
}
.cid-ucRBdM8GeG .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-ucRBdM8GeG .dropdown-toggle::after,
.cid-ucRBdM8GeG .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);
}
.cid-ucRBdM8GeG .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-ucRBdM8GeG .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-ucRBdM8GeG .nav-item:focus,
.cid-ucRBdM8GeG .nav-link:focus {
  outline: none;
}
.cid-ucRBdM8GeG .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-ucRBdM8GeG .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-ucRBdM8GeG .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-ucRBdM8GeG .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-ucRBdM8GeG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucRBdM8GeG .navbar {
  transition: all .3s;
  background: #73091c;
}
.cid-ucRBdM8GeG .navbar.opened {
  transition: all .3s;
  background: #73091c !important;
}
.cid-ucRBdM8GeG .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-ucRBdM8GeG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucRBdM8GeG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucRBdM8GeG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 1rem);
  }
}
.cid-ucRBdM8GeG .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-ucRBdM8GeG .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-ucRBdM8GeG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-ucRBdM8GeG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-ucRBdM8GeG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucRBdM8GeG .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-ucRBdM8GeG .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ucRBdM8GeG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucRBdM8GeG .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-ucRBdM8GeG .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-ucRBdM8GeG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ucRBdM8GeG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ucRBdM8GeG .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-ucRBdM8GeG .navbar.navbar-short {
  background: #73091c !important;
  min-height: 60px;
}
.cid-ucRBdM8GeG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-ucRBdM8GeG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ucRBdM8GeG .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-ucRBdM8GeG .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-ucRBdM8GeG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucRBdM8GeG .dropdown-item.active,
.cid-ucRBdM8GeG .dropdown-item:active {
  background-color: transparent;
}
.cid-ucRBdM8GeG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #73091c;
}
.cid-ucRBdM8GeG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-ucRBdM8GeG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ucRBdM8GeG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucRBdM8GeG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ucRBdM8GeG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ucRBdM8GeG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ucRBdM8GeG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ucRBdM8GeG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ucRBdM8GeG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ucRBdM8GeG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ucRBdM8GeG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ucRBdM8GeG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ucRBdM8GeG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ucRBdM8GeG .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
  position: fixed;
}
.cid-ucRBdM8GeG a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-ucRBdM8GeG .mbr-iconfont {
  color: #ffffff;
}
.cid-ucRBdM8GeG .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-ucRBdM8GeG .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucRBdM8GeG .navbar {
    height: 77px;
  }
  .cid-ucRBdM8GeG .navbar.opened {
    height: auto;
  }
  .cid-ucRBdM8GeG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucRBdM8GeG .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-ucTZpGa9Zd {
  padding-top: 120px;
  padding-bottom: 180px;
  background-color: #192732;
}
@media (max-width: 767px) {
  .cid-ucTZpGa9Zd {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.cid-ucTZpGa9Zd img {
  width: 100%;
  border-radius: 30px;
}
.cid-ucTZpGa9Zd .mbr-section-title {
  color: #ffffff;
}
.cid-ucTZpGa9Zd .mbr-section-subtitle {
  background-color: #3c4e84;
  padding: 0 1rem;
  border-radius: 5px;
  display: inline-block;
  font-family: 'Tapestry', handwriting;
  font-weight: 900;
  color: #ffffff;
}
.cid-ucTZpGa9Zd .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-ucTZpGa9Zd .svg-1 path {
  fill: #73091c;
}
.cid-ucTZpGa9Zd .container-fluid {
  max-width: 1200px;
}
.cid-ucTZpGa9Zd .mbr-arrow {
  z-index: 1;
}
.cid-ucTZpGa9Zd .mbr-section-btn {
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .cid-ucTZpGa9Zd .container-fluid {
    padding: 0 1.5rem;
  }
}
@media (max-width: 992px) {
  .cid-ucTZpGa9Zd .imageContainer {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ucTZpGa9Zd .container-fluid {
    padding: 0 1rem;
  }
  .cid-ucTZpGa9Zd .mbr-section-subtitle {
    margin-bottom: 1.4rem;
  }
}
.cid-ucTZpGa9Zd .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucTZpGa9Zd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucTZpGa9Zd .row > div,
.cid-ucTZpGa9Zd .mbr-section-title {
  color: #ffffff;
}
.cid-ucU9eLpVZs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucU9eLpVZs .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-ucU9eLpVZs .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-ucU9eLpVZs .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-ucU9eLpVZs .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 5px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #73091c;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucUDVWVzcT {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #73091c;
}
.cid-ucUDVWVzcT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUDVWVzcT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucUDVWVzcT .line {
  width: 100%;
  opacity: 0.6;
  height: 1px;
  background: currentColor;
  margin-top: 8rem;
}
.cid-ucUDVWVzcT .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-ucUDVWVzcT .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-ucUDVWVzcT {
    align-items: center;
  }
  .cid-ucUDVWVzcT .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ucUDVWVzcT .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ucUDVWVzcT {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ucUDVWVzcT .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ucUDVWVzcT .content-wrap {
    width: 100%;
  }
}
.cid-ucUDVWVzcT .mbr-section-title {
  text-align: left;
  color: #fffcee;
}
.cid-ucUDVWVzcT .mbr-text,
.cid-ucUDVWVzcT .mbr-section-btn {
  text-align: left;
  color: #fffcee;
}
.cid-ucUDVWVzcT .mbr-section-title,
.cid-ucUDVWVzcT .line {
  color: #fffcee;
}
.cid-ucU9XItusz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #192227;
}
.cid-ucU9XItusz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucU9XItusz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucU9XItusz .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ucU9XItusz .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ucU9XItusz .container {
    padding: 0 16px;
  }
}
.cid-ucU9XItusz .row {
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-ucU9XItusz .row {
    margin: 0 10px;
  }
}
.cid-ucU9XItusz .row .card {
  position: relative;
}
@media (max-width: 992px) {
  .cid-ucU9XItusz .row .card {
    padding: 0;
  }
}
.cid-ucU9XItusz .row .card:first-child .decor-wrapper {
  position: absolute;
  top: 0;
  right: -70rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #73091c;
  border-radius: 10%;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-ucU9XItusz .row .card:first-child .decor-wrapper {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-ucU9XItusz .title-wrapper {
  position: relative;
  z-index: 1;
  padding-right: 80px;
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-ucU9XItusz .title-wrapper {
    padding-right: 0;
  }
}
.cid-ucU9XItusz .title-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ucU9XItusz .title-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ucU9XItusz .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 75px;
  height: 75px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #192227;
  background-color: #73091c;
  transform: rotate(-45deg);
  border-radius: 100%;
}
.cid-ucU9XItusz .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ucU9XItusz .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ucU9XItusz .title-wrapper .mbr-text {
  margin: 0;
}
.cid-ucU9XItusz .title-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-ucU9XItusz .title-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-ucU9XItusz .image-wrapper {
  position: relative;
  z-index: 1;
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-ucU9XItusz .image-wrapper {
    padding-top: 40px;
  }
}
@media (max-width: 992px) {
  .cid-ucU9XItusz .image-wrapper {
    padding-top: 40px;
  }
}
.cid-ucU9XItusz .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ucU9XItusz .image-wrapper img {
    height: 350px;
  }
}
.cid-ucU9XItusz .mbr-section-title {
  color: #fdfcfc;
}
.cid-ucU9XItusz .mbr-text {
  color: #F9A600;
}
.cid-ucU9XItusz .mbr-text,
.cid-ucU9XItusz .mbr-section-btn {
  color: #fafafa;
}
.cid-ucQxMNingT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #73091c;
  position: relative;
}
.cid-ucQxMNingT::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #73091c, #192732);
}
.cid-ucQxMNingT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucQxMNingT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucQxMNingT .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-ucQxMNingT .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-ucQxMNingT .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ucQxMNingT .container {
    padding: 0 16px;
  }
}
.cid-ucQxMNingT .content-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-ucQxMNingT .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-ucQxMNingT .item {
  margin-bottom: 32px;
}
.cid-ucQxMNingT .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-ucQxMNingT .item .item-wrapper .card-box .title-wrapper .title-wrap {
    margin-bottom: 16px;
  }
}
.cid-ucQxMNingT .item .item-wrapper .card-box .title-wrapper .title-wrap .mbr-iconfont {
  font-size: 36px;
  color: #f4f4f4;
  margin-right: 12px;
}
.cid-ucQxMNingT .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-ucQxMNingT .item .item-wrapper .card-box .text-wrap .card-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
.cid-ucQxMNingT .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-ucQxMNingT .card-title {
  color: #f4f4f4;
}
.cid-ucQxMNingT .card-text {
  color: #c1c1c1;
}
.cid-ucQAvHEt0Z {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #171e25;
}
.cid-ucQAvHEt0Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucQAvHEt0Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucQAvHEt0Z .row {
  justify-content: left;
}
.cid-ucQAvHEt0Z .main-col {
  display: flex;
}
.cid-ucQAvHEt0Z .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-ucQAvHEt0Z .mbr-section-title {
  color: #BF9341;
  width: 100%;
}
.cid-ucQAvHEt0Z .mbr-section-subtitle {
  color: #fafafa;
  width: 100%;
  margin-top: 20px;
}
.cid-ucQAvHEt0Z .mbr-text {
  color: #fafafa;
  width: 100%;
  margin-top: 1rem;
}
.cid-ucQuEo4cop {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #73091c;
}
.cid-ucQuEo4cop .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucQuEo4cop .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucQuEo4cop .container {
  max-width: 900px;
}
.cid-ucQuEo4cop .content-container {
  display: flex;
  align-items: stretch;
}
@media (max-width: 767px) {
  .cid-ucQuEo4cop .content-container {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.cid-ucQuEo4cop .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 45%;
  padding-left: 40px;
}
@media (max-width: 991px) {
  .cid-ucQuEo4cop .card-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 767px) {
  .cid-ucQuEo4cop .card-wrapper {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
}
.cid-ucQuEo4cop .card-box {
  width: 100%;
}
.cid-ucQuEo4cop .card-title {
  width: 100%;
  color: #192732;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-ucQuEo4cop .card-title {
    margin-bottom: 24px;
    text-align: center !important;
  }
}
.cid-ucQuEo4cop .mbr-text {
  width: 100%;
  color: #192732;
}
@media (max-width: 767px) {
  .cid-ucQuEo4cop .mbr-text {
    text-align: center !important;
  }
}
.cid-ucQuEo4cop .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-ucQuEo4cop .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-ucQuEo4cop .img-container {
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .cid-ucQuEo4cop .img-container {
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .cid-ucQuEo4cop .img-container {
    width: 100%;
    padding: 0;
  }
}
.cid-ucQuEo4cop .image-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-ucQuEo4cop .image-wrapper img {
  object-fit: cover;
  max-height: 100vh;
}
.cid-ucQuEo4cop .card-title,
.cid-ucQuEo4cop .mbr-section-btn {
  color: #fafafa;
}
.cid-ucQuEo4cop .mbr-text,
.cid-ucQuEo4cop .mbr-section-btn {
  color: #fafafa;
}
.cid-ucUaF0bVQA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #192227;
}
.cid-ucUaF0bVQA .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUaF0bVQA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucUaF0bVQA .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ucUaF0bVQA .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ucUaF0bVQA .container {
    padding: 0 16px;
  }
}
.cid-ucUaF0bVQA .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-ucUaF0bVQA .row {
    margin: 0 10px;
  }
}
.cid-ucUaF0bVQA .row .card {
  position: relative;
  padding: 0;
}
.cid-ucUaF0bVQA .row .card .decor-wrapper_1 {
  position: absolute;
  top: -25rem;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #73091c;
  border-radius: 15rem;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-ucUaF0bVQA .row .card .decor-wrapper_1 {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-ucUaF0bVQA .row .card .decor-wrapper_1 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-ucUaF0bVQA .row .card .decor-wrapper_2 {
  position: absolute;
  top: 0;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #73091c;
  border-radius: 14%;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-ucUaF0bVQA .row .card .decor-wrapper_2 {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-ucUaF0bVQA .row .card .decor-wrapper_2 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-ucUaF0bVQA .title-wrapper {
  position: relative;
  z-index: 1;
  padding-left: 100px;
  width: 60%;
  margin: 0 auto;
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-ucUaF0bVQA .title-wrapper {
    padding-left: 0;
    width: 100%;
  }
}
.cid-ucUaF0bVQA .title-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ucUaF0bVQA .title-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ucUaF0bVQA .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 75px;
  height: 75px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #192227;
  background-color: #f9a600;
  transform: rotate(45deg);
  border-radius: 100%;
}
.cid-ucUaF0bVQA .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ucUaF0bVQA .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ucUaF0bVQA .title-wrapper .mbr-text {
  margin: 0;
}
.cid-ucUaF0bVQA .mbr-section-title {
  color: #fdfcfc;
}
.cid-ucUaF0bVQA .mbr-text {
  color: #F9A600;
}
.cid-ucUaF0bVQA .mbr-text,
.cid-ucUaF0bVQA .mbr-section-btn {
  color: #fafafa;
}
.cid-ucQu89z5IF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #171e25;
}
.cid-ucQu89z5IF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucQu89z5IF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucQu89z5IF .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-ucQu89z5IF .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-ucQu89z5IF .container {
    padding: 0 30px;
  }
}
.cid-ucQu89z5IF .mbr-section-title {
  margin-bottom: 70px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ucQu89z5IF .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-ucQu89z5IF .video-block .video-wrapper .app-video-wrapper img {
  height: 700px;
  object-fit: cover;
  border-radius: 2em;
}
@media (max-width: 992px) {
  .cid-ucQu89z5IF .video-block .video-wrapper .app-video-wrapper img {
    height: 350px;
  }
}
.cid-ucQu89z5IF .video-block .video-wrapper .app-video-wrapper::before {
  color: #fe5115;
  text-shadow: none;
}
.cid-ucQu89z5IF .video-block .video-wrapper iframe {
  height: 700px;
  object-fit: cover;
  border-radius: 2em;
}
@media (max-width: 992px) {
  .cid-ucQu89z5IF .video-block .video-wrapper iframe {
    height: 350px;
  }
}
.cid-ucQC4bQnmh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #73091c;
}
.cid-ucQC4bQnmh .row {
  align-items: center;
  width: 100%;
}
.cid-ucQC4bQnmh .mbr-section-head {
  margin-bottom: 2rem;
  padding: 0 !important;
}
.cid-ucQC4bQnmh .mbr-section-title {
  color: #000000;
}
.cid-ucQC4bQnmh .mbr-section-subtitle {
  color: #f3f4ef;
}
.cid-ucQC4bQnmh .content-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-ucQC4bQnmh .content-container {
    grid-template-columns: 1fr;
  }
}
.cid-ucQC4bQnmh .col-text {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-ucQC4bQnmh .text-container {
  padding: 32px;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-ucQC4bQnmh .text-container {
    padding: 24px;
  }
}
.cid-ucQC4bQnmh .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-ucQC4bQnmh .iconfont-wrapper {
  margin-bottom: 8px;
}
.cid-ucQC4bQnmh .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 36px;
  color: #32fc1d;
}
.cid-ucQC4bQnmh .card-title {
  width: 100%;
  color: #fafafa;
  margin-bottom: 0;
}
.cid-ucQC4bQnmh .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
  margin-top: 8px;
  opacity: 0.8;
}
.cid-ucUaUfb2CK {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #1a2229;
}
.cid-ucUaUfb2CK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUaUfb2CK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ucUaUfb2CK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucUaUfb2CK .row {
  flex-direction: row-reverse;
}
.cid-ucUaUfb2CK .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ucUaUfb2CK .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ucUaUfb2CK .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ucUaUfb2CK .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-ucUaUfb2CK .mbr-text,
.cid-ucUaUfb2CK .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-te6hFZ5eog {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #73091c;
}
.cid-te6hFZ5eog .mbr-fallback-image.disabled {
  display: none;
}
.cid-te6hFZ5eog .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-te6hFZ5eog .row {
  justify-content: left;
}
.cid-te6hFZ5eog .main-col {
  display: flex;
}
.cid-te6hFZ5eog .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-te6hFZ5eog .mbr-section-title {
  color: #ded7cd;
  width: 100%;
  text-align: center;
}
.cid-te6hFZ5eog .mbr-section-subtitle {
  color: #fafafa;
  width: 100%;
  margin-top: 20px;
}
.cid-te6hFZ5eog .mbr-text {
  color: #BF9341;
  width: 100%;
  margin-top: 1rem;
}
.cid-ucQB06Mt3L {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #1a2229;
}
.cid-ucQB06Mt3L .container-fluid {
  padding: 0 3rem;
}
.cid-ucQB06Mt3L .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #4a75f8 50%, #3c4e84 120%);
  display: inline-block;
}
.cid-ucQB06Mt3L .mbr-section-title {
  color: #000000;
}
.cid-ucQB06Mt3L .mbr-section-subtitle {
  color: #000000;
}
.cid-ucQB06Mt3L .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-ucQB06Mt3L .header-text {
  padding: 2rem 1rem !important;
}
.cid-ucQB06Mt3L .card {
  border-radius: 25px !important;
  background: #73091c;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-ucQB06Mt3L .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-ucQB06Mt3L .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-ucQB06Mt3L .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-ucQB06Mt3L .card .card-header a.panel-title:hover .sign {
  background-color: #000000 !important;
}
.cid-ucQB06Mt3L .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #ffffff;
  padding: 2rem;
  padding-top: 36px;
  color: white;
}
.cid-ucQB06Mt3L .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-ucQB06Mt3L .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-ucQB06Mt3L .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-ucQB06Mt3L .container-fluid {
    padding: 0 1rem;
  }
  .cid-ucQB06Mt3L .header-text {
    padding: 1rem !important;
  }
  .cid-ucQB06Mt3L .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-ucQB06Mt3L .panel-body {
    width: calc(100% - 48px);
  }
  .cid-ucQB06Mt3L .panel-group {
    padding: 0;
  }
}
.cid-ucQB06Mt3L .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucQB06Mt3L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucQB06Mt3L .header-text,
.cid-ucQB06Mt3L .sign {
  color: #ffffff;
}
.cid-ucQB06Mt3L .mbr-section-title,
.cid-ucQB06Mt3L .underline {
  color: #fafafa;
}
.cid-te6lv7OxPm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #73091c;
}
.cid-te6lv7OxPm .mbr-fallback-image.disabled {
  display: none;
}
.cid-te6lv7OxPm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-te6lv7OxPm .row {
  justify-content: left;
}
.cid-te6lv7OxPm .main-col {
  display: flex;
}
.cid-te6lv7OxPm .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-te6lv7OxPm .mbr-section-title {
  color: #ffffff;
  width: 100%;
  text-align: center;
}
.cid-te6lv7OxPm .mbr-section-subtitle {
  color: #BF9341;
  width: 100%;
  margin-top: 20px;
  text-align: center;
}
.cid-te6lv7OxPm .mbr-text {
  color: #fafafa;
  width: 100%;
  margin-top: 1rem;
  text-align: center;
}
.cid-ucUMIgxBXP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-ucUMIgxBXP .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUMIgxBXP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucUMIgxBXP .google-map {
  height: 35rem;
  position: relative;
  filter: grayscale(1);
  border-radius: 2rem;
}
.cid-ucUMIgxBXP .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-ucUMIgxBXP .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ucUMIgxBXP .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ucUMIgxBXP .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ucUMIgxBXP .google-map:hover {
  filter: grayscale(0);
}
.cid-ucUMIgxBXP .mbr-section-title {
  text-align: left;
}
.cid-ucQouFn9Uq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #73091c;
}
.cid-ucQouFn9Uq .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucQouFn9Uq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucQouFn9Uq .container {
  max-width: 1600px;
}
.cid-ucQouFn9Uq .border-container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 1px solid #c5e073;
}
@media (max-width: 991px) {
  .cid-ucQouFn9Uq .border-container {
    padding: 48px 0;
  }
}
@media (max-width: 575px) {
  .cid-ucQouFn9Uq .border-container {
    padding: 30px 0;
  }
}
.cid-ucQouFn9Uq .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-ucQouFn9Uq .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-ucQouFn9Uq .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-ucQouFn9Uq .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-ucQouFn9Uq .border-frame {
  position: absolute;
  z-index: 3;
  width: 60px;
  aspect-ratio: 1;
  background-color: #73091c;
  border-color: #c5e073;
}
@media (max-width: 991px) {
  .cid-ucQouFn9Uq .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-ucQouFn9Uq .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-ucQouFn9Uq .border-frame {
    width: 7%;
  }
}
.cid-ucQouFn9Uq .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-ucQouFn9Uq .footer-item-container {
  width: 33.33333333%;
  flex-grow: 1;
  padding: 80px;
}
.cid-ucQouFn9Uq .footer-item-container:not(:first-child) {
  border-left: 1px solid #c5e073;
}
@media (max-width: 991px) {
  .cid-ucQouFn9Uq .footer-item-container {
    width: 100%;
    padding: 40px 40px 40px 120px;
  }
  .cid-ucQouFn9Uq .footer-item-container:not(:first-child) {
    border-left: none;
    border-top: 1px solid #c5e073;
  }
}
@media (max-width: 575px) {
  .cid-ucQouFn9Uq .footer-item-container {
    padding: 26px 26px 26px 76px;
  }
}
.cid-ucQouFn9Uq .footer-item {
  height: 100%;
}
.cid-ucQouFn9Uq .mbr-section-subtitle {
  color: #ecca7f;
  width: 100%;
  margin-bottom: 64px;
}
@media (max-width: 991px) {
  .cid-ucQouFn9Uq .mbr-section-subtitle {
    margin-bottom: 56px;
  }
}
@media (max-width: 575px) {
  .cid-ucQouFn9Uq .mbr-section-subtitle {
    margin-bottom: 40px;
  }
}
.cid-ucQouFn9Uq .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-ucQouFn9Uq .mbr-section-btn {
  margin-top: 20px;
}
.cid-ucQouFn9Uq .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #4a75f8;
}
.cid-ucQouFn9Uq .list li {
  position: relative;
  width: 100%;
  color: inherit !important;
  padding: 0 0 0 30px;
  margin: 10px 0;
  transition: .3s all;
}
.cid-ucQouFn9Uq .list li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: currentColor;
}
.cid-ucQouFn9Uq .list li:hover {
  color: #4a75f8 !important;
}
.cid-ucQouFn9Uq .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-ucQouFn9Uq .list a p {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-ucQouFn9Uq .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-ucQouFn9Uq .list a:hover p {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-ucQouFn9Uq .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
.cid-ucQouFn9Uq .social-row .mbr-iconfont {
  font-size: 18px;
  color: #b84358;
  margin-right: 20px;
}
.cid-ucQouFn9Uq .social-text {
  color: #1455e6;
  transition: .4s all;
  margin-bottom: 0 !important;
}
.cid-ucQouFn9Uq .soc-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 10px 0;
  transition: .4s all;
}
.cid-ucQouFn9Uq .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .4s all;
}
.cid-ucQouFn9Uq .soc-item:hover .mbr-iconfont {
  color: #4a75f8 !important;
}
.cid-ucQouFn9Uq .soc-item:hover .social-text {
  color: #4a75f8 !important;
}
.cid-ucQouFn9Uq .copyright-container {
  width: 100%;
  padding: 0;
  margin-top: 56px;
}
@media (max-width: 991px) {
  .cid-ucQouFn9Uq .copyright-container {
    margin-top: 48px;
  }
}
@media (max-width: 575px) {
  .cid-ucQouFn9Uq .copyright-container {
    margin-top: 30px;
  }
}
.cid-ucQouFn9Uq .copyright-text {
  color: #ecca7f;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ucQouFn9Uq .copyright-text {
    text-align: center !important;
  }
}
.cid-ucQouFn9Uq .mbr-text,
.cid-ucQouFn9Uq .mbr-section-btn {
  color: #ecca7f;
}
.cid-ucUr7lDTNv {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #73091c;
}
.cid-ucUr7lDTNv .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUr7lDTNv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucUr7lDTNv .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-ucUr7lDTNv .container {
    padding: 10px 8px;
  }
}
.cid-ucUr7lDTNv .row {
  border-radius: 25px;
  background-color: #353535;
  padding: 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-ucUr7lDTNv .row {
    padding: 40px 10px;
  }
}
.cid-ucUr7lDTNv .row .card {
  padding: 0;
  justify-content: center;
}
.cid-ucUr7lDTNv .content-wrapper {
  padding-right: 50px;
}
@media (max-width: 992px) {
  .cid-ucUr7lDTNv .content-wrapper {
    padding: 0;
  }
}
.cid-ucUr7lDTNv .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ucUr7lDTNv .content-wrapper .mbr-section-title span {
  opacity: .8;
}
.cid-ucUr7lDTNv .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-ucUr7lDTNv .content-wrapper .cards-wrap {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-ucUr7lDTNv .content-wrapper .cards-wrap {
    margin: 32px 0 32px;
  }
}
.cid-ucUr7lDTNv .content-wrapper .cards-wrap .card-wrap {
  display: inline-flex;
  width: 250px;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(12px);
  margin-bottom: 16px;
  cursor: pointer;
}
@media (max-width: 1500px) {
  .cid-ucUr7lDTNv .content-wrapper .cards-wrap .card-wrap {
    width: 200px;
  }
}
@media (max-width: 1280px) {
  .cid-ucUr7lDTNv .content-wrapper .cards-wrap .card-wrap {
    width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-ucUr7lDTNv .content-wrapper .cards-wrap .card-wrap {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-ucUr7lDTNv .content-wrapper .cards-wrap .card-wrap {
    border-radius: 17px;
  }
}
.cid-ucUr7lDTNv .content-wrapper .cards-wrap .card-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #73abff;
  opacity: .8;
}
.cid-ucUr7lDTNv .content-wrapper .cards-wrap .card-wrap .item-wrapper {
  position: relative;
  width: 100%;
}
.cid-ucUr7lDTNv .content-wrapper .cards-wrap .card-wrap .item-wrapper .item-img {
  display: flex;
  justify-content: flex-end;
}
.cid-ucUr7lDTNv .content-wrapper .cards-wrap .card-wrap .item-wrapper .item-img img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  border-radius: 100% !important;
  margin: -4px -4px 0 0;
  object-fit: cover;
}
.cid-ucUr7lDTNv .content-wrapper .cards-wrap .card-wrap .item-wrapper .item-content {
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-ucUr7lDTNv .content-wrapper .cards-wrap .card-wrap .item-wrapper .item-content {
    padding: 15px;
  }
}
.cid-ucUr7lDTNv .content-wrapper .cards-wrap .card-wrap .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-ucUr7lDTNv .image-wrapper .icon-wrapper {
  display: flex;
  justify-content: space-between;
}
.cid-ucUr7lDTNv .image-wrapper .icon-wrapper .mbr-iconfont {
  width: 100px;
  height: 100px;
  font-size: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  color: #ffffff;
  background-color: #73abff;
  transform: rotate(-5deg);
  margin-top: 100px;
}
.cid-ucUr7lDTNv .image-wrapper .icon-wrapper .mbr-iconfont:nth-child(2) {
  background-color: #e354e3;
  margin-top: 0;
}
.cid-ucUr7lDTNv .image-wrapper .icon-wrapper .mbr-iconfont:nth-child(3) {
  background-color: #f85f32;
  transform: rotate(5deg);
}
@media (max-width: 768px) {
  .cid-ucUr7lDTNv .image-wrapper .icon-wrapper .mbr-iconfont {
    width: 50px;
    height: 50px;
    margin-top: 30px;
    font-size: 25px;
  }
}
.cid-ucUr7lDTNv .image-wrapper .image-wrap {
  display: flex;
  justify-content: center;
  margin-top: -8rem;
}
.cid-ucUr7lDTNv .image-wrapper .image-wrap img {
  height: 650px;
  width: 650px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1199px) {
  .cid-ucUr7lDTNv .image-wrapper .image-wrap img {
    height: 450px;
    width: 450px;
    min-width: 450px;
  }
}
.cid-ucUr7lDTNv .image-wrapper .cards-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: -8rem;
}
@media (max-width: 992px) {
  .cid-ucUr7lDTNv .image-wrapper .cards-wrapper {
    flex-direction: column;
  }
}
.cid-ucUr7lDTNv .image-wrapper .cards-wrapper .card-wrapper {
  display: inline-flex;
  max-width: 250px;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  padding: 30px;
  backdrop-filter: blur(12px);
  height: fit-content;
}
@media (max-width: 1500px) {
  .cid-ucUr7lDTNv .image-wrapper .cards-wrapper .card-wrapper {
    max-width: 200px;
  }
}
@media (max-width: 1280px) {
  .cid-ucUr7lDTNv .image-wrapper .cards-wrapper .card-wrapper {
    max-width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-ucUr7lDTNv .image-wrapper .cards-wrapper .card-wrapper {
    display: block;
    max-width: 100%;
    width: 100%;
    margin-bottom: 16px;
  }
  .cid-ucUr7lDTNv .image-wrapper .cards-wrapper .card-wrapper:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .cid-ucUr7lDTNv .image-wrapper .cards-wrapper .card-wrapper {
    padding: 15px;
    border-radius: 17px;
  }
}
.cid-ucUr7lDTNv .image-wrapper .cards-wrapper .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #73abff;
  opacity: .8;
}
.cid-ucUr7lDTNv .image-wrapper .cards-wrapper .card-wrapper:nth-child(2n) {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-ucUr7lDTNv .image-wrapper .cards-wrapper .card-wrapper:nth-child(2n) {
    margin-top: 0;
  }
}
.cid-ucUr7lDTNv .image-wrapper .cards-wrapper .card-wrapper .item-wrapper {
  position: relative;
  width: 100%;
}
.cid-ucUr7lDTNv .image-wrapper .cards-wrapper .card-wrapper .item-wrapper .card-box .dot-wrapper {
  margin-bottom: 40px;
}
.cid-ucUr7lDTNv .image-wrapper .cards-wrapper .card-wrapper .item-wrapper .card-box .dot-wrapper .dot-wrap {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ffffff;
}
.cid-ucUr7lDTNv .image-wrapper .cards-wrapper .card-wrapper .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-ucUr7lDTNv .mbr-section-title {
  color: #ffffff;
}
.cid-ucUr7lDTNv .mbr-text {
  color: #ffffff;
}
.cid-ucUr7lDTNv .card-text {
  color: #ffffff;
}
.cid-ucRofSpv9W {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-ucRofSpv9W .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucRofSpv9W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ucRofSpv9W .container {
    padding: 10px 8px;
  }
}
.cid-ucRofSpv9W .row {
  border-radius: 25px;
  background-color: #222222;
  box-shadow: inset 0 0 5rem #73091c;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-ucRofSpv9W .row {
    padding: 50px 10px;
  }
}
.cid-ucRofSpv9W .row .card {
  padding: 0;
}
.cid-ucRofSpv9W .mbr-section-subtitle {
  opacity: .5;
  margin-bottom: 40px;
  color: #fafafa;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ucRofSpv9W .mbr-section-subtitle {
    margin-bottom: 30px;
  }
}
.cid-ucRofSpv9W .mbr-section-title {
  margin: 0;
  color: #fafafa;
  text-align: center;
}
.cid-ucRofSpv9W .mbr-section-title span {
  opacity: .5;
}
.cid-ucRplb0LBh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #000000;
}
.cid-ucRplb0LBh .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucRplb0LBh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucRplb0LBh .google-map {
  height: 35rem;
  position: relative;
  border-radius: 2rem;
}
.cid-ucRplb0LBh .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-ucRplb0LBh .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ucRplb0LBh .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ucRplb0LBh .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ucRplb0LBh .content-head {
  max-width: 800px;
}
.cid-ucRplb0LBh .mbr-section-title {
  color: #ffffff;
}
.cid-ucQouFn9Uq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #73091c;
}
.cid-ucQouFn9Uq .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucQouFn9Uq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucQouFn9Uq .container {
  max-width: 1600px;
}
.cid-ucQouFn9Uq .border-container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 1px solid #c5e073;
}
@media (max-width: 991px) {
  .cid-ucQouFn9Uq .border-container {
    padding: 48px 0;
  }
}
@media (max-width: 575px) {
  .cid-ucQouFn9Uq .border-container {
    padding: 30px 0;
  }
}
.cid-ucQouFn9Uq .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-ucQouFn9Uq .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-ucQouFn9Uq .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-ucQouFn9Uq .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-ucQouFn9Uq .border-frame {
  position: absolute;
  z-index: 3;
  width: 60px;
  aspect-ratio: 1;
  background-color: #73091c;
  border-color: #c5e073;
}
@media (max-width: 991px) {
  .cid-ucQouFn9Uq .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-ucQouFn9Uq .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-ucQouFn9Uq .border-frame {
    width: 7%;
  }
}
.cid-ucQouFn9Uq .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-ucQouFn9Uq .footer-item-container {
  width: 33.33333333%;
  flex-grow: 1;
  padding: 80px;
}
.cid-ucQouFn9Uq .footer-item-container:not(:first-child) {
  border-left: 1px solid #c5e073;
}
@media (max-width: 991px) {
  .cid-ucQouFn9Uq .footer-item-container {
    width: 100%;
    padding: 40px 40px 40px 120px;
  }
  .cid-ucQouFn9Uq .footer-item-container:not(:first-child) {
    border-left: none;
    border-top: 1px solid #c5e073;
  }
}
@media (max-width: 575px) {
  .cid-ucQouFn9Uq .footer-item-container {
    padding: 26px 26px 26px 76px;
  }
}
.cid-ucQouFn9Uq .footer-item {
  height: 100%;
}
.cid-ucQouFn9Uq .mbr-section-subtitle {
  color: #ecca7f;
  width: 100%;
  margin-bottom: 64px;
}
@media (max-width: 991px) {
  .cid-ucQouFn9Uq .mbr-section-subtitle {
    margin-bottom: 56px;
  }
}
@media (max-width: 575px) {
  .cid-ucQouFn9Uq .mbr-section-subtitle {
    margin-bottom: 40px;
  }
}
.cid-ucQouFn9Uq .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-ucQouFn9Uq .mbr-section-btn {
  margin-top: 20px;
}
.cid-ucQouFn9Uq .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #4a75f8;
}
.cid-ucQouFn9Uq .list li {
  position: relative;
  width: 100%;
  color: inherit !important;
  padding: 0 0 0 30px;
  margin: 10px 0;
  transition: .3s all;
}
.cid-ucQouFn9Uq .list li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: currentColor;
}
.cid-ucQouFn9Uq .list li:hover {
  color: #4a75f8 !important;
}
.cid-ucQouFn9Uq .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-ucQouFn9Uq .list a p {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-ucQouFn9Uq .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-ucQouFn9Uq .list a:hover p {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-ucQouFn9Uq .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
.cid-ucQouFn9Uq .social-row .mbr-iconfont {
  font-size: 18px;
  color: #b84358;
  margin-right: 20px;
}
.cid-ucQouFn9Uq .social-text {
  color: #1455e6;
  transition: .4s all;
  margin-bottom: 0 !important;
}
.cid-ucQouFn9Uq .soc-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 10px 0;
  transition: .4s all;
}
.cid-ucQouFn9Uq .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .4s all;
}
.cid-ucQouFn9Uq .soc-item:hover .mbr-iconfont {
  color: #4a75f8 !important;
}
.cid-ucQouFn9Uq .soc-item:hover .social-text {
  color: #4a75f8 !important;
}
.cid-ucQouFn9Uq .copyright-container {
  width: 100%;
  padding: 0;
  margin-top: 56px;
}
@media (max-width: 991px) {
  .cid-ucQouFn9Uq .copyright-container {
    margin-top: 48px;
  }
}
@media (max-width: 575px) {
  .cid-ucQouFn9Uq .copyright-container {
    margin-top: 30px;
  }
}
.cid-ucQouFn9Uq .copyright-text {
  color: #ecca7f;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ucQouFn9Uq .copyright-text {
    text-align: center !important;
  }
}
.cid-ucQouFn9Uq .mbr-text,
.cid-ucQouFn9Uq .mbr-section-btn {
  color: #ecca7f;
}
.cid-ucRBdM8GeG {
  min-height: 101px !important;
  background: #73091c;
  overflow: visible;
}
.cid-ucRBdM8GeG .nav-item,
.cid-ucRBdM8GeG .nav-link,
.cid-ucRBdM8GeG .navbar-caption {
  font-weight: normal;
}
.cid-ucRBdM8GeG .nav-link {
  position: relative;
  line-height: 40px;
}
.cid-ucRBdM8GeG .nav-link:before,
.cid-ucRBdM8GeG .soc-item a:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  transition: .45s ease;
}
.cid-ucRBdM8GeG .nav-item:hover .nav-link:before,
.cid-ucRBdM8GeG .soc-item:hover a:before {
  height: 2px;
  background-color: #73091c;
  margin-top: 2px;
}
.cid-ucRBdM8GeG .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-ucRBdM8GeG .dropdown-toggle::after,
.cid-ucRBdM8GeG .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);
}
.cid-ucRBdM8GeG .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-ucRBdM8GeG .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-ucRBdM8GeG .nav-item:focus,
.cid-ucRBdM8GeG .nav-link:focus {
  outline: none;
}
.cid-ucRBdM8GeG .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-ucRBdM8GeG .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-ucRBdM8GeG .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-ucRBdM8GeG .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-ucRBdM8GeG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucRBdM8GeG .navbar {
  transition: all .3s;
  background: #73091c;
}
.cid-ucRBdM8GeG .navbar.opened {
  transition: all .3s;
  background: #73091c !important;
}
.cid-ucRBdM8GeG .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-ucRBdM8GeG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucRBdM8GeG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucRBdM8GeG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 1rem);
  }
}
.cid-ucRBdM8GeG .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-ucRBdM8GeG .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-ucRBdM8GeG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-ucRBdM8GeG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-ucRBdM8GeG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucRBdM8GeG .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-ucRBdM8GeG .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ucRBdM8GeG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucRBdM8GeG .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-ucRBdM8GeG .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-ucRBdM8GeG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ucRBdM8GeG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ucRBdM8GeG .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-ucRBdM8GeG .navbar.navbar-short {
  background: #73091c !important;
  min-height: 60px;
}
.cid-ucRBdM8GeG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-ucRBdM8GeG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ucRBdM8GeG .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-ucRBdM8GeG .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-ucRBdM8GeG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucRBdM8GeG .dropdown-item.active,
.cid-ucRBdM8GeG .dropdown-item:active {
  background-color: transparent;
}
.cid-ucRBdM8GeG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #73091c;
}
.cid-ucRBdM8GeG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-ucRBdM8GeG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ucRBdM8GeG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucRBdM8GeG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ucRBdM8GeG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ucRBdM8GeG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ucRBdM8GeG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ucRBdM8GeG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ucRBdM8GeG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ucRBdM8GeG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ucRBdM8GeG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ucRBdM8GeG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ucRBdM8GeG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ucRBdM8GeG .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
  position: fixed;
}
.cid-ucRBdM8GeG a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-ucRBdM8GeG .mbr-iconfont {
  color: #ffffff;
}
.cid-ucRBdM8GeG .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-ucRBdM8GeG .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucRBdM8GeG .navbar {
    height: 77px;
  }
  .cid-ucRBdM8GeG .navbar.opened {
    height: auto;
  }
  .cid-ucRBdM8GeG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucRBdM8GeG .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-ucUs1bbUG4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-ucUs1bbUG4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUs1bbUG4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucUs1bbUG4 .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-ucUs1bbUG4 .container {
    padding: 10px 8px;
  }
}
.cid-ucUs1bbUG4 .row {
  border-radius: 25px;
  background-color: #192732;
  padding: 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-ucUs1bbUG4 .row {
    padding: 40px 10px;
  }
}
.cid-ucUs1bbUG4 .row .card {
  padding: 0;
  justify-content: center;
}
.cid-ucUs1bbUG4 .content-wrapper {
  padding-right: 50px;
}
@media (max-width: 992px) {
  .cid-ucUs1bbUG4 .content-wrapper {
    padding: 0;
  }
}
.cid-ucUs1bbUG4 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ucUs1bbUG4 .content-wrapper .mbr-section-title span {
  opacity: .8;
}
.cid-ucUs1bbUG4 .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-ucUs1bbUG4 .content-wrapper .cards-wrap {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-ucUs1bbUG4 .content-wrapper .cards-wrap {
    margin: 32px 0 32px;
  }
}
.cid-ucUs1bbUG4 .content-wrapper .cards-wrap .card-wrap {
  display: inline-flex;
  width: 250px;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(12px);
  margin-bottom: 16px;
  cursor: pointer;
}
@media (max-width: 1500px) {
  .cid-ucUs1bbUG4 .content-wrapper .cards-wrap .card-wrap {
    width: 200px;
  }
}
@media (max-width: 1280px) {
  .cid-ucUs1bbUG4 .content-wrapper .cards-wrap .card-wrap {
    width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-ucUs1bbUG4 .content-wrapper .cards-wrap .card-wrap {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-ucUs1bbUG4 .content-wrapper .cards-wrap .card-wrap {
    border-radius: 17px;
  }
}
.cid-ucUs1bbUG4 .content-wrapper .cards-wrap .card-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #73abff;
  opacity: .8;
}
.cid-ucUs1bbUG4 .content-wrapper .cards-wrap .card-wrap .item-wrapper {
  position: relative;
  width: 100%;
}
.cid-ucUs1bbUG4 .content-wrapper .cards-wrap .card-wrap .item-wrapper .item-img {
  display: flex;
  justify-content: flex-end;
}
.cid-ucUs1bbUG4 .content-wrapper .cards-wrap .card-wrap .item-wrapper .item-img img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  border-radius: 100% !important;
  margin: -4px -4px 0 0;
  object-fit: cover;
}
.cid-ucUs1bbUG4 .content-wrapper .cards-wrap .card-wrap .item-wrapper .item-content {
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-ucUs1bbUG4 .content-wrapper .cards-wrap .card-wrap .item-wrapper .item-content {
    padding: 15px;
  }
}
.cid-ucUs1bbUG4 .content-wrapper .cards-wrap .card-wrap .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-ucUs1bbUG4 .image-wrapper .icon-wrapper {
  display: flex;
  justify-content: space-between;
}
.cid-ucUs1bbUG4 .image-wrapper .icon-wrapper .mbr-iconfont {
  width: 100px;
  height: 100px;
  font-size: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  color: #ffffff;
  background-color: #73abff;
  transform: rotate(-5deg);
  margin-top: 100px;
}
.cid-ucUs1bbUG4 .image-wrapper .icon-wrapper .mbr-iconfont:nth-child(2) {
  background-color: #e354e3;
  margin-top: 0;
}
.cid-ucUs1bbUG4 .image-wrapper .icon-wrapper .mbr-iconfont:nth-child(3) {
  background-color: #f85f32;
  transform: rotate(5deg);
}
@media (max-width: 768px) {
  .cid-ucUs1bbUG4 .image-wrapper .icon-wrapper .mbr-iconfont {
    width: 50px;
    height: 50px;
    margin-top: 30px;
    font-size: 25px;
  }
}
.cid-ucUs1bbUG4 .image-wrapper .image-wrap {
  display: flex;
  justify-content: center;
  margin-top: -8rem;
}
.cid-ucUs1bbUG4 .image-wrapper .image-wrap img {
  height: 650px;
  width: 650px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1199px) {
  .cid-ucUs1bbUG4 .image-wrapper .image-wrap img {
    height: 450px;
    width: 450px;
    min-width: 450px;
  }
}
.cid-ucUs1bbUG4 .image-wrapper .cards-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: -8rem;
}
@media (max-width: 992px) {
  .cid-ucUs1bbUG4 .image-wrapper .cards-wrapper {
    flex-direction: column;
  }
}
.cid-ucUs1bbUG4 .image-wrapper .cards-wrapper .card-wrapper {
  display: inline-flex;
  max-width: 250px;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  padding: 30px;
  backdrop-filter: blur(12px);
  height: fit-content;
}
@media (max-width: 1500px) {
  .cid-ucUs1bbUG4 .image-wrapper .cards-wrapper .card-wrapper {
    max-width: 200px;
  }
}
@media (max-width: 1280px) {
  .cid-ucUs1bbUG4 .image-wrapper .cards-wrapper .card-wrapper {
    max-width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-ucUs1bbUG4 .image-wrapper .cards-wrapper .card-wrapper {
    display: block;
    max-width: 100%;
    width: 100%;
    margin-bottom: 16px;
  }
  .cid-ucUs1bbUG4 .image-wrapper .cards-wrapper .card-wrapper:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .cid-ucUs1bbUG4 .image-wrapper .cards-wrapper .card-wrapper {
    padding: 15px;
    border-radius: 17px;
  }
}
.cid-ucUs1bbUG4 .image-wrapper .cards-wrapper .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #73abff;
  opacity: .8;
}
.cid-ucUs1bbUG4 .image-wrapper .cards-wrapper .card-wrapper:nth-child(2n) {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-ucUs1bbUG4 .image-wrapper .cards-wrapper .card-wrapper:nth-child(2n) {
    margin-top: 0;
  }
}
.cid-ucUs1bbUG4 .image-wrapper .cards-wrapper .card-wrapper .item-wrapper {
  position: relative;
  width: 100%;
}
.cid-ucUs1bbUG4 .image-wrapper .cards-wrapper .card-wrapper .item-wrapper .card-box .dot-wrapper {
  margin-bottom: 40px;
}
.cid-ucUs1bbUG4 .image-wrapper .cards-wrapper .card-wrapper .item-wrapper .card-box .dot-wrapper .dot-wrap {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ffffff;
}
.cid-ucUs1bbUG4 .image-wrapper .cards-wrapper .card-wrapper .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-ucUs1bbUG4 .mbr-section-title {
  color: #ffffff;
}
.cid-ucUs1bbUG4 .mbr-text {
  color: #ffffff;
}
.cid-ucUs1bbUG4 .card-text {
  color: #ffffff;
}
.cid-ucRpTyefgJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #73091c;
  overflow: hidden;
}
.cid-ucRpTyefgJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucRpTyefgJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ucRpTyefgJ .container {
    padding: 0 30px;
  }
}
.cid-ucRpTyefgJ .card {
  justify-content: center;
}
.cid-ucRpTyefgJ .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-ucRpTyefgJ .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-ucRpTyefgJ .content-wrapper {
    padding: 0;
  }
}
.cid-ucRpTyefgJ .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ucRpTyefgJ .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ucRpTyefgJ .mbr-section-title {
  color: #bee0d6;
}
.cid-ucRpTyefgJ .mbr-section-title,
.cid-ucRpTyefgJ .mbr-section-btn {
  text-align: center;
  color: #fafafa;
}
.cid-ucRpyeb6K3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #353535;
}
.cid-ucRpyeb6K3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucRpyeb6K3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucRpyeb6K3 .google-map {
  height: 35rem;
  position: relative;
  border-radius: 2rem;
}
.cid-ucRpyeb6K3 .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-ucRpyeb6K3 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ucRpyeb6K3 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ucRpyeb6K3 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ucRpyeb6K3 .content-head {
  max-width: 800px;
}
.cid-ucRpyeb6K3 .mbr-section-title {
  color: #ffffff;
}
.cid-ucRpyeQ1Pg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #73091c;
}
.cid-ucRpyeQ1Pg .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucRpyeQ1Pg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucRpyeQ1Pg .container {
  max-width: 1600px;
}
.cid-ucRpyeQ1Pg .border-container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 1px solid #c5e073;
}
@media (max-width: 991px) {
  .cid-ucRpyeQ1Pg .border-container {
    padding: 48px 0;
  }
}
@media (max-width: 575px) {
  .cid-ucRpyeQ1Pg .border-container {
    padding: 30px 0;
  }
}
.cid-ucRpyeQ1Pg .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-ucRpyeQ1Pg .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-ucRpyeQ1Pg .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-ucRpyeQ1Pg .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-ucRpyeQ1Pg .border-frame {
  position: absolute;
  z-index: 3;
  width: 60px;
  aspect-ratio: 1;
  background-color: #73091c;
  border-color: #c5e073;
}
@media (max-width: 991px) {
  .cid-ucRpyeQ1Pg .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-ucRpyeQ1Pg .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-ucRpyeQ1Pg .border-frame {
    width: 7%;
  }
}
.cid-ucRpyeQ1Pg .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-ucRpyeQ1Pg .footer-item-container {
  width: 33.33333333%;
  flex-grow: 1;
  padding: 80px;
}
.cid-ucRpyeQ1Pg .footer-item-container:not(:first-child) {
  border-left: 1px solid #c5e073;
}
@media (max-width: 991px) {
  .cid-ucRpyeQ1Pg .footer-item-container {
    width: 100%;
    padding: 40px 40px 40px 120px;
  }
  .cid-ucRpyeQ1Pg .footer-item-container:not(:first-child) {
    border-left: none;
    border-top: 1px solid #c5e073;
  }
}
@media (max-width: 575px) {
  .cid-ucRpyeQ1Pg .footer-item-container {
    padding: 26px 26px 26px 76px;
  }
}
.cid-ucRpyeQ1Pg .footer-item {
  height: 100%;
}
.cid-ucRpyeQ1Pg .mbr-section-subtitle {
  color: #ecca7f;
  width: 100%;
  margin-bottom: 64px;
}
@media (max-width: 991px) {
  .cid-ucRpyeQ1Pg .mbr-section-subtitle {
    margin-bottom: 56px;
  }
}
@media (max-width: 575px) {
  .cid-ucRpyeQ1Pg .mbr-section-subtitle {
    margin-bottom: 40px;
  }
}
.cid-ucRpyeQ1Pg .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-ucRpyeQ1Pg .mbr-section-btn {
  margin-top: 20px;
}
.cid-ucRpyeQ1Pg .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #4a75f8;
}
.cid-ucRpyeQ1Pg .list li {
  position: relative;
  width: 100%;
  color: inherit !important;
  padding: 0 0 0 30px;
  margin: 10px 0;
  transition: .3s all;
}
.cid-ucRpyeQ1Pg .list li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: currentColor;
}
.cid-ucRpyeQ1Pg .list li:hover {
  color: #4a75f8 !important;
}
.cid-ucRpyeQ1Pg .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-ucRpyeQ1Pg .list a p {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-ucRpyeQ1Pg .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-ucRpyeQ1Pg .list a:hover p {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-ucRpyeQ1Pg .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
.cid-ucRpyeQ1Pg .social-row .mbr-iconfont {
  font-size: 18px;
  color: #b84358;
  margin-right: 20px;
}
.cid-ucRpyeQ1Pg .social-text {
  color: #1455e6;
  transition: .4s all;
  margin-bottom: 0 !important;
}
.cid-ucRpyeQ1Pg .soc-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 10px 0;
  transition: .4s all;
}
.cid-ucRpyeQ1Pg .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .4s all;
}
.cid-ucRpyeQ1Pg .soc-item:hover .mbr-iconfont {
  color: #4a75f8 !important;
}
.cid-ucRpyeQ1Pg .soc-item:hover .social-text {
  color: #4a75f8 !important;
}
.cid-ucRpyeQ1Pg .copyright-container {
  width: 100%;
  padding: 0;
  margin-top: 56px;
}
@media (max-width: 991px) {
  .cid-ucRpyeQ1Pg .copyright-container {
    margin-top: 48px;
  }
}
@media (max-width: 575px) {
  .cid-ucRpyeQ1Pg .copyright-container {
    margin-top: 30px;
  }
}
.cid-ucRpyeQ1Pg .copyright-text {
  color: #ecca7f;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ucRpyeQ1Pg .copyright-text {
    text-align: center !important;
  }
}
.cid-ucRpyeQ1Pg .mbr-text,
.cid-ucRpyeQ1Pg .mbr-section-btn {
  color: #ecca7f;
}
.cid-ucRBdM8GeG {
  min-height: 101px !important;
  background: #73091c;
  overflow: visible;
}
.cid-ucRBdM8GeG .nav-item,
.cid-ucRBdM8GeG .nav-link,
.cid-ucRBdM8GeG .navbar-caption {
  font-weight: normal;
}
.cid-ucRBdM8GeG .nav-link {
  position: relative;
  line-height: 40px;
}
.cid-ucRBdM8GeG .nav-link:before,
.cid-ucRBdM8GeG .soc-item a:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  transition: .45s ease;
}
.cid-ucRBdM8GeG .nav-item:hover .nav-link:before,
.cid-ucRBdM8GeG .soc-item:hover a:before {
  height: 2px;
  background-color: #73091c;
  margin-top: 2px;
}
.cid-ucRBdM8GeG .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-ucRBdM8GeG .dropdown-toggle::after,
.cid-ucRBdM8GeG .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);
}
.cid-ucRBdM8GeG .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-ucRBdM8GeG .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-ucRBdM8GeG .nav-item:focus,
.cid-ucRBdM8GeG .nav-link:focus {
  outline: none;
}
.cid-ucRBdM8GeG .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-ucRBdM8GeG .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-ucRBdM8GeG .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-ucRBdM8GeG .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-ucRBdM8GeG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucRBdM8GeG .navbar {
  transition: all .3s;
  background: #73091c;
}
.cid-ucRBdM8GeG .navbar.opened {
  transition: all .3s;
  background: #73091c !important;
}
.cid-ucRBdM8GeG .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-ucRBdM8GeG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucRBdM8GeG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucRBdM8GeG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 1rem);
  }
}
.cid-ucRBdM8GeG .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-ucRBdM8GeG .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-ucRBdM8GeG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-ucRBdM8GeG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-ucRBdM8GeG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucRBdM8GeG .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-ucRBdM8GeG .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ucRBdM8GeG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucRBdM8GeG .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-ucRBdM8GeG .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-ucRBdM8GeG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ucRBdM8GeG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ucRBdM8GeG .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-ucRBdM8GeG .navbar.navbar-short {
  background: #73091c !important;
  min-height: 60px;
}
.cid-ucRBdM8GeG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-ucRBdM8GeG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ucRBdM8GeG .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-ucRBdM8GeG .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-ucRBdM8GeG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucRBdM8GeG .dropdown-item.active,
.cid-ucRBdM8GeG .dropdown-item:active {
  background-color: transparent;
}
.cid-ucRBdM8GeG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #73091c;
}
.cid-ucRBdM8GeG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-ucRBdM8GeG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ucRBdM8GeG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucRBdM8GeG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ucRBdM8GeG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ucRBdM8GeG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ucRBdM8GeG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ucRBdM8GeG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ucRBdM8GeG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ucRBdM8GeG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ucRBdM8GeG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ucRBdM8GeG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ucRBdM8GeG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ucRBdM8GeG .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
  position: fixed;
}
.cid-ucRBdM8GeG a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-ucRBdM8GeG .mbr-iconfont {
  color: #ffffff;
}
.cid-ucRBdM8GeG .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-ucRBdM8GeG .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucRBdM8GeG .navbar {
    height: 77px;
  }
  .cid-ucRBdM8GeG .navbar.opened {
    height: auto;
  }
  .cid-ucRBdM8GeG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucRBdM8GeG .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-ucUNJMYEWg {
  min-height: 101px !important;
  background: #73091c;
  overflow: visible;
}
.cid-ucUNJMYEWg .nav-item,
.cid-ucUNJMYEWg .nav-link,
.cid-ucUNJMYEWg .navbar-caption {
  font-weight: normal;
}
.cid-ucUNJMYEWg .nav-link {
  position: relative;
  line-height: 40px;
}
.cid-ucUNJMYEWg .nav-link:before,
.cid-ucUNJMYEWg .soc-item a:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  transition: .45s ease;
}
.cid-ucUNJMYEWg .nav-item:hover .nav-link:before,
.cid-ucUNJMYEWg .soc-item:hover a:before {
  height: 2px;
  background-color: #73091c;
  margin-top: 2px;
}
.cid-ucUNJMYEWg .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-ucUNJMYEWg .dropdown-toggle::after,
.cid-ucUNJMYEWg .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);
}
.cid-ucUNJMYEWg .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-ucUNJMYEWg .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-ucUNJMYEWg .nav-item:focus,
.cid-ucUNJMYEWg .nav-link:focus {
  outline: none;
}
.cid-ucUNJMYEWg .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-ucUNJMYEWg .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-ucUNJMYEWg .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-ucUNJMYEWg .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-ucUNJMYEWg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucUNJMYEWg .navbar {
  transition: all .3s;
  background: #73091c;
}
.cid-ucUNJMYEWg .navbar.opened {
  transition: all .3s;
  background: #73091c !important;
}
.cid-ucUNJMYEWg .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-ucUNJMYEWg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucUNJMYEWg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucUNJMYEWg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 1rem);
  }
}
.cid-ucUNJMYEWg .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-ucUNJMYEWg .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-ucUNJMYEWg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-ucUNJMYEWg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-ucUNJMYEWg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucUNJMYEWg .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-ucUNJMYEWg .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ucUNJMYEWg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucUNJMYEWg .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-ucUNJMYEWg .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-ucUNJMYEWg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ucUNJMYEWg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ucUNJMYEWg .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-ucUNJMYEWg .navbar.navbar-short {
  background: #73091c !important;
  min-height: 60px;
}
.cid-ucUNJMYEWg .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-ucUNJMYEWg .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ucUNJMYEWg .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-ucUNJMYEWg .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-ucUNJMYEWg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucUNJMYEWg .dropdown-item.active,
.cid-ucUNJMYEWg .dropdown-item:active {
  background-color: transparent;
}
.cid-ucUNJMYEWg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #73091c;
}
.cid-ucUNJMYEWg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-ucUNJMYEWg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ucUNJMYEWg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucUNJMYEWg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ucUNJMYEWg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ucUNJMYEWg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ucUNJMYEWg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ucUNJMYEWg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ucUNJMYEWg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ucUNJMYEWg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ucUNJMYEWg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ucUNJMYEWg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ucUNJMYEWg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ucUNJMYEWg .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
  position: fixed;
}
.cid-ucUNJMYEWg a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-ucUNJMYEWg .mbr-iconfont {
  color: #ffffff;
}
.cid-ucUNJMYEWg .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-ucUNJMYEWg .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucUNJMYEWg .navbar {
    height: 77px;
  }
  .cid-ucUNJMYEWg .navbar.opened {
    height: auto;
  }
  .cid-ucUNJMYEWg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucUNJMYEWg .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-ucUNJNHLkn {
  padding-top: 120px;
  padding-bottom: 180px;
  background-color: #192732;
}
@media (max-width: 767px) {
  .cid-ucUNJNHLkn {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.cid-ucUNJNHLkn img {
  width: 100%;
  border-radius: 30px;
}
.cid-ucUNJNHLkn .mbr-section-title {
  color: #ffffff;
}
.cid-ucUNJNHLkn .mbr-section-subtitle {
  background-color: #3c4e84;
  padding: 0 1rem;
  border-radius: 5px;
  display: inline-block;
  font-family: 'Tapestry', handwriting;
  font-weight: 900;
  color: #ffffff;
}
.cid-ucUNJNHLkn .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-ucUNJNHLkn .svg-1 path {
  fill: #73091c;
}
.cid-ucUNJNHLkn .container-fluid {
  max-width: 1200px;
}
.cid-ucUNJNHLkn .mbr-arrow {
  z-index: 1;
}
.cid-ucUNJNHLkn .mbr-section-btn {
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .cid-ucUNJNHLkn .container-fluid {
    padding: 0 1.5rem;
  }
}
@media (max-width: 992px) {
  .cid-ucUNJNHLkn .imageContainer {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ucUNJNHLkn .container-fluid {
    padding: 0 1rem;
  }
  .cid-ucUNJNHLkn .mbr-section-subtitle {
    margin-bottom: 1.4rem;
  }
}
.cid-ucUNJNHLkn .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUNJNHLkn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucUNJNHLkn .row > div,
.cid-ucUNJNHLkn .mbr-section-title {
  color: #ffffff;
}
.cid-ucUNJOo5zM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucUNJOo5zM .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-ucUNJOo5zM .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-ucUNJOo5zM .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-ucUNJOo5zM .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 5px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #73091c;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucUNJOPfng {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #73091c;
}
.cid-ucUNJOPfng .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUNJOPfng .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucUNJOPfng .line {
  width: 100%;
  opacity: 0.6;
  height: 1px;
  background: currentColor;
  margin-top: 8rem;
}
.cid-ucUNJOPfng .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-ucUNJOPfng .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-ucUNJOPfng {
    align-items: center;
  }
  .cid-ucUNJOPfng .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ucUNJOPfng .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ucUNJOPfng {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ucUNJOPfng .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ucUNJOPfng .content-wrap {
    width: 100%;
  }
}
.cid-ucUNJOPfng .mbr-section-title {
  text-align: left;
  color: #fffcee;
}
.cid-ucUNJOPfng .mbr-text,
.cid-ucUNJOPfng .mbr-section-btn {
  text-align: left;
  color: #fffcee;
}
.cid-ucUNJOPfng .mbr-section-title,
.cid-ucUNJOPfng .line {
  color: #fffcee;
}
.cid-ucUNJPgS3k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #192227;
}
.cid-ucUNJPgS3k .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUNJPgS3k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucUNJPgS3k .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ucUNJPgS3k .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ucUNJPgS3k .container {
    padding: 0 16px;
  }
}
.cid-ucUNJPgS3k .row {
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-ucUNJPgS3k .row {
    margin: 0 10px;
  }
}
.cid-ucUNJPgS3k .row .card {
  position: relative;
}
@media (max-width: 992px) {
  .cid-ucUNJPgS3k .row .card {
    padding: 0;
  }
}
.cid-ucUNJPgS3k .row .card:first-child .decor-wrapper {
  position: absolute;
  top: 0;
  right: -70rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #73091c;
  border-radius: 10%;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-ucUNJPgS3k .row .card:first-child .decor-wrapper {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-ucUNJPgS3k .title-wrapper {
  position: relative;
  z-index: 1;
  padding-right: 80px;
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-ucUNJPgS3k .title-wrapper {
    padding-right: 0;
  }
}
.cid-ucUNJPgS3k .title-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ucUNJPgS3k .title-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ucUNJPgS3k .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 75px;
  height: 75px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #192227;
  background-color: #73091c;
  transform: rotate(-45deg);
  border-radius: 100%;
}
.cid-ucUNJPgS3k .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ucUNJPgS3k .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ucUNJPgS3k .title-wrapper .mbr-text {
  margin: 0;
}
.cid-ucUNJPgS3k .title-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-ucUNJPgS3k .title-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-ucUNJPgS3k .image-wrapper {
  position: relative;
  z-index: 1;
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-ucUNJPgS3k .image-wrapper {
    padding-top: 40px;
  }
}
@media (max-width: 992px) {
  .cid-ucUNJPgS3k .image-wrapper {
    padding-top: 40px;
  }
}
.cid-ucUNJPgS3k .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ucUNJPgS3k .image-wrapper img {
    height: 350px;
  }
}
.cid-ucUNJPgS3k .mbr-section-title {
  color: #fdfcfc;
}
.cid-ucUNJPgS3k .mbr-text {
  color: #F9A600;
}
.cid-ucUNJPgS3k .mbr-text,
.cid-ucUNJPgS3k .mbr-section-btn {
  color: #fafafa;
}
.cid-ucUNJPG36d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #73091c;
  position: relative;
}
.cid-ucUNJPG36d::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #73091c, #192732);
}
.cid-ucUNJPG36d .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUNJPG36d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucUNJPG36d .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-ucUNJPG36d .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-ucUNJPG36d .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ucUNJPG36d .container {
    padding: 0 16px;
  }
}
.cid-ucUNJPG36d .content-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-ucUNJPG36d .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-ucUNJPG36d .item {
  margin-bottom: 32px;
}
.cid-ucUNJPG36d .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-ucUNJPG36d .item .item-wrapper .card-box .title-wrapper .title-wrap {
    margin-bottom: 16px;
  }
}
.cid-ucUNJPG36d .item .item-wrapper .card-box .title-wrapper .title-wrap .mbr-iconfont {
  font-size: 36px;
  color: #f4f4f4;
  margin-right: 12px;
}
.cid-ucUNJPG36d .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-ucUNJPG36d .item .item-wrapper .card-box .text-wrap .card-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
.cid-ucUNJPG36d .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-ucUNJPG36d .card-title {
  color: #f4f4f4;
}
.cid-ucUNJPG36d .card-text {
  color: #c1c1c1;
}
.cid-ucUNJQf6Et {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #171e25;
}
.cid-ucUNJQf6Et .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUNJQf6Et .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucUNJQf6Et .row {
  justify-content: left;
}
.cid-ucUNJQf6Et .main-col {
  display: flex;
}
.cid-ucUNJQf6Et .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-ucUNJQf6Et .mbr-section-title {
  color: #BF9341;
  width: 100%;
}
.cid-ucUNJQf6Et .mbr-section-subtitle {
  color: #fafafa;
  width: 100%;
  margin-top: 20px;
}
.cid-ucUNJQf6Et .mbr-text {
  color: #fafafa;
  width: 100%;
  margin-top: 1rem;
}
.cid-ucUNJQGjkW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #73091c;
}
.cid-ucUNJQGjkW .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUNJQGjkW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucUNJQGjkW .container {
  max-width: 900px;
}
.cid-ucUNJQGjkW .content-container {
  display: flex;
  align-items: stretch;
}
@media (max-width: 767px) {
  .cid-ucUNJQGjkW .content-container {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.cid-ucUNJQGjkW .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 45%;
  padding-left: 40px;
}
@media (max-width: 991px) {
  .cid-ucUNJQGjkW .card-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 767px) {
  .cid-ucUNJQGjkW .card-wrapper {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
}
.cid-ucUNJQGjkW .card-box {
  width: 100%;
}
.cid-ucUNJQGjkW .card-title {
  width: 100%;
  color: #192732;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-ucUNJQGjkW .card-title {
    margin-bottom: 24px;
    text-align: center !important;
  }
}
.cid-ucUNJQGjkW .mbr-text {
  width: 100%;
  color: #192732;
}
@media (max-width: 767px) {
  .cid-ucUNJQGjkW .mbr-text {
    text-align: center !important;
  }
}
.cid-ucUNJQGjkW .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-ucUNJQGjkW .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-ucUNJQGjkW .img-container {
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .cid-ucUNJQGjkW .img-container {
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .cid-ucUNJQGjkW .img-container {
    width: 100%;
    padding: 0;
  }
}
.cid-ucUNJQGjkW .image-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-ucUNJQGjkW .image-wrapper img {
  object-fit: cover;
  max-height: 100vh;
}
.cid-ucUNJQGjkW .card-title,
.cid-ucUNJQGjkW .mbr-section-btn {
  color: #fafafa;
}
.cid-ucUNJQGjkW .mbr-text,
.cid-ucUNJQGjkW .mbr-section-btn {
  color: #fafafa;
}
.cid-ucUNJRbhUi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #192227;
}
.cid-ucUNJRbhUi .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUNJRbhUi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucUNJRbhUi .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ucUNJRbhUi .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ucUNJRbhUi .container {
    padding: 0 16px;
  }
}
.cid-ucUNJRbhUi .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-ucUNJRbhUi .row {
    margin: 0 10px;
  }
}
.cid-ucUNJRbhUi .row .card {
  position: relative;
  padding: 0;
}
.cid-ucUNJRbhUi .row .card .decor-wrapper_1 {
  position: absolute;
  top: -25rem;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #73091c;
  border-radius: 15rem;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-ucUNJRbhUi .row .card .decor-wrapper_1 {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-ucUNJRbhUi .row .card .decor-wrapper_1 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-ucUNJRbhUi .row .card .decor-wrapper_2 {
  position: absolute;
  top: 0;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #73091c;
  border-radius: 14%;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-ucUNJRbhUi .row .card .decor-wrapper_2 {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-ucUNJRbhUi .row .card .decor-wrapper_2 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-ucUNJRbhUi .title-wrapper {
  position: relative;
  z-index: 1;
  padding-left: 100px;
  width: 60%;
  margin: 0 auto;
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-ucUNJRbhUi .title-wrapper {
    padding-left: 0;
    width: 100%;
  }
}
.cid-ucUNJRbhUi .title-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ucUNJRbhUi .title-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ucUNJRbhUi .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 75px;
  height: 75px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #192227;
  background-color: #f9a600;
  transform: rotate(45deg);
  border-radius: 100%;
}
.cid-ucUNJRbhUi .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ucUNJRbhUi .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ucUNJRbhUi .title-wrapper .mbr-text {
  margin: 0;
}
.cid-ucUNJRbhUi .mbr-section-title {
  color: #fdfcfc;
}
.cid-ucUNJRbhUi .mbr-text {
  color: #F9A600;
}
.cid-ucUNJRbhUi .mbr-text,
.cid-ucUNJRbhUi .mbr-section-btn {
  color: #fafafa;
}
.cid-ucUNJRBCTU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #171e25;
}
.cid-ucUNJRBCTU .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUNJRBCTU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucUNJRBCTU .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-ucUNJRBCTU .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-ucUNJRBCTU .container {
    padding: 0 30px;
  }
}
.cid-ucUNJRBCTU .mbr-section-title {
  margin-bottom: 70px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ucUNJRBCTU .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-ucUNJRBCTU .video-block .video-wrapper .app-video-wrapper img {
  height: 700px;
  object-fit: cover;
  border-radius: 2em;
}
@media (max-width: 992px) {
  .cid-ucUNJRBCTU .video-block .video-wrapper .app-video-wrapper img {
    height: 350px;
  }
}
.cid-ucUNJRBCTU .video-block .video-wrapper .app-video-wrapper::before {
  color: #fe5115;
  text-shadow: none;
}
.cid-ucUNJRBCTU .video-block .video-wrapper iframe {
  height: 700px;
  object-fit: cover;
  border-radius: 2em;
}
@media (max-width: 992px) {
  .cid-ucUNJRBCTU .video-block .video-wrapper iframe {
    height: 350px;
  }
}
.cid-ucUNJS1MPq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #73091c;
}
.cid-ucUNJS1MPq .row {
  align-items: center;
  width: 100%;
}
.cid-ucUNJS1MPq .mbr-section-head {
  margin-bottom: 2rem;
  padding: 0 !important;
}
.cid-ucUNJS1MPq .mbr-section-title {
  color: #000000;
}
.cid-ucUNJS1MPq .mbr-section-subtitle {
  color: #f3f4ef;
}
.cid-ucUNJS1MPq .content-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-ucUNJS1MPq .content-container {
    grid-template-columns: 1fr;
  }
}
.cid-ucUNJS1MPq .col-text {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-ucUNJS1MPq .text-container {
  padding: 32px;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-ucUNJS1MPq .text-container {
    padding: 24px;
  }
}
.cid-ucUNJS1MPq .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-ucUNJS1MPq .iconfont-wrapper {
  margin-bottom: 8px;
}
.cid-ucUNJS1MPq .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 36px;
  color: #32fc1d;
}
.cid-ucUNJS1MPq .card-title {
  width: 100%;
  color: #fafafa;
  margin-bottom: 0;
}
.cid-ucUNJS1MPq .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
  margin-top: 8px;
  opacity: 0.8;
}
.cid-ucUNJSFSxS {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #1a2229;
}
.cid-ucUNJSFSxS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUNJSFSxS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ucUNJSFSxS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucUNJSFSxS .row {
  flex-direction: row-reverse;
}
.cid-ucUNJSFSxS .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ucUNJSFSxS .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ucUNJSFSxS .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ucUNJSFSxS .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-ucUNJSFSxS .mbr-text,
.cid-ucUNJSFSxS .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-ucUNJT5ttR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #73091c;
}
.cid-ucUNJT5ttR .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUNJT5ttR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucUNJT5ttR .row {
  justify-content: left;
}
.cid-ucUNJT5ttR .main-col {
  display: flex;
}
.cid-ucUNJT5ttR .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-ucUNJT5ttR .mbr-section-title {
  color: #ded7cd;
  width: 100%;
  text-align: center;
}
.cid-ucUNJT5ttR .mbr-section-subtitle {
  color: #fafafa;
  width: 100%;
  margin-top: 20px;
}
.cid-ucUNJT5ttR .mbr-text {
  color: #BF9341;
  width: 100%;
  margin-top: 1rem;
}
.cid-ucUNJTBBzd {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #1a2229;
}
.cid-ucUNJTBBzd .container-fluid {
  padding: 0 3rem;
}
.cid-ucUNJTBBzd .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #4a75f8 50%, #3c4e84 120%);
  display: inline-block;
}
.cid-ucUNJTBBzd .mbr-section-title {
  color: #000000;
}
.cid-ucUNJTBBzd .mbr-section-subtitle {
  color: #000000;
}
.cid-ucUNJTBBzd .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-ucUNJTBBzd .header-text {
  padding: 2rem 1rem !important;
}
.cid-ucUNJTBBzd .card {
  border-radius: 25px !important;
  background: #73091c;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-ucUNJTBBzd .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-ucUNJTBBzd .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-ucUNJTBBzd .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-ucUNJTBBzd .card .card-header a.panel-title:hover .sign {
  background-color: #000000 !important;
}
.cid-ucUNJTBBzd .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #ffffff;
  padding: 2rem;
  padding-top: 36px;
  color: white;
}
.cid-ucUNJTBBzd .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-ucUNJTBBzd .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-ucUNJTBBzd .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-ucUNJTBBzd .container-fluid {
    padding: 0 1rem;
  }
  .cid-ucUNJTBBzd .header-text {
    padding: 1rem !important;
  }
  .cid-ucUNJTBBzd .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-ucUNJTBBzd .panel-body {
    width: calc(100% - 48px);
  }
  .cid-ucUNJTBBzd .panel-group {
    padding: 0;
  }
}
.cid-ucUNJTBBzd .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUNJTBBzd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucUNJTBBzd .header-text,
.cid-ucUNJTBBzd .sign {
  color: #ffffff;
}
.cid-ucUNJTBBzd .mbr-section-title,
.cid-ucUNJTBBzd .underline {
  color: #fafafa;
}
.cid-ucUNJUibqQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #73091c;
}
.cid-ucUNJUibqQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUNJUibqQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucUNJUibqQ .row {
  justify-content: left;
}
.cid-ucUNJUibqQ .main-col {
  display: flex;
}
.cid-ucUNJUibqQ .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-ucUNJUibqQ .mbr-section-title {
  color: #ffffff;
  width: 100%;
  text-align: center;
}
.cid-ucUNJUibqQ .mbr-section-subtitle {
  color: #BF9341;
  width: 100%;
  margin-top: 20px;
  text-align: center;
}
.cid-ucUNJUibqQ .mbr-text {
  color: #fafafa;
  width: 100%;
  margin-top: 1rem;
  text-align: center;
}
.cid-ucVcfvo3PM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f1;
}
.cid-ucVcfvo3PM .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucVcfvo3PM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucVcfvo3PM .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-ucVcfvo3PM .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ucVcfvo3PM .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-ucVcfvo3PM .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ucVcfvo3PM .container {
    padding: 0 14px;
  }
}
.cid-ucVcfvo3PM .row {
  justify-content: center;
}
.cid-ucVcfvo3PM .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ucVcfvo3PM .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ucVcfvo3PM .panel-group .card {
  border-bottom: 1px solid #01004c;
  border-radius: 0 !important;
}
.cid-ucVcfvo3PM .panel-group .card:first-child {
  border-top: 1px solid #01004c;
}
.cid-ucVcfvo3PM .panel-group .card .card-header {
  padding: 30px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-ucVcfvo3PM .panel-group .card .card-header {
    padding: 16px 0;
  }
}
.cid-ucVcfvo3PM .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ucVcfvo3PM .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-ucVcfvo3PM .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ucVcfvo3PM .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  font-size: 24px;
  color: #01004c;
  transition: all 0.3s ease-in-out;
  margin: 0 8px;
}
.cid-ucVcfvo3PM .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ucVcfvo3PM .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-ucVcfvo3PM .panel-group .card .panel-collapse .panel-body .panel-text {
  padding: 5px 0;
  margin-bottom: 0;
}
.cid-ucVcfvo3PM .mbr-section-title {
  color: #73091c;
  text-align: center;
}
.cid-ucVcfvo3PM .panel-title {
  color: #01004c;
}
.cid-ucVcfvo3PM .panel-text {
  color: #000000;
}
.cid-ucVcfvo3PM .panel-title-edit {
  color: #73091c;
}
.cid-ucUNJUN567 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-ucUNJUN567 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUNJUN567 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucUNJUN567 .google-map {
  height: 35rem;
  position: relative;
  filter: grayscale(1);
  border-radius: 2rem;
}
.cid-ucUNJUN567 .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-ucUNJUN567 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ucUNJUN567 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ucUNJUN567 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ucUNJUN567 .google-map:hover {
  filter: grayscale(0);
}
.cid-ucUNJUN567 .mbr-section-title {
  text-align: left;
}
.cid-ucUNJVjyeR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #73091c;
}
.cid-ucUNJVjyeR .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUNJVjyeR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucUNJVjyeR .container {
  max-width: 1600px;
}
.cid-ucUNJVjyeR .border-container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 1px solid #c5e073;
}
@media (max-width: 991px) {
  .cid-ucUNJVjyeR .border-container {
    padding: 48px 0;
  }
}
@media (max-width: 575px) {
  .cid-ucUNJVjyeR .border-container {
    padding: 30px 0;
  }
}
.cid-ucUNJVjyeR .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-ucUNJVjyeR .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-ucUNJVjyeR .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-ucUNJVjyeR .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-ucUNJVjyeR .border-frame {
  position: absolute;
  z-index: 3;
  width: 60px;
  aspect-ratio: 1;
  background-color: #73091c;
  border-color: #c5e073;
}
@media (max-width: 991px) {
  .cid-ucUNJVjyeR .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-ucUNJVjyeR .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-ucUNJVjyeR .border-frame {
    width: 7%;
  }
}
.cid-ucUNJVjyeR .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-ucUNJVjyeR .footer-item-container {
  width: 33.33333333%;
  flex-grow: 1;
  padding: 80px;
}
.cid-ucUNJVjyeR .footer-item-container:not(:first-child) {
  border-left: 1px solid #c5e073;
}
@media (max-width: 991px) {
  .cid-ucUNJVjyeR .footer-item-container {
    width: 100%;
    padding: 40px 40px 40px 120px;
  }
  .cid-ucUNJVjyeR .footer-item-container:not(:first-child) {
    border-left: none;
    border-top: 1px solid #c5e073;
  }
}
@media (max-width: 575px) {
  .cid-ucUNJVjyeR .footer-item-container {
    padding: 26px 26px 26px 76px;
  }
}
.cid-ucUNJVjyeR .footer-item {
  height: 100%;
}
.cid-ucUNJVjyeR .mbr-section-subtitle {
  color: #ecca7f;
  width: 100%;
  margin-bottom: 64px;
}
@media (max-width: 991px) {
  .cid-ucUNJVjyeR .mbr-section-subtitle {
    margin-bottom: 56px;
  }
}
@media (max-width: 575px) {
  .cid-ucUNJVjyeR .mbr-section-subtitle {
    margin-bottom: 40px;
  }
}
.cid-ucUNJVjyeR .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-ucUNJVjyeR .mbr-section-btn {
  margin-top: 20px;
}
.cid-ucUNJVjyeR .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #4a75f8;
}
.cid-ucUNJVjyeR .list li {
  position: relative;
  width: 100%;
  color: inherit !important;
  padding: 0 0 0 30px;
  margin: 10px 0;
  transition: .3s all;
}
.cid-ucUNJVjyeR .list li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: currentColor;
}
.cid-ucUNJVjyeR .list li:hover {
  color: #4a75f8 !important;
}
.cid-ucUNJVjyeR .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-ucUNJVjyeR .list a p {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-ucUNJVjyeR .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-ucUNJVjyeR .list a:hover p {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-ucUNJVjyeR .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
.cid-ucUNJVjyeR .social-row .mbr-iconfont {
  font-size: 18px;
  color: #b84358;
  margin-right: 20px;
}
.cid-ucUNJVjyeR .social-text {
  color: #1455e6;
  transition: .4s all;
  margin-bottom: 0 !important;
}
.cid-ucUNJVjyeR .soc-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 10px 0;
  transition: .4s all;
}
.cid-ucUNJVjyeR .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .4s all;
}
.cid-ucUNJVjyeR .soc-item:hover .mbr-iconfont {
  color: #4a75f8 !important;
}
.cid-ucUNJVjyeR .soc-item:hover .social-text {
  color: #4a75f8 !important;
}
.cid-ucUNJVjyeR .copyright-container {
  width: 100%;
  padding: 0;
  margin-top: 56px;
}
@media (max-width: 991px) {
  .cid-ucUNJVjyeR .copyright-container {
    margin-top: 48px;
  }
}
@media (max-width: 575px) {
  .cid-ucUNJVjyeR .copyright-container {
    margin-top: 30px;
  }
}
.cid-ucUNJVjyeR .copyright-text {
  color: #ecca7f;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ucUNJVjyeR .copyright-text {
    text-align: center !important;
  }
}
.cid-ucUNJVjyeR .mbr-text,
.cid-ucUNJVjyeR .mbr-section-btn {
  color: #ecca7f;
}
.cid-ucUNKiorhf {
  min-height: 101px !important;
  background: #73091c;
  overflow: visible;
}
.cid-ucUNKiorhf .nav-item,
.cid-ucUNKiorhf .nav-link,
.cid-ucUNKiorhf .navbar-caption {
  font-weight: normal;
}
.cid-ucUNKiorhf .nav-link {
  position: relative;
  line-height: 40px;
}
.cid-ucUNKiorhf .nav-link:before,
.cid-ucUNKiorhf .soc-item a:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  transition: .45s ease;
}
.cid-ucUNKiorhf .nav-item:hover .nav-link:before,
.cid-ucUNKiorhf .soc-item:hover a:before {
  height: 2px;
  background-color: #73091c;
  margin-top: 2px;
}
.cid-ucUNKiorhf .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-ucUNKiorhf .dropdown-toggle::after,
.cid-ucUNKiorhf .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);
}
.cid-ucUNKiorhf .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-ucUNKiorhf .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-ucUNKiorhf .nav-item:focus,
.cid-ucUNKiorhf .nav-link:focus {
  outline: none;
}
.cid-ucUNKiorhf .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-ucUNKiorhf .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-ucUNKiorhf .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-ucUNKiorhf .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-ucUNKiorhf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucUNKiorhf .navbar {
  transition: all .3s;
  background: #73091c;
}
.cid-ucUNKiorhf .navbar.opened {
  transition: all .3s;
  background: #73091c !important;
}
.cid-ucUNKiorhf .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-ucUNKiorhf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucUNKiorhf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucUNKiorhf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 1rem);
  }
}
.cid-ucUNKiorhf .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-ucUNKiorhf .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-ucUNKiorhf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-ucUNKiorhf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-ucUNKiorhf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucUNKiorhf .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-ucUNKiorhf .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ucUNKiorhf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucUNKiorhf .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-ucUNKiorhf .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-ucUNKiorhf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ucUNKiorhf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ucUNKiorhf .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-ucUNKiorhf .navbar.navbar-short {
  background: #73091c !important;
  min-height: 60px;
}
.cid-ucUNKiorhf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-ucUNKiorhf .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ucUNKiorhf .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-ucUNKiorhf .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-ucUNKiorhf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucUNKiorhf .dropdown-item.active,
.cid-ucUNKiorhf .dropdown-item:active {
  background-color: transparent;
}
.cid-ucUNKiorhf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #73091c;
}
.cid-ucUNKiorhf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-ucUNKiorhf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ucUNKiorhf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucUNKiorhf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ucUNKiorhf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ucUNKiorhf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ucUNKiorhf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ucUNKiorhf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ucUNKiorhf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ucUNKiorhf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ucUNKiorhf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ucUNKiorhf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ucUNKiorhf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ucUNKiorhf .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
  position: fixed;
}
.cid-ucUNKiorhf a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-ucUNKiorhf .mbr-iconfont {
  color: #ffffff;
}
.cid-ucUNKiorhf .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-ucUNKiorhf .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucUNKiorhf .navbar {
    height: 77px;
  }
  .cid-ucUNKiorhf .navbar.opened {
    height: auto;
  }
  .cid-ucUNKiorhf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucUNKiorhf .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-ucUNKiVrMl {
  padding-top: 120px;
  padding-bottom: 180px;
  background-color: #192732;
}
@media (max-width: 767px) {
  .cid-ucUNKiVrMl {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.cid-ucUNKiVrMl img {
  width: 100%;
  border-radius: 30px;
}
.cid-ucUNKiVrMl .mbr-section-title {
  color: #ffffff;
}
.cid-ucUNKiVrMl .mbr-section-subtitle {
  background-color: #3c4e84;
  padding: 0 1rem;
  border-radius: 5px;
  display: inline-block;
  font-family: 'Tapestry', handwriting;
  font-weight: 900;
  color: #ffffff;
}
.cid-ucUNKiVrMl .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-ucUNKiVrMl .svg-1 path {
  fill: #73091c;
}
.cid-ucUNKiVrMl .container-fluid {
  max-width: 1200px;
}
.cid-ucUNKiVrMl .mbr-arrow {
  z-index: 1;
}
.cid-ucUNKiVrMl .mbr-section-btn {
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .cid-ucUNKiVrMl .container-fluid {
    padding: 0 1.5rem;
  }
}
@media (max-width: 992px) {
  .cid-ucUNKiVrMl .imageContainer {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ucUNKiVrMl .container-fluid {
    padding: 0 1rem;
  }
  .cid-ucUNKiVrMl .mbr-section-subtitle {
    margin-bottom: 1.4rem;
  }
}
.cid-ucUNKiVrMl .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUNKiVrMl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucUNKiVrMl .row > div,
.cid-ucUNKiVrMl .mbr-section-title {
  color: #ffffff;
}
.cid-ucUNKji0KT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucUNKji0KT .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-ucUNKji0KT .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-ucUNKji0KT .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-ucUNKji0KT .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 5px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #73091c;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucUNKjCRZ9 {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #73091c;
}
.cid-ucUNKjCRZ9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUNKjCRZ9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucUNKjCRZ9 .line {
  width: 100%;
  opacity: 0.6;
  height: 1px;
  background: currentColor;
  margin-top: 8rem;
}
.cid-ucUNKjCRZ9 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-ucUNKjCRZ9 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-ucUNKjCRZ9 {
    align-items: center;
  }
  .cid-ucUNKjCRZ9 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ucUNKjCRZ9 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ucUNKjCRZ9 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ucUNKjCRZ9 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ucUNKjCRZ9 .content-wrap {
    width: 100%;
  }
}
.cid-ucUNKjCRZ9 .mbr-section-title {
  text-align: left;
  color: #fffcee;
}
.cid-ucUNKjCRZ9 .mbr-text,
.cid-ucUNKjCRZ9 .mbr-section-btn {
  text-align: left;
  color: #fffcee;
}
.cid-ucUNKjCRZ9 .mbr-section-title,
.cid-ucUNKjCRZ9 .line {
  color: #fffcee;
}
.cid-ucUNKk0Hg6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #192227;
}
.cid-ucUNKk0Hg6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUNKk0Hg6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucUNKk0Hg6 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ucUNKk0Hg6 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ucUNKk0Hg6 .container {
    padding: 0 16px;
  }
}
.cid-ucUNKk0Hg6 .row {
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-ucUNKk0Hg6 .row {
    margin: 0 10px;
  }
}
.cid-ucUNKk0Hg6 .row .card {
  position: relative;
}
@media (max-width: 992px) {
  .cid-ucUNKk0Hg6 .row .card {
    padding: 0;
  }
}
.cid-ucUNKk0Hg6 .row .card:first-child .decor-wrapper {
  position: absolute;
  top: 0;
  right: -70rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #73091c;
  border-radius: 10%;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-ucUNKk0Hg6 .row .card:first-child .decor-wrapper {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-ucUNKk0Hg6 .title-wrapper {
  position: relative;
  z-index: 1;
  padding-right: 80px;
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-ucUNKk0Hg6 .title-wrapper {
    padding-right: 0;
  }
}
.cid-ucUNKk0Hg6 .title-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ucUNKk0Hg6 .title-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ucUNKk0Hg6 .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 75px;
  height: 75px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #192227;
  background-color: #73091c;
  transform: rotate(-45deg);
  border-radius: 100%;
}
.cid-ucUNKk0Hg6 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ucUNKk0Hg6 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ucUNKk0Hg6 .title-wrapper .mbr-text {
  margin: 0;
}
.cid-ucUNKk0Hg6 .title-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-ucUNKk0Hg6 .title-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-ucUNKk0Hg6 .image-wrapper {
  position: relative;
  z-index: 1;
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-ucUNKk0Hg6 .image-wrapper {
    padding-top: 40px;
  }
}
@media (max-width: 992px) {
  .cid-ucUNKk0Hg6 .image-wrapper {
    padding-top: 40px;
  }
}
.cid-ucUNKk0Hg6 .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ucUNKk0Hg6 .image-wrapper img {
    height: 350px;
  }
}
.cid-ucUNKk0Hg6 .mbr-section-title {
  color: #fdfcfc;
}
.cid-ucUNKk0Hg6 .mbr-text {
  color: #F9A600;
}
.cid-ucUNKk0Hg6 .mbr-text,
.cid-ucUNKk0Hg6 .mbr-section-btn {
  color: #fafafa;
}
.cid-ucUNKkswUu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #73091c;
  position: relative;
}
.cid-ucUNKkswUu::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #73091c, #192732);
}
.cid-ucUNKkswUu .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUNKkswUu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucUNKkswUu .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-ucUNKkswUu .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-ucUNKkswUu .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ucUNKkswUu .container {
    padding: 0 16px;
  }
}
.cid-ucUNKkswUu .content-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-ucUNKkswUu .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-ucUNKkswUu .item {
  margin-bottom: 32px;
}
.cid-ucUNKkswUu .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-ucUNKkswUu .item .item-wrapper .card-box .title-wrapper .title-wrap {
    margin-bottom: 16px;
  }
}
.cid-ucUNKkswUu .item .item-wrapper .card-box .title-wrapper .title-wrap .mbr-iconfont {
  font-size: 36px;
  color: #f4f4f4;
  margin-right: 12px;
}
.cid-ucUNKkswUu .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-ucUNKkswUu .item .item-wrapper .card-box .text-wrap .card-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
.cid-ucUNKkswUu .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-ucUNKkswUu .card-title {
  color: #f4f4f4;
}
.cid-ucUNKkswUu .card-text {
  color: #c1c1c1;
}
.cid-ucUNKl22vs {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #171e25;
}
.cid-ucUNKl22vs .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUNKl22vs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucUNKl22vs .row {
  justify-content: left;
}
.cid-ucUNKl22vs .main-col {
  display: flex;
}
.cid-ucUNKl22vs .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-ucUNKl22vs .mbr-section-title {
  color: #BF9341;
  width: 100%;
}
.cid-ucUNKl22vs .mbr-section-subtitle {
  color: #fafafa;
  width: 100%;
  margin-top: 20px;
}
.cid-ucUNKl22vs .mbr-text {
  color: #fafafa;
  width: 100%;
  margin-top: 1rem;
}
.cid-ucUNKlqJGJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #73091c;
}
.cid-ucUNKlqJGJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUNKlqJGJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucUNKlqJGJ .container {
  max-width: 900px;
}
.cid-ucUNKlqJGJ .content-container {
  display: flex;
  align-items: stretch;
}
@media (max-width: 767px) {
  .cid-ucUNKlqJGJ .content-container {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.cid-ucUNKlqJGJ .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 45%;
  padding-left: 40px;
}
@media (max-width: 991px) {
  .cid-ucUNKlqJGJ .card-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 767px) {
  .cid-ucUNKlqJGJ .card-wrapper {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
}
.cid-ucUNKlqJGJ .card-box {
  width: 100%;
}
.cid-ucUNKlqJGJ .card-title {
  width: 100%;
  color: #192732;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-ucUNKlqJGJ .card-title {
    margin-bottom: 24px;
    text-align: center !important;
  }
}
.cid-ucUNKlqJGJ .mbr-text {
  width: 100%;
  color: #192732;
}
@media (max-width: 767px) {
  .cid-ucUNKlqJGJ .mbr-text {
    text-align: center !important;
  }
}
.cid-ucUNKlqJGJ .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-ucUNKlqJGJ .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-ucUNKlqJGJ .img-container {
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .cid-ucUNKlqJGJ .img-container {
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .cid-ucUNKlqJGJ .img-container {
    width: 100%;
    padding: 0;
  }
}
.cid-ucUNKlqJGJ .image-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-ucUNKlqJGJ .image-wrapper img {
  object-fit: cover;
  max-height: 100vh;
}
.cid-ucUNKlqJGJ .card-title,
.cid-ucUNKlqJGJ .mbr-section-btn {
  color: #fafafa;
}
.cid-ucUNKlqJGJ .mbr-text,
.cid-ucUNKlqJGJ .mbr-section-btn {
  color: #fafafa;
}
.cid-ucUNKlSijf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #192227;
}
.cid-ucUNKlSijf .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUNKlSijf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucUNKlSijf .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ucUNKlSijf .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ucUNKlSijf .container {
    padding: 0 16px;
  }
}
.cid-ucUNKlSijf .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-ucUNKlSijf .row {
    margin: 0 10px;
  }
}
.cid-ucUNKlSijf .row .card {
  position: relative;
  padding: 0;
}
.cid-ucUNKlSijf .row .card .decor-wrapper_1 {
  position: absolute;
  top: -25rem;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #73091c;
  border-radius: 15rem;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-ucUNKlSijf .row .card .decor-wrapper_1 {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-ucUNKlSijf .row .card .decor-wrapper_1 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-ucUNKlSijf .row .card .decor-wrapper_2 {
  position: absolute;
  top: 0;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #73091c;
  border-radius: 14%;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-ucUNKlSijf .row .card .decor-wrapper_2 {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-ucUNKlSijf .row .card .decor-wrapper_2 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-ucUNKlSijf .title-wrapper {
  position: relative;
  z-index: 1;
  padding-left: 100px;
  width: 60%;
  margin: 0 auto;
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-ucUNKlSijf .title-wrapper {
    padding-left: 0;
    width: 100%;
  }
}
.cid-ucUNKlSijf .title-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ucUNKlSijf .title-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ucUNKlSijf .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 75px;
  height: 75px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #192227;
  background-color: #f9a600;
  transform: rotate(45deg);
  border-radius: 100%;
}
.cid-ucUNKlSijf .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ucUNKlSijf .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ucUNKlSijf .title-wrapper .mbr-text {
  margin: 0;
}
.cid-ucUNKlSijf .mbr-section-title {
  color: #fdfcfc;
}
.cid-ucUNKlSijf .mbr-text {
  color: #F9A600;
}
.cid-ucUNKlSijf .mbr-text,
.cid-ucUNKlSijf .mbr-section-btn {
  color: #fafafa;
}
.cid-ucUNKmn9yb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #171e25;
}
.cid-ucUNKmn9yb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUNKmn9yb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucUNKmn9yb .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-ucUNKmn9yb .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-ucUNKmn9yb .container {
    padding: 0 30px;
  }
}
.cid-ucUNKmn9yb .mbr-section-title {
  margin-bottom: 70px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ucUNKmn9yb .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-ucUNKmn9yb .video-block .video-wrapper .app-video-wrapper img {
  height: 700px;
  object-fit: cover;
  border-radius: 2em;
}
@media (max-width: 992px) {
  .cid-ucUNKmn9yb .video-block .video-wrapper .app-video-wrapper img {
    height: 350px;
  }
}
.cid-ucUNKmn9yb .video-block .video-wrapper .app-video-wrapper::before {
  color: #fe5115;
  text-shadow: none;
}
.cid-ucUNKmn9yb .video-block .video-wrapper iframe {
  height: 700px;
  object-fit: cover;
  border-radius: 2em;
}
@media (max-width: 992px) {
  .cid-ucUNKmn9yb .video-block .video-wrapper iframe {
    height: 350px;
  }
}
.cid-ucUNKmNnBz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #73091c;
}
.cid-ucUNKmNnBz .row {
  align-items: center;
  width: 100%;
}
.cid-ucUNKmNnBz .mbr-section-head {
  margin-bottom: 2rem;
  padding: 0 !important;
}
.cid-ucUNKmNnBz .mbr-section-title {
  color: #000000;
}
.cid-ucUNKmNnBz .mbr-section-subtitle {
  color: #f3f4ef;
}
.cid-ucUNKmNnBz .content-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-ucUNKmNnBz .content-container {
    grid-template-columns: 1fr;
  }
}
.cid-ucUNKmNnBz .col-text {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-ucUNKmNnBz .text-container {
  padding: 32px;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-ucUNKmNnBz .text-container {
    padding: 24px;
  }
}
.cid-ucUNKmNnBz .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-ucUNKmNnBz .iconfont-wrapper {
  margin-bottom: 8px;
}
.cid-ucUNKmNnBz .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 36px;
  color: #32fc1d;
}
.cid-ucUNKmNnBz .card-title {
  width: 100%;
  color: #fafafa;
  margin-bottom: 0;
}
.cid-ucUNKmNnBz .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
  margin-top: 8px;
  opacity: 0.8;
}
.cid-ucUNKnrJAj {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #1a2229;
}
.cid-ucUNKnrJAj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUNKnrJAj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ucUNKnrJAj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucUNKnrJAj .row {
  flex-direction: row-reverse;
}
.cid-ucUNKnrJAj .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ucUNKnrJAj .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ucUNKnrJAj .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ucUNKnrJAj .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-ucUNKnrJAj .mbr-text,
.cid-ucUNKnrJAj .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-ucUNKnVLSr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #73091c;
}
.cid-ucUNKnVLSr .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUNKnVLSr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucUNKnVLSr .row {
  justify-content: left;
}
.cid-ucUNKnVLSr .main-col {
  display: flex;
}
.cid-ucUNKnVLSr .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-ucUNKnVLSr .mbr-section-title {
  color: #ded7cd;
  width: 100%;
  text-align: center;
}
.cid-ucUNKnVLSr .mbr-section-subtitle {
  color: #fafafa;
  width: 100%;
  margin-top: 20px;
}
.cid-ucUNKnVLSr .mbr-text {
  color: #BF9341;
  width: 100%;
  margin-top: 1rem;
}
.cid-ucUNKolAS4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #1a2229;
}
.cid-ucUNKolAS4 .container-fluid {
  padding: 0 3rem;
}
.cid-ucUNKolAS4 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #4a75f8 50%, #3c4e84 120%);
  display: inline-block;
}
.cid-ucUNKolAS4 .mbr-section-title {
  color: #000000;
}
.cid-ucUNKolAS4 .mbr-section-subtitle {
  color: #000000;
}
.cid-ucUNKolAS4 .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-ucUNKolAS4 .header-text {
  padding: 2rem 1rem !important;
}
.cid-ucUNKolAS4 .card {
  border-radius: 25px !important;
  background: #73091c;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-ucUNKolAS4 .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-ucUNKolAS4 .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-ucUNKolAS4 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-ucUNKolAS4 .card .card-header a.panel-title:hover .sign {
  background-color: #000000 !important;
}
.cid-ucUNKolAS4 .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #ffffff;
  padding: 2rem;
  padding-top: 36px;
  color: white;
}
.cid-ucUNKolAS4 .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-ucUNKolAS4 .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-ucUNKolAS4 .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-ucUNKolAS4 .container-fluid {
    padding: 0 1rem;
  }
  .cid-ucUNKolAS4 .header-text {
    padding: 1rem !important;
  }
  .cid-ucUNKolAS4 .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-ucUNKolAS4 .panel-body {
    width: calc(100% - 48px);
  }
  .cid-ucUNKolAS4 .panel-group {
    padding: 0;
  }
}
.cid-ucUNKolAS4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUNKolAS4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucUNKolAS4 .header-text,
.cid-ucUNKolAS4 .sign {
  color: #ffffff;
}
.cid-ucUNKolAS4 .mbr-section-title,
.cid-ucUNKolAS4 .underline {
  color: #fafafa;
}
.cid-ucUNKoXoCS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #73091c;
}
.cid-ucUNKoXoCS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUNKoXoCS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucUNKoXoCS .row {
  justify-content: left;
}
.cid-ucUNKoXoCS .main-col {
  display: flex;
}
.cid-ucUNKoXoCS .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-ucUNKoXoCS .mbr-section-title {
  color: #ffffff;
  width: 100%;
  text-align: center;
}
.cid-ucUNKoXoCS .mbr-section-subtitle {
  color: #BF9341;
  width: 100%;
  margin-top: 20px;
  text-align: center;
}
.cid-ucUNKoXoCS .mbr-text {
  color: #fafafa;
  width: 100%;
  margin-top: 1rem;
  text-align: center;
}
.cid-ucVcYaZDCW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f1;
}
.cid-ucVcYaZDCW .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucVcYaZDCW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucVcYaZDCW .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-ucVcYaZDCW .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ucVcYaZDCW .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-ucVcYaZDCW .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ucVcYaZDCW .container {
    padding: 0 14px;
  }
}
.cid-ucVcYaZDCW .row {
  justify-content: center;
}
.cid-ucVcYaZDCW .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ucVcYaZDCW .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ucVcYaZDCW .panel-group .card {
  border-bottom: 1px solid #01004c;
  border-radius: 0 !important;
}
.cid-ucVcYaZDCW .panel-group .card:first-child {
  border-top: 1px solid #01004c;
}
.cid-ucVcYaZDCW .panel-group .card .card-header {
  padding: 30px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-ucVcYaZDCW .panel-group .card .card-header {
    padding: 16px 0;
  }
}
.cid-ucVcYaZDCW .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ucVcYaZDCW .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-ucVcYaZDCW .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ucVcYaZDCW .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  font-size: 24px;
  color: #01004c;
  transition: all 0.3s ease-in-out;
  margin: 0 8px;
}
.cid-ucVcYaZDCW .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ucVcYaZDCW .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-ucVcYaZDCW .panel-group .card .panel-collapse .panel-body .panel-text {
  padding: 5px 0;
  margin-bottom: 0;
}
.cid-ucVcYaZDCW .mbr-section-title {
  color: #73091c;
  text-align: center;
}
.cid-ucVcYaZDCW .panel-title {
  color: #01004c;
}
.cid-ucVcYaZDCW .panel-text {
  color: #000000;
}
.cid-ucVcYaZDCW .panel-title-edit {
  color: #73091c;
}
.cid-ucUNKpouvm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-ucUNKpouvm .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUNKpouvm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucUNKpouvm .google-map {
  height: 35rem;
  position: relative;
  filter: grayscale(1);
  border-radius: 2rem;
}
.cid-ucUNKpouvm .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-ucUNKpouvm .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ucUNKpouvm .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ucUNKpouvm .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ucUNKpouvm .google-map:hover {
  filter: grayscale(0);
}
.cid-ucUNKpouvm .mbr-section-title {
  text-align: left;
}
.cid-ucUNKpVdbK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #73091c;
}
.cid-ucUNKpVdbK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUNKpVdbK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucUNKpVdbK .container {
  max-width: 1600px;
}
.cid-ucUNKpVdbK .border-container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 1px solid #c5e073;
}
@media (max-width: 991px) {
  .cid-ucUNKpVdbK .border-container {
    padding: 48px 0;
  }
}
@media (max-width: 575px) {
  .cid-ucUNKpVdbK .border-container {
    padding: 30px 0;
  }
}
.cid-ucUNKpVdbK .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-ucUNKpVdbK .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-ucUNKpVdbK .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-ucUNKpVdbK .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-ucUNKpVdbK .border-frame {
  position: absolute;
  z-index: 3;
  width: 60px;
  aspect-ratio: 1;
  background-color: #73091c;
  border-color: #c5e073;
}
@media (max-width: 991px) {
  .cid-ucUNKpVdbK .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-ucUNKpVdbK .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-ucUNKpVdbK .border-frame {
    width: 7%;
  }
}
.cid-ucUNKpVdbK .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-ucUNKpVdbK .footer-item-container {
  width: 33.33333333%;
  flex-grow: 1;
  padding: 80px;
}
.cid-ucUNKpVdbK .footer-item-container:not(:first-child) {
  border-left: 1px solid #c5e073;
}
@media (max-width: 991px) {
  .cid-ucUNKpVdbK .footer-item-container {
    width: 100%;
    padding: 40px 40px 40px 120px;
  }
  .cid-ucUNKpVdbK .footer-item-container:not(:first-child) {
    border-left: none;
    border-top: 1px solid #c5e073;
  }
}
@media (max-width: 575px) {
  .cid-ucUNKpVdbK .footer-item-container {
    padding: 26px 26px 26px 76px;
  }
}
.cid-ucUNKpVdbK .footer-item {
  height: 100%;
}
.cid-ucUNKpVdbK .mbr-section-subtitle {
  color: #ecca7f;
  width: 100%;
  margin-bottom: 64px;
}
@media (max-width: 991px) {
  .cid-ucUNKpVdbK .mbr-section-subtitle {
    margin-bottom: 56px;
  }
}
@media (max-width: 575px) {
  .cid-ucUNKpVdbK .mbr-section-subtitle {
    margin-bottom: 40px;
  }
}
.cid-ucUNKpVdbK .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-ucUNKpVdbK .mbr-section-btn {
  margin-top: 20px;
}
.cid-ucUNKpVdbK .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #4a75f8;
}
.cid-ucUNKpVdbK .list li {
  position: relative;
  width: 100%;
  color: inherit !important;
  padding: 0 0 0 30px;
  margin: 10px 0;
  transition: .3s all;
}
.cid-ucUNKpVdbK .list li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: currentColor;
}
.cid-ucUNKpVdbK .list li:hover {
  color: #4a75f8 !important;
}
.cid-ucUNKpVdbK .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-ucUNKpVdbK .list a p {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-ucUNKpVdbK .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-ucUNKpVdbK .list a:hover p {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-ucUNKpVdbK .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
.cid-ucUNKpVdbK .social-row .mbr-iconfont {
  font-size: 18px;
  color: #b84358;
  margin-right: 20px;
}
.cid-ucUNKpVdbK .social-text {
  color: #1455e6;
  transition: .4s all;
  margin-bottom: 0 !important;
}
.cid-ucUNKpVdbK .soc-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 10px 0;
  transition: .4s all;
}
.cid-ucUNKpVdbK .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .4s all;
}
.cid-ucUNKpVdbK .soc-item:hover .mbr-iconfont {
  color: #4a75f8 !important;
}
.cid-ucUNKpVdbK .soc-item:hover .social-text {
  color: #4a75f8 !important;
}
.cid-ucUNKpVdbK .copyright-container {
  width: 100%;
  padding: 0;
  margin-top: 56px;
}
@media (max-width: 991px) {
  .cid-ucUNKpVdbK .copyright-container {
    margin-top: 48px;
  }
}
@media (max-width: 575px) {
  .cid-ucUNKpVdbK .copyright-container {
    margin-top: 30px;
  }
}
.cid-ucUNKpVdbK .copyright-text {
  color: #ecca7f;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ucUNKpVdbK .copyright-text {
    text-align: center !important;
  }
}
.cid-ucUNKpVdbK .mbr-text,
.cid-ucUNKpVdbK .mbr-section-btn {
  color: #ecca7f;
}
.cid-ucUNKS19WS {
  min-height: 101px !important;
  background: #73091c;
  overflow: visible;
}
.cid-ucUNKS19WS .nav-item,
.cid-ucUNKS19WS .nav-link,
.cid-ucUNKS19WS .navbar-caption {
  font-weight: normal;
}
.cid-ucUNKS19WS .nav-link {
  position: relative;
  line-height: 40px;
}
.cid-ucUNKS19WS .nav-link:before,
.cid-ucUNKS19WS .soc-item a:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  transition: .45s ease;
}
.cid-ucUNKS19WS .nav-item:hover .nav-link:before,
.cid-ucUNKS19WS .soc-item:hover a:before {
  height: 2px;
  background-color: #73091c;
  margin-top: 2px;
}
.cid-ucUNKS19WS .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-ucUNKS19WS .dropdown-toggle::after,
.cid-ucUNKS19WS .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);
}
.cid-ucUNKS19WS .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-ucUNKS19WS .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-ucUNKS19WS .nav-item:focus,
.cid-ucUNKS19WS .nav-link:focus {
  outline: none;
}
.cid-ucUNKS19WS .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-ucUNKS19WS .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-ucUNKS19WS .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-ucUNKS19WS .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-ucUNKS19WS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucUNKS19WS .navbar {
  transition: all .3s;
  background: #73091c;
}
.cid-ucUNKS19WS .navbar.opened {
  transition: all .3s;
  background: #73091c !important;
}
.cid-ucUNKS19WS .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-ucUNKS19WS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucUNKS19WS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucUNKS19WS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 1rem);
  }
}
.cid-ucUNKS19WS .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-ucUNKS19WS .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-ucUNKS19WS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-ucUNKS19WS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-ucUNKS19WS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucUNKS19WS .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-ucUNKS19WS .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ucUNKS19WS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucUNKS19WS .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-ucUNKS19WS .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-ucUNKS19WS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ucUNKS19WS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ucUNKS19WS .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-ucUNKS19WS .navbar.navbar-short {
  background: #73091c !important;
  min-height: 60px;
}
.cid-ucUNKS19WS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-ucUNKS19WS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ucUNKS19WS .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-ucUNKS19WS .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-ucUNKS19WS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucUNKS19WS .dropdown-item.active,
.cid-ucUNKS19WS .dropdown-item:active {
  background-color: transparent;
}
.cid-ucUNKS19WS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #73091c;
}
.cid-ucUNKS19WS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-ucUNKS19WS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ucUNKS19WS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucUNKS19WS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ucUNKS19WS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ucUNKS19WS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ucUNKS19WS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ucUNKS19WS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ucUNKS19WS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ucUNKS19WS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ucUNKS19WS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ucUNKS19WS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ucUNKS19WS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ucUNKS19WS .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
  position: fixed;
}
.cid-ucUNKS19WS a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-ucUNKS19WS .mbr-iconfont {
  color: #ffffff;
}
.cid-ucUNKS19WS .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-ucUNKS19WS .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucUNKS19WS .navbar {
    height: 77px;
  }
  .cid-ucUNKS19WS .navbar.opened {
    height: auto;
  }
  .cid-ucUNKS19WS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucUNKS19WS .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-ucUNKSzdiN {
  padding-top: 120px;
  padding-bottom: 180px;
  background-color: #192732;
}
@media (max-width: 767px) {
  .cid-ucUNKSzdiN {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.cid-ucUNKSzdiN img {
  width: 100%;
  border-radius: 30px;
}
.cid-ucUNKSzdiN .mbr-section-title {
  color: #ffffff;
}
.cid-ucUNKSzdiN .mbr-section-subtitle {
  background-color: #3c4e84;
  padding: 0 1rem;
  border-radius: 5px;
  display: inline-block;
  font-family: 'Tapestry', handwriting;
  font-weight: 900;
  color: #ffffff;
}
.cid-ucUNKSzdiN .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-ucUNKSzdiN .svg-1 path {
  fill: #73091c;
}
.cid-ucUNKSzdiN .container-fluid {
  max-width: 1200px;
}
.cid-ucUNKSzdiN .mbr-arrow {
  z-index: 1;
}
.cid-ucUNKSzdiN .mbr-section-btn {
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .cid-ucUNKSzdiN .container-fluid {
    padding: 0 1.5rem;
  }
}
@media (max-width: 992px) {
  .cid-ucUNKSzdiN .imageContainer {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ucUNKSzdiN .container-fluid {
    padding: 0 1rem;
  }
  .cid-ucUNKSzdiN .mbr-section-subtitle {
    margin-bottom: 1.4rem;
  }
}
.cid-ucUNKSzdiN .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUNKSzdiN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucUNKSzdiN .row > div,
.cid-ucUNKSzdiN .mbr-section-title {
  color: #ffffff;
}
.cid-ucUNKSXYSa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucUNKSXYSa .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-ucUNKSXYSa .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-ucUNKSXYSa .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-ucUNKSXYSa .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 5px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #73091c;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucUNKTifKb {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #73091c;
}
.cid-ucUNKTifKb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUNKTifKb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucUNKTifKb .line {
  width: 100%;
  opacity: 0.6;
  height: 1px;
  background: currentColor;
  margin-top: 8rem;
}
.cid-ucUNKTifKb .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-ucUNKTifKb .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-ucUNKTifKb {
    align-items: center;
  }
  .cid-ucUNKTifKb .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ucUNKTifKb .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ucUNKTifKb {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ucUNKTifKb .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ucUNKTifKb .content-wrap {
    width: 100%;
  }
}
.cid-ucUNKTifKb .mbr-section-title {
  text-align: left;
  color: #fffcee;
}
.cid-ucUNKTifKb .mbr-text,
.cid-ucUNKTifKb .mbr-section-btn {
  text-align: left;
  color: #fffcee;
}
.cid-ucUNKTifKb .mbr-section-title,
.cid-ucUNKTifKb .line {
  color: #fffcee;
}
.cid-ucUNKTMiaB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #192227;
}
.cid-ucUNKTMiaB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUNKTMiaB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucUNKTMiaB .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ucUNKTMiaB .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ucUNKTMiaB .container {
    padding: 0 16px;
  }
}
.cid-ucUNKTMiaB .row {
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-ucUNKTMiaB .row {
    margin: 0 10px;
  }
}
.cid-ucUNKTMiaB .row .card {
  position: relative;
}
@media (max-width: 992px) {
  .cid-ucUNKTMiaB .row .card {
    padding: 0;
  }
}
.cid-ucUNKTMiaB .row .card:first-child .decor-wrapper {
  position: absolute;
  top: 0;
  right: -70rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #73091c;
  border-radius: 10%;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-ucUNKTMiaB .row .card:first-child .decor-wrapper {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-ucUNKTMiaB .title-wrapper {
  position: relative;
  z-index: 1;
  padding-right: 80px;
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-ucUNKTMiaB .title-wrapper {
    padding-right: 0;
  }
}
.cid-ucUNKTMiaB .title-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ucUNKTMiaB .title-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ucUNKTMiaB .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 75px;
  height: 75px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #192227;
  background-color: #73091c;
  transform: rotate(-45deg);
  border-radius: 100%;
}
.cid-ucUNKTMiaB .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ucUNKTMiaB .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ucUNKTMiaB .title-wrapper .mbr-text {
  margin: 0;
}
.cid-ucUNKTMiaB .title-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-ucUNKTMiaB .title-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-ucUNKTMiaB .image-wrapper {
  position: relative;
  z-index: 1;
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-ucUNKTMiaB .image-wrapper {
    padding-top: 40px;
  }
}
@media (max-width: 992px) {
  .cid-ucUNKTMiaB .image-wrapper {
    padding-top: 40px;
  }
}
.cid-ucUNKTMiaB .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ucUNKTMiaB .image-wrapper img {
    height: 350px;
  }
}
.cid-ucUNKTMiaB .mbr-section-title {
  color: #fdfcfc;
}
.cid-ucUNKTMiaB .mbr-text {
  color: #F9A600;
}
.cid-ucUNKTMiaB .mbr-text,
.cid-ucUNKTMiaB .mbr-section-btn {
  color: #fafafa;
}
.cid-ucUNKUe88G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #73091c;
  position: relative;
}
.cid-ucUNKUe88G::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #73091c, #192732);
}
.cid-ucUNKUe88G .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUNKUe88G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucUNKUe88G .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-ucUNKUe88G .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-ucUNKUe88G .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ucUNKUe88G .container {
    padding: 0 16px;
  }
}
.cid-ucUNKUe88G .content-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-ucUNKUe88G .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-ucUNKUe88G .item {
  margin-bottom: 32px;
}
.cid-ucUNKUe88G .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-ucUNKUe88G .item .item-wrapper .card-box .title-wrapper .title-wrap {
    margin-bottom: 16px;
  }
}
.cid-ucUNKUe88G .item .item-wrapper .card-box .title-wrapper .title-wrap .mbr-iconfont {
  font-size: 36px;
  color: #f4f4f4;
  margin-right: 12px;
}
.cid-ucUNKUe88G .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-ucUNKUe88G .item .item-wrapper .card-box .text-wrap .card-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
.cid-ucUNKUe88G .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-ucUNKUe88G .card-title {
  color: #f4f4f4;
}
.cid-ucUNKUe88G .card-text {
  color: #c1c1c1;
}
.cid-ucUNKUNLhD {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #171e25;
}
.cid-ucUNKUNLhD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUNKUNLhD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucUNKUNLhD .row {
  justify-content: left;
}
.cid-ucUNKUNLhD .main-col {
  display: flex;
}
.cid-ucUNKUNLhD .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-ucUNKUNLhD .mbr-section-title {
  color: #BF9341;
  width: 100%;
}
.cid-ucUNKUNLhD .mbr-section-subtitle {
  color: #fafafa;
  width: 100%;
  margin-top: 20px;
}
.cid-ucUNKUNLhD .mbr-text {
  color: #fafafa;
  width: 100%;
  margin-top: 1rem;
}
.cid-ucUNKVA968 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #73091c;
}
.cid-ucUNKVA968 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUNKVA968 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucUNKVA968 .container {
  max-width: 900px;
}
.cid-ucUNKVA968 .content-container {
  display: flex;
  align-items: stretch;
}
@media (max-width: 767px) {
  .cid-ucUNKVA968 .content-container {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.cid-ucUNKVA968 .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 45%;
  padding-left: 40px;
}
@media (max-width: 991px) {
  .cid-ucUNKVA968 .card-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 767px) {
  .cid-ucUNKVA968 .card-wrapper {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
}
.cid-ucUNKVA968 .card-box {
  width: 100%;
}
.cid-ucUNKVA968 .card-title {
  width: 100%;
  color: #192732;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-ucUNKVA968 .card-title {
    margin-bottom: 24px;
    text-align: center !important;
  }
}
.cid-ucUNKVA968 .mbr-text {
  width: 100%;
  color: #192732;
}
@media (max-width: 767px) {
  .cid-ucUNKVA968 .mbr-text {
    text-align: center !important;
  }
}
.cid-ucUNKVA968 .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-ucUNKVA968 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-ucUNKVA968 .img-container {
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .cid-ucUNKVA968 .img-container {
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .cid-ucUNKVA968 .img-container {
    width: 100%;
    padding: 0;
  }
}
.cid-ucUNKVA968 .image-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-ucUNKVA968 .image-wrapper img {
  object-fit: cover;
  max-height: 100vh;
}
.cid-ucUNKVA968 .card-title,
.cid-ucUNKVA968 .mbr-section-btn {
  color: #fafafa;
}
.cid-ucUNKVA968 .mbr-text,
.cid-ucUNKVA968 .mbr-section-btn {
  color: #fafafa;
}
.cid-ucUNKWAvT6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #192227;
}
.cid-ucUNKWAvT6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUNKWAvT6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucUNKWAvT6 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ucUNKWAvT6 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ucUNKWAvT6 .container {
    padding: 0 16px;
  }
}
.cid-ucUNKWAvT6 .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-ucUNKWAvT6 .row {
    margin: 0 10px;
  }
}
.cid-ucUNKWAvT6 .row .card {
  position: relative;
  padding: 0;
}
.cid-ucUNKWAvT6 .row .card .decor-wrapper_1 {
  position: absolute;
  top: -25rem;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #73091c;
  border-radius: 15rem;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-ucUNKWAvT6 .row .card .decor-wrapper_1 {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-ucUNKWAvT6 .row .card .decor-wrapper_1 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-ucUNKWAvT6 .row .card .decor-wrapper_2 {
  position: absolute;
  top: 0;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #73091c;
  border-radius: 14%;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-ucUNKWAvT6 .row .card .decor-wrapper_2 {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-ucUNKWAvT6 .row .card .decor-wrapper_2 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-ucUNKWAvT6 .title-wrapper {
  position: relative;
  z-index: 1;
  padding-left: 100px;
  width: 60%;
  margin: 0 auto;
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-ucUNKWAvT6 .title-wrapper {
    padding-left: 0;
    width: 100%;
  }
}
.cid-ucUNKWAvT6 .title-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ucUNKWAvT6 .title-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ucUNKWAvT6 .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 75px;
  height: 75px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #192227;
  background-color: #f9a600;
  transform: rotate(45deg);
  border-radius: 100%;
}
.cid-ucUNKWAvT6 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ucUNKWAvT6 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ucUNKWAvT6 .title-wrapper .mbr-text {
  margin: 0;
}
.cid-ucUNKWAvT6 .mbr-section-title {
  color: #fdfcfc;
}
.cid-ucUNKWAvT6 .mbr-text {
  color: #F9A600;
}
.cid-ucUNKWAvT6 .mbr-text,
.cid-ucUNKWAvT6 .mbr-section-btn {
  color: #fafafa;
}
.cid-ucUNKXi8Wm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #171e25;
}
.cid-ucUNKXi8Wm .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUNKXi8Wm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucUNKXi8Wm .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-ucUNKXi8Wm .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-ucUNKXi8Wm .container {
    padding: 0 30px;
  }
}
.cid-ucUNKXi8Wm .mbr-section-title {
  margin-bottom: 70px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ucUNKXi8Wm .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-ucUNKXi8Wm .video-block .video-wrapper .app-video-wrapper img {
  height: 700px;
  object-fit: cover;
  border-radius: 2em;
}
@media (max-width: 992px) {
  .cid-ucUNKXi8Wm .video-block .video-wrapper .app-video-wrapper img {
    height: 350px;
  }
}
.cid-ucUNKXi8Wm .video-block .video-wrapper .app-video-wrapper::before {
  color: #fe5115;
  text-shadow: none;
}
.cid-ucUNKXi8Wm .video-block .video-wrapper iframe {
  height: 700px;
  object-fit: cover;
  border-radius: 2em;
}
@media (max-width: 992px) {
  .cid-ucUNKXi8Wm .video-block .video-wrapper iframe {
    height: 350px;
  }
}
.cid-ucUNKYeMsO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #73091c;
}
.cid-ucUNKYeMsO .row {
  align-items: center;
  width: 100%;
}
.cid-ucUNKYeMsO .mbr-section-head {
  margin-bottom: 2rem;
  padding: 0 !important;
}
.cid-ucUNKYeMsO .mbr-section-title {
  color: #000000;
}
.cid-ucUNKYeMsO .mbr-section-subtitle {
  color: #f3f4ef;
}
.cid-ucUNKYeMsO .content-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-ucUNKYeMsO .content-container {
    grid-template-columns: 1fr;
  }
}
.cid-ucUNKYeMsO .col-text {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-ucUNKYeMsO .text-container {
  padding: 32px;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-ucUNKYeMsO .text-container {
    padding: 24px;
  }
}
.cid-ucUNKYeMsO .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-ucUNKYeMsO .iconfont-wrapper {
  margin-bottom: 8px;
}
.cid-ucUNKYeMsO .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 36px;
  color: #32fc1d;
}
.cid-ucUNKYeMsO .card-title {
  width: 100%;
  color: #fafafa;
  margin-bottom: 0;
}
.cid-ucUNKYeMsO .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
  margin-top: 8px;
  opacity: 0.8;
}
.cid-ucUNKYSpGR {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #1a2229;
}
.cid-ucUNKYSpGR .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUNKYSpGR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ucUNKYSpGR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucUNKYSpGR .row {
  flex-direction: row-reverse;
}
.cid-ucUNKYSpGR .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ucUNKYSpGR .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ucUNKYSpGR .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ucUNKYSpGR .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-ucUNKYSpGR .mbr-text,
.cid-ucUNKYSpGR .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-ucUNKZpj3n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #73091c;
}
.cid-ucUNKZpj3n .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUNKZpj3n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucUNKZpj3n .row {
  justify-content: left;
}
.cid-ucUNKZpj3n .main-col {
  display: flex;
}
.cid-ucUNKZpj3n .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-ucUNKZpj3n .mbr-section-title {
  color: #fafafa;
  width: 100%;
  text-align: center;
}
.cid-ucUNKZpj3n .mbr-section-subtitle {
  color: #fafafa;
  width: 100%;
  margin-top: 20px;
}
.cid-ucUNKZpj3n .mbr-text {
  color: #fafafa;
  width: 100%;
  margin-top: 1rem;
}
.cid-ucUNKZSquN {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #1a2229;
}
.cid-ucUNKZSquN .container-fluid {
  padding: 0 3rem;
}
.cid-ucUNKZSquN .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #4a75f8 50%, #3c4e84 120%);
  display: inline-block;
}
.cid-ucUNKZSquN .mbr-section-title {
  color: #000000;
}
.cid-ucUNKZSquN .mbr-section-subtitle {
  color: #000000;
}
.cid-ucUNKZSquN .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-ucUNKZSquN .header-text {
  padding: 2rem 1rem !important;
}
.cid-ucUNKZSquN .card {
  border-radius: 25px !important;
  background: #73091c;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-ucUNKZSquN .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-ucUNKZSquN .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-ucUNKZSquN .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-ucUNKZSquN .card .card-header a.panel-title:hover .sign {
  background-color: #000000 !important;
}
.cid-ucUNKZSquN .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #ffffff;
  padding: 2rem;
  padding-top: 36px;
  color: white;
}
.cid-ucUNKZSquN .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-ucUNKZSquN .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-ucUNKZSquN .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-ucUNKZSquN .container-fluid {
    padding: 0 1rem;
  }
  .cid-ucUNKZSquN .header-text {
    padding: 1rem !important;
  }
  .cid-ucUNKZSquN .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-ucUNKZSquN .panel-body {
    width: calc(100% - 48px);
  }
  .cid-ucUNKZSquN .panel-group {
    padding: 0;
  }
}
.cid-ucUNKZSquN .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUNKZSquN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucUNKZSquN .header-text,
.cid-ucUNKZSquN .sign {
  color: #ffffff;
}
.cid-ucUNKZSquN .mbr-section-title,
.cid-ucUNKZSquN .underline {
  color: #fafafa;
}
.cid-ucUNL0I0dX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #73091c;
}
.cid-ucUNL0I0dX .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUNL0I0dX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucUNL0I0dX .row {
  justify-content: left;
}
.cid-ucUNL0I0dX .main-col {
  display: flex;
}
.cid-ucUNL0I0dX .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-ucUNL0I0dX .mbr-section-title {
  color: #ffffff;
  width: 100%;
  text-align: center;
}
.cid-ucUNL0I0dX .mbr-section-subtitle {
  color: #BF9341;
  width: 100%;
  margin-top: 20px;
  text-align: center;
}
.cid-ucUNL0I0dX .mbr-text {
  color: #fafafa;
  width: 100%;
  margin-top: 1rem;
  text-align: center;
}
.cid-ucVdBVOKFb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f1f1;
}
.cid-ucVdBVOKFb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucVdBVOKFb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucVdBVOKFb .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-ucVdBVOKFb .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ucVdBVOKFb .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-ucVdBVOKFb .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ucVdBVOKFb .container {
    padding: 0 14px;
  }
}
.cid-ucVdBVOKFb .row {
  justify-content: center;
}
.cid-ucVdBVOKFb .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ucVdBVOKFb .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ucVdBVOKFb .panel-group .card {
  border-bottom: 1px solid #01004c;
  border-radius: 0 !important;
}
.cid-ucVdBVOKFb .panel-group .card:first-child {
  border-top: 1px solid #01004c;
}
.cid-ucVdBVOKFb .panel-group .card .card-header {
  padding: 30px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-ucVdBVOKFb .panel-group .card .card-header {
    padding: 16px 0;
  }
}
.cid-ucVdBVOKFb .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ucVdBVOKFb .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-ucVdBVOKFb .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ucVdBVOKFb .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  font-size: 24px;
  color: #01004c;
  transition: all 0.3s ease-in-out;
  margin: 0 8px;
}
.cid-ucVdBVOKFb .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ucVdBVOKFb .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-ucVdBVOKFb .panel-group .card .panel-collapse .panel-body .panel-text {
  padding: 5px 0;
  margin-bottom: 0;
}
.cid-ucVdBVOKFb .mbr-section-title {
  color: #73091c;
  text-align: center;
}
.cid-ucVdBVOKFb .panel-title {
  color: #01004c;
}
.cid-ucVdBVOKFb .panel-text {
  color: #000000;
}
.cid-ucVdBVOKFb .panel-title-edit {
  color: #73091c;
}
.cid-ucUNL18Y3Q {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-ucUNL18Y3Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUNL18Y3Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucUNL18Y3Q .google-map {
  height: 35rem;
  position: relative;
  filter: grayscale(1);
  border-radius: 2rem;
}
.cid-ucUNL18Y3Q .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-ucUNL18Y3Q .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ucUNL18Y3Q .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ucUNL18Y3Q .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ucUNL18Y3Q .google-map:hover {
  filter: grayscale(0);
}
.cid-ucUNL18Y3Q .mbr-section-title {
  text-align: left;
}
.cid-ucUNL1KCnb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #73091c;
}
.cid-ucUNL1KCnb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUNL1KCnb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucUNL1KCnb .container {
  max-width: 1600px;
}
.cid-ucUNL1KCnb .border-container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 1px solid #c5e073;
}
@media (max-width: 991px) {
  .cid-ucUNL1KCnb .border-container {
    padding: 48px 0;
  }
}
@media (max-width: 575px) {
  .cid-ucUNL1KCnb .border-container {
    padding: 30px 0;
  }
}
.cid-ucUNL1KCnb .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-ucUNL1KCnb .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-ucUNL1KCnb .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-ucUNL1KCnb .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-ucUNL1KCnb .border-frame {
  position: absolute;
  z-index: 3;
  width: 60px;
  aspect-ratio: 1;
  background-color: #73091c;
  border-color: #c5e073;
}
@media (max-width: 991px) {
  .cid-ucUNL1KCnb .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-ucUNL1KCnb .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-ucUNL1KCnb .border-frame {
    width: 7%;
  }
}
.cid-ucUNL1KCnb .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-ucUNL1KCnb .footer-item-container {
  width: 33.33333333%;
  flex-grow: 1;
  padding: 80px;
}
.cid-ucUNL1KCnb .footer-item-container:not(:first-child) {
  border-left: 1px solid #c5e073;
}
@media (max-width: 991px) {
  .cid-ucUNL1KCnb .footer-item-container {
    width: 100%;
    padding: 40px 40px 40px 120px;
  }
  .cid-ucUNL1KCnb .footer-item-container:not(:first-child) {
    border-left: none;
    border-top: 1px solid #c5e073;
  }
}
@media (max-width: 575px) {
  .cid-ucUNL1KCnb .footer-item-container {
    padding: 26px 26px 26px 76px;
  }
}
.cid-ucUNL1KCnb .footer-item {
  height: 100%;
}
.cid-ucUNL1KCnb .mbr-section-subtitle {
  color: #ecca7f;
  width: 100%;
  margin-bottom: 64px;
}
@media (max-width: 991px) {
  .cid-ucUNL1KCnb .mbr-section-subtitle {
    margin-bottom: 56px;
  }
}
@media (max-width: 575px) {
  .cid-ucUNL1KCnb .mbr-section-subtitle {
    margin-bottom: 40px;
  }
}
.cid-ucUNL1KCnb .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-ucUNL1KCnb .mbr-section-btn {
  margin-top: 20px;
}
.cid-ucUNL1KCnb .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #4a75f8;
}
.cid-ucUNL1KCnb .list li {
  position: relative;
  width: 100%;
  color: inherit !important;
  padding: 0 0 0 30px;
  margin: 10px 0;
  transition: .3s all;
}
.cid-ucUNL1KCnb .list li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: currentColor;
}
.cid-ucUNL1KCnb .list li:hover {
  color: #4a75f8 !important;
}
.cid-ucUNL1KCnb .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-ucUNL1KCnb .list a p {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-ucUNL1KCnb .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-ucUNL1KCnb .list a:hover p {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-ucUNL1KCnb .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
.cid-ucUNL1KCnb .social-row .mbr-iconfont {
  font-size: 18px;
  color: #b84358;
  margin-right: 20px;
}
.cid-ucUNL1KCnb .social-text {
  color: #1455e6;
  transition: .4s all;
  margin-bottom: 0 !important;
}
.cid-ucUNL1KCnb .soc-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 10px 0;
  transition: .4s all;
}
.cid-ucUNL1KCnb .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .4s all;
}
.cid-ucUNL1KCnb .soc-item:hover .mbr-iconfont {
  color: #4a75f8 !important;
}
.cid-ucUNL1KCnb .soc-item:hover .social-text {
  color: #4a75f8 !important;
}
.cid-ucUNL1KCnb .copyright-container {
  width: 100%;
  padding: 0;
  margin-top: 56px;
}
@media (max-width: 991px) {
  .cid-ucUNL1KCnb .copyright-container {
    margin-top: 48px;
  }
}
@media (max-width: 575px) {
  .cid-ucUNL1KCnb .copyright-container {
    margin-top: 30px;
  }
}
.cid-ucUNL1KCnb .copyright-text {
  color: #ecca7f;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ucUNL1KCnb .copyright-text {
    text-align: center !important;
  }
}
.cid-ucUNL1KCnb .mbr-text,
.cid-ucUNL1KCnb .mbr-section-btn {
  color: #ecca7f;
}
