body {
  font-family: Inter;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 4.8rem;
  line-height: 1.2;
}
.display-1 > .mbr-iconfont {
  font-size: 6rem;
}
.display-2 {
  font-family: 'Montserrat', 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: 'Montserrat', sans-serif;
  font-size: 2rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter', 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.84rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.36rem;
    font-size: calc( 2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.33rem + (4.8 - 2.33) * ((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: #08323c !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: #08323c !important;
  border-color: #08323c !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #d4fe00 !important;
  border-color: #d4fe00 !important;
  color: #000000 !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: #8ca700 !important;
  border-color: #8ca700 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #000000 !important;
  background-color: #8ca700 !important;
  border-color: #8ca700 !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: #08323c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #08323c !important;
  border-color: #08323c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d4fe00;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #8ca700 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #000000 !important;
  background-color: #d4fe00 !important;
  border-color: #d4fe00 !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: #08323c !important;
}
.text-secondary {
  color: #d4fe00 !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: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #7f9800 !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: #08323c;
}
.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: #08323c;
  border-color: #08323c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #08323c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #43c7e6;
}
.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*/
.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: #08323c !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: #08323c;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #08323c;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #08323c;
}
.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: #08323c;
  border-bottom-color: #08323c;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #08323c !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: #d4fe00 !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='%2308323c' %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 #08323c;
}
.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: #08323c !important;
}
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline {
  border: 1px solid #d4fe00;
}
.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: #08323c !important;
  background-color: #d4fe00 !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: #08323c !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: #08323c !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: #08323c !important;
  background-color: #ffffff !important;
}
.cid-tyFwHNKP0f .navbar-dropdown {
  background-color: #d4fe00 !important;
  padding: 0;
}
.cid-tyFwHNKP0f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #d4fe00 !important;
  background: #d4fe00;
}
.cid-tyFwHNKP0f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tyFwHNKP0f .menu_box .navbar.opened,
  .cid-tyFwHNKP0f .menu_box .navbar-collapse {
    background-color: #d4fe00 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tyFwHNKP0f .navbar-dropdown {
  position: relative !important;
}
.cid-tyFwHNKP0f .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tyFwHNKP0f .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tyFwHNKP0f .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tyFwHNKP0f .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tyFwHNKP0f .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tyFwHNKP0f .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tyFwHNKP0f .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #08323c;
  }
  .cid-tyFwHNKP0f .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tyFwHNKP0f .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tyFwHNKP0f .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tyFwHNKP0f .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tyFwHNKP0f .offcanvas-body .mbr-text,
  .cid-tyFwHNKP0f .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tyFwHNKP0f .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tyFwHNKP0f .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tyFwHNKP0f .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #08323c;
  }
  .cid-tyFwHNKP0f .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tyFwHNKP0f .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tyFwHNKP0f .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tyFwHNKP0f .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tyFwHNKP0f ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tyFwHNKP0f .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tyFwHNKP0f .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-tyFwHNKP0f .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tyFwHNKP0f 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-tyFwHNKP0f .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tyFwHNKP0f .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tyFwHNKP0f .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tyFwHNKP0f .nav-item {
    margin: 0 !important;
  }
}
.cid-tyFwHNKP0f .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-tyFwHNKP0f .nav-item .nav-link:hover {
  opacity: .5;
}
.cid-tyFwHNKP0f .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tyFwHNKP0f .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tyFwHNKP0f .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tyFwHNKP0f .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tyFwHNKP0f .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-tyFwHNKP0f .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tyFwHNKP0f .offcanvas_box {
    display: none;
  }
}
.cid-tyFwHNKP0f .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tyFwHNKP0f .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tyFwHNKP0f .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tyFwHNKP0f .container {
  display: flex;
  margin: auto;
}
.cid-tyFwHNKP0f .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-tyFwHNKP0f .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tyFwHNKP0f .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tyFwHNKP0f .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tyFwHNKP0f .navbar-nav {
    margin: 0;
  }
}
.cid-tyFwHNKP0f .dropdown-menu,
.cid-tyFwHNKP0f .navbar.opened {
  background-color: false !important;
}
.cid-tyFwHNKP0f .nav-item:focus,
.cid-tyFwHNKP0f .nav-link:focus {
  outline: none;
}
.cid-tyFwHNKP0f .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tyFwHNKP0f .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyFwHNKP0f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tyFwHNKP0f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tyFwHNKP0f .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyFwHNKP0f .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyFwHNKP0f .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tyFwHNKP0f .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tyFwHNKP0f .navbar.opened {
  transition: all 0.3s;
}
.cid-tyFwHNKP0f .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tyFwHNKP0f .navbar .navbar-logo img {
  max-width: 150px;
  max-height: 70px;
  object-fit: contain;
}
.cid-tyFwHNKP0f .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tyFwHNKP0f .navbar.collapsed {
  justify-content: center;
}
.cid-tyFwHNKP0f .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyFwHNKP0f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tyFwHNKP0f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyFwHNKP0f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyFwHNKP0f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyFwHNKP0f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tyFwHNKP0f .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tyFwHNKP0f .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tyFwHNKP0f .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tyFwHNKP0f .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyFwHNKP0f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyFwHNKP0f .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tyFwHNKP0f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyFwHNKP0f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tyFwHNKP0f .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tyFwHNKP0f .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tyFwHNKP0f .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tyFwHNKP0f .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tyFwHNKP0f .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tyFwHNKP0f .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tyFwHNKP0f .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tyFwHNKP0f .navbar.navbar-short {
  min-height: 60px;
}
.cid-tyFwHNKP0f .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tyFwHNKP0f .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tyFwHNKP0f .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-tyFwHNKP0f .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-tyFwHNKP0f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyFwHNKP0f .dropdown-item.active,
.cid-tyFwHNKP0f .dropdown-item:active {
  background-color: transparent;
}
.cid-tyFwHNKP0f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyFwHNKP0f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyFwHNKP0f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyFwHNKP0f .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tyFwHNKP0f ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tyFwHNKP0f .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tyFwHNKP0f button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #d4fe00;
  background: transparent;
}
.cid-tyFwHNKP0f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #08323c;
}
.cid-tyFwHNKP0f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tyFwHNKP0f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyFwHNKP0f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyFwHNKP0f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tyFwHNKP0f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyFwHNKP0f nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tyFwHNKP0f nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tyFwHNKP0f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyFwHNKP0f a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tyFwHNKP0f .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-tyFwHNKP0f .navbar {
    height: 70px;
  }
  .cid-tyFwHNKP0f .navbar.opened {
    height: auto;
  }
  .cid-tyFwHNKP0f .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tyFwHNKP0f .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-tyFwHNKP0f .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .cid-tyFwHNKP0f .container-fluid {
    padding-left: 72px;
    padding-right: 72px;
  }
}
.cid-tyFwHNKP0f .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tyFwHNKP0f .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tyFwHNKP0f .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-tyFwHNKP0f .mbr-section-btn-main .btn {
    padding: 20px;
    margin-bottom: 14px;
  }
}
.cid-tyFwHNKP0f .navbar-caption:hover {
  opacity: .5;
}
@media (min-width: 992px) {
  .cid-tyFwHNKP0f .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tyFwHNKP0f .text_widget {
  margin-bottom: 32px;
}
.cid-tyFwHNKP0f .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tyFwHNKP0f .text_widget a:hover {
  color: #d4fe00 !important;
}
.cid-tyFwHNKP0f .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-tyFwHNKP0f .navbar-caption {
  color: #08323C;
}
.cid-tyFwHNKP0f .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tyFwHNKP0f .mbr-section-subtitle,
.cid-tyFwHNKP0f .text_widget,
.cid-tyFwHNKP0f .mbr-section-btn {
  text-align: left;
}
.cid-tyFwHNKP0f a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tyFwHNKP0f .btn-block {
  width: calc(84%);
  box-sizin: border-box;
}
.cid-tyFwHXoM8c {
  overflow: hidden;
  background-color: #d4fe00;
}
.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: #08323C;
}
.cid-uC8X2jW0Uz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uC8X2jW0Uz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC8X2jW0Uz .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-uC8X2jW0Uz .container {
    padding: 0 16px;
  }
}
.cid-uC8X2jW0Uz .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.cid-uC8X2jW0Uz .title-wrapper .title-wrap {
  position: relative;
  padding-right: 70px;
  padding-right: 0;
  padding-left: 70px;
}
@media (max-width: 992px) {
  .cid-uC8X2jW0Uz .title-wrapper .title-wrap {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uC8X2jW0Uz .title-wrapper .title-wrap {
    padding-right: 0;
  }
}
.cid-uC8X2jW0Uz .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uC8X2jW0Uz .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uC8X2jW0Uz .title-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uC8X2jW0Uz .title-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uC8X2jW0Uz .title-wrapper .line {
  position: absolute;
  top: -24rem;
  left: 70px;
  width: 80%;
  height: 80%;
  border: 2px dashed #08323c;
  border-top: none;
  border-right: none;
  border-bottom-left-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uC8X2jW0Uz .title-wrapper .line {
    display: none;
  }
}
.cid-uC8X2jW0Uz .card .card-wrapper {
  padding: 24px;
  margin-bottom: 32px;
  background-color: #d4fe00;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uC8X2jW0Uz .card .card-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uC8X2jW0Uz .card .card-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uC8X2jW0Uz .card .card-wrapper .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uC8X2jW0Uz .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-uC8X2jW0Uz .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-uC8X2jW0Uz .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-uC8X2jW0Uz .card .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uC8X2jW0Uz .card .card-wrapper .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uC8X2jW0Uz .card .card-wrapper .content-wrapper .mbr-card-title b i {
  font-style: normal;
  background: #08323c;
  color: #ffffff;
  display: inline-block;
  padding: 0 15px;
  border-radius: 8px;
  font-size: 14px;
}
.cid-uC8X2jW0Uz .mbr-section-title {
  color: #08323C;
}
.cid-uC8X2jW0Uz .mbr-text {
  color: #08323C;
}
.cid-uC8X2jW0Uz .mbr-card-title strong em {
  font-style: normal;
  background: #08323c;
  color: #ffffff;
  display: inline-block;
  padding: 0 15px;
  border-radius: 8px;
  font-size: 14px;
}
.cid-ui24IwRAdl {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #eff1f2;
}
.cid-ui24IwRAdl .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui24IwRAdl .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-ui24IwRAdl .container {
    padding: 0 16px;
  }
}
.cid-ui24IwRAdl .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-ui24IwRAdl .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ui24IwRAdl .list-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-ui24IwRAdl .list-wrapper .text-wrap .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ui24IwRAdl .list-wrapper .text-wrap .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-ui24IwRAdl .list-wrapper .text-wrap .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ui24IwRAdl .list-wrapper .text-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-ui24IwRAdl .list-wrapper .list-wrap {
    margin-bottom: 40px;
  }
}
.cid-ui24IwRAdl .list-wrapper .list-wrap .mbr-list-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ui24IwRAdl .list-wrapper .list-wrap .mbr-list-title {
    margin-bottom: 20px;
  }
}
.cid-ui24IwRAdl .list-wrapper .list-wrap .list {
  margin: 0;
  list-style: none;
  padding-left: 32px;
}
.cid-ui24IwRAdl .list-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 30px;
  list-style: none;
  position: relative;
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-ui24IwRAdl .list-wrapper .list-wrap .list .item-wrap {
    margin-bottom: 20px;
  }
}
.cid-ui24IwRAdl .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-ui24IwRAdl .image-wrapper {
  position: relative;
  padding: 40px 100px 0;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ui24IwRAdl .image-wrapper {
    padding: 0;
  }
}
.cid-ui24IwRAdl .image-wrapper .image_1 {
  height: 520px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
  position: relative;
}
@media (max-width: 768px) {
  .cid-ui24IwRAdl .image-wrapper .image_1 {
    height: 280px;
  }
}
.cid-ui24IwRAdl .image-wrapper .image_2 {
  position: absolute;
  top: 0;
  left: 5rem;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-ui24IwRAdl .image-wrapper .image_2 {
    display: none;
  }
}
.cid-ui24IwRAdl .image-wrapper .container-wrap {
  position: absolute;
  top: 1rem;
  left: 40px;
  height: 80%;
  width: 75%;
  border: 2px dashed #08323c;
  border-top: 2px solid #08323c;
  border-right: 2px solid #08323c;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-ui24IwRAdl .image-wrapper .container-wrap {
    display: none;
  }
}
.cid-ui24IwRAdl .mbr-section-title {
  color: #08323C;
  text-align: center;
}
.cid-ui24IwRAdl .mbr-section-subtitle {
  color: #08323C;
}
.cid-ui24IwRAdl .mbr-text {
  color: #08323C;
}
.cid-ui24IwRAdl .mbr-list-title {
  color: #08323C;
}
.cid-ui24IwRAdl .list {
  color: #08323C;
}
.cid-tyFwIhOGGE {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #08323c;
}
.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: #d4fe00;
}
.cid-tyFwIhOGGE .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tyFwIhOGGE .mbr-number {
  color: #ffffff;
}
.cid-tyFwIhOGGE .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tyFwIhOGGE .card-number {
  text-align: center;
}
.cid-tyFwJqxE01 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  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 #08323c;
  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: #d4fe00;
  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;
}
.cid-ui0MfNeGTW {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #08323c;
}
.cid-ui0MfNeGTW .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui0MfNeGTW .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-ui0MfNeGTW .container {
    padding: 0 16px;
  }
}
.cid-ui0MfNeGTW .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ui0MfNeGTW .text-wrapper {
    margin-bottom: 40px;
    height: auto;
  }
}
.cid-ui0MfNeGTW .text-wrapper .text-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ui0MfNeGTW .text-wrapper .text-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-ui0MfNeGTW .text-wrapper .text-wrap .mbr-text {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ui0MfNeGTW .text-wrapper .text-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-ui0MfNeGTW .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-ui0MfNeGTW .image-wrapper {
    margin: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ui0MfNeGTW .image-wrapper {
    margin: 0;
  }
}
.cid-ui0MfNeGTW .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-ui0MfNeGTW .image-wrapper .image_1 {
    position: static;
    margin-bottom: 20px;
  }
}
.cid-ui0MfNeGTW .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-ui0MfNeGTW .image-wrapper .image_2 {
    position: static;
    margin-bottom: 20px;
  }
}
.cid-ui0MfNeGTW .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-ui0MfNeGTW .image-wrapper .image_3 {
    position: static;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.cid-ui0MfNeGTW .image-wrapper .container-wrap {
  position: absolute;
  top: 1rem;
  left: 40px;
  height: 100%;
  width: 81%;
  border: 2px dashed #ffffff;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-ui0MfNeGTW .image-wrapper .container-wrap {
    display: none;
  }
}
.cid-ui0MfNeGTW .mbr-section-title {
  color: #ffffff;
}
.cid-ui0MfNeGTW .mbr-text {
  color: #ffffff;
}
.cid-ui2ufAAmRF {
  padding-top: 2rem;
  padding-bottom: 8rem;
  background: #08323c;
}
.cid-ui2ufAAmRF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui2ufAAmRF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui2ufAAmRF .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-ui2ufAAmRF .container-fluid {
    padding: 0 16px;
  }
}
.cid-ui2ufAAmRF .container {
  margin-right: 0;
}
@media (max-width: 992px) {
  .cid-ui2ufAAmRF .container {
    padding: 0 16px;
  }
}
.cid-ui2ufAAmRF .slider-wrap {
  padding-right: 0;
}
@media (max-width: 992px) {
  .cid-ui2ufAAmRF .slider-wrap {
    padding-right: 12px;
  }
}
.cid-ui2ufAAmRF .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-ui2ufAAmRF .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ui2ufAAmRF .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 768px) {
  .cid-ui2ufAAmRF .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-ui2ufAAmRF .embla__slide .card-wrap {
  width: 100%;
  padding: 70px 32px 26px;
  background-color: #d4fe00;
  border-radius: 16px;
  height: fit-content;
}
.cid-ui2ufAAmRF .embla__slide .card-wrap:hover .content-wrap .title-wrap .title-link .mbr-iconfont,
.cid-ui2ufAAmRF .embla__slide .card-wrap:focus .content-wrap .title-wrap .title-link .mbr-iconfont {
  transform: rotate(-45deg);
  background-color: #08323c;
  color: #ffffff;
}
.cid-ui2ufAAmRF .embla__slide .card-wrap:hover .content-wrap .list,
.cid-ui2ufAAmRF .embla__slide .card-wrap:focus .content-wrap .list {
  height: auto;
  opacity: 1;
}
.cid-ui2ufAAmRF .embla__slide .card-wrap .item-wrapper .image-wrap {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-ui2ufAAmRF .embla__slide .card-wrap .item-wrapper .image-wrap {
    margin-bottom: 40px;
  }
}
.cid-ui2ufAAmRF .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 180px;
  width: 180px;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 16px;
}
.cid-ui2ufAAmRF .embla__slide .card-wrap .content-wrap .title-wrap {
  margin-bottom: 16px;
}
.cid-ui2ufAAmRF .embla__slide .card-wrap .content-wrap .title-wrap .title-link {
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
}
.cid-ui2ufAAmRF .embla__slide .card-wrap .content-wrap .title-wrap .title-link .card-title {
  margin-left: 14px;
  margin-bottom: 0;
}
.cid-ui2ufAAmRF .embla__slide .card-wrap .content-wrap .title-wrap .title-link .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  height: 38px;
  width: 38px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #08323c;
  transition: all 0.3s ease-out;
}
.cid-ui2ufAAmRF .embla__slide .card-wrap .content-wrap .list {
  margin: 0;
  list-style: none;
  padding-left: 32px;
  height: 0;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-ui2ufAAmRF .embla__slide .card-wrap .content-wrap .list .item-wrap {
  margin-bottom: 12px;
  list-style: none;
  position: relative;
  padding-left: 0;
}
@media (max-width: 992px) {
  .cid-ui2ufAAmRF .embla__slide .card-wrap .content-wrap .list .item-wrap {
    margin-bottom: 20px;
  }
}
.cid-ui2ufAAmRF .embla__slide .card-wrap .content-wrap .list .item-wrap:before {
  position: absolute;
  left: -32px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #08323c;
  background-color: transparent;
  border: 2px solid #08323c;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  font-weight: 400;
  font-size: 16px;
  content: "✓";
  margin-top: 6px;
}
.cid-ui2ufAAmRF .embla__button--next,
.cid-ui2ufAAmRF .embla__button--prev {
  display: flex;
}
.cid-ui2ufAAmRF .embla__button {
  width: 56px;
  height: 56px;
  margin-top: 0;
  bottom: -5rem;
  font-size: 22px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #08323c;
}
.cid-ui2ufAAmRF .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ui2ufAAmRF .embla__button:hover {
  background: transparent;
  color: #d4fe00;
}
.cid-ui2ufAAmRF .embla__button.embla__button--prev {
  left: 5%;
}
.cid-ui2ufAAmRF .embla__button.embla__button--next {
  right: 5%;
}
@media (max-width: 767px) {
  .cid-ui2ufAAmRF .embla__button {
    bottom: -4.5rem;
  }
}
.cid-ui2ufAAmRF .embla {
  position: relative;
  width: 100%;
}
.cid-ui2ufAAmRF .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-ui2ufAAmRF .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ui2ufAAmRF .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ui2ufAAmRF .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ui2ufAAmRF .item-menu-overlay {
  height: 180px;
}
.cid-ui2ufAAmRF .mbr-section-title {
  color: #ffffff;
}
.cid-ui2ufAAmRF .card-title {
  color: #08323C;
}
.cid-ui2ufAAmRF .list {
  color: #08323C;
}
.cid-ui2ufAAmRF .title-wrap {
  text-align: center;
}
.cid-tyFwMwJPf8 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tyFwMwJPf8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyFwMwJPf8 .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-tyFwMwJPf8 .container {
    padding: 0 16px;
  }
}
.cid-tyFwMwJPf8 .title-wrapper {
  position: relative;
}
.cid-tyFwMwJPf8 .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tyFwMwJPf8 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tyFwMwJPf8 .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tyFwMwJPf8 .title-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-tyFwMwJPf8 .title-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-tyFwMwJPf8 .title-wrapper .container-wrapper {
  position: absolute;
  top: -2.6rem;
  left: -1rem;
  height: 100%;
  width: 50%;
  border: 2px dashed #08323c;
  border-top: none;
  border-right: 0;
  border-bottom-left-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tyFwMwJPf8 .title-wrapper .container-wrapper {
    display: none;
  }
}
.cid-tyFwMwJPf8 .mbr-section-title {
  color: #08323C;
}
.cid-tyFwMwJPf8 .mbr-text {
  color: #08323C;
  text-align: center;
}
.cid-tyFwMwJPf8 .mbr-section-title,
.cid-tyFwMwJPf8 .mbr-section-btn {
  text-align: center;
  color: #08323c;
}
.cid-tyFwMwJPf8 h2 span {
  color: #d4fe00;
  background: #08323c;
  display: inline-block;
  border-radius: 5px;
  padding: 5px 19px;
}
.cid-tyFwPEyTIB {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background: #08323c;
}
.cid-tyFwPEyTIB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyFwPEyTIB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyFwPEyTIB .container {
  margin-right: 0;
}
@media (max-width: 992px) {
  .cid-tyFwPEyTIB .container {
    padding: 0 16px;
  }
}
.cid-tyFwPEyTIB .slider-wrap {
  padding-right: 0;
}
@media (max-width: 992px) {
  .cid-tyFwPEyTIB .slider-wrap {
    padding-right: 12px;
  }
}
.cid-tyFwPEyTIB .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 768px) {
  .cid-tyFwPEyTIB .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tyFwPEyTIB .embla__slide .card-wrap {
  width: 100%;
}
.cid-tyFwPEyTIB .embla__slide .card-wrap .item-wrapper .image-wrap {
  margin-bottom: 30px;
}
.cid-tyFwPEyTIB .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 230px;
  object-fit: cover;
  border-radius: 16px;
}
.cid-tyFwPEyTIB .embla__slide .card-wrap .content-wrap .desc-wrap {
  margin-bottom: 20px;
}
.cid-tyFwPEyTIB .embla__slide .card-wrap .content-wrap .desc-wrap .mbr-desc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  border: 1px solid #ffffff;
  border-radius: 40px;
  margin-bottom: 0;
}
.cid-tyFwPEyTIB .embla__slide .card-wrap .content-wrap .card-title {
  margin-bottom: 14px;
}
.cid-tyFwPEyTIB .embla__slide .card-wrap .content-wrap .card-text {
  margin-bottom: 0;
}
.cid-tyFwPEyTIB .embla__button--next,
.cid-tyFwPEyTIB .embla__button--prev {
  display: flex;
}
.cid-tyFwPEyTIB .embla__button {
  bottom: -4.5rem;
  width: 56px;
  height: 56px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tyFwPEyTIB .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tyFwPEyTIB .embla__button:hover {
  background: transparent;
  color: #d4fe00;
}
.cid-tyFwPEyTIB .embla__button.embla__button--prev {
  left: 0;
}
.cid-tyFwPEyTIB .embla__button.embla__button--next {
  right: auto;
  left: 20%;
}
@media (max-width: 767px) {
  .cid-tyFwPEyTIB .embla__button {
    bottom: -4.5rem;
  }
}
.cid-tyFwPEyTIB .embla {
  position: relative;
  width: 100%;
}
.cid-tyFwPEyTIB .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tyFwPEyTIB .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tyFwPEyTIB .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tyFwPEyTIB .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tyFwPEyTIB .mbr-desc {
  color: #ffffff;
}
.cid-tyFwPEyTIB .card-title {
  color: #ffffff;
}
.cid-tyFwPEyTIB .card-text {
  color: #ffffff;
}
.cid-tyFwPEyTIB h3 a {
  color: #ffffff;
}
.cid-tyFwPEyTIB h3 a:hover {
  color: #d4fe00;
}
.cid-ug7W9Ynlzt {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ug7W9Ynlzt .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug7W9Ynlzt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ug7W9Ynlzt .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-ug7W9Ynlzt .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-ug7W9Ynlzt .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-ug7W9Ynlzt .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-ug7W9Ynlzt .container {
    padding: 0 24px;
  }
}
.cid-ug7W9Ynlzt .content-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-ug7W9Ynlzt .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ug7W9Ynlzt .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-ug7W9Ynlzt .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ug7W9Ynlzt .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ug7W9Ynlzt .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ug7W9Ynlzt .item {
  margin-bottom: 32px;
}
.cid-ug7W9Ynlzt .item .item-wrapper {
  height: 100%;
  padding: 40px;
  background-color: #fbfaf9;
  border: 1px solid #dce2e3;
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .cid-ug7W9Ynlzt .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-ug7W9Ynlzt .item .item-wrapper {
    padding: 24px;
  }
}
.cid-ug7W9Ynlzt .item .item-wrapper .card-box .desc-wrap .item-desc,
.cid-ug7W9Ynlzt .item .item-wrapper .card-box .desc-wrap .item-desc_2 {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
  background-color: #ffffff;
  border: 1px solid #edeceb;
}
.cid-ug7W9Ynlzt .item .item-wrapper .card-box .item-price,
.cid-ug7W9Ynlzt .item .item-wrapper .card-box .item-price_2 {
  margin-bottom: 16px;
}
.cid-ug7W9Ynlzt .item .item-wrapper .card-box .item-text,
.cid-ug7W9Ynlzt .item .item-wrapper .card-box .item-text_2 {
  margin-bottom: 0;
  opacity: .5;
}
.cid-ug7W9Ynlzt .item .item-wrapper .card-box .list-wrapper {
  margin-top: 22px;
}
.cid-ug7W9Ynlzt .item .item-wrapper .card-box .list-wrapper .list,
.cid-ug7W9Ynlzt .item .item-wrapper .card-box .list-wrapper .list_2 {
  display: inline-flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-ug7W9Ynlzt .item .item-wrapper .card-box .list-wrapper .list .item-wrap,
.cid-ug7W9Ynlzt .item .item-wrapper .card-box .list-wrapper .list_2 .item-wrap {
  position: relative;
  margin-bottom: 12px;
  padding-left: 34px;
}
.cid-ug7W9Ynlzt .item .item-wrapper .card-box .list-wrapper .list .item-wrap::before,
.cid-ug7W9Ynlzt .item .item-wrapper .card-box .list-wrapper .list_2 .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  font-size: 18px;
  color: #08323c;
}
.cid-ug7W9Ynlzt .item .dark-card {
  background-color: #08323c;
  border: none;
}
.cid-ug7W9Ynlzt .item .dark-card .card-box .desc-wrap .item-desc_2 {
  background-color: transparent;
  border: none;
}
.cid-ug7W9Ynlzt .item .dark-card .card-box .desc-wrap .item-desc_2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-ug7W9Ynlzt .item .dark-card .card-box .desc-wrap .item-desc_2::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-ug7W9Ynlzt .item .dark-card .card-box .list-wrapper .list_2 .item-wrap::before {
  color: #ffffff;
}
.cid-ug7W9Ynlzt .item .mbr-section-btn {
  width: 100%;
  margin-top: 22px;
}
.cid-ug7W9Ynlzt .item .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-ug7W9Ynlzt .mbr-section-title {
  color: #18212d;
  text-align: center;
}
.cid-ug7W9Ynlzt .mbr-desc,
.cid-ug7W9Ynlzt .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-ug7W9Ynlzt .mbr-text,
.cid-ug7W9Ynlzt .text-wrapper {
  color: #08323c;
  text-align: center;
}
.cid-ug7W9Ynlzt .item-title {
  color: #18212d;
}
.cid-ug7W9Ynlzt .item-desc {
  color: #18212d;
}
.cid-ug7W9Ynlzt .item-price {
  color: #18212d;
}
.cid-ug7W9Ynlzt .item-text {
  color: #18212d;
}
.cid-ug7W9Ynlzt .list {
  color: #18212d;
}
.cid-ug7W9Ynlzt .item-title_2 {
  color: #ffffff;
}
.cid-ug7W9Ynlzt .item-desc_2 {
  color: #ffffff;
}
.cid-ug7W9Ynlzt .item-price_2 {
  color: #ffffff;
}
.cid-ug7W9Ynlzt .item-text_2 {
  color: #ffffff;
}
.cid-ug7W9Ynlzt .list_2 {
  color: #ffffff;
}
.cid-uk2D6lhdSU {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uk2D6lhdSU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk2D6lhdSU .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-uk2D6lhdSU .container {
    padding: 0 16px;
  }
}
.cid-uk2D6lhdSU .title-wrapper {
  position: relative;
}
.cid-uk2D6lhdSU .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uk2D6lhdSU .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uk2D6lhdSU .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uk2D6lhdSU .title-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uk2D6lhdSU .title-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uk2D6lhdSU .title-wrapper .container-wrapper {
  position: absolute;
  top: -2.6rem;
  left: -1rem;
  height: 100%;
  width: 50%;
  border: 2px dashed #08323c;
  border-top: none;
  border-right: 0;
  border-bottom-left-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uk2D6lhdSU .title-wrapper .container-wrapper {
    display: none;
  }
}
.cid-uk2D6lhdSU .mbr-section-title {
  color: #08323C;
}
.cid-uk2D6lhdSU .mbr-text {
  color: #08323C;
  text-align: center;
}
.cid-uk2D6lhdSU .mbr-section-title,
.cid-uk2D6lhdSU .mbr-section-btn {
  text-align: center;
}
.cid-tyFwSB0OUa {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #d4fe00;
}
.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: #d4fe00;
  border-color: #d4fe00;
}
.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-tyFwYSGIgc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tyFwYSGIgc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyFwYSGIgc .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-tyFwYSGIgc .container {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tyFwYSGIgc .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tyFwYSGIgc .image-wrapper img {
  height: 460px;
  object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tyFwYSGIgc .image-wrapper img {
    height: 300px;
  }
}
.cid-tyFwYSGIgc .card-wrapper {
  margin-top: 15%;
  padding-top: 120px;
  background-color: #143c46;
  border-radius: 40px;
}
@media (max-width: 992px) {
  .cid-tyFwYSGIgc .card-wrapper {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .cid-tyFwYSGIgc .card-wrapper {
    margin-top: 0;
    padding-top: 20px;
  }
}
.cid-tyFwYSGIgc .card-wrapper .mbr-section-title {
  padding: 0 100px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tyFwYSGIgc .card-wrapper .mbr-section-title {
    margin-bottom: 20px;
    padding: 0 20px;
  }
}
.cid-tyFwYSGIgc .card-wrapper .mbr-text {
  padding: 0 100px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-tyFwYSGIgc .card-wrapper .mbr-text {
    padding: 0 20px;
  }
}
.cid-tyFwYSGIgc .card-wrapper .icon-wrapper {
  padding: 0 20px 20px;
}
.cid-tyFwYSGIgc .card-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 56px;
  background-color: #ffffff;
  color: #08323c;
  font-size: 20px;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-tyFwYSGIgc .card-wrapper .icon-wrapper {
    display: none;
  }
}
.cid-tyFwYSGIgc .mbr-section-title {
  color: #ffffff;
}
.cid-tyFwYSGIgc .mbr-text {
  color: #ffffff;
}
.cid-tyFwYSGIgc .icon-wrapper {
  text-align: right;
}
.cid-tyFwQCvdxU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #08323c;
}
.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 {
  height: 40px;
  object-fit: contain;
  margin-bototm: 2rem;
}
.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: #ffffff;
  text-align: left;
}
.cid-tyFwQCvdxU .mbr-card-title {
  color: #D4FE00;
}
.cid-tyFwQCvdxU .list {
  color: #ffffff;
}
.cid-tyFwQCvdxU .mbr-section-title,
.cid-tyFwQCvdxU .title-wrapper,
.cid-tyFwQCvdxU .social-wrapper {
  text-align: left;
}
.cid-tyFwHNKP0f .navbar-dropdown {
  background-color: #d4fe00 !important;
  padding: 0;
}
.cid-tyFwHNKP0f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #d4fe00 !important;
  background: #d4fe00;
}
.cid-tyFwHNKP0f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tyFwHNKP0f .menu_box .navbar.opened,
  .cid-tyFwHNKP0f .menu_box .navbar-collapse {
    background-color: #d4fe00 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tyFwHNKP0f .navbar-dropdown {
  position: relative !important;
}
.cid-tyFwHNKP0f .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tyFwHNKP0f .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tyFwHNKP0f .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tyFwHNKP0f .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tyFwHNKP0f .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tyFwHNKP0f .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tyFwHNKP0f .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #08323c;
  }
  .cid-tyFwHNKP0f .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tyFwHNKP0f .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tyFwHNKP0f .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tyFwHNKP0f .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tyFwHNKP0f .offcanvas-body .mbr-text,
  .cid-tyFwHNKP0f .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tyFwHNKP0f .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tyFwHNKP0f .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tyFwHNKP0f .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #08323c;
  }
  .cid-tyFwHNKP0f .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tyFwHNKP0f .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tyFwHNKP0f .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tyFwHNKP0f .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tyFwHNKP0f ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tyFwHNKP0f .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tyFwHNKP0f .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-tyFwHNKP0f .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tyFwHNKP0f 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-tyFwHNKP0f .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tyFwHNKP0f .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tyFwHNKP0f .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tyFwHNKP0f .nav-item {
    margin: 0 !important;
  }
}
.cid-tyFwHNKP0f .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-tyFwHNKP0f .nav-item .nav-link:hover {
  opacity: .5;
}
.cid-tyFwHNKP0f .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tyFwHNKP0f .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tyFwHNKP0f .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tyFwHNKP0f .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tyFwHNKP0f .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-tyFwHNKP0f .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tyFwHNKP0f .offcanvas_box {
    display: none;
  }
}
.cid-tyFwHNKP0f .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tyFwHNKP0f .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tyFwHNKP0f .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tyFwHNKP0f .container {
  display: flex;
  margin: auto;
}
.cid-tyFwHNKP0f .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-tyFwHNKP0f .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tyFwHNKP0f .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tyFwHNKP0f .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tyFwHNKP0f .navbar-nav {
    margin: 0;
  }
}
.cid-tyFwHNKP0f .dropdown-menu,
.cid-tyFwHNKP0f .navbar.opened {
  background-color: false !important;
}
.cid-tyFwHNKP0f .nav-item:focus,
.cid-tyFwHNKP0f .nav-link:focus {
  outline: none;
}
.cid-tyFwHNKP0f .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tyFwHNKP0f .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyFwHNKP0f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tyFwHNKP0f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tyFwHNKP0f .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyFwHNKP0f .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyFwHNKP0f .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tyFwHNKP0f .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tyFwHNKP0f .navbar.opened {
  transition: all 0.3s;
}
.cid-tyFwHNKP0f .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tyFwHNKP0f .navbar .navbar-logo img {
  max-width: 150px;
  max-height: 70px;
  object-fit: contain;
}
.cid-tyFwHNKP0f .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tyFwHNKP0f .navbar.collapsed {
  justify-content: center;
}
.cid-tyFwHNKP0f .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyFwHNKP0f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tyFwHNKP0f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyFwHNKP0f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyFwHNKP0f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyFwHNKP0f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tyFwHNKP0f .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tyFwHNKP0f .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tyFwHNKP0f .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tyFwHNKP0f .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyFwHNKP0f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyFwHNKP0f .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tyFwHNKP0f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyFwHNKP0f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tyFwHNKP0f .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tyFwHNKP0f .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tyFwHNKP0f .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tyFwHNKP0f .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tyFwHNKP0f .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tyFwHNKP0f .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tyFwHNKP0f .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tyFwHNKP0f .navbar.navbar-short {
  min-height: 60px;
}
.cid-tyFwHNKP0f .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tyFwHNKP0f .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tyFwHNKP0f .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-tyFwHNKP0f .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-tyFwHNKP0f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyFwHNKP0f .dropdown-item.active,
.cid-tyFwHNKP0f .dropdown-item:active {
  background-color: transparent;
}
.cid-tyFwHNKP0f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyFwHNKP0f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyFwHNKP0f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyFwHNKP0f .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tyFwHNKP0f ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tyFwHNKP0f .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tyFwHNKP0f button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #d4fe00;
  background: transparent;
}
.cid-tyFwHNKP0f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #08323c;
}
.cid-tyFwHNKP0f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tyFwHNKP0f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyFwHNKP0f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyFwHNKP0f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tyFwHNKP0f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyFwHNKP0f nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tyFwHNKP0f nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tyFwHNKP0f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyFwHNKP0f a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tyFwHNKP0f .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-tyFwHNKP0f .navbar {
    height: 70px;
  }
  .cid-tyFwHNKP0f .navbar.opened {
    height: auto;
  }
  .cid-tyFwHNKP0f .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tyFwHNKP0f .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-tyFwHNKP0f .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .cid-tyFwHNKP0f .container-fluid {
    padding-left: 72px;
    padding-right: 72px;
  }
}
.cid-tyFwHNKP0f .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tyFwHNKP0f .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tyFwHNKP0f .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-tyFwHNKP0f .mbr-section-btn-main .btn {
    padding: 20px;
    margin-bottom: 14px;
  }
}
.cid-tyFwHNKP0f .navbar-caption:hover {
  opacity: .5;
}
@media (min-width: 992px) {
  .cid-tyFwHNKP0f .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tyFwHNKP0f .text_widget {
  margin-bottom: 32px;
}
.cid-tyFwHNKP0f .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tyFwHNKP0f .text_widget a:hover {
  color: #d4fe00 !important;
}
.cid-tyFwHNKP0f .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-tyFwHNKP0f .navbar-caption {
  color: #08323C;
}
.cid-tyFwHNKP0f .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tyFwHNKP0f .mbr-section-subtitle,
.cid-tyFwHNKP0f .text_widget,
.cid-tyFwHNKP0f .mbr-section-btn {
  text-align: left;
}
.cid-tyFwHNKP0f a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tyFwHNKP0f .btn-block {
  width: calc(84%);
  box-sizin: border-box;
}
.cid-uiGPTCjqBj {
  background-color: #d4fe00;
}
.cid-uiGPTCjqBj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiGPTCjqBj .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-uiGPTCjqBj .container {
    padding: 0 16px;
  }
}
.cid-uiGPTCjqBj .title-wrapper {
  position: relative;
  padding: 0 200px;
}
@media (max-width: 992px) {
  .cid-uiGPTCjqBj .title-wrapper {
    padding: 0;
  }
}
.cid-uiGPTCjqBj .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uiGPTCjqBj .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uiGPTCjqBj .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uiGPTCjqBj .title-wrapper .title-wrap .text-wrap {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uiGPTCjqBj .title-wrapper .title-wrap .text-wrap {
    padding: 0;
  }
}
.cid-uiGPTCjqBj .title-wrapper .title-wrap .text-wrap .mbr-text {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-uiGPTCjqBj .title-wrapper .title-wrap .text-wrap .mbr-text {
    margin-bottom: 10px;
  }
}
.cid-uiGPTCjqBj .title-wrapper .title-wrap .text-wrap .mbr-desc {
  margin: 25px 0 0;
}
@media (max-width: 992px) {
  .cid-uiGPTCjqBj .title-wrapper .title-wrap .text-wrap .mbr-desc {
    margin: 10px 0 0;
  }
}
.cid-uiGPTCjqBj .title-wrapper img {
  position: absolute;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uiGPTCjqBj .title-wrapper img {
    display: none;
  }
}
.cid-uiGPTCjqBj .title-wrapper .image_1 {
  top: 0;
  left: 0;
}
.cid-uiGPTCjqBj .title-wrapper .image_2 {
  right: 0;
  top: 4rem;
}
.cid-uiGPTCjqBj .title-wrapper .image_3 {
  bottom: -3rem;
  right: 3rem;
}
.cid-uiGPTCjqBj .title-wrapper .image_4 {
  bottom: -6rem;
  left: 4rem;
}
.cid-uiGPTCjqBj .title-wrapper .line_1 {
  position: absolute;
  top: 0;
  left: 7rem;
  width: 1px;
  height: 100%;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-uiGPTCjqBj .title-wrapper .line_1 {
    display: none;
  }
}
.cid-uiGPTCjqBj .title-wrapper .line_2 {
  position: absolute;
  top: 5rem;
  right: 3rem;
  width: 1px;
  height: 80%;
  border-left: 2px solid #08323c;
}
@media (max-width: 992px) {
  .cid-uiGPTCjqBj .title-wrapper .line_2 {
    display: none;
  }
}
.cid-uiGPTCjqBj .mbr-section-title {
  color: #08323C;
}
.cid-uiGPTCjqBj .mbr-text {
  color: #08323C;
  text-align: center;
}
.cid-uiGPTCjqBj .mbr-desc {
  color: #08323C;
  text-align: center;
}
.cid-uiGPTCjqBj .mbr-section-title,
.cid-uiGPTCjqBj .mbr-section-btn {
  text-align: center;
}
.cid-uiGQ3H2N6l {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #08323c;
}
.cid-uiGQ3H2N6l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiGQ3H2N6l .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-uiGQ3H2N6l .container {
    padding: 0 16px;
  }
}
.cid-uiGQ3H2N6l .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uiGQ3H2N6l .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uiGQ3H2N6l .title-wrapper .mbr-section-title span {
  color: #d4fe00;
}
.cid-uiGQ3H2N6l .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uiGQ3H2N6l .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uiGQ3H2N6l .mbr-section-title {
  color: #ffffff;
}
.cid-uiGQ3H2N6l .mbr-text {
  color: #ffffff;
}
.cid-uoaXslO9zr {
  padding-top: 2rem;
  padding-bottom: 8rem;
  background: #08323c;
}
.cid-uoaXslO9zr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoaXslO9zr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoaXslO9zr .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uoaXslO9zr .container-fluid {
    padding: 0 16px;
  }
}
.cid-uoaXslO9zr .container {
  margin-right: 0;
}
@media (max-width: 992px) {
  .cid-uoaXslO9zr .container {
    padding: 0 16px;
  }
}
.cid-uoaXslO9zr .slider-wrap {
  padding-right: 0;
}
@media (max-width: 992px) {
  .cid-uoaXslO9zr .slider-wrap {
    padding-right: 12px;
  }
}
.cid-uoaXslO9zr .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uoaXslO9zr .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uoaXslO9zr .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 768px) {
  .cid-uoaXslO9zr .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uoaXslO9zr .embla__slide .card-wrap {
  width: 100%;
  padding: 70px 32px 26px;
  background-color: #d4fe00;
  border-radius: 16px;
  height: fit-content;
}
.cid-uoaXslO9zr .embla__slide .card-wrap:hover .content-wrap .title-wrap .title-link .mbr-iconfont,
.cid-uoaXslO9zr .embla__slide .card-wrap:focus .content-wrap .title-wrap .title-link .mbr-iconfont {
  transform: rotate(-45deg);
  background-color: #08323c;
  color: #ffffff;
}
.cid-uoaXslO9zr .embla__slide .card-wrap:hover .content-wrap .list,
.cid-uoaXslO9zr .embla__slide .card-wrap:focus .content-wrap .list {
  height: auto;
  opacity: 1;
}
.cid-uoaXslO9zr .embla__slide .card-wrap .item-wrapper .image-wrap {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uoaXslO9zr .embla__slide .card-wrap .item-wrapper .image-wrap {
    margin-bottom: 40px;
  }
}
.cid-uoaXslO9zr .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 180px;
  width: 180px;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 16px;
}
.cid-uoaXslO9zr .embla__slide .card-wrap .content-wrap .title-wrap {
  margin-bottom: 16px;
}
.cid-uoaXslO9zr .embla__slide .card-wrap .content-wrap .title-wrap .title-link {
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
}
.cid-uoaXslO9zr .embla__slide .card-wrap .content-wrap .title-wrap .title-link .card-title {
  margin-left: 14px;
  margin-bottom: 0;
}
.cid-uoaXslO9zr .embla__slide .card-wrap .content-wrap .title-wrap .title-link .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  height: 38px;
  width: 38px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #08323c;
  transition: all 0.3s ease-out;
}
.cid-uoaXslO9zr .embla__slide .card-wrap .content-wrap .list {
  margin: 0;
  list-style: none;
  padding-left: 32px;
  height: 0;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-uoaXslO9zr .embla__slide .card-wrap .content-wrap .list .item-wrap {
  margin-bottom: 12px;
  list-style: none;
  position: relative;
  padding-left: 0;
}
@media (max-width: 992px) {
  .cid-uoaXslO9zr .embla__slide .card-wrap .content-wrap .list .item-wrap {
    margin-bottom: 20px;
  }
}
.cid-uoaXslO9zr .embla__slide .card-wrap .content-wrap .list .item-wrap:before {
  position: absolute;
  left: -32px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #08323c;
  background-color: transparent;
  border: 2px solid #08323c;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  font-weight: 400;
  font-size: 16px;
  content: "✓";
  margin-top: 6px;
}
.cid-uoaXslO9zr .embla__button--next,
.cid-uoaXslO9zr .embla__button--prev {
  display: flex;
}
.cid-uoaXslO9zr .embla__button {
  width: 56px;
  height: 56px;
  margin-top: 0;
  bottom: -5rem;
  font-size: 22px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #08323c;
}
.cid-uoaXslO9zr .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uoaXslO9zr .embla__button:hover {
  background: transparent;
  color: #d4fe00;
}
.cid-uoaXslO9zr .embla__button.embla__button--prev {
  left: 5%;
}
.cid-uoaXslO9zr .embla__button.embla__button--next {
  right: 5%;
}
@media (max-width: 767px) {
  .cid-uoaXslO9zr .embla__button {
    bottom: -4.5rem;
  }
}
.cid-uoaXslO9zr .embla {
  position: relative;
  width: 100%;
}
.cid-uoaXslO9zr .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uoaXslO9zr .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uoaXslO9zr .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uoaXslO9zr .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uoaXslO9zr .item-menu-overlay {
  height: 180px;
}
.cid-uoaXslO9zr .mbr-section-title {
  color: #ffffff;
}
.cid-uoaXslO9zr .card-title {
  color: #08323C;
}
.cid-uoaXslO9zr .list {
  color: #08323C;
}
.cid-uoaXslO9zr .title-wrap {
  text-align: center;
}
.cid-uiGQ4NgZ1Q {
  padding-top: 8rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uiGQ4NgZ1Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiGQ4NgZ1Q .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-uiGQ4NgZ1Q .container {
    padding: 0 16px;
  }
}
.cid-uiGQ4NgZ1Q .title-wrapper {
  position: relative;
  padding-right: 70px;
}
@media (max-width: 992px) {
  .cid-uiGQ4NgZ1Q .title-wrapper {
    padding-right: 0;
  }
}
.cid-uiGQ4NgZ1Q .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uiGQ4NgZ1Q .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uiGQ4NgZ1Q .title-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uiGQ4NgZ1Q .title-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uiGQ4NgZ1Q .title-wrapper .line {
  position: absolute;
  left: 70px;
  width: 1px;
  height: 100vh;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-uiGQ4NgZ1Q .title-wrapper .line {
    display: none;
  }
}
.cid-uiGQ4NgZ1Q .card {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uiGQ4NgZ1Q .card {
    margin-bottom: 40px;
  }
}
.cid-uiGQ4NgZ1Q .card .icon-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uiGQ4NgZ1Q .card .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uiGQ4NgZ1Q .card .icon-wrapper .icon-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 100%;
}
.cid-uiGQ4NgZ1Q .card .icon-wrapper .icon-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d4fe00;
  opacity: .2;
  border-radius: 100%;
}
.cid-uiGQ4NgZ1Q .card .icon-wrapper .icon-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  font-size: 30px;
  background-color: #d4fe00;
  color: #08323c;
  border-radius: 100%;
  z-index: 1;
}
.cid-uiGQ4NgZ1Q .card .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uiGQ4NgZ1Q .card .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uiGQ4NgZ1Q .mbr-section-title {
  color: #08323C;
}
.cid-uiGQ4NgZ1Q .mbr-text {
  color: #08323C;
}
.cid-uiGQ80IP7S {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #eff1f2;
}
.cid-uiGQ80IP7S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiGQ80IP7S .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-uiGQ80IP7S .container {
    padding: 0 16px;
  }
}
.cid-uiGQ80IP7S .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dce2e3;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-uiGQ80IP7S .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-uiGQ80IP7S .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-uiGQ80IP7S .image-wrapper img {
    height: 300px;
  }
}
.cid-uiGQ80IP7S .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uiGQ80IP7S .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uiGQ80IP7S .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uiGQ80IP7S .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uiGQ80IP7S .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uiGQ80IP7S .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uiGQ9g6o95 {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #d4fe00;
}
.cid-uiGQ9g6o95 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiGQ9g6o95 .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-uiGQ9g6o95 .container {
    padding: 0 16px;
  }
}
.cid-uiGQ9g6o95 .row {
  justify-content: center;
}
.cid-uiGQ9g6o95 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uiGQ9g6o95 .image-wrapper {
  margin-bottom: 40px;
}
.cid-uiGQ9g6o95 .image-wrapper img {
  height: 360px;
  object-fit: cover;
  border-radius: 40px;
}
@media (max-width: 768px) {
  .cid-uiGQ9g6o95 .image-wrapper img {
    height: 280px;
  }
}
.cid-uiGQ9g6o95 .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uiGQ9g6o95 .mbr-section-title {
  color: #08323C;
  text-align: center;
}
.cid-uiGQ9g6o95 .mbr-desc {
  color: #08323C;
  text-align: center;
}
.cid-uiHhc7hFPP {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uiHhc7hFPP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiHhc7hFPP .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-uiHhc7hFPP .container {
    padding: 0 25px;
  }
}
.cid-uiHhc7hFPP .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uiHhc7hFPP .item:first-child .item-wrapper {
  background-color: #f0f0f0;
}
.cid-uiHhc7hFPP .item .item-wrapper {
  border-radius: 0 !important;
}
.cid-uiHhc7hFPP .item .item-wrapper .card-box .item-title {
  padding: 30px 40px;
  margin-bottom: 0;
  border-bottom: 2px solid #e1e1e1;
}
.cid-uiHhc7hFPP .item .item-wrapper .card-box .mbr-price {
  padding: 16px 40px;
  border-bottom: 2px solid #e1e1e1;
}
.cid-uiHhc7hFPP .item .item-wrapper .card-box .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uiHhc7hFPP .item .item-wrapper .card-box .list .item-wrap {
  position: relative;
  padding: 16px 72px;
  border-bottom: 2px solid #e1e1e1;
}
@media (max-width: 768px) {
  .cid-uiHhc7hFPP .item .item-wrapper .card-box .list .item-wrap {
    padding: 16px 50px;
  }
}
.cid-uiHhc7hFPP .item .item-wrapper .card-box .mbr-section-btn {
  padding: 42px 56px;
}
@media (max-width: 768px) {
  .cid-uiHhc7hFPP .item .item-wrapper .card-box .mbr-section-btn {
    padding: 42px 40px;
  }
}
.cid-uiHhc7hFPP .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uiHhc7hFPP .item-title {
  color: #000000;
}
.cid-uiHhc7hFPP .mbr-price {
  color: #000000;
  text-align: center;
}
.cid-uiHhc7hFPP .list {
  color: #000000;
  text-align: center;
}
.cid-uiHhc7hFPP .item-title,
.cid-uiHhc7hFPP .mbr-section-btn {
  text-align: center;
}
.cid-uiHhc7hFPP .item-wrap svg {
  width: 20px;
  height: 20px;
}
.cid-uiGQ6WwAJt {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #08323c;
}
.cid-uiGQ6WwAJt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiGQ6WwAJt .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-uiGQ6WwAJt .container {
    padding: 0 16px;
  }
}
.cid-uiGQ6WwAJt .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uiGQ6WwAJt .text-wrapper {
    margin-bottom: 40px;
    height: auto;
  }
}
.cid-uiGQ6WwAJt .text-wrapper .text-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uiGQ6WwAJt .text-wrapper .text-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uiGQ6WwAJt .text-wrapper .text-wrap .mbr-text {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uiGQ6WwAJt .text-wrapper .text-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uiGQ6WwAJt .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-uiGQ6WwAJt .image-wrapper {
    margin: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uiGQ6WwAJt .image-wrapper {
    margin: 0;
  }
}
.cid-uiGQ6WwAJt .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-uiGQ6WwAJt .image-wrapper .image_1 {
    position: static;
    margin-bottom: 20px;
  }
}
.cid-uiGQ6WwAJt .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-uiGQ6WwAJt .image-wrapper .image_2 {
    position: static;
    margin-bottom: 20px;
  }
}
.cid-uiGQ6WwAJt .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-uiGQ6WwAJt .image-wrapper .image_3 {
    position: static;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.cid-uiGQ6WwAJt .image-wrapper .container-wrap {
  position: absolute;
  top: 1rem;
  left: 40px;
  height: 100%;
  width: 81%;
  border: 2px dashed #ffffff;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uiGQ6WwAJt .image-wrapper .container-wrap {
    display: none;
  }
}
.cid-uiGQ6WwAJt .mbr-section-title {
  color: #ffffff;
}
.cid-uiGQ6WwAJt .mbr-text {
  color: #ffffff;
}
.cid-uiMo1npGAK {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uiMo1npGAK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiMo1npGAK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiMo1npGAK .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uiMo1npGAK .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uiMo1npGAK .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uiMo1npGAK .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uiMo1npGAK .container {
    padding: 0 24px;
  }
}
.cid-uiMo1npGAK .content-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uiMo1npGAK .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uiMo1npGAK .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uiMo1npGAK .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uiMo1npGAK .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uiMo1npGAK .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uiMo1npGAK .item {
  margin-bottom: 32px;
}
.cid-uiMo1npGAK .item .item-wrapper {
  height: 100%;
  padding: 40px;
  background-color: #fbfaf9;
  border: 1px solid #dce2e3;
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .cid-uiMo1npGAK .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uiMo1npGAK .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uiMo1npGAK .item .item-wrapper .card-box .desc-wrap .item-desc,
.cid-uiMo1npGAK .item .item-wrapper .card-box .desc-wrap .item-desc_2 {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
  background-color: #ffffff;
  border: 1px solid #edeceb;
}
.cid-uiMo1npGAK .item .item-wrapper .card-box .item-price,
.cid-uiMo1npGAK .item .item-wrapper .card-box .item-price_2 {
  margin-bottom: 16px;
}
.cid-uiMo1npGAK .item .item-wrapper .card-box .item-text,
.cid-uiMo1npGAK .item .item-wrapper .card-box .item-text_2 {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uiMo1npGAK .item .item-wrapper .card-box .list-wrapper {
  margin-top: 22px;
}
.cid-uiMo1npGAK .item .item-wrapper .card-box .list-wrapper .list,
.cid-uiMo1npGAK .item .item-wrapper .card-box .list-wrapper .list_2 {
  display: inline-flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uiMo1npGAK .item .item-wrapper .card-box .list-wrapper .list .item-wrap,
.cid-uiMo1npGAK .item .item-wrapper .card-box .list-wrapper .list_2 .item-wrap {
  position: relative;
  margin-bottom: 12px;
  padding-left: 34px;
}
.cid-uiMo1npGAK .item .item-wrapper .card-box .list-wrapper .list .item-wrap::before,
.cid-uiMo1npGAK .item .item-wrapper .card-box .list-wrapper .list_2 .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  font-size: 18px;
  color: #08323c;
}
.cid-uiMo1npGAK .item .dark-card {
  background-color: #08323c;
  border: none;
}
.cid-uiMo1npGAK .item .dark-card .card-box .desc-wrap .item-desc_2 {
  background-color: transparent;
  border: none;
}
.cid-uiMo1npGAK .item .dark-card .card-box .desc-wrap .item-desc_2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uiMo1npGAK .item .dark-card .card-box .desc-wrap .item-desc_2::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uiMo1npGAK .item .dark-card .card-box .list-wrapper .list_2 .item-wrap::before {
  color: #ffffff;
}
.cid-uiMo1npGAK .item .mbr-section-btn {
  width: 100%;
  margin-top: 22px;
}
.cid-uiMo1npGAK .item .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uiMo1npGAK .mbr-section-title {
  color: #18212d;
  text-align: center;
}
.cid-uiMo1npGAK .mbr-desc,
.cid-uiMo1npGAK .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uiMo1npGAK .mbr-text,
.cid-uiMo1npGAK .text-wrapper {
  color: #08323c;
  text-align: center;
}
.cid-uiMo1npGAK .item-title {
  color: #18212d;
}
.cid-uiMo1npGAK .item-desc {
  color: #18212d;
}
.cid-uiMo1npGAK .item-price {
  color: #18212d;
}
.cid-uiMo1npGAK .item-text {
  color: #18212d;
}
.cid-uiMo1npGAK .list {
  color: #18212d;
}
.cid-uiMo1npGAK .item-title_2 {
  color: #ffffff;
}
.cid-uiMo1npGAK .item-desc_2 {
  color: #ffffff;
}
.cid-uiMo1npGAK .item-price_2 {
  color: #ffffff;
}
.cid-uiMo1npGAK .item-text_2 {
  color: #ffffff;
}
.cid-uiMo1npGAK .list_2 {
  color: #ffffff;
}
.cid-uk2E2eWmc4 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uk2E2eWmc4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk2E2eWmc4 .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-uk2E2eWmc4 .container {
    padding: 0 16px;
  }
}
.cid-uk2E2eWmc4 .title-wrapper {
  position: relative;
}
.cid-uk2E2eWmc4 .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uk2E2eWmc4 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uk2E2eWmc4 .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uk2E2eWmc4 .title-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uk2E2eWmc4 .title-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uk2E2eWmc4 .title-wrapper .container-wrapper {
  position: absolute;
  top: -2.6rem;
  left: -1rem;
  height: 100%;
  width: 50%;
  border: 2px dashed #08323c;
  border-top: none;
  border-right: 0;
  border-bottom-left-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uk2E2eWmc4 .title-wrapper .container-wrapper {
    display: none;
  }
}
.cid-uk2E2eWmc4 .mbr-section-title {
  color: #08323C;
}
.cid-uk2E2eWmc4 .mbr-text {
  color: #08323C;
  text-align: center;
}
.cid-uk2E2eWmc4 .mbr-section-title,
.cid-uk2E2eWmc4 .mbr-section-btn {
  text-align: center;
}
.cid-uiMo2jz7Rp {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #d4fe00;
}
.cid-uiMo2jz7Rp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiMo2jz7Rp .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-uiMo2jz7Rp .container {
    padding: 0 16px;
  }
}
.cid-uiMo2jz7Rp .list-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-uiMo2jz7Rp .list-wrapper .text-wrap .mbr-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uiMo2jz7Rp .list-wrapper .text-wrap .mbr-title {
    margin-bottom: 20px;
  }
}
.cid-uiMo2jz7Rp .list-wrapper .text-wrap .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uiMo2jz7Rp .list-wrapper .text-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uiMo2jz7Rp .list-wrapper .list-wrap {
    margin-bottom: 40px;
  }
}
.cid-uiMo2jz7Rp .list-wrapper .list-wrap .list {
  margin: 0;
  list-style: none;
  padding-left: 32px;
}
.cid-uiMo2jz7Rp .list-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 30px;
  list-style: none;
  position: relative;
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-uiMo2jz7Rp .list-wrapper .list-wrap .list .item-wrap {
    margin-bottom: 20px;
  }
}
.cid-uiMo2jz7Rp .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-uiMo2jz7Rp .dragArea.row {
  background-color: #ffffff;
  padding: 40px 30px;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uiMo2jz7Rp .dragArea.row {
    padding: 20px 16px;
    margin: 0;
  }
}
.cid-uiMo2jz7Rp .dragArea.row .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uiMo2jz7Rp .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-uiMo2jz7Rp .dragArea.row .form-group .form-control-label {
  padding-left: 8px;
  margin-bottom: 6px;
}
.cid-uiMo2jz7Rp .dragArea.row .form-group .form-control {
  padding: 14px;
  border: 1px solid #bbbbbb !important;
  box-shadow: none;
  background-color: transparent;
}
.cid-uiMo2jz7Rp .dragArea.row .form-group .form-control:hover,
.cid-uiMo2jz7Rp .dragArea.row .form-group .form-control:focus {
  border: 1px solid #bbbbbb !important;
  box-shadow: none;
}
.cid-uiMo2jz7Rp .dragArea.row .form-group .form-check {
  padding-left: 2rem;
}
.cid-uiMo2jz7Rp .dragArea.row .form-group .form-check .form-check-input:checked {
  background-color: #d4fe00;
  border-color: #d4fe00;
}
.cid-uiMo2jz7Rp .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
.cid-uiMo2jz7Rp .mbr-title {
  color: #08323C;
}
.cid-uiMo2jz7Rp .mbr-section-title {
  color: #08323C;
  text-align: center;
}
.cid-uiMo2jz7Rp .mbr-section-subtitle {
  color: #08323C;
}
.cid-uiMo2jz7Rp .mbr-text {
  color: #08323C;
}
.cid-uiMo2jz7Rp .list {
  color: #08323C;
}
.cid-uiMo2jz7Rp label {
  color: #08323C;
}
.cid-tyFwQCvdxU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #08323c;
}
.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 {
  height: 40px;
  object-fit: contain;
  margin-bototm: 2rem;
}
.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: #ffffff;
  text-align: left;
}
.cid-tyFwQCvdxU .mbr-card-title {
  color: #D4FE00;
}
.cid-tyFwQCvdxU .list {
  color: #ffffff;
}
.cid-tyFwQCvdxU .mbr-section-title,
.cid-tyFwQCvdxU .title-wrapper,
.cid-tyFwQCvdxU .social-wrapper {
  text-align: left;
}
.cid-uiMoETnJRx .navbar-dropdown {
  background-color: #d4fe00 !important;
  padding: 0;
}
.cid-uiMoETnJRx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #d4fe00 !important;
  background: #d4fe00;
}
.cid-uiMoETnJRx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uiMoETnJRx .menu_box .navbar.opened,
  .cid-uiMoETnJRx .menu_box .navbar-collapse {
    background-color: #d4fe00 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uiMoETnJRx .navbar-dropdown {
  position: relative !important;
}
.cid-uiMoETnJRx .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uiMoETnJRx .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uiMoETnJRx .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uiMoETnJRx .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uiMoETnJRx .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uiMoETnJRx .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uiMoETnJRx .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #08323c;
  }
  .cid-uiMoETnJRx .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uiMoETnJRx .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uiMoETnJRx .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uiMoETnJRx .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uiMoETnJRx .offcanvas-body .mbr-text,
  .cid-uiMoETnJRx .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uiMoETnJRx .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uiMoETnJRx .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uiMoETnJRx .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #08323c;
  }
  .cid-uiMoETnJRx .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uiMoETnJRx .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uiMoETnJRx .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uiMoETnJRx .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uiMoETnJRx ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uiMoETnJRx .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uiMoETnJRx .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-uiMoETnJRx .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uiMoETnJRx 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-uiMoETnJRx .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uiMoETnJRx .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uiMoETnJRx .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uiMoETnJRx .nav-item {
    margin: 0 !important;
  }
}
.cid-uiMoETnJRx .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-uiMoETnJRx .nav-item .nav-link:hover {
  opacity: .5;
}
.cid-uiMoETnJRx .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uiMoETnJRx .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uiMoETnJRx .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uiMoETnJRx .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uiMoETnJRx .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-uiMoETnJRx .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uiMoETnJRx .offcanvas_box {
    display: none;
  }
}
.cid-uiMoETnJRx .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uiMoETnJRx .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uiMoETnJRx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uiMoETnJRx .container {
  display: flex;
  margin: auto;
}
.cid-uiMoETnJRx .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-uiMoETnJRx .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uiMoETnJRx .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uiMoETnJRx .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uiMoETnJRx .navbar-nav {
    margin: 0;
  }
}
.cid-uiMoETnJRx .dropdown-menu,
.cid-uiMoETnJRx .navbar.opened {
  background-color: false !important;
}
.cid-uiMoETnJRx .nav-item:focus,
.cid-uiMoETnJRx .nav-link:focus {
  outline: none;
}
.cid-uiMoETnJRx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uiMoETnJRx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uiMoETnJRx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uiMoETnJRx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uiMoETnJRx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uiMoETnJRx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uiMoETnJRx .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uiMoETnJRx .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uiMoETnJRx .navbar.opened {
  transition: all 0.3s;
}
.cid-uiMoETnJRx .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uiMoETnJRx .navbar .navbar-logo img {
  max-width: 150px;
  max-height: 70px;
  object-fit: contain;
}
.cid-uiMoETnJRx .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uiMoETnJRx .navbar.collapsed {
  justify-content: center;
}
.cid-uiMoETnJRx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uiMoETnJRx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uiMoETnJRx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uiMoETnJRx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uiMoETnJRx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uiMoETnJRx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uiMoETnJRx .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uiMoETnJRx .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uiMoETnJRx .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uiMoETnJRx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uiMoETnJRx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uiMoETnJRx .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uiMoETnJRx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uiMoETnJRx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uiMoETnJRx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uiMoETnJRx .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uiMoETnJRx .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uiMoETnJRx .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uiMoETnJRx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uiMoETnJRx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uiMoETnJRx .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uiMoETnJRx .navbar.navbar-short {
  min-height: 60px;
}
.cid-uiMoETnJRx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uiMoETnJRx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uiMoETnJRx .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-uiMoETnJRx .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uiMoETnJRx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uiMoETnJRx .dropdown-item.active,
.cid-uiMoETnJRx .dropdown-item:active {
  background-color: transparent;
}
.cid-uiMoETnJRx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uiMoETnJRx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uiMoETnJRx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uiMoETnJRx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uiMoETnJRx ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uiMoETnJRx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uiMoETnJRx button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #d4fe00;
  background: transparent;
}
.cid-uiMoETnJRx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #08323c;
}
.cid-uiMoETnJRx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uiMoETnJRx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uiMoETnJRx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uiMoETnJRx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uiMoETnJRx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uiMoETnJRx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uiMoETnJRx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uiMoETnJRx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uiMoETnJRx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uiMoETnJRx .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-uiMoETnJRx .navbar {
    height: 70px;
  }
  .cid-uiMoETnJRx .navbar.opened {
    height: auto;
  }
  .cid-uiMoETnJRx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uiMoETnJRx .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uiMoETnJRx .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .cid-uiMoETnJRx .container-fluid {
    padding-left: 72px;
    padding-right: 72px;
  }
}
.cid-uiMoETnJRx .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uiMoETnJRx .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uiMoETnJRx .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-uiMoETnJRx .mbr-section-btn-main .btn {
    padding: 20px;
    margin-bottom: 14px;
  }
}
.cid-uiMoETnJRx .navbar-caption:hover {
  opacity: .5;
}
@media (min-width: 992px) {
  .cid-uiMoETnJRx .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uiMoETnJRx .text_widget {
  margin-bottom: 32px;
}
.cid-uiMoETnJRx .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uiMoETnJRx .text_widget a:hover {
  color: #d4fe00 !important;
}
.cid-uiMoETnJRx .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uiMoETnJRx .navbar-caption {
  color: #08323C;
}
.cid-uiMoETnJRx .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uiMoETnJRx .mbr-section-subtitle,
.cid-uiMoETnJRx .text_widget,
.cid-uiMoETnJRx .mbr-section-btn {
  text-align: left;
}
.cid-uiMoETnJRx a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uiMoETnJRx .btn-block {
  width: calc(84%);
  box-sizin: border-box;
}
.cid-uiMoETJLuP {
  background-color: #d4fe00;
}
.cid-uiMoETJLuP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiMoETJLuP .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-uiMoETJLuP .container {
    padding: 0 16px;
  }
}
.cid-uiMoETJLuP .title-wrapper {
  position: relative;
  padding: 0 200px;
}
@media (max-width: 992px) {
  .cid-uiMoETJLuP .title-wrapper {
    padding: 0;
  }
}
.cid-uiMoETJLuP .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uiMoETJLuP .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uiMoETJLuP .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uiMoETJLuP .title-wrapper .title-wrap .text-wrap {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uiMoETJLuP .title-wrapper .title-wrap .text-wrap {
    padding: 0;
  }
}
.cid-uiMoETJLuP .title-wrapper .title-wrap .text-wrap .mbr-text {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-uiMoETJLuP .title-wrapper .title-wrap .text-wrap .mbr-text {
    margin-bottom: 10px;
  }
}
.cid-uiMoETJLuP .title-wrapper .title-wrap .text-wrap .mbr-desc {
  margin: 25px 0 0;
}
@media (max-width: 992px) {
  .cid-uiMoETJLuP .title-wrapper .title-wrap .text-wrap .mbr-desc {
    margin: 10px 0 0;
  }
}
.cid-uiMoETJLuP .title-wrapper img {
  position: absolute;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uiMoETJLuP .title-wrapper img {
    display: none;
  }
}
.cid-uiMoETJLuP .title-wrapper .image_1 {
  top: 0;
  left: 0;
}
.cid-uiMoETJLuP .title-wrapper .image_2 {
  right: 0;
  top: 4rem;
}
.cid-uiMoETJLuP .title-wrapper .image_3 {
  bottom: -3rem;
  right: 3rem;
}
.cid-uiMoETJLuP .title-wrapper .image_4 {
  bottom: -6rem;
  left: 4rem;
}
.cid-uiMoETJLuP .title-wrapper .line_1 {
  position: absolute;
  top: 0;
  left: 7rem;
  width: 1px;
  height: 100%;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-uiMoETJLuP .title-wrapper .line_1 {
    display: none;
  }
}
.cid-uiMoETJLuP .title-wrapper .line_2 {
  position: absolute;
  top: 5rem;
  right: 3rem;
  width: 1px;
  height: 80%;
  border-left: 2px solid #08323c;
}
@media (max-width: 992px) {
  .cid-uiMoETJLuP .title-wrapper .line_2 {
    display: none;
  }
}
.cid-uiMoETJLuP .mbr-section-title {
  color: #08323C;
}
.cid-uiMoETJLuP .mbr-text {
  color: #08323C;
  text-align: center;
}
.cid-uiMoETJLuP .mbr-desc {
  color: #08323C;
  text-align: center;
}
.cid-uiMoETJLuP .mbr-section-title,
.cid-uiMoETJLuP .mbr-section-btn {
  text-align: center;
}
.cid-uiMoETY5qt {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #08323c;
}
.cid-uiMoETY5qt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiMoETY5qt .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-uiMoETY5qt .container {
    padding: 0 16px;
  }
}
.cid-uiMoETY5qt .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uiMoETY5qt .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uiMoETY5qt .title-wrapper .mbr-section-title span {
  color: #d4fe00;
}
.cid-uiMoETY5qt .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uiMoETY5qt .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uiMoETY5qt .mbr-section-title {
  color: #ffffff;
}
.cid-uiMoETY5qt .mbr-text {
  color: #ffffff;
}
.cid-uoaXnVMICn {
  padding-top: 2rem;
  padding-bottom: 8rem;
  background: #08323c;
}
.cid-uoaXnVMICn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoaXnVMICn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoaXnVMICn .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uoaXnVMICn .container-fluid {
    padding: 0 16px;
  }
}
.cid-uoaXnVMICn .container {
  margin-right: 0;
}
@media (max-width: 992px) {
  .cid-uoaXnVMICn .container {
    padding: 0 16px;
  }
}
.cid-uoaXnVMICn .slider-wrap {
  padding-right: 0;
}
@media (max-width: 992px) {
  .cid-uoaXnVMICn .slider-wrap {
    padding-right: 12px;
  }
}
.cid-uoaXnVMICn .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uoaXnVMICn .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uoaXnVMICn .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 768px) {
  .cid-uoaXnVMICn .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uoaXnVMICn .embla__slide .card-wrap {
  width: 100%;
  padding: 70px 32px 26px;
  background-color: #d4fe00;
  border-radius: 16px;
  height: fit-content;
}
.cid-uoaXnVMICn .embla__slide .card-wrap:hover .content-wrap .title-wrap .title-link .mbr-iconfont,
.cid-uoaXnVMICn .embla__slide .card-wrap:focus .content-wrap .title-wrap .title-link .mbr-iconfont {
  transform: rotate(-45deg);
  background-color: #08323c;
  color: #ffffff;
}
.cid-uoaXnVMICn .embla__slide .card-wrap:hover .content-wrap .list,
.cid-uoaXnVMICn .embla__slide .card-wrap:focus .content-wrap .list {
  height: auto;
  opacity: 1;
}
.cid-uoaXnVMICn .embla__slide .card-wrap .item-wrapper .image-wrap {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uoaXnVMICn .embla__slide .card-wrap .item-wrapper .image-wrap {
    margin-bottom: 40px;
  }
}
.cid-uoaXnVMICn .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 180px;
  width: 180px;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 16px;
}
.cid-uoaXnVMICn .embla__slide .card-wrap .content-wrap .title-wrap {
  margin-bottom: 16px;
}
.cid-uoaXnVMICn .embla__slide .card-wrap .content-wrap .title-wrap .title-link {
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
}
.cid-uoaXnVMICn .embla__slide .card-wrap .content-wrap .title-wrap .title-link .card-title {
  margin-left: 14px;
  margin-bottom: 0;
}
.cid-uoaXnVMICn .embla__slide .card-wrap .content-wrap .title-wrap .title-link .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  height: 38px;
  width: 38px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #08323c;
  transition: all 0.3s ease-out;
}
.cid-uoaXnVMICn .embla__slide .card-wrap .content-wrap .list {
  margin: 0;
  list-style: none;
  padding-left: 32px;
  height: 0;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-uoaXnVMICn .embla__slide .card-wrap .content-wrap .list .item-wrap {
  margin-bottom: 12px;
  list-style: none;
  position: relative;
  padding-left: 0;
}
@media (max-width: 992px) {
  .cid-uoaXnVMICn .embla__slide .card-wrap .content-wrap .list .item-wrap {
    margin-bottom: 20px;
  }
}
.cid-uoaXnVMICn .embla__slide .card-wrap .content-wrap .list .item-wrap:before {
  position: absolute;
  left: -32px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #08323c;
  background-color: transparent;
  border: 2px solid #08323c;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  font-weight: 400;
  font-size: 16px;
  content: "✓";
  margin-top: 6px;
}
.cid-uoaXnVMICn .embla__button--next,
.cid-uoaXnVMICn .embla__button--prev {
  display: flex;
}
.cid-uoaXnVMICn .embla__button {
  width: 56px;
  height: 56px;
  margin-top: 0;
  bottom: -5rem;
  font-size: 22px;
  background-color: transparent;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #08323c;
}
.cid-uoaXnVMICn .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uoaXnVMICn .embla__button:hover {
  background: transparent;
  color: #d4fe00;
}
.cid-uoaXnVMICn .embla__button.embla__button--prev {
  left: 5%;
}
.cid-uoaXnVMICn .embla__button.embla__button--next {
  right: 5%;
}
@media (max-width: 767px) {
  .cid-uoaXnVMICn .embla__button {
    bottom: -4.5rem;
  }
}
.cid-uoaXnVMICn .embla {
  position: relative;
  width: 100%;
}
.cid-uoaXnVMICn .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uoaXnVMICn .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uoaXnVMICn .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uoaXnVMICn .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uoaXnVMICn .item-menu-overlay {
  height: 180px;
}
.cid-uoaXnVMICn .mbr-section-title {
  color: #ffffff;
}
.cid-uoaXnVMICn .card-title {
  color: #08323C;
}
.cid-uoaXnVMICn .list {
  color: #08323C;
}
.cid-uoaXnVMICn .title-wrap {
  text-align: center;
}
.cid-uiMpl0JZNK {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uiMpl0JZNK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiMpl0JZNK .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-uiMpl0JZNK .container {
    padding: 0 16px;
  }
}
.cid-uiMpl0JZNK .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uiMpl0JZNK .card {
    margin-bottom: 60px;
  }
}
.cid-uiMpl0JZNK .card .icon-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uiMpl0JZNK .card .icon-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uiMpl0JZNK .card .icon-wrapper .icon-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 100%;
}
.cid-uiMpl0JZNK .card .icon-wrapper .icon-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #08323c;
  opacity: .6;
  border-radius: 100%;
}
.cid-uiMpl0JZNK .card .icon-wrapper .icon-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  font-size: 30px;
  background-color: #08323c;
  color: #ffffff;
  border-radius: 100%;
  z-index: 1;
}
.cid-uiMpl0JZNK .card .content-wrapper .mbr-section-title {
  margin-bottom: 14px;
}
.cid-uiMpl0JZNK .card .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uiMpl0JZNK .mbr-section-title {
  color: #08323C;
}
.cid-uiMpl0JZNK .mbr-text {
  color: #08323C;
}
.cid-uiMrLcJhr5 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uiMrLcJhr5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiMrLcJhr5 .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-uiMrLcJhr5 .container {
    padding: 0 16px;
  }
}
.cid-uiMrLcJhr5 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uiMrLcJhr5 .card {
    margin-bottom: 60px;
  }
}
.cid-uiMrLcJhr5 .card .icon-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uiMrLcJhr5 .card .icon-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uiMrLcJhr5 .card .icon-wrapper .icon-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 100%;
}
.cid-uiMrLcJhr5 .card .icon-wrapper .icon-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #08323c;
  opacity: .6;
  border-radius: 100%;
}
.cid-uiMrLcJhr5 .card .icon-wrapper .icon-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  font-size: 30px;
  background-color: #08323c;
  color: #ffffff;
  border-radius: 100%;
  z-index: 1;
}
.cid-uiMrLcJhr5 .card .content-wrapper .mbr-section-title {
  margin-bottom: 14px;
}
.cid-uiMrLcJhr5 .card .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uiMrLcJhr5 .mbr-section-title {
  color: #08323C;
}
.cid-uiMrLcJhr5 .mbr-text {
  color: #08323C;
}
.cid-uiMquReMWW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uiMquReMWW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiMquReMWW .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-uiMquReMWW .container {
    padding: 0 16px;
  }
}
.cid-uiMquReMWW .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uiMquReMWW .card {
    margin-bottom: 60px;
  }
}
.cid-uiMquReMWW .card .icon-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uiMquReMWW .card .icon-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uiMquReMWW .card .icon-wrapper .icon-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 100%;
}
.cid-uiMquReMWW .card .icon-wrapper .icon-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #08323c;
  opacity: .6;
  border-radius: 100%;
}
.cid-uiMquReMWW .card .icon-wrapper .icon-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  font-size: 30px;
  background-color: #08323c;
  color: #ffffff;
  border-radius: 100%;
  z-index: 1;
}
.cid-uiMquReMWW .card .content-wrapper .mbr-section-title {
  margin-bottom: 14px;
}
.cid-uiMquReMWW .card .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uiMquReMWW .mbr-section-title {
  color: #08323C;
}
.cid-uiMquReMWW .mbr-text {
  color: #08323C;
}
.cid-ujFrnTD9w3 {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-ujFrnTD9w3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujFrnTD9w3 .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-ujFrnTD9w3 .container {
    padding: 0 16px;
  }
}
.cid-ujFrnTD9w3 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ujFrnTD9w3 .card {
    margin-bottom: 60px;
  }
}
.cid-ujFrnTD9w3 .card .icon-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ujFrnTD9w3 .card .icon-wrapper {
    margin-bottom: 30px;
  }
}
.cid-ujFrnTD9w3 .card .icon-wrapper .icon-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 100%;
}
.cid-ujFrnTD9w3 .card .icon-wrapper .icon-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #011f26;
  opacity: .6;
  border-radius: 100%;
}
.cid-ujFrnTD9w3 .card .icon-wrapper .icon-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  font-size: 30px;
  background-color: #011f26;
  color: #ffffff;
  border-radius: 100%;
  z-index: 1;
}
.cid-ujFrnTD9w3 .card .content-wrapper .mbr-section-title {
  margin-bottom: 14px;
}
.cid-ujFrnTD9w3 .card .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ujFrnTD9w3 .mbr-section-title {
  color: #08323C;
}
.cid-ujFrnTD9w3 .mbr-text {
  color: #08323C;
}
.cid-uuuSB8vxC8 {
  padding-top: 0rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uuuSB8vxC8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuuSB8vxC8 .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-uuuSB8vxC8 .container {
    padding: 0 16px;
  }
}
.cid-uuuSB8vxC8 .title-wrapper {
  position: relative;
}
.cid-uuuSB8vxC8 .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uuuSB8vxC8 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uuuSB8vxC8 .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uuuSB8vxC8 .title-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uuuSB8vxC8 .title-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uuuSB8vxC8 .title-wrapper .container-wrapper {
  position: absolute;
  top: -2.6rem;
  left: -1rem;
  height: 100%;
  width: 50%;
  border: 2px dashed #08323c;
  border-top: none;
  border-right: 0;
  border-bottom-left-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uuuSB8vxC8 .title-wrapper .container-wrapper {
    display: none;
  }
}
.cid-uuuSB8vxC8 .mbr-section-title {
  color: #08323C;
}
.cid-uuuSB8vxC8 .mbr-text {
  color: #bbbbbb;
  text-align: center;
}
.cid-uuuSB8vxC8 .mbr-section-title,
.cid-uuuSB8vxC8 .mbr-section-btn {
  text-align: center;
}
.cid-uuuGCSVsmQ {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffc432;
}
.cid-uuuGCSVsmQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuuGCSVsmQ .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-uuuGCSVsmQ .container {
    padding: 0 16px;
  }
}
.cid-uuuGCSVsmQ .title-wrapper {
  position: relative;
}
.cid-uuuGCSVsmQ .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uuuGCSVsmQ .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uuuGCSVsmQ .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uuuGCSVsmQ .title-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uuuGCSVsmQ .title-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uuuGCSVsmQ .title-wrapper .container-wrapper {
  position: absolute;
  top: -2.6rem;
  left: -1rem;
  height: 100%;
  width: 50%;
  border: 2px dashed #08323c;
  border-top: none;
  border-right: 0;
  border-bottom-left-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uuuGCSVsmQ .title-wrapper .container-wrapper {
    display: none;
  }
}
.cid-uuuGCSVsmQ .mbr-section-title {
  color: #08323C;
}
.cid-uuuGCSVsmQ .mbr-text {
  color: #08323C;
  text-align: center;
}
.cid-uuuGCSVsmQ .mbr-section-title,
.cid-uuuGCSVsmQ .mbr-section-btn {
  text-align: center;
}
.cid-uuuGreAHmM {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffc432;
}
.cid-uuuGreAHmM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuuGreAHmM .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-uuuGreAHmM .container {
    padding: 0 16px;
  }
}
.cid-uuuGreAHmM .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuuGreAHmM .card {
    margin-bottom: 60px;
  }
}
.cid-uuuGreAHmM .card .icon-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uuuGreAHmM .card .icon-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uuuGreAHmM .card .icon-wrapper .icon-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 100%;
}
.cid-uuuGreAHmM .card .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-uuuGreAHmM .card .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-uuuGreAHmM .card .content-wrapper .mbr-section-title {
  margin-bottom: 14px;
}
.cid-uuuGreAHmM .card .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuuGreAHmM .mbr-section-title {
  color: #08323C;
}
.cid-uuuGreAHmM .mbr-text {
  color: #08323C;
}
.cid-uuuKxUkznN {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffc432;
}
.cid-uuuKxUkznN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuuKxUkznN .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-uuuKxUkznN .container {
    padding: 0 16px;
  }
}
.cid-uuuKxUkznN .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuuKxUkznN .card {
    margin-bottom: 60px;
  }
}
.cid-uuuKxUkznN .card .icon-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uuuKxUkznN .card .icon-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uuuKxUkznN .card .icon-wrapper .icon-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 100%;
}
.cid-uuuKxUkznN .card .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-uuuKxUkznN .card .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-uuuKxUkznN .card .content-wrapper .mbr-section-title {
  margin-bottom: 14px;
}
.cid-uuuKxUkznN .card .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuuKxUkznN .mbr-section-title {
  color: #08323C;
}
.cid-uuuKxUkznN .mbr-text {
  color: #08323C;
}
.cid-uuuM7OtoL1 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffc432;
}
.cid-uuuM7OtoL1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuuM7OtoL1 .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-uuuM7OtoL1 .container {
    padding: 0 16px;
  }
}
.cid-uuuM7OtoL1 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuuM7OtoL1 .card {
    margin-bottom: 60px;
  }
}
.cid-uuuM7OtoL1 .card .icon-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uuuM7OtoL1 .card .icon-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uuuM7OtoL1 .card .icon-wrapper .icon-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 100%;
}
.cid-uuuM7OtoL1 .card .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-uuuM7OtoL1 .card .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-uuuM7OtoL1 .card .content-wrapper .mbr-section-title {
  margin-bottom: 14px;
}
.cid-uuuM7OtoL1 .card .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuuM7OtoL1 .mbr-section-title {
  color: #08323C;
}
.cid-uuuM7OtoL1 .mbr-text {
  color: #08323C;
}
.cid-uuuORCns3w {
  padding-top: 0rem;
  padding-bottom: 8rem;
  background-color: #ffc432;
}
.cid-uuuORCns3w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuuORCns3w .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-uuuORCns3w .container {
    padding: 0 16px;
  }
}
.cid-uuuORCns3w .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuuORCns3w .card {
    margin-bottom: 60px;
  }
}
.cid-uuuORCns3w .card .icon-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uuuORCns3w .card .icon-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uuuORCns3w .card .icon-wrapper .icon-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 100%;
}
.cid-uuuORCns3w .card .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-uuuORCns3w .card .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-uuuORCns3w .card .content-wrapper .mbr-section-title {
  margin-bottom: 14px;
}
.cid-uuuORCns3w .card .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uuuORCns3w .mbr-section-title {
  color: #08323C;
}
.cid-uuuORCns3w .mbr-text {
  color: #08323C;
}
.cid-uuuTzmkkEw {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffc432;
}
.cid-uuuTzmkkEw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuuTzmkkEw .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-uuuTzmkkEw .container {
    padding: 0 16px;
  }
}
.cid-uuuTzmkkEw .title-wrapper {
  position: relative;
}
.cid-uuuTzmkkEw .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uuuTzmkkEw .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uuuTzmkkEw .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uuuTzmkkEw .title-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uuuTzmkkEw .title-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uuuTzmkkEw .title-wrapper .container-wrapper {
  position: absolute;
  top: -2.6rem;
  left: -1rem;
  height: 100%;
  width: 50%;
  border: 2px dashed #011f26;
  border-top: none;
  border-right: 0;
  border-bottom-left-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uuuTzmkkEw .title-wrapper .container-wrapper {
    display: none;
  }
}
.cid-uuuTzmkkEw .mbr-section-title {
  color: #08323C;
}
.cid-uuuTzmkkEw .mbr-text {
  color: #011f26;
  text-align: center;
}
.cid-uuuTzmkkEw .mbr-section-title,
.cid-uuuTzmkkEw .mbr-section-btn {
  text-align: center;
}
.cid-uiMuYCVNcL {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-color: #08323c;
}
.cid-uiMuYCVNcL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiMuYCVNcL .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-uiMuYCVNcL .container {
    padding: 0 16px;
  }
}
.cid-uiMuYCVNcL .row {
  justify-content: center;
}
.cid-uiMuYCVNcL .title-wrapper {
  position: relative;
}
.cid-uiMuYCVNcL .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uiMuYCVNcL .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uiMuYCVNcL .title-wrapper .mbr-section-title span {
  color: #d4fe00;
}
.cid-uiMuYCVNcL .title-wrapper .mbr-section-btn {
  padding: 0 15%;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uiMuYCVNcL .title-wrapper .mbr-section-btn {
    padding: 0;
  }
}
.cid-uiMuYCVNcL .title-wrapper .container-wrapper {
  position: absolute;
  top: -2.6rem;
  right: -1rem;
  height: 100%;
  width: 50%;
  border: 2px dashed #ffffff;
  border-top: none;
  border-left: none;
  border-bottom-right-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uiMuYCVNcL .title-wrapper .container-wrapper {
    display: none;
  }
}
.cid-uiMuYCVNcL .image_1 {
  position: absolute;
  right: 0;
  bottom: -4rem;
  width: 180px;
  height: 180px;
  border-radius: 16px;
  object-fit: cover;
  z-index: 1;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uiMuYCVNcL .image_1 {
    position: static;
    margin: 40px auto 0;
  }
}
.cid-uiMuYCVNcL .mbr-section-title {
  color: #ffffff;
}
.cid-uiMuYCVNcL .mbr-section-title,
.cid-uiMuYCVNcL .mbr-section-btn {
  text-align: center;
}
.cid-uiMoEWMRU0 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #d4fe00;
}
.cid-uiMoEWMRU0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiMoEWMRU0 .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-uiMoEWMRU0 .container {
    padding: 0 16px;
  }
}
.cid-uiMoEWMRU0 .list-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-uiMoEWMRU0 .list-wrapper .text-wrap .mbr-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uiMoEWMRU0 .list-wrapper .text-wrap .mbr-title {
    margin-bottom: 20px;
  }
}
.cid-uiMoEWMRU0 .list-wrapper .text-wrap .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uiMoEWMRU0 .list-wrapper .text-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uiMoEWMRU0 .list-wrapper .list-wrap {
    margin-bottom: 40px;
  }
}
.cid-uiMoEWMRU0 .list-wrapper .list-wrap .list {
  margin: 0;
  list-style: none;
  padding-left: 32px;
}
.cid-uiMoEWMRU0 .list-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 30px;
  list-style: none;
  position: relative;
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-uiMoEWMRU0 .list-wrapper .list-wrap .list .item-wrap {
    margin-bottom: 20px;
  }
}
.cid-uiMoEWMRU0 .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-uiMoEWMRU0 .dragArea.row {
  background-color: #ffffff;
  padding: 40px 30px;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uiMoEWMRU0 .dragArea.row {
    padding: 20px 16px;
    margin: 0;
  }
}
.cid-uiMoEWMRU0 .dragArea.row .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uiMoEWMRU0 .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-uiMoEWMRU0 .dragArea.row .form-group .form-control-label {
  padding-left: 8px;
  margin-bottom: 6px;
}
.cid-uiMoEWMRU0 .dragArea.row .form-group .form-control {
  padding: 14px;
  border: 1px solid #bbbbbb !important;
  box-shadow: none;
  background-color: transparent;
}
.cid-uiMoEWMRU0 .dragArea.row .form-group .form-control:hover,
.cid-uiMoEWMRU0 .dragArea.row .form-group .form-control:focus {
  border: 1px solid #bbbbbb !important;
  box-shadow: none;
}
.cid-uiMoEWMRU0 .dragArea.row .form-group .form-check {
  padding-left: 2rem;
}
.cid-uiMoEWMRU0 .dragArea.row .form-group .form-check .form-check-input:checked {
  background-color: #d4fe00;
  border-color: #d4fe00;
}
.cid-uiMoEWMRU0 .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
.cid-uiMoEWMRU0 .mbr-title {
  color: #08323C;
}
.cid-uiMoEWMRU0 .mbr-section-title {
  color: #08323C;
  text-align: center;
}
.cid-uiMoEWMRU0 .mbr-section-subtitle {
  color: #08323C;
}
.cid-uiMoEWMRU0 .mbr-text {
  color: #08323C;
}
.cid-uiMoEWMRU0 .list {
  color: #08323C;
}
.cid-uiMoEWMRU0 label {
  color: #08323C;
}
.cid-uiMoEXddBi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #08323c;
}
.cid-uiMoEXddBi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiMoEXddBi .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-uiMoEXddBi .container {
    padding: 0 16px;
  }
}
.cid-uiMoEXddBi .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uiMoEXddBi .card {
    margin-bottom: 40px;
  }
}
.cid-uiMoEXddBi .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uiMoEXddBi .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uiMoEXddBi .card .content-wrapper .title-wrapper .title-wrap img {
  height: 40px;
  object-fit: contain;
  margin-bototm: 2rem;
}
.cid-uiMoEXddBi .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uiMoEXddBi .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uiMoEXddBi .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uiMoEXddBi .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uiMoEXddBi .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uiMoEXddBi .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uiMoEXddBi .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uiMoEXddBi .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uiMoEXddBi .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uiMoEXddBi .mbr-section-title {
  color: #ffffff;
}
.cid-uiMoEXddBi .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uiMoEXddBi .mbr-card-title {
  color: #D4FE00;
}
.cid-uiMoEXddBi .list {
  color: #ffffff;
}
.cid-uiMoEXddBi .mbr-section-title,
.cid-uiMoEXddBi .title-wrapper,
.cid-uiMoEXddBi .social-wrapper {
  text-align: left;
}
.cid-tyFwHNKP0f .navbar-dropdown {
  background-color: #d4fe00 !important;
  padding: 0;
}
.cid-tyFwHNKP0f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #d4fe00 !important;
  background: #d4fe00;
}
.cid-tyFwHNKP0f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tyFwHNKP0f .menu_box .navbar.opened,
  .cid-tyFwHNKP0f .menu_box .navbar-collapse {
    background-color: #d4fe00 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tyFwHNKP0f .navbar-dropdown {
  position: relative !important;
}
.cid-tyFwHNKP0f .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tyFwHNKP0f .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tyFwHNKP0f .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tyFwHNKP0f .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tyFwHNKP0f .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tyFwHNKP0f .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tyFwHNKP0f .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #08323c;
  }
  .cid-tyFwHNKP0f .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tyFwHNKP0f .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tyFwHNKP0f .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tyFwHNKP0f .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tyFwHNKP0f .offcanvas-body .mbr-text,
  .cid-tyFwHNKP0f .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tyFwHNKP0f .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tyFwHNKP0f .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tyFwHNKP0f .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #08323c;
  }
  .cid-tyFwHNKP0f .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tyFwHNKP0f .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tyFwHNKP0f .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tyFwHNKP0f .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tyFwHNKP0f ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tyFwHNKP0f .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tyFwHNKP0f .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-tyFwHNKP0f .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tyFwHNKP0f 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-tyFwHNKP0f .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tyFwHNKP0f .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tyFwHNKP0f .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tyFwHNKP0f .nav-item {
    margin: 0 !important;
  }
}
.cid-tyFwHNKP0f .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-tyFwHNKP0f .nav-item .nav-link:hover {
  opacity: .5;
}
.cid-tyFwHNKP0f .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tyFwHNKP0f .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tyFwHNKP0f .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tyFwHNKP0f .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tyFwHNKP0f .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-tyFwHNKP0f .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tyFwHNKP0f .offcanvas_box {
    display: none;
  }
}
.cid-tyFwHNKP0f .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tyFwHNKP0f .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tyFwHNKP0f .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tyFwHNKP0f .container {
  display: flex;
  margin: auto;
}
.cid-tyFwHNKP0f .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-tyFwHNKP0f .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tyFwHNKP0f .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tyFwHNKP0f .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tyFwHNKP0f .navbar-nav {
    margin: 0;
  }
}
.cid-tyFwHNKP0f .dropdown-menu,
.cid-tyFwHNKP0f .navbar.opened {
  background-color: false !important;
}
.cid-tyFwHNKP0f .nav-item:focus,
.cid-tyFwHNKP0f .nav-link:focus {
  outline: none;
}
.cid-tyFwHNKP0f .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tyFwHNKP0f .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyFwHNKP0f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tyFwHNKP0f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tyFwHNKP0f .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyFwHNKP0f .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyFwHNKP0f .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tyFwHNKP0f .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tyFwHNKP0f .navbar.opened {
  transition: all 0.3s;
}
.cid-tyFwHNKP0f .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tyFwHNKP0f .navbar .navbar-logo img {
  max-width: 150px;
  max-height: 70px;
  object-fit: contain;
}
.cid-tyFwHNKP0f .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tyFwHNKP0f .navbar.collapsed {
  justify-content: center;
}
.cid-tyFwHNKP0f .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyFwHNKP0f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tyFwHNKP0f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyFwHNKP0f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyFwHNKP0f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyFwHNKP0f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tyFwHNKP0f .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tyFwHNKP0f .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tyFwHNKP0f .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tyFwHNKP0f .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyFwHNKP0f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyFwHNKP0f .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tyFwHNKP0f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyFwHNKP0f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tyFwHNKP0f .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tyFwHNKP0f .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tyFwHNKP0f .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tyFwHNKP0f .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tyFwHNKP0f .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tyFwHNKP0f .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tyFwHNKP0f .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tyFwHNKP0f .navbar.navbar-short {
  min-height: 60px;
}
.cid-tyFwHNKP0f .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tyFwHNKP0f .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tyFwHNKP0f .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-tyFwHNKP0f .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-tyFwHNKP0f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyFwHNKP0f .dropdown-item.active,
.cid-tyFwHNKP0f .dropdown-item:active {
  background-color: transparent;
}
.cid-tyFwHNKP0f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyFwHNKP0f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyFwHNKP0f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyFwHNKP0f .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tyFwHNKP0f ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tyFwHNKP0f .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tyFwHNKP0f button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #d4fe00;
  background: transparent;
}
.cid-tyFwHNKP0f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #08323c;
}
.cid-tyFwHNKP0f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tyFwHNKP0f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyFwHNKP0f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyFwHNKP0f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tyFwHNKP0f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyFwHNKP0f nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tyFwHNKP0f nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tyFwHNKP0f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyFwHNKP0f a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tyFwHNKP0f .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-tyFwHNKP0f .navbar {
    height: 70px;
  }
  .cid-tyFwHNKP0f .navbar.opened {
    height: auto;
  }
  .cid-tyFwHNKP0f .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tyFwHNKP0f .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-tyFwHNKP0f .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .cid-tyFwHNKP0f .container-fluid {
    padding-left: 72px;
    padding-right: 72px;
  }
}
.cid-tyFwHNKP0f .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tyFwHNKP0f .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tyFwHNKP0f .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-tyFwHNKP0f .mbr-section-btn-main .btn {
    padding: 20px;
    margin-bottom: 14px;
  }
}
.cid-tyFwHNKP0f .navbar-caption:hover {
  opacity: .5;
}
@media (min-width: 992px) {
  .cid-tyFwHNKP0f .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tyFwHNKP0f .text_widget {
  margin-bottom: 32px;
}
.cid-tyFwHNKP0f .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tyFwHNKP0f .text_widget a:hover {
  color: #d4fe00 !important;
}
.cid-tyFwHNKP0f .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-tyFwHNKP0f .navbar-caption {
  color: #08323C;
}
.cid-tyFwHNKP0f .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tyFwHNKP0f .mbr-section-subtitle,
.cid-tyFwHNKP0f .text_widget,
.cid-tyFwHNKP0f .mbr-section-btn {
  text-align: left;
}
.cid-tyFwHNKP0f a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tyFwHNKP0f .btn-block {
  width: calc(84%);
  box-sizin: border-box;
}
.cid-uiMLAK2yzw {
  padding-top: 5rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #d4fe00;
}
.cid-uiMLAK2yzw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiMLAK2yzw .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-uiMLAK2yzw .container {
    padding: 0 16px;
  }
}
.cid-uiMLAK2yzw .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uiMLAK2yzw .title-wrapper {
    margin-bottom: 40px;
    height: auto;
  }
}
.cid-uiMLAK2yzw .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uiMLAK2yzw .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uiMLAK2yzw .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uiMLAK2yzw .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uiMLAK2yzw .image-wrapper {
  position: relative;
  margin-left: 70px;
  min-height: 620px;
}
@media (max-width: 768px) {
  .cid-uiMLAK2yzw .image-wrapper {
    min-height: 300px;
  }
}
.cid-uiMLAK2yzw .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-uiMLAK2yzw .image-wrapper .image-wrap {
    border: 15px solid #08323c;
    border-radius: 20px;
  }
}
.cid-uiMLAK2yzw .image-wrapper .image-wrap .main-image {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  object-fit: cover;
}
.cid-uiMLAK2yzw .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-uiMLAK2yzw .image-wrapper .sec-image {
    display: none;
  }
}
.cid-uiMLAK2yzw .mbr-section-title {
  color: #08323C;
}
.cid-uiMLAK2yzw .mbr-text {
  color: #08323C;
}
.cid-uiMIFLX6Kn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eff1f2;
}
.cid-uiMIFLX6Kn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiMIFLX6Kn .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-uiMIFLX6Kn .container {
    padding: 0 16px;
  }
}
.cid-uiMIFLX6Kn .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dce2e3;
  margin: 40px 70px 40px 0;
  height: 290px;
  margin: 40px 0 40px 70px;
}
@media (max-width: 992px) {
  .cid-uiMIFLX6Kn .image-wrapper {
    margin: 40px 0 80px 0;
  }
}
@media (max-width: 992px) {
  .cid-uiMIFLX6Kn .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-uiMIFLX6Kn .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-uiMIFLX6Kn .image-wrapper img {
    height: 300px;
  }
}
.cid-uiMIFLX6Kn .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uiMIFLX6Kn .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uiMIFLX6Kn .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uiMIFLX6Kn .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uiMIFLX6Kn .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uiMIFLX6Kn .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uiMIFLX6Kn .mbr-text {
  text-align: left;
}
.cid-uiMMbmjY68 {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #eff1f2;
}
.cid-uiMMbmjY68 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiMMbmjY68 .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-uiMMbmjY68 .container {
    padding: 0 16px;
  }
}
.cid-uiMMbmjY68 .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dce2e3;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-uiMMbmjY68 .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-uiMMbmjY68 .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-uiMMbmjY68 .image-wrapper img {
    height: 300px;
  }
}
.cid-uiMMbmjY68 .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uiMMbmjY68 .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uiMMbmjY68 .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uiMMbmjY68 .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uiMMbmjY68 .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uiMMbmjY68 .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uiMMqRpkah {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eff1f2;
}
.cid-uiMMqRpkah .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiMMqRpkah .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-uiMMqRpkah .container {
    padding: 0 16px;
  }
}
.cid-uiMMqRpkah .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dce2e3;
  margin: 40px 70px 40px 0;
  height: 290px;
  margin: 40px 0 40px 70px;
}
@media (max-width: 992px) {
  .cid-uiMMqRpkah .image-wrapper {
    margin: 40px 0 80px 0;
  }
}
@media (max-width: 992px) {
  .cid-uiMMqRpkah .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-uiMMqRpkah .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-uiMMqRpkah .image-wrapper img {
    height: 300px;
  }
}
.cid-uiMMqRpkah .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uiMMqRpkah .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uiMMqRpkah .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uiMMqRpkah .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uiMMqRpkah .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uiMMqRpkah .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uiMNdRm9YM {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #08323c;
}
.cid-uiMNdRm9YM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiMNdRm9YM .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-uiMNdRm9YM .container {
    padding: 0 16px;
  }
}
.cid-uiMNdRm9YM .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uiMNdRm9YM .text-wrapper {
    margin-bottom: 40px;
    height: auto;
  }
}
.cid-uiMNdRm9YM .text-wrapper .text-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uiMNdRm9YM .text-wrapper .text-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uiMNdRm9YM .text-wrapper .text-wrap .mbr-text {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uiMNdRm9YM .text-wrapper .text-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uiMNdRm9YM .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-uiMNdRm9YM .image-wrapper {
    margin: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uiMNdRm9YM .image-wrapper {
    margin: 0;
  }
}
.cid-uiMNdRm9YM .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-uiMNdRm9YM .image-wrapper .image_1 {
    position: static;
    margin-bottom: 20px;
  }
}
.cid-uiMNdRm9YM .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-uiMNdRm9YM .image-wrapper .image_2 {
    position: static;
    margin-bottom: 20px;
  }
}
.cid-uiMNdRm9YM .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-uiMNdRm9YM .image-wrapper .image_3 {
    position: static;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.cid-uiMNdRm9YM .image-wrapper .container-wrap {
  position: absolute;
  top: 1rem;
  left: 40px;
  height: 100%;
  width: 81%;
  border: 2px dashed #ffffff;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uiMNdRm9YM .image-wrapper .container-wrap {
    display: none;
  }
}
.cid-uiMNdRm9YM .mbr-section-title {
  color: #ffffff;
}
.cid-uiMNdRm9YM .mbr-text {
  color: #ffffff;
}
.cid-tyFwQCvdxU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #08323c;
}
.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 {
  height: 40px;
  object-fit: contain;
  margin-bototm: 2rem;
}
.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: #ffffff;
  text-align: left;
}
.cid-tyFwQCvdxU .mbr-card-title {
  color: #D4FE00;
}
.cid-tyFwQCvdxU .list {
  color: #ffffff;
}
.cid-tyFwQCvdxU .mbr-section-title,
.cid-tyFwQCvdxU .title-wrapper,
.cid-tyFwQCvdxU .social-wrapper {
  text-align: left;
}
.cid-uiMOWQ21QY .navbar-dropdown {
  background-color: #d4fe00 !important;
  padding: 0;
}
.cid-uiMOWQ21QY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #d4fe00 !important;
  background: #d4fe00;
}
.cid-uiMOWQ21QY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uiMOWQ21QY .menu_box .navbar.opened,
  .cid-uiMOWQ21QY .menu_box .navbar-collapse {
    background-color: #d4fe00 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uiMOWQ21QY .navbar-dropdown {
  position: relative !important;
}
.cid-uiMOWQ21QY .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uiMOWQ21QY .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uiMOWQ21QY .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uiMOWQ21QY .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uiMOWQ21QY .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uiMOWQ21QY .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uiMOWQ21QY .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #08323c;
  }
  .cid-uiMOWQ21QY .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uiMOWQ21QY .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uiMOWQ21QY .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uiMOWQ21QY .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uiMOWQ21QY .offcanvas-body .mbr-text,
  .cid-uiMOWQ21QY .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uiMOWQ21QY .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uiMOWQ21QY .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uiMOWQ21QY .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #08323c;
  }
  .cid-uiMOWQ21QY .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uiMOWQ21QY .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uiMOWQ21QY .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uiMOWQ21QY .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uiMOWQ21QY ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uiMOWQ21QY .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uiMOWQ21QY .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-uiMOWQ21QY .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uiMOWQ21QY 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-uiMOWQ21QY .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uiMOWQ21QY .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uiMOWQ21QY .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uiMOWQ21QY .nav-item {
    margin: 0 !important;
  }
}
.cid-uiMOWQ21QY .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-uiMOWQ21QY .nav-item .nav-link:hover {
  opacity: .5;
}
.cid-uiMOWQ21QY .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uiMOWQ21QY .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uiMOWQ21QY .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uiMOWQ21QY .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uiMOWQ21QY .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-uiMOWQ21QY .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uiMOWQ21QY .offcanvas_box {
    display: none;
  }
}
.cid-uiMOWQ21QY .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uiMOWQ21QY .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uiMOWQ21QY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uiMOWQ21QY .container {
  display: flex;
  margin: auto;
}
.cid-uiMOWQ21QY .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-uiMOWQ21QY .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uiMOWQ21QY .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uiMOWQ21QY .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uiMOWQ21QY .navbar-nav {
    margin: 0;
  }
}
.cid-uiMOWQ21QY .dropdown-menu,
.cid-uiMOWQ21QY .navbar.opened {
  background-color: false !important;
}
.cid-uiMOWQ21QY .nav-item:focus,
.cid-uiMOWQ21QY .nav-link:focus {
  outline: none;
}
.cid-uiMOWQ21QY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uiMOWQ21QY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uiMOWQ21QY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uiMOWQ21QY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uiMOWQ21QY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uiMOWQ21QY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uiMOWQ21QY .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uiMOWQ21QY .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uiMOWQ21QY .navbar.opened {
  transition: all 0.3s;
}
.cid-uiMOWQ21QY .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uiMOWQ21QY .navbar .navbar-logo img {
  max-width: 150px;
  max-height: 70px;
  object-fit: contain;
}
.cid-uiMOWQ21QY .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uiMOWQ21QY .navbar.collapsed {
  justify-content: center;
}
.cid-uiMOWQ21QY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uiMOWQ21QY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uiMOWQ21QY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uiMOWQ21QY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uiMOWQ21QY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uiMOWQ21QY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uiMOWQ21QY .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uiMOWQ21QY .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uiMOWQ21QY .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uiMOWQ21QY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uiMOWQ21QY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uiMOWQ21QY .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uiMOWQ21QY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uiMOWQ21QY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uiMOWQ21QY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uiMOWQ21QY .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uiMOWQ21QY .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uiMOWQ21QY .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uiMOWQ21QY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uiMOWQ21QY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uiMOWQ21QY .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uiMOWQ21QY .navbar.navbar-short {
  min-height: 60px;
}
.cid-uiMOWQ21QY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uiMOWQ21QY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uiMOWQ21QY .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-uiMOWQ21QY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uiMOWQ21QY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uiMOWQ21QY .dropdown-item.active,
.cid-uiMOWQ21QY .dropdown-item:active {
  background-color: transparent;
}
.cid-uiMOWQ21QY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uiMOWQ21QY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uiMOWQ21QY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uiMOWQ21QY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uiMOWQ21QY ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uiMOWQ21QY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uiMOWQ21QY button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #d4fe00;
  background: transparent;
}
.cid-uiMOWQ21QY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #08323c;
}
.cid-uiMOWQ21QY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uiMOWQ21QY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uiMOWQ21QY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uiMOWQ21QY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uiMOWQ21QY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uiMOWQ21QY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uiMOWQ21QY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uiMOWQ21QY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uiMOWQ21QY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uiMOWQ21QY .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-uiMOWQ21QY .navbar {
    height: 70px;
  }
  .cid-uiMOWQ21QY .navbar.opened {
    height: auto;
  }
  .cid-uiMOWQ21QY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uiMOWQ21QY .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uiMOWQ21QY .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .cid-uiMOWQ21QY .container-fluid {
    padding-left: 72px;
    padding-right: 72px;
  }
}
.cid-uiMOWQ21QY .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uiMOWQ21QY .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uiMOWQ21QY .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-uiMOWQ21QY .mbr-section-btn-main .btn {
    padding: 20px;
    margin-bottom: 14px;
  }
}
.cid-uiMOWQ21QY .navbar-caption:hover {
  opacity: .5;
}
@media (min-width: 992px) {
  .cid-uiMOWQ21QY .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uiMOWQ21QY .text_widget {
  margin-bottom: 32px;
}
.cid-uiMOWQ21QY .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uiMOWQ21QY .text_widget a:hover {
  color: #d4fe00 !important;
}
.cid-uiMOWQ21QY .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uiMOWQ21QY .navbar-caption {
  color: #08323C;
}
.cid-uiMOWQ21QY .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uiMOWQ21QY .mbr-section-subtitle,
.cid-uiMOWQ21QY .text_widget,
.cid-uiMOWQ21QY .mbr-section-btn {
  text-align: left;
}
.cid-uiMOWQ21QY a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uiMOWQ21QY .btn-block {
  width: calc(84%);
  box-sizin: border-box;
}
.cid-uiMOWQorbC {
  padding-top: 5rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #d4fe00;
}
.cid-uiMOWQorbC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiMOWQorbC .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-uiMOWQorbC .container {
    padding: 0 16px;
  }
}
.cid-uiMOWQorbC .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uiMOWQorbC .title-wrapper {
    margin-bottom: 40px;
    height: auto;
  }
}
.cid-uiMOWQorbC .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uiMOWQorbC .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uiMOWQorbC .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uiMOWQorbC .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uiMOWQorbC .image-wrapper {
  position: relative;
  margin-left: 70px;
  min-height: 620px;
}
@media (max-width: 768px) {
  .cid-uiMOWQorbC .image-wrapper {
    min-height: 300px;
  }
}
.cid-uiMOWQorbC .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-uiMOWQorbC .image-wrapper .image-wrap {
    border: 15px solid #08323c;
    border-radius: 20px;
  }
}
.cid-uiMOWQorbC .image-wrapper .image-wrap .main-image {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  object-fit: cover;
}
.cid-uiMOWQorbC .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-uiMOWQorbC .image-wrapper .sec-image {
    display: none;
  }
}
.cid-uiMOWQorbC .mbr-section-title {
  color: #08323C;
}
.cid-uiMOWQorbC .mbr-text {
  color: #08323C;
}
.cid-uiMOWQBGQU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eff1f2;
}
.cid-uiMOWQBGQU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiMOWQBGQU .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-uiMOWQBGQU .container {
    padding: 0 16px;
  }
}
.cid-uiMOWQBGQU .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dce2e3;
  margin: 40px 70px 40px 0;
  height: 290px;
  margin: 40px 0 40px 70px;
}
@media (max-width: 992px) {
  .cid-uiMOWQBGQU .image-wrapper {
    margin: 40px 0 80px 0;
  }
}
@media (max-width: 992px) {
  .cid-uiMOWQBGQU .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-uiMOWQBGQU .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-uiMOWQBGQU .image-wrapper img {
    height: 300px;
  }
}
.cid-uiMOWQBGQU .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uiMOWQBGQU .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uiMOWQBGQU .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uiMOWQBGQU .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uiMOWQBGQU .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uiMOWQBGQU .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uiMOWQBGQU .mbr-text {
  text-align: left;
}
.cid-uiMOWQNYaD {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #eff1f2;
}
.cid-uiMOWQNYaD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiMOWQNYaD .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-uiMOWQNYaD .container {
    padding: 0 16px;
  }
}
.cid-uiMOWQNYaD .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dce2e3;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-uiMOWQNYaD .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-uiMOWQNYaD .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-uiMOWQNYaD .image-wrapper img {
    height: 300px;
  }
}
.cid-uiMOWQNYaD .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uiMOWQNYaD .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uiMOWQNYaD .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uiMOWQNYaD .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uiMOWQNYaD .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uiMOWQNYaD .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uiMOWR1mcz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eff1f2;
}
.cid-uiMOWR1mcz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiMOWR1mcz .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-uiMOWR1mcz .container {
    padding: 0 16px;
  }
}
.cid-uiMOWR1mcz .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dce2e3;
  margin: 40px 70px 40px 0;
  height: 290px;
  margin: 40px 0 40px 70px;
}
@media (max-width: 992px) {
  .cid-uiMOWR1mcz .image-wrapper {
    margin: 40px 0 80px 0;
  }
}
@media (max-width: 992px) {
  .cid-uiMOWR1mcz .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-uiMOWR1mcz .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-uiMOWR1mcz .image-wrapper img {
    height: 300px;
  }
}
.cid-uiMOWR1mcz .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uiMOWR1mcz .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uiMOWR1mcz .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uiMOWR1mcz .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uiMOWR1mcz .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uiMOWR1mcz .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uiMOWRf5IW {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #08323c;
}
.cid-uiMOWRf5IW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiMOWRf5IW .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-uiMOWRf5IW .container {
    padding: 0 16px;
  }
}
.cid-uiMOWRf5IW .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uiMOWRf5IW .text-wrapper {
    margin-bottom: 40px;
    height: auto;
  }
}
.cid-uiMOWRf5IW .text-wrapper .text-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uiMOWRf5IW .text-wrapper .text-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uiMOWRf5IW .text-wrapper .text-wrap .mbr-text {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uiMOWRf5IW .text-wrapper .text-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uiMOWRf5IW .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-uiMOWRf5IW .image-wrapper {
    margin: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uiMOWRf5IW .image-wrapper {
    margin: 0;
  }
}
.cid-uiMOWRf5IW .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-uiMOWRf5IW .image-wrapper .image_1 {
    position: static;
    margin-bottom: 20px;
  }
}
.cid-uiMOWRf5IW .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-uiMOWRf5IW .image-wrapper .image_2 {
    position: static;
    margin-bottom: 20px;
  }
}
.cid-uiMOWRf5IW .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-uiMOWRf5IW .image-wrapper .image_3 {
    position: static;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.cid-uiMOWRf5IW .image-wrapper .container-wrap {
  position: absolute;
  top: 1rem;
  left: 40px;
  height: 100%;
  width: 81%;
  border: 2px dashed #ffffff;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uiMOWRf5IW .image-wrapper .container-wrap {
    display: none;
  }
}
.cid-uiMOWRf5IW .mbr-section-title {
  color: #ffffff;
}
.cid-uiMOWRf5IW .mbr-text {
  color: #ffffff;
}
.cid-uiMOWRucr6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #08323c;
}
.cid-uiMOWRucr6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiMOWRucr6 .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-uiMOWRucr6 .container {
    padding: 0 16px;
  }
}
.cid-uiMOWRucr6 .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uiMOWRucr6 .card {
    margin-bottom: 40px;
  }
}
.cid-uiMOWRucr6 .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uiMOWRucr6 .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uiMOWRucr6 .card .content-wrapper .title-wrapper .title-wrap img {
  height: 40px;
  object-fit: contain;
  margin-bototm: 2rem;
}
.cid-uiMOWRucr6 .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uiMOWRucr6 .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uiMOWRucr6 .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uiMOWRucr6 .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uiMOWRucr6 .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uiMOWRucr6 .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uiMOWRucr6 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uiMOWRucr6 .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uiMOWRucr6 .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uiMOWRucr6 .mbr-section-title {
  color: #ffffff;
}
.cid-uiMOWRucr6 .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uiMOWRucr6 .mbr-card-title {
  color: #D4FE00;
}
.cid-uiMOWRucr6 .list {
  color: #ffffff;
}
.cid-uiMOWRucr6 .mbr-section-title,
.cid-uiMOWRucr6 .title-wrapper,
.cid-uiMOWRucr6 .social-wrapper {
  text-align: left;
}
.cid-uiMTtrNrEY .navbar-dropdown {
  background-color: #d4fe00 !important;
  padding: 0;
}
.cid-uiMTtrNrEY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #d4fe00 !important;
  background: #d4fe00;
}
.cid-uiMTtrNrEY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uiMTtrNrEY .menu_box .navbar.opened,
  .cid-uiMTtrNrEY .menu_box .navbar-collapse {
    background-color: #d4fe00 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uiMTtrNrEY .navbar-dropdown {
  position: relative !important;
}
.cid-uiMTtrNrEY .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uiMTtrNrEY .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uiMTtrNrEY .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uiMTtrNrEY .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uiMTtrNrEY .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uiMTtrNrEY .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uiMTtrNrEY .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #08323c;
  }
  .cid-uiMTtrNrEY .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uiMTtrNrEY .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uiMTtrNrEY .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uiMTtrNrEY .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uiMTtrNrEY .offcanvas-body .mbr-text,
  .cid-uiMTtrNrEY .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uiMTtrNrEY .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uiMTtrNrEY .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uiMTtrNrEY .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #08323c;
  }
  .cid-uiMTtrNrEY .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uiMTtrNrEY .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uiMTtrNrEY .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uiMTtrNrEY .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uiMTtrNrEY ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uiMTtrNrEY .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uiMTtrNrEY .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-uiMTtrNrEY .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uiMTtrNrEY 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-uiMTtrNrEY .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uiMTtrNrEY .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uiMTtrNrEY .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uiMTtrNrEY .nav-item {
    margin: 0 !important;
  }
}
.cid-uiMTtrNrEY .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-uiMTtrNrEY .nav-item .nav-link:hover {
  opacity: .5;
}
.cid-uiMTtrNrEY .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uiMTtrNrEY .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uiMTtrNrEY .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uiMTtrNrEY .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uiMTtrNrEY .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-uiMTtrNrEY .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uiMTtrNrEY .offcanvas_box {
    display: none;
  }
}
.cid-uiMTtrNrEY .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uiMTtrNrEY .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uiMTtrNrEY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uiMTtrNrEY .container {
  display: flex;
  margin: auto;
}
.cid-uiMTtrNrEY .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-uiMTtrNrEY .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uiMTtrNrEY .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uiMTtrNrEY .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uiMTtrNrEY .navbar-nav {
    margin: 0;
  }
}
.cid-uiMTtrNrEY .dropdown-menu,
.cid-uiMTtrNrEY .navbar.opened {
  background-color: false !important;
}
.cid-uiMTtrNrEY .nav-item:focus,
.cid-uiMTtrNrEY .nav-link:focus {
  outline: none;
}
.cid-uiMTtrNrEY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uiMTtrNrEY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uiMTtrNrEY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uiMTtrNrEY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uiMTtrNrEY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uiMTtrNrEY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uiMTtrNrEY .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uiMTtrNrEY .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uiMTtrNrEY .navbar.opened {
  transition: all 0.3s;
}
.cid-uiMTtrNrEY .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uiMTtrNrEY .navbar .navbar-logo img {
  max-width: 150px;
  max-height: 70px;
  object-fit: contain;
}
.cid-uiMTtrNrEY .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uiMTtrNrEY .navbar.collapsed {
  justify-content: center;
}
.cid-uiMTtrNrEY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uiMTtrNrEY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uiMTtrNrEY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uiMTtrNrEY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uiMTtrNrEY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uiMTtrNrEY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uiMTtrNrEY .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uiMTtrNrEY .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uiMTtrNrEY .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uiMTtrNrEY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uiMTtrNrEY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uiMTtrNrEY .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uiMTtrNrEY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uiMTtrNrEY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uiMTtrNrEY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uiMTtrNrEY .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uiMTtrNrEY .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uiMTtrNrEY .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uiMTtrNrEY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uiMTtrNrEY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uiMTtrNrEY .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uiMTtrNrEY .navbar.navbar-short {
  min-height: 60px;
}
.cid-uiMTtrNrEY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uiMTtrNrEY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uiMTtrNrEY .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-uiMTtrNrEY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uiMTtrNrEY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uiMTtrNrEY .dropdown-item.active,
.cid-uiMTtrNrEY .dropdown-item:active {
  background-color: transparent;
}
.cid-uiMTtrNrEY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uiMTtrNrEY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uiMTtrNrEY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uiMTtrNrEY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uiMTtrNrEY ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uiMTtrNrEY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uiMTtrNrEY button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #d4fe00;
  background: transparent;
}
.cid-uiMTtrNrEY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #08323c;
}
.cid-uiMTtrNrEY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uiMTtrNrEY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uiMTtrNrEY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uiMTtrNrEY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uiMTtrNrEY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uiMTtrNrEY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uiMTtrNrEY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uiMTtrNrEY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uiMTtrNrEY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uiMTtrNrEY .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-uiMTtrNrEY .navbar {
    height: 70px;
  }
  .cid-uiMTtrNrEY .navbar.opened {
    height: auto;
  }
  .cid-uiMTtrNrEY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uiMTtrNrEY .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uiMTtrNrEY .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .cid-uiMTtrNrEY .container-fluid {
    padding-left: 72px;
    padding-right: 72px;
  }
}
.cid-uiMTtrNrEY .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uiMTtrNrEY .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uiMTtrNrEY .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-uiMTtrNrEY .mbr-section-btn-main .btn {
    padding: 20px;
    margin-bottom: 14px;
  }
}
.cid-uiMTtrNrEY .navbar-caption:hover {
  opacity: .5;
}
@media (min-width: 992px) {
  .cid-uiMTtrNrEY .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uiMTtrNrEY .text_widget {
  margin-bottom: 32px;
}
.cid-uiMTtrNrEY .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uiMTtrNrEY .text_widget a:hover {
  color: #d4fe00 !important;
}
.cid-uiMTtrNrEY .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uiMTtrNrEY .navbar-caption {
  color: #08323C;
}
.cid-uiMTtrNrEY .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uiMTtrNrEY .mbr-section-subtitle,
.cid-uiMTtrNrEY .text_widget,
.cid-uiMTtrNrEY .mbr-section-btn {
  text-align: left;
}
.cid-uiMTtrNrEY a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uiMTtrNrEY .btn-block {
  width: calc(84%);
  box-sizin: border-box;
}
.cid-uiMTts4lqY {
  padding-top: 5rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #d4fe00;
}
.cid-uiMTts4lqY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiMTts4lqY .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-uiMTts4lqY .container {
    padding: 0 16px;
  }
}
.cid-uiMTts4lqY .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uiMTts4lqY .title-wrapper {
    margin-bottom: 40px;
    height: auto;
  }
}
.cid-uiMTts4lqY .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uiMTts4lqY .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uiMTts4lqY .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uiMTts4lqY .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uiMTts4lqY .image-wrapper {
  position: relative;
  margin-left: 70px;
  min-height: 620px;
}
@media (max-width: 768px) {
  .cid-uiMTts4lqY .image-wrapper {
    min-height: 300px;
  }
}
.cid-uiMTts4lqY .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-uiMTts4lqY .image-wrapper .image-wrap {
    border: 15px solid #08323c;
    border-radius: 20px;
  }
}
.cid-uiMTts4lqY .image-wrapper .image-wrap .main-image {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  object-fit: cover;
}
.cid-uiMTts4lqY .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-uiMTts4lqY .image-wrapper .sec-image {
    display: none;
  }
}
.cid-uiMTts4lqY .mbr-section-title {
  color: #08323C;
}
.cid-uiMTts4lqY .mbr-text {
  color: #08323C;
}
.cid-uiMTtsjB7y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eff1f2;
}
.cid-uiMTtsjB7y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiMTtsjB7y .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-uiMTtsjB7y .container {
    padding: 0 16px;
  }
}
.cid-uiMTtsjB7y .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dce2e3;
  margin: 40px 70px 40px 0;
  height: 290px;
  margin: 40px 0 40px 70px;
}
@media (max-width: 992px) {
  .cid-uiMTtsjB7y .image-wrapper {
    margin: 40px 0 80px 0;
  }
}
@media (max-width: 992px) {
  .cid-uiMTtsjB7y .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-uiMTtsjB7y .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-uiMTtsjB7y .image-wrapper img {
    height: 300px;
  }
}
.cid-uiMTtsjB7y .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uiMTtsjB7y .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uiMTtsjB7y .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uiMTtsjB7y .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uiMTtsjB7y .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uiMTtsjB7y .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uiMTtsjB7y .mbr-text {
  text-align: left;
}
.cid-uiMTtszPKZ {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #eff1f2;
}
.cid-uiMTtszPKZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiMTtszPKZ .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-uiMTtszPKZ .container {
    padding: 0 16px;
  }
}
.cid-uiMTtszPKZ .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dce2e3;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-uiMTtszPKZ .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-uiMTtszPKZ .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-uiMTtszPKZ .image-wrapper img {
    height: 300px;
  }
}
.cid-uiMTtszPKZ .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uiMTtszPKZ .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uiMTtszPKZ .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uiMTtszPKZ .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uiMTtszPKZ .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uiMTtszPKZ .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uiMTtsPmqD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eff1f2;
}
.cid-uiMTtsPmqD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiMTtsPmqD .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-uiMTtsPmqD .container {
    padding: 0 16px;
  }
}
.cid-uiMTtsPmqD .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dce2e3;
  margin: 40px 70px 40px 0;
  height: 290px;
  margin: 40px 0 40px 70px;
}
@media (max-width: 992px) {
  .cid-uiMTtsPmqD .image-wrapper {
    margin: 40px 0 80px 0;
  }
}
@media (max-width: 992px) {
  .cid-uiMTtsPmqD .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-uiMTtsPmqD .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-uiMTtsPmqD .image-wrapper img {
    height: 300px;
  }
}
.cid-uiMTtsPmqD .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uiMTtsPmqD .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uiMTtsPmqD .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uiMTtsPmqD .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uiMTtsPmqD .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uiMTtsPmqD .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uiMWVRNVZM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eff1f2;
}
.cid-uiMWVRNVZM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiMWVRNVZM .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-uiMWVRNVZM .container {
    padding: 0 16px;
  }
}
.cid-uiMWVRNVZM .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dce2e3;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-uiMWVRNVZM .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-uiMWVRNVZM .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-uiMWVRNVZM .image-wrapper img {
    height: 300px;
  }
}
.cid-uiMWVRNVZM .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uiMWVRNVZM .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uiMWVRNVZM .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uiMWVRNVZM .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uiMWVRNVZM .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uiMWVRNVZM .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uiMTtt43tJ {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #08323c;
}
.cid-uiMTtt43tJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiMTtt43tJ .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-uiMTtt43tJ .container {
    padding: 0 16px;
  }
}
.cid-uiMTtt43tJ .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uiMTtt43tJ .text-wrapper {
    margin-bottom: 40px;
    height: auto;
  }
}
.cid-uiMTtt43tJ .text-wrapper .text-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uiMTtt43tJ .text-wrapper .text-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uiMTtt43tJ .text-wrapper .text-wrap .mbr-text {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uiMTtt43tJ .text-wrapper .text-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uiMTtt43tJ .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-uiMTtt43tJ .image-wrapper {
    margin: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uiMTtt43tJ .image-wrapper {
    margin: 0;
  }
}
.cid-uiMTtt43tJ .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-uiMTtt43tJ .image-wrapper .image_1 {
    position: static;
    margin-bottom: 20px;
  }
}
.cid-uiMTtt43tJ .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-uiMTtt43tJ .image-wrapper .image_2 {
    position: static;
    margin-bottom: 20px;
  }
}
.cid-uiMTtt43tJ .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-uiMTtt43tJ .image-wrapper .image_3 {
    position: static;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.cid-uiMTtt43tJ .image-wrapper .container-wrap {
  position: absolute;
  top: 1rem;
  left: 40px;
  height: 100%;
  width: 81%;
  border: 2px dashed #ffffff;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uiMTtt43tJ .image-wrapper .container-wrap {
    display: none;
  }
}
.cid-uiMTtt43tJ .mbr-section-title {
  color: #ffffff;
}
.cid-uiMTtt43tJ .mbr-text {
  color: #ffffff;
}
.cid-uiMTttmPpr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #08323c;
}
.cid-uiMTttmPpr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiMTttmPpr .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-uiMTttmPpr .container {
    padding: 0 16px;
  }
}
.cid-uiMTttmPpr .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uiMTttmPpr .card {
    margin-bottom: 40px;
  }
}
.cid-uiMTttmPpr .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uiMTttmPpr .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uiMTttmPpr .card .content-wrapper .title-wrapper .title-wrap img {
  height: 40px;
  object-fit: contain;
  margin-bototm: 2rem;
}
.cid-uiMTttmPpr .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uiMTttmPpr .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uiMTttmPpr .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uiMTttmPpr .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uiMTttmPpr .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uiMTttmPpr .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uiMTttmPpr .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uiMTttmPpr .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uiMTttmPpr .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uiMTttmPpr .mbr-section-title {
  color: #ffffff;
}
.cid-uiMTttmPpr .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uiMTttmPpr .mbr-card-title {
  color: #D4FE00;
}
.cid-uiMTttmPpr .list {
  color: #ffffff;
}
.cid-uiMTttmPpr .mbr-section-title,
.cid-uiMTttmPpr .title-wrapper,
.cid-uiMTttmPpr .social-wrapper {
  text-align: left;
}
.cid-uiMYnPF1Mg .navbar-dropdown {
  background-color: #d4fe00 !important;
  padding: 0;
}
.cid-uiMYnPF1Mg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #d4fe00 !important;
  background: #d4fe00;
}
.cid-uiMYnPF1Mg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uiMYnPF1Mg .menu_box .navbar.opened,
  .cid-uiMYnPF1Mg .menu_box .navbar-collapse {
    background-color: #d4fe00 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uiMYnPF1Mg .navbar-dropdown {
  position: relative !important;
}
.cid-uiMYnPF1Mg .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uiMYnPF1Mg .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uiMYnPF1Mg .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uiMYnPF1Mg .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uiMYnPF1Mg .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uiMYnPF1Mg .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uiMYnPF1Mg .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #08323c;
  }
  .cid-uiMYnPF1Mg .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uiMYnPF1Mg .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uiMYnPF1Mg .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uiMYnPF1Mg .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uiMYnPF1Mg .offcanvas-body .mbr-text,
  .cid-uiMYnPF1Mg .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uiMYnPF1Mg .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uiMYnPF1Mg .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uiMYnPF1Mg .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #08323c;
  }
  .cid-uiMYnPF1Mg .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uiMYnPF1Mg .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uiMYnPF1Mg .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uiMYnPF1Mg .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uiMYnPF1Mg ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uiMYnPF1Mg .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uiMYnPF1Mg .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-uiMYnPF1Mg .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uiMYnPF1Mg 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-uiMYnPF1Mg .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uiMYnPF1Mg .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uiMYnPF1Mg .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uiMYnPF1Mg .nav-item {
    margin: 0 !important;
  }
}
.cid-uiMYnPF1Mg .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-uiMYnPF1Mg .nav-item .nav-link:hover {
  opacity: .5;
}
.cid-uiMYnPF1Mg .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uiMYnPF1Mg .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uiMYnPF1Mg .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uiMYnPF1Mg .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uiMYnPF1Mg .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-uiMYnPF1Mg .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uiMYnPF1Mg .offcanvas_box {
    display: none;
  }
}
.cid-uiMYnPF1Mg .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uiMYnPF1Mg .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uiMYnPF1Mg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uiMYnPF1Mg .container {
  display: flex;
  margin: auto;
}
.cid-uiMYnPF1Mg .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-uiMYnPF1Mg .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uiMYnPF1Mg .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uiMYnPF1Mg .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uiMYnPF1Mg .navbar-nav {
    margin: 0;
  }
}
.cid-uiMYnPF1Mg .dropdown-menu,
.cid-uiMYnPF1Mg .navbar.opened {
  background-color: false !important;
}
.cid-uiMYnPF1Mg .nav-item:focus,
.cid-uiMYnPF1Mg .nav-link:focus {
  outline: none;
}
.cid-uiMYnPF1Mg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uiMYnPF1Mg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uiMYnPF1Mg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uiMYnPF1Mg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uiMYnPF1Mg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uiMYnPF1Mg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uiMYnPF1Mg .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uiMYnPF1Mg .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uiMYnPF1Mg .navbar.opened {
  transition: all 0.3s;
}
.cid-uiMYnPF1Mg .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uiMYnPF1Mg .navbar .navbar-logo img {
  max-width: 150px;
  max-height: 70px;
  object-fit: contain;
}
.cid-uiMYnPF1Mg .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uiMYnPF1Mg .navbar.collapsed {
  justify-content: center;
}
.cid-uiMYnPF1Mg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uiMYnPF1Mg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uiMYnPF1Mg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uiMYnPF1Mg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uiMYnPF1Mg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uiMYnPF1Mg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uiMYnPF1Mg .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uiMYnPF1Mg .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uiMYnPF1Mg .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uiMYnPF1Mg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uiMYnPF1Mg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uiMYnPF1Mg .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uiMYnPF1Mg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uiMYnPF1Mg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uiMYnPF1Mg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uiMYnPF1Mg .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uiMYnPF1Mg .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uiMYnPF1Mg .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uiMYnPF1Mg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uiMYnPF1Mg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uiMYnPF1Mg .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uiMYnPF1Mg .navbar.navbar-short {
  min-height: 60px;
}
.cid-uiMYnPF1Mg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uiMYnPF1Mg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uiMYnPF1Mg .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-uiMYnPF1Mg .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uiMYnPF1Mg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uiMYnPF1Mg .dropdown-item.active,
.cid-uiMYnPF1Mg .dropdown-item:active {
  background-color: transparent;
}
.cid-uiMYnPF1Mg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uiMYnPF1Mg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uiMYnPF1Mg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uiMYnPF1Mg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uiMYnPF1Mg ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uiMYnPF1Mg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uiMYnPF1Mg button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #d4fe00;
  background: transparent;
}
.cid-uiMYnPF1Mg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #08323c;
}
.cid-uiMYnPF1Mg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uiMYnPF1Mg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uiMYnPF1Mg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uiMYnPF1Mg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uiMYnPF1Mg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uiMYnPF1Mg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uiMYnPF1Mg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uiMYnPF1Mg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uiMYnPF1Mg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uiMYnPF1Mg .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-uiMYnPF1Mg .navbar {
    height: 70px;
  }
  .cid-uiMYnPF1Mg .navbar.opened {
    height: auto;
  }
  .cid-uiMYnPF1Mg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uiMYnPF1Mg .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uiMYnPF1Mg .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .cid-uiMYnPF1Mg .container-fluid {
    padding-left: 72px;
    padding-right: 72px;
  }
}
.cid-uiMYnPF1Mg .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uiMYnPF1Mg .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uiMYnPF1Mg .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-uiMYnPF1Mg .mbr-section-btn-main .btn {
    padding: 20px;
    margin-bottom: 14px;
  }
}
.cid-uiMYnPF1Mg .navbar-caption:hover {
  opacity: .5;
}
@media (min-width: 992px) {
  .cid-uiMYnPF1Mg .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uiMYnPF1Mg .text_widget {
  margin-bottom: 32px;
}
.cid-uiMYnPF1Mg .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uiMYnPF1Mg .text_widget a:hover {
  color: #d4fe00 !important;
}
.cid-uiMYnPF1Mg .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uiMYnPF1Mg .navbar-caption {
  color: #08323C;
}
.cid-uiMYnPF1Mg .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uiMYnPF1Mg .mbr-section-subtitle,
.cid-uiMYnPF1Mg .text_widget,
.cid-uiMYnPF1Mg .mbr-section-btn {
  text-align: left;
}
.cid-uiMYnPF1Mg a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uiMYnPF1Mg .btn-block {
  width: calc(84%);
  box-sizin: border-box;
}
.cid-uiMYnQ7OXv {
  padding-top: 5rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #d4fe00;
}
.cid-uiMYnQ7OXv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiMYnQ7OXv .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-uiMYnQ7OXv .container {
    padding: 0 16px;
  }
}
.cid-uiMYnQ7OXv .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uiMYnQ7OXv .title-wrapper {
    margin-bottom: 40px;
    height: auto;
  }
}
.cid-uiMYnQ7OXv .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uiMYnQ7OXv .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uiMYnQ7OXv .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uiMYnQ7OXv .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uiMYnQ7OXv .image-wrapper {
  position: relative;
  margin-left: 70px;
  min-height: 620px;
}
@media (max-width: 768px) {
  .cid-uiMYnQ7OXv .image-wrapper {
    min-height: 300px;
  }
}
.cid-uiMYnQ7OXv .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-uiMYnQ7OXv .image-wrapper .image-wrap {
    border: 15px solid #08323c;
    border-radius: 20px;
  }
}
.cid-uiMYnQ7OXv .image-wrapper .image-wrap .main-image {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  object-fit: cover;
}
.cid-uiMYnQ7OXv .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-uiMYnQ7OXv .image-wrapper .sec-image {
    display: none;
  }
}
.cid-uiMYnQ7OXv .mbr-section-title {
  color: #08323C;
}
.cid-uiMYnQ7OXv .mbr-text {
  color: #08323C;
}
.cid-uiMYnQn93p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eff1f2;
}
.cid-uiMYnQn93p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiMYnQn93p .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-uiMYnQn93p .container {
    padding: 0 16px;
  }
}
.cid-uiMYnQn93p .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dce2e3;
  margin: 40px 70px 40px 0;
  height: 290px;
  margin: 40px 0 40px 70px;
}
@media (max-width: 992px) {
  .cid-uiMYnQn93p .image-wrapper {
    margin: 40px 0 80px 0;
  }
}
@media (max-width: 992px) {
  .cid-uiMYnQn93p .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-uiMYnQn93p .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-uiMYnQn93p .image-wrapper img {
    height: 300px;
  }
}
.cid-uiMYnQn93p .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uiMYnQn93p .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uiMYnQn93p .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uiMYnQn93p .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uiMYnQn93p .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uiMYnQn93p .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uiMYnQn93p .mbr-text {
  text-align: left;
}
.cid-uiMYnQGmLI {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #eff1f2;
}
.cid-uiMYnQGmLI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiMYnQGmLI .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-uiMYnQGmLI .container {
    padding: 0 16px;
  }
}
.cid-uiMYnQGmLI .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dce2e3;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-uiMYnQGmLI .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-uiMYnQGmLI .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-uiMYnQGmLI .image-wrapper img {
    height: 300px;
  }
}
.cid-uiMYnQGmLI .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uiMYnQGmLI .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uiMYnQGmLI .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uiMYnQGmLI .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uiMYnQGmLI .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uiMYnQGmLI .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uiMYnQYkpH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eff1f2;
}
.cid-uiMYnQYkpH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiMYnQYkpH .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-uiMYnQYkpH .container {
    padding: 0 16px;
  }
}
.cid-uiMYnQYkpH .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dce2e3;
  margin: 40px 70px 40px 0;
  height: 290px;
  margin: 40px 0 40px 70px;
}
@media (max-width: 992px) {
  .cid-uiMYnQYkpH .image-wrapper {
    margin: 40px 0 80px 0;
  }
}
@media (max-width: 992px) {
  .cid-uiMYnQYkpH .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-uiMYnQYkpH .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-uiMYnQYkpH .image-wrapper img {
    height: 300px;
  }
}
.cid-uiMYnQYkpH .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uiMYnQYkpH .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uiMYnQYkpH .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uiMYnQYkpH .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uiMYnQYkpH .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uiMYnQYkpH .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uiMYnRejDa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eff1f2;
}
.cid-uiMYnRejDa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiMYnRejDa .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-uiMYnRejDa .container {
    padding: 0 16px;
  }
}
.cid-uiMYnRejDa .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dce2e3;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-uiMYnRejDa .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-uiMYnRejDa .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-uiMYnRejDa .image-wrapper img {
    height: 300px;
  }
}
.cid-uiMYnRejDa .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uiMYnRejDa .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uiMYnRejDa .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uiMYnRejDa .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uiMYnRejDa .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uiMYnRejDa .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uiMYnRywVm {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #08323c;
}
.cid-uiMYnRywVm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiMYnRywVm .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-uiMYnRywVm .container {
    padding: 0 16px;
  }
}
.cid-uiMYnRywVm .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uiMYnRywVm .text-wrapper {
    margin-bottom: 40px;
    height: auto;
  }
}
.cid-uiMYnRywVm .text-wrapper .text-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uiMYnRywVm .text-wrapper .text-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uiMYnRywVm .text-wrapper .text-wrap .mbr-text {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uiMYnRywVm .text-wrapper .text-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uiMYnRywVm .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-uiMYnRywVm .image-wrapper {
    margin: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uiMYnRywVm .image-wrapper {
    margin: 0;
  }
}
.cid-uiMYnRywVm .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-uiMYnRywVm .image-wrapper .image_1 {
    position: static;
    margin-bottom: 20px;
  }
}
.cid-uiMYnRywVm .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-uiMYnRywVm .image-wrapper .image_2 {
    position: static;
    margin-bottom: 20px;
  }
}
.cid-uiMYnRywVm .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-uiMYnRywVm .image-wrapper .image_3 {
    position: static;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.cid-uiMYnRywVm .image-wrapper .container-wrap {
  position: absolute;
  top: 1rem;
  left: 40px;
  height: 100%;
  width: 81%;
  border: 2px dashed #ffffff;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uiMYnRywVm .image-wrapper .container-wrap {
    display: none;
  }
}
.cid-uiMYnRywVm .mbr-section-title {
  color: #ffffff;
}
.cid-uiMYnRywVm .mbr-text {
  color: #ffffff;
}
.cid-uiMYnRSXqA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #08323c;
}
.cid-uiMYnRSXqA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiMYnRSXqA .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-uiMYnRSXqA .container {
    padding: 0 16px;
  }
}
.cid-uiMYnRSXqA .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uiMYnRSXqA .card {
    margin-bottom: 40px;
  }
}
.cid-uiMYnRSXqA .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uiMYnRSXqA .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uiMYnRSXqA .card .content-wrapper .title-wrapper .title-wrap img {
  height: 40px;
  object-fit: contain;
  margin-bototm: 2rem;
}
.cid-uiMYnRSXqA .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uiMYnRSXqA .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uiMYnRSXqA .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uiMYnRSXqA .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uiMYnRSXqA .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uiMYnRSXqA .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uiMYnRSXqA .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uiMYnRSXqA .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uiMYnRSXqA .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uiMYnRSXqA .mbr-section-title {
  color: #ffffff;
}
.cid-uiMYnRSXqA .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uiMYnRSXqA .mbr-card-title {
  color: #D4FE00;
}
.cid-uiMYnRSXqA .list {
  color: #ffffff;
}
.cid-uiMYnRSXqA .mbr-section-title,
.cid-uiMYnRSXqA .title-wrapper,
.cid-uiMYnRSXqA .social-wrapper {
  text-align: left;
}
.cid-uiN2zEg7Jw .navbar-dropdown {
  background-color: #d4fe00 !important;
  padding: 0;
}
.cid-uiN2zEg7Jw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #d4fe00 !important;
  background: #d4fe00;
}
.cid-uiN2zEg7Jw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uiN2zEg7Jw .menu_box .navbar.opened,
  .cid-uiN2zEg7Jw .menu_box .navbar-collapse {
    background-color: #d4fe00 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uiN2zEg7Jw .navbar-dropdown {
  position: relative !important;
}
.cid-uiN2zEg7Jw .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uiN2zEg7Jw .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uiN2zEg7Jw .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uiN2zEg7Jw .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uiN2zEg7Jw .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uiN2zEg7Jw .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uiN2zEg7Jw .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #08323c;
  }
  .cid-uiN2zEg7Jw .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uiN2zEg7Jw .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uiN2zEg7Jw .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uiN2zEg7Jw .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uiN2zEg7Jw .offcanvas-body .mbr-text,
  .cid-uiN2zEg7Jw .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uiN2zEg7Jw .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uiN2zEg7Jw .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uiN2zEg7Jw .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #08323c;
  }
  .cid-uiN2zEg7Jw .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uiN2zEg7Jw .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uiN2zEg7Jw .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uiN2zEg7Jw .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uiN2zEg7Jw ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uiN2zEg7Jw .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uiN2zEg7Jw .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-uiN2zEg7Jw .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uiN2zEg7Jw 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-uiN2zEg7Jw .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uiN2zEg7Jw .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uiN2zEg7Jw .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uiN2zEg7Jw .nav-item {
    margin: 0 !important;
  }
}
.cid-uiN2zEg7Jw .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-uiN2zEg7Jw .nav-item .nav-link:hover {
  opacity: .5;
}
.cid-uiN2zEg7Jw .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uiN2zEg7Jw .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uiN2zEg7Jw .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uiN2zEg7Jw .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uiN2zEg7Jw .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-uiN2zEg7Jw .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uiN2zEg7Jw .offcanvas_box {
    display: none;
  }
}
.cid-uiN2zEg7Jw .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uiN2zEg7Jw .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uiN2zEg7Jw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uiN2zEg7Jw .container {
  display: flex;
  margin: auto;
}
.cid-uiN2zEg7Jw .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-uiN2zEg7Jw .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uiN2zEg7Jw .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uiN2zEg7Jw .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uiN2zEg7Jw .navbar-nav {
    margin: 0;
  }
}
.cid-uiN2zEg7Jw .dropdown-menu,
.cid-uiN2zEg7Jw .navbar.opened {
  background-color: false !important;
}
.cid-uiN2zEg7Jw .nav-item:focus,
.cid-uiN2zEg7Jw .nav-link:focus {
  outline: none;
}
.cid-uiN2zEg7Jw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uiN2zEg7Jw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uiN2zEg7Jw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uiN2zEg7Jw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uiN2zEg7Jw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uiN2zEg7Jw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uiN2zEg7Jw .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uiN2zEg7Jw .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uiN2zEg7Jw .navbar.opened {
  transition: all 0.3s;
}
.cid-uiN2zEg7Jw .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uiN2zEg7Jw .navbar .navbar-logo img {
  max-width: 150px;
  max-height: 70px;
  object-fit: contain;
}
.cid-uiN2zEg7Jw .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uiN2zEg7Jw .navbar.collapsed {
  justify-content: center;
}
.cid-uiN2zEg7Jw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uiN2zEg7Jw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uiN2zEg7Jw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uiN2zEg7Jw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uiN2zEg7Jw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uiN2zEg7Jw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uiN2zEg7Jw .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uiN2zEg7Jw .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uiN2zEg7Jw .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uiN2zEg7Jw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uiN2zEg7Jw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uiN2zEg7Jw .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uiN2zEg7Jw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uiN2zEg7Jw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uiN2zEg7Jw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uiN2zEg7Jw .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uiN2zEg7Jw .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uiN2zEg7Jw .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uiN2zEg7Jw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uiN2zEg7Jw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uiN2zEg7Jw .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uiN2zEg7Jw .navbar.navbar-short {
  min-height: 60px;
}
.cid-uiN2zEg7Jw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uiN2zEg7Jw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uiN2zEg7Jw .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-uiN2zEg7Jw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uiN2zEg7Jw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uiN2zEg7Jw .dropdown-item.active,
.cid-uiN2zEg7Jw .dropdown-item:active {
  background-color: transparent;
}
.cid-uiN2zEg7Jw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uiN2zEg7Jw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uiN2zEg7Jw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uiN2zEg7Jw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uiN2zEg7Jw ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uiN2zEg7Jw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uiN2zEg7Jw button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #d4fe00;
  background: transparent;
}
.cid-uiN2zEg7Jw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #08323c;
}
.cid-uiN2zEg7Jw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uiN2zEg7Jw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uiN2zEg7Jw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uiN2zEg7Jw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uiN2zEg7Jw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uiN2zEg7Jw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uiN2zEg7Jw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uiN2zEg7Jw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uiN2zEg7Jw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uiN2zEg7Jw .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-uiN2zEg7Jw .navbar {
    height: 70px;
  }
  .cid-uiN2zEg7Jw .navbar.opened {
    height: auto;
  }
  .cid-uiN2zEg7Jw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uiN2zEg7Jw .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uiN2zEg7Jw .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .cid-uiN2zEg7Jw .container-fluid {
    padding-left: 72px;
    padding-right: 72px;
  }
}
.cid-uiN2zEg7Jw .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uiN2zEg7Jw .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uiN2zEg7Jw .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-uiN2zEg7Jw .mbr-section-btn-main .btn {
    padding: 20px;
    margin-bottom: 14px;
  }
}
.cid-uiN2zEg7Jw .navbar-caption:hover {
  opacity: .5;
}
@media (min-width: 992px) {
  .cid-uiN2zEg7Jw .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uiN2zEg7Jw .text_widget {
  margin-bottom: 32px;
}
.cid-uiN2zEg7Jw .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uiN2zEg7Jw .text_widget a:hover {
  color: #d4fe00 !important;
}
.cid-uiN2zEg7Jw .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uiN2zEg7Jw .navbar-caption {
  color: #08323C;
}
.cid-uiN2zEg7Jw .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uiN2zEg7Jw .mbr-section-subtitle,
.cid-uiN2zEg7Jw .text_widget,
.cid-uiN2zEg7Jw .mbr-section-btn {
  text-align: left;
}
.cid-uiN2zEg7Jw a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uiN2zEg7Jw .btn-block {
  width: calc(84%);
  box-sizin: border-box;
}
.cid-uiN2zEFe3b {
  padding-top: 5rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #d4fe00;
}
.cid-uiN2zEFe3b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiN2zEFe3b .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-uiN2zEFe3b .container {
    padding: 0 16px;
  }
}
.cid-uiN2zEFe3b .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uiN2zEFe3b .title-wrapper {
    margin-bottom: 40px;
    height: auto;
  }
}
.cid-uiN2zEFe3b .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uiN2zEFe3b .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uiN2zEFe3b .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uiN2zEFe3b .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uiN2zEFe3b .image-wrapper {
  position: relative;
  margin-left: 70px;
  min-height: 620px;
}
@media (max-width: 768px) {
  .cid-uiN2zEFe3b .image-wrapper {
    min-height: 300px;
  }
}
.cid-uiN2zEFe3b .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-uiN2zEFe3b .image-wrapper .image-wrap {
    border: 15px solid #08323c;
    border-radius: 20px;
  }
}
.cid-uiN2zEFe3b .image-wrapper .image-wrap .main-image {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  object-fit: cover;
}
.cid-uiN2zEFe3b .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-uiN2zEFe3b .image-wrapper .sec-image {
    display: none;
  }
}
.cid-uiN2zEFe3b .mbr-section-title {
  color: #08323C;
}
.cid-uiN2zEFe3b .mbr-text {
  color: #08323C;
}
.cid-uiN2zEVcJE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eff1f2;
}
.cid-uiN2zEVcJE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiN2zEVcJE .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-uiN2zEVcJE .container {
    padding: 0 16px;
  }
}
.cid-uiN2zEVcJE .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dce2e3;
  margin: 40px 70px 40px 0;
  height: 290px;
  margin: 40px 0 40px 70px;
}
@media (max-width: 992px) {
  .cid-uiN2zEVcJE .image-wrapper {
    margin: 40px 0 80px 0;
  }
}
@media (max-width: 992px) {
  .cid-uiN2zEVcJE .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-uiN2zEVcJE .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-uiN2zEVcJE .image-wrapper img {
    height: 300px;
  }
}
.cid-uiN2zEVcJE .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uiN2zEVcJE .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uiN2zEVcJE .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uiN2zEVcJE .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uiN2zEVcJE .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uiN2zEVcJE .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uiN2zEVcJE .mbr-text {
  text-align: left;
}
.cid-uiN2zFcHft {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #eff1f2;
}
.cid-uiN2zFcHft .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiN2zFcHft .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-uiN2zFcHft .container {
    padding: 0 16px;
  }
}
.cid-uiN2zFcHft .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dce2e3;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-uiN2zFcHft .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-uiN2zFcHft .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-uiN2zFcHft .image-wrapper img {
    height: 300px;
  }
}
.cid-uiN2zFcHft .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uiN2zFcHft .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uiN2zFcHft .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uiN2zFcHft .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uiN2zFcHft .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uiN2zFcHft .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uiN2zFtV3S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eff1f2;
}
.cid-uiN2zFtV3S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiN2zFtV3S .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-uiN2zFtV3S .container {
    padding: 0 16px;
  }
}
.cid-uiN2zFtV3S .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dce2e3;
  margin: 40px 70px 40px 0;
  height: 290px;
  margin: 40px 0 40px 70px;
}
@media (max-width: 992px) {
  .cid-uiN2zFtV3S .image-wrapper {
    margin: 40px 0 80px 0;
  }
}
@media (max-width: 992px) {
  .cid-uiN2zFtV3S .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-uiN2zFtV3S .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-uiN2zFtV3S .image-wrapper img {
    height: 300px;
  }
}
.cid-uiN2zFtV3S .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uiN2zFtV3S .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uiN2zFtV3S .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uiN2zFtV3S .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uiN2zFtV3S .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uiN2zFtV3S .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uiN2zFLHng {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eff1f2;
}
.cid-uiN2zFLHng .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiN2zFLHng .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-uiN2zFLHng .container {
    padding: 0 16px;
  }
}
.cid-uiN2zFLHng .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dce2e3;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-uiN2zFLHng .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-uiN2zFLHng .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-uiN2zFLHng .image-wrapper img {
    height: 300px;
  }
}
.cid-uiN2zFLHng .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uiN2zFLHng .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uiN2zFLHng .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uiN2zFLHng .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uiN2zFLHng .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uiN2zFLHng .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uiN2zG2o8O {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #08323c;
}
.cid-uiN2zG2o8O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiN2zG2o8O .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-uiN2zG2o8O .container {
    padding: 0 16px;
  }
}
.cid-uiN2zG2o8O .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uiN2zG2o8O .text-wrapper {
    margin-bottom: 40px;
    height: auto;
  }
}
.cid-uiN2zG2o8O .text-wrapper .text-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uiN2zG2o8O .text-wrapper .text-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uiN2zG2o8O .text-wrapper .text-wrap .mbr-text {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uiN2zG2o8O .text-wrapper .text-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uiN2zG2o8O .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-uiN2zG2o8O .image-wrapper {
    margin: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uiN2zG2o8O .image-wrapper {
    margin: 0;
  }
}
.cid-uiN2zG2o8O .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-uiN2zG2o8O .image-wrapper .image_1 {
    position: static;
    margin-bottom: 20px;
  }
}
.cid-uiN2zG2o8O .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-uiN2zG2o8O .image-wrapper .image_2 {
    position: static;
    margin-bottom: 20px;
  }
}
.cid-uiN2zG2o8O .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-uiN2zG2o8O .image-wrapper .image_3 {
    position: static;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.cid-uiN2zG2o8O .image-wrapper .container-wrap {
  position: absolute;
  top: 1rem;
  left: 40px;
  height: 100%;
  width: 81%;
  border: 2px dashed #ffffff;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uiN2zG2o8O .image-wrapper .container-wrap {
    display: none;
  }
}
.cid-uiN2zG2o8O .mbr-section-title {
  color: #ffffff;
}
.cid-uiN2zG2o8O .mbr-text {
  color: #ffffff;
}
.cid-uiN2zGlGyK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #08323c;
}
.cid-uiN2zGlGyK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiN2zGlGyK .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-uiN2zGlGyK .container {
    padding: 0 16px;
  }
}
.cid-uiN2zGlGyK .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uiN2zGlGyK .card {
    margin-bottom: 40px;
  }
}
.cid-uiN2zGlGyK .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uiN2zGlGyK .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uiN2zGlGyK .card .content-wrapper .title-wrapper .title-wrap img {
  height: 40px;
  object-fit: contain;
  margin-bototm: 2rem;
}
.cid-uiN2zGlGyK .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uiN2zGlGyK .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uiN2zGlGyK .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uiN2zGlGyK .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uiN2zGlGyK .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uiN2zGlGyK .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uiN2zGlGyK .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uiN2zGlGyK .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uiN2zGlGyK .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uiN2zGlGyK .mbr-section-title {
  color: #ffffff;
}
.cid-uiN2zGlGyK .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uiN2zGlGyK .mbr-card-title {
  color: #D4FE00;
}
.cid-uiN2zGlGyK .list {
  color: #ffffff;
}
.cid-uiN2zGlGyK .mbr-section-title,
.cid-uiN2zGlGyK .title-wrapper,
.cid-uiN2zGlGyK .social-wrapper {
  text-align: left;
}
.cid-ujFtydApM3 .navbar-dropdown {
  background-color: #d4fe00 !important;
  padding: 0;
}
.cid-ujFtydApM3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #d4fe00 !important;
  background: #d4fe00;
}
.cid-ujFtydApM3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-ujFtydApM3 .menu_box .navbar.opened,
  .cid-ujFtydApM3 .menu_box .navbar-collapse {
    background-color: #d4fe00 !important;
    transition: all 0s ease 0s;
  }
}
.cid-ujFtydApM3 .navbar-dropdown {
  position: relative !important;
}
.cid-ujFtydApM3 .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-ujFtydApM3 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-ujFtydApM3 .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-ujFtydApM3 .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-ujFtydApM3 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ujFtydApM3 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ujFtydApM3 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #08323c;
  }
  .cid-ujFtydApM3 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ujFtydApM3 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ujFtydApM3 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ujFtydApM3 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ujFtydApM3 .offcanvas-body .mbr-text,
  .cid-ujFtydApM3 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-ujFtydApM3 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-ujFtydApM3 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ujFtydApM3 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #08323c;
  }
  .cid-ujFtydApM3 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ujFtydApM3 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ujFtydApM3 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ujFtydApM3 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ujFtydApM3 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ujFtydApM3 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ujFtydApM3 .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-ujFtydApM3 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ujFtydApM3 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-ujFtydApM3 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-ujFtydApM3 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ujFtydApM3 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ujFtydApM3 .nav-item {
    margin: 0 !important;
  }
}
.cid-ujFtydApM3 .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-ujFtydApM3 .nav-item .nav-link:hover {
  opacity: .5;
}
.cid-ujFtydApM3 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ujFtydApM3 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ujFtydApM3 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ujFtydApM3 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ujFtydApM3 .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-ujFtydApM3 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ujFtydApM3 .offcanvas_box {
    display: none;
  }
}
.cid-ujFtydApM3 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-ujFtydApM3 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ujFtydApM3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ujFtydApM3 .container {
  display: flex;
  margin: auto;
}
.cid-ujFtydApM3 .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-ujFtydApM3 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ujFtydApM3 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ujFtydApM3 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ujFtydApM3 .navbar-nav {
    margin: 0;
  }
}
.cid-ujFtydApM3 .dropdown-menu,
.cid-ujFtydApM3 .navbar.opened {
  background-color: false !important;
}
.cid-ujFtydApM3 .nav-item:focus,
.cid-ujFtydApM3 .nav-link:focus {
  outline: none;
}
.cid-ujFtydApM3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ujFtydApM3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujFtydApM3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujFtydApM3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujFtydApM3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujFtydApM3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujFtydApM3 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ujFtydApM3 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ujFtydApM3 .navbar.opened {
  transition: all 0.3s;
}
.cid-ujFtydApM3 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ujFtydApM3 .navbar .navbar-logo img {
  max-width: 150px;
  max-height: 70px;
  object-fit: contain;
}
.cid-ujFtydApM3 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-ujFtydApM3 .navbar.collapsed {
  justify-content: center;
}
.cid-ujFtydApM3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujFtydApM3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ujFtydApM3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujFtydApM3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujFtydApM3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujFtydApM3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ujFtydApM3 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ujFtydApM3 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ujFtydApM3 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ujFtydApM3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujFtydApM3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujFtydApM3 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ujFtydApM3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujFtydApM3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ujFtydApM3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ujFtydApM3 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ujFtydApM3 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ujFtydApM3 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ujFtydApM3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ujFtydApM3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujFtydApM3 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ujFtydApM3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ujFtydApM3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ujFtydApM3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ujFtydApM3 .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-ujFtydApM3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-ujFtydApM3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujFtydApM3 .dropdown-item.active,
.cid-ujFtydApM3 .dropdown-item:active {
  background-color: transparent;
}
.cid-ujFtydApM3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujFtydApM3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujFtydApM3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujFtydApM3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujFtydApM3 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ujFtydApM3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ujFtydApM3 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #d4fe00;
  background: transparent;
}
.cid-ujFtydApM3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #08323c;
}
.cid-ujFtydApM3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujFtydApM3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujFtydApM3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujFtydApM3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujFtydApM3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujFtydApM3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujFtydApM3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujFtydApM3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujFtydApM3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ujFtydApM3 .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-ujFtydApM3 .navbar {
    height: 70px;
  }
  .cid-ujFtydApM3 .navbar.opened {
    height: auto;
  }
  .cid-ujFtydApM3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujFtydApM3 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-ujFtydApM3 .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .cid-ujFtydApM3 .container-fluid {
    padding-left: 72px;
    padding-right: 72px;
  }
}
.cid-ujFtydApM3 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-ujFtydApM3 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-ujFtydApM3 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-ujFtydApM3 .mbr-section-btn-main .btn {
    padding: 20px;
    margin-bottom: 14px;
  }
}
.cid-ujFtydApM3 .navbar-caption:hover {
  opacity: .5;
}
@media (min-width: 992px) {
  .cid-ujFtydApM3 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ujFtydApM3 .text_widget {
  margin-bottom: 32px;
}
.cid-ujFtydApM3 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-ujFtydApM3 .text_widget a:hover {
  color: #d4fe00 !important;
}
.cid-ujFtydApM3 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-ujFtydApM3 .navbar-caption {
  color: #08323C;
}
.cid-ujFtydApM3 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-ujFtydApM3 .mbr-section-subtitle,
.cid-ujFtydApM3 .text_widget,
.cid-ujFtydApM3 .mbr-section-btn {
  text-align: left;
}
.cid-ujFtydApM3 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ujFtydApM3 .btn-block {
  width: calc(84%);
  box-sizin: border-box;
}
.cid-ujFtydQAoe {
  padding-top: 5rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #d4fe00;
}
.cid-ujFtydQAoe .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujFtydQAoe .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-ujFtydQAoe .container {
    padding: 0 16px;
  }
}
.cid-ujFtydQAoe .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ujFtydQAoe .title-wrapper {
    margin-bottom: 40px;
    height: auto;
  }
}
.cid-ujFtydQAoe .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-ujFtydQAoe .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ujFtydQAoe .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-ujFtydQAoe .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-ujFtydQAoe .image-wrapper {
  position: relative;
  margin-left: 70px;
  min-height: 620px;
}
@media (max-width: 768px) {
  .cid-ujFtydQAoe .image-wrapper {
    min-height: 300px;
  }
}
.cid-ujFtydQAoe .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-ujFtydQAoe .image-wrapper .image-wrap {
    border: 15px solid #08323c;
    border-radius: 20px;
  }
}
.cid-ujFtydQAoe .image-wrapper .image-wrap .main-image {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  object-fit: cover;
}
.cid-ujFtydQAoe .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-ujFtydQAoe .image-wrapper .sec-image {
    display: none;
  }
}
.cid-ujFtydQAoe .mbr-section-title {
  color: #08323C;
}
.cid-ujFtydQAoe .mbr-text {
  color: #08323C;
}
.cid-ujFtye1RI2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eff1f2;
}
.cid-ujFtye1RI2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujFtye1RI2 .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-ujFtye1RI2 .container {
    padding: 0 16px;
  }
}
.cid-ujFtye1RI2 .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dce2e3;
  margin: 40px 70px 40px 0;
  height: 290px;
  margin: 40px 0 40px 70px;
}
@media (max-width: 992px) {
  .cid-ujFtye1RI2 .image-wrapper {
    margin: 40px 0 80px 0;
  }
}
@media (max-width: 992px) {
  .cid-ujFtye1RI2 .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-ujFtye1RI2 .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-ujFtye1RI2 .image-wrapper img {
    height: 300px;
  }
}
.cid-ujFtye1RI2 .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-ujFtye1RI2 .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ujFtye1RI2 .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-ujFtye1RI2 .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-ujFtye1RI2 .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-ujFtye1RI2 .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-ujFtye1RI2 .mbr-text {
  text-align: left;
}
.cid-ujFtyedFfF {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #eff1f2;
}
.cid-ujFtyedFfF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujFtyedFfF .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-ujFtyedFfF .container {
    padding: 0 16px;
  }
}
.cid-ujFtyedFfF .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dce2e3;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-ujFtyedFfF .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-ujFtyedFfF .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-ujFtyedFfF .image-wrapper img {
    height: 300px;
  }
}
.cid-ujFtyedFfF .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-ujFtyedFfF .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ujFtyedFfF .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-ujFtyedFfF .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-ujFtyedFfF .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-ujFtyedFfF .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-ujFtyepzP2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eff1f2;
}
.cid-ujFtyepzP2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujFtyepzP2 .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-ujFtyepzP2 .container {
    padding: 0 16px;
  }
}
.cid-ujFtyepzP2 .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dce2e3;
  margin: 40px 70px 40px 0;
  height: 290px;
  margin: 40px 0 40px 70px;
}
@media (max-width: 992px) {
  .cid-ujFtyepzP2 .image-wrapper {
    margin: 40px 0 80px 0;
  }
}
@media (max-width: 992px) {
  .cid-ujFtyepzP2 .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-ujFtyepzP2 .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-ujFtyepzP2 .image-wrapper img {
    height: 300px;
  }
}
.cid-ujFtyepzP2 .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-ujFtyepzP2 .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ujFtyepzP2 .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-ujFtyepzP2 .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-ujFtyepzP2 .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-ujFtyepzP2 .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-ujFtyeBIxf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eff1f2;
}
.cid-ujFtyeBIxf .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujFtyeBIxf .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-ujFtyeBIxf .container {
    padding: 0 16px;
  }
}
.cid-ujFtyeBIxf .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dce2e3;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-ujFtyeBIxf .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-ujFtyeBIxf .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-ujFtyeBIxf .image-wrapper img {
    height: 300px;
  }
}
.cid-ujFtyeBIxf .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-ujFtyeBIxf .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ujFtyeBIxf .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-ujFtyeBIxf .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-ujFtyeBIxf .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-ujFtyeBIxf .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-ujFtyePRxK {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #08323c;
}
.cid-ujFtyePRxK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujFtyePRxK .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-ujFtyePRxK .container {
    padding: 0 16px;
  }
}
.cid-ujFtyePRxK .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ujFtyePRxK .text-wrapper {
    margin-bottom: 40px;
    height: auto;
  }
}
.cid-ujFtyePRxK .text-wrapper .text-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ujFtyePRxK .text-wrapper .text-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-ujFtyePRxK .text-wrapper .text-wrap .mbr-text {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ujFtyePRxK .text-wrapper .text-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-ujFtyePRxK .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-ujFtyePRxK .image-wrapper {
    margin: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ujFtyePRxK .image-wrapper {
    margin: 0;
  }
}
.cid-ujFtyePRxK .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-ujFtyePRxK .image-wrapper .image_1 {
    position: static;
    margin-bottom: 20px;
  }
}
.cid-ujFtyePRxK .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-ujFtyePRxK .image-wrapper .image_2 {
    position: static;
    margin-bottom: 20px;
  }
}
.cid-ujFtyePRxK .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-ujFtyePRxK .image-wrapper .image_3 {
    position: static;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.cid-ujFtyePRxK .image-wrapper .container-wrap {
  position: absolute;
  top: 1rem;
  left: 40px;
  height: 100%;
  width: 81%;
  border: 2px dashed #ffffff;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-ujFtyePRxK .image-wrapper .container-wrap {
    display: none;
  }
}
.cid-ujFtyePRxK .mbr-section-title {
  color: #ffffff;
}
.cid-ujFtyePRxK .mbr-text {
  color: #ffffff;
}
.cid-ujFtyf42Mi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #08323c;
}
.cid-ujFtyf42Mi .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujFtyf42Mi .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-ujFtyf42Mi .container {
    padding: 0 16px;
  }
}
.cid-ujFtyf42Mi .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ujFtyf42Mi .card {
    margin-bottom: 40px;
  }
}
.cid-ujFtyf42Mi .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ujFtyf42Mi .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-ujFtyf42Mi .card .content-wrapper .title-wrapper .title-wrap img {
  height: 40px;
  object-fit: contain;
  margin-bototm: 2rem;
}
.cid-ujFtyf42Mi .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ujFtyf42Mi .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ujFtyf42Mi .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-ujFtyf42Mi .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ujFtyf42Mi .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-ujFtyf42Mi .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-ujFtyf42Mi .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-ujFtyf42Mi .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ujFtyf42Mi .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-ujFtyf42Mi .mbr-section-title {
  color: #ffffff;
}
.cid-ujFtyf42Mi .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-ujFtyf42Mi .mbr-card-title {
  color: #D4FE00;
}
.cid-ujFtyf42Mi .list {
  color: #ffffff;
}
.cid-ujFtyf42Mi .mbr-section-title,
.cid-ujFtyf42Mi .title-wrapper,
.cid-ujFtyf42Mi .social-wrapper {
  text-align: left;
}
.cid-uoPKCURgc9 .navbar-dropdown {
  background-color: #d4fe00 !important;
  padding: 0;
}
.cid-uoPKCURgc9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #d4fe00 !important;
  background: #d4fe00;
}
.cid-uoPKCURgc9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uoPKCURgc9 .menu_box .navbar.opened,
  .cid-uoPKCURgc9 .menu_box .navbar-collapse {
    background-color: #d4fe00 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uoPKCURgc9 .navbar-dropdown {
  position: relative !important;
}
.cid-uoPKCURgc9 .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uoPKCURgc9 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uoPKCURgc9 .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uoPKCURgc9 .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uoPKCURgc9 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uoPKCURgc9 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uoPKCURgc9 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #08323c;
  }
  .cid-uoPKCURgc9 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uoPKCURgc9 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uoPKCURgc9 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uoPKCURgc9 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uoPKCURgc9 .offcanvas-body .mbr-text,
  .cid-uoPKCURgc9 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uoPKCURgc9 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uoPKCURgc9 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uoPKCURgc9 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #08323c;
  }
  .cid-uoPKCURgc9 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uoPKCURgc9 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uoPKCURgc9 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uoPKCURgc9 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uoPKCURgc9 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uoPKCURgc9 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uoPKCURgc9 .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-uoPKCURgc9 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uoPKCURgc9 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-uoPKCURgc9 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uoPKCURgc9 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uoPKCURgc9 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uoPKCURgc9 .nav-item {
    margin: 0 !important;
  }
}
.cid-uoPKCURgc9 .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-uoPKCURgc9 .nav-item .nav-link:hover {
  opacity: .5;
}
.cid-uoPKCURgc9 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uoPKCURgc9 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uoPKCURgc9 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uoPKCURgc9 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uoPKCURgc9 .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-uoPKCURgc9 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uoPKCURgc9 .offcanvas_box {
    display: none;
  }
}
.cid-uoPKCURgc9 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uoPKCURgc9 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uoPKCURgc9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uoPKCURgc9 .container {
  display: flex;
  margin: auto;
}
.cid-uoPKCURgc9 .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-uoPKCURgc9 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uoPKCURgc9 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uoPKCURgc9 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uoPKCURgc9 .navbar-nav {
    margin: 0;
  }
}
.cid-uoPKCURgc9 .dropdown-menu,
.cid-uoPKCURgc9 .navbar.opened {
  background-color: false !important;
}
.cid-uoPKCURgc9 .nav-item:focus,
.cid-uoPKCURgc9 .nav-link:focus {
  outline: none;
}
.cid-uoPKCURgc9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uoPKCURgc9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uoPKCURgc9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uoPKCURgc9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uoPKCURgc9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uoPKCURgc9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uoPKCURgc9 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uoPKCURgc9 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uoPKCURgc9 .navbar.opened {
  transition: all 0.3s;
}
.cid-uoPKCURgc9 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uoPKCURgc9 .navbar .navbar-logo img {
  max-width: 150px;
  max-height: 70px;
  object-fit: contain;
}
.cid-uoPKCURgc9 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uoPKCURgc9 .navbar.collapsed {
  justify-content: center;
}
.cid-uoPKCURgc9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uoPKCURgc9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uoPKCURgc9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uoPKCURgc9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uoPKCURgc9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uoPKCURgc9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uoPKCURgc9 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uoPKCURgc9 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uoPKCURgc9 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uoPKCURgc9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uoPKCURgc9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uoPKCURgc9 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uoPKCURgc9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uoPKCURgc9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uoPKCURgc9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uoPKCURgc9 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uoPKCURgc9 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uoPKCURgc9 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uoPKCURgc9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uoPKCURgc9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uoPKCURgc9 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uoPKCURgc9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uoPKCURgc9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uoPKCURgc9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uoPKCURgc9 .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-uoPKCURgc9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uoPKCURgc9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uoPKCURgc9 .dropdown-item.active,
.cid-uoPKCURgc9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uoPKCURgc9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uoPKCURgc9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uoPKCURgc9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uoPKCURgc9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uoPKCURgc9 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uoPKCURgc9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uoPKCURgc9 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #d4fe00;
  background: transparent;
}
.cid-uoPKCURgc9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #08323c;
}
.cid-uoPKCURgc9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uoPKCURgc9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoPKCURgc9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uoPKCURgc9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uoPKCURgc9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoPKCURgc9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uoPKCURgc9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uoPKCURgc9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uoPKCURgc9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uoPKCURgc9 .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-uoPKCURgc9 .navbar {
    height: 70px;
  }
  .cid-uoPKCURgc9 .navbar.opened {
    height: auto;
  }
  .cid-uoPKCURgc9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoPKCURgc9 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uoPKCURgc9 .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .cid-uoPKCURgc9 .container-fluid {
    padding-left: 72px;
    padding-right: 72px;
  }
}
.cid-uoPKCURgc9 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uoPKCURgc9 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uoPKCURgc9 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-uoPKCURgc9 .mbr-section-btn-main .btn {
    padding: 20px;
    margin-bottom: 14px;
  }
}
.cid-uoPKCURgc9 .navbar-caption:hover {
  opacity: .5;
}
@media (min-width: 992px) {
  .cid-uoPKCURgc9 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uoPKCURgc9 .text_widget {
  margin-bottom: 32px;
}
.cid-uoPKCURgc9 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uoPKCURgc9 .text_widget a:hover {
  color: #d4fe00 !important;
}
.cid-uoPKCURgc9 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uoPKCURgc9 .navbar-caption {
  color: #08323C;
}
.cid-uoPKCURgc9 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uoPKCURgc9 .mbr-section-subtitle,
.cid-uoPKCURgc9 .text_widget,
.cid-uoPKCURgc9 .mbr-section-btn {
  text-align: left;
}
.cid-uoPKCURgc9 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uoPKCURgc9 .btn-block {
  width: calc(84%);
  box-sizin: border-box;
}
.cid-uoPKCV8ZVm {
  padding-top: 5rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #d4fe00;
}
.cid-uoPKCV8ZVm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoPKCV8ZVm .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-uoPKCV8ZVm .container {
    padding: 0 16px;
  }
}
.cid-uoPKCV8ZVm .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uoPKCV8ZVm .title-wrapper {
    margin-bottom: 40px;
    height: auto;
  }
}
.cid-uoPKCV8ZVm .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uoPKCV8ZVm .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uoPKCV8ZVm .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uoPKCV8ZVm .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uoPKCV8ZVm .image-wrapper {
  position: relative;
  margin-left: 70px;
  min-height: 620px;
}
@media (max-width: 768px) {
  .cid-uoPKCV8ZVm .image-wrapper {
    min-height: 300px;
  }
}
.cid-uoPKCV8ZVm .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-uoPKCV8ZVm .image-wrapper .image-wrap {
    border: 15px solid #08323c;
    border-radius: 20px;
  }
}
.cid-uoPKCV8ZVm .image-wrapper .image-wrap .main-image {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  object-fit: cover;
}
.cid-uoPKCV8ZVm .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-uoPKCV8ZVm .image-wrapper .sec-image {
    display: none;
  }
}
.cid-uoPKCV8ZVm .mbr-section-title {
  color: #08323C;
}
.cid-uoPKCV8ZVm .mbr-text {
  color: #08323C;
}
.cid-uoPKCVkxqh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eff1f2;
}
.cid-uoPKCVkxqh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoPKCVkxqh .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-uoPKCVkxqh .container {
    padding: 0 16px;
  }
}
.cid-uoPKCVkxqh .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dce2e3;
  margin: 40px 70px 40px 0;
  height: 290px;
  margin: 40px 0 40px 70px;
}
@media (max-width: 992px) {
  .cid-uoPKCVkxqh .image-wrapper {
    margin: 40px 0 80px 0;
  }
}
@media (max-width: 992px) {
  .cid-uoPKCVkxqh .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-uoPKCVkxqh .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-uoPKCVkxqh .image-wrapper img {
    height: 300px;
  }
}
.cid-uoPKCVkxqh .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uoPKCVkxqh .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uoPKCVkxqh .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uoPKCVkxqh .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uoPKCVkxqh .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uoPKCVkxqh .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uoPKCVkxqh .mbr-text {
  text-align: left;
}
.cid-uoPKCVx4CH {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #eff1f2;
}
.cid-uoPKCVx4CH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoPKCVx4CH .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-uoPKCVx4CH .container {
    padding: 0 16px;
  }
}
.cid-uoPKCVx4CH .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dce2e3;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-uoPKCVx4CH .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-uoPKCVx4CH .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-uoPKCVx4CH .image-wrapper img {
    height: 300px;
  }
}
.cid-uoPKCVx4CH .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uoPKCVx4CH .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uoPKCVx4CH .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uoPKCVx4CH .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uoPKCVx4CH .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uoPKCVx4CH .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uoPKCVPYHH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eff1f2;
}
.cid-uoPKCVPYHH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoPKCVPYHH .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-uoPKCVPYHH .container {
    padding: 0 16px;
  }
}
.cid-uoPKCVPYHH .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dce2e3;
  margin: 40px 70px 40px 0;
  height: 290px;
  margin: 40px 0 40px 70px;
}
@media (max-width: 992px) {
  .cid-uoPKCVPYHH .image-wrapper {
    margin: 40px 0 80px 0;
  }
}
@media (max-width: 992px) {
  .cid-uoPKCVPYHH .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-uoPKCVPYHH .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-uoPKCVPYHH .image-wrapper img {
    height: 300px;
  }
}
.cid-uoPKCVPYHH .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uoPKCVPYHH .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uoPKCVPYHH .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uoPKCVPYHH .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uoPKCVPYHH .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uoPKCVPYHH .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uoPKCW6HNG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eff1f2;
}
.cid-uoPKCW6HNG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoPKCW6HNG .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-uoPKCW6HNG .container {
    padding: 0 16px;
  }
}
.cid-uoPKCW6HNG .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dce2e3;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-uoPKCW6HNG .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-uoPKCW6HNG .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-uoPKCW6HNG .image-wrapper img {
    height: 300px;
  }
}
.cid-uoPKCW6HNG .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uoPKCW6HNG .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uoPKCW6HNG .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uoPKCW6HNG .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uoPKCW6HNG .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uoPKCW6HNG .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uoPKCWqZ7j {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #08323c;
}
.cid-uoPKCWqZ7j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoPKCWqZ7j .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-uoPKCWqZ7j .container {
    padding: 0 16px;
  }
}
.cid-uoPKCWqZ7j .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uoPKCWqZ7j .text-wrapper {
    margin-bottom: 40px;
    height: auto;
  }
}
.cid-uoPKCWqZ7j .text-wrapper .text-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uoPKCWqZ7j .text-wrapper .text-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uoPKCWqZ7j .text-wrapper .text-wrap .mbr-text {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uoPKCWqZ7j .text-wrapper .text-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uoPKCWqZ7j .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-uoPKCWqZ7j .image-wrapper {
    margin: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uoPKCWqZ7j .image-wrapper {
    margin: 0;
  }
}
.cid-uoPKCWqZ7j .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-uoPKCWqZ7j .image-wrapper .image_1 {
    position: static;
    margin-bottom: 20px;
  }
}
.cid-uoPKCWqZ7j .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-uoPKCWqZ7j .image-wrapper .image_2 {
    position: static;
    margin-bottom: 20px;
  }
}
.cid-uoPKCWqZ7j .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-uoPKCWqZ7j .image-wrapper .image_3 {
    position: static;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.cid-uoPKCWqZ7j .image-wrapper .container-wrap {
  position: absolute;
  top: 1rem;
  left: 40px;
  height: 100%;
  width: 81%;
  border: 2px dashed #ffffff;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uoPKCWqZ7j .image-wrapper .container-wrap {
    display: none;
  }
}
.cid-uoPKCWqZ7j .mbr-section-title {
  color: #ffffff;
}
.cid-uoPKCWqZ7j .mbr-text {
  color: #ffffff;
}
.cid-uoPKCWJfal {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #08323c;
}
.cid-uoPKCWJfal .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoPKCWJfal .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-uoPKCWJfal .container {
    padding: 0 16px;
  }
}
.cid-uoPKCWJfal .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uoPKCWJfal .card {
    margin-bottom: 40px;
  }
}
.cid-uoPKCWJfal .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uoPKCWJfal .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uoPKCWJfal .card .content-wrapper .title-wrapper .title-wrap img {
  height: 40px;
  object-fit: contain;
  margin-bototm: 2rem;
}
.cid-uoPKCWJfal .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uoPKCWJfal .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uoPKCWJfal .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uoPKCWJfal .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uoPKCWJfal .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uoPKCWJfal .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uoPKCWJfal .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uoPKCWJfal .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uoPKCWJfal .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uoPKCWJfal .mbr-section-title {
  color: #ffffff;
}
.cid-uoPKCWJfal .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uoPKCWJfal .mbr-card-title {
  color: #D4FE00;
}
.cid-uoPKCWJfal .list {
  color: #ffffff;
}
.cid-uoPKCWJfal .mbr-section-title,
.cid-uoPKCWJfal .title-wrapper,
.cid-uoPKCWJfal .social-wrapper {
  text-align: left;
}
.cid-ux3uPiLdR9 .navbar-dropdown {
  background-color: #d4fe00 !important;
  padding: 0;
}
.cid-ux3uPiLdR9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #d4fe00 !important;
  background: #d4fe00;
}
.cid-ux3uPiLdR9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-ux3uPiLdR9 .menu_box .navbar.opened,
  .cid-ux3uPiLdR9 .menu_box .navbar-collapse {
    background-color: #d4fe00 !important;
    transition: all 0s ease 0s;
  }
}
.cid-ux3uPiLdR9 .navbar-dropdown {
  position: relative !important;
}
.cid-ux3uPiLdR9 .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-ux3uPiLdR9 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-ux3uPiLdR9 .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-ux3uPiLdR9 .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-ux3uPiLdR9 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ux3uPiLdR9 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ux3uPiLdR9 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #08323c;
  }
  .cid-ux3uPiLdR9 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ux3uPiLdR9 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ux3uPiLdR9 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ux3uPiLdR9 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ux3uPiLdR9 .offcanvas-body .mbr-text,
  .cid-ux3uPiLdR9 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-ux3uPiLdR9 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-ux3uPiLdR9 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ux3uPiLdR9 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #08323c;
  }
  .cid-ux3uPiLdR9 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ux3uPiLdR9 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ux3uPiLdR9 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ux3uPiLdR9 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ux3uPiLdR9 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ux3uPiLdR9 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ux3uPiLdR9 .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-ux3uPiLdR9 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ux3uPiLdR9 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-ux3uPiLdR9 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-ux3uPiLdR9 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ux3uPiLdR9 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ux3uPiLdR9 .nav-item {
    margin: 0 !important;
  }
}
.cid-ux3uPiLdR9 .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-ux3uPiLdR9 .nav-item .nav-link:hover {
  opacity: .5;
}
.cid-ux3uPiLdR9 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ux3uPiLdR9 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ux3uPiLdR9 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ux3uPiLdR9 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ux3uPiLdR9 .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-ux3uPiLdR9 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ux3uPiLdR9 .offcanvas_box {
    display: none;
  }
}
.cid-ux3uPiLdR9 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-ux3uPiLdR9 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ux3uPiLdR9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ux3uPiLdR9 .container {
  display: flex;
  margin: auto;
}
.cid-ux3uPiLdR9 .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-ux3uPiLdR9 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ux3uPiLdR9 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ux3uPiLdR9 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ux3uPiLdR9 .navbar-nav {
    margin: 0;
  }
}
.cid-ux3uPiLdR9 .dropdown-menu,
.cid-ux3uPiLdR9 .navbar.opened {
  background-color: false !important;
}
.cid-ux3uPiLdR9 .nav-item:focus,
.cid-ux3uPiLdR9 .nav-link:focus {
  outline: none;
}
.cid-ux3uPiLdR9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ux3uPiLdR9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ux3uPiLdR9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ux3uPiLdR9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ux3uPiLdR9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ux3uPiLdR9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ux3uPiLdR9 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ux3uPiLdR9 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ux3uPiLdR9 .navbar.opened {
  transition: all 0.3s;
}
.cid-ux3uPiLdR9 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ux3uPiLdR9 .navbar .navbar-logo img {
  max-width: 150px;
  max-height: 70px;
  object-fit: contain;
}
.cid-ux3uPiLdR9 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-ux3uPiLdR9 .navbar.collapsed {
  justify-content: center;
}
.cid-ux3uPiLdR9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ux3uPiLdR9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ux3uPiLdR9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ux3uPiLdR9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ux3uPiLdR9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ux3uPiLdR9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ux3uPiLdR9 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ux3uPiLdR9 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ux3uPiLdR9 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ux3uPiLdR9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ux3uPiLdR9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ux3uPiLdR9 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ux3uPiLdR9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ux3uPiLdR9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ux3uPiLdR9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ux3uPiLdR9 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ux3uPiLdR9 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ux3uPiLdR9 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ux3uPiLdR9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ux3uPiLdR9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ux3uPiLdR9 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ux3uPiLdR9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ux3uPiLdR9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ux3uPiLdR9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ux3uPiLdR9 .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-ux3uPiLdR9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-ux3uPiLdR9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ux3uPiLdR9 .dropdown-item.active,
.cid-ux3uPiLdR9 .dropdown-item:active {
  background-color: transparent;
}
.cid-ux3uPiLdR9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ux3uPiLdR9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ux3uPiLdR9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ux3uPiLdR9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ux3uPiLdR9 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ux3uPiLdR9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ux3uPiLdR9 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #d4fe00;
  background: transparent;
}
.cid-ux3uPiLdR9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #08323c;
}
.cid-ux3uPiLdR9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ux3uPiLdR9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ux3uPiLdR9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ux3uPiLdR9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ux3uPiLdR9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ux3uPiLdR9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ux3uPiLdR9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ux3uPiLdR9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ux3uPiLdR9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ux3uPiLdR9 .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-ux3uPiLdR9 .navbar {
    height: 70px;
  }
  .cid-ux3uPiLdR9 .navbar.opened {
    height: auto;
  }
  .cid-ux3uPiLdR9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ux3uPiLdR9 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-ux3uPiLdR9 .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .cid-ux3uPiLdR9 .container-fluid {
    padding-left: 72px;
    padding-right: 72px;
  }
}
.cid-ux3uPiLdR9 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-ux3uPiLdR9 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-ux3uPiLdR9 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-ux3uPiLdR9 .mbr-section-btn-main .btn {
    padding: 20px;
    margin-bottom: 14px;
  }
}
.cid-ux3uPiLdR9 .navbar-caption:hover {
  opacity: .5;
}
@media (min-width: 992px) {
  .cid-ux3uPiLdR9 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ux3uPiLdR9 .text_widget {
  margin-bottom: 32px;
}
.cid-ux3uPiLdR9 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-ux3uPiLdR9 .text_widget a:hover {
  color: #d4fe00 !important;
}
.cid-ux3uPiLdR9 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-ux3uPiLdR9 .navbar-caption {
  color: #08323C;
}
.cid-ux3uPiLdR9 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-ux3uPiLdR9 .mbr-section-subtitle,
.cid-ux3uPiLdR9 .text_widget,
.cid-ux3uPiLdR9 .mbr-section-btn {
  text-align: left;
}
.cid-ux3uPiLdR9 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ux3uPiLdR9 .btn-block {
  width: calc(84%);
  box-sizin: border-box;
}
.cid-ux3uPjzbBl {
  padding-top: 5rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #d4fe00;
}
.cid-ux3uPjzbBl .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux3uPjzbBl .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-ux3uPjzbBl .container {
    padding: 0 16px;
  }
}
.cid-ux3uPjzbBl .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ux3uPjzbBl .title-wrapper {
    margin-bottom: 40px;
    height: auto;
  }
}
.cid-ux3uPjzbBl .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-ux3uPjzbBl .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ux3uPjzbBl .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-ux3uPjzbBl .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-ux3uPjzbBl .image-wrapper {
  position: relative;
  margin-left: 70px;
  min-height: 620px;
}
@media (max-width: 768px) {
  .cid-ux3uPjzbBl .image-wrapper {
    min-height: 300px;
  }
}
.cid-ux3uPjzbBl .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-ux3uPjzbBl .image-wrapper .image-wrap {
    border: 15px solid #08323c;
    border-radius: 20px;
  }
}
.cid-ux3uPjzbBl .image-wrapper .image-wrap .main-image {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  object-fit: cover;
}
.cid-ux3uPjzbBl .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-ux3uPjzbBl .image-wrapper .sec-image {
    display: none;
  }
}
.cid-ux3uPjzbBl .mbr-section-title {
  color: #08323C;
}
.cid-ux3uPjzbBl .mbr-text {
  color: #08323C;
}
.cid-ux3uPk7m1c {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eff1f2;
}
.cid-ux3uPk7m1c .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux3uPk7m1c .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-ux3uPk7m1c .container {
    padding: 0 16px;
  }
}
.cid-ux3uPk7m1c .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dce2e3;
  margin: 40px 70px 40px 0;
  height: 290px;
  margin: 40px 0 40px 70px;
}
@media (max-width: 992px) {
  .cid-ux3uPk7m1c .image-wrapper {
    margin: 40px 0 80px 0;
  }
}
@media (max-width: 992px) {
  .cid-ux3uPk7m1c .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-ux3uPk7m1c .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-ux3uPk7m1c .image-wrapper img {
    height: 300px;
  }
}
.cid-ux3uPk7m1c .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-ux3uPk7m1c .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ux3uPk7m1c .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-ux3uPk7m1c .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-ux3uPk7m1c .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-ux3uPk7m1c .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-ux3uPk7m1c .mbr-text {
  text-align: left;
}
.cid-ux3uPkEMKL {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #eff1f2;
}
.cid-ux3uPkEMKL .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux3uPkEMKL .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-ux3uPkEMKL .container {
    padding: 0 16px;
  }
}
.cid-ux3uPkEMKL .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dce2e3;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-ux3uPkEMKL .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-ux3uPkEMKL .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-ux3uPkEMKL .image-wrapper img {
    height: 300px;
  }
}
.cid-ux3uPkEMKL .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-ux3uPkEMKL .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ux3uPkEMKL .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-ux3uPkEMKL .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-ux3uPkEMKL .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-ux3uPkEMKL .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-ux3uPlfBsB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eff1f2;
}
.cid-ux3uPlfBsB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux3uPlfBsB .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-ux3uPlfBsB .container {
    padding: 0 16px;
  }
}
.cid-ux3uPlfBsB .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dce2e3;
  margin: 40px 70px 40px 0;
  height: 290px;
  margin: 40px 0 40px 70px;
}
@media (max-width: 992px) {
  .cid-ux3uPlfBsB .image-wrapper {
    margin: 40px 0 80px 0;
  }
}
@media (max-width: 992px) {
  .cid-ux3uPlfBsB .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-ux3uPlfBsB .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-ux3uPlfBsB .image-wrapper img {
    height: 300px;
  }
}
.cid-ux3uPlfBsB .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-ux3uPlfBsB .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ux3uPlfBsB .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-ux3uPlfBsB .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-ux3uPlfBsB .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-ux3uPlfBsB .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-ux3uPlN9zB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eff1f2;
}
.cid-ux3uPlN9zB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux3uPlN9zB .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-ux3uPlN9zB .container {
    padding: 0 16px;
  }
}
.cid-ux3uPlN9zB .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dce2e3;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-ux3uPlN9zB .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-ux3uPlN9zB .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-ux3uPlN9zB .image-wrapper img {
    height: 300px;
  }
}
.cid-ux3uPlN9zB .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-ux3uPlN9zB .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ux3uPlN9zB .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-ux3uPlN9zB .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-ux3uPlN9zB .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-ux3uPlN9zB .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-ux3uPmtmJv {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #08323c;
}
.cid-ux3uPmtmJv .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux3uPmtmJv .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-ux3uPmtmJv .container {
    padding: 0 16px;
  }
}
.cid-ux3uPmtmJv .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ux3uPmtmJv .text-wrapper {
    margin-bottom: 40px;
    height: auto;
  }
}
.cid-ux3uPmtmJv .text-wrapper .text-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ux3uPmtmJv .text-wrapper .text-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-ux3uPmtmJv .text-wrapper .text-wrap .mbr-text {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ux3uPmtmJv .text-wrapper .text-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-ux3uPmtmJv .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-ux3uPmtmJv .image-wrapper {
    margin: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ux3uPmtmJv .image-wrapper {
    margin: 0;
  }
}
.cid-ux3uPmtmJv .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-ux3uPmtmJv .image-wrapper .image_1 {
    position: static;
    margin-bottom: 20px;
  }
}
.cid-ux3uPmtmJv .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-ux3uPmtmJv .image-wrapper .image_2 {
    position: static;
    margin-bottom: 20px;
  }
}
.cid-ux3uPmtmJv .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-ux3uPmtmJv .image-wrapper .image_3 {
    position: static;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.cid-ux3uPmtmJv .image-wrapper .container-wrap {
  position: absolute;
  top: 1rem;
  left: 40px;
  height: 100%;
  width: 81%;
  border: 2px dashed #ffffff;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-ux3uPmtmJv .image-wrapper .container-wrap {
    display: none;
  }
}
.cid-ux3uPmtmJv .mbr-section-title {
  color: #ffffff;
}
.cid-ux3uPmtmJv .mbr-text {
  color: #ffffff;
}
.cid-ux3uPn9E5H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #08323c;
}
.cid-ux3uPn9E5H .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux3uPn9E5H .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-ux3uPn9E5H .container {
    padding: 0 16px;
  }
}
.cid-ux3uPn9E5H .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ux3uPn9E5H .card {
    margin-bottom: 40px;
  }
}
.cid-ux3uPn9E5H .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ux3uPn9E5H .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-ux3uPn9E5H .card .content-wrapper .title-wrapper .title-wrap img {
  height: 40px;
  object-fit: contain;
  margin-bototm: 2rem;
}
.cid-ux3uPn9E5H .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ux3uPn9E5H .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ux3uPn9E5H .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-ux3uPn9E5H .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ux3uPn9E5H .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-ux3uPn9E5H .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-ux3uPn9E5H .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-ux3uPn9E5H .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ux3uPn9E5H .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-ux3uPn9E5H .mbr-section-title {
  color: #ffffff;
}
.cid-ux3uPn9E5H .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-ux3uPn9E5H .mbr-card-title {
  color: #D4FE00;
}
.cid-ux3uPn9E5H .list {
  color: #ffffff;
}
.cid-ux3uPn9E5H .mbr-section-title,
.cid-ux3uPn9E5H .title-wrapper,
.cid-ux3uPn9E5H .social-wrapper {
  text-align: left;
}
.cid-tyFwHNKP0f .navbar-dropdown {
  background-color: #d4fe00 !important;
  padding: 0;
}
.cid-tyFwHNKP0f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #d4fe00 !important;
  background: #d4fe00;
}
.cid-tyFwHNKP0f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tyFwHNKP0f .menu_box .navbar.opened,
  .cid-tyFwHNKP0f .menu_box .navbar-collapse {
    background-color: #d4fe00 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tyFwHNKP0f .navbar-dropdown {
  position: relative !important;
}
.cid-tyFwHNKP0f .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tyFwHNKP0f .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tyFwHNKP0f .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tyFwHNKP0f .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tyFwHNKP0f .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tyFwHNKP0f .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tyFwHNKP0f .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #08323c;
  }
  .cid-tyFwHNKP0f .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tyFwHNKP0f .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tyFwHNKP0f .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tyFwHNKP0f .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tyFwHNKP0f .offcanvas-body .mbr-text,
  .cid-tyFwHNKP0f .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tyFwHNKP0f .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tyFwHNKP0f .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tyFwHNKP0f .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #08323c;
  }
  .cid-tyFwHNKP0f .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tyFwHNKP0f .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tyFwHNKP0f .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tyFwHNKP0f .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tyFwHNKP0f ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tyFwHNKP0f .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tyFwHNKP0f .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-tyFwHNKP0f .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tyFwHNKP0f 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-tyFwHNKP0f .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tyFwHNKP0f .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tyFwHNKP0f .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tyFwHNKP0f .nav-item {
    margin: 0 !important;
  }
}
.cid-tyFwHNKP0f .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-tyFwHNKP0f .nav-item .nav-link:hover {
  opacity: .5;
}
.cid-tyFwHNKP0f .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tyFwHNKP0f .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tyFwHNKP0f .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tyFwHNKP0f .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tyFwHNKP0f .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-tyFwHNKP0f .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tyFwHNKP0f .offcanvas_box {
    display: none;
  }
}
.cid-tyFwHNKP0f .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tyFwHNKP0f .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tyFwHNKP0f .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tyFwHNKP0f .container {
  display: flex;
  margin: auto;
}
.cid-tyFwHNKP0f .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-tyFwHNKP0f .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tyFwHNKP0f .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tyFwHNKP0f .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tyFwHNKP0f .navbar-nav {
    margin: 0;
  }
}
.cid-tyFwHNKP0f .dropdown-menu,
.cid-tyFwHNKP0f .navbar.opened {
  background-color: false !important;
}
.cid-tyFwHNKP0f .nav-item:focus,
.cid-tyFwHNKP0f .nav-link:focus {
  outline: none;
}
.cid-tyFwHNKP0f .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tyFwHNKP0f .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyFwHNKP0f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tyFwHNKP0f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tyFwHNKP0f .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyFwHNKP0f .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyFwHNKP0f .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tyFwHNKP0f .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tyFwHNKP0f .navbar.opened {
  transition: all 0.3s;
}
.cid-tyFwHNKP0f .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tyFwHNKP0f .navbar .navbar-logo img {
  max-width: 150px;
  max-height: 70px;
  object-fit: contain;
}
.cid-tyFwHNKP0f .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tyFwHNKP0f .navbar.collapsed {
  justify-content: center;
}
.cid-tyFwHNKP0f .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyFwHNKP0f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tyFwHNKP0f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyFwHNKP0f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyFwHNKP0f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyFwHNKP0f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tyFwHNKP0f .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tyFwHNKP0f .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tyFwHNKP0f .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tyFwHNKP0f .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyFwHNKP0f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyFwHNKP0f .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tyFwHNKP0f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyFwHNKP0f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tyFwHNKP0f .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tyFwHNKP0f .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tyFwHNKP0f .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tyFwHNKP0f .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tyFwHNKP0f .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tyFwHNKP0f .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tyFwHNKP0f .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tyFwHNKP0f .navbar.navbar-short {
  min-height: 60px;
}
.cid-tyFwHNKP0f .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tyFwHNKP0f .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tyFwHNKP0f .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-tyFwHNKP0f .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-tyFwHNKP0f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyFwHNKP0f .dropdown-item.active,
.cid-tyFwHNKP0f .dropdown-item:active {
  background-color: transparent;
}
.cid-tyFwHNKP0f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyFwHNKP0f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyFwHNKP0f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyFwHNKP0f .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tyFwHNKP0f ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tyFwHNKP0f .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tyFwHNKP0f button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #d4fe00;
  background: transparent;
}
.cid-tyFwHNKP0f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #08323c;
}
.cid-tyFwHNKP0f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tyFwHNKP0f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyFwHNKP0f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyFwHNKP0f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tyFwHNKP0f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyFwHNKP0f nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tyFwHNKP0f nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tyFwHNKP0f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyFwHNKP0f a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tyFwHNKP0f .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-tyFwHNKP0f .navbar {
    height: 70px;
  }
  .cid-tyFwHNKP0f .navbar.opened {
    height: auto;
  }
  .cid-tyFwHNKP0f .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tyFwHNKP0f .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-tyFwHNKP0f .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .cid-tyFwHNKP0f .container-fluid {
    padding-left: 72px;
    padding-right: 72px;
  }
}
.cid-tyFwHNKP0f .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tyFwHNKP0f .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tyFwHNKP0f .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-tyFwHNKP0f .mbr-section-btn-main .btn {
    padding: 20px;
    margin-bottom: 14px;
  }
}
.cid-tyFwHNKP0f .navbar-caption:hover {
  opacity: .5;
}
@media (min-width: 992px) {
  .cid-tyFwHNKP0f .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tyFwHNKP0f .text_widget {
  margin-bottom: 32px;
}
.cid-tyFwHNKP0f .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tyFwHNKP0f .text_widget a:hover {
  color: #d4fe00 !important;
}
.cid-tyFwHNKP0f .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-tyFwHNKP0f .navbar-caption {
  color: #08323C;
}
.cid-tyFwHNKP0f .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tyFwHNKP0f .mbr-section-subtitle,
.cid-tyFwHNKP0f .text_widget,
.cid-tyFwHNKP0f .mbr-section-btn {
  text-align: left;
}
.cid-tyFwHNKP0f a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tyFwHNKP0f .btn-block {
  width: calc(84%);
  box-sizin: border-box;
}
.cid-uiOdHeAq9j {
  background-color: #d4fe00;
}
.cid-uiOdHeAq9j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiOdHeAq9j .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-uiOdHeAq9j .container {
    padding: 0 16px;
  }
}
.cid-uiOdHeAq9j .title-wrapper {
  position: relative;
  padding: 0 200px;
}
@media (max-width: 992px) {
  .cid-uiOdHeAq9j .title-wrapper {
    padding: 0;
  }
}
.cid-uiOdHeAq9j .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uiOdHeAq9j .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uiOdHeAq9j .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uiOdHeAq9j .title-wrapper .title-wrap .text-wrap {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uiOdHeAq9j .title-wrapper .title-wrap .text-wrap {
    padding: 0;
  }
}
.cid-uiOdHeAq9j .title-wrapper .title-wrap .text-wrap .mbr-text {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-uiOdHeAq9j .title-wrapper .title-wrap .text-wrap .mbr-text {
    margin-bottom: 10px;
  }
}
.cid-uiOdHeAq9j .title-wrapper .title-wrap .text-wrap .mbr-desc {
  margin: 25px 0 0;
}
@media (max-width: 992px) {
  .cid-uiOdHeAq9j .title-wrapper .title-wrap .text-wrap .mbr-desc {
    margin: 10px 0 0;
  }
}
.cid-uiOdHeAq9j .title-wrapper img {
  position: absolute;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uiOdHeAq9j .title-wrapper img {
    display: none;
  }
}
.cid-uiOdHeAq9j .title-wrapper .image_1 {
  top: 0;
  left: 0;
}
.cid-uiOdHeAq9j .title-wrapper .image_2 {
  right: 0;
  top: 4rem;
}
.cid-uiOdHeAq9j .title-wrapper .image_3 {
  bottom: -3rem;
  right: 3rem;
}
.cid-uiOdHeAq9j .title-wrapper .image_4 {
  bottom: -6rem;
  left: 4rem;
}
.cid-uiOdHeAq9j .title-wrapper .line_1 {
  position: absolute;
  top: 0;
  left: 7rem;
  width: 1px;
  height: 100%;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-uiOdHeAq9j .title-wrapper .line_1 {
    display: none;
  }
}
.cid-uiOdHeAq9j .title-wrapper .line_2 {
  position: absolute;
  top: 5rem;
  right: 3rem;
  width: 1px;
  height: 80%;
  border-left: 2px solid #08323c;
}
@media (max-width: 992px) {
  .cid-uiOdHeAq9j .title-wrapper .line_2 {
    display: none;
  }
}
.cid-uiOdHeAq9j .mbr-section-title {
  color: #08323C;
}
.cid-uiOdHeAq9j .mbr-text {
  color: #08323C;
  text-align: center;
}
.cid-uiOdHeAq9j .mbr-desc {
  color: #08323C;
  text-align: center;
}
.cid-uiOdHeAq9j .mbr-section-title,
.cid-uiOdHeAq9j .mbr-section-btn {
  text-align: center;
}
.cid-tyFwQCvdxU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #08323c;
}
.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 {
  height: 40px;
  object-fit: contain;
  margin-bototm: 2rem;
}
.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: #ffffff;
  text-align: left;
}
.cid-tyFwQCvdxU .mbr-card-title {
  color: #D4FE00;
}
.cid-tyFwQCvdxU .list {
  color: #ffffff;
}
.cid-tyFwQCvdxU .mbr-section-title,
.cid-tyFwQCvdxU .title-wrapper,
.cid-tyFwQCvdxU .social-wrapper {
  text-align: left;
}
.cid-ux3Dlemzi7 .navbar-dropdown {
  background-color: #d4fe00 !important;
  padding: 0;
}
.cid-ux3Dlemzi7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #d4fe00 !important;
  background: #d4fe00;
}
.cid-ux3Dlemzi7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-ux3Dlemzi7 .menu_box .navbar.opened,
  .cid-ux3Dlemzi7 .menu_box .navbar-collapse {
    background-color: #d4fe00 !important;
    transition: all 0s ease 0s;
  }
}
.cid-ux3Dlemzi7 .navbar-dropdown {
  position: relative !important;
}
.cid-ux3Dlemzi7 .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-ux3Dlemzi7 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-ux3Dlemzi7 .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-ux3Dlemzi7 .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-ux3Dlemzi7 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ux3Dlemzi7 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ux3Dlemzi7 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #08323c;
  }
  .cid-ux3Dlemzi7 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ux3Dlemzi7 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ux3Dlemzi7 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ux3Dlemzi7 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ux3Dlemzi7 .offcanvas-body .mbr-text,
  .cid-ux3Dlemzi7 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-ux3Dlemzi7 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-ux3Dlemzi7 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ux3Dlemzi7 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #08323c;
  }
  .cid-ux3Dlemzi7 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ux3Dlemzi7 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ux3Dlemzi7 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ux3Dlemzi7 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ux3Dlemzi7 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ux3Dlemzi7 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ux3Dlemzi7 .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-ux3Dlemzi7 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ux3Dlemzi7 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-ux3Dlemzi7 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-ux3Dlemzi7 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ux3Dlemzi7 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ux3Dlemzi7 .nav-item {
    margin: 0 !important;
  }
}
.cid-ux3Dlemzi7 .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-ux3Dlemzi7 .nav-item .nav-link:hover {
  opacity: .5;
}
.cid-ux3Dlemzi7 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ux3Dlemzi7 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ux3Dlemzi7 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ux3Dlemzi7 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ux3Dlemzi7 .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-ux3Dlemzi7 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ux3Dlemzi7 .offcanvas_box {
    display: none;
  }
}
.cid-ux3Dlemzi7 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-ux3Dlemzi7 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ux3Dlemzi7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ux3Dlemzi7 .container {
  display: flex;
  margin: auto;
}
.cid-ux3Dlemzi7 .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-ux3Dlemzi7 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ux3Dlemzi7 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ux3Dlemzi7 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ux3Dlemzi7 .navbar-nav {
    margin: 0;
  }
}
.cid-ux3Dlemzi7 .dropdown-menu,
.cid-ux3Dlemzi7 .navbar.opened {
  background-color: false !important;
}
.cid-ux3Dlemzi7 .nav-item:focus,
.cid-ux3Dlemzi7 .nav-link:focus {
  outline: none;
}
.cid-ux3Dlemzi7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ux3Dlemzi7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ux3Dlemzi7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ux3Dlemzi7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ux3Dlemzi7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ux3Dlemzi7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ux3Dlemzi7 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ux3Dlemzi7 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ux3Dlemzi7 .navbar.opened {
  transition: all 0.3s;
}
.cid-ux3Dlemzi7 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ux3Dlemzi7 .navbar .navbar-logo img {
  max-width: 150px;
  max-height: 70px;
  object-fit: contain;
}
.cid-ux3Dlemzi7 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-ux3Dlemzi7 .navbar.collapsed {
  justify-content: center;
}
.cid-ux3Dlemzi7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ux3Dlemzi7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ux3Dlemzi7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ux3Dlemzi7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ux3Dlemzi7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ux3Dlemzi7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ux3Dlemzi7 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ux3Dlemzi7 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ux3Dlemzi7 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ux3Dlemzi7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ux3Dlemzi7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ux3Dlemzi7 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ux3Dlemzi7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ux3Dlemzi7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ux3Dlemzi7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ux3Dlemzi7 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ux3Dlemzi7 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ux3Dlemzi7 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ux3Dlemzi7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ux3Dlemzi7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ux3Dlemzi7 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ux3Dlemzi7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ux3Dlemzi7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ux3Dlemzi7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ux3Dlemzi7 .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-ux3Dlemzi7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-ux3Dlemzi7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ux3Dlemzi7 .dropdown-item.active,
.cid-ux3Dlemzi7 .dropdown-item:active {
  background-color: transparent;
}
.cid-ux3Dlemzi7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ux3Dlemzi7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ux3Dlemzi7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ux3Dlemzi7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ux3Dlemzi7 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ux3Dlemzi7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ux3Dlemzi7 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #d4fe00;
  background: transparent;
}
.cid-ux3Dlemzi7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #08323c;
}
.cid-ux3Dlemzi7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ux3Dlemzi7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ux3Dlemzi7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ux3Dlemzi7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ux3Dlemzi7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ux3Dlemzi7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ux3Dlemzi7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ux3Dlemzi7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ux3Dlemzi7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ux3Dlemzi7 .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-ux3Dlemzi7 .navbar {
    height: 70px;
  }
  .cid-ux3Dlemzi7 .navbar.opened {
    height: auto;
  }
  .cid-ux3Dlemzi7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ux3Dlemzi7 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-ux3Dlemzi7 .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .cid-ux3Dlemzi7 .container-fluid {
    padding-left: 72px;
    padding-right: 72px;
  }
}
.cid-ux3Dlemzi7 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-ux3Dlemzi7 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-ux3Dlemzi7 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-ux3Dlemzi7 .mbr-section-btn-main .btn {
    padding: 20px;
    margin-bottom: 14px;
  }
}
.cid-ux3Dlemzi7 .navbar-caption:hover {
  opacity: .5;
}
@media (min-width: 992px) {
  .cid-ux3Dlemzi7 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ux3Dlemzi7 .text_widget {
  margin-bottom: 32px;
}
.cid-ux3Dlemzi7 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-ux3Dlemzi7 .text_widget a:hover {
  color: #d4fe00 !important;
}
.cid-ux3Dlemzi7 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-ux3Dlemzi7 .navbar-caption {
  color: #08323C;
}
.cid-ux3Dlemzi7 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-ux3Dlemzi7 .mbr-section-subtitle,
.cid-ux3Dlemzi7 .text_widget,
.cid-ux3Dlemzi7 .mbr-section-btn {
  text-align: left;
}
.cid-ux3Dlemzi7 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ux3Dlemzi7 .btn-block {
  width: calc(84%);
  box-sizin: border-box;
}
.cid-ux3Dlfijvf {
  padding-top: 5rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #d4fe00;
}
.cid-ux3Dlfijvf .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux3Dlfijvf .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-ux3Dlfijvf .container {
    padding: 0 16px;
  }
}
.cid-ux3Dlfijvf .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ux3Dlfijvf .title-wrapper {
    margin-bottom: 40px;
    height: auto;
  }
}
.cid-ux3Dlfijvf .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-ux3Dlfijvf .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ux3Dlfijvf .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-ux3Dlfijvf .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-ux3Dlfijvf .image-wrapper {
  position: relative;
  margin-left: 70px;
  min-height: 620px;
}
@media (max-width: 768px) {
  .cid-ux3Dlfijvf .image-wrapper {
    min-height: 300px;
  }
}
.cid-ux3Dlfijvf .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-ux3Dlfijvf .image-wrapper .image-wrap {
    border: 15px solid #08323c;
    border-radius: 20px;
  }
}
.cid-ux3Dlfijvf .image-wrapper .image-wrap .main-image {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  object-fit: cover;
}
.cid-ux3Dlfijvf .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-ux3Dlfijvf .image-wrapper .sec-image {
    display: none;
  }
}
.cid-ux3Dlfijvf .mbr-section-title {
  color: #08323C;
}
.cid-ux3Dlfijvf .mbr-text {
  color: #08323C;
}
.cid-ux3DlfJXzQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eff1f2;
}
.cid-ux3DlfJXzQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux3DlfJXzQ .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-ux3DlfJXzQ .container {
    padding: 0 16px;
  }
}
.cid-ux3DlfJXzQ .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dce2e3;
  margin: 40px 70px 40px 0;
  height: 290px;
  margin: 40px 0 40px 70px;
}
@media (max-width: 992px) {
  .cid-ux3DlfJXzQ .image-wrapper {
    margin: 40px 0 80px 0;
  }
}
@media (max-width: 992px) {
  .cid-ux3DlfJXzQ .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-ux3DlfJXzQ .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-ux3DlfJXzQ .image-wrapper img {
    height: 300px;
  }
}
.cid-ux3DlfJXzQ .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-ux3DlfJXzQ .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ux3DlfJXzQ .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-ux3DlfJXzQ .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-ux3DlfJXzQ .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-ux3DlfJXzQ .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-ux3DlfJXzQ .mbr-text {
  text-align: left;
}
.cid-ux3DlggWgI {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #eff1f2;
}
.cid-ux3DlggWgI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux3DlggWgI .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-ux3DlggWgI .container {
    padding: 0 16px;
  }
}
.cid-ux3DlggWgI .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dce2e3;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-ux3DlggWgI .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-ux3DlggWgI .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-ux3DlggWgI .image-wrapper img {
    height: 300px;
  }
}
.cid-ux3DlggWgI .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-ux3DlggWgI .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ux3DlggWgI .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-ux3DlggWgI .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-ux3DlggWgI .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-ux3DlggWgI .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-ux3DlgNcOF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eff1f2;
}
.cid-ux3DlgNcOF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux3DlgNcOF .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-ux3DlgNcOF .container {
    padding: 0 16px;
  }
}
.cid-ux3DlgNcOF .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dce2e3;
  margin: 40px 70px 40px 0;
  height: 290px;
  margin: 40px 0 40px 70px;
}
@media (max-width: 992px) {
  .cid-ux3DlgNcOF .image-wrapper {
    margin: 40px 0 80px 0;
  }
}
@media (max-width: 992px) {
  .cid-ux3DlgNcOF .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-ux3DlgNcOF .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-ux3DlgNcOF .image-wrapper img {
    height: 300px;
  }
}
.cid-ux3DlgNcOF .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-ux3DlgNcOF .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ux3DlgNcOF .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-ux3DlgNcOF .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-ux3DlgNcOF .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-ux3DlgNcOF .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-ux3Dlho0aJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eff1f2;
}
.cid-ux3Dlho0aJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux3Dlho0aJ .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-ux3Dlho0aJ .container {
    padding: 0 16px;
  }
}
.cid-ux3Dlho0aJ .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dce2e3;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-ux3Dlho0aJ .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-ux3Dlho0aJ .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-ux3Dlho0aJ .image-wrapper img {
    height: 300px;
  }
}
.cid-ux3Dlho0aJ .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-ux3Dlho0aJ .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ux3Dlho0aJ .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-ux3Dlho0aJ .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-ux3Dlho0aJ .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-ux3Dlho0aJ .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-ux3Dli1JkO {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #08323c;
}
.cid-ux3Dli1JkO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux3Dli1JkO .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-ux3Dli1JkO .container {
    padding: 0 16px;
  }
}
.cid-ux3Dli1JkO .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ux3Dli1JkO .text-wrapper {
    margin-bottom: 40px;
    height: auto;
  }
}
.cid-ux3Dli1JkO .text-wrapper .text-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ux3Dli1JkO .text-wrapper .text-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-ux3Dli1JkO .text-wrapper .text-wrap .mbr-text {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ux3Dli1JkO .text-wrapper .text-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-ux3Dli1JkO .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-ux3Dli1JkO .image-wrapper {
    margin: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ux3Dli1JkO .image-wrapper {
    margin: 0;
  }
}
.cid-ux3Dli1JkO .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-ux3Dli1JkO .image-wrapper .image_1 {
    position: static;
    margin-bottom: 20px;
  }
}
.cid-ux3Dli1JkO .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-ux3Dli1JkO .image-wrapper .image_2 {
    position: static;
    margin-bottom: 20px;
  }
}
.cid-ux3Dli1JkO .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-ux3Dli1JkO .image-wrapper .image_3 {
    position: static;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.cid-ux3Dli1JkO .image-wrapper .container-wrap {
  position: absolute;
  top: 1rem;
  left: 40px;
  height: 100%;
  width: 81%;
  border: 2px dashed #ffffff;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-ux3Dli1JkO .image-wrapper .container-wrap {
    display: none;
  }
}
.cid-ux3Dli1JkO .mbr-section-title {
  color: #ffffff;
}
.cid-ux3Dli1JkO .mbr-text {
  color: #ffffff;
}
.cid-ux3DliLJ3j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #08323c;
}
.cid-ux3DliLJ3j .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux3DliLJ3j .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-ux3DliLJ3j .container {
    padding: 0 16px;
  }
}
.cid-ux3DliLJ3j .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ux3DliLJ3j .card {
    margin-bottom: 40px;
  }
}
.cid-ux3DliLJ3j .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ux3DliLJ3j .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-ux3DliLJ3j .card .content-wrapper .title-wrapper .title-wrap img {
  height: 40px;
  object-fit: contain;
  margin-bototm: 2rem;
}
.cid-ux3DliLJ3j .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ux3DliLJ3j .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ux3DliLJ3j .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-ux3DliLJ3j .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ux3DliLJ3j .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-ux3DliLJ3j .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-ux3DliLJ3j .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-ux3DliLJ3j .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ux3DliLJ3j .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-ux3DliLJ3j .mbr-section-title {
  color: #ffffff;
}
.cid-ux3DliLJ3j .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-ux3DliLJ3j .mbr-card-title {
  color: #D4FE00;
}
.cid-ux3DliLJ3j .list {
  color: #ffffff;
}
.cid-ux3DliLJ3j .mbr-section-title,
.cid-ux3DliLJ3j .title-wrapper,
.cid-ux3DliLJ3j .social-wrapper {
  text-align: left;
}
.cid-uymqOngDp8 .navbar-dropdown {
  background-color: #d4fe00 !important;
  padding: 0;
}
.cid-uymqOngDp8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #d4fe00 !important;
  background: #d4fe00;
}
.cid-uymqOngDp8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uymqOngDp8 .menu_box .navbar.opened,
  .cid-uymqOngDp8 .menu_box .navbar-collapse {
    background-color: #d4fe00 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uymqOngDp8 .navbar-dropdown {
  position: relative !important;
}
.cid-uymqOngDp8 .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uymqOngDp8 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uymqOngDp8 .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uymqOngDp8 .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uymqOngDp8 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uymqOngDp8 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uymqOngDp8 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #08323c;
  }
  .cid-uymqOngDp8 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uymqOngDp8 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uymqOngDp8 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uymqOngDp8 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uymqOngDp8 .offcanvas-body .mbr-text,
  .cid-uymqOngDp8 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uymqOngDp8 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uymqOngDp8 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uymqOngDp8 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #08323c;
  }
  .cid-uymqOngDp8 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uymqOngDp8 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uymqOngDp8 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uymqOngDp8 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uymqOngDp8 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uymqOngDp8 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uymqOngDp8 .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-uymqOngDp8 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uymqOngDp8 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-uymqOngDp8 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uymqOngDp8 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uymqOngDp8 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uymqOngDp8 .nav-item {
    margin: 0 !important;
  }
}
.cid-uymqOngDp8 .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-uymqOngDp8 .nav-item .nav-link:hover {
  opacity: .5;
}
.cid-uymqOngDp8 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uymqOngDp8 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uymqOngDp8 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uymqOngDp8 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uymqOngDp8 .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-uymqOngDp8 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uymqOngDp8 .offcanvas_box {
    display: none;
  }
}
.cid-uymqOngDp8 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uymqOngDp8 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uymqOngDp8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uymqOngDp8 .container {
  display: flex;
  margin: auto;
}
.cid-uymqOngDp8 .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-uymqOngDp8 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uymqOngDp8 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uymqOngDp8 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uymqOngDp8 .navbar-nav {
    margin: 0;
  }
}
.cid-uymqOngDp8 .dropdown-menu,
.cid-uymqOngDp8 .navbar.opened {
  background-color: false !important;
}
.cid-uymqOngDp8 .nav-item:focus,
.cid-uymqOngDp8 .nav-link:focus {
  outline: none;
}
.cid-uymqOngDp8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uymqOngDp8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uymqOngDp8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uymqOngDp8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uymqOngDp8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uymqOngDp8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uymqOngDp8 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uymqOngDp8 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uymqOngDp8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uymqOngDp8 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uymqOngDp8 .navbar .navbar-logo img {
  max-width: 150px;
  max-height: 70px;
  object-fit: contain;
}
.cid-uymqOngDp8 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uymqOngDp8 .navbar.collapsed {
  justify-content: center;
}
.cid-uymqOngDp8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uymqOngDp8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uymqOngDp8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uymqOngDp8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uymqOngDp8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uymqOngDp8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uymqOngDp8 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uymqOngDp8 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uymqOngDp8 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uymqOngDp8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uymqOngDp8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uymqOngDp8 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uymqOngDp8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uymqOngDp8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uymqOngDp8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uymqOngDp8 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uymqOngDp8 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uymqOngDp8 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uymqOngDp8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uymqOngDp8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uymqOngDp8 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uymqOngDp8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uymqOngDp8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uymqOngDp8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uymqOngDp8 .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-uymqOngDp8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uymqOngDp8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uymqOngDp8 .dropdown-item.active,
.cid-uymqOngDp8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uymqOngDp8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uymqOngDp8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uymqOngDp8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uymqOngDp8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uymqOngDp8 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uymqOngDp8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uymqOngDp8 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #d4fe00;
  background: transparent;
}
.cid-uymqOngDp8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #08323c;
}
.cid-uymqOngDp8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uymqOngDp8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uymqOngDp8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uymqOngDp8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uymqOngDp8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uymqOngDp8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uymqOngDp8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uymqOngDp8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uymqOngDp8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uymqOngDp8 .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-uymqOngDp8 .navbar {
    height: 70px;
  }
  .cid-uymqOngDp8 .navbar.opened {
    height: auto;
  }
  .cid-uymqOngDp8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uymqOngDp8 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uymqOngDp8 .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .cid-uymqOngDp8 .container-fluid {
    padding-left: 72px;
    padding-right: 72px;
  }
}
.cid-uymqOngDp8 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uymqOngDp8 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uymqOngDp8 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-uymqOngDp8 .mbr-section-btn-main .btn {
    padding: 20px;
    margin-bottom: 14px;
  }
}
.cid-uymqOngDp8 .navbar-caption:hover {
  opacity: .5;
}
@media (min-width: 992px) {
  .cid-uymqOngDp8 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uymqOngDp8 .text_widget {
  margin-bottom: 32px;
}
.cid-uymqOngDp8 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uymqOngDp8 .text_widget a:hover {
  color: #d4fe00 !important;
}
.cid-uymqOngDp8 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uymqOngDp8 .navbar-caption {
  color: #08323C;
}
.cid-uymqOngDp8 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uymqOngDp8 .mbr-section-subtitle,
.cid-uymqOngDp8 .text_widget,
.cid-uymqOngDp8 .mbr-section-btn {
  text-align: left;
}
.cid-uymqOngDp8 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uymqOngDp8 .btn-block {
  width: calc(84%);
  box-sizin: border-box;
}
.cid-uymqOnHJnP {
  padding-top: 5rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #d4fe00;
}
.cid-uymqOnHJnP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uymqOnHJnP .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-uymqOnHJnP .container {
    padding: 0 16px;
  }
}
.cid-uymqOnHJnP .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uymqOnHJnP .title-wrapper {
    margin-bottom: 40px;
    height: auto;
  }
}
.cid-uymqOnHJnP .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uymqOnHJnP .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uymqOnHJnP .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uymqOnHJnP .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uymqOnHJnP .image-wrapper {
  position: relative;
  margin-left: 70px;
  min-height: 620px;
}
@media (max-width: 768px) {
  .cid-uymqOnHJnP .image-wrapper {
    min-height: 300px;
  }
}
.cid-uymqOnHJnP .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-uymqOnHJnP .image-wrapper .image-wrap {
    border: 15px solid #08323c;
    border-radius: 20px;
  }
}
.cid-uymqOnHJnP .image-wrapper .image-wrap .main-image {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  object-fit: cover;
}
.cid-uymqOnHJnP .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-uymqOnHJnP .image-wrapper .sec-image {
    display: none;
  }
}
.cid-uymqOnHJnP .mbr-section-title {
  color: #08323C;
}
.cid-uymqOnHJnP .mbr-text {
  color: #08323C;
}
.cid-uynLvGJzTF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uynLvGJzTF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uynLvGJzTF .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-uynLvGJzTF .container {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uynLvGJzTF .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uynLvGJzTF .image-wrapper img {
  height: 460px;
  object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uynLvGJzTF .image-wrapper img {
    height: 300px;
  }
}
.cid-uynLvGJzTF .card-wrapper {
  margin-top: 15%;
  padding-top: 120px;
  background-color: #143c46;
  border-radius: 40px;
}
@media (max-width: 992px) {
  .cid-uynLvGJzTF .card-wrapper {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .cid-uynLvGJzTF .card-wrapper {
    margin-top: 0;
    padding-top: 20px;
  }
}
.cid-uynLvGJzTF .card-wrapper .mbr-section-title {
  padding: 0 100px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uynLvGJzTF .card-wrapper .mbr-section-title {
    margin-bottom: 20px;
    padding: 0 20px;
  }
}
.cid-uynLvGJzTF .card-wrapper .mbr-text {
  padding: 0 100px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-uynLvGJzTF .card-wrapper .mbr-text {
    padding: 0 20px;
  }
}
.cid-uynLvGJzTF .card-wrapper .icon-wrapper {
  padding: 0 20px 20px;
}
.cid-uynLvGJzTF .card-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 56px;
  background-color: #ffffff;
  color: #08323c;
  font-size: 20px;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-uynLvGJzTF .card-wrapper .icon-wrapper {
    display: none;
  }
}
.cid-uynLvGJzTF .mbr-section-title {
  color: #ffffff;
}
.cid-uynLvGJzTF .mbr-text {
  color: #ffffff;
}
.cid-uynLvGJzTF .icon-wrapper {
  text-align: right;
}
.cid-uynKrJBmqU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uynKrJBmqU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uynKrJBmqU .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-uynKrJBmqU .container {
    padding: 0 16px;
  }
}
.cid-uynKrJBmqU .title-wrapper {
  position: relative;
}
.cid-uynKrJBmqU .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uynKrJBmqU .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uynKrJBmqU .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uynKrJBmqU .title-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uynKrJBmqU .title-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uynKrJBmqU .title-wrapper .container-wrapper {
  position: absolute;
  top: -2.6rem;
  left: -1rem;
  height: 100%;
  width: 50%;
  border: 2px dashed #08323c;
  border-top: none;
  border-right: 0;
  border-bottom-left-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uynKrJBmqU .title-wrapper .container-wrapper {
    display: none;
  }
}
.cid-uynKrJBmqU .mbr-section-title {
  color: #08323C;
}
.cid-uynKrJBmqU .mbr-text {
  color: #08323C;
  text-align: center;
}
.cid-uynKrJBmqU .mbr-section-title,
.cid-uynKrJBmqU .mbr-section-btn {
  text-align: center;
}
.cid-uymsFYWILM {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #eff1f2;
}
.cid-uymsFYWILM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uymsFYWILM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uymsFYWILM .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uymsFYWILM .container-fluid {
    padding: 0 20px;
  }
}
.cid-uymsFYWILM .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uymsFYWILM .container {
    padding: 0 20px;
  }
}
.cid-uymsFYWILM .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uymsFYWILM .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uymsFYWILM .panel-group {
  padding: 0 70px;
  border-radius: 0;
}
@media (max-width: 768px) {
  .cid-uymsFYWILM .panel-group {
    padding: 0 20px;
  }
}
.cid-uymsFYWILM .panel-group .card {
  border-bottom: 1px solid #dce2e3;
  border-radius: 0;
}
.cid-uymsFYWILM .panel-group .card .card-header {
  background-color: transparent;
  border-bottom: none;
  padding: 40px 0;
}
.cid-uymsFYWILM .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uymsFYWILM .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uymsFYWILM .panel-group .card .card-header .panel-title .panel-title-edit {
  margin: 0;
}
.cid-uymsFYWILM .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  height: 38px;
  width: 38px;
  border-radius: 50%;
  color: #08323c;
  transition: all 0.3s ease-out;
}
.cid-uymsFYWILM .panel-group .card .panel-collapse {
  position: relative;
}
.cid-uymsFYWILM .panel-group .card .panel-collapse::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 4px;
  width: 0;
  background-color: #cdf400;
  transition: all 1s ease-out;
}
.cid-uymsFYWILM .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 32px;
}
.cid-uymsFYWILM .panel-group .card .panel-collapse.show:before {
  width: 100%;
}
.cid-uymsFYWILM .mbr-section-title {
  color: #08323C;
  text-align: center;
}
.cid-uymsFYWILM .panel-title-edit {
  color: #08323C;
}
.cid-uymsFYWILM .panel-text {
  color: #08323C;
}
.cid-uymsFYWILM .search-container {
  padding: 20px 0;
}
.cid-uymsFYWILM #faqSearch {
  padding: 20px 20px;
  border: 1px solid #dce2e3;
  border-radius: 80px;
  font-size: 20px;
}
.cid-uymsFYWILM #faqSearch:focus {
  outline: none;
  border-color: #cdf400;
  box-shadow: 0 0 5px rgba(205, 244, 0, 0.3);
}
.cid-uymqOpptcl {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #08323c;
}
.cid-uymqOpptcl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uymqOpptcl .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-uymqOpptcl .container {
    padding: 0 16px;
  }
}
.cid-uymqOpptcl .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uymqOpptcl .text-wrapper {
    margin-bottom: 40px;
    height: auto;
  }
}
.cid-uymqOpptcl .text-wrapper .text-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uymqOpptcl .text-wrapper .text-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uymqOpptcl .text-wrapper .text-wrap .mbr-text {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uymqOpptcl .text-wrapper .text-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uymqOpptcl .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-uymqOpptcl .image-wrapper {
    margin: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uymqOpptcl .image-wrapper {
    margin: 0;
  }
}
.cid-uymqOpptcl .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-uymqOpptcl .image-wrapper .image_1 {
    position: static;
    margin-bottom: 20px;
  }
}
.cid-uymqOpptcl .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-uymqOpptcl .image-wrapper .image_2 {
    position: static;
    margin-bottom: 20px;
  }
}
.cid-uymqOpptcl .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-uymqOpptcl .image-wrapper .image_3 {
    position: static;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.cid-uymqOpptcl .image-wrapper .container-wrap {
  position: absolute;
  top: 1rem;
  left: 40px;
  height: 100%;
  width: 81%;
  border: 2px dashed #ffffff;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uymqOpptcl .image-wrapper .container-wrap {
    display: none;
  }
}
.cid-uymqOpptcl .mbr-section-title {
  color: #ffffff;
}
.cid-uymqOpptcl .mbr-text {
  color: #ffffff;
}
.cid-uymqOpNVll {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #08323c;
}
.cid-uymqOpNVll .mbr-fallback-image.disabled {
  display: none;
}
.cid-uymqOpNVll .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-uymqOpNVll .container {
    padding: 0 16px;
  }
}
.cid-uymqOpNVll .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uymqOpNVll .card {
    margin-bottom: 40px;
  }
}
.cid-uymqOpNVll .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uymqOpNVll .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uymqOpNVll .card .content-wrapper .title-wrapper .title-wrap img {
  height: 40px;
  object-fit: contain;
  margin-bototm: 2rem;
}
.cid-uymqOpNVll .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uymqOpNVll .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uymqOpNVll .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uymqOpNVll .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uymqOpNVll .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uymqOpNVll .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uymqOpNVll .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uymqOpNVll .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uymqOpNVll .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uymqOpNVll .mbr-section-title {
  color: #ffffff;
}
.cid-uymqOpNVll .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uymqOpNVll .mbr-card-title {
  color: #D4FE00;
}
.cid-uymqOpNVll .list {
  color: #ffffff;
}
.cid-uymqOpNVll .mbr-section-title,
.cid-uymqOpNVll .title-wrapper,
.cid-uymqOpNVll .social-wrapper {
  text-align: left;
}
.cid-uIavsuhXPB .navbar-dropdown {
  background-color: #d4fe00 !important;
  padding: 0;
}
.cid-uIavsuhXPB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #d4fe00 !important;
  background: #d4fe00;
}
.cid-uIavsuhXPB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uIavsuhXPB .menu_box .navbar.opened,
  .cid-uIavsuhXPB .menu_box .navbar-collapse {
    background-color: #d4fe00 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uIavsuhXPB .navbar-dropdown {
  position: relative !important;
}
.cid-uIavsuhXPB .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uIavsuhXPB .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-uIavsuhXPB .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-uIavsuhXPB .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-uIavsuhXPB .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uIavsuhXPB .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uIavsuhXPB .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #08323c;
  }
  .cid-uIavsuhXPB .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uIavsuhXPB .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uIavsuhXPB .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uIavsuhXPB .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uIavsuhXPB .offcanvas-body .mbr-text,
  .cid-uIavsuhXPB .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uIavsuhXPB .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uIavsuhXPB .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uIavsuhXPB .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #08323c;
  }
  .cid-uIavsuhXPB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uIavsuhXPB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uIavsuhXPB .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uIavsuhXPB .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uIavsuhXPB ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uIavsuhXPB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIavsuhXPB .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-uIavsuhXPB .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uIavsuhXPB 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-uIavsuhXPB .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uIavsuhXPB .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uIavsuhXPB .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uIavsuhXPB .nav-item {
    margin: 0 !important;
  }
}
.cid-uIavsuhXPB .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-uIavsuhXPB .nav-item .nav-link:hover {
  opacity: .5;
}
.cid-uIavsuhXPB .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uIavsuhXPB .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uIavsuhXPB .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uIavsuhXPB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIavsuhXPB .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-uIavsuhXPB .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uIavsuhXPB .offcanvas_box {
    display: none;
  }
}
.cid-uIavsuhXPB .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uIavsuhXPB .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uIavsuhXPB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uIavsuhXPB .container {
  display: flex;
  margin: auto;
}
.cid-uIavsuhXPB .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-uIavsuhXPB .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uIavsuhXPB .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uIavsuhXPB .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uIavsuhXPB .navbar-nav {
    margin: 0;
  }
}
.cid-uIavsuhXPB .dropdown-menu,
.cid-uIavsuhXPB .navbar.opened {
  background-color: false !important;
}
.cid-uIavsuhXPB .nav-item:focus,
.cid-uIavsuhXPB .nav-link:focus {
  outline: none;
}
.cid-uIavsuhXPB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIavsuhXPB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIavsuhXPB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIavsuhXPB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIavsuhXPB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIavsuhXPB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIavsuhXPB .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uIavsuhXPB .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uIavsuhXPB .navbar.opened {
  transition: all 0.3s;
}
.cid-uIavsuhXPB .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uIavsuhXPB .navbar .navbar-logo img {
  max-width: 150px;
  max-height: 70px;
  object-fit: contain;
}
.cid-uIavsuhXPB .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uIavsuhXPB .navbar.collapsed {
  justify-content: center;
}
.cid-uIavsuhXPB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIavsuhXPB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uIavsuhXPB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIavsuhXPB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIavsuhXPB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIavsuhXPB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uIavsuhXPB .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uIavsuhXPB .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uIavsuhXPB .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uIavsuhXPB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIavsuhXPB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIavsuhXPB .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uIavsuhXPB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIavsuhXPB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uIavsuhXPB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIavsuhXPB .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uIavsuhXPB .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uIavsuhXPB .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uIavsuhXPB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIavsuhXPB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIavsuhXPB .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uIavsuhXPB .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIavsuhXPB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIavsuhXPB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIavsuhXPB .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-uIavsuhXPB .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-uIavsuhXPB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIavsuhXPB .dropdown-item.active,
.cid-uIavsuhXPB .dropdown-item:active {
  background-color: transparent;
}
.cid-uIavsuhXPB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIavsuhXPB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIavsuhXPB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIavsuhXPB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIavsuhXPB ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uIavsuhXPB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIavsuhXPB button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #d4fe00;
  background: transparent;
}
.cid-uIavsuhXPB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #08323c;
}
.cid-uIavsuhXPB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIavsuhXPB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIavsuhXPB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIavsuhXPB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIavsuhXPB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIavsuhXPB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIavsuhXPB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIavsuhXPB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIavsuhXPB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uIavsuhXPB .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-uIavsuhXPB .navbar {
    height: 70px;
  }
  .cid-uIavsuhXPB .navbar.opened {
    height: auto;
  }
  .cid-uIavsuhXPB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIavsuhXPB .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uIavsuhXPB .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .cid-uIavsuhXPB .container-fluid {
    padding-left: 72px;
    padding-right: 72px;
  }
}
.cid-uIavsuhXPB .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uIavsuhXPB .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-uIavsuhXPB .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-uIavsuhXPB .mbr-section-btn-main .btn {
    padding: 20px;
    margin-bottom: 14px;
  }
}
.cid-uIavsuhXPB .navbar-caption:hover {
  opacity: .5;
}
@media (min-width: 992px) {
  .cid-uIavsuhXPB .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uIavsuhXPB .text_widget {
  margin-bottom: 32px;
}
.cid-uIavsuhXPB .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uIavsuhXPB .text_widget a:hover {
  color: #d4fe00 !important;
}
.cid-uIavsuhXPB .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uIavsuhXPB .navbar-caption {
  color: #08323C;
}
.cid-uIavsuhXPB .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIavsuhXPB .mbr-section-subtitle,
.cid-uIavsuhXPB .text_widget,
.cid-uIavsuhXPB .mbr-section-btn {
  text-align: left;
}
.cid-uIavsuhXPB a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uIavsuhXPB .btn-block {
  width: calc(84%);
  box-sizin: border-box;
}
.cid-uIavsux1sO {
  padding-top: 5rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #d4fe00;
}
.cid-uIavsux1sO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIavsux1sO .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-uIavsux1sO .container {
    padding: 0 16px;
  }
}
.cid-uIavsux1sO .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uIavsux1sO .title-wrapper {
    margin-bottom: 40px;
    height: auto;
  }
}
.cid-uIavsux1sO .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uIavsux1sO .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uIavsux1sO .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uIavsux1sO .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-uIavsux1sO .image-wrapper {
  position: relative;
  margin-left: 70px;
  min-height: 620px;
}
@media (max-width: 768px) {
  .cid-uIavsux1sO .image-wrapper {
    min-height: 300px;
  }
}
.cid-uIavsux1sO .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-uIavsux1sO .image-wrapper .image-wrap {
    border: 15px solid #08323c;
    border-radius: 20px;
  }
}
.cid-uIavsux1sO .image-wrapper .image-wrap .main-image {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  object-fit: cover;
}
.cid-uIavsux1sO .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-uIavsux1sO .image-wrapper .sec-image {
    display: none;
  }
}
.cid-uIavsux1sO .mbr-section-title {
  color: #08323C;
}
.cid-uIavsux1sO .mbr-text {
  color: #08323C;
}
.cid-uIavsuJ766 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eff1f2;
}
.cid-uIavsuJ766 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIavsuJ766 .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-uIavsuJ766 .container {
    padding: 0 16px;
  }
}
.cid-uIavsuJ766 .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dce2e3;
  margin: 40px 70px 40px 0;
  height: 290px;
  margin: 40px 0 40px 70px;
}
@media (max-width: 992px) {
  .cid-uIavsuJ766 .image-wrapper {
    margin: 40px 0 80px 0;
  }
}
@media (max-width: 992px) {
  .cid-uIavsuJ766 .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-uIavsuJ766 .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-uIavsuJ766 .image-wrapper img {
    height: 300px;
  }
}
.cid-uIavsuJ766 .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uIavsuJ766 .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uIavsuJ766 .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uIavsuJ766 .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uIavsuJ766 .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uIavsuJ766 .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIavsuJ766 .mbr-text {
  text-align: left;
}
.cid-uIavsvw6VH {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #08323c;
}
.cid-uIavsvw6VH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIavsvw6VH .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-uIavsvw6VH .container {
    padding: 0 16px;
  }
}
.cid-uIavsvw6VH .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uIavsvw6VH .text-wrapper {
    margin-bottom: 40px;
    height: auto;
  }
}
.cid-uIavsvw6VH .text-wrapper .text-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uIavsvw6VH .text-wrapper .text-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uIavsvw6VH .text-wrapper .text-wrap .mbr-text {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uIavsvw6VH .text-wrapper .text-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uIavsvw6VH .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-uIavsvw6VH .image-wrapper {
    margin: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uIavsvw6VH .image-wrapper {
    margin: 0;
  }
}
.cid-uIavsvw6VH .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-uIavsvw6VH .image-wrapper .image_1 {
    position: static;
    margin-bottom: 20px;
  }
}
.cid-uIavsvw6VH .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-uIavsvw6VH .image-wrapper .image_2 {
    position: static;
    margin-bottom: 20px;
  }
}
.cid-uIavsvw6VH .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-uIavsvw6VH .image-wrapper .image_3 {
    position: static;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.cid-uIavsvw6VH .image-wrapper .container-wrap {
  position: absolute;
  top: 1rem;
  left: 40px;
  height: 100%;
  width: 81%;
  border: 2px dashed #ffffff;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uIavsvw6VH .image-wrapper .container-wrap {
    display: none;
  }
}
.cid-uIavsvw6VH .mbr-section-title {
  color: #ffffff;
}
.cid-uIavsvw6VH .mbr-text {
  color: #ffffff;
}
.cid-uIavsvIKgr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #08323c;
}
.cid-uIavsvIKgr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIavsvIKgr .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-uIavsvIKgr .container {
    padding: 0 16px;
  }
}
.cid-uIavsvIKgr .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uIavsvIKgr .card {
    margin-bottom: 40px;
  }
}
.cid-uIavsvIKgr .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uIavsvIKgr .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uIavsvIKgr .card .content-wrapper .title-wrapper .title-wrap img {
  height: 40px;
  object-fit: contain;
  margin-bototm: 2rem;
}
.cid-uIavsvIKgr .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uIavsvIKgr .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uIavsvIKgr .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uIavsvIKgr .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uIavsvIKgr .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uIavsvIKgr .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uIavsvIKgr .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uIavsvIKgr .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uIavsvIKgr .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uIavsvIKgr .mbr-section-title {
  color: #ffffff;
}
.cid-uIavsvIKgr .copyright {
  color: #ffffff;
  text-align: left;
}
.cid-uIavsvIKgr .mbr-card-title {
  color: #D4FE00;
}
.cid-uIavsvIKgr .list {
  color: #ffffff;
}
.cid-uIavsvIKgr .mbr-section-title,
.cid-uIavsvIKgr .title-wrapper,
.cid-uIavsvIKgr .social-wrapper {
  text-align: left;
}
