body {
  font-family: Inter;
}
.display-1 {
  font-family: 'Inter', sans-serif;
  font-size: 4.375rem;
  line-height: 1.2;
}
.display-1 > .mbr-iconfont {
  font-size: 5.46875rem;
}
.display-2 {
  font-family: 'Inter', sans-serif;
  font-size: 2.75rem;
  line-height: 1.2;
}
.display-2 > .mbr-iconfont {
  font-size: 3.4375rem;
}
.display-4 {
  font-family: 'Inter', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Inter', sans-serif;
  font-size: 2rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: '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.5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.0625rem;
    font-size: calc( 2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.2rem;
    font-size: calc( 1.6125rem + (2.75 - 1.6125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.6125rem + (2.75 - 1.6125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 60px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 60px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 60px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 60px;
}
.bg-primary {
  background-color: #08323c !important;
}
.bg-success {
  background-color: #0a2a3e !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ffd263 !important;
}
.bg-danger {
  background-color: #edbb1c !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: #edbb1c !important;
  border-color: #edbb1c !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #a5810d !important;
  border-color: #a5810d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #a5810d !important;
  border-color: #a5810d !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: #edbb1c !important;
  border-color: #edbb1c !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: #a5810d !important;
  border-color: #a5810d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #a5810d !important;
  border-color: #a5810d !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: #edbb1c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a5810d !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #edbb1c !important;
  border-color: #edbb1c !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: #edbb1c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a5810d !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: #edbb1c !important;
  border-color: #edbb1c !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: #edbb1c !important;
}
.text-success {
  color: #0a2a3e !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #ffd263 !important;
}
.text-danger {
  color: #edbb1c !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: #97760c !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: #97760c !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: #edbb1c;
}
.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: #fcf4d9;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.40625rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #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: #edbb1c !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 #edbb1c;
}
.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: #edbb1c !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 #edbb1c;
}
.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: #edbb1c !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-tyFt1P0Uva .navbar-dropdown {
  background-color: #011f26 !important;
  padding: 0;
}
.cid-tyFt1P0Uva .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #011f26 !important;
  background: #011f26;
}
.cid-tyFt1P0Uva .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tyFt1P0Uva .menu_box .navbar.opened,
  .cid-tyFt1P0Uva .menu_box .navbar-collapse {
    background-color: #011f26 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tyFt1P0Uva .navbar-dropdown {
  position: relative !important;
}
.cid-tyFt1P0Uva .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tyFt1P0Uva .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tyFt1P0Uva .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tyFt1P0Uva .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tyFt1P0Uva .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tyFt1P0Uva .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #08323c;
  }
  .cid-tyFt1P0Uva .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tyFt1P0Uva .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tyFt1P0Uva .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tyFt1P0Uva .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tyFt1P0Uva .offcanvas-body .mbr-text,
  .cid-tyFt1P0Uva .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tyFt1P0Uva .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tyFt1P0Uva .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tyFt1P0Uva .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #08323c;
  }
  .cid-tyFt1P0Uva .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tyFt1P0Uva .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tyFt1P0Uva .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tyFt1P0Uva .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tyFt1P0Uva ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tyFt1P0Uva .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tyFt1P0Uva .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-tyFt1P0Uva .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tyFt1P0Uva 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-tyFt1P0Uva .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tyFt1P0Uva .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tyFt1P0Uva .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tyFt1P0Uva .nav-item {
    margin: 0 !important;
  }
}
.cid-tyFt1P0Uva .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-tyFt1P0Uva .nav-item .nav-link:hover {
  opacity: .5;
}
.cid-tyFt1P0Uva .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tyFt1P0Uva .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tyFt1P0Uva .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tyFt1P0Uva .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tyFt1P0Uva .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-tyFt1P0Uva .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tyFt1P0Uva .offcanvas_box {
    display: none;
  }
}
.cid-tyFt1P0Uva .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tyFt1P0Uva .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tyFt1P0Uva .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tyFt1P0Uva .container {
  display: flex;
  margin: auto;
}
.cid-tyFt1P0Uva .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-tyFt1P0Uva .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tyFt1P0Uva .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tyFt1P0Uva .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tyFt1P0Uva .navbar-nav {
    margin: 0;
  }
}
.cid-tyFt1P0Uva .dropdown-menu,
.cid-tyFt1P0Uva .navbar.opened {
  background-color: false !important;
}
.cid-tyFt1P0Uva .nav-item:focus,
.cid-tyFt1P0Uva .nav-link:focus {
  outline: none;
}
.cid-tyFt1P0Uva .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tyFt1P0Uva .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyFt1P0Uva .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tyFt1P0Uva .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tyFt1P0Uva .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyFt1P0Uva .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyFt1P0Uva .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tyFt1P0Uva .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tyFt1P0Uva .navbar.opened {
  transition: all 0.3s;
}
.cid-tyFt1P0Uva .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tyFt1P0Uva .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-tyFt1P0Uva .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tyFt1P0Uva .navbar.collapsed {
  justify-content: center;
}
.cid-tyFt1P0Uva .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyFt1P0Uva .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tyFt1P0Uva .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyFt1P0Uva .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyFt1P0Uva .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyFt1P0Uva .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tyFt1P0Uva .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tyFt1P0Uva .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tyFt1P0Uva .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tyFt1P0Uva .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyFt1P0Uva .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyFt1P0Uva .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tyFt1P0Uva .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyFt1P0Uva .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tyFt1P0Uva .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tyFt1P0Uva .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tyFt1P0Uva .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tyFt1P0Uva .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tyFt1P0Uva .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tyFt1P0Uva .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tyFt1P0Uva .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tyFt1P0Uva .navbar.navbar-short {
  min-height: 60px;
}
.cid-tyFt1P0Uva .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tyFt1P0Uva .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tyFt1P0Uva .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-tyFt1P0Uva .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-tyFt1P0Uva .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyFt1P0Uva .dropdown-item.active,
.cid-tyFt1P0Uva .dropdown-item:active {
  background-color: transparent;
}
.cid-tyFt1P0Uva .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyFt1P0Uva .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyFt1P0Uva .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyFt1P0Uva .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tyFt1P0Uva ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tyFt1P0Uva .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tyFt1P0Uva button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #011f26;
  background: #ffffff;
}
.cid-tyFt1P0Uva button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #08323c;
}
.cid-tyFt1P0Uva button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tyFt1P0Uva button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyFt1P0Uva button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyFt1P0Uva button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tyFt1P0Uva nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyFt1P0Uva nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tyFt1P0Uva nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tyFt1P0Uva nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyFt1P0Uva a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tyFt1P0Uva .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-tyFt1P0Uva .navbar {
    height: 70px;
  }
  .cid-tyFt1P0Uva .navbar.opened {
    height: auto;
  }
  .cid-tyFt1P0Uva .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tyFt1P0Uva .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-tyFt1P0Uva .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .cid-tyFt1P0Uva .container-fluid {
    padding-left: 72px;
    padding-right: 72px;
  }
}
.cid-tyFt1P0Uva .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tyFt1P0Uva .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-tyFt1P0Uva .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-tyFt1P0Uva .mbr-section-btn-main .btn {
    padding: 20px;
    margin-bottom: 14px;
  }
}
.cid-tyFt1P0Uva .navbar-caption:hover {
  opacity: .5;
}
@media (min-width: 992px) {
  .cid-tyFt1P0Uva .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tyFt1P0Uva .text_widget {
  margin-bottom: 32px;
}
.cid-tyFt1P0Uva .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tyFt1P0Uva .text_widget a:hover {
  color: #edbb1c !important;
}
.cid-tyFt1P0Uva .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-tyFt1P0Uva .navbar-caption {
  color: #08323C;
}
.cid-tyFt1P0Uva .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tyFt1P0Uva .mbr-section-subtitle,
.cid-tyFt1P0Uva .text_widget,
.cid-tyFt1P0Uva .mbr-section-btn {
  text-align: left;
}
.cid-tyFt1P0Uva a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tyFt2p46ho {
  background-color: #edbb1c;
}
.cid-tyFt2p46ho .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyFt2p46ho .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-tyFt2p46ho .container {
    padding: 0 16px;
  }
}
.cid-tyFt2p46ho .title-wrapper {
  position: relative;
  padding: 0 200px;
}
@media (max-width: 992px) {
  .cid-tyFt2p46ho .title-wrapper {
    padding: 0;
  }
}
.cid-tyFt2p46ho .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tyFt2p46ho .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-tyFt2p46ho .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tyFt2p46ho .title-wrapper .title-wrap .text-wrap {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tyFt2p46ho .title-wrapper .title-wrap .text-wrap {
    padding: 0;
  }
}
.cid-tyFt2p46ho .title-wrapper .title-wrap .text-wrap .mbr-text {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-tyFt2p46ho .title-wrapper .title-wrap .text-wrap .mbr-text {
    margin-bottom: 10px;
  }
}
.cid-tyFt2p46ho .title-wrapper .title-wrap .text-wrap .mbr-desc {
  margin: 25px 0 0;
}
@media (max-width: 992px) {
  .cid-tyFt2p46ho .title-wrapper .title-wrap .text-wrap .mbr-desc {
    margin: 10px 0 0;
  }
}
.cid-tyFt2p46ho .title-wrapper img {
  position: absolute;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tyFt2p46ho .title-wrapper img {
    display: none;
  }
}
.cid-tyFt2p46ho .title-wrapper .image_1 {
  top: 0;
  left: 0;
}
.cid-tyFt2p46ho .title-wrapper .image_2 {
  right: 0;
  top: 4rem;
}
.cid-tyFt2p46ho .title-wrapper .image_3 {
  bottom: -3rem;
  right: 3rem;
}
.cid-tyFt2p46ho .title-wrapper .image_4 {
  bottom: -6rem;
  left: 4rem;
}
.cid-tyFt2p46ho .title-wrapper .line_1 {
  position: absolute;
  top: 0;
  left: 7rem;
  width: 1px;
  height: 100%;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-tyFt2p46ho .title-wrapper .line_1 {
    display: none;
  }
}
.cid-tyFt2p46ho .title-wrapper .line_2 {
  position: absolute;
  top: 5rem;
  right: 3rem;
  width: 1px;
  height: 80%;
  border-left: 2px solid #08323c;
}
@media (max-width: 992px) {
  .cid-tyFt2p46ho .title-wrapper .line_2 {
    display: none;
  }
}
.cid-tyFt2p46ho .mbr-section-title {
  color: #08323C;
}
.cid-tyFt2p46ho .mbr-text {
  color: #08323C;
  text-align: center;
}
.cid-tyFt2p46ho .mbr-desc {
  color: #08323C;
  text-align: center;
}
.cid-tyFt2p46ho .mbr-section-title,
.cid-tyFt2p46ho .mbr-section-btn {
  text-align: center;
}
.cid-tyFt6jTGuI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tyFt6jTGuI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyFt6jTGuI .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-tyFt6jTGuI .container {
    padding: 0 16px;
  }
}
.cid-tyFt6jTGuI .title-wrapper {
  position: relative;
  padding-right: 70px;
}
@media (max-width: 992px) {
  .cid-tyFt6jTGuI .title-wrapper {
    padding-right: 0;
  }
}
.cid-tyFt6jTGuI .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tyFt6jTGuI .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tyFt6jTGuI .title-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tyFt6jTGuI .title-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tyFt6jTGuI .title-wrapper .line {
  position: absolute;
  left: 70px;
  width: 1px;
  height: 100vh;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-tyFt6jTGuI .title-wrapper .line {
    display: none;
  }
}
.cid-tyFt6jTGuI .card {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tyFt6jTGuI .card {
    margin-bottom: 40px;
  }
}
.cid-tyFt6jTGuI .card .icon-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-tyFt6jTGuI .card .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-tyFt6jTGuI .card .icon-wrapper .icon-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 100%;
}
.cid-tyFt6jTGuI .card .icon-wrapper .icon-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #edbb1c;
  opacity: .2;
  border-radius: 100%;
}
.cid-tyFt6jTGuI .card .icon-wrapper .icon-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  font-size: 30px;
  background-color: #edbb1c;
  color: #08323c;
  border-radius: 100%;
  z-index: 1;
}
.cid-tyFt6jTGuI .card .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tyFt6jTGuI .card .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tyFt6jTGuI .mbr-section-title {
  color: #08323C;
}
.cid-tyFt6jTGuI .mbr-text {
  color: #08323C;
}
.cid-tyFtfVupcf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-tyFtfVupcf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyFtfVupcf .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-tyFtfVupcf .container {
    padding: 0 16px;
  }
}
.cid-tyFtfVupcf .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tyFtfVupcf .text-wrapper {
    margin-bottom: 40px;
    height: auto;
  }
}
.cid-tyFtfVupcf .text-wrapper .text-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tyFtfVupcf .text-wrapper .text-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tyFtfVupcf .text-wrapper .text-wrap .mbr-text {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-tyFtfVupcf .text-wrapper .text-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tyFtfVupcf .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-tyFtfVupcf .image-wrapper {
    margin: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tyFtfVupcf .image-wrapper {
    margin: 0;
  }
}
.cid-tyFtfVupcf .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-tyFtfVupcf .image-wrapper .image_1 {
    position: static;
    margin-bottom: 20px;
  }
}
.cid-tyFtfVupcf .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-tyFtfVupcf .image-wrapper .image_2 {
    position: static;
    margin-bottom: 20px;
  }
}
.cid-tyFtfVupcf .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-tyFtfVupcf .image-wrapper .image_3 {
    position: static;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.cid-tyFtfVupcf .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-tyFtfVupcf .image-wrapper .container-wrap {
    display: none;
  }
}
.cid-tyFtfVupcf .mbr-section-title {
  color: #ffffff;
}
.cid-tyFtfVupcf .mbr-text {
  color: #ffffff;
}
.cid-tyFtoSbVnH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-tyFtoSbVnH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyFtoSbVnH .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-tyFtoSbVnH .container {
    padding: 0 16px;
  }
}
.cid-tyFtoSbVnH .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tyFtoSbVnH .card {
    margin-bottom: 40px;
  }
}
.cid-tyFtoSbVnH .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-tyFtoSbVnH .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-tyFtoSbVnH .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-tyFtoSbVnH .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-tyFtoSbVnH .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tyFtoSbVnH .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-tyFtoSbVnH .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-tyFtoSbVnH .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-tyFtoSbVnH .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-tyFtoSbVnH .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-tyFtoSbVnH .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-tyFtoSbVnH .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-tyFtoSbVnH .mbr-section-title {
  color: #ffffff;
}
.cid-tyFtoSbVnH .copyright {
  color: #ffffff;
}
.cid-tyFtoSbVnH .mbr-card-title {
  color: #edbb1c;
}
.cid-tyFtoSbVnH .list {
  color: #ffffff;
}
.cid-ueRPr7Xnyo .navbar-dropdown {
  background-color: #011f26 !important;
  padding: 0;
}
.cid-ueRPr7Xnyo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #011f26 !important;
  background: #011f26;
}
.cid-ueRPr7Xnyo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-ueRPr7Xnyo .menu_box .navbar.opened,
  .cid-ueRPr7Xnyo .menu_box .navbar-collapse {
    background-color: #011f26 !important;
    transition: all 0s ease 0s;
  }
}
.cid-ueRPr7Xnyo .navbar-dropdown {
  position: relative !important;
}
.cid-ueRPr7Xnyo .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-ueRPr7Xnyo .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ueRPr7Xnyo .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ueRPr7Xnyo .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ueRPr7Xnyo .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ueRPr7Xnyo .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #08323c;
  }
  .cid-ueRPr7Xnyo .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ueRPr7Xnyo .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ueRPr7Xnyo .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ueRPr7Xnyo .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ueRPr7Xnyo .offcanvas-body .mbr-text,
  .cid-ueRPr7Xnyo .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-ueRPr7Xnyo .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-ueRPr7Xnyo .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ueRPr7Xnyo .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #08323c;
  }
  .cid-ueRPr7Xnyo .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ueRPr7Xnyo .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ueRPr7Xnyo .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ueRPr7Xnyo .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ueRPr7Xnyo ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ueRPr7Xnyo .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ueRPr7Xnyo .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-ueRPr7Xnyo .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ueRPr7Xnyo 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-ueRPr7Xnyo .lg_brand {
    margin: 0 1rem;
  }
}
.cid-ueRPr7Xnyo .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ueRPr7Xnyo .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ueRPr7Xnyo .nav-item {
    margin: 0 !important;
  }
}
.cid-ueRPr7Xnyo .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-ueRPr7Xnyo .nav-item .nav-link:hover {
  opacity: .5;
}
.cid-ueRPr7Xnyo .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ueRPr7Xnyo .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ueRPr7Xnyo .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ueRPr7Xnyo .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ueRPr7Xnyo .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-ueRPr7Xnyo .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ueRPr7Xnyo .offcanvas_box {
    display: none;
  }
}
.cid-ueRPr7Xnyo .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-ueRPr7Xnyo .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ueRPr7Xnyo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ueRPr7Xnyo .container {
  display: flex;
  margin: auto;
}
.cid-ueRPr7Xnyo .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-ueRPr7Xnyo .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ueRPr7Xnyo .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ueRPr7Xnyo .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ueRPr7Xnyo .navbar-nav {
    margin: 0;
  }
}
.cid-ueRPr7Xnyo .dropdown-menu,
.cid-ueRPr7Xnyo .navbar.opened {
  background-color: false !important;
}
.cid-ueRPr7Xnyo .nav-item:focus,
.cid-ueRPr7Xnyo .nav-link:focus {
  outline: none;
}
.cid-ueRPr7Xnyo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ueRPr7Xnyo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ueRPr7Xnyo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ueRPr7Xnyo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ueRPr7Xnyo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueRPr7Xnyo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ueRPr7Xnyo .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ueRPr7Xnyo .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ueRPr7Xnyo .navbar.opened {
  transition: all 0.3s;
}
.cid-ueRPr7Xnyo .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ueRPr7Xnyo .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-ueRPr7Xnyo .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-ueRPr7Xnyo .navbar.collapsed {
  justify-content: center;
}
.cid-ueRPr7Xnyo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ueRPr7Xnyo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ueRPr7Xnyo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ueRPr7Xnyo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ueRPr7Xnyo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ueRPr7Xnyo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ueRPr7Xnyo .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ueRPr7Xnyo .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ueRPr7Xnyo .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ueRPr7Xnyo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ueRPr7Xnyo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ueRPr7Xnyo .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ueRPr7Xnyo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ueRPr7Xnyo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ueRPr7Xnyo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ueRPr7Xnyo .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ueRPr7Xnyo .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ueRPr7Xnyo .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ueRPr7Xnyo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ueRPr7Xnyo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ueRPr7Xnyo .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ueRPr7Xnyo .navbar.navbar-short {
  min-height: 60px;
}
.cid-ueRPr7Xnyo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ueRPr7Xnyo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ueRPr7Xnyo .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-ueRPr7Xnyo .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-ueRPr7Xnyo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ueRPr7Xnyo .dropdown-item.active,
.cid-ueRPr7Xnyo .dropdown-item:active {
  background-color: transparent;
}
.cid-ueRPr7Xnyo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ueRPr7Xnyo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ueRPr7Xnyo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ueRPr7Xnyo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ueRPr7Xnyo ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ueRPr7Xnyo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ueRPr7Xnyo button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #011f26;
  background: #ffffff;
}
.cid-ueRPr7Xnyo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #08323c;
}
.cid-ueRPr7Xnyo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ueRPr7Xnyo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueRPr7Xnyo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueRPr7Xnyo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ueRPr7Xnyo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueRPr7Xnyo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ueRPr7Xnyo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ueRPr7Xnyo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueRPr7Xnyo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ueRPr7Xnyo .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-ueRPr7Xnyo .navbar {
    height: 70px;
  }
  .cid-ueRPr7Xnyo .navbar.opened {
    height: auto;
  }
  .cid-ueRPr7Xnyo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ueRPr7Xnyo .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-ueRPr7Xnyo .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .cid-ueRPr7Xnyo .container-fluid {
    padding-left: 72px;
    padding-right: 72px;
  }
}
.cid-ueRPr7Xnyo .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-ueRPr7Xnyo .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-ueRPr7Xnyo .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-ueRPr7Xnyo .mbr-section-btn-main .btn {
    padding: 20px;
    margin-bottom: 14px;
  }
}
.cid-ueRPr7Xnyo .navbar-caption:hover {
  opacity: .5;
}
@media (min-width: 992px) {
  .cid-ueRPr7Xnyo .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ueRPr7Xnyo .text_widget {
  margin-bottom: 32px;
}
.cid-ueRPr7Xnyo .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-ueRPr7Xnyo .text_widget a:hover {
  color: #edbb1c !important;
}
.cid-ueRPr7Xnyo .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-ueRPr7Xnyo .navbar-caption {
  color: #08323C;
}
.cid-ueRPr7Xnyo .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-ueRPr7Xnyo .mbr-section-subtitle,
.cid-ueRPr7Xnyo .text_widget,
.cid-ueRPr7Xnyo .mbr-section-btn {
  text-align: left;
}
.cid-ueRPr7Xnyo a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ueRPr8HaFR {
  background-color: #d4fe00;
}
.cid-ueRPr8HaFR .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueRPr8HaFR .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-ueRPr8HaFR .container {
    padding: 0 16px;
  }
}
.cid-ueRPr8HaFR .title-wrapper {
  position: relative;
  padding: 0 200px;
}
@media (max-width: 992px) {
  .cid-ueRPr8HaFR .title-wrapper {
    padding: 0;
  }
}
.cid-ueRPr8HaFR .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-ueRPr8HaFR .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-ueRPr8HaFR .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ueRPr8HaFR .title-wrapper .title-wrap .text-wrap {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-ueRPr8HaFR .title-wrapper .title-wrap .text-wrap {
    padding: 0;
  }
}
.cid-ueRPr8HaFR .title-wrapper .title-wrap .text-wrap .mbr-text {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-ueRPr8HaFR .title-wrapper .title-wrap .text-wrap .mbr-text {
    margin-bottom: 10px;
  }
}
.cid-ueRPr8HaFR .title-wrapper .title-wrap .text-wrap .mbr-desc {
  margin: 25px 0 0;
}
@media (max-width: 992px) {
  .cid-ueRPr8HaFR .title-wrapper .title-wrap .text-wrap .mbr-desc {
    margin: 10px 0 0;
  }
}
.cid-ueRPr8HaFR .title-wrapper img {
  position: absolute;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-ueRPr8HaFR .title-wrapper img {
    display: none;
  }
}
.cid-ueRPr8HaFR .title-wrapper .image_1 {
  top: 0;
  left: 0;
}
.cid-ueRPr8HaFR .title-wrapper .image_2 {
  right: 0;
  top: 4rem;
}
.cid-ueRPr8HaFR .title-wrapper .image_3 {
  bottom: -3rem;
  right: 3rem;
}
.cid-ueRPr8HaFR .title-wrapper .image_4 {
  bottom: -6rem;
  left: 4rem;
}
.cid-ueRPr8HaFR .title-wrapper .line_1 {
  position: absolute;
  top: 0;
  left: 7rem;
  width: 1px;
  height: 100%;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-ueRPr8HaFR .title-wrapper .line_1 {
    display: none;
  }
}
.cid-ueRPr8HaFR .title-wrapper .line_2 {
  position: absolute;
  top: 5rem;
  right: 3rem;
  width: 1px;
  height: 80%;
  border-left: 2px solid #08323c;
}
@media (max-width: 992px) {
  .cid-ueRPr8HaFR .title-wrapper .line_2 {
    display: none;
  }
}
.cid-ueRPr8HaFR .mbr-section-title {
  color: #08323C;
}
.cid-ueRPr8HaFR .mbr-text {
  color: #08323C;
  text-align: center;
}
.cid-ueRPr8HaFR .mbr-desc {
  color: #08323C;
  text-align: center;
}
.cid-ueRPr8HaFR .mbr-section-title,
.cid-ueRPr8HaFR .mbr-section-btn {
  text-align: center;
}
.cid-ueRPr8XRmo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-ueRPr8XRmo .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueRPr8XRmo .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-ueRPr8XRmo .container {
    padding: 0 16px;
  }
}
.cid-ueRPr8XRmo .title-wrapper {
  position: relative;
  padding-right: 70px;
}
@media (max-width: 992px) {
  .cid-ueRPr8XRmo .title-wrapper {
    padding-right: 0;
  }
}
.cid-ueRPr8XRmo .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-ueRPr8XRmo .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ueRPr8XRmo .title-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-ueRPr8XRmo .title-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-ueRPr8XRmo .title-wrapper .line {
  position: absolute;
  left: 70px;
  width: 1px;
  height: 100vh;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-ueRPr8XRmo .title-wrapper .line {
    display: none;
  }
}
.cid-ueRPr8XRmo .card {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-ueRPr8XRmo .card {
    margin-bottom: 40px;
  }
}
.cid-ueRPr8XRmo .card .icon-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-ueRPr8XRmo .card .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-ueRPr8XRmo .card .icon-wrapper .icon-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 100%;
}
.cid-ueRPr8XRmo .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-ueRPr8XRmo .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-ueRPr8XRmo .card .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ueRPr8XRmo .card .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ueRPr8XRmo .mbr-section-title {
  color: #08323C;
}
.cid-ueRPr8XRmo .mbr-text {
  color: #08323C;
}
.cid-ueRPr9AH7m {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #08323c;
}
.cid-ueRPr9AH7m .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueRPr9AH7m .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-ueRPr9AH7m .container {
    padding: 0 16px;
  }
}
.cid-ueRPr9AH7m .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ueRPr9AH7m .text-wrapper {
    margin-bottom: 40px;
    height: auto;
  }
}
.cid-ueRPr9AH7m .text-wrapper .text-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ueRPr9AH7m .text-wrapper .text-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-ueRPr9AH7m .text-wrapper .text-wrap .mbr-text {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ueRPr9AH7m .text-wrapper .text-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-ueRPr9AH7m .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-ueRPr9AH7m .image-wrapper {
    margin: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ueRPr9AH7m .image-wrapper {
    margin: 0;
  }
}
.cid-ueRPr9AH7m .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-ueRPr9AH7m .image-wrapper .image_1 {
    position: static;
    margin-bottom: 20px;
  }
}
.cid-ueRPr9AH7m .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-ueRPr9AH7m .image-wrapper .image_2 {
    position: static;
    margin-bottom: 20px;
  }
}
.cid-ueRPr9AH7m .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-ueRPr9AH7m .image-wrapper .image_3 {
    position: static;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.cid-ueRPr9AH7m .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-ueRPr9AH7m .image-wrapper .container-wrap {
    display: none;
  }
}
.cid-ueRPr9AH7m .mbr-section-title {
  color: #ffffff;
}
.cid-ueRPr9AH7m .mbr-text {
  color: #ffffff;
}
.cid-ueRPratF7T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ueRPratF7T .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueRPratF7T .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-ueRPratF7T .container {
    padding: 0 16px;
  }
}
.cid-ueRPratF7T .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-ueRPratF7T .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-ueRPratF7T .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-ueRPratF7T .image-wrapper img {
    height: 300px;
  }
}
.cid-ueRPratF7T .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-ueRPratF7T .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ueRPratF7T .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-ueRPratF7T .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-ueRPratF7T .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-ueRPratF7T .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-ueRPrb8An9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d4fe00;
}
.cid-ueRPrb8An9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueRPrb8An9 .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-ueRPrb8An9 .container {
    padding: 0 16px;
  }
}
.cid-ueRPrb8An9 .row {
  justify-content: center;
}
.cid-ueRPrb8An9 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-ueRPrb8An9 .image-wrapper {
  margin-bottom: 40px;
}
.cid-ueRPrb8An9 .image-wrapper img {
  height: 360px;
  object-fit: cover;
  border-radius: 40px;
}
@media (max-width: 768px) {
  .cid-ueRPrb8An9 .image-wrapper img {
    height: 280px;
  }
}
.cid-ueRPrb8An9 .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-ueRPrb8An9 .mbr-section-title {
  color: #08323C;
  text-align: center;
}
.cid-ueRPrb8An9 .mbr-desc {
  color: #08323C;
  text-align: center;
}
.cid-ueRPrbyAfZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ueRPrbyAfZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueRPrbyAfZ .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-ueRPrbyAfZ .container {
    padding: 0 16px;
  }
}
.cid-ueRPrbyAfZ .row {
  padding: 90px 60px;
  border-radius: 40px;
  background-color: #eff1f2;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ueRPrbyAfZ .row {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .cid-ueRPrbyAfZ .row {
    padding: 20px 16px;
  }
}
@media (max-width: 992px) {
  .cid-ueRPrbyAfZ .row .card {
    margin-bottom: 20px;
  }
}
.cid-ueRPrbyAfZ .row .card .image-wrapper img {
  height: 300px;
  border-radius: 16px;
  object-fit: cover;
}
.cid-ueRPrbyAfZ .row .card:nth-child(2) .image-wrapper {
  margin-top: 10%;
}
@media (max-width: 992px) {
  .cid-ueRPrbyAfZ .row .card:nth-child(2) .image-wrapper {
    margin-top: 0;
  }
}
.cid-ueRPrbIDhv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-ueRPrbIDhv .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueRPrbIDhv .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-ueRPrbIDhv .container {
    padding: 0 16px;
  }
}
.cid-ueRPrbIDhv .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-ueRPrbIDhv .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ueRPrbIDhv .tabs-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
  padding-right: 70px;
}
@media (max-width: 992px) {
  .cid-ueRPrbIDhv .tabs-wrapper {
    margin-bottom: 40px;
    padding: 0;
  }
}
.cid-ueRPrbIDhv .tabs-wrapper .nav.nav-tabs {
  display: block;
  border: none;
  width: 100%;
}
.cid-ueRPrbIDhv .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  padding: 0 0 40px 0;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #dce2e3;
  margin-bottom: 40px;
  color: #08323c;
}
@media (max-width: 768px) {
  .cid-ueRPrbIDhv .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    padding: 0 0 20px 0;
    margin-bottom: 20px;
  }
}
.cid-ueRPrbIDhv .tabs-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 4px;
  width: 0;
  background-color: #d4fe00;
  transition: all 1s ease-out;
}
.cid-ueRPrbIDhv .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  width: 100%;
}
.cid-ueRPrbIDhv .tab-content {
  position: relative;
}
.cid-ueRPrbIDhv .tab-content .tab-pane {
  position: relative;
  z-index: 1;
}
.cid-ueRPrbIDhv .tab-content .tab-pane .image-wrapper {
  border-radius: 40px;
  padding: 70px 0 70px 52px;
  background-color: #08323c;
}
@media (max-width: 768px) {
  .cid-ueRPrbIDhv .tab-content .tab-pane .image-wrapper {
    padding: 40px 0 40px 20px;
  }
}
.cid-ueRPrbIDhv .tab-content .tab-pane .image-wrapper img {
  height: 590px;
  object-fit: cover;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}
