body {
  font-family: Inter;
}
.display-1 {
  font-family: 'Inter', sans-serif;
  font-size: 4.375rem;
  line-height: 1.2;
}
.display-1 > .mbr-iconfont {
  font-size: 5.46875rem;
}
.display-2 {
  font-family: 'Inter', sans-serif;
  font-size: 2.75rem;
  line-height: 1.2;
}
.display-2 > .mbr-iconfont {
  font-size: 3.4375rem;
}
.display-4 {
  font-family: 'Inter', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Inter', sans-serif;
  font-size: 2rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- 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.5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.0625rem;
    font-size: calc( 2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.2rem;
    font-size: calc( 1.6125rem + (2.75 - 1.6125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.6125rem + (2.75 - 1.6125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 60px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 60px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 60px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 60px;
}
.bg-primary {
  background-color: #f59919 !important;
}
.bg-success {
  background-color: #0a2a3e !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ffd263 !important;
}
.bg-danger {
  background-color: #fcb300 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f59919 !important;
  border-color: #f59919 !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: #b06908 !important;
  border-color: #b06908 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b06908 !important;
  border-color: #b06908 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #59aaff !important;
  border-color: #59aaff !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: #027eff !important;
  border-color: #027eff !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #027eff !important;
  border-color: #027eff !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #0a2a3e !important;
  border-color: #0a2a3e !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffd263 !important;
  border-color: #ffd263 !important;
  color: #634600 !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: #ffb90c !important;
  border-color: #ffb90c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #634600 !important;
  background-color: #ffb90c !important;
  border-color: #ffb90c !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fcb300 !important;
  border-color: #fcb300 !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: #a57500 !important;
  border-color: #a57500 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #a57500 !important;
  border-color: #a57500 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f59919;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #b06908 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f59919 !important;
  border-color: #f59919 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #59aaff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #027eff !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #59aaff !important;
  border-color: #59aaff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0a2a3e;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #0a2a3e !important;
  border-color: #0a2a3e !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffd263;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffb90c !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #634600 !important;
  background-color: #ffd263 !important;
  border-color: #ffd263 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fcb300;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a57500 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #fcb300 !important;
  border-color: #fcb300 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #f59919 !important;
}
.text-secondary {
  color: #59aaff !important;
}
.text-success {
  color: #0a2a3e !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #ffd263 !important;
}
.text-danger {
  color: #fcb300 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #a16107 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #0076f2 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #fcb300 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #966b00 !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: #f59919;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #ffd263;
}
.alert-danger {
  background-color: #fcb300;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f59919;
  border-color: #f59919;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #f59919;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fdf0dd;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #4ba8e2;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffefc9;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.40625rem;
}
.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: #f59919 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.40625rem;
}
blockquote {
  border-color: #f59919;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f59919;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f59919;
}
.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: #f59919;
  border-bottom-color: #f59919;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #f59919 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #59aaff !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='%23f59919' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  line-height: 165%;
  letter-spacing: 1px;
  padding: 20px 40px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 14px 40px;
  }
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline {
  border: 1px solid #f59919;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn-main .btn-primary-outline:focus {
  color: #ffffff !important;
  background-color: #f59919 !important;
}
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline {
  border: 1px solid #59aaff;
}
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn-main .btn-secondary-outline:focus {
  color: #f59919 !important;
  background-color: #59aaff !important;
}
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline {
  border: 1px solid #0a2a3e;
}
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn-main .btn-success-outline:focus {
  color: #ffffff !important;
  background-color: #0a2a3e !important;
}
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline {
  border: 1px solid #ffffff;
}
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn-main .btn-info-outline:focus {
  color: #f59919 !important;
  background-color: #ffffff !important;
}
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline {
  border: 1px solid #ffd263;
}
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn-main .btn-warning-outline:focus {
  color: #f59919 !important;
  background-color: #ffd263 !important;
}
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline {
  border: 1px solid #fcb300;
}
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn-main .btn-danger-outline:focus {
  color: #ffffff !important;
  background-color: #fcb300 !important;
}
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline {
  border: 1px solid #000000;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn-main .btn-black-outline:focus {
  color: #ffffff !important;
  background-color: #000000!important;
}
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  border: 1px solid #ffffff;
}
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn-main .btn-white-outline:hover,
.mbr-section-btn .btn-white-outline:focus,
.mbr-section-btn-main .btn-white-outline:focus {
  color: #f59919 !important;
  background-color: #ffffff !important;
}
.cid-uhs3Tu9g2q {
  z-index: 1000;
  width: 100%;
}
.cid-uhs3Tu9g2q .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-uhs3Tu9g2q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uhs3Tu9g2q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uhs3Tu9g2q .menu_box .navbar.opened,
  .cid-uhs3Tu9g2q .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uhs3Tu9g2q nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uhs3Tu9g2q .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uhs3Tu9g2q .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uhs3Tu9g2q .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uhs3Tu9g2q .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uhs3Tu9g2q .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uhs3Tu9g2q .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #08323c;
  }
  .cid-uhs3Tu9g2q .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uhs3Tu9g2q .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uhs3Tu9g2q .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uhs3Tu9g2q .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uhs3Tu9g2q .offcanvas-body .mbr-text,
  .cid-uhs3Tu9g2q .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uhs3Tu9g2q .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uhs3Tu9g2q .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uhs3Tu9g2q .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #08323c;
  }
  .cid-uhs3Tu9g2q .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uhs3Tu9g2q .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uhs3Tu9g2q .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uhs3Tu9g2q .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uhs3Tu9g2q ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uhs3Tu9g2q .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uhs3Tu9g2q .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-uhs3Tu9g2q .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uhs3Tu9g2q li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uhs3Tu9g2q .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uhs3Tu9g2q .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uhs3Tu9g2q .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uhs3Tu9g2q .nav-item {
    margin: 0 !important;
  }
}
.cid-uhs3Tu9g2q .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-uhs3Tu9g2q .nav-item .nav-link:hover {
  opacity: .5;
}
.cid-uhs3Tu9g2q .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uhs3Tu9g2q .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uhs3Tu9g2q .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uhs3Tu9g2q .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uhs3Tu9g2q .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uhs3Tu9g2q .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uhs3Tu9g2q .offcanvas_box {
    display: none;
  }
}
.cid-uhs3Tu9g2q .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uhs3Tu9g2q .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uhs3Tu9g2q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uhs3Tu9g2q .container {
  display: flex;
  margin: auto;
}
.cid-uhs3Tu9g2q .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uhs3Tu9g2q .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uhs3Tu9g2q .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uhs3Tu9g2q .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uhs3Tu9g2q .navbar-nav {
    margin: 0;
  }
}
.cid-uhs3Tu9g2q .dropdown-menu,
.cid-uhs3Tu9g2q .navbar.opened {
  background-color: false !important;
}
.cid-uhs3Tu9g2q .nav-item:focus,
.cid-uhs3Tu9g2q .nav-link:focus {
  outline: none;
}
.cid-uhs3Tu9g2q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhs3Tu9g2q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhs3Tu9g2q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhs3Tu9g2q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhs3Tu9g2q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhs3Tu9g2q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhs3Tu9g2q .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uhs3Tu9g2q .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uhs3Tu9g2q .navbar.opened {
  transition: all 0.3s;
}
.cid-uhs3Tu9g2q .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uhs3Tu9g2q .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-uhs3Tu9g2q .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uhs3Tu9g2q .navbar.collapsed {
  justify-content: center;
}
.cid-uhs3Tu9g2q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhs3Tu9g2q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uhs3Tu9g2q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhs3Tu9g2q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhs3Tu9g2q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhs3Tu9g2q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uhs3Tu9g2q .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uhs3Tu9g2q .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uhs3Tu9g2q .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uhs3Tu9g2q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhs3Tu9g2q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhs3Tu9g2q .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uhs3Tu9g2q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhs3Tu9g2q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uhs3Tu9g2q .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhs3Tu9g2q .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uhs3Tu9g2q .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uhs3Tu9g2q .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uhs3Tu9g2q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhs3Tu9g2q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhs3Tu9g2q .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uhs3Tu9g2q .navbar.navbar-short {
  min-height: 60px;
}
.cid-uhs3Tu9g2q .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uhs3Tu9g2q .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uhs3Tu9g2q .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uhs3Tu9g2q .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uhs3Tu9g2q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhs3Tu9g2q .dropdown-item.active,
.cid-uhs3Tu9g2q .dropdown-item:active {
  background-color: transparent;
}
.cid-uhs3Tu9g2q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhs3Tu9g2q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhs3Tu9g2q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhs3Tu9g2q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhs3Tu9g2q ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uhs3Tu9g2q .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uhs3Tu9g2q button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uhs3Tu9g2q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #08323c;
}
.cid-uhs3Tu9g2q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhs3Tu9g2q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhs3Tu9g2q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhs3Tu9g2q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhs3Tu9g2q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhs3Tu9g2q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhs3Tu9g2q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhs3Tu9g2q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhs3Tu9g2q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uhs3Tu9g2q .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhs3Tu9g2q .navbar {
    height: 70px;
  }
  .cid-uhs3Tu9g2q .navbar.opened {
    height: auto;
  }
  .cid-uhs3Tu9g2q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhs3Tu9g2q .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uhs3Tu9g2q .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .cid-uhs3Tu9g2q .container-fluid {
    padding-left: 72px;
    padding-right: 72px;
  }
}
.cid-uhs3Tu9g2q .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uhs3Tu9g2q .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uhs3Tu9g2q .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-uhs3Tu9g2q .mbr-section-btn-main .btn {
    padding: 20px;
    margin-bottom: 14px;
  }
}
.cid-uhs3Tu9g2q .navbar-caption:hover {
  opacity: .5;
}
@media (min-width: 992px) {
  .cid-uhs3Tu9g2q .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uhs3Tu9g2q .text_widget {
  margin-bottom: 32px;
}
.cid-uhs3Tu9g2q .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uhs3Tu9g2q .text_widget a:hover {
  color: #59aaff !important;
}
.cid-uhs3Tu9g2q .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uhs3Tu9g2q .navbar-caption {
  color: #08323C;
}
.cid-uhs3Tu9g2q .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uhs3Tu9g2q .mbr-section-subtitle,
.cid-uhs3Tu9g2q .text_widget,
.cid-uhs3Tu9g2q .mbr-section-btn {
  text-align: left;
}
.cid-uhs3Tu9g2q a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tyFwHXoM8c {
  overflow: hidden;
  background-color: #59aaff;
}
.cid-tyFwHXoM8c .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyFwHXoM8c .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-tyFwHXoM8c .container {
    padding: 0 16px;
  }
}
.cid-tyFwHXoM8c .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tyFwHXoM8c .title-wrapper {
    margin-bottom: 40px;
    height: auto;
  }
}
.cid-tyFwHXoM8c .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tyFwHXoM8c .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tyFwHXoM8c .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tyFwHXoM8c .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-tyFwHXoM8c .image-wrapper {
  position: relative;
  margin-left: 70px;
  min-height: 620px;
}
@media (max-width: 768px) {
  .cid-tyFwHXoM8c .image-wrapper {
    min-height: 300px;
  }
}
.cid-tyFwHXoM8c .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vh;
  height: 100%;
  border: 30px solid #08323c;
  border-radius: 40px;
}
@media (max-width: 768px) {
  .cid-tyFwHXoM8c .image-wrapper .image-wrap {
    border: 15px solid #08323c;
    border-radius: 20px;
  }
}
.cid-tyFwHXoM8c .image-wrapper .image-wrap .main-image {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  object-fit: cover;
}
.cid-tyFwHXoM8c .image-wrapper .sec-image {
  position: absolute;
  bottom: 6rem;
  left: -4rem;
  height: 180px;
  width: 220px;
  object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 768px) {
  .cid-tyFwHXoM8c .image-wrapper .sec-image {
    display: none;
  }
}
.cid-tyFwHXoM8c .mbr-section-title {
  color: #08323C;
}
.cid-tyFwHXoM8c .mbr-text {
  color: #ffffff;
}
.cid-tyFwHXoM8c .mbr-section-title,
.cid-tyFwHXoM8c .mbr-section-btn {
  color: #ffffff;
}
.cid-tyFwIhOGGE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dce2e3;
}
.cid-tyFwIhOGGE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyFwIhOGGE .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-tyFwIhOGGE .container {
    padding: 0 16px;
  }
}
.cid-tyFwIhOGGE .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tyFwIhOGGE .card-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tyFwIhOGGE .card-wrapper .card-number .mbr-number {
  display: inline-flex;
  position: relative;
  margin-bottom: 20px;
}
.cid-tyFwIhOGGE .card-wrapper .card-number .mbr-number span {
  position: absolute;
  top: 0;
  right: -2rem;
  font-size: 50%;
  color: #fcb300;
}
.cid-tyFwIhOGGE .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tyFwIhOGGE .mbr-number {
  color: #222539;
}
.cid-tyFwIhOGGE .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tyFwIhOGGE .card-number {
  text-align: center;
}
.cid-tyFwIhOGGE .mbr-number,
.cid-tyFwIhOGGE .card-number {
  color: #222539;
}
.cid-tyFwJqxE01 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tyFwJqxE01 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyFwJqxE01 .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-tyFwJqxE01 .container {
    padding: 0 16px;
  }
}
.cid-tyFwJqxE01 .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.cid-tyFwJqxE01 .title-wrapper .title-wrap {
  position: relative;
  padding-right: 70px;
}
@media (max-width: 992px) {
  .cid-tyFwJqxE01 .title-wrapper .title-wrap {
    padding-right: 0;
  }
}
.cid-tyFwJqxE01 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tyFwJqxE01 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tyFwJqxE01 .title-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tyFwJqxE01 .title-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tyFwJqxE01 .title-wrapper .line {
  position: absolute;
  top: -24rem;
  left: 70px;
  width: 80%;
  height: 80%;
  border: 2px dashed #fcb300;
  border-top: none;
  border-right: none;
  border-bottom-left-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tyFwJqxE01 .title-wrapper .line {
    display: none;
  }
}
.cid-tyFwJqxE01 .card .card-wrapper {
  padding: 24px;
  margin-bottom: 32px;
  background-color: #fcb300;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tyFwJqxE01 .card .card-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tyFwJqxE01 .card .card-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-tyFwJqxE01 .card .card-wrapper .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-tyFwJqxE01 .card .card-wrapper .icon-wrapper .icon-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 100%;
}
.cid-tyFwJqxE01 .card .card-wrapper .icon-wrapper .icon-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .6;
  border-radius: 100%;
}
.cid-tyFwJqxE01 .card .card-wrapper .icon-wrapper .icon-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  font-size: 30px;
  background-color: #ffffff;
  color: #08323c;
  border-radius: 100%;
  z-index: 1;
}
.cid-tyFwJqxE01 .card .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tyFwJqxE01 .card .card-wrapper .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tyFwJqxE01 .mbr-section-title {
  color: #08323C;
}
.cid-tyFwJqxE01 .mbr-text {
  color: #08323C;
  text-align: left;
}
.cid-tyFwJqxE01 .mbr-card-title,
.cid-tyFwJqxE01 .icon-wrapper {
  color: #011f26;
}
.cid-tyFwJqxE01 .mbr-card-text {
  color: #353535;
}
.cid-tUQ9PC3rsn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffbfb;
}
.cid-tUQ9PC3rsn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUQ9PC3rsn .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-tUQ9PC3rsn .container {
    padding: 0 16px;
  }
}
.cid-tUQ9PC3rsn .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tUQ9PC3rsn .text-wrapper {
    margin-bottom: 40px;
    height: auto;
  }
}
.cid-tUQ9PC3rsn .text-wrapper .text-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tUQ9PC3rsn .text-wrapper .text-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tUQ9PC3rsn .text-wrapper .text-wrap .mbr-text {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-tUQ9PC3rsn .text-wrapper .text-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tUQ9PC3rsn .image-wrapper {
  position: relative;
  margin: 0 100px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  .cid-tUQ9PC3rsn .image-wrapper {
    margin: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tUQ9PC3rsn .image-wrapper {
    margin: 0;
  }
}
.cid-tUQ9PC3rsn .image-wrapper .image_1 {
  position: absolute;
  top: 0;
  right: 0;
  height: 180px;
  width: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tUQ9PC3rsn .image-wrapper .image_1 {
    position: static;
    margin-bottom: 20px;
  }
}
.cid-tUQ9PC3rsn .image-wrapper .image_2 {
  position: absolute;
  top: 90px;
  left: 0;
  width: 220px;
  height: 160px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tUQ9PC3rsn .image-wrapper .image_2 {
    position: static;
    margin-bottom: 20px;
  }
}
.cid-tUQ9PC3rsn .image-wrapper .image_3 {
  width: 70%;
  height: 215px;
  margin-top: 65%;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tUQ9PC3rsn .image-wrapper .image_3 {
    position: static;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.cid-tUQ9PC3rsn .image-wrapper .container-wrap {
  position: absolute;
  top: 1rem;
  left: 40px;
  height: 100%;
  width: 81%;
  border: 2px dashed #bbbbbb;
  border-top: 2px solid #bbbbbb;
  border-right: 2px solid #bbbbbb;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tUQ9PC3rsn .image-wrapper .container-wrap {
    display: none;
  }
}
.cid-tUQ9PC3rsn .mbr-section-title {
  color: #ffffff;
}
.cid-tUQ9PC3rsn .mbr-text {
  color: #222539;
  text-align: left;
}
.cid-tUQ9PC3rsn .mbr-section-title,
.cid-tUQ9PC3rsn .mbr-section-btn {
  color: #222539;
}
.cid-tUVEvBUYgW {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tUVEvBUYgW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUVEvBUYgW .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-tUVEvBUYgW .container {
    padding: 0 16px;
  }
}
.cid-tUVEvBUYgW .row {
  justify-content: center;
}
.cid-tUVEvBUYgW .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tUVEvBUYgW .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tUVEvBUYgW .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
}
.cid-tUVEvBUYgW .item .item-wrapper .item-img img {
  height: 80px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-tUVEvBUYgW .item .item-wrapper .item-img img {
    margin-bottom: 20px;
  }
}
.cid-tUVEvBUYgW .mbr-section-title {
  color: #08323C;
  text-align: center;
}
.cid-tYvLVWlVvY {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tYvLVWlVvY img {
  width: 120px;
  margin: auto;
}
.cid-tYvLVWlVvY .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tYvLVWlVvY .card {
    max-width: 15%;
  }
}
.cid-tYvLVWlVvY .mbr-section-subtitle {
  color: #666666;
}
.cid-tYLZZDKTE3 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tYLZZDKTE3 img {
  width: 120px;
  margin: auto;
}
.cid-tYLZZDKTE3 .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tYLZZDKTE3 .card {
    max-width: 15%;
  }
}
.cid-tyFwSB0OUa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fcb300;
}
.cid-tyFwSB0OUa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyFwSB0OUa .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-tyFwSB0OUa .container {
    padding: 0 16px;
  }
}
.cid-tyFwSB0OUa .list-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-tyFwSB0OUa .list-wrapper .text-wrap .mbr-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tyFwSB0OUa .list-wrapper .text-wrap .mbr-title {
    margin-bottom: 20px;
  }
}
.cid-tyFwSB0OUa .list-wrapper .text-wrap .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tyFwSB0OUa .list-wrapper .text-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-tyFwSB0OUa .list-wrapper .list-wrap {
    margin-bottom: 40px;
  }
}
.cid-tyFwSB0OUa .list-wrapper .list-wrap .list {
  margin: 0;
  list-style: none;
  padding-left: 32px;
}
.cid-tyFwSB0OUa .list-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 30px;
  list-style: none;
  position: relative;
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-tyFwSB0OUa .list-wrapper .list-wrap .list .item-wrap {
    margin-bottom: 20px;
  }
}
.cid-tyFwSB0OUa .list-wrapper .list-wrap .list .item-wrap:before {
  position: absolute;
  left: -32px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #08323c;
  background-color: transparent;
  border: 3px solid #08323c;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-weight: 600;
  font-size: 24px;
  content: "✓";
}
.cid-tyFwSB0OUa .dragArea.row {
  background-color: #ffffff;
  padding: 40px 30px;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tyFwSB0OUa .dragArea.row {
    padding: 20px 16px;
    margin: 0;
  }
}
.cid-tyFwSB0OUa .dragArea.row .mbr-section-title {
  margin-bottom: 40px;
}
.cid-tyFwSB0OUa .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-tyFwSB0OUa .dragArea.row .form-group .form-control-label {
  padding-left: 8px;
  margin-bottom: 6px;
}
.cid-tyFwSB0OUa .dragArea.row .form-group .form-control {
  padding: 14px;
  border: 1px solid #bbbbbb !important;
  box-shadow: none;
  background-color: transparent;
}
.cid-tyFwSB0OUa .dragArea.row .form-group .form-control:hover,
.cid-tyFwSB0OUa .dragArea.row .form-group .form-control:focus {
  border: 1px solid #bbbbbb !important;
  box-shadow: none;
}
.cid-tyFwSB0OUa .dragArea.row .form-group .form-check {
  padding-left: 2rem;
}
.cid-tyFwSB0OUa .dragArea.row .form-group .form-check .form-check-input:checked {
  background-color: #59aaff;
  border-color: #59aaff;
}
.cid-tyFwSB0OUa .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
.cid-tyFwSB0OUa .mbr-title {
  color: #08323C;
}
.cid-tyFwSB0OUa .mbr-section-title {
  color: #08323C;
  text-align: center;
}
.cid-tyFwSB0OUa .mbr-section-subtitle {
  color: #08323C;
}
.cid-tyFwSB0OUa .mbr-text {
  color: #08323C;
}
.cid-tyFwSB0OUa .list {
  color: #08323C;
}
.cid-tyFwSB0OUa label {
  color: #08323C;
}
.cid-tyFwQCvdxU {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-tyFwQCvdxU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyFwQCvdxU .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-tyFwQCvdxU .container {
    padding: 0 16px;
  }
}
.cid-tyFwQCvdxU .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tyFwQCvdxU .card {
    margin-bottom: 40px;
  }
}
.cid-tyFwQCvdxU .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-tyFwQCvdxU .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-tyFwQCvdxU .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-tyFwQCvdxU .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-tyFwQCvdxU .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tyFwQCvdxU .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-tyFwQCvdxU .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-tyFwQCvdxU .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-tyFwQCvdxU .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-tyFwQCvdxU .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-tyFwQCvdxU .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-tyFwQCvdxU .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-tyFwQCvdxU .mbr-section-title {
  color: #ffffff;
}
.cid-tyFwQCvdxU .copyright {
  color: #fffbfb;
  text-align: left;
}
.cid-tyFwQCvdxU .mbr-card-title {
  color: #ffffff;
}
.cid-tyFwQCvdxU .list {
  color: #ffffff;
}
.cid-tyFwQCvdxU .mbr-section-title,
.cid-tyFwQCvdxU .title-wrapper,
.cid-tyFwQCvdxU .social-wrapper {
  text-align: left;
}
.cid-uhs3Tu9g2q {
  z-index: 1000;
  width: 100%;
}
.cid-uhs3Tu9g2q .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-uhs3Tu9g2q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uhs3Tu9g2q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uhs3Tu9g2q .menu_box .navbar.opened,
  .cid-uhs3Tu9g2q .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uhs3Tu9g2q nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uhs3Tu9g2q .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uhs3Tu9g2q .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uhs3Tu9g2q .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uhs3Tu9g2q .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uhs3Tu9g2q .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uhs3Tu9g2q .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #08323c;
  }
  .cid-uhs3Tu9g2q .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uhs3Tu9g2q .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uhs3Tu9g2q .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uhs3Tu9g2q .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uhs3Tu9g2q .offcanvas-body .mbr-text,
  .cid-uhs3Tu9g2q .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uhs3Tu9g2q .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uhs3Tu9g2q .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uhs3Tu9g2q .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #08323c;
  }
  .cid-uhs3Tu9g2q .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uhs3Tu9g2q .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uhs3Tu9g2q .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uhs3Tu9g2q .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uhs3Tu9g2q ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uhs3Tu9g2q .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uhs3Tu9g2q .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-uhs3Tu9g2q .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uhs3Tu9g2q li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uhs3Tu9g2q .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uhs3Tu9g2q .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uhs3Tu9g2q .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uhs3Tu9g2q .nav-item {
    margin: 0 !important;
  }
}
.cid-uhs3Tu9g2q .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-uhs3Tu9g2q .nav-item .nav-link:hover {
  opacity: .5;
}
.cid-uhs3Tu9g2q .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uhs3Tu9g2q .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uhs3Tu9g2q .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uhs3Tu9g2q .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uhs3Tu9g2q .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uhs3Tu9g2q .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uhs3Tu9g2q .offcanvas_box {
    display: none;
  }
}
.cid-uhs3Tu9g2q .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uhs3Tu9g2q .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uhs3Tu9g2q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uhs3Tu9g2q .container {
  display: flex;
  margin: auto;
}
.cid-uhs3Tu9g2q .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uhs3Tu9g2q .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uhs3Tu9g2q .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uhs3Tu9g2q .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uhs3Tu9g2q .navbar-nav {
    margin: 0;
  }
}
.cid-uhs3Tu9g2q .dropdown-menu,
.cid-uhs3Tu9g2q .navbar.opened {
  background-color: false !important;
}
.cid-uhs3Tu9g2q .nav-item:focus,
.cid-uhs3Tu9g2q .nav-link:focus {
  outline: none;
}
.cid-uhs3Tu9g2q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhs3Tu9g2q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhs3Tu9g2q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhs3Tu9g2q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhs3Tu9g2q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhs3Tu9g2q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhs3Tu9g2q .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uhs3Tu9g2q .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uhs3Tu9g2q .navbar.opened {
  transition: all 0.3s;
}
.cid-uhs3Tu9g2q .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uhs3Tu9g2q .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-uhs3Tu9g2q .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uhs3Tu9g2q .navbar.collapsed {
  justify-content: center;
}
.cid-uhs3Tu9g2q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhs3Tu9g2q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uhs3Tu9g2q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhs3Tu9g2q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhs3Tu9g2q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhs3Tu9g2q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uhs3Tu9g2q .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uhs3Tu9g2q .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uhs3Tu9g2q .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uhs3Tu9g2q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhs3Tu9g2q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhs3Tu9g2q .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uhs3Tu9g2q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhs3Tu9g2q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uhs3Tu9g2q .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhs3Tu9g2q .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uhs3Tu9g2q .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uhs3Tu9g2q .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uhs3Tu9g2q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhs3Tu9g2q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhs3Tu9g2q .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uhs3Tu9g2q .navbar.navbar-short {
  min-height: 60px;
}
.cid-uhs3Tu9g2q .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uhs3Tu9g2q .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uhs3Tu9g2q .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uhs3Tu9g2q .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uhs3Tu9g2q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhs3Tu9g2q .dropdown-item.active,
.cid-uhs3Tu9g2q .dropdown-item:active {
  background-color: transparent;
}
.cid-uhs3Tu9g2q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhs3Tu9g2q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhs3Tu9g2q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhs3Tu9g2q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhs3Tu9g2q ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uhs3Tu9g2q .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uhs3Tu9g2q button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uhs3Tu9g2q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #08323c;
}
.cid-uhs3Tu9g2q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhs3Tu9g2q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhs3Tu9g2q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhs3Tu9g2q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhs3Tu9g2q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhs3Tu9g2q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhs3Tu9g2q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhs3Tu9g2q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhs3Tu9g2q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uhs3Tu9g2q .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhs3Tu9g2q .navbar {
    height: 70px;
  }
  .cid-uhs3Tu9g2q .navbar.opened {
    height: auto;
  }
  .cid-uhs3Tu9g2q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhs3Tu9g2q .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uhs3Tu9g2q .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .cid-uhs3Tu9g2q .container-fluid {
    padding-left: 72px;
    padding-right: 72px;
  }
}
.cid-uhs3Tu9g2q .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uhs3Tu9g2q .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uhs3Tu9g2q .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-uhs3Tu9g2q .mbr-section-btn-main .btn {
    padding: 20px;
    margin-bottom: 14px;
  }
}
.cid-uhs3Tu9g2q .navbar-caption:hover {
  opacity: .5;
}
@media (min-width: 992px) {
  .cid-uhs3Tu9g2q .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uhs3Tu9g2q .text_widget {
  margin-bottom: 32px;
}
.cid-uhs3Tu9g2q .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uhs3Tu9g2q .text_widget a:hover {
  color: #59aaff !important;
}
.cid-uhs3Tu9g2q .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uhs3Tu9g2q .navbar-caption {
  color: #08323C;
}
.cid-uhs3Tu9g2q .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uhs3Tu9g2q .mbr-section-subtitle,
.cid-uhs3Tu9g2q .text_widget,
.cid-uhs3Tu9g2q .mbr-section-btn {
  text-align: left;
}
.cid-uhs3Tu9g2q a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uhhd9Wjg4E {
  padding-top: 12rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-image: url("../../../assets/images/18516-1000x667.webp");
}
.cid-uhhd9Wjg4E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhhd9Wjg4E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhhd9Wjg4E .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uhhd9Wjg4E .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uhhd9Wjg4E .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uhhd9Wjg4E .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uhhd9Wjg4E .container {
    padding: 0 12px;
  }
}
.cid-uhhd9Wjg4E .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uhhd9Wjg4E .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uhhd9Wjg4E .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
  position: relative;
}
.cid-uhhd9Wjg4E .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uhhd9Wjg4E .item {
  margin-bottom: 32px;
}
.cid-uhhd9Wjg4E .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f7;
  border-radius: 32px !important;
  padding: 25px;
}
.cid-uhhd9Wjg4E .item .item-wrapper a {
  display: block;
}
.cid-uhhd9Wjg4E .item .item-wrapper a:hover .card-box .title-wrap .mbr-iconfont,
.cid-uhhd9Wjg4E .item .item-wrapper a:focus .card-box .title-wrap .mbr-iconfont {
  transform: translateX(5px);
}
.cid-uhhd9Wjg4E .item .item-wrapper a .item-wrapper a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.cid-uhhd9Wjg4E .item .item-wrapper a .col-12:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.cid-uhhd9Wjg4E .item .item-wrapper a .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: box-shadow 0.3s ease;
}
.cid-uhhd9Wjg4E .item .item-wrapper a .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uhhd9Wjg4E .item .item-wrapper a .card-box .title-wrap .mbr-iconfont {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: #1d1d1f;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  margin-left: 16px;
  font-size: 24px;
}
.cid-uhhd9Wjg4E .item-menu-overlay .btn-wrapper {
  margin-top: 0;
  margin-right: 17%;
}
.cid-uhhd9Wjg4E .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uhhd9Wjg4E .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uhhd9Wjg4E .item-title {
  color: #1D1D1F;
}
.cid-ukWefPhqeG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #15171a;
}
.cid-ukWefPhqeG .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukWefPhqeG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukWefPhqeG .content-wrap {
  justify-content: center;
}
.cid-ukWefPhqeG .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ukWefPhqeG .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ukWefPhqeG .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-ukWefPhqeG .box .mbr-media {
    height: 350px;
  }
}
.cid-ukWefPhqeG .box .mbr-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border: 2px solid #7dabab;
  background-color: #7dabab;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ukWefPhqeG .box .mbr-media img {
    border-radius: 2rem;
  }
}
.cid-ukWefPhqeG .box .mbr-media a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-ukWefPhqeG .box .mbr-media .mbr-iconfont {
  font-size: 40px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  z-index: 1;
}
.cid-ukWefPhqeG .mbr-media {
  position: relative;
}
.cid-ukWefPhqeG .mbr-media img {
  object-fit: cover;
}
.cid-ukWefPhqeG a:hover {
  background-image: none !important;
}
.cid-ukWefPhqeG .icon-wrapper {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  background: linear-gradient(170deg, #7dabab, #bbd3d3);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-ukWefPhqeG .icon-wrapper {
    height: 60px !important;
    width: 60px !important;
  }
}
.cid-ukWefPhqeG .icon-wrapper:hover,
.cid-ukWefPhqeG .icon-wrapper:focus {
  opacity: .85;
}
.cid-ukWefPhqeG .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-ukWefPhqeG .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-ukWefPhqeG .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ukWefPhqeG .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-ukWefPhqeG .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ukWefPhqeG .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ukWefPhqeG .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uhhe2mjOvs {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uhhe2mjOvs .mbr-text,
.cid-uhhe2mjOvs .mbr-section-btn {
  color: #333333;
}
.cid-uiYdoIAP7t {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uiYdoIAP7t .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uiYdoIAP7t .img-item,
.cid-uiYdoIAP7t img {
  height: 100%;
  object-fit: cover;
}
.cid-uiYdoIAP7t .img-col {
  padding: 0;
}
.cid-uiYdoIAP7t .col-auto {
  width: 100%;
}
.cid-uiYdoIAP7t .row {
  margin: 0;
}
.cid-uiYdoIAP7t .wrapper {
  background: #19303d;
  padding: 5rem 10rem;
  border-radius: 10px;
  margin: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uiYdoIAP7t .wrapper {
    padding: 5rem 6rem;
  }
}
@media (max-width: 767px) {
  .cid-uiYdoIAP7t .wrapper {
    padding: 3rem 1rem;
    margin: 0 1rem;
  }
}
.cid-uiYdoIAP7t .btn {
  margin-top: 2rem;
}
.cid-uiYdoIAP7t .btn:hover,
.cid-uiYdoIAP7t .btn:focus {
  background: white !important;
  color: #59aaff !important;
  border-color: white !important;
}
.cid-uiYdoIAP7t .content {
  max-width: 500px;
  margin: 5rem auto;
}
.cid-uiYdoIAP7t .form-control,
.cid-uiYdoIAP7t .field-input {
  padding: 1rem 1.5rem;
  border-radius: 10px;
  background-color: #273c48;
  border-color: #3c505b !important;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uiYdoIAP7t .form-control::-webkit-input-placeholder,
.cid-uiYdoIAP7t .field-input::-webkit-input-placeholder,
.cid-uiYdoIAP7t .form-control::-webkit-input-placeholder,
.cid-uiYdoIAP7t .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uiYdoIAP7t .form-control:-moz-placeholder,
.cid-uiYdoIAP7t .field-input:-moz-placeholder,
.cid-uiYdoIAP7t .form-control:-moz-placeholder,
.cid-uiYdoIAP7t .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uiYdoIAP7t .form-control:hover,
.cid-uiYdoIAP7t .field-input:hover,
.cid-uiYdoIAP7t .form-control:focus,
.cid-uiYdoIAP7t .field-input:focus {
  background-color: #273c48;
  border-color: #3c505b !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uiYdoIAP7t .form-control:hover::-webkit-input-placeholder,
.cid-uiYdoIAP7t .field-input:hover::-webkit-input-placeholder,
.cid-uiYdoIAP7t .form-control:focus::-webkit-input-placeholder,
.cid-uiYdoIAP7t .field-input:focus::-webkit-input-placeholder,
.cid-uiYdoIAP7t .form-control:hover::-webkit-input-placeholder,
.cid-uiYdoIAP7t .field-input:hover::-webkit-input-placeholder,
.cid-uiYdoIAP7t .form-control:focus::-webkit-input-placeholder,
.cid-uiYdoIAP7t .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uiYdoIAP7t .form-control:hover:-moz-placeholder,
.cid-uiYdoIAP7t .field-input:hover:-moz-placeholder,
.cid-uiYdoIAP7t .form-control:focus:-moz-placeholder,
.cid-uiYdoIAP7t .field-input:focus:-moz-placeholder,
.cid-uiYdoIAP7t .form-control:hover:-moz-placeholder,
.cid-uiYdoIAP7t .field-input:hover:-moz-placeholder,
.cid-uiYdoIAP7t .form-control:focus:-moz-placeholder,
.cid-uiYdoIAP7t .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uiYdoIAP7t .jq-number__spin:hover,
.cid-uiYdoIAP7t .jq-number__spin:focus {
  background-color: #273c48;
  border-color: #3c505b;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uiYdoIAP7t .jq-number__spin {
  background-color: #273c48;
  border-color: #3c505b;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uiYdoIAP7t .jq-selectbox li,
.cid-uiYdoIAP7t .jq-selectbox li {
  background-color: #273c48;
  color: #ffffff;
}
.cid-uiYdoIAP7t .jq-selectbox li:hover,
.cid-uiYdoIAP7t .jq-selectbox li.selected {
  background-color: #273c48;
  color: #ffffff;
}
.cid-uiYdoIAP7t .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uiYdoIAP7t .jq-number__spin.minus:hover:after,
.cid-uiYdoIAP7t .jq-number__spin.plus:hover:after {
  border-top-color: #273c48;
  border-bottom-color: #273c48;
}
.cid-uiYdoIAP7t .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uiYdoIAP7t .jq-number__spin.minus:after,
.cid-uiYdoIAP7t .jq-number__spin.plus:after {
  border-top-color: #273c48;
  border-bottom-color: #273c48;
}
.cid-uiYdoIAP7t input::-webkit-clear-button {
  display: none;
}
.cid-uiYdoIAP7t input::-webkit-inner-spin-button {
  display: none;
}
.cid-uiYdoIAP7t input::-webkit-outer-spin-button {
  display: none;
}
.cid-uiYdoIAP7t input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uiYdoIAP7t H4 {
  color: #ffffff;
  text-align: center;
}
.cid-uiYdoIAP7t H3 {
  text-align: center;
  color: #ffffff;
}
.cid-uiYdoIAP7t H2 {
  color: #eaeaea;
  text-align: center;
}
.cid-uiXqvRga7x {
  z-index: 1000;
  width: 100%;
}
.cid-uiXqvRga7x .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-uiXqvRga7x .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uiXqvRga7x .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uiXqvRga7x .menu_box .navbar.opened,
  .cid-uiXqvRga7x .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uiXqvRga7x nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uiXqvRga7x .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uiXqvRga7x .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uiXqvRga7x .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uiXqvRga7x .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uiXqvRga7x .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uiXqvRga7x .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #08323c;
  }
  .cid-uiXqvRga7x .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uiXqvRga7x .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uiXqvRga7x .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uiXqvRga7x .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uiXqvRga7x .offcanvas-body .mbr-text,
  .cid-uiXqvRga7x .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uiXqvRga7x .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uiXqvRga7x .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uiXqvRga7x .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #08323c;
  }
  .cid-uiXqvRga7x .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uiXqvRga7x .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uiXqvRga7x .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uiXqvRga7x .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uiXqvRga7x ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uiXqvRga7x .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uiXqvRga7x .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-uiXqvRga7x .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uiXqvRga7x li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uiXqvRga7x .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uiXqvRga7x .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uiXqvRga7x .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uiXqvRga7x .nav-item {
    margin: 0 !important;
  }
}
.cid-uiXqvRga7x .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-uiXqvRga7x .nav-item .nav-link:hover {
  opacity: .5;
}
.cid-uiXqvRga7x .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uiXqvRga7x .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uiXqvRga7x .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uiXqvRga7x .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uiXqvRga7x .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uiXqvRga7x .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uiXqvRga7x .offcanvas_box {
    display: none;
  }
}
.cid-uiXqvRga7x .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uiXqvRga7x .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uiXqvRga7x .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uiXqvRga7x .container {
  display: flex;
  margin: auto;
}
.cid-uiXqvRga7x .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uiXqvRga7x .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uiXqvRga7x .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uiXqvRga7x .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uiXqvRga7x .navbar-nav {
    margin: 0;
  }
}
.cid-uiXqvRga7x .dropdown-menu,
.cid-uiXqvRga7x .navbar.opened {
  background-color: false !important;
}
.cid-uiXqvRga7x .nav-item:focus,
.cid-uiXqvRga7x .nav-link:focus {
  outline: none;
}
.cid-uiXqvRga7x .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uiXqvRga7x .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uiXqvRga7x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uiXqvRga7x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uiXqvRga7x .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uiXqvRga7x .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uiXqvRga7x .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uiXqvRga7x .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uiXqvRga7x .navbar.opened {
  transition: all 0.3s;
}
.cid-uiXqvRga7x .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uiXqvRga7x .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-uiXqvRga7x .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uiXqvRga7x .navbar.collapsed {
  justify-content: center;
}
.cid-uiXqvRga7x .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uiXqvRga7x .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uiXqvRga7x .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uiXqvRga7x .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uiXqvRga7x .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uiXqvRga7x .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uiXqvRga7x .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uiXqvRga7x .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uiXqvRga7x .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uiXqvRga7x .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uiXqvRga7x .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uiXqvRga7x .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uiXqvRga7x .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uiXqvRga7x .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uiXqvRga7x .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uiXqvRga7x .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uiXqvRga7x .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uiXqvRga7x .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uiXqvRga7x .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uiXqvRga7x .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uiXqvRga7x .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uiXqvRga7x .navbar.navbar-short {
  min-height: 60px;
}
.cid-uiXqvRga7x .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uiXqvRga7x .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uiXqvRga7x .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uiXqvRga7x .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uiXqvRga7x .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uiXqvRga7x .dropdown-item.active,
.cid-uiXqvRga7x .dropdown-item:active {
  background-color: transparent;
}
.cid-uiXqvRga7x .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uiXqvRga7x .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uiXqvRga7x .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uiXqvRga7x .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uiXqvRga7x ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uiXqvRga7x .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uiXqvRga7x button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uiXqvRga7x button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #08323c;
}
.cid-uiXqvRga7x button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uiXqvRga7x button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uiXqvRga7x button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uiXqvRga7x button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uiXqvRga7x nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uiXqvRga7x nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uiXqvRga7x nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uiXqvRga7x nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uiXqvRga7x a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uiXqvRga7x .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uiXqvRga7x .navbar {
    height: 70px;
  }
  .cid-uiXqvRga7x .navbar.opened {
    height: auto;
  }
  .cid-uiXqvRga7x .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uiXqvRga7x .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uiXqvRga7x .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .cid-uiXqvRga7x .container-fluid {
    padding-left: 72px;
    padding-right: 72px;
  }
}
.cid-uiXqvRga7x .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uiXqvRga7x .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uiXqvRga7x .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-uiXqvRga7x .mbr-section-btn-main .btn {
    padding: 20px;
    margin-bottom: 14px;
  }
}
.cid-uiXqvRga7x .navbar-caption:hover {
  opacity: .5;
}
@media (min-width: 992px) {
  .cid-uiXqvRga7x .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uiXqvRga7x .text_widget {
  margin-bottom: 32px;
}
.cid-uiXqvRga7x .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uiXqvRga7x .text_widget a:hover {
  color: #59aaff !important;
}
.cid-uiXqvRga7x .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uiXqvRga7x .navbar-caption {
  color: #08323C;
}
.cid-uiXqvRga7x .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uiXqvRga7x .mbr-section-subtitle,
.cid-uiXqvRga7x .text_widget,
.cid-uiXqvRga7x .mbr-section-btn {
  text-align: left;
}
.cid-uiXqvRga7x a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uiXqvRPYQd {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #f59919;
}
.cid-uiXqvRPYQd .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 10rem;
  padding-top: 1rem;
  padding-bottom: 2rem;
  color: #ffffff;
}
.cid-uiXqvRPYQd .mbr-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uiXqvRPYQd .mbr-flex {
  justify-content: center;
}
.cid-uiXqvRPYQd .mbr-text {
  border-top: 1px solid currentColor;
  padding-top: 1rem;
}
.cid-uiXqvRPYQd .item:focus,
.cid-uiXqvRPYQd span:focus {
  outline: none;
}
.cid-uiXqvRPYQd .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uiXqvRPYQd .card1 {
  background: #181818;
}
.cid-uiXqvRPYQd .card2 {
  background: #000000;
}
.cid-uiXqvRPYQd .card3 {
  background: #232323;
}
.cid-uiXqvRPYQd .item-wrapper {
  position: relative;
  border-radius: 2rem;
  padding: 2rem;
  height: 100%;
  display: flex;
  transition: all 0.3s;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uiXqvRPYQd .item-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-uiXqvRPYQd .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-uiXqvRPYQd .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uiXqvRPYQd .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uiXqvRPYQd .item-title1 {
  color: #ffffff;
}
.cid-uiXqvRPYQd .mbr-text,
.cid-uiXqvRPYQd .mbr-section-btn {
  text-align: center;
  color: #121212;
}
.cid-uiXqvRPYQd .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uiXqvRPYQd .item-title2 {
  text-align: center;
  color: #121212;
}
.cid-uiXqvRPYQd .price {
  color: #121212;
}
.cid-uiXqvRPYQd .item-title2,
.cid-uiXqvRPYQd .iconfont-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uiXqvSlX1v {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ebebeb;
}
.cid-uiXqvSlX1v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiXqvSlX1v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiXqvSlX1v .col-title {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cid-uiXqvSlX1v .col-title {
    margin-bottom: 70px;
  }
}
.cid-uiXqvSlX1v .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uiXqvSlX1v .mbr-section-title {
    max-width: 75%;
  }
}
.cid-uiXqvSlX1v .mbr-section-subtitle {
  color: #1d191f;
  margin-top: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uiXqvSlX1v .mbr-section-subtitle {
    max-width: 75%;
  }
}
.cid-uiXqvSlX1v .content-wrapper {
  display: flex;
  width: 100%;
  background: #59aaff;
  border-radius: 20px;
  margin-bottom: 40px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-uiXqvSlX1v .content-wrapper {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uiXqvSlX1v .content-wrapper {
    padding: 35px 35px 0 35px;
  }
}
.cid-uiXqvSlX1v .content-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: row-reverse;
}
.cid-uiXqvSlX1v .content-container {
  display: flex;
  align-items: stretch;
  max-width: 1140px;
  width: 100%;
  min-height: 500px;
  margin: 0 auto;
}
.cid-uiXqvSlX1v .col-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
}
.cid-uiXqvSlX1v .text-wrapper {
  width: 100%;
  padding-left: 50px;
  padding-right: 80px;
  padding-left: 80px;
  padding-right: 50px;
}
@media (max-width: 991px) {
  .cid-uiXqvSlX1v .text-wrapper {
    padding-left: 0;
    padding-right: 35px;
    padding-bottom: 30px;
    padding-left: 35px;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-uiXqvSlX1v .text-wrapper {
    padding: 10px;
  }
}
.cid-uiXqvSlX1v .card-title {
  color: #ffffff;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-uiXqvSlX1v .mbr-text {
  color: #1d191f;
  margin-top: 32px;
  width: 100%;
  margin-bottom: 0 !important;
}
.cid-uiXqvSlX1v .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uiXqvSlX1v .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-uiXqvSlX1v .mbr-section-btn .btn {
  padding: 12px 30px;
  transition: all .5s;
}
.cid-uiXqvSlX1v .mbr-section-btn .btn:hover {
  transform: translateY(-8px);
}
.cid-uiXqvSlX1v .col-img {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-uiXqvSlX1v .col-img {
    order: 2;
  }
}
.cid-uiXqvSlX1v .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-uiXqvSlX1v .image-wrapper {
    align-items: flex-start;
    justify-content: flex-start;
    overflow: hidden;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uiXqvSlX1v .image-wrapper {
    margin-right: 25%;
    margin-top: 20px;
    margin-bottom: 0;
    overflow: visible;
  }
}
.cid-uiXqvSlX1v .image-wrapper .img-bg-wrap {
  position: relative;
  margin-top: 60px;
  margin-bottom: 20px;
  margin-left: 66px;
}
@media (max-width: 991px) {
  .cid-uiXqvSlX1v .image-wrapper .img-bg-wrap {
    margin-top: 0;
    margin-left: 20%;
    margin-bottom: 15%;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-uiXqvSlX1v .image-wrapper .img-bg-wrap {
    margin-bottom: 12%;
  }
}
.cid-uiXqvSlX1v .image-wrapper .img-bg-wrap img {
  position: relative;
  z-index: 2;
  height: auto;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  border-radius: 0 120px 0 150px;
}
@media (min-width: 992px) {
  .cid-uiXqvSlX1v .image-wrapper .img-bg-wrap img {
    max-width: 320px;
  }
}
@media (max-width: 767px) {
  .cid-uiXqvSlX1v .image-wrapper .img-bg-wrap img {
    border-radius: 0 33% 0 38%;
  }
}
.cid-uiXqvSlX1v .image-wrapper .img-bg-wrap:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: -35px;
  display: inline-block;
  background-color: #ffb639;
  border-bottom-left-radius: 35%;
  height: 80%;
  width: 90%;
}
@media (max-width: 991px) {
  .cid-uiXqvSlX1v .image-wrapper .img-bg-wrap:after {
    left: -21%;
    bottom: -15%;
    height: 100%;
    width: 100%;
  }
}
.cid-uiXqvSlX1v .mbr-text,
.cid-uiXqvSlX1v .mbr-section-btn {
  color: #ffffff;
}
.cid-uiXqvSMEUt {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ebebeb;
}
.cid-uiXqvSMEUt .row {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .cid-uiXqvSMEUt .row {
    padding: 0 0.75rem;
  }
}
.cid-uiXqvSMEUt .text-container {
  margin-bottom: 60px;
  padding: 0 !important;
}
.cid-uiXqvSMEUt .label-text {
  color: #0057fc;
}
.cid-uiXqvSMEUt .cards-container {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.cid-uiXqvSMEUt .card {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uiXqvSMEUt .card {
    padding: 0;
  }
}
.cid-uiXqvSMEUt .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 28px;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
}
@media (max-width: 991px) {
  .cid-uiXqvSMEUt .card-wrapper {
    flex-direction: column;
    padding: 15px;
    margin-bottom: 30px;
  }
}
.cid-uiXqvSMEUt .card-wrapper:hover {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
}
.cid-uiXqvSMEUt .card-text {
  color: #555555;
}
.cid-uiXqvSMEUt .mbr-iconfont {
  font-size: 25px;
  color: #f59919;
}
.cid-uiXqvSMEUt .icon-box {
  margin-right: 42px;
}
@media (max-width: 991px) {
  .cid-uiXqvSMEUt .icon-box {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-uiXqvSMEUt .card-box {
    text-align: center;
  }
}
.cid-uiXqvTu4cC {
  padding-top: 4rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ebebeb;
}
.cid-uiXqvTu4cC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiXqvTu4cC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiXqvTu4cC .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uiXqvTu4cC .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uiXqvTu4cC .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uiXqvTu4cC .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uiXqvTu4cC .container {
    padding: 0 12px;
  }
}
.cid-uiXqvTu4cC .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uiXqvTu4cC .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uiXqvTu4cC .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
  position: relative;
}
.cid-uiXqvTu4cC .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uiXqvTu4cC .item {
  margin-bottom: 32px;
}
.cid-uiXqvTu4cC .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f7;
  border-radius: 32px !important;
  padding: 25px;
}
.cid-uiXqvTu4cC .item .item-wrapper a {
  display: block;
}
.cid-uiXqvTu4cC .item .item-wrapper a:hover .card-box .title-wrap .mbr-iconfont,
.cid-uiXqvTu4cC .item .item-wrapper a:focus .card-box .title-wrap .mbr-iconfont {
  transform: translateX(5px);
}
.cid-uiXqvTu4cC .item .item-wrapper a .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uiXqvTu4cC .item .item-wrapper a .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uiXqvTu4cC .item .item-wrapper a .card-box .title-wrap .mbr-iconfont {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: #1d1d1f;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  margin-left: 16px;
  font-size: 24px;
}
.cid-uiXqvTu4cC .item-menu-overlay .btn-wrapper {
  margin-top: 0;
  margin-right: 17%;
}
.cid-uiXqvTu4cC .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uiXqvTu4cC .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uiXqvTu4cC .item-title {
  color: #1D1D1F;
}
.cid-uiXqvUrzZF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ebebeb;
}
.cid-uiXqvUrzZF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiXqvUrzZF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiXqvUrzZF .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uiXqvUrzZF .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uiXqvUrzZF .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uiXqvUrzZF .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uiXqvUrzZF .container {
    padding: 0 12px;
  }
}
.cid-uiXqvUrzZF .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uiXqvUrzZF .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uiXqvUrzZF .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
  position: relative;
}
.cid-uiXqvUrzZF .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uiXqvUrzZF .item {
  margin-bottom: 32px;
}
.cid-uiXqvUrzZF .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f7;
  border-radius: 32px !important;
  padding: 25px;
}
.cid-uiXqvUrzZF .item .item-wrapper a {
  display: block;
}
.cid-uiXqvUrzZF .item .item-wrapper a:hover .card-box .title-wrap .mbr-iconfont,
.cid-uiXqvUrzZF .item .item-wrapper a:focus .card-box .title-wrap .mbr-iconfont {
  transform: translateX(5px);
}
.cid-uiXqvUrzZF .item .item-wrapper a .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uiXqvUrzZF .item .item-wrapper a .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uiXqvUrzZF .item .item-wrapper a .card-box .title-wrap .mbr-iconfont {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: #1d1d1f;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  margin-left: 16px;
  font-size: 24px;
}
.cid-uiXqvUrzZF .item-menu-overlay .btn-wrapper {
  margin-top: 0;
  margin-right: 17%;
}
.cid-uiXqvUrzZF .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uiXqvUrzZF .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uiXqvUrzZF .item-title {
  color: #1D1D1F;
}
.cid-uiXqvVJmj8 {
  padding-top: 30px;
  padding-bottom: 105px;
  background-color: #ebebeb;
}
.cid-uiXqvVJmj8 .mbr-text,
.cid-uiXqvVJmj8 .mbr-section-btn {
  color: #333333;
}
.cid-uiXqvWfmd6 {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uiXqvWfmd6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiXqvWfmd6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiXqvWfmd6 img {
  border-radius: 2rem;
}
.cid-uiXqvWfmd6 .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-uiXqvWfmd6 .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #f59919;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uiXqvWfmd6 .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #59aaff;
  font-size: 1.5rem;
}
.cid-uiXqvWfmd6 .mbr-section-title {
  color: #59aaff;
}
.cid-uiXqvWfmd6 .mbr-text,
.cid-uiXqvWfmd6 .mbr-section-btn {
  color: #ffffff;
}
.cid-uiXqvWfmd6 .mbr-section-subtitle,
.cid-uiXqvWfmd6 .align-wrapper {
  color: #04492e;
}
.cid-uiXqvWXaWP {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uiXqvWXaWP .row {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .cid-uiXqvWXaWP .row {
    padding: 0 0.75rem;
  }
}
.cid-uiXqvWXaWP .text-container {
  margin-bottom: 60px;
  padding: 0 !important;
}
.cid-uiXqvWXaWP .label-text {
  color: #0057fc;
}
.cid-uiXqvWXaWP .cards-container {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.cid-uiXqvWXaWP .card {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uiXqvWXaWP .card {
    padding: 0;
  }
}
.cid-uiXqvWXaWP .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 28px;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
}
@media (max-width: 991px) {
  .cid-uiXqvWXaWP .card-wrapper {
    flex-direction: column;
    padding: 15px;
    margin-bottom: 30px;
  }
}
.cid-uiXqvWXaWP .card-wrapper:hover {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
}
.cid-uiXqvWXaWP .card-text {
  color: #ffffff;
}
.cid-uiXqvWXaWP .mbr-iconfont {
  font-size: 25px;
  color: #59aaff;
}
.cid-uiXqvWXaWP .icon-box {
  margin-right: 42px;
}
@media (max-width: 991px) {
  .cid-uiXqvWXaWP .icon-box {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-uiXqvWXaWP .card-box {
    text-align: center;
  }
}
.cid-uiXqvWXaWP .card-title {
  color: #ffffff;
}
.cid-uiXqvWXaWP .mbr-section-title {
  color: #ffffff;
}
.cid-uiXqvXK2pg {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #232323;
}
.cid-uiXqvXK2pg .mbr-text,
.cid-uiXqvXK2pg .mbr-section-btn {
  color: #333333;
}
.cid-uiXqvXK2pg H1 {
  color: #59aaff;
}
.cid-uiXqvYji8y {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uiXqvYji8y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiXqvYji8y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiXqvYji8y .col-title {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cid-uiXqvYji8y .col-title {
    margin-bottom: 70px;
  }
}
.cid-uiXqvYji8y .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uiXqvYji8y .mbr-section-title {
    max-width: 75%;
  }
}
.cid-uiXqvYji8y .mbr-section-subtitle {
  color: #1d191f;
  margin-top: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uiXqvYji8y .mbr-section-subtitle {
    max-width: 75%;
  }
}
.cid-uiXqvYji8y .content-wrapper {
  display: flex;
  width: 100%;
  background: #59aaff;
  border-radius: 20px;
  margin-bottom: 40px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-uiXqvYji8y .content-wrapper {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uiXqvYji8y .content-wrapper {
    padding: 35px 35px 0 35px;
  }
}
.cid-uiXqvYji8y .content-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: row-reverse;
}
.cid-uiXqvYji8y .content-container {
  display: flex;
  align-items: stretch;
  max-width: 1140px;
  width: 100%;
  min-height: 500px;
  margin: 0 auto;
}
.cid-uiXqvYji8y .col-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
}
.cid-uiXqvYji8y .text-wrapper {
  width: 100%;
  padding-left: 50px;
  padding-right: 80px;
  padding-left: 80px;
  padding-right: 50px;
}
@media (max-width: 991px) {
  .cid-uiXqvYji8y .text-wrapper {
    padding-left: 0;
    padding-right: 35px;
    padding-bottom: 30px;
    padding-left: 35px;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-uiXqvYji8y .text-wrapper {
    padding: 10px;
  }
}
.cid-uiXqvYji8y .card-title {
  color: #ffffff;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-uiXqvYji8y .mbr-text {
  color: #1d191f;
  margin-top: 32px;
  width: 100%;
  margin-bottom: 0 !important;
}
.cid-uiXqvYji8y .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uiXqvYji8y .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-uiXqvYji8y .mbr-section-btn .btn {
  padding: 12px 30px;
  transition: all .5s;
}
.cid-uiXqvYji8y .mbr-section-btn .btn:hover {
  transform: translateY(-8px);
}
.cid-uiXqvYji8y .col-img {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-uiXqvYji8y .col-img {
    order: 2;
  }
}
.cid-uiXqvYji8y .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-uiXqvYji8y .image-wrapper {
    align-items: flex-start;
    justify-content: flex-start;
    overflow: hidden;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uiXqvYji8y .image-wrapper {
    margin-right: 25%;
    margin-top: 20px;
    margin-bottom: 0;
    overflow: visible;
  }
}
.cid-uiXqvYji8y .image-wrapper .img-bg-wrap {
  position: relative;
  margin-top: 60px;
  margin-bottom: 20px;
  margin-left: 66px;
}
@media (max-width: 991px) {
  .cid-uiXqvYji8y .image-wrapper .img-bg-wrap {
    margin-top: 0;
    margin-left: 20%;
    margin-bottom: 15%;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-uiXqvYji8y .image-wrapper .img-bg-wrap {
    margin-bottom: 12%;
  }
}
.cid-uiXqvYji8y .image-wrapper .img-bg-wrap img {
  position: relative;
  z-index: 2;
  height: auto;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  border-radius: 0 120px 0 150px;
}
@media (min-width: 992px) {
  .cid-uiXqvYji8y .image-wrapper .img-bg-wrap img {
    max-width: 320px;
  }
}
@media (max-width: 767px) {
  .cid-uiXqvYji8y .image-wrapper .img-bg-wrap img {
    border-radius: 0 33% 0 38%;
  }
}
.cid-uiXqvYji8y .image-wrapper .img-bg-wrap:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: -35px;
  display: inline-block;
  background-color: #ffb639;
  border-bottom-left-radius: 35%;
  height: 80%;
  width: 90%;
}
@media (max-width: 991px) {
  .cid-uiXqvYji8y .image-wrapper .img-bg-wrap:after {
    left: -21%;
    bottom: -15%;
    height: 100%;
    width: 100%;
  }
}
.cid-uiXqvYji8y .mbr-text,
.cid-uiXqvYji8y .mbr-section-btn {
  color: #ffffff;
}
.cid-uiXqvZbqQL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uiXqvZbqQL .wrapper {
  display: flex;
}
.cid-uiXqvZbqQL section {
  overflow: hidden;
}
.cid-uiXqvZbqQL .animate__fadeInUp:before {
  background: #ffffff;
}
.cid-uiXqvZbqQL .mbr-iconfont {
  display: block;
  font-size: 2rem;
  color: #f59919;
  margin-right: 1.5rem;
  margin-top: 0.6rem;
}
@media (max-width: 767px) {
  .cid-uiXqvZbqQL .wrapper {
    flex-direction: column;
  }
  .cid-uiXqvZbqQL .iconfont-wrapper {
    margin: auto;
  }
  .cid-uiXqvZbqQL .mbr-iconfont {
    margin-right: 0rem;
    margin-bottom: 2rem;
  }
}
.cid-uiXqvZbqQL .mbr-section-title {
  color: #161734;
  text-align: left;
}
.cid-uiXqvZbqQL .mbr-text,
.cid-uiXqvZbqQL .mbr-section-btn {
  color: #161734;
  text-align: center;
}
.cid-uiXqvZbqQL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiXqvZbqQL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiXqw07yOC {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uiXqw07yOC .card {
  background: #ffffff;
  border-radius: 10px;
}
.cid-uiXqw07yOC img {
  width: 100%;
  border-radius: 10px;
}
.cid-uiXqw07yOC .wrapper {
  padding: 4rem 2rem;
}
@media (max-width: 767px) {
  .cid-uiXqw07yOC .wrapper {
    padding: 3rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uiXqw07yOC .wrapper {
    max-width: 430px;
    margin: auto;
    padding: 4rem 0;
  }
  .cid-uiXqw07yOC img {
    width: 170%;
    z-index: 2;
    position: relative;
  }
  .cid-uiXqw07yOC .image-wrapper {
    margin: auto;
  }
}
@media (max-width: 1199px) {
  .cid-uiXqw07yOC img {
    width: 150%;
  }
}
@media (max-width: 992px) {
  .cid-uiXqw07yOC img {
    width: 100%;
  }
}
.cid-uiXqw07yOC .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 1rem;
}
.cid-uiXqw07yOC .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uiXqw07yOC .counter-container ul li:before {
  position: absolute;
  left: -15px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #1a4257;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: "✓";
}
.cid-uiXqw07yOC .mbr-text,
.cid-uiXqw07yOC .mbr-section-btn {
  color: #464646;
}
.cid-uiXqw07yOC .mbr-section-subtitle {
  color: #777777;
}
.cid-uiXqw0AqQk {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uiXqw0AqQk .subicon-title {
  color: #000000;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uiXqw0AqQk .subicon-text {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uiXqw0AqQk .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uiXqw0AqQk .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-uiXqw0AqQk .process-icon,
.cid-uiXqw0AqQk .process-icon-without-before {
  width: 100%;
  padding-bottom: 2rem;
}
.cid-uiXqw0AqQk .wrapper,
.cid-uiXqw0AqQk .wrapper-without-before {
  position: relative;
  margin-bottom: 2rem;
}
.cid-uiXqw0AqQk .wrapper::before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  font-size: 30px;
  left: -15px;
  top: 30%;
  color: #444444;
  opacity: .4;
}
.cid-uiXqw0AqQk .icon-container {
  display: inline-flex;
  position: relative;
}
.cid-uiXqw0AqQk .icon-container a {
  display: inherit;
}
.cid-uiXqw0AqQk .icon-number {
  text-align: center;
  height: 2.5em;
  width: 2.5em;
  margin: 0;
  line-height: 2.5em;
  top: 0;
  right: 0;
  position: absolute;
  display: inline-block;
  background-color: #59aaff !important;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  color: #ffffff;
  z-index: 1;
}
.cid-uiXqw0AqQk .icon-main {
  margin: 1rem 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  padding: 0;
  transition: all 0.3s ease-in-out 0s;
}
.cid-uiXqw0AqQk .icon-main:hover .icon-wrapper {
  background-color: #59aaff !important;
}
.cid-uiXqw0AqQk .icon-main:hover .icon-number {
  background-color: #444444 !important;
  color: #ffffff !important;
}
.cid-uiXqw0AqQk .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 0.9em;
  height: 100%;
  margin: 0 auto;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  font-size: 50px;
  color: #ffffff;
}
.cid-uiXqw0AqQk .main-wrapper {
  padding: 3rem 0 0 0;
}
@media (max-width: 767px) {
  .cid-uiXqw0AqQk .wrapper::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-uiXqw0AqQk .third-elem .wrapper:before {
    display: none;
  }
}
.cid-uiXqw0AqQk .mbr-section-title {
  margin: 0;
}
.cid-uiXqw0AqQk .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-uiXqw0AqQk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiXqw0AqQk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiXqw1e4hC {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uiXqw1e4hC .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-uiXqw1e4hC .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-uiXqw1e4hC .mbr-section-title {
  text-align: center;
  color: #f59919;
}
.cid-uiXqw1KfZy {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uiXqw1KfZy .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uiXqw1KfZy .img-item,
.cid-uiXqw1KfZy img {
  height: 100%;
  object-fit: cover;
}
.cid-uiXqw1KfZy .img-col {
  padding: 0;
}
.cid-uiXqw1KfZy .col-auto {
  width: 100%;
}
.cid-uiXqw1KfZy .row {
  margin: 0;
}
.cid-uiXqw1KfZy .wrapper {
  background: #19303d;
  padding: 5rem 10rem;
  border-radius: 10px;
  margin: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uiXqw1KfZy .wrapper {
    padding: 5rem 6rem;
  }
}
@media (max-width: 767px) {
  .cid-uiXqw1KfZy .wrapper {
    padding: 3rem 1rem;
    margin: 0 1rem;
  }
}
.cid-uiXqw1KfZy .btn {
  margin-top: 2rem;
}
.cid-uiXqw1KfZy .btn:hover,
.cid-uiXqw1KfZy .btn:focus {
  background: white !important;
  color: #59aaff !important;
  border-color: white !important;
}
.cid-uiXqw1KfZy .content {
  max-width: 500px;
  margin: 5rem auto;
}
.cid-uiXqw1KfZy .form-control,
.cid-uiXqw1KfZy .field-input {
  padding: 1rem 1.5rem;
  border-radius: 10px;
  background-color: #273c48;
  border-color: #3c505b !important;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uiXqw1KfZy .form-control::-webkit-input-placeholder,
.cid-uiXqw1KfZy .field-input::-webkit-input-placeholder,
.cid-uiXqw1KfZy .form-control::-webkit-input-placeholder,
.cid-uiXqw1KfZy .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uiXqw1KfZy .form-control:-moz-placeholder,
.cid-uiXqw1KfZy .field-input:-moz-placeholder,
.cid-uiXqw1KfZy .form-control:-moz-placeholder,
.cid-uiXqw1KfZy .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uiXqw1KfZy .form-control:hover,
.cid-uiXqw1KfZy .field-input:hover,
.cid-uiXqw1KfZy .form-control:focus,
.cid-uiXqw1KfZy .field-input:focus {
  background-color: #273c48;
  border-color: #3c505b !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uiXqw1KfZy .form-control:hover::-webkit-input-placeholder,
.cid-uiXqw1KfZy .field-input:hover::-webkit-input-placeholder,
.cid-uiXqw1KfZy .form-control:focus::-webkit-input-placeholder,
.cid-uiXqw1KfZy .field-input:focus::-webkit-input-placeholder,
.cid-uiXqw1KfZy .form-control:hover::-webkit-input-placeholder,
.cid-uiXqw1KfZy .field-input:hover::-webkit-input-placeholder,
.cid-uiXqw1KfZy .form-control:focus::-webkit-input-placeholder,
.cid-uiXqw1KfZy .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uiXqw1KfZy .form-control:hover:-moz-placeholder,
.cid-uiXqw1KfZy .field-input:hover:-moz-placeholder,
.cid-uiXqw1KfZy .form-control:focus:-moz-placeholder,
.cid-uiXqw1KfZy .field-input:focus:-moz-placeholder,
.cid-uiXqw1KfZy .form-control:hover:-moz-placeholder,
.cid-uiXqw1KfZy .field-input:hover:-moz-placeholder,
.cid-uiXqw1KfZy .form-control:focus:-moz-placeholder,
.cid-uiXqw1KfZy .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uiXqw1KfZy .jq-number__spin:hover,
.cid-uiXqw1KfZy .jq-number__spin:focus {
  background-color: #273c48;
  border-color: #3c505b;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uiXqw1KfZy .jq-number__spin {
  background-color: #273c48;
  border-color: #3c505b;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uiXqw1KfZy .jq-selectbox li,
.cid-uiXqw1KfZy .jq-selectbox li {
  background-color: #273c48;
  color: #ffffff;
}
.cid-uiXqw1KfZy .jq-selectbox li:hover,
.cid-uiXqw1KfZy .jq-selectbox li.selected {
  background-color: #273c48;
  color: #ffffff;
}
.cid-uiXqw1KfZy .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uiXqw1KfZy .jq-number__spin.minus:hover:after,
.cid-uiXqw1KfZy .jq-number__spin.plus:hover:after {
  border-top-color: #273c48;
  border-bottom-color: #273c48;
}
.cid-uiXqw1KfZy .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uiXqw1KfZy .jq-number__spin.minus:after,
.cid-uiXqw1KfZy .jq-number__spin.plus:after {
  border-top-color: #273c48;
  border-bottom-color: #273c48;
}
.cid-uiXqw1KfZy input::-webkit-clear-button {
  display: none;
}
.cid-uiXqw1KfZy input::-webkit-inner-spin-button {
  display: none;
}
.cid-uiXqw1KfZy input::-webkit-outer-spin-button {
  display: none;
}
.cid-uiXqw1KfZy input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uiXqw1KfZy H4 {
  color: #ffffff;
  text-align: center;
}
.cid-uiXqw1KfZy H3 {
  text-align: center;
  color: #ffffff;
}
.cid-uiXqw1KfZy H2 {
  color: #eaeaea;
  text-align: center;
}
.cid-uiXqw2hala {
  padding-top: 75px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uiXqw2hala .card {
  position: relative;
  background-image: url("../../../assets/images/background2.webp");
  background-size: cover;
}
.cid-uiXqw2hala .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #fc8900;
  opacity: 0.5;
  transition: all 0.6s;
}
.cid-uiXqw2hala .card-box {
  padding: 4rem 1rem;
  z-index: 2;
  max-width: 600px;
  margin: auto;
}
.cid-uiXqw2Nfyx {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-uiXqw2Nfyx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiXqw2Nfyx .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-uiXqw2Nfyx .container {
    padding: 0 16px;
  }
}
.cid-uiXqw2Nfyx .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uiXqw2Nfyx .card {
    margin-bottom: 40px;
  }
}
.cid-uiXqw2Nfyx .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uiXqw2Nfyx .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uiXqw2Nfyx .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uiXqw2Nfyx .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uiXqw2Nfyx .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uiXqw2Nfyx .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uiXqw2Nfyx .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uiXqw2Nfyx .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uiXqw2Nfyx .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uiXqw2Nfyx .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uiXqw2Nfyx .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uiXqw2Nfyx .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uiXqw2Nfyx .mbr-section-title {
  color: #ffffff;
}
.cid-uiXqw2Nfyx .copyright {
  color: #fffbfb;
  text-align: left;
}
.cid-uiXqw2Nfyx .mbr-card-title {
  color: #ffffff;
}
.cid-uiXqw2Nfyx .list {
  color: #ffffff;
}
.cid-uiXqw2Nfyx .mbr-section-title,
.cid-uiXqw2Nfyx .title-wrapper,
.cid-uiXqw2Nfyx .social-wrapper {
  text-align: left;
}
.cid-uiXqw3vgtF.popup-builder {
  background-color: #ffffff;
}
.cid-uiXqw3vgtF.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uiXqw3vgtF.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uiXqw3vgtF .modal-content,
.cid-uiXqw3vgtF .modal-dialog {
  height: auto;
}
.cid-uiXqw3vgtF .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uiXqw3vgtF .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uiXqw3vgtF .form-wrapper .mbr-form .form-group,
  .cid-uiXqw3vgtF .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uiXqw3vgtF .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uiXqw3vgtF .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uiXqw3vgtF .mbr-text {
  text-align: center;
  color: #353535;
}
.cid-uiXqw3vgtF .pt-0 {
  padding-top: 0 !important;
}
.cid-uiXqw3vgtF .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uiXqw3vgtF .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uiXqw3vgtF .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uiXqw3vgtF .modal-open {
  overflow: hidden;
}
.cid-uiXqw3vgtF .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uiXqw3vgtF .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uiXqw3vgtF .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uiXqw3vgtF .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uiXqw3vgtF .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uiXqw3vgtF .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uiXqw3vgtF .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uiXqw3vgtF .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uiXqw3vgtF .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uiXqw3vgtF .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uiXqw3vgtF .modal-backdrop.fade {
  opacity: 0;
}
.cid-uiXqw3vgtF .modal-backdrop.show {
  opacity: .5;
}
.cid-uiXqw3vgtF .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uiXqw3vgtF .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uiXqw3vgtF .modal-header {
    padding: 1rem;
  }
}
.cid-uiXqw3vgtF .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uiXqw3vgtF .modal-header .close svg {
  fill: #353535;
}
.cid-uiXqw3vgtF .modal-header .close:hover {
  opacity: 1;
}
.cid-uiXqw3vgtF .modal-header .close:focus {
  outline: none;
}
.cid-uiXqw3vgtF .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #08323c;
}
.cid-uiXqw3vgtF .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uiXqw3vgtF .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uiXqw3vgtF .modal-body {
    padding: 1rem;
  }
}
.cid-uiXqw3vgtF .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uiXqw3vgtF .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uiXqw3vgtF .modal-footer {
    padding: 1rem;
  }
}
.cid-uiXqw3vgtF .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uiXqw3vgtF .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uiXqw3vgtF .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uiXqw3vgtF .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uiXqw3vgtF .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uiXqw3vgtF .modal-lg,
  .cid-uiXqw3vgtF .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uiXqw3vgtF .modal-xl {
    max-width: 1140px;
  }
}
.cid-uiXqw3vgtF .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uiXqw3vgtF .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uiXqw3vgtF .form-group {
  margin-bottom: 1rem;
}
.cid-uiXqw3vgtF .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uiXqw3vgtF .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uiXqw3vgtF .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uiXqw3vgtF .mbr-section-btn {
  margin: 0;
}
.cid-uiXqw3vgtF .mbr-section-btn .btn {
  margin: 0;
}
.cid-uiXqw3vgtF LABEL {
  color: #353535;
}