@media (max-width: 768px) {
  .cid-ueRPrbIDhv .tab-content .tab-pane .image-wrapper img {
    height: 300px;
  }
}
.cid-ueRPrbIDhv .tab-content .container-wrap {
  position: absolute;
  top: -4rem;
  left: 50%;
  height: 120%;
  width: 100vh;
  border: 2px dashed #08323c;
  border-radius: 40px;
}
@media (max-width: 992px) {
  .cid-ueRPrbIDhv .tab-content .container-wrap {
    display: none;
  }
}
.cid-ueRPrbIDhv .mbr-section-title {
  color: #08323C;
}
.cid-ueRPrbZ5ib {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d4fe00;
}
.cid-ueRPrbZ5ib .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueRPrbZ5ib .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-ueRPrbZ5ib .container {
    padding: 0 16px;
  }
}
.cid-ueRPrbZ5ib .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ueRPrbZ5ib .card {
    margin-bottom: 40px;
  }
}
.cid-ueRPrbZ5ib .card .card-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ueRPrbZ5ib .card .card-wrapper .card-wrap .mbr-price {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  border: 2px dashed #08323c;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 40px;
}
.cid-ueRPrbZ5ib .card .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-ueRPrbZ5ib .card .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 30px;
}
.cid-ueRPrbZ5ib .mbr-section-title {
  color: #08323C;
}
.cid-ueRPrbZ5ib .mbr-text {
  color: #08323C;
  text-align: center;
}
.cid-ueRPrbZ5ib .mbr-price {
  color: #08323C;
  text-align: center;
}
.cid-ueRPrbZ5ib .mbr-section-title,
.cid-ueRPrbZ5ib .mbr-section-btn {
  text-align: center;
}
.cid-ueRPrcdQM0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ueRPrcdQM0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueRPrcdQM0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueRPrcdQM0 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-ueRPrcdQM0 .container-fluid {
    padding: 0 20px;
  }
}
.cid-ueRPrcdQM0 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ueRPrcdQM0 .container {
    padding: 0 20px;
  }
}
.cid-ueRPrcdQM0 .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-ueRPrcdQM0 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ueRPrcdQM0 .panel-group {
  padding: 0 70px;
  border-radius: 0;
}
@media (max-width: 768px) {
  .cid-ueRPrcdQM0 .panel-group {
    padding: 0 20px;
  }
}
.cid-ueRPrcdQM0 .panel-group .card {
  border-bottom: 1px solid #dce2e3;
  border-radius: 0;
}
.cid-ueRPrcdQM0 .panel-group .card .card-header {
  background-color: transparent;
  border-bottom: none;
  padding: 40px 0;
}
.cid-ueRPrcdQM0 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-ueRPrcdQM0 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-ueRPrcdQM0 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin: 0;
}
.cid-ueRPrcdQM0 .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-ueRPrcdQM0 .panel-group .card .panel-collapse {
  position: relative;
}
.cid-ueRPrcdQM0 .panel-group .card .panel-collapse::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 4px;
  width: 0;
  background-color: #d4fe00;
  transition: all 1s ease-out;
}
.cid-ueRPrcdQM0 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 32px;
}
.cid-ueRPrcdQM0 .panel-group .card .panel-collapse.show:before {
  width: 100%;
}
.cid-ueRPrcdQM0 .mbr-section-title {
  color: #08323C;
  text-align: center;
}
.cid-ueRPrcdQM0 .panel-title-edit {
  color: #08323C;
}
.cid-ueRPrcdQM0 .panel-text {
  color: #08323C;
}
.cid-ueRPrczjBx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-ueRPrczjBx .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueRPrczjBx .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-ueRPrczjBx .container {
    padding: 0 16px;
  }
}
.cid-ueRPrczjBx .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ueRPrczjBx .card {
    margin-bottom: 40px;
  }
}
.cid-ueRPrczjBx .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ueRPrczjBx .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-ueRPrczjBx .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-ueRPrczjBx .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ueRPrczjBx .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ueRPrczjBx .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-ueRPrczjBx .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ueRPrczjBx .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-ueRPrczjBx .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-ueRPrczjBx .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-ueRPrczjBx .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ueRPrczjBx .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-ueRPrczjBx .mbr-section-title {
  color: #ffffff;
}
.cid-ueRPrczjBx .copyright {
  color: #ffffff;
}
.cid-ueRPrczjBx .mbr-card-title {
  color: #edbb1c;
}
.cid-ueRPrczjBx .list {
  color: #ffffff;
}
.cid-ueRReSvE5L .navbar-dropdown {
  background-color: #011f26 !important;
  padding: 0;
}
.cid-ueRReSvE5L .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #011f26 !important;
  background: #011f26;
}
.cid-ueRReSvE5L .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-ueRReSvE5L .menu_box .navbar.opened,
  .cid-ueRReSvE5L .menu_box .navbar-collapse {
    background-color: #011f26 !important;
    transition: all 0s ease 0s;
  }
}
.cid-ueRReSvE5L .navbar-dropdown {
  position: relative !important;
}
.cid-ueRReSvE5L .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-ueRReSvE5L .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ueRReSvE5L .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ueRReSvE5L .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ueRReSvE5L .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ueRReSvE5L .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #08323c;
  }
  .cid-ueRReSvE5L .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ueRReSvE5L .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ueRReSvE5L .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ueRReSvE5L .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ueRReSvE5L .offcanvas-body .mbr-text,
  .cid-ueRReSvE5L .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-ueRReSvE5L .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-ueRReSvE5L .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ueRReSvE5L .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #08323c;
  }
  .cid-ueRReSvE5L .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ueRReSvE5L .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ueRReSvE5L .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ueRReSvE5L .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ueRReSvE5L ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ueRReSvE5L .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ueRReSvE5L .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-ueRReSvE5L .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ueRReSvE5L 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-ueRReSvE5L .lg_brand {
    margin: 0 1rem;
  }
}
.cid-ueRReSvE5L .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ueRReSvE5L .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ueRReSvE5L .nav-item {
    margin: 0 !important;
  }
}
.cid-ueRReSvE5L .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-ueRReSvE5L .nav-item .nav-link:hover {
  opacity: .5;
}
.cid-ueRReSvE5L .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ueRReSvE5L .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ueRReSvE5L .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ueRReSvE5L .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ueRReSvE5L .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-ueRReSvE5L .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ueRReSvE5L .offcanvas_box {
    display: none;
  }
}
.cid-ueRReSvE5L .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-ueRReSvE5L .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ueRReSvE5L .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ueRReSvE5L .container {
  display: flex;
  margin: auto;
}
.cid-ueRReSvE5L .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-ueRReSvE5L .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ueRReSvE5L .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ueRReSvE5L .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ueRReSvE5L .navbar-nav {
    margin: 0;
  }
}
.cid-ueRReSvE5L .dropdown-menu,
.cid-ueRReSvE5L .navbar.opened {
  background-color: false !important;
}
.cid-ueRReSvE5L .nav-item:focus,
.cid-ueRReSvE5L .nav-link:focus {
  outline: none;
}
.cid-ueRReSvE5L .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ueRReSvE5L .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ueRReSvE5L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ueRReSvE5L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ueRReSvE5L .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueRReSvE5L .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ueRReSvE5L .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ueRReSvE5L .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ueRReSvE5L .navbar.opened {
  transition: all 0.3s;
}
.cid-ueRReSvE5L .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ueRReSvE5L .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-ueRReSvE5L .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-ueRReSvE5L .navbar.collapsed {
  justify-content: center;
}
.cid-ueRReSvE5L .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ueRReSvE5L .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ueRReSvE5L .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ueRReSvE5L .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ueRReSvE5L .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ueRReSvE5L .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ueRReSvE5L .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ueRReSvE5L .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ueRReSvE5L .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ueRReSvE5L .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ueRReSvE5L .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ueRReSvE5L .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ueRReSvE5L .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ueRReSvE5L .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ueRReSvE5L .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ueRReSvE5L .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ueRReSvE5L .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ueRReSvE5L .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ueRReSvE5L .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ueRReSvE5L .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ueRReSvE5L .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ueRReSvE5L .navbar.navbar-short {
  min-height: 60px;
}
.cid-ueRReSvE5L .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ueRReSvE5L .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ueRReSvE5L .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-ueRReSvE5L .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-ueRReSvE5L .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ueRReSvE5L .dropdown-item.active,
.cid-ueRReSvE5L .dropdown-item:active {
  background-color: transparent;
}
.cid-ueRReSvE5L .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ueRReSvE5L .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ueRReSvE5L .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ueRReSvE5L .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ueRReSvE5L ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ueRReSvE5L .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ueRReSvE5L button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #011f26;
  background: #ffffff;
}
.cid-ueRReSvE5L button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #08323c;
}
.cid-ueRReSvE5L button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ueRReSvE5L button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueRReSvE5L button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueRReSvE5L button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ueRReSvE5L nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueRReSvE5L nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ueRReSvE5L nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ueRReSvE5L nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueRReSvE5L a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ueRReSvE5L .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-ueRReSvE5L .navbar {
    height: 70px;
  }
  .cid-ueRReSvE5L .navbar.opened {
    height: auto;
  }
  .cid-ueRReSvE5L .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ueRReSvE5L .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-ueRReSvE5L .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .cid-ueRReSvE5L .container-fluid {
    padding-left: 72px;
    padding-right: 72px;
  }
}
.cid-ueRReSvE5L .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-ueRReSvE5L .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-ueRReSvE5L .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-ueRReSvE5L .mbr-section-btn-main .btn {
    padding: 20px;
    margin-bottom: 14px;
  }
}
.cid-ueRReSvE5L .navbar-caption:hover {
  opacity: .5;
}
@media (min-width: 992px) {
  .cid-ueRReSvE5L .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ueRReSvE5L .text_widget {
  margin-bottom: 32px;
}
.cid-ueRReSvE5L .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-ueRReSvE5L .text_widget a:hover {
  color: #edbb1c !important;
}
.cid-ueRReSvE5L .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-ueRReSvE5L .navbar-caption {
  color: #08323C;
}
.cid-ueRReSvE5L .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-ueRReSvE5L .mbr-section-subtitle,
.cid-ueRReSvE5L .text_widget,
.cid-ueRReSvE5L .mbr-section-btn {
  text-align: left;
}
.cid-ueRReSvE5L a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ueRRziUiJB {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueRRziUiJB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueRRziUiJB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueRRziUiJB .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-ueRRziUiJB .container-fluid {
    padding: 0 20px;
  }
}
.cid-ueRRziUiJB .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ueRRziUiJB .container {
    padding: 0 20px;
  }
}
.cid-ueRRziUiJB .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-ueRRziUiJB .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ueRRziUiJB .panel-group {
  padding: 0 70px;
  border-radius: 0;
}
@media (max-width: 768px) {
  .cid-ueRRziUiJB .panel-group {
    padding: 0 20px;
  }
}
.cid-ueRRziUiJB .panel-group .card {
  border-bottom: 1px solid #dce2e3;
  border-radius: 0;
}
.cid-ueRRziUiJB .panel-group .card .card-header {
  background-color: transparent;
  border-bottom: none;
  padding: 40px 0;
}
.cid-ueRRziUiJB .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-ueRRziUiJB .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-ueRRziUiJB .panel-group .card .card-header .panel-title .panel-title-edit {
  margin: 0;
}
.cid-ueRRziUiJB .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-ueRRziUiJB .panel-group .card .panel-collapse {
  position: relative;
}
.cid-ueRRziUiJB .panel-group .card .panel-collapse::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 4px;
  width: 0;
  background-color: #edbb1c;
  transition: all 1s ease-out;
}
.cid-ueRRziUiJB .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 32px;
}
.cid-ueRRziUiJB .panel-group .card .panel-collapse.show:before {
  width: 100%;
}
.cid-ueRRziUiJB .mbr-section-title {
  color: #08323C;
  text-align: center;
}
.cid-ueRRziUiJB .panel-title-edit {
  color: #08323C;
}
.cid-ueRRziUiJB .panel-text {
  color: #08323C;
}
.cid-ueRTxjQghZ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ueRTxjQghZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueRTxjQghZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueRTxjQghZ .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-ueRTxjQghZ .container-fluid {
    padding: 0 20px;
  }
}
.cid-ueRTxjQghZ .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ueRTxjQghZ .container {
    padding: 0 20px;
  }
}
.cid-ueRTxjQghZ .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-ueRTxjQghZ .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ueRTxjQghZ .panel-group {
  padding: 0 70px;
  border-radius: 0;
}
@media (max-width: 768px) {
  .cid-ueRTxjQghZ .panel-group {
    padding: 0 20px;
  }
}
.cid-ueRTxjQghZ .panel-group .card {
  border-bottom: 1px solid #dce2e3;
  border-radius: 0;
}
.cid-ueRTxjQghZ .panel-group .card .card-header {
  background-color: transparent;
  border-bottom: none;
  padding: 40px 0;
}
.cid-ueRTxjQghZ .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-ueRTxjQghZ .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-ueRTxjQghZ .panel-group .card .card-header .panel-title .panel-title-edit {
  margin: 0;
}
.cid-ueRTxjQghZ .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-ueRTxjQghZ .panel-group .card .panel-collapse {
  position: relative;
}
.cid-ueRTxjQghZ .panel-group .card .panel-collapse::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 4px;
  width: 0;
  background-color: #edbb1c;
  transition: all 1s ease-out;
}
.cid-ueRTxjQghZ .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 32px;
}
.cid-ueRTxjQghZ .panel-group .card .panel-collapse.show:before {
  width: 100%;
}
.cid-ueRTxjQghZ .mbr-section-title {
  color: #08323C;
  text-align: center;
}
.cid-ueRTxjQghZ .panel-title-edit {
  color: #08323C;
}
.cid-ueRTxjQghZ .panel-text {
  color: #08323C;
}
.cid-ueRReUJguv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-ueRReUJguv .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueRReUJguv .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-ueRReUJguv .container {
    padding: 0 16px;
  }
}
.cid-ueRReUJguv .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ueRReUJguv .text-wrapper {
    margin-bottom: 40px;
    height: auto;
  }
}
.cid-ueRReUJguv .text-wrapper .text-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ueRReUJguv .text-wrapper .text-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-ueRReUJguv .text-wrapper .text-wrap .mbr-text {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ueRReUJguv .text-wrapper .text-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-ueRReUJguv .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-ueRReUJguv .image-wrapper {
    margin: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ueRReUJguv .image-wrapper {
    margin: 0;
  }
}
.cid-ueRReUJguv .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-ueRReUJguv .image-wrapper .image_1 {
    position: static;
    margin-bottom: 20px;
  }
}
.cid-ueRReUJguv .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-ueRReUJguv .image-wrapper .image_2 {
    position: static;
    margin-bottom: 20px;
  }
}
.cid-ueRReUJguv .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-ueRReUJguv .image-wrapper .image_3 {
    position: static;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.cid-ueRReUJguv .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-ueRReUJguv .image-wrapper .container-wrap {
    display: none;
  }
}
.cid-ueRReUJguv .mbr-section-title {
  color: #ffffff;
}
.cid-ueRReUJguv .mbr-text {
  color: #ffffff;
}
.cid-ueRReVfRjF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #08323c;
}
.cid-ueRReVfRjF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueRReVfRjF .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-ueRReVfRjF .container {
    padding: 0 16px;
  }
}
.cid-ueRReVfRjF .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ueRReVfRjF .card {
    margin-bottom: 40px;
  }
}
.cid-ueRReVfRjF .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ueRReVfRjF .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-ueRReVfRjF .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-ueRReVfRjF .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ueRReVfRjF .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ueRReVfRjF .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-ueRReVfRjF .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ueRReVfRjF .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-ueRReVfRjF .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-ueRReVfRjF .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-ueRReVfRjF .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ueRReVfRjF .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-ueRReVfRjF .mbr-section-title {
  color: #ffffff;
}
.cid-ueRReVfRjF .copyright {
  color: #ffffff;
}
.cid-ueRReVfRjF .mbr-card-title {
  color: #edbb1c;
}
.cid-ueRReVfRjF .list {
  color: #ffffff;
}
.cid-ueVDb9KYmg .navbar-dropdown {
  background-color: #011f26 !important;
  padding: 0;
}
.cid-ueVDb9KYmg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #011f26 !important;
  background: #011f26;
}
.cid-ueVDb9KYmg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-ueVDb9KYmg .menu_box .navbar.opened,
  .cid-ueVDb9KYmg .menu_box .navbar-collapse {
    background-color: #011f26 !important;
    transition: all 0s ease 0s;
  }
}
.cid-ueVDb9KYmg .navbar-dropdown {
  position: relative !important;
}
.cid-ueVDb9KYmg .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-ueVDb9KYmg .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ueVDb9KYmg .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ueVDb9KYmg .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ueVDb9KYmg .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ueVDb9KYmg .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #08323c;
  }
  .cid-ueVDb9KYmg .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ueVDb9KYmg .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ueVDb9KYmg .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ueVDb9KYmg .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ueVDb9KYmg .offcanvas-body .mbr-text,
  .cid-ueVDb9KYmg .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-ueVDb9KYmg .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-ueVDb9KYmg .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ueVDb9KYmg .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #08323c;
  }
  .cid-ueVDb9KYmg .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ueVDb9KYmg .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ueVDb9KYmg .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ueVDb9KYmg .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ueVDb9KYmg ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ueVDb9KYmg .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ueVDb9KYmg .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-ueVDb9KYmg .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ueVDb9KYmg 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-ueVDb9KYmg .lg_brand {
    margin: 0 1rem;
  }
}
.cid-ueVDb9KYmg .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ueVDb9KYmg .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ueVDb9KYmg .nav-item {
    margin: 0 !important;
  }
}
.cid-ueVDb9KYmg .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-ueVDb9KYmg .nav-item .nav-link:hover {
  opacity: .5;
}
.cid-ueVDb9KYmg .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ueVDb9KYmg .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ueVDb9KYmg .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ueVDb9KYmg .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ueVDb9KYmg .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-ueVDb9KYmg .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ueVDb9KYmg .offcanvas_box {
    display: none;
  }
}
.cid-ueVDb9KYmg .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-ueVDb9KYmg .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ueVDb9KYmg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ueVDb9KYmg .container {
  display: flex;
  margin: auto;
}
.cid-ueVDb9KYmg .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-ueVDb9KYmg .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ueVDb9KYmg .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ueVDb9KYmg .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ueVDb9KYmg .navbar-nav {
    margin: 0;
  }
}
.cid-ueVDb9KYmg .dropdown-menu,
.cid-ueVDb9KYmg .navbar.opened {
  background-color: false !important;
}
.cid-ueVDb9KYmg .nav-item:focus,
.cid-ueVDb9KYmg .nav-link:focus {
  outline: none;
}
.cid-ueVDb9KYmg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ueVDb9KYmg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ueVDb9KYmg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ueVDb9KYmg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ueVDb9KYmg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueVDb9KYmg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ueVDb9KYmg .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ueVDb9KYmg .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ueVDb9KYmg .navbar.opened {
  transition: all 0.3s;
}
.cid-ueVDb9KYmg .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ueVDb9KYmg .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-ueVDb9KYmg .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-ueVDb9KYmg .navbar.collapsed {
  justify-content: center;
}
.cid-ueVDb9KYmg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ueVDb9KYmg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ueVDb9KYmg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ueVDb9KYmg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ueVDb9KYmg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ueVDb9KYmg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ueVDb9KYmg .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ueVDb9KYmg .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ueVDb9KYmg .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ueVDb9KYmg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ueVDb9KYmg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ueVDb9KYmg .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ueVDb9KYmg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ueVDb9KYmg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ueVDb9KYmg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ueVDb9KYmg .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ueVDb9KYmg .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ueVDb9KYmg .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ueVDb9KYmg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ueVDb9KYmg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ueVDb9KYmg .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ueVDb9KYmg .navbar.navbar-short {
  min-height: 60px;
}
.cid-ueVDb9KYmg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ueVDb9KYmg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ueVDb9KYmg .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-ueVDb9KYmg .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-ueVDb9KYmg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ueVDb9KYmg .dropdown-item.active,
.cid-ueVDb9KYmg .dropdown-item:active {
  background-color: transparent;
}
.cid-ueVDb9KYmg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ueVDb9KYmg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ueVDb9KYmg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ueVDb9KYmg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ueVDb9KYmg ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ueVDb9KYmg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ueVDb9KYmg button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #011f26;
  background: #ffffff;
}
.cid-ueVDb9KYmg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #08323c;
}
.cid-ueVDb9KYmg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ueVDb9KYmg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueVDb9KYmg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueVDb9KYmg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ueVDb9KYmg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueVDb9KYmg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ueVDb9KYmg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ueVDb9KYmg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueVDb9KYmg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ueVDb9KYmg .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-ueVDb9KYmg .navbar {
    height: 70px;
  }
  .cid-ueVDb9KYmg .navbar.opened {
    height: auto;
  }
  .cid-ueVDb9KYmg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ueVDb9KYmg .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-ueVDb9KYmg .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .cid-ueVDb9KYmg .container-fluid {
    padding-left: 72px;
    padding-right: 72px;
  }
}
.cid-ueVDb9KYmg .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-ueVDb9KYmg .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-ueVDb9KYmg .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-ueVDb9KYmg .mbr-section-btn-main .btn {
    padding: 20px;
    margin-bottom: 14px;
  }
}
.cid-ueVDb9KYmg .navbar-caption:hover {
  opacity: .5;
}
@media (min-width: 992px) {
  .cid-ueVDb9KYmg .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ueVDb9KYmg .text_widget {
  margin-bottom: 32px;
}
.cid-ueVDb9KYmg .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-ueVDb9KYmg .text_widget a:hover {
  color: #edbb1c !important;
}
.cid-ueVDb9KYmg .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-ueVDb9KYmg .navbar-caption {
  color: #08323C;
}
.cid-ueVDb9KYmg .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-ueVDb9KYmg .mbr-section-subtitle,
.cid-ueVDb9KYmg .text_widget,
.cid-ueVDb9KYmg .mbr-section-btn {
  text-align: left;
}
.cid-ueVDb9KYmg a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ueVL0W85Vx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eff1f2;
}
.cid-ueVL0W85Vx .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueVL0W85Vx .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-ueVL0W85Vx .container {
    padding: 0 16px;
  }
}
.cid-ueVL0W85Vx .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-ueVL0W85Vx .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-ueVL0W85Vx .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-ueVL0W85Vx .image-wrapper img {
    height: 300px;
  }
}
.cid-ueVL0W85Vx .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-ueVL0W85Vx .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ueVL0W85Vx .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-ueVL0W85Vx .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-ueVL0W85Vx .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-ueVL0W85Vx .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-ueVLRS1T4R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ueVLRS1T4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueVLRS1T4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueVLRS1T4R .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-ueVLRS1T4R .container-fluid {
    padding: 0 20px;
  }
}
.cid-ueVLRS1T4R .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ueVLRS1T4R .container {
    padding: 0 20px;
  }
}
.cid-ueVLRS1T4R .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-ueVLRS1T4R .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ueVLRS1T4R .panel-group {
  padding: 0 70px;
  border-radius: 0;
}
@media (max-width: 768px) {
  .cid-ueVLRS1T4R .panel-group {
    padding: 0 20px;
  }
}
.cid-ueVLRS1T4R .panel-group .card {
  border-bottom: 1px solid #dce2e3;
  border-radius: 0;
}
.cid-ueVLRS1T4R .panel-group .card .card-header {
  background-color: transparent;
  border-bottom: none;
  padding: 40px 0;
}
.cid-ueVLRS1T4R .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-ueVLRS1T4R .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-ueVLRS1T4R .panel-group .card .card-header .panel-title .panel-title-edit {
  margin: 0;
}
.cid-ueVLRS1T4R .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-ueVLRS1T4R .panel-group .card .panel-collapse {
  position: relative;
}
.cid-ueVLRS1T4R .panel-group .card .panel-collapse::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 4px;
  width: 0;
  background-color: #edbb1c;
  transition: all 1s ease-out;
}
.cid-ueVLRS1T4R .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 32px;
}
.cid-ueVLRS1T4R .panel-group .card .panel-collapse.show:before {
  width: 100%;
}
.cid-ueVLRS1T4R .mbr-section-title {
  color: #08323C;
  text-align: center;
}
.cid-ueVLRS1T4R .panel-title-edit {
  color: #08323C;
}
.cid-ueVLRS1T4R .panel-text {
  color: #08323C;
}
.cid-ueVDbaGduw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-ueVDbaGduw .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueVDbaGduw .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-ueVDbaGduw .container {
    padding: 0 16px;
  }
}
.cid-ueVDbaGduw .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ueVDbaGduw .text-wrapper {
    margin-bottom: 40px;
    height: auto;
  }
}
.cid-ueVDbaGduw .text-wrapper .text-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ueVDbaGduw .text-wrapper .text-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-ueVDbaGduw .text-wrapper .text-wrap .mbr-text {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ueVDbaGduw .text-wrapper .text-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-ueVDbaGduw .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-ueVDbaGduw .image-wrapper {
    margin: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ueVDbaGduw .image-wrapper {
    margin: 0;
  }
}
.cid-ueVDbaGduw .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-ueVDbaGduw .image-wrapper .image_1 {
    position: static;
    margin-bottom: 20px;
  }
}
.cid-ueVDbaGduw .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-ueVDbaGduw .image-wrapper .image_2 {
    position: static;
    margin-bottom: 20px;
  }
}
.cid-ueVDbaGduw .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-ueVDbaGduw .image-wrapper .image_3 {
    position: static;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.cid-ueVDbaGduw .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-ueVDbaGduw .image-wrapper .container-wrap {
    display: none;
  }
}
.cid-ueVDbaGduw .mbr-section-title {
  color: #ffffff;
}
.cid-ueVDbaGduw .mbr-text {
  color: #ffffff;
}
.cid-ueVDbaUjIC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-ueVDbaUjIC .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueVDbaUjIC .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-ueVDbaUjIC .container {
    padding: 0 16px;
  }
}
.cid-ueVDbaUjIC .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ueVDbaUjIC .card {
    margin-bottom: 40px;
  }
}
.cid-ueVDbaUjIC .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ueVDbaUjIC .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-ueVDbaUjIC .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-ueVDbaUjIC .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ueVDbaUjIC .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ueVDbaUjIC .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-ueVDbaUjIC .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ueVDbaUjIC .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-ueVDbaUjIC .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-ueVDbaUjIC .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-ueVDbaUjIC .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ueVDbaUjIC .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-ueVDbaUjIC .mbr-section-title {
  color: #ffffff;
}
.cid-ueVDbaUjIC .copyright {
  color: #ffffff;
}
.cid-ueVDbaUjIC .mbr-card-title {
  color: #edbb1c;
}
.cid-ueVDbaUjIC .list {
  color: #ffffff;
}
.cid-ueVD8HAbZD .navbar-dropdown {
  background-color: #011f26 !important;
  padding: 0;
}
.cid-ueVD8HAbZD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #011f26 !important;
  background: #011f26;
}
.cid-ueVD8HAbZD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-ueVD8HAbZD .menu_box .navbar.opened,
  .cid-ueVD8HAbZD .menu_box .navbar-collapse {
    background-color: #011f26 !important;
    transition: all 0s ease 0s;
  }
}
.cid-ueVD8HAbZD .navbar-dropdown {
  position: relative !important;
}
.cid-ueVD8HAbZD .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-ueVD8HAbZD .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ueVD8HAbZD .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ueVD8HAbZD .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ueVD8HAbZD .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ueVD8HAbZD .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #08323c;
  }
  .cid-ueVD8HAbZD .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ueVD8HAbZD .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ueVD8HAbZD .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ueVD8HAbZD .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ueVD8HAbZD .offcanvas-body .mbr-text,
  .cid-ueVD8HAbZD .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-ueVD8HAbZD .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-ueVD8HAbZD .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ueVD8HAbZD .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #08323c;
  }
  .cid-ueVD8HAbZD .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ueVD8HAbZD .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ueVD8HAbZD .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ueVD8HAbZD .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ueVD8HAbZD ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ueVD8HAbZD .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ueVD8HAbZD .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-ueVD8HAbZD .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ueVD8HAbZD 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-ueVD8HAbZD .lg_brand {
    margin: 0 1rem;
  }
}
.cid-ueVD8HAbZD .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ueVD8HAbZD .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ueVD8HAbZD .nav-item {
    margin: 0 !important;
  }
}
.cid-ueVD8HAbZD .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-ueVD8HAbZD .nav-item .nav-link:hover {
  opacity: .5;
}
.cid-ueVD8HAbZD .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ueVD8HAbZD .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ueVD8HAbZD .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ueVD8HAbZD .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ueVD8HAbZD .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-ueVD8HAbZD .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ueVD8HAbZD .offcanvas_box {
    display: none;
  }
}
.cid-ueVD8HAbZD .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-ueVD8HAbZD .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ueVD8HAbZD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ueVD8HAbZD .container {
  display: flex;
  margin: auto;
}
.cid-ueVD8HAbZD .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-ueVD8HAbZD .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ueVD8HAbZD .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ueVD8HAbZD .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ueVD8HAbZD .navbar-nav {
    margin: 0;
  }
}
.cid-ueVD8HAbZD .dropdown-menu,
.cid-ueVD8HAbZD .navbar.opened {
  background-color: false !important;
}
.cid-ueVD8HAbZD .nav-item:focus,
.cid-ueVD8HAbZD .nav-link:focus {
  outline: none;
}
.cid-ueVD8HAbZD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ueVD8HAbZD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ueVD8HAbZD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ueVD8HAbZD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ueVD8HAbZD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueVD8HAbZD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ueVD8HAbZD .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ueVD8HAbZD .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ueVD8HAbZD .navbar.opened {
  transition: all 0.3s;
}
.cid-ueVD8HAbZD .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ueVD8HAbZD .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-ueVD8HAbZD .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-ueVD8HAbZD .navbar.collapsed {
  justify-content: center;
}
.cid-ueVD8HAbZD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ueVD8HAbZD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ueVD8HAbZD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ueVD8HAbZD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ueVD8HAbZD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ueVD8HAbZD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ueVD8HAbZD .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ueVD8HAbZD .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ueVD8HAbZD .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ueVD8HAbZD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ueVD8HAbZD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ueVD8HAbZD .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ueVD8HAbZD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ueVD8HAbZD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ueVD8HAbZD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ueVD8HAbZD .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ueVD8HAbZD .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ueVD8HAbZD .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ueVD8HAbZD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ueVD8HAbZD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ueVD8HAbZD .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ueVD8HAbZD .navbar.navbar-short {
  min-height: 60px;
}
.cid-ueVD8HAbZD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ueVD8HAbZD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ueVD8HAbZD .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-ueVD8HAbZD .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-ueVD8HAbZD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ueVD8HAbZD .dropdown-item.active,
.cid-ueVD8HAbZD .dropdown-item:active {
  background-color: transparent;
}
.cid-ueVD8HAbZD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ueVD8HAbZD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ueVD8HAbZD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ueVD8HAbZD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ueVD8HAbZD ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ueVD8HAbZD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ueVD8HAbZD button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #011f26;
  background: #ffffff;
}
.cid-ueVD8HAbZD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #08323c;
}
.cid-ueVD8HAbZD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ueVD8HAbZD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueVD8HAbZD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueVD8HAbZD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ueVD8HAbZD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueVD8HAbZD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ueVD8HAbZD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ueVD8HAbZD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueVD8HAbZD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ueVD8HAbZD .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-ueVD8HAbZD .navbar {
    height: 70px;
  }
  .cid-ueVD8HAbZD .navbar.opened {
    height: auto;
  }
  .cid-ueVD8HAbZD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ueVD8HAbZD .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-ueVD8HAbZD .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .cid-ueVD8HAbZD .container-fluid {
    padding-left: 72px;
    padding-right: 72px;
  }
}
.cid-ueVD8HAbZD .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-ueVD8HAbZD .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-ueVD8HAbZD .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-ueVD8HAbZD .mbr-section-btn-main .btn {
    padding: 20px;
    margin-bottom: 14px;
  }
}
.cid-ueVD8HAbZD .navbar-caption:hover {
  opacity: .5;
}
@media (min-width: 992px) {
  .cid-ueVD8HAbZD .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ueVD8HAbZD .text_widget {
  margin-bottom: 32px;
}
.cid-ueVD8HAbZD .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-ueVD8HAbZD .text_widget a:hover {
  color: #edbb1c !important;
}
.cid-ueVD8HAbZD .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-ueVD8HAbZD .navbar-caption {
  color: #08323C;
}
.cid-ueVD8HAbZD .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-ueVD8HAbZD .mbr-section-subtitle,
.cid-ueVD8HAbZD .text_widget,
.cid-ueVD8HAbZD .mbr-section-btn {
  text-align: left;
}
.cid-ueVD8HAbZD a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ueVGkYBPjl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ueVGkYBPjl .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueVGkYBPjl .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-ueVGkYBPjl .container {
    padding: 0 16px;
  }
}
.cid-ueVGkYBPjl .title-wrapper {
  position: relative;
}
.cid-ueVGkYBPjl .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-ueVGkYBPjl .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ueVGkYBPjl .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-ueVGkYBPjl .title-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-ueVGkYBPjl .title-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-ueVGkYBPjl .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-ueVGkYBPjl .title-wrapper .container-wrapper {
    display: none;
  }
}
.cid-ueVGkYBPjl .mbr-section-title {
  color: #08323C;
}
.cid-ueVGkYBPjl .mbr-text {
  color: #08323C;
  text-align: center;
}
.cid-ueVGkYBPjl .mbr-section-title,
.cid-ueVGkYBPjl .mbr-section-btn {
  text-align: center;
}
.cid-ueVD8IItmH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-ueVD8IItmH .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueVD8IItmH .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-ueVD8IItmH .container {
    padding: 0 16px;
  }
}
.cid-ueVD8IItmH .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ueVD8IItmH .text-wrapper {
    margin-bottom: 40px;
    height: auto;
  }
}
.cid-ueVD8IItmH .text-wrapper .text-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ueVD8IItmH .text-wrapper .text-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-ueVD8IItmH .text-wrapper .text-wrap .mbr-text {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ueVD8IItmH .text-wrapper .text-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-ueVD8IItmH .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-ueVD8IItmH .image-wrapper {
    margin: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ueVD8IItmH .image-wrapper {
    margin: 0;
  }
}
.cid-ueVD8IItmH .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-ueVD8IItmH .image-wrapper .image_1 {
    position: static;
    margin-bottom: 20px;
  }
}
.cid-ueVD8IItmH .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-ueVD8IItmH .image-wrapper .image_2 {
    position: static;
    margin-bottom: 20px;
  }
}
.cid-ueVD8IItmH .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-ueVD8IItmH .image-wrapper .image_3 {
    position: static;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.cid-ueVD8IItmH .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-ueVD8IItmH .image-wrapper .container-wrap {
    display: none;
  }
}
.cid-ueVD8IItmH .mbr-section-title {
  color: #ffffff;
}
.cid-ueVD8IItmH .mbr-text {
  color: #ffffff;
}
.cid-ueVD8IWwff {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-ueVD8IWwff .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueVD8IWwff .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-ueVD8IWwff .container {
    padding: 0 16px;
  }
}
.cid-ueVD8IWwff .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ueVD8IWwff .card {
    margin-bottom: 40px;
  }
}
.cid-ueVD8IWwff .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ueVD8IWwff .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-ueVD8IWwff .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-ueVD8IWwff .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ueVD8IWwff .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ueVD8IWwff .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-ueVD8IWwff .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ueVD8IWwff .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-ueVD8IWwff .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-ueVD8IWwff .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-ueVD8IWwff .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ueVD8IWwff .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-ueVD8IWwff .mbr-section-title {
  color: #ffffff;
}
.cid-ueVD8IWwff .copyright {
  color: #ffffff;
}
.cid-ueVD8IWwff .mbr-card-title {
  color: #edbb1c;
}
.cid-ueVD8IWwff .list {
  color: #ffffff;
}
.cid-ueVDsGzxzP .navbar-dropdown {
  background-color: #011f26 !important;
  padding: 0;
}
.cid-ueVDsGzxzP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #011f26 !important;
  background: #011f26;
}
.cid-ueVDsGzxzP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-ueVDsGzxzP .menu_box .navbar.opened,
  .cid-ueVDsGzxzP .menu_box .navbar-collapse {
    background-color: #011f26 !important;
    transition: all 0s ease 0s;
  }
}
.cid-ueVDsGzxzP .navbar-dropdown {
  position: relative !important;
}
.cid-ueVDsGzxzP .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-ueVDsGzxzP .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ueVDsGzxzP .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ueVDsGzxzP .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ueVDsGzxzP .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ueVDsGzxzP .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #08323c;
  }
  .cid-ueVDsGzxzP .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ueVDsGzxzP .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ueVDsGzxzP .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ueVDsGzxzP .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ueVDsGzxzP .offcanvas-body .mbr-text,
  .cid-ueVDsGzxzP .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-ueVDsGzxzP .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-ueVDsGzxzP .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ueVDsGzxzP .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #08323c;
  }
  .cid-ueVDsGzxzP .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ueVDsGzxzP .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ueVDsGzxzP .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ueVDsGzxzP .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ueVDsGzxzP ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ueVDsGzxzP .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ueVDsGzxzP .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-ueVDsGzxzP .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ueVDsGzxzP 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-ueVDsGzxzP .lg_brand {
    margin: 0 1rem;
  }
}
.cid-ueVDsGzxzP .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ueVDsGzxzP .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ueVDsGzxzP .nav-item {
    margin: 0 !important;
  }
}
.cid-ueVDsGzxzP .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-ueVDsGzxzP .nav-item .nav-link:hover {
  opacity: .5;
}
.cid-ueVDsGzxzP .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ueVDsGzxzP .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ueVDsGzxzP .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ueVDsGzxzP .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ueVDsGzxzP .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-ueVDsGzxzP .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ueVDsGzxzP .offcanvas_box {
    display: none;
  }
}
.cid-ueVDsGzxzP .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-ueVDsGzxzP .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ueVDsGzxzP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ueVDsGzxzP .container {
  display: flex;
  margin: auto;
}
.cid-ueVDsGzxzP .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-ueVDsGzxzP .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ueVDsGzxzP .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ueVDsGzxzP .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ueVDsGzxzP .navbar-nav {
    margin: 0;
  }
}
.cid-ueVDsGzxzP .dropdown-menu,
.cid-ueVDsGzxzP .navbar.opened {
  background-color: false !important;
}
.cid-ueVDsGzxzP .nav-item:focus,
.cid-ueVDsGzxzP .nav-link:focus {
  outline: none;
}
.cid-ueVDsGzxzP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ueVDsGzxzP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ueVDsGzxzP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ueVDsGzxzP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ueVDsGzxzP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueVDsGzxzP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ueVDsGzxzP .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ueVDsGzxzP .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ueVDsGzxzP .navbar.opened {
  transition: all 0.3s;
}
.cid-ueVDsGzxzP .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ueVDsGzxzP .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-ueVDsGzxzP .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-ueVDsGzxzP .navbar.collapsed {
  justify-content: center;
}
.cid-ueVDsGzxzP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ueVDsGzxzP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ueVDsGzxzP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ueVDsGzxzP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ueVDsGzxzP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ueVDsGzxzP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ueVDsGzxzP .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ueVDsGzxzP .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ueVDsGzxzP .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ueVDsGzxzP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ueVDsGzxzP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ueVDsGzxzP .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ueVDsGzxzP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ueVDsGzxzP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ueVDsGzxzP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ueVDsGzxzP .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ueVDsGzxzP .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ueVDsGzxzP .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ueVDsGzxzP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ueVDsGzxzP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ueVDsGzxzP .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ueVDsGzxzP .navbar.navbar-short {
  min-height: 60px;
}
.cid-ueVDsGzxzP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ueVDsGzxzP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ueVDsGzxzP .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-ueVDsGzxzP .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-ueVDsGzxzP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ueVDsGzxzP .dropdown-item.active,
.cid-ueVDsGzxzP .dropdown-item:active {
  background-color: transparent;
}
.cid-ueVDsGzxzP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ueVDsGzxzP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ueVDsGzxzP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ueVDsGzxzP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ueVDsGzxzP ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ueVDsGzxzP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ueVDsGzxzP button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #011f26;
  background: #ffffff;
}
.cid-ueVDsGzxzP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #08323c;
}
.cid-ueVDsGzxzP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ueVDsGzxzP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueVDsGzxzP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueVDsGzxzP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ueVDsGzxzP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueVDsGzxzP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ueVDsGzxzP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ueVDsGzxzP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueVDsGzxzP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ueVDsGzxzP .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-ueVDsGzxzP .navbar {
    height: 70px;
  }
  .cid-ueVDsGzxzP .navbar.opened {
    height: auto;
  }
  .cid-ueVDsGzxzP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ueVDsGzxzP .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-ueVDsGzxzP .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .cid-ueVDsGzxzP .container-fluid {
    padding-left: 72px;
    padding-right: 72px;
  }
}
.cid-ueVDsGzxzP .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-ueVDsGzxzP .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-ueVDsGzxzP .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-ueVDsGzxzP .mbr-section-btn-main .btn {
    padding: 20px;
    margin-bottom: 14px;
  }
}
.cid-ueVDsGzxzP .navbar-caption:hover {
  opacity: .5;
}
@media (min-width: 992px) {
  .cid-ueVDsGzxzP .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ueVDsGzxzP .text_widget {
  margin-bottom: 32px;
}
.cid-ueVDsGzxzP .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-ueVDsGzxzP .text_widget a:hover {
  color: #edbb1c !important;
}
.cid-ueVDsGzxzP .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-ueVDsGzxzP .navbar-caption {
  color: #08323C;
}
.cid-ueVDsGzxzP .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-ueVDsGzxzP .mbr-section-subtitle,
.cid-ueVDsGzxzP .text_widget,
.cid-ueVDsGzxzP .mbr-section-btn {
  text-align: left;
}
.cid-ueVDsGzxzP a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ueVShqY708 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edbb1c;
}
.cid-ueVShqY708 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueVShqY708 .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-ueVShqY708 .container {
    padding: 0 16px;
  }
}
.cid-ueVShqY708 .list-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-ueVShqY708 .list-wrapper .text-wrap .mbr-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ueVShqY708 .list-wrapper .text-wrap .mbr-title {
    margin-bottom: 20px;
  }
}
.cid-ueVShqY708 .list-wrapper .text-wrap .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ueVShqY708 .list-wrapper .text-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-ueVShqY708 .list-wrapper .list-wrap {
    margin-bottom: 40px;
  }
}
.cid-ueVShqY708 .list-wrapper .list-wrap .list {
  margin: 0;
  list-style: none;
  padding-left: 32px;
}
.cid-ueVShqY708 .list-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 30px;
  list-style: none;
  position: relative;
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-ueVShqY708 .list-wrapper .list-wrap .list .item-wrap {
    margin-bottom: 20px;
  }
}
.cid-ueVShqY708 .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-ueVShqY708 .dragArea.row {
  background-color: #ffffff;
  padding: 40px 30px;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-ueVShqY708 .dragArea.row {
    padding: 20px 16px;
    margin: 0;
  }
}
.cid-ueVShqY708 .dragArea.row .mbr-section-title {
  margin-bottom: 40px;
}
.cid-ueVShqY708 .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-ueVShqY708 .dragArea.row .form-group .form-control-label {
  padding-left: 8px;
  margin-bottom: 6px;
}
.cid-ueVShqY708 .dragArea.row .form-group .form-control {
  padding: 14px;
  border: 1px solid #bbbbbb !important;
  box-shadow: none;
  background-color: transparent;
}
.cid-ueVShqY708 .dragArea.row .form-group .form-control:hover,
.cid-ueVShqY708 .dragArea.row .form-group .form-control:focus {
  border: 1px solid #bbbbbb !important;
  box-shadow: none;
}
.cid-ueVShqY708 .dragArea.row .form-group .form-check {
  padding-left: 2rem;
}
.cid-ueVShqY708 .dragArea.row .form-group .form-check .form-check-input:checked {
  background-color: #edbb1c;
  border-color: #edbb1c;
}
.cid-ueVShqY708 .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
.cid-ueVShqY708 .mbr-title {
  color: #08323C;
}
.cid-ueVShqY708 .mbr-section-title {
  color: #08323C;
  text-align: center;
}
.cid-ueVShqY708 .mbr-section-subtitle {
  color: #08323C;
}
.cid-ueVShqY708 .mbr-text {
  color: #08323C;
}
.cid-ueVShqY708 .list {
  color: #08323C;
}
.cid-ueVShqY708 label {
  color: #08323C;
}
.cid-ueVDsIqurb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-ueVDsIqurb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueVDsIqurb .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-ueVDsIqurb .container {
    padding: 0 16px;
  }
}
.cid-ueVDsIqurb .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ueVDsIqurb .text-wrapper {
    margin-bottom: 40px;
    height: auto;
  }
}
.cid-ueVDsIqurb .text-wrapper .text-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ueVDsIqurb .text-wrapper .text-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-ueVDsIqurb .text-wrapper .text-wrap .mbr-text {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ueVDsIqurb .text-wrapper .text-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-ueVDsIqurb .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-ueVDsIqurb .image-wrapper {
    margin: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ueVDsIqurb .image-wrapper {
    margin: 0;
  }
}
.cid-ueVDsIqurb .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-ueVDsIqurb .image-wrapper .image_1 {
    position: static;
    margin-bottom: 20px;
  }
}
.cid-ueVDsIqurb .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-ueVDsIqurb .image-wrapper .image_2 {
    position: static;
    margin-bottom: 20px;
  }
}
.cid-ueVDsIqurb .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-ueVDsIqurb .image-wrapper .image_3 {
    position: static;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.cid-ueVDsIqurb .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-ueVDsIqurb .image-wrapper .container-wrap {
    display: none;
  }
}
.cid-ueVDsIqurb .mbr-section-title {
  color: #ffffff;
}
.cid-ueVDsIqurb .mbr-text {
  color: #ffffff;
}
.cid-ueVDsIE17z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-ueVDsIE17z .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueVDsIE17z .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-ueVDsIE17z .container {
    padding: 0 16px;
  }
}
.cid-ueVDsIE17z .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ueVDsIE17z .card {
    margin-bottom: 40px;
  }
}
.cid-ueVDsIE17z .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ueVDsIE17z .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-ueVDsIE17z .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-ueVDsIE17z .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ueVDsIE17z .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ueVDsIE17z .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-ueVDsIE17z .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ueVDsIE17z .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-ueVDsIE17z .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-ueVDsIE17z .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-ueVDsIE17z .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ueVDsIE17z .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-ueVDsIE17z .mbr-section-title {
  color: #ffffff;
}
.cid-ueVDsIE17z .copyright {
  color: #ffffff;
}
.cid-ueVDsIE17z .mbr-card-title {
  color: #edbb1c;
}
.cid-ueVDsIE17z .list {
  color: #ffffff;
}
.cid-ueVTVSQZfm .navbar-dropdown {
  background-color: #011f26 !important;
  padding: 0;
}
.cid-ueVTVSQZfm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #011f26 !important;
  background: #011f26;
}
.cid-ueVTVSQZfm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-ueVTVSQZfm .menu_box .navbar.opened,
  .cid-ueVTVSQZfm .menu_box .navbar-collapse {
    background-color: #011f26 !important;
    transition: all 0s ease 0s;
  }
}
.cid-ueVTVSQZfm .navbar-dropdown {
  position: relative !important;
}
.cid-ueVTVSQZfm .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-ueVTVSQZfm .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ueVTVSQZfm .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ueVTVSQZfm .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ueVTVSQZfm .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ueVTVSQZfm .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #08323c;
  }
  .cid-ueVTVSQZfm .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ueVTVSQZfm .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ueVTVSQZfm .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ueVTVSQZfm .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ueVTVSQZfm .offcanvas-body .mbr-text,
  .cid-ueVTVSQZfm .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-ueVTVSQZfm .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-ueVTVSQZfm .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ueVTVSQZfm .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #08323c;
  }
  .cid-ueVTVSQZfm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ueVTVSQZfm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ueVTVSQZfm .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ueVTVSQZfm .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ueVTVSQZfm ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ueVTVSQZfm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ueVTVSQZfm .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-ueVTVSQZfm .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ueVTVSQZfm 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-ueVTVSQZfm .lg_brand {
    margin: 0 1rem;
  }
}
.cid-ueVTVSQZfm .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ueVTVSQZfm .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ueVTVSQZfm .nav-item {
    margin: 0 !important;
  }
}
.cid-ueVTVSQZfm .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-ueVTVSQZfm .nav-item .nav-link:hover {
  opacity: .5;
}
.cid-ueVTVSQZfm .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ueVTVSQZfm .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ueVTVSQZfm .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ueVTVSQZfm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ueVTVSQZfm .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-ueVTVSQZfm .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ueVTVSQZfm .offcanvas_box {
    display: none;
  }
}
.cid-ueVTVSQZfm .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-ueVTVSQZfm .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ueVTVSQZfm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ueVTVSQZfm .container {
  display: flex;
  margin: auto;
}
.cid-ueVTVSQZfm .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-ueVTVSQZfm .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ueVTVSQZfm .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ueVTVSQZfm .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ueVTVSQZfm .navbar-nav {
    margin: 0;
  }
}
.cid-ueVTVSQZfm .dropdown-menu,
.cid-ueVTVSQZfm .navbar.opened {
  background-color: false !important;
}
.cid-ueVTVSQZfm .nav-item:focus,
.cid-ueVTVSQZfm .nav-link:focus {
  outline: none;
}
.cid-ueVTVSQZfm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ueVTVSQZfm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ueVTVSQZfm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ueVTVSQZfm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ueVTVSQZfm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueVTVSQZfm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ueVTVSQZfm .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ueVTVSQZfm .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ueVTVSQZfm .navbar.opened {
  transition: all 0.3s;
}
.cid-ueVTVSQZfm .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ueVTVSQZfm .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-ueVTVSQZfm .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-ueVTVSQZfm .navbar.collapsed {
  justify-content: center;
}
.cid-ueVTVSQZfm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ueVTVSQZfm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ueVTVSQZfm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ueVTVSQZfm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ueVTVSQZfm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ueVTVSQZfm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ueVTVSQZfm .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ueVTVSQZfm .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ueVTVSQZfm .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ueVTVSQZfm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ueVTVSQZfm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ueVTVSQZfm .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ueVTVSQZfm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ueVTVSQZfm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ueVTVSQZfm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ueVTVSQZfm .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ueVTVSQZfm .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ueVTVSQZfm .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ueVTVSQZfm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ueVTVSQZfm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ueVTVSQZfm .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ueVTVSQZfm .navbar.navbar-short {
  min-height: 60px;
}
.cid-ueVTVSQZfm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ueVTVSQZfm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ueVTVSQZfm .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-ueVTVSQZfm .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-ueVTVSQZfm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ueVTVSQZfm .dropdown-item.active,
.cid-ueVTVSQZfm .dropdown-item:active {
  background-color: transparent;
}
.cid-ueVTVSQZfm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ueVTVSQZfm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ueVTVSQZfm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ueVTVSQZfm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ueVTVSQZfm ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ueVTVSQZfm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ueVTVSQZfm button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #011f26;
  background: #ffffff;
}
.cid-ueVTVSQZfm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #08323c;
}
.cid-ueVTVSQZfm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ueVTVSQZfm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueVTVSQZfm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueVTVSQZfm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ueVTVSQZfm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueVTVSQZfm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ueVTVSQZfm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ueVTVSQZfm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueVTVSQZfm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ueVTVSQZfm .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-ueVTVSQZfm .navbar {
    height: 70px;
  }
  .cid-ueVTVSQZfm .navbar.opened {
    height: auto;
  }
  .cid-ueVTVSQZfm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ueVTVSQZfm .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-ueVTVSQZfm .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .cid-ueVTVSQZfm .container-fluid {
    padding-left: 72px;
    padding-right: 72px;
  }
}
.cid-ueVTVSQZfm .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-ueVTVSQZfm .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-ueVTVSQZfm .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-ueVTVSQZfm .mbr-section-btn-main .btn {
    padding: 20px;
    margin-bottom: 14px;
  }
}
.cid-ueVTVSQZfm .navbar-caption:hover {
  opacity: .5;
}
@media (min-width: 992px) {
  .cid-ueVTVSQZfm .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ueVTVSQZfm .text_widget {
  margin-bottom: 32px;
}
.cid-ueVTVSQZfm .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-ueVTVSQZfm .text_widget a:hover {
  color: #edbb1c !important;
}
.cid-ueVTVSQZfm .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-ueVTVSQZfm .navbar-caption {
  color: #08323C;
}
.cid-ueVTVSQZfm .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-ueVTVSQZfm .mbr-section-subtitle,
.cid-ueVTVSQZfm .text_widget,
.cid-ueVTVSQZfm .mbr-section-btn {
  text-align: left;
}
.cid-ueVTVSQZfm a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ueVU8FuqEl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edbb1c;
}
.cid-ueVU8FuqEl .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueVU8FuqEl .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-ueVU8FuqEl .container {
    padding: 0 16px;
  }
}
.cid-ueVU8FuqEl .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ueVU8FuqEl .card {
    margin-bottom: 60px;
  }
}
.cid-ueVU8FuqEl .card .icon-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ueVU8FuqEl .card .icon-wrapper {
    margin-bottom: 30px;
  }
}
.cid-ueVU8FuqEl .card .icon-wrapper .icon-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 100%;
}
.cid-ueVU8FuqEl .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-ueVU8FuqEl .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-ueVU8FuqEl .card .content-wrapper .mbr-section-title {
  margin-bottom: 14px;
}
.cid-ueVU8FuqEl .card .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ueVU8FuqEl .mbr-section-title {
  color: #08323C;
}
.cid-ueVU8FuqEl .mbr-text {
  color: #08323C;
}
.cid-ueVU7sIdG8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-ueVU7sIdG8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueVU7sIdG8 .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-ueVU7sIdG8 .container {
    padding: 0 16px;
  }
}
.cid-ueVU7sIdG8 .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.cid-ueVU7sIdG8 .title-wrapper .title-wrap {
  position: relative;
  padding-right: 70px;
}
@media (max-width: 992px) {
  .cid-ueVU7sIdG8 .title-wrapper .title-wrap {
    padding-right: 0;
  }
}
.cid-ueVU7sIdG8 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-ueVU7sIdG8 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ueVU7sIdG8 .title-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-ueVU7sIdG8 .title-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-ueVU7sIdG8 .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-ueVU7sIdG8 .title-wrapper .line {
    display: none;
  }
}
.cid-ueVU7sIdG8 .card .card-wrapper {
  padding: 24px;
  margin-bottom: 32px;
  background-color: #edbb1c;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-ueVU7sIdG8 .card .card-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ueVU7sIdG8 .card .card-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-ueVU7sIdG8 .card .card-wrapper .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-ueVU7sIdG8 .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-ueVU7sIdG8 .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-ueVU7sIdG8 .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-ueVU7sIdG8 .card .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ueVU7sIdG8 .card .card-wrapper .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ueVU7sIdG8 .mbr-section-title {
  color: #08323C;
}
.cid-ueVU7sIdG8 .mbr-text {
  color: #08323C;
}
.cid-ueVTVU9rsa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-ueVTVU9rsa .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueVTVU9rsa .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-ueVTVU9rsa .container {
    padding: 0 16px;
  }
}
.cid-ueVTVU9rsa .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ueVTVU9rsa .text-wrapper {
    margin-bottom: 40px;
    height: auto;
  }
}
.cid-ueVTVU9rsa .text-wrapper .text-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ueVTVU9rsa .text-wrapper .text-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-ueVTVU9rsa .text-wrapper .text-wrap .mbr-text {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ueVTVU9rsa .text-wrapper .text-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-ueVTVU9rsa .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-ueVTVU9rsa .image-wrapper {
    margin: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ueVTVU9rsa .image-wrapper {
    margin: 0;
  }
}
.cid-ueVTVU9rsa .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-ueVTVU9rsa .image-wrapper .image_1 {
    position: static;
    margin-bottom: 20px;
  }
}
.cid-ueVTVU9rsa .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-ueVTVU9rsa .image-wrapper .image_2 {
    position: static;
    margin-bottom: 20px;
  }
}
.cid-ueVTVU9rsa .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-ueVTVU9rsa .image-wrapper .image_3 {
    position: static;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.cid-ueVTVU9rsa .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-ueVTVU9rsa .image-wrapper .container-wrap {
    display: none;
  }
}
.cid-ueVTVU9rsa .mbr-section-title {
  color: #ffffff;
}
.cid-ueVTVU9rsa .mbr-text {
  color: #ffffff;
}
.cid-ueVTVUot36 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-ueVTVUot36 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueVTVUot36 .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-ueVTVUot36 .container {
    padding: 0 16px;
  }
}
.cid-ueVTVUot36 .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ueVTVUot36 .card {
    margin-bottom: 40px;
  }
}
.cid-ueVTVUot36 .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ueVTVUot36 .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-ueVTVUot36 .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-ueVTVUot36 .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ueVTVUot36 .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ueVTVUot36 .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-ueVTVUot36 .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ueVTVUot36 .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-ueVTVUot36 .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-ueVTVUot36 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-ueVTVUot36 .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-ueVTVUot36 .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-ueVTVUot36 .mbr-section-title {
  color: #ffffff;
}
.cid-ueVTVUot36 .copyright {
  color: #ffffff;
}
.cid-ueVTVUot36 .mbr-card-title {
  color: #edbb1c;
}
.cid-ueVTVUot36 .list {
  color: #ffffff;
}
