.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 20px !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Afacad;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 4rem;
  line-height: 108%;
  letter-spacing: -5.2px;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
  line-height: 76px;
  letter-spacing: -0.04em;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 26px;
  letter-spacing: -0.04em;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  line-height: 128%;
  letter-spacing: -1.68px;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  line-height: 35px;
  letter-spacing: -0.04px;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((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: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #0c66a3 !important;
}
.bg-info {
  background-color: #002c42 !important;
}
.bg-warning {
  background-color: #ffa544 !important;
}
.bg-danger {
  background-color: #ff5244 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f3f6f9 !important;
  border-color: #f3f6f9 !important;
  color: #4f779e !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #4f779e !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #002c42 !important;
  border-color: #002c42 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #004e75 !important;
  border-color: #004e75 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #004e75 !important;
  border-color: #004e75 !important;
}
.btn-success,
.btn-success:active {
  background-color: #0c66a3 !important;
  border-color: #0c66a3 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #0f84d3 !important;
  border-color: #0f84d3 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0f84d3 !important;
  border-color: #0f84d3 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffa544 !important;
  border-color: #ffa544 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffbe77 !important;
  border-color: #ffbe77 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffbe77 !important;
  border-color: #ffbe77 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff5244 !important;
  border-color: #ff5244 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ff8177 !important;
  border-color: #ff8177 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff8177 !important;
  border-color: #ff8177 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.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: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #f3f6f9;
  color: #f3f6f9;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b9cbdc !important;
  background-color: transparent !important;
  border-color: #b9cbdc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #4f779e !important;
  background-color: #f3f6f9 !important;
  border-color: #f3f6f9 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #002c42;
  color: #002c42;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #002c42 !important;
  border-color: #002c42 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #0c66a3;
  color: #0c66a3;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #063352 !important;
  background-color: transparent !important;
  border-color: #063352 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #0c66a3 !important;
  border-color: #0c66a3 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffa544;
  color: #ffa544;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ec7b00 !important;
  background-color: transparent !important;
  border-color: #ec7b00 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa544 !important;
  border-color: #ffa544 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff5244;
  color: #ff5244;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ec1200 !important;
  background-color: transparent !important;
  border-color: #ec1200 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff5244 !important;
  border-color: #ff5244 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  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: #000000 !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: #fafafa;
  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: #cfcfcf !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: #000000 !important;
}
.text-secondary {
  color: #f3f6f9 !important;
}
.text-success {
  color: #0c66a3 !important;
}
.text-info {
  color: #002c42 !important;
}
.text-warning {
  color: #ffa544 !important;
}
.text-danger {
  color: #ff5244 !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: #afc3d7 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #052b44 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #dd7300 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #dd1100 !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: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #002c42;
}
.alert-warning {
  background-color: #ffa544;
}
.alert-danger {
  background-color: #ff5244;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #3ea8f1;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #29b7ff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  line-height: 35px;
  letter-spacing: -0.04px;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  line-height: 35px;
  letter-spacing: -0.04px;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.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: #000000 !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: #f3f6f9 !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='%23000000' %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 {
  padding: 4px 20px;
  border-radius: 110px !important;
  flex-direction: row-reverse;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin: 0 8px 0 0;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  opacity: .8;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  border: none;
}
.cid-u1INmVOdLk {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-u1INmVOdLk .navbar-dropdown {
  background: #131313 !important;
  padding: 0;
  position: absolute !important;
}
.cid-u1INmVOdLk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #131313 !important;
  background: #131313;
}
.cid-u1INmVOdLk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1INmVOdLk .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u1INmVOdLk .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u1INmVOdLk .menu_box .navbar.opened,
  .cid-u1INmVOdLk .menu_box .navbar-collapse {
    background-color: #131313 !important;
    transition: all 0s ease 0s;
  }
}
.cid-u1INmVOdLk nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u1INmVOdLk .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-u1INmVOdLk .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u1INmVOdLk .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u1INmVOdLk .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u1INmVOdLk .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u1INmVOdLk .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #1e1e1e;
  }
  .cid-u1INmVOdLk .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u1INmVOdLk .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u1INmVOdLk .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u1INmVOdLk .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u1INmVOdLk .offcanvas-body .mbr-text,
  .cid-u1INmVOdLk .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u1INmVOdLk .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u1INmVOdLk .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u1INmVOdLk .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-u1INmVOdLk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u1INmVOdLk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u1INmVOdLk .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u1INmVOdLk .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u1INmVOdLk ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u1INmVOdLk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u1INmVOdLk .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-u1INmVOdLk .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u1INmVOdLk li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u1INmVOdLk .lg_brand {
    margin: 0 1rem;
  }
  .cid-u1INmVOdLk .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-u1INmVOdLk .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u1INmVOdLk .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-u1INmVOdLk .nav-item {
    margin: 0 !important;
  }
}
.cid-u1INmVOdLk .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-u1INmVOdLk .nav-item .nav-link:hover,
.cid-u1INmVOdLk .nav-item .nav-link:focus {
  opacity: .3;
}
.cid-u1INmVOdLk .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u1INmVOdLk .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u1INmVOdLk .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u1INmVOdLk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u1INmVOdLk .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-u1INmVOdLk .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u1INmVOdLk .offcanvas_box {
    display: none;
  }
}
.cid-u1INmVOdLk .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u1INmVOdLk .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u1INmVOdLk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u1INmVOdLk .container {
  display: flex;
  margin: auto;
}
.cid-u1INmVOdLk .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u1INmVOdLk .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u1INmVOdLk .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u1INmVOdLk .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u1INmVOdLk .navbar-nav {
    margin: 0;
  }
}
.cid-u1INmVOdLk .dropdown-menu,
.cid-u1INmVOdLk .navbar.opened {
  background-color: true !important;
}
.cid-u1INmVOdLk .nav-item:focus,
.cid-u1INmVOdLk .nav-link:focus {
  outline: none;
}
.cid-u1INmVOdLk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u1INmVOdLk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1INmVOdLk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u1INmVOdLk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u1INmVOdLk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1INmVOdLk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1INmVOdLk .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u1INmVOdLk .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u1INmVOdLk .navbar.opened {
  transition: all 0.3s;
}
.cid-u1INmVOdLk .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u1INmVOdLk .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-u1INmVOdLk .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-u1INmVOdLk .navbar.collapsed {
  justify-content: center;
}
.cid-u1INmVOdLk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1INmVOdLk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u1INmVOdLk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1INmVOdLk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1INmVOdLk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1INmVOdLk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u1INmVOdLk .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u1INmVOdLk .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u1INmVOdLk .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u1INmVOdLk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1INmVOdLk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1INmVOdLk .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u1INmVOdLk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1INmVOdLk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u1INmVOdLk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u1INmVOdLk .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u1INmVOdLk .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u1INmVOdLk .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u1INmVOdLk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u1INmVOdLk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u1INmVOdLk .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u1INmVOdLk .navbar.navbar-short {
  min-height: 60px;
}
.cid-u1INmVOdLk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u1INmVOdLk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u1INmVOdLk .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-u1INmVOdLk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-u1INmVOdLk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1INmVOdLk .dropdown-item.active,
.cid-u1INmVOdLk .dropdown-item:active {
  background-color: transparent;
}
.cid-u1INmVOdLk .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-u1INmVOdLk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1INmVOdLk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u1INmVOdLk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1INmVOdLk ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u1INmVOdLk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u1INmVOdLk button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #131313;
  background: #ffffff;
}
.cid-u1INmVOdLk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u1INmVOdLk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u1INmVOdLk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1INmVOdLk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1INmVOdLk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u1INmVOdLk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1INmVOdLk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u1INmVOdLk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u1INmVOdLk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1INmVOdLk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u1INmVOdLk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u1INmVOdLk .navbar {
    height: 70px;
  }
  .cid-u1INmVOdLk .navbar.opened {
    height: auto;
  }
  .cid-u1INmVOdLk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1INmVOdLk .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-u1INmVOdLk .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-u1INmVOdLk .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u1INmVOdLk .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u1INmVOdLk .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 9px 20px;
  border-radius: 10px !important;
}
.cid-u1INmVOdLk .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-u1INmVOdLk .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u1INmVOdLk .text_widget {
  margin-bottom: 32px;
}
.cid-u1INmVOdLk .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u1INmVOdLk .text_widget a:hover,
.cid-u1INmVOdLk .text_widget a:focus {
  opacity: .8;
}
.cid-u1INmVOdLk .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u1INmVOdLk .navbar-caption {
  color: #000000;
}
.cid-u1INmVOdLk .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u1INmVOdLk .mbr-section-subtitle,
.cid-u1INmVOdLk .text_widget,
.cid-u1INmVOdLk .mbr-section-btn {
  text-align: center;
}
.cid-u1INmVOdLk a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v8WOOsIXho {
  background-image: url("../../../assets/images/background-1-2000x1125.png");
}
.cid-v8WOOsIXho .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8WOOsIXho .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8WOOsIXho .mbr-section-title {
  color: #FFFFFF;
}
.cid-v8WOOsIXho .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-v8WOOsIXho .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-v8WOOsIXho .mbr-section-btn {
  margin-top: 18px;
}
.cid-v8WOOsIXho .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-v8WOOsIXho .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-v8Y14NBm4U {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v8Y14NBm4U .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8Y14NBm4U .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-v8Y14NBm4U .container {
    padding: 0 22px;
  }
}
.cid-v8Y14NBm4U .row {
  justify-content: center;
}
.cid-v8Y14NBm4U .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v8Y14NBm4U .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v8Y14NBm4U .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
.cid-v8Y14NBm4U .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v8Y14NBm4U .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #ffffff;
}
.cid-v8Y14NBm4U .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v8Y14NBm4U .mbr-section-title {
  color: #ffffff;
}
.cid-v8Y14NBm4U .mbr-text {
  color: #1e1e1e;
  text-align: justify;
}
.cid-v8Y14NBm4U .mbr-section-title,
.cid-v8Y14NBm4U .icon-wrapper {
  text-align: center;
  color: #002c42;
}
.cid-v8Y94Y6zlV {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v8Y94Y6zlV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8Y94Y6zlV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8Y94Y6zlV .content-wrap {
  margin: 0 -50px;
}
.cid-v8Y94Y6zlV .content-wrap .card {
  padding: 0 50px;
}
.cid-v8Y94Y6zlV .content-wrap .label-wrapper {
  margin-bottom: 20px;
}
.cid-v8Y94Y6zlV .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.cid-v8Y94Y6zlV .content-wrap .label-wrapper .label-wrap .iconfont-wrapper {
  display: flex;
}
.cid-v8Y94Y6zlV .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
}
.cid-v8Y94Y6zlV .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v8Y94Y6zlV .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-v8Y94Y6zlV .panel-group .card {
  position: relative;
  background-color: transparent;
  border-bottom: 1px solid #c6c6c6;
  border-radius: 0 !important;
  padding: 30px 0;
}
@media (max-width: 992px) {
  .cid-v8Y94Y6zlV .panel-group .card {
    padding: 20px 0;
  }
}
.cid-v8Y94Y6zlV .panel-group .card:first-child {
  border-top: 1px solid #c6c6c6;
}
.cid-v8Y94Y6zlV .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v8Y94Y6zlV .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
}
.cid-v8Y94Y6zlV .panel-group .card .card-header .panel-title .title-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 992px) {
  .cid-v8Y94Y6zlV .panel-group .card .card-header .panel-title .title-wrap {
    display: block;
  }
}
.cid-v8Y94Y6zlV .panel-group .card .card-header .panel-title .title-wrap .panel-number {
  margin-bottom: 0;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-v8Y94Y6zlV .panel-group .card .card-header .panel-title .title-wrap .panel-number {
    margin-bottom: 20px;
    width: 0;
  }
}
.cid-v8Y94Y6zlV .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit {
  margin-bottom: 0;
}
.cid-v8Y94Y6zlV .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  background-color: #002c42;
}
.cid-v8Y94Y6zlV .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 10px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-v8Y94Y6zlV .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  background-color: #c6c6c6;
}
.cid-v8Y94Y6zlV .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #1f1f1f;
}
.cid-v8Y94Y6zlV .panel-group .card .panel-collapse .panel-body {
  padding: 20px 44px 0 44px;
}
@media (max-width: 992px) {
  .cid-v8Y94Y6zlV .panel-group .card .panel-collapse .panel-body {
    padding: 20px 0 0 0;
  }
}
.cid-v8Y94Y6zlV .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v8Y94Y6zlV .mbr-label {
  color: #1f1f1f;
}
.cid-v8Y94Y6zlV .mbr-section-title {
  color: #1f1f1f;
}
.cid-v8Y94Y6zlV .panel-number {
  color: #1f1f1f;
}
.cid-v8Y94Y6zlV .panel-title-edit {
  color: #1f1f1f;
}
.cid-v8Y94Y6zlV .item-text {
  color: #5a5a5a;
}
.cid-v9CLp8oKPm {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/background-1-2000x1125.png");
}
.cid-v9CLp8oKPm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9CLp8oKPm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9CLp8oKPm .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v9CLp8oKPm .content-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.cid-v9CLp8oKPm .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v9CLp8oKPm .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v9CLp8oKPm .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v9CLp8oKPm .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v9CLp8oKPm .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-v9CLp8oKPm .mbr-label,
.cid-v9CLp8oKPm .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v9CLp8oKPm .mbr-section-title {
  color: #ffffff;
}
.cid-v9CLp8oKPm .mbr-text,
.cid-v9CLp8oKPm .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v9CLp8oKPm .mbr-section-title,
.cid-v9CLp8oKPm .mbr-section-btn {
  text-align: center;
}
.cid-v9CTdELR2A {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-v9CTdELR2A .mbr-section-title {
  color: #06182d;
}
.cid-v9CTdELR2A .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-v9CTdELR2A .mbr-section-subtitle {
  color: #06182d;
}
.cid-v9CTdELR2A .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-v9CTdELR2A .mbr-section-text {
  color: #999999;
}
.cid-v9CTdELR2A .nav-tabs .nav-item.open .nav-link:focus,
.cid-v9CTdELR2A .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-v9CTdELR2A .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #f4f6f9;
}
.cid-v9CTdELR2A .nav-tabs .nav-item {
  margin-right: 4px;
}
.cid-v9CTdELR2A .first {
  margin-left: -24px;
}
.cid-v9CTdELR2A .nav-tabs .nav-link {
  color: #002c42;
  font-style: normal;
  font-weight: 300;
  transition: all 0.5s;
  border: none;
  border-radius: 0 !important;
  background-color: #f4f6f9;
  padding: 1rem 2.2rem;
}
.cid-v9CTdELR2A .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #002c42;
}
.cid-v9CTdELR2A .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background-color: #002c42;
}
.cid-v9CTdELR2A P {
  color: #879a9f;
}
@media (max-width: 768px) {
  .cid-v9CTdELR2A .first {
    margin-left: 0;
  }
}
@media (max-width: 576px) {
  .cid-v9CTdELR2A .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-v9CTdELR2A .mbr-text,
  .cid-v9CTdELR2A .nav-link {
    text-align: center;
  }
}
.cid-v9CTdELR2A .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9CTdELR2A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9CTdELR2A .mbr-text {
  color: #232323;
}
.cid-v93UHqR7kP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v93UHqR7kP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v93UHqR7kP .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-v93UHqR7kP .container {
    padding: 0 22px;
  }
}
.cid-v93UHqR7kP .row {
  justify-content: center;
}
.cid-v93UHqR7kP .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v93UHqR7kP .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v93UHqR7kP .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
.cid-v93UHqR7kP .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v93UHqR7kP .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #ffffff;
}
.cid-v93UHqR7kP .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v93UHqR7kP .mbr-section-title {
  color: #ffffff;
}
.cid-v93UHqR7kP .mbr-text {
  color: #1e1e1e;
  text-align: center;
}
.cid-v93UHqR7kP .mbr-section-title,
.cid-v93UHqR7kP .icon-wrapper {
  text-align: center;
  color: #002c42;
}
.cid-v93U9wUBSx {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #ffffff;
}
.cid-v93U9wUBSx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v93U9wUBSx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v93U9wUBSx .items-wrapper {
  margin: 0 -4px;
}
.cid-v93U9wUBSx .item {
  padding: 0 4px;
  margin-top: 8px;
}
.cid-v93U9wUBSx .item:first-child {
  margin-top: 0;
}
.cid-v93U9wUBSx .item:nth-child(2) {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-v93U9wUBSx .item:nth-child(2) {
    margin-top: 8px;
  }
}
.cid-v93U9wUBSx .item:nth-child(3) {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-v93U9wUBSx .item:nth-child(3) {
    margin-top: 8px;
  }
}
.cid-v93U9wUBSx .item:nth-child(4) {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-v93U9wUBSx .item:nth-child(4) {
    margin-top: 8px;
  }
}
.cid-v93U9wUBSx .item .item-wrapper {
  height: 100%;
  padding: 32px;
  background-color: #0c66a3;
}
@media (max-width: 992px) {
  .cid-v93U9wUBSx .item .item-wrapper {
    padding: 24px;
  }
}
.cid-v93U9wUBSx .item .item-wrapper .item-date {
  margin-bottom: 6px;
}
.cid-v93U9wUBSx .item .item-wrapper .item-title {
  margin-bottom: 0;
}
.cid-v93U9wUBSx .item .item-wrapper .item-text {
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-v93U9wUBSx .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v93U9wUBSx .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v93U9wUBSx .item-date {
  color: #ffffff;
}
.cid-v93U9wUBSx .item-title {
  color: #ffb3c1;
}
.cid-v93U9wUBSx .item-text {
  color: #ffb3c1;
}
.cid-v93U9wUBSx .item-title,
.cid-v93U9wUBSx .mbr-section-btn {
  color: #ffffff;
}
.cid-v93UW6oNDA {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v93UW6oNDA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v93UW6oNDA .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-v93UW6oNDA .container {
    padding: 0 22px;
  }
}
.cid-v93UW6oNDA .row {
  justify-content: center;
}
.cid-v93UW6oNDA .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v93UW6oNDA .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v93UW6oNDA .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
.cid-v93UW6oNDA .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v93UW6oNDA .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #ffffff;
}
.cid-v93UW6oNDA .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v93UW6oNDA .mbr-section-title {
  color: #ffffff;
}
.cid-v93UW6oNDA .mbr-text {
  color: #1e1e1e;
  text-align: center;
}
.cid-v93UW6oNDA .mbr-section-title,
.cid-v93UW6oNDA .icon-wrapper {
  text-align: center;
  color: #002c42;
}
.cid-vacadbQ7A9 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vacadbQ7A9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vacadbQ7A9 .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-vacadbQ7A9 .container {
    padding: 0 22px;
  }
}
.cid-vacadbQ7A9 .row {
  justify-content: center;
}
.cid-vacadbQ7A9 .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vacadbQ7A9 .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vacadbQ7A9 .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
.cid-vacadbQ7A9 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vacadbQ7A9 .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #ffffff;
}
.cid-vacadbQ7A9 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vacadbQ7A9 .mbr-section-title {
  color: #ffffff;
}
.cid-vacadbQ7A9 .mbr-text {
  color: #1e1e1e;
  text-align: center;
}
.cid-vacadbQ7A9 .mbr-section-title,
.cid-vacadbQ7A9 .icon-wrapper {
  text-align: center;
  color: #002c42;
}
.cid-vacavDow0B {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #ffffff;
}
.cid-vacavDow0B .mbr-fallback-image.disabled {
  display: none;
}
.cid-vacavDow0B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vacavDow0B .items-wrapper {
  margin: 0 -4px;
}
.cid-vacavDow0B .items-wrapper .item:nth-child(1) .item-wrapper {
  background-color: #1A5379;
}
.cid-vacavDow0B .items-wrapper .item:nth-child(2) .item-wrapper {
  background-color: #1E3B4E;
}
.cid-vacavDow0B .items-wrapper .item:nth-child(3) .item-wrapper {
  background-color: #1C2A33;
}
.cid-vacavDow0B .items-wrapper .item:nth-child(4) .item-wrapper {
  background-color: #252D33;
}
.cid-vacavDow0B .item {
  padding: 0 4px;
  margin-top: 8px;
}
.cid-vacavDow0B .item:first-child {
  margin-top: 0;
}
.cid-vacavDow0B .item:nth-child(2),
.cid-vacavDow0B .item:nth-child(3),
.cid-vacavDow0B .item:nth-child(4) {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-vacavDow0B .item:nth-child(2),
  .cid-vacavDow0B .item:nth-child(3),
  .cid-vacavDow0B .item:nth-child(4) {
    margin-top: 8px;
  }
}
.cid-vacavDow0B .item .item-wrapper {
  height: 100%;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-vacavDow0B .item .item-wrapper {
    padding: 24px;
  }
}
.cid-vacavDow0B .item-date {
  color: #ffffff;
}
.cid-vacavDow0B .item-title {
  color: #ffb3c1;
}
.cid-vacavDow0B .item-text {
  color: #ffb3c1;
}
.cid-vacavDow0B .item-title,
.cid-vacavDow0B .mbr-section-btn {
  color: #ffffff;
}
.cid-v9D0ap5PlG {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v9D0ap5PlG .mbr-iconfont {
  color: #8d97ad;
}
.cid-v9D0ap5PlG .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-v9D0ap5PlG .mbr-text {
  margin: 1.5rem 0;
  color: #8d97ad;
}
.cid-v9D0ap5PlG .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-v9D0ap5PlG .card-title {
  margin-bottom: 0.3rem;
  text-align: center;
}
.cid-v9D0ap5PlG .card-img {
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-v9D0ap5PlG .img-icon {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v9D0ap5PlG .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-v9D0ap5PlG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9D0ap5PlG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9D0ap5PlG .mbr-text,
.cid-v9D0ap5PlG .social-links {
  text-align: center;
  color: #1e1e1e;
}
.cid-v9D0ap5PlG H2 {
  color: #002c42;
}
.cid-v98q0ROivB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v98q0ROivB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v98q0ROivB .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-v98q0ROivB .container {
    padding: 0 22px;
  }
}
.cid-v98q0ROivB .row {
  justify-content: center;
}
.cid-v98q0ROivB .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v98q0ROivB .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v98q0ROivB .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
.cid-v98q0ROivB .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v98q0ROivB .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #ffffff;
}
.cid-v98q0ROivB .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v98q0ROivB .mbr-section-title {
  color: #ffffff;
}
.cid-v98q0ROivB .mbr-text {
  color: #1e1e1e;
  text-align: center;
}
.cid-v98q0ROivB .mbr-section-title,
.cid-v98q0ROivB .icon-wrapper {
  text-align: center;
  color: #002c42;
}
.cid-v9HPZnHWR7 {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-v9HPZnHWR7 .mbr-section-title {
  color: #002c42;
}
.cid-v9HPZnHWR7 .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-v9HPZnHWR7 .mbr-text {
  color: #8d97ad;
}
.cid-v9HPZnHWR7 .nav {
  border: none;
}
.cid-v9HPZnHWR7 .nav-tabs {
  width: 100%;
}
.cid-v9HPZnHWR7 .nav-tabs .nav-item {
  margin-bottom: 1rem;
  width: 100%;
}
.cid-v9HPZnHWR7 .card-img {
  overflow: hidden;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}
.cid-v9HPZnHWR7 .nav-tabs .nav-link {
  display: flex;
  color: #000000;
  box-sizing: border-box;
  font-style: normal;
  background: #f4f8fa;
  font-weight: 500;
  padding: 1rem 1rem;
  border-right: 1px solid #dee2e6;
  border-top: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
  margin: 0px;
  border-radius: 0px !important;
  border-bottom: 1px solid #dee2e6;
  transition: all .3s;
}
.cid-v9HPZnHWR7 .nav-tabs .nav-link:hover {
  background-color: #002c42;
  color: #ffffff;
}
.cid-v9HPZnHWR7 .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #002c42;
}
.cid-v9HPZnHWR7 .nav-tabs .nav-link span {
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v9HPZnHWR7 .nav-item {
    display: table-row !important;
  }
}
.cid-v9HPZnHWR7 .mbr-section-btn {
  padding-left: 10px;
}
.cid-v9HPZnHWR7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9HPZnHWR7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v99g0ZLZMh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background-1-2000x1125.png");
}
.cid-v99g0ZLZMh .row {
  flex-direction: column;
}
.cid-v99g0ZLZMh .row {
  flex-direction: column-reverse;
}
.cid-v99g0ZLZMh .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-v99g0ZLZMh .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v99g0ZLZMh .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-v99g0ZLZMh .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v99g0ZLZMh .mbr-section-tag {
  margin-bottom: 0.5rem;
}
.cid-v99g0ZLZMh .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-v99g0ZLZMh .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-v99g0ZLZMh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v99g0ZLZMh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9DctKovF7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v9DctKovF7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9DctKovF7 .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-v9DctKovF7 .container {
    padding: 0 22px;
  }
}
.cid-v9DctKovF7 .row {
  justify-content: center;
}
.cid-v9DctKovF7 .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v9DctKovF7 .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v9DctKovF7 .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
.cid-v9DctKovF7 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v9DctKovF7 .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #ffffff;
}
.cid-v9DctKovF7 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v9DctKovF7 .mbr-section-title {
  color: #ffffff;
}
.cid-v9DctKovF7 .mbr-text {
  color: #1e1e1e;
  text-align: center;
}
.cid-v9DctKovF7 .mbr-section-title,
.cid-v9DctKovF7 .icon-wrapper {
  text-align: center;
  color: #002c42;
}
.cid-v9wemfX4SF {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: transparent;
}
.cid-v9wemfX4SF .carousel-item {
  margin-top: 1rem;
  justify-content: center;
}
.cid-v9wemfX4SF .carousel-item > div {
  width: 100%;
}
.cid-v9wemfX4SF .carousel-item.active,
.cid-v9wemfX4SF .carousel-item-next,
.cid-v9wemfX4SF .carousel-item-prev {
  display: flex;
}
.cid-v9wemfX4SF .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 1.2rem;
}
.cid-v9wemfX4SF .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  opacity: 0.9;
}
.cid-v9wemfX4SF .carousel-controls a:hover span {
  opacity: 1;
}
@media (min-width: 768px) {
  .cid-v9wemfX4SF .carousel-controls a {
    width: 5%;
  }
}
.cid-v9wemfX4SF .mbr-section-subtitle {
  margin-top: 2rem;
  margin-bottom: 0;
  color: #70747f;
}
.cid-v9wemfX4SF img {
  width: 100%;
  border-radius: 30px;
}
.cid-v9wemfX4SF .title-block {
  margin-top: 3rem;
}
.cid-v9wemfX4SF .signature {
  font-weight: 900;
  color: #12265a;
}
.cid-v9wemfX4SF .carousel-indicators {
  display: none !important;
}
.cid-v9wemfX4SF .carousel {
  display: flex;
  overflow: hidden;
  padding-bottom: 3rem;
}
.cid-v9wemfX4SF .container-fluid {
  max-width: 1200px;
  padding: 0 0.5rem;
}
.cid-v9wemfX4SF .desk {
  color: #45b3df;
  font-weight: 900;
}
.cid-v9wemfX4SF a {
  color: #ffffff;
  line-height: 1.5;
}
.cid-v9wemfX4SF .social-list {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translate(-50%, 50%);
}
.cid-v9wemfX4SF .soc-item {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.25rem 0.3rem;
  z-index: 1;
  background: #f3f6f9;
  border-radius: 50%;
  position: relative;
  margin-right: 0.6rem;
}
.cid-v9wemfX4SF .soc-item span {
  font-size: 1rem;
  color: #ffffff;
  transition: all 0.3s;
}
.cid-v9wemfX4SF .items {
  margin-right: 1rem;
  margin-bottom: 0;
  color: #12265a;
}
.cid-v9wemfX4SF .wrapper-img {
  position: relative;
}
@media (max-width: 767px) {
  .cid-v9wemfX4SF {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.cid-v9wemfX4SF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9wemfX4SF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9CHizDmPw {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: transparent;
}
.cid-v9CHizDmPw .carousel-item {
  margin-top: 1rem;
  justify-content: center;
}
.cid-v9CHizDmPw .carousel-item > div {
  width: 100%;
}
.cid-v9CHizDmPw .carousel-item.active,
.cid-v9CHizDmPw .carousel-item-next,
.cid-v9CHizDmPw .carousel-item-prev {
  display: flex;
}
.cid-v9CHizDmPw .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 1.2rem;
}
.cid-v9CHizDmPw .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  opacity: 0.9;
}
.cid-v9CHizDmPw .carousel-controls a:hover span {
  opacity: 1;
}
@media (min-width: 768px) {
  .cid-v9CHizDmPw .carousel-controls a {
    width: 5%;
  }
}
.cid-v9CHizDmPw .mbr-section-subtitle {
  margin-top: 2rem;
  margin-bottom: 0;
  color: #70747f;
}
.cid-v9CHizDmPw img {
  width: 100%;
  border-radius: 30px;
}
.cid-v9CHizDmPw .title-block {
  margin-top: 3rem;
}
.cid-v9CHizDmPw .signature {
  font-weight: 900;
  color: #12265a;
}
.cid-v9CHizDmPw .carousel-indicators {
  display: none !important;
}
.cid-v9CHizDmPw .carousel {
  display: flex;
  overflow: hidden;
  padding-bottom: 3rem;
}
.cid-v9CHizDmPw .container-fluid {
  max-width: 1200px;
  padding: 0 0.5rem;
}
.cid-v9CHizDmPw .desk {
  color: #45b3df;
  font-weight: 900;
}
.cid-v9CHizDmPw a {
  color: #ffffff;
  line-height: 1.5;
}
.cid-v9CHizDmPw .social-list {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translate(-50%, 50%);
}
.cid-v9CHizDmPw .soc-item {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.25rem 0.3rem;
  z-index: 1;
  background: #f3f6f9;
  border-radius: 50%;
  position: relative;
  margin-right: 0.6rem;
}
.cid-v9CHizDmPw .soc-item span {
  font-size: 1rem;
  color: #ffffff;
  transition: all 0.3s;
}
.cid-v9CHizDmPw .items {
  margin-right: 1rem;
  margin-bottom: 0;
  color: #12265a;
}
.cid-v9CHizDmPw .wrapper-img {
  position: relative;
}
@media (max-width: 767px) {
  .cid-v9CHizDmPw {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.cid-v9CHizDmPw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9CHizDmPw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9CHRRFE0X {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: transparent;
}
.cid-v9CHRRFE0X .carousel-item {
  margin-top: 1rem;
  justify-content: center;
}
.cid-v9CHRRFE0X .carousel-item > div {
  width: 100%;
}
.cid-v9CHRRFE0X .carousel-item.active,
.cid-v9CHRRFE0X .carousel-item-next,
.cid-v9CHRRFE0X .carousel-item-prev {
  display: flex;
}
.cid-v9CHRRFE0X .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 1.2rem;
}
.cid-v9CHRRFE0X .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  opacity: 0.9;
}
.cid-v9CHRRFE0X .carousel-controls a:hover span {
  opacity: 1;
}
@media (min-width: 768px) {
  .cid-v9CHRRFE0X .carousel-controls a {
    width: 5%;
  }
}
.cid-v9CHRRFE0X .mbr-section-subtitle {
  margin-top: 2rem;
  margin-bottom: 0;
  color: #70747f;
}
.cid-v9CHRRFE0X img {
  width: 100%;
  border-radius: 30px;
}
.cid-v9CHRRFE0X .title-block {
  margin-top: 3rem;
}
.cid-v9CHRRFE0X .signature {
  font-weight: 900;
  color: #12265a;
}
.cid-v9CHRRFE0X .carousel-indicators {
  display: none !important;
}
.cid-v9CHRRFE0X .carousel {
  display: flex;
  overflow: hidden;
  padding-bottom: 0rem;
}
.cid-v9CHRRFE0X .container-fluid {
  max-width: 1200px;
  padding: 0 0.5rem;
}
.cid-v9CHRRFE0X .desk {
  color: #45b3df;
  font-weight: 900;
}
.cid-v9CHRRFE0X a {
  color: #ffffff;
  line-height: 1.5;
}
.cid-v9CHRRFE0X .social-list {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translate(-50%, 50%);
}
.cid-v9CHRRFE0X .soc-item {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.25rem 0.3rem;
  z-index: 1;
  background: #f3f6f9;
  border-radius: 50%;
  position: relative;
  margin-right: 0.6rem;
}
.cid-v9CHRRFE0X .soc-item span {
  font-size: 1rem;
  color: #ffffff;
  transition: all 0.3s;
}
.cid-v9CHRRFE0X .items {
  margin-right: 1rem;
  margin-bottom: 0;
  color: #12265a;
}
.cid-v9CHRRFE0X .wrapper-img {
  position: relative;
}
@media (max-width: 767px) {
  .cid-v9CHRRFE0X {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.cid-v9CHRRFE0X .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9CHRRFE0X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9CIbvTxhk {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: transparent;
}
.cid-v9CIbvTxhk .carousel-item {
  margin-top: 1rem;
  justify-content: center;
}
.cid-v9CIbvTxhk .carousel-item > div {
  width: 100%;
}
.cid-v9CIbvTxhk .carousel-item.active,
.cid-v9CIbvTxhk .carousel-item-next,
.cid-v9CIbvTxhk .carousel-item-prev {
  display: flex;
}
.cid-v9CIbvTxhk .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 1.2rem;
}
.cid-v9CIbvTxhk .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  opacity: 0.9;
}
.cid-v9CIbvTxhk .carousel-controls a:hover span {
  opacity: 1;
}
@media (min-width: 768px) {
  .cid-v9CIbvTxhk .carousel-controls a {
    width: 5%;
  }
}
.cid-v9CIbvTxhk .mbr-section-subtitle {
  margin-top: 2rem;
  margin-bottom: 0;
  color: #70747f;
}
.cid-v9CIbvTxhk img {
  width: 100%;
  border-radius: 30px;
}
.cid-v9CIbvTxhk .title-block {
  margin-top: 3rem;
}
.cid-v9CIbvTxhk .signature {
  font-weight: 900;
  color: #12265a;
}
.cid-v9CIbvTxhk .carousel-indicators {
  display: none !important;
}
.cid-v9CIbvTxhk .carousel {
  display: flex;
  overflow: hidden;
  padding-bottom: 3rem;
}
.cid-v9CIbvTxhk .container-fluid {
  max-width: 1200px;
  padding: 0 0.5rem;
}
.cid-v9CIbvTxhk .desk {
  color: #45b3df;
  font-weight: 900;
}
.cid-v9CIbvTxhk a {
  color: #ffffff;
  line-height: 1.5;
}
.cid-v9CIbvTxhk .social-list {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translate(-50%, 50%);
}
.cid-v9CIbvTxhk .soc-item {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.25rem 0.3rem;
  z-index: 1;
  background: #f3f6f9;
  border-radius: 50%;
  position: relative;
  margin-right: 0.6rem;
}
.cid-v9CIbvTxhk .soc-item span {
  font-size: 1rem;
  color: #ffffff;
  transition: all 0.3s;
}
.cid-v9CIbvTxhk .items {
  margin-right: 1rem;
  margin-bottom: 0;
  color: #12265a;
}
.cid-v9CIbvTxhk .wrapper-img {
  position: relative;
}
@media (max-width: 767px) {
  .cid-v9CIbvTxhk {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.cid-v9CIbvTxhk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9CIbvTxhk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9CIdfC1uj {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: transparent;
}
.cid-v9CIdfC1uj .carousel-item {
  margin-top: 1rem;
  justify-content: center;
}
.cid-v9CIdfC1uj .carousel-item > div {
  width: 100%;
}
.cid-v9CIdfC1uj .carousel-item.active,
.cid-v9CIdfC1uj .carousel-item-next,
.cid-v9CIdfC1uj .carousel-item-prev {
  display: flex;
}
.cid-v9CIdfC1uj .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 1.2rem;
}
.cid-v9CIdfC1uj .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  opacity: 0.9;
}
.cid-v9CIdfC1uj .carousel-controls a:hover span {
  opacity: 1;
}
@media (min-width: 768px) {
  .cid-v9CIdfC1uj .carousel-controls a {
    width: 5%;
  }
}
.cid-v9CIdfC1uj .mbr-section-subtitle {
  margin-top: 2rem;
  margin-bottom: 0;
  color: #70747f;
}
.cid-v9CIdfC1uj img {
  width: 100%;
  border-radius: 30px;
}
.cid-v9CIdfC1uj .title-block {
  margin-top: 3rem;
}
.cid-v9CIdfC1uj .signature {
  font-weight: 900;
  color: #12265a;
}
.cid-v9CIdfC1uj .carousel-indicators {
  display: none !important;
}
.cid-v9CIdfC1uj .carousel {
  display: flex;
  overflow: hidden;
  padding-bottom: 3rem;
}
.cid-v9CIdfC1uj .container-fluid {
  max-width: 1200px;
  padding: 0 0.5rem;
}
.cid-v9CIdfC1uj .desk {
  color: #45b3df;
  font-weight: 900;
}
.cid-v9CIdfC1uj a {
  color: #ffffff;
  line-height: 1.5;
}
.cid-v9CIdfC1uj .social-list {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translate(-50%, 50%);
}
.cid-v9CIdfC1uj .soc-item {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.25rem 0.3rem;
  z-index: 1;
  background: #f3f6f9;
  border-radius: 50%;
  position: relative;
  margin-right: 0.6rem;
}
.cid-v9CIdfC1uj .soc-item span {
  font-size: 1rem;
  color: #ffffff;
  transition: all 0.3s;
}
.cid-v9CIdfC1uj .items {
  margin-right: 1rem;
  margin-bottom: 0;
  color: #12265a;
}
.cid-v9CIdfC1uj .wrapper-img {
  position: relative;
}
@media (max-width: 767px) {
  .cid-v9CIdfC1uj {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.cid-v9CIdfC1uj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9CIdfC1uj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v99h87h3JX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background-1-2000x1125.png");
}
.cid-v99h87h3JX .row {
  flex-direction: column;
}
.cid-v99h87h3JX .row {
  flex-direction: column-reverse;
}
.cid-v99h87h3JX .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-v99h87h3JX .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v99h87h3JX .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-v99h87h3JX .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v99h87h3JX .mbr-section-tag {
  margin-bottom: 0.5rem;
}
.cid-v99h87h3JX .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-v99h87h3JX .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-v99h87h3JX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v99h87h3JX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v99gJEbDnJ {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v99gJEbDnJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v99gJEbDnJ .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-v99gJEbDnJ .container {
    padding: 0 22px;
  }
}
.cid-v99gJEbDnJ .row {
  justify-content: center;
}
.cid-v99gJEbDnJ .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v99gJEbDnJ .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v99gJEbDnJ .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
.cid-v99gJEbDnJ .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v99gJEbDnJ .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #ffffff;
}
.cid-v99gJEbDnJ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v99gJEbDnJ .mbr-section-title {
  color: #ffffff;
}
.cid-v99gJEbDnJ .mbr-text {
  color: #1e1e1e;
  text-align: center;
}
.cid-v99gJEbDnJ .mbr-section-title,
.cid-v99gJEbDnJ .icon-wrapper {
  text-align: center;
  color: #002c42;
}
.cid-v9CJR6UTV0 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: transparent;
}
.cid-v9CJR6UTV0 .carousel-item {
  margin-top: 1rem;
  justify-content: center;
}
.cid-v9CJR6UTV0 .carousel-item > div {
  width: 100%;
}
.cid-v9CJR6UTV0 .carousel-item.active,
.cid-v9CJR6UTV0 .carousel-item-next,
.cid-v9CJR6UTV0 .carousel-item-prev {
  display: flex;
}
.cid-v9CJR6UTV0 .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 1.2rem;
}
.cid-v9CJR6UTV0 .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  opacity: 0.9;
}
.cid-v9CJR6UTV0 .carousel-controls a:hover span {
  opacity: 1;
}
@media (min-width: 768px) {
  .cid-v9CJR6UTV0 .carousel-controls a {
    width: 5%;
  }
}
.cid-v9CJR6UTV0 .mbr-section-subtitle {
  margin-top: 2rem;
  margin-bottom: 0;
  color: #70747f;
}
.cid-v9CJR6UTV0 img {
  width: 100%;
  border-radius: 30px;
}
.cid-v9CJR6UTV0 .title-block {
  margin-top: 3rem;
}
.cid-v9CJR6UTV0 .signature {
  font-weight: 900;
  color: #12265a;
}
.cid-v9CJR6UTV0 .carousel-indicators {
  display: none !important;
}
.cid-v9CJR6UTV0 .carousel {
  display: flex;
  overflow: hidden;
  padding-bottom: 3rem;
}
.cid-v9CJR6UTV0 .container-fluid {
  max-width: 1200px;
  padding: 0 0.5rem;
}
.cid-v9CJR6UTV0 .desk {
  color: #45b3df;
  font-weight: 900;
}
.cid-v9CJR6UTV0 a {
  color: #ffffff;
  line-height: 1.5;
}
.cid-v9CJR6UTV0 .social-list {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translate(-50%, 50%);
}
.cid-v9CJR6UTV0 .soc-item {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.25rem 0.3rem;
  z-index: 1;
  background: #f3f6f9;
  border-radius: 50%;
  position: relative;
  margin-right: 0.6rem;
}
.cid-v9CJR6UTV0 .soc-item span {
  font-size: 1rem;
  color: #ffffff;
  transition: all 0.3s;
}
.cid-v9CJR6UTV0 .items {
  margin-right: 1rem;
  margin-bottom: 0;
  color: #12265a;
}
.cid-v9CJR6UTV0 .wrapper-img {
  position: relative;
}
@media (max-width: 767px) {
  .cid-v9CJR6UTV0 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.cid-v9CJR6UTV0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9CJR6UTV0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v99hjcLDSX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background-1-2000x1125.png");
}
.cid-v99hjcLDSX .row {
  flex-direction: column;
}
.cid-v99hjcLDSX .row {
  flex-direction: column-reverse;
}
.cid-v99hjcLDSX .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-v99hjcLDSX .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v99hjcLDSX .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-v99hjcLDSX .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v99hjcLDSX .mbr-section-tag {
  margin-bottom: 0.5rem;
}
.cid-v99hjcLDSX .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-v99hjcLDSX .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-v99hjcLDSX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v99hjcLDSX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9Ddstlvem {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9Ddstlvem .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9Ddstlvem .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-v9Ddstlvem .container {
    padding: 0 22px;
  }
}
.cid-v9Ddstlvem .row {
  justify-content: center;
}
.cid-v9Ddstlvem .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v9Ddstlvem .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v9Ddstlvem .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
.cid-v9Ddstlvem .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v9Ddstlvem .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #ffffff;
}
.cid-v9Ddstlvem .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v9Ddstlvem .mbr-section-title {
  color: #ffffff;
}
.cid-v9Ddstlvem .mbr-text {
  color: #1e1e1e;
  text-align: justify;
}
.cid-v9Ddstlvem .mbr-section-title,
.cid-v9Ddstlvem .icon-wrapper {
  text-align: center;
  color: #002c42;
}
.cid-v9DcS30A4l {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v9DcS30A4l .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9DcS30A4l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9DcS30A4l .content-wrap {
  margin: 0 -50px;
}
.cid-v9DcS30A4l .content-wrap .card {
  padding: 0 50px;
}
.cid-v9DcS30A4l .content-wrap .label-wrapper {
  margin-bottom: 20px;
}
.cid-v9DcS30A4l .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.cid-v9DcS30A4l .content-wrap .label-wrapper .label-wrap .iconfont-wrapper {
  display: flex;
}
.cid-v9DcS30A4l .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
}
.cid-v9DcS30A4l .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v9DcS30A4l .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-v9DcS30A4l .panel-group .card {
  position: relative;
  background-color: transparent;
  border-bottom: 1px solid #c6c6c6;
  border-radius: 0 !important;
  padding: 30px 0;
}
@media (max-width: 992px) {
  .cid-v9DcS30A4l .panel-group .card {
    padding: 20px 0;
  }
}
.cid-v9DcS30A4l .panel-group .card:first-child {
  border-top: 1px solid #c6c6c6;
}
.cid-v9DcS30A4l .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v9DcS30A4l .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
}
.cid-v9DcS30A4l .panel-group .card .card-header .panel-title .title-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 992px) {
  .cid-v9DcS30A4l .panel-group .card .card-header .panel-title .title-wrap {
    display: block;
  }
}
.cid-v9DcS30A4l .panel-group .card .card-header .panel-title .title-wrap .panel-number {
  margin-bottom: 0;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-v9DcS30A4l .panel-group .card .card-header .panel-title .title-wrap .panel-number {
    margin-bottom: 20px;
    width: 0;
  }
}
.cid-v9DcS30A4l .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit {
  margin-bottom: 0;
}
.cid-v9DcS30A4l .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  background-color: #28a309;
}
.cid-v9DcS30A4l .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 10px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-v9DcS30A4l .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  background-color: #c6c6c6;
}
.cid-v9DcS30A4l .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #1f1f1f;
}
.cid-v9DcS30A4l .panel-group .card .panel-collapse .panel-body {
  padding: 20px 44px 0 44px;
}
@media (max-width: 992px) {
  .cid-v9DcS30A4l .panel-group .card .panel-collapse .panel-body {
    padding: 20px 0 0 0;
  }
}
.cid-v9DcS30A4l .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v9DcS30A4l .mbr-label {
  color: #1f1f1f;
}
.cid-v9DcS30A4l .mbr-section-title {
  color: #1f1f1f;
}
.cid-v9DcS30A4l .panel-number {
  color: #1f1f1f;
}
.cid-v9DcS30A4l .panel-title-edit {
  color: #1f1f1f;
}
.cid-v9DcS30A4l .item-text {
  color: #5a5a5a;
}
.cid-v9DcS30A4l .mbr-label,
.cid-v9DcS30A4l .label-wrapper {
  color: #28a309;
}
.cid-v9DdFigoaw {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v9DdFigoaw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9DdFigoaw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9DdFigoaw .content-wrap {
  margin: 0 -50px;
}
.cid-v9DdFigoaw .content-wrap .card {
  padding: 0 50px;
}
.cid-v9DdFigoaw .content-wrap .label-wrapper {
  margin-bottom: 20px;
}
.cid-v9DdFigoaw .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.cid-v9DdFigoaw .content-wrap .label-wrapper .label-wrap .iconfont-wrapper {
  display: flex;
}
.cid-v9DdFigoaw .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
}
.cid-v9DdFigoaw .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v9DdFigoaw .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-v9DdFigoaw .panel-group .card {
  position: relative;
  background-color: transparent;
  border-bottom: 1px solid #c6c6c6;
  border-radius: 0 !important;
  padding: 30px 0;
}
@media (max-width: 992px) {
  .cid-v9DdFigoaw .panel-group .card {
    padding: 20px 0;
  }
}
.cid-v9DdFigoaw .panel-group .card:first-child {
  border-top: 1px solid #c6c6c6;
}
.cid-v9DdFigoaw .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v9DdFigoaw .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
}
.cid-v9DdFigoaw .panel-group .card .card-header .panel-title .title-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 992px) {
  .cid-v9DdFigoaw .panel-group .card .card-header .panel-title .title-wrap {
    display: block;
  }
}
.cid-v9DdFigoaw .panel-group .card .card-header .panel-title .title-wrap .panel-number {
  margin-bottom: 0;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-v9DdFigoaw .panel-group .card .card-header .panel-title .title-wrap .panel-number {
    margin-bottom: 20px;
    width: 0;
  }
}
.cid-v9DdFigoaw .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit {
  margin-bottom: 0;
}
.cid-v9DdFigoaw .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  background-color: #ff2817;
}
.cid-v9DdFigoaw .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 10px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-v9DdFigoaw .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  background-color: #c6c6c6;
}
.cid-v9DdFigoaw .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #1f1f1f;
}
.cid-v9DdFigoaw .panel-group .card .panel-collapse .panel-body {
  padding: 20px 44px 0 44px;
}
@media (max-width: 992px) {
  .cid-v9DdFigoaw .panel-group .card .panel-collapse .panel-body {
    padding: 20px 0 0 0;
  }
}
.cid-v9DdFigoaw .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v9DdFigoaw .mbr-label {
  color: #1f1f1f;
}
.cid-v9DdFigoaw .mbr-section-title {
  color: #1f1f1f;
}
.cid-v9DdFigoaw .panel-number {
  color: #1f1f1f;
}
.cid-v9DdFigoaw .panel-title-edit {
  color: #1f1f1f;
}
.cid-v9DdFigoaw .item-text {
  color: #5a5a5a;
}
.cid-v9DdFigoaw .mbr-section-title,
.cid-v9DdFigoaw .title-wrapper,
.cid-v9DdFigoaw .main-btn {
  color: #ff2817;
}
.cid-v9DdFigoaw .mbr-label,
.cid-v9DdFigoaw .label-wrapper {
  color: #ff2817;
}
.cid-v9Des0Hb18 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v9Des0Hb18 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9Des0Hb18 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9Des0Hb18 .content-wrap {
  margin: 0 -50px;
}
.cid-v9Des0Hb18 .content-wrap .card {
  padding: 0 50px;
}
.cid-v9Des0Hb18 .content-wrap .label-wrapper {
  margin-bottom: 20px;
}
.cid-v9Des0Hb18 .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.cid-v9Des0Hb18 .content-wrap .label-wrapper .label-wrap .iconfont-wrapper {
  display: flex;
}
.cid-v9Des0Hb18 .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
}
.cid-v9Des0Hb18 .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v9Des0Hb18 .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-v9Des0Hb18 .panel-group .card {
  position: relative;
  background-color: transparent;
  border-bottom: 1px solid #c6c6c6;
  border-radius: 0 !important;
  padding: 30px 0;
}
@media (max-width: 992px) {
  .cid-v9Des0Hb18 .panel-group .card {
    padding: 20px 0;
  }
}
.cid-v9Des0Hb18 .panel-group .card:first-child {
  border-top: 1px solid #c6c6c6;
}
.cid-v9Des0Hb18 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v9Des0Hb18 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
}
.cid-v9Des0Hb18 .panel-group .card .card-header .panel-title .title-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 992px) {
  .cid-v9Des0Hb18 .panel-group .card .card-header .panel-title .title-wrap {
    display: block;
  }
}
.cid-v9Des0Hb18 .panel-group .card .card-header .panel-title .title-wrap .panel-number {
  margin-bottom: 0;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-v9Des0Hb18 .panel-group .card .card-header .panel-title .title-wrap .panel-number {
    margin-bottom: 20px;
    width: 0;
  }
}
.cid-v9Des0Hb18 .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit {
  margin-bottom: 0;
}
.cid-v9Des0Hb18 .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  background-color: #3454ff;
}
.cid-v9Des0Hb18 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 10px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-v9Des0Hb18 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  background-color: #c6c6c6;
}
.cid-v9Des0Hb18 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #1f1f1f;
}
.cid-v9Des0Hb18 .panel-group .card .panel-collapse .panel-body {
  padding: 20px 44px 0 44px;
}
@media (max-width: 992px) {
  .cid-v9Des0Hb18 .panel-group .card .panel-collapse .panel-body {
    padding: 20px 0 0 0;
  }
}
.cid-v9Des0Hb18 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v9Des0Hb18 .mbr-label {
  color: #1f1f1f;
}
.cid-v9Des0Hb18 .mbr-section-title {
  color: #1f1f1f;
}
.cid-v9Des0Hb18 .panel-number {
  color: #1f1f1f;
}
.cid-v9Des0Hb18 .panel-title-edit {
  color: #1f1f1f;
}
.cid-v9Des0Hb18 .item-text {
  color: #5a5a5a;
}
.cid-v9Des0Hb18 .mbr-section-title,
.cid-v9Des0Hb18 .title-wrapper,
.cid-v9Des0Hb18 .main-btn {
  color: #ff2817;
}
.cid-v9Des0Hb18 .mbr-label,
.cid-v9Des0Hb18 .label-wrapper {
  color: #3454ff;
}
.cid-v9Df60q8P3 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/background-1-2000x1125.png");
}
.cid-v9Df60q8P3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9Df60q8P3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9Df60q8P3 .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v9Df60q8P3 .content-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.cid-v9Df60q8P3 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v9Df60q8P3 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v9Df60q8P3 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v9Df60q8P3 .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v9Df60q8P3 .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-v9Df60q8P3 .mbr-label,
.cid-v9Df60q8P3 .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v9Df60q8P3 .mbr-section-title {
  color: #ffffff;
}
.cid-v9Df60q8P3 .mbr-text,
.cid-v9Df60q8P3 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v9Df60q8P3 .mbr-section-title,
.cid-v9Df60q8P3 .mbr-section-btn {
  text-align: center;
}
.cid-v9Di2eCazp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-v9Di2eCazp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9Di2eCazp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9Di2eCazp .content-wrapper {
  justify-content: flex-end;
}
.cid-v9Di2eCazp .card {
  justify-content: center;
}
.cid-v9Di2eCazp .title-wrapper {
  padding: 0 50px 0 12%;
}
@media (max-width: 992px) {
  .cid-v9Di2eCazp .title-wrapper {
    margin-bottom: 40px;
    padding: 0;
  }
}
.cid-v9Di2eCazp .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-v9Di2eCazp .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v9Di2eCazp .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v9Di2eCazp .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v9Di2eCazp .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v9Di2eCazp .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v9Di2eCazp .mbr-section-btn .btn::after,
.cid-v9Di2eCazp .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-v9Di2eCazp .mbr-section-btn .btn:hover,
.cid-v9Di2eCazp .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-v9Di2eCazp .mbr-section-btn .btn:hover::after,
.cid-v9Di2eCazp .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-v9Di2eCazp .form-wrapper {
  padding: 110px 200px;
  background-color: #2c2c2c;
}
@media (max-width: 1640px) {
  .cid-v9Di2eCazp .form-wrapper {
    padding: 110px;
  }
}
@media (max-width: 1440px) {
  .cid-v9Di2eCazp .form-wrapper {
    padding: 110px 40px;
  }
}
@media (max-width: 992px) {
  .cid-v9Di2eCazp .form-wrapper {
    padding: 20px;
  }
}
.cid-v9Di2eCazp .form-wrapper .title-wrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v9Di2eCazp .form-wrapper .title-wrap {
    margin-bottom: 20px;
  }
}
.cid-v9Di2eCazp .form-wrapper .title-wrap .mbr-title {
  margin-bottom: 16px;
}
.cid-v9Di2eCazp .form-wrapper .title-wrap .form-text {
  margin-bottom: 0;
}
.cid-v9Di2eCazp .form-wrapper .form-wrap .dragArea.row {
  margin: 0;
}
.cid-v9Di2eCazp .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
  padding: 0;
}
.cid-v9Di2eCazp .form-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-v9Di2eCazp .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 16px 0;
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #c7c7c7 !important;
  border-radius: 0 !important;
  margin-bottom: 16px;
}
.cid-v9Di2eCazp .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #c7c7c7;
}
.cid-v9Di2eCazp .form-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-v9Di2eCazp .form-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #c7c7c7 !important;
}
.cid-v9Di2eCazp .form-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-v9Di2eCazp .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-v9Di2eCazp .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #c7c7c7;
  border-color: #c7c7c7;
}
.cid-v9Di2eCazp .form-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-v9Di2eCazp .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-left: 0;
}
.cid-v9Di2eCazp .mbr-section-title {
  color: #ffffff;
}
.cid-v9Di2eCazp .mbr-tag {
  color: #adadad;
}
.cid-v9Di2eCazp .mbr-text {
  color: #ffffff;
}
.cid-v9Di2eCazp .mbr-title {
  color: #ffffff;
}
.cid-v9Di2eCazp .form-text {
  color: #c7c7c7;
}
.cid-v9Di2eCazp label {
  color: #121212;
}
.cid-uybkz4FLvf {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #131313;
}
.cid-uybkz4FLvf .container {
  max-width: 1160px;
}
.cid-uybkz4FLvf .images-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  width: 65%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cid-uybkz4FLvf .images-container {
    width: 100%;
  }
}
.cid-uybkz4FLvf .mbr-section-head {
  max-width: 30%;
}
@media (max-width: 767px) {
  .cid-uybkz4FLvf .mbr-section-head {
    max-width: 100%;
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-uybkz4FLvf .mbr-section-title {
  color: #1d191f;
}
@media (max-width: 767px) {
  .cid-uybkz4FLvf .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uybkz4FLvf img {
  width: 116px;
  margin: auto;
}
.cid-uybkz4FLvf .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 0.5rem;
}
.cid-v99ijuMXYH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #131313;
}
.cid-v99ijuMXYH .media-container-row .mbr-text {
  color: #edeceb;
}
.cid-v8Y61IVBdo {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-v8Y61IVBdo .navbar-dropdown {
  background: #131313 !important;
  padding: 0;
  position: absolute !important;
}
.cid-v8Y61IVBdo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #131313 !important;
  background: #131313;
}
.cid-v8Y61IVBdo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8Y61IVBdo .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v8Y61IVBdo .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-v8Y61IVBdo .menu_box .navbar.opened,
  .cid-v8Y61IVBdo .menu_box .navbar-collapse {
    background-color: #131313 !important;
    transition: all 0s ease 0s;
  }
}
.cid-v8Y61IVBdo nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-v8Y61IVBdo .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-v8Y61IVBdo .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v8Y61IVBdo .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-v8Y61IVBdo .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-v8Y61IVBdo .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-v8Y61IVBdo .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #1e1e1e;
  }
  .cid-v8Y61IVBdo .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-v8Y61IVBdo .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-v8Y61IVBdo .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-v8Y61IVBdo .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-v8Y61IVBdo .offcanvas-body .mbr-text,
  .cid-v8Y61IVBdo .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-v8Y61IVBdo .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-v8Y61IVBdo .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-v8Y61IVBdo .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-v8Y61IVBdo .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-v8Y61IVBdo .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-v8Y61IVBdo .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-v8Y61IVBdo .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-v8Y61IVBdo ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-v8Y61IVBdo .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v8Y61IVBdo .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-v8Y61IVBdo .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v8Y61IVBdo li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-v8Y61IVBdo .lg_brand {
    margin: 0 1rem;
  }
  .cid-v8Y61IVBdo .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-v8Y61IVBdo .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v8Y61IVBdo .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-v8Y61IVBdo .nav-item {
    margin: 0 !important;
  }
}
.cid-v8Y61IVBdo .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-v8Y61IVBdo .nav-item .nav-link:hover,
.cid-v8Y61IVBdo .nav-item .nav-link:focus {
  opacity: .3;
}
.cid-v8Y61IVBdo .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v8Y61IVBdo .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-v8Y61IVBdo .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-v8Y61IVBdo .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v8Y61IVBdo .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-v8Y61IVBdo .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v8Y61IVBdo .offcanvas_box {
    display: none;
  }
}
.cid-v8Y61IVBdo .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-v8Y61IVBdo .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-v8Y61IVBdo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v8Y61IVBdo .container {
  display: flex;
  margin: auto;
}
.cid-v8Y61IVBdo .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-v8Y61IVBdo .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v8Y61IVBdo .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v8Y61IVBdo .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-v8Y61IVBdo .navbar-nav {
    margin: 0;
  }
}
.cid-v8Y61IVBdo .dropdown-menu,
.cid-v8Y61IVBdo .navbar.opened {
  background-color: true !important;
}
.cid-v8Y61IVBdo .nav-item:focus,
.cid-v8Y61IVBdo .nav-link:focus {
  outline: none;
}
.cid-v8Y61IVBdo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8Y61IVBdo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8Y61IVBdo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8Y61IVBdo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8Y61IVBdo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8Y61IVBdo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8Y61IVBdo .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-v8Y61IVBdo .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-v8Y61IVBdo .navbar.opened {
  transition: all 0.3s;
}
.cid-v8Y61IVBdo .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v8Y61IVBdo .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-v8Y61IVBdo .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-v8Y61IVBdo .navbar.collapsed {
  justify-content: center;
}
.cid-v8Y61IVBdo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8Y61IVBdo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v8Y61IVBdo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8Y61IVBdo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8Y61IVBdo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8Y61IVBdo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v8Y61IVBdo .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v8Y61IVBdo .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v8Y61IVBdo .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-v8Y61IVBdo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8Y61IVBdo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8Y61IVBdo .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v8Y61IVBdo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8Y61IVBdo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-v8Y61IVBdo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8Y61IVBdo .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v8Y61IVBdo .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v8Y61IVBdo .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v8Y61IVBdo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-v8Y61IVBdo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8Y61IVBdo .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v8Y61IVBdo .navbar.navbar-short {
  min-height: 60px;
}
.cid-v8Y61IVBdo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v8Y61IVBdo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v8Y61IVBdo .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-v8Y61IVBdo .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-v8Y61IVBdo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v8Y61IVBdo .dropdown-item.active,
.cid-v8Y61IVBdo .dropdown-item:active {
  background-color: transparent;
}
.cid-v8Y61IVBdo .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-v8Y61IVBdo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8Y61IVBdo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8Y61IVBdo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8Y61IVBdo ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-v8Y61IVBdo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v8Y61IVBdo button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #131313;
  background: #ffffff;
}
.cid-v8Y61IVBdo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v8Y61IVBdo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8Y61IVBdo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8Y61IVBdo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8Y61IVBdo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8Y61IVBdo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8Y61IVBdo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8Y61IVBdo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8Y61IVBdo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8Y61IVBdo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v8Y61IVBdo .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8Y61IVBdo .navbar {
    height: 70px;
  }
  .cid-v8Y61IVBdo .navbar.opened {
    height: auto;
  }
  .cid-v8Y61IVBdo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8Y61IVBdo .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-v8Y61IVBdo .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-v8Y61IVBdo .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v8Y61IVBdo .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-v8Y61IVBdo .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 9px 20px;
  border-radius: 10px !important;
}
.cid-v8Y61IVBdo .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-v8Y61IVBdo .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-v8Y61IVBdo .text_widget {
  margin-bottom: 32px;
}
.cid-v8Y61IVBdo .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-v8Y61IVBdo .text_widget a:hover,
.cid-v8Y61IVBdo .text_widget a:focus {
  opacity: .8;
}
.cid-v8Y61IVBdo .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-v8Y61IVBdo .navbar-caption {
  color: #000000;
}
.cid-v8Y61IVBdo .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v8Y61IVBdo .mbr-section-subtitle,
.cid-v8Y61IVBdo .text_widget,
.cid-v8Y61IVBdo .mbr-section-btn {
  text-align: center;
}
.cid-v8Y61IVBdo a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v8Y61JC1Ut {
  background-image: url("../../../assets/images/background-2000x1125.png");
}
.cid-v8Y61JC1Ut .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8Y61JC1Ut .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8Y61JC1Ut .mbr-section-title {
  color: #FFFFFF;
}
.cid-v8Y61JC1Ut .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-v8Y61JC1Ut .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-v8Y61JC1Ut .mbr-section-btn {
  margin-top: 18px;
}
.cid-v8Y61JC1Ut .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-v8Y61JC1Ut .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-v8Y61K55ec {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v8Y61K55ec .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8Y61K55ec .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8Y61Kv461 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v8Y61Kv461 .item-wrapper {
  width: 100%;
}
.cid-v8Y61Kv461 .left-side {
  text-align: left;
}
.cid-v8Y61Kv461 .row {
  align-items: center;
  justify-content: center;
}
.cid-v8Y61Kv461 .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s;
  height: 100%;
  display: flex;
  align-items: flex-end;
  min-height: 250px;
}
.cid-v8Y61Kv461 .card-box:focus-within {
  opacity: 1;
}
.cid-v8Y61Kv461 .row-center {
  height: 100%;
}
.cid-v8Y61Kv461 .card-img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 300px;
}
.cid-v8Y61Kv461 .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-v8Y61Kv461 .card-wrapper {
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 300px;
  padding: 20px;
  overflow: hidden;
  transition: all 1s;
}
.cid-v8Y61Kv461 .card-wrapper:hover .card-box,
.cid-v8Y61Kv461 .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
}
.cid-v8Y61Kv461 .card-wrapper:hover .card-img,
.cid-v8Y61Kv461 .card-wrapper:focus-within .card-img {
  transform: scale(1.1);
}
.cid-v8Y61Kv461 .card-wrapper:hover:before,
.cid-v8Y61Kv461 .card-wrapper:focus-within:before {
  opacity: 0.6;
}
.cid-v8Y61Kv461 .card-title {
  color: #fafafa;
  width: 100%;
  text-align: center;
}
.cid-v8Y61Kv461 .g {
  grid-row-gap: 24px;
}
.cid-v8Y61Kv461 .mobi-mbri {
  font-size: 50px;
  color: #3D626C;
}
.cid-v8Y61Kv461 .container {
  width: 95%;
}
@media (max-width: 1100px) {
  .cid-v8Y61Kv461 .carousel-control {
    display: none;
  }
}
.cid-v8Y61Kv461 .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #012b3a;
  text-align: left;
}
.cid-v8Y61Kv461 .mbr-section-title {
  margin-bottom: 60px;
  color: #012b3a;
  text-align: left;
}
.cid-v8Y61Kv461 .card1 {
  background-image: url("../../../assets/images/banner-logo-vert-1-2000x1500.png");
  background-size: cover;
  background-position: center;
}
.cid-v8Y61Kv461 .card2 {
  background-image: url("../../../assets/images/image3.jpg");
  background-size: cover;
  background-position: center;
}
.cid-v8Y61Kv461 .card3 {
  background-image: url("../../../assets/images/9-2-1000x667.jpg");
  background-size: cover;
  background-position: center;
}
.cid-v8Y61Kv461 .card4 {
  background-image: url("../../../assets/images/image7.jpg");
  background-size: cover;
  background-position: center;
}
.cid-v8Y61Kv461 .card5 {
  background-image: url("../../../assets/images/image4.jpg");
  background-size: cover;
  background-position: center;
}
.cid-v8Y61Kv461 .card6 {
  background-image: url("../../../assets/images/image5.jpg");
  background-size: cover;
  background-position: center;
}
.cid-v8Y61KXCGL {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/01-1-1920x1078.png");
}
@media (max-width: 991px) {
  .cid-v8Y61KXCGL .mbr-section-title,
  .cid-v8Y61KXCGL .mbr-section-subtitle,
  .cid-v8Y61KXCGL .mbr-section-btn,
  .cid-v8Y61KXCGL .mbr-text {
    text-align: center;
  }
}
.cid-v8Y61KXCGL .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v8Y61KXCGL .mbr-text,
.cid-v8Y61KXCGL .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-v8Y61KXCGL .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-v8Y61KXCGL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8Y61KXCGL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8Y61LIoYA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v8Y61LIoYA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8Y61LIoYA .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-v8Y61LIoYA .container {
    padding: 0 22px;
  }
}
.cid-v8Y61LIoYA .row {
  justify-content: center;
}
.cid-v8Y61LIoYA .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v8Y61LIoYA .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v8Y61LIoYA .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
.cid-v8Y61LIoYA .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v8Y61LIoYA .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #ffffff;
}
.cid-v8Y61LIoYA .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v8Y61LIoYA .mbr-section-title {
  color: #ffffff;
}
.cid-v8Y61LIoYA .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v8Y61LIoYA .mbr-section-title,
.cid-v8Y61LIoYA .icon-wrapper {
  text-align: center;
}
.cid-v8Y61MjWUC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background8.jpg");
}
.cid-v8Y61MjWUC::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 25%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-v8Y61MjWUC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8Y61MjWUC .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-v8Y61MjWUC .container {
    padding: 0 22px;
  }
}
.cid-v8Y61MjWUC .row {
  justify-content: center;
}
.cid-v8Y61MjWUC .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-v8Y61MjWUC .content-wrapper {
    padding: 0;
  }
}
.cid-v8Y61MjWUC .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v8Y61MjWUC .content-wrapper .mbr-desc {
  margin-bottom: 10px;
}
.cid-v8Y61MjWUC .mbr-section-title {
  color: #ffffff;
}
.cid-v8Y61MjWUC .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-v8Y61MjWUC .mbr-section-title,
.cid-v8Y61MjWUC .mbr-section-btn {
  text-align: center;
}
.cid-v8Y61MVanI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v8Y61MVanI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8Y61MVanI .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-v8Y61MVanI .container {
    padding: 0 22px;
  }
}
.cid-v8Y61MVanI .row {
  justify-content: center;
}
.cid-v8Y61MVanI .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v8Y61MVanI .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v8Y61MVanI .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v8Y61MVanI .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v8Y61MVanI .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-v8Y61MVanI .title-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #ffffff;
}
.cid-v8Y61MVanI .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v8Y61MVanI .mbr-section-title {
  color: #ffffff;
}
.cid-v8Y61MVanI .mbr-text {
  color: #ffffff;
}
.cid-v8Y61NmBMU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v8Y61NmBMU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8Y61NmBMU .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-v8Y61NmBMU .container {
    padding: 0 16px;
  }
}
.cid-v8Y61NmBMU .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v8Y61NmBMU .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #000000;
}
.cid-v8Y61NmBMU .mbr-section-title {
  color: #ffffff;
}
.cid-v8Y61NmBMU .mbr-section-title,
.cid-v8Y61NmBMU .mbr-section-btn {
  text-align: center;
}
.cid-v8Y61NNCZp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v8Y61NNCZp .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-v8Y61NNCZp .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-v8Y61NNCZp .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #9fe870;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8Y61NNCZp .mbr-section-title {
  text-align: center;
}
.cid-v8Y61NNCZp .mbr-section-subtitle {
  text-align: center;
}
.cid-v8Y61OdU9j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v8Y61OdU9j .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8Y61OdU9j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8Y61OdU9j .row {
  justify-content: space-between;
}
.cid-v8Y61OdU9j .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-v8Y61OdU9j .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v8Y61OdU9j .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-v8Y61OdU9j .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v8Y61OdU9j .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v8Y61OdU9j .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v8Y61OdU9j .mbr-label {
  color: #000000;
}
.cid-v8Y61OdU9j .mbr-section-title {
  color: #000000;
}
.cid-v8Y61OdU9j .mbr-desc {
  color: #000000;
}
.cid-v8Y61OdU9j .mbr-text {
  color: #8a8a8a;
}
.cid-v8Y61OFzpp {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #131313;
}
.cid-v8Y61OFzpp .container {
  max-width: 1160px;
}
.cid-v8Y61OFzpp .images-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  width: 65%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cid-v8Y61OFzpp .images-container {
    width: 100%;
  }
}
.cid-v8Y61OFzpp .mbr-section-head {
  max-width: 30%;
}
@media (max-width: 767px) {
  .cid-v8Y61OFzpp .mbr-section-head {
    max-width: 100%;
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-v8Y61OFzpp .mbr-section-title {
  color: #1d191f;
}
@media (max-width: 767px) {
  .cid-v8Y61OFzpp .mbr-section-title {
    text-align: center !important;
  }
}
.cid-v8Y61OFzpp img {
  width: 116px;
  margin: auto;
}
.cid-v8Y61OFzpp .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 0.5rem;
}
.cid-v99ijuMXYH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #131313;
}
.cid-v99ijuMXYH .media-container-row .mbr-text {
  color: #edeceb;
}
.cid-v9CHcmJvrE {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-v9CHcmJvrE .navbar-dropdown {
  background: #131313 !important;
  padding: 0;
  position: absolute !important;
}
.cid-v9CHcmJvrE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #131313 !important;
  background: #131313;
}
.cid-v9CHcmJvrE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9CHcmJvrE .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v9CHcmJvrE .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-v9CHcmJvrE .menu_box .navbar.opened,
  .cid-v9CHcmJvrE .menu_box .navbar-collapse {
    background-color: #131313 !important;
    transition: all 0s ease 0s;
  }
}
.cid-v9CHcmJvrE nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-v9CHcmJvrE .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-v9CHcmJvrE .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v9CHcmJvrE .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-v9CHcmJvrE .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-v9CHcmJvrE .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-v9CHcmJvrE .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #1e1e1e;
  }
  .cid-v9CHcmJvrE .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-v9CHcmJvrE .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-v9CHcmJvrE .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-v9CHcmJvrE .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-v9CHcmJvrE .offcanvas-body .mbr-text,
  .cid-v9CHcmJvrE .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-v9CHcmJvrE .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-v9CHcmJvrE .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-v9CHcmJvrE .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-v9CHcmJvrE .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-v9CHcmJvrE .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-v9CHcmJvrE .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-v9CHcmJvrE .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-v9CHcmJvrE ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-v9CHcmJvrE .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v9CHcmJvrE .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-v9CHcmJvrE .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v9CHcmJvrE li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-v9CHcmJvrE .lg_brand {
    margin: 0 1rem;
  }
  .cid-v9CHcmJvrE .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-v9CHcmJvrE .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v9CHcmJvrE .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-v9CHcmJvrE .nav-item {
    margin: 0 !important;
  }
}
.cid-v9CHcmJvrE .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-v9CHcmJvrE .nav-item .nav-link:hover,
.cid-v9CHcmJvrE .nav-item .nav-link:focus {
  opacity: .3;
}
.cid-v9CHcmJvrE .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v9CHcmJvrE .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-v9CHcmJvrE .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-v9CHcmJvrE .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v9CHcmJvrE .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-v9CHcmJvrE .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v9CHcmJvrE .offcanvas_box {
    display: none;
  }
}
.cid-v9CHcmJvrE .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-v9CHcmJvrE .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-v9CHcmJvrE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v9CHcmJvrE .container {
  display: flex;
  margin: auto;
}
.cid-v9CHcmJvrE .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-v9CHcmJvrE .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v9CHcmJvrE .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v9CHcmJvrE .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-v9CHcmJvrE .navbar-nav {
    margin: 0;
  }
}
.cid-v9CHcmJvrE .dropdown-menu,
.cid-v9CHcmJvrE .navbar.opened {
  background-color: true !important;
}
.cid-v9CHcmJvrE .nav-item:focus,
.cid-v9CHcmJvrE .nav-link:focus {
  outline: none;
}
.cid-v9CHcmJvrE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v9CHcmJvrE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9CHcmJvrE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9CHcmJvrE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9CHcmJvrE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9CHcmJvrE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9CHcmJvrE .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-v9CHcmJvrE .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-v9CHcmJvrE .navbar.opened {
  transition: all 0.3s;
}
.cid-v9CHcmJvrE .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v9CHcmJvrE .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-v9CHcmJvrE .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-v9CHcmJvrE .navbar.collapsed {
  justify-content: center;
}
.cid-v9CHcmJvrE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v9CHcmJvrE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v9CHcmJvrE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v9CHcmJvrE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v9CHcmJvrE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v9CHcmJvrE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v9CHcmJvrE .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v9CHcmJvrE .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v9CHcmJvrE .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-v9CHcmJvrE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9CHcmJvrE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9CHcmJvrE .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v9CHcmJvrE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9CHcmJvrE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-v9CHcmJvrE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9CHcmJvrE .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v9CHcmJvrE .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v9CHcmJvrE .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v9CHcmJvrE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-v9CHcmJvrE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9CHcmJvrE .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v9CHcmJvrE .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9CHcmJvrE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9CHcmJvrE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9CHcmJvrE .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-v9CHcmJvrE .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-v9CHcmJvrE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9CHcmJvrE .dropdown-item.active,
.cid-v9CHcmJvrE .dropdown-item:active {
  background-color: transparent;
}
.cid-v9CHcmJvrE .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-v9CHcmJvrE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9CHcmJvrE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9CHcmJvrE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9CHcmJvrE ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-v9CHcmJvrE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9CHcmJvrE button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #131313;
  background: #ffffff;
}
.cid-v9CHcmJvrE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v9CHcmJvrE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9CHcmJvrE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9CHcmJvrE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9CHcmJvrE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9CHcmJvrE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9CHcmJvrE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9CHcmJvrE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9CHcmJvrE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9CHcmJvrE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v9CHcmJvrE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v9CHcmJvrE .navbar {
    height: 70px;
  }
  .cid-v9CHcmJvrE .navbar.opened {
    height: auto;
  }
  .cid-v9CHcmJvrE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9CHcmJvrE .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-v9CHcmJvrE .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-v9CHcmJvrE .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v9CHcmJvrE .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-v9CHcmJvrE .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 9px 20px;
  border-radius: 10px !important;
}
.cid-v9CHcmJvrE .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-v9CHcmJvrE .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-v9CHcmJvrE .text_widget {
  margin-bottom: 32px;
}
.cid-v9CHcmJvrE .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-v9CHcmJvrE .text_widget a:hover,
.cid-v9CHcmJvrE .text_widget a:focus {
  opacity: .8;
}
.cid-v9CHcmJvrE .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-v9CHcmJvrE .navbar-caption {
  color: #000000;
}
.cid-v9CHcmJvrE .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v9CHcmJvrE .mbr-section-subtitle,
.cid-v9CHcmJvrE .text_widget,
.cid-v9CHcmJvrE .mbr-section-btn {
  text-align: center;
}
.cid-v9CHcmJvrE a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v9CHcn5bni {
  background-image: url("../../../assets/images/background-2000x1125.png");
}
.cid-v9CHcn5bni .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9CHcn5bni .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9CHcn5bni .mbr-section-title {
  color: #FFFFFF;
}
.cid-v9CHcn5bni .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-v9CHcn5bni .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-v9CHcn5bni .mbr-section-btn {
  margin-top: 18px;
}
.cid-v9CHcn5bni .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-v9CHcn5bni .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-v9CHcnmCBJ {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v9CHcnmCBJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9CHcnmCBJ .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-v9CHcnmCBJ .container {
    padding: 0 22px;
  }
}
.cid-v9CHcnmCBJ .row {
  justify-content: center;
}
.cid-v9CHcnmCBJ .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v9CHcnmCBJ .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v9CHcnmCBJ .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
.cid-v9CHcnmCBJ .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v9CHcnmCBJ .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #ffffff;
}
.cid-v9CHcnmCBJ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v9CHcnmCBJ .mbr-section-title {
  color: #ffffff;
}
.cid-v9CHcnmCBJ .mbr-text {
  color: #1e1e1e;
  text-align: center;
}
.cid-v9CHcnmCBJ .mbr-section-title,
.cid-v9CHcnmCBJ .icon-wrapper {
  text-align: center;
  color: #002c42;
}
.cid-v9CHcnBWdb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background-2000x1125.png");
}
.cid-v9CHcnBWdb .row {
  flex-direction: column;
}
.cid-v9CHcnBWdb .row {
  flex-direction: column-reverse;
}
.cid-v9CHcnBWdb .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-v9CHcnBWdb .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v9CHcnBWdb .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-v9CHcnBWdb .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v9CHcnBWdb .mbr-section-tag {
  margin-bottom: 0.5rem;
}
.cid-v9CHcnBWdb .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-v9CHcnBWdb .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-v9CHcnBWdb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9CHcnBWdb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9CHcnUtlP {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v9CHcnUtlP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9CHcnUtlP .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-v9CHcnUtlP .container {
    padding: 0 22px;
  }
}
.cid-v9CHcnUtlP .row {
  justify-content: center;
}
.cid-v9CHcnUtlP .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v9CHcnUtlP .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v9CHcnUtlP .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
.cid-v9CHcnUtlP .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v9CHcnUtlP .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #ffffff;
}
.cid-v9CHcnUtlP .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v9CHcnUtlP .mbr-section-title {
  color: #ffffff;
}
.cid-v9CHcnUtlP .mbr-text {
  color: #1e1e1e;
  text-align: center;
}
.cid-v9CHcnUtlP .mbr-section-title,
.cid-v9CHcnUtlP .icon-wrapper {
  text-align: center;
  color: #002c42;
}
.cid-v9CHco9iF0 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v9CHco9iF0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9CHco9iF0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9CHco9iF0 .content-wrap {
  margin: 0 -50px;
}
.cid-v9CHco9iF0 .content-wrap .card {
  padding: 0 50px;
}
.cid-v9CHco9iF0 .content-wrap .label-wrapper {
  margin-bottom: 20px;
}
.cid-v9CHco9iF0 .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.cid-v9CHco9iF0 .content-wrap .label-wrapper .label-wrap .iconfont-wrapper {
  display: flex;
}
.cid-v9CHco9iF0 .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
}
.cid-v9CHco9iF0 .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v9CHco9iF0 .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-v9CHco9iF0 .panel-group .card {
  position: relative;
  background-color: transparent;
  border-bottom: 1px solid #c6c6c6;
  border-radius: 0 !important;
  padding: 30px 0;
}
@media (max-width: 992px) {
  .cid-v9CHco9iF0 .panel-group .card {
    padding: 20px 0;
  }
}
.cid-v9CHco9iF0 .panel-group .card:first-child {
  border-top: 1px solid #c6c6c6;
}
.cid-v9CHco9iF0 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v9CHco9iF0 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
}
.cid-v9CHco9iF0 .panel-group .card .card-header .panel-title .title-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 992px) {
  .cid-v9CHco9iF0 .panel-group .card .card-header .panel-title .title-wrap {
    display: block;
  }
}
.cid-v9CHco9iF0 .panel-group .card .card-header .panel-title .title-wrap .panel-number {
  margin-bottom: 0;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-v9CHco9iF0 .panel-group .card .card-header .panel-title .title-wrap .panel-number {
    margin-bottom: 20px;
    width: 0;
  }
}
.cid-v9CHco9iF0 .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit {
  margin-bottom: 0;
}
.cid-v9CHco9iF0 .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  background-color: #f3350c;
}
.cid-v9CHco9iF0 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 10px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-v9CHco9iF0 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  background-color: #c6c6c6;
}
.cid-v9CHco9iF0 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #1f1f1f;
}
.cid-v9CHco9iF0 .panel-group .card .panel-collapse .panel-body {
  padding: 20px 44px 0 44px;
}
@media (max-width: 992px) {
  .cid-v9CHco9iF0 .panel-group .card .panel-collapse .panel-body {
    padding: 20px 0 0 0;
  }
}
.cid-v9CHco9iF0 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v9CHco9iF0 .mbr-label {
  color: #1f1f1f;
}
.cid-v9CHco9iF0 .mbr-section-title {
  color: #1f1f1f;
}
.cid-v9CHco9iF0 .panel-number {
  color: #1f1f1f;
}
.cid-v9CHco9iF0 .panel-title-edit {
  color: #1f1f1f;
}
.cid-v9CHco9iF0 .item-text {
  color: #5a5a5a;
}
.cid-v9CHcouiSr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #002c42;
}
.cid-v9CHcouiSr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9CHcouiSr .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-v9CHcouiSr .container {
    padding: 0 22px;
  }
}
.cid-v9CHcouiSr .row {
  justify-content: center;
}
.cid-v9CHcouiSr .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v9CHcouiSr .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v9CHcouiSr .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v9CHcouiSr .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v9CHcouiSr .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-v9CHcouiSr .title-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #ffffff;
}
.cid-v9CHcouiSr .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v9CHcouiSr .mbr-section-title {
  color: #ffffff;
}
.cid-v9CHcouiSr .mbr-text {
  color: #ffffff;
}
.cid-v9CHcoKshQ {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v9CHcoKshQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9CHcoKshQ .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-v9CHcoKshQ .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-v9CHcoKshQ .content-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v9CHcoKshQ .content-wrap .mbr-section-btn {
  margin-top: 14px;
}
.cid-v9CHcoKshQ .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v9CHcoKshQ .text-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v9CHcoKshQ .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-v9CHcoKshQ .text-wrapper .list-wrapper {
  margin-top: 24px;
}
.cid-v9CHcoKshQ .text-wrapper .list-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-v9CHcoKshQ .text-wrapper .list-wrapper .list .item-wrap {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #e0f782;
}
.cid-v9CHcoKshQ .mbr-section-title {
  color: #000000;
}
.cid-v9CHcoKshQ .mbr-text,
.cid-v9CHcoKshQ .text-wrapper {
  color: #4f4f4f;
}
.cid-v9CHcoKshQ .list {
  color: #000000;
}
.cid-v9CHcoKshQ .mbr-section-title,
.cid-v9CHcoKshQ .mbr-section-btn {
  text-align: justify;
  color: #002c42;
}
.cid-v9CHcp2JuN {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v9CHcp2JuN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9CHcp2JuN .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-v9CHcp2JuN .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-v9CHcp2JuN .content-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v9CHcp2JuN .content-wrap .mbr-section-btn {
  margin-top: 14px;
}
.cid-v9CHcp2JuN .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v9CHcp2JuN .text-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v9CHcp2JuN .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-v9CHcp2JuN .text-wrapper .list-wrapper {
  margin-top: 24px;
}
.cid-v9CHcp2JuN .text-wrapper .list-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-v9CHcp2JuN .text-wrapper .list-wrapper .list .item-wrap {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #002c42;
}
.cid-v9CHcp2JuN .mbr-section-title {
  color: #000000;
}
.cid-v9CHcp2JuN .mbr-text,
.cid-v9CHcp2JuN .text-wrapper {
  color: #4f4f4f;
}
.cid-v9CHcp2JuN .list {
  color: #000000;
}
.cid-v9CHcp2JuN .mbr-section-title,
.cid-v9CHcp2JuN .mbr-section-btn {
  text-align: justify;
  color: #002c42;
}
.cid-v9CHcp2JuN .list,
.cid-v9CHcp2JuN .item-wrap,
.cid-v9CHcp2JuN .list-wrapper {
  color: #ffffff;
}
.cid-v9CHcpnD17 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9CHcpnD17 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9CHcpnD17 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9CHcpnD17 .items-wrapper {
  margin: 0;
}
.cid-v9CHcpnD17 .items-wrapper .card {
  padding: 0;
  justify-content: center;
}
.cid-v9CHcpnD17 .content-wrap {
  padding-right: 56px;
}
@media (max-width: 992px) {
  .cid-v9CHcpnD17 .content-wrap {
    padding-right: 0;
  }
}
.cid-v9CHcpnD17 .content-wrap .label-wrapper {
  margin-bottom: 24px;
}
.cid-v9CHcpnD17 .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #e0f782;
}
.cid-v9CHcpnD17 .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v9CHcpnD17 .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v9CHcpnD17 .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v9CHcpnD17 .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-v9CHcpnD17 .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-v9CHcpnD17 .image-wrapper {
  background-color: #ffffff;
  padding: 8px;
}
@media (max-width: 992px) {
  .cid-v9CHcpnD17 .image-wrapper {
    margin-top: 32px;
  }
}
.cid-v9CHcpnD17 .image-wrapper img {
  height: 540px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v9CHcpnD17 .image-wrapper img {
    height: 300px;
  }
}
.cid-v9CHcpnD17 .mbr-label {
  color: #000000;
}
.cid-v9CHcpnD17 .mbr-section-title {
  color: #000000;
}
.cid-v9CHcpnD17 .mbr-text {
  color: #4f4f4f;
}
.cid-v9CHcpnD17 .mbr-section-title,
.cid-v9CHcpnD17 .mbr-section-btn {
  color: #002c42;
}
.cid-v9CHcpGGEW {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v9CHcpGGEW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9CHcpGGEW .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-v9CHcpGGEW .container {
    padding: 0 22px;
  }
}
.cid-v9CHcpGGEW .row {
  justify-content: center;
}
.cid-v9CHcpGGEW .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v9CHcpGGEW .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v9CHcpGGEW .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
.cid-v9CHcpGGEW .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v9CHcpGGEW .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #ffffff;
}
.cid-v9CHcpGGEW .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v9CHcpGGEW .mbr-section-title {
  color: #ffffff;
}
.cid-v9CHcpGGEW .mbr-text {
  color: #1e1e1e;
  text-align: center;
}
.cid-v9CHcpGGEW .mbr-section-title,
.cid-v9CHcpGGEW .icon-wrapper {
  text-align: center;
  color: #002c42;
}
.cid-v9CHcpX2kQ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v9CHcpX2kQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9CHcpX2kQ .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-v9CHcpX2kQ .container {
    padding: 0 22px;
  }
}
.cid-v9CHcpX2kQ .row {
  justify-content: center;
}
.cid-v9CHcpX2kQ .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v9CHcpX2kQ .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v9CHcpX2kQ .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
.cid-v9CHcpX2kQ .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v9CHcpX2kQ .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #ffffff;
}
.cid-v9CHcpX2kQ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v9CHcpX2kQ .mbr-section-title {
  color: #ffffff;
}
.cid-v9CHcpX2kQ .mbr-text {
  color: #1e1e1e;
  text-align: center;
}
.cid-v9CHcpX2kQ .mbr-section-title,
.cid-v9CHcpX2kQ .icon-wrapper {
  text-align: center;
  color: #002c42;
}
.cid-v9CHcqf9D6 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #ffffff;
}
.cid-v9CHcqf9D6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9CHcqf9D6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9CHcqf9D6 .items-wrapper {
  margin: 0 -4px;
}
.cid-v9CHcqf9D6 .item {
  padding: 0 4px;
  margin-top: 8px;
}
.cid-v9CHcqf9D6 .item:first-child {
  margin-top: 0;
}
.cid-v9CHcqf9D6 .item:nth-child(2) {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-v9CHcqf9D6 .item:nth-child(2) {
    margin-top: 8px;
  }
}
.cid-v9CHcqf9D6 .item:nth-child(3) {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-v9CHcqf9D6 .item:nth-child(3) {
    margin-top: 8px;
  }
}
.cid-v9CHcqf9D6 .item:nth-child(4) {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-v9CHcqf9D6 .item:nth-child(4) {
    margin-top: 8px;
  }
}
.cid-v9CHcqf9D6 .item .item-wrapper {
  height: 100%;
  padding: 32px;
  background-color: #0c66a3;
}
@media (max-width: 992px) {
  .cid-v9CHcqf9D6 .item .item-wrapper {
    padding: 24px;
  }
}
.cid-v9CHcqf9D6 .item .item-wrapper .item-date {
  margin-bottom: 6px;
}
.cid-v9CHcqf9D6 .item .item-wrapper .item-title {
  margin-bottom: 0;
}
.cid-v9CHcqf9D6 .item .item-wrapper .item-text {
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-v9CHcqf9D6 .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v9CHcqf9D6 .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v9CHcqf9D6 .item-date {
  color: #ffffff;
}
.cid-v9CHcqf9D6 .item-title {
  color: #ffb3c1;
}
.cid-v9CHcqf9D6 .item-text {
  color: #ffb3c1;
}
.cid-v9CHcqf9D6 .item-title,
.cid-v9CHcqf9D6 .mbr-section-btn {
  color: #ffffff;
}
.cid-v9CHcqBreJ {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v9CHcqBreJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9CHcqBreJ .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-v9CHcqBreJ .container {
    padding: 0 22px;
  }
}
.cid-v9CHcqBreJ .row {
  justify-content: center;
}
.cid-v9CHcqBreJ .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v9CHcqBreJ .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v9CHcqBreJ .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
.cid-v9CHcqBreJ .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v9CHcqBreJ .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #ffffff;
}
.cid-v9CHcqBreJ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v9CHcqBreJ .mbr-section-title {
  color: #ffffff;
}
.cid-v9CHcqBreJ .mbr-text {
  color: #1e1e1e;
  text-align: center;
}
.cid-v9CHcqBreJ .mbr-section-title,
.cid-v9CHcqBreJ .icon-wrapper {
  text-align: center;
  color: #002c42;
}
.cid-v9CHcqUqJj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #002c42;
}
.cid-v9CHcqUqJj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9CHcqUqJj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9CHcqUqJj .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v9CHcqUqJj .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v9CHcqUqJj .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1440px) {
  .cid-v9CHcqUqJj .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v9CHcqUqJj .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v9CHcqUqJj .item {
    margin-bottom: 16px;
  }
}
.cid-v9CHcqUqJj .item .item-wrapper {
  padding: 10px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-v9CHcqUqJj .item .item-wrapper {
    height: 100%;
  }
}
.cid-v9CHcqUqJj .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-v9CHcqUqJj .item .item-wrapper .item-img img {
  height: 310px;
  object-fit: cover;
}
.cid-v9CHcqUqJj .item .item-wrapper .item-content {
  padding: 0 40px 20px;
}
@media (max-width: 1440px) {
  .cid-v9CHcqUqJj .item .item-wrapper .item-content {
    padding: 0 20px 20px;
  }
}
@media (max-width: 992px) {
  .cid-v9CHcqUqJj .item .item-wrapper .item-content {
    padding: 0 10px;
  }
}
.cid-v9CHcqUqJj .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-v9CHcqUqJj .item .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .cid-v9CHcqUqJj .item .item-wrapper .item-content .mbr-section-btn .btn {
    padding: 12px 16px;
  }
}
.cid-v9CHcqUqJj .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v9CHcqUqJj .item-title {
  color: #000c3f;
}
.cid-v9CHcqUqJj .item-text {
  color: #1e1e1e;
}
.cid-v9CHcqUqJj .item-title,
.cid-v9CHcqUqJj .mbr-section-btn {
  color: #002c42;
}
.cid-v9CHcriGXQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v9CHcriGXQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9CHcriGXQ .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-v9CHcriGXQ .container {
    padding: 0 20px;
  }
}
.cid-v9CHcriGXQ .content-wrapper {
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-v9CHcriGXQ .content-wrapper {
    padding: 46px 0;
  }
}
.cid-v9CHcriGXQ .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-v9CHcriGXQ .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v9CHcriGXQ .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v9CHcriGXQ .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-v9CHcriGXQ .content-wrapper .image-wrapper img {
  display: inline-flex;
  width: 50%;
  border-radius: 20px !important;
  object-fit: cover;
  height: 280px;
}
@media (max-width: 992px) {
  .cid-v9CHcriGXQ .content-wrapper .image-wrapper img {
    width: 100%;
  }
}
.cid-v9CHcriGXQ .content-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-v9CHcriGXQ .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v9CHcriGXQ .mbr-section-title {
  color: #000000;
}
.cid-v9CHcriGXQ .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-v9CHcriGXQ .mbr-text,
.cid-v9CHcriGXQ .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v9CHcriGXQ .mbr-section-title,
.cid-v9CHcriGXQ .mbr-section-btn,
.cid-v9CHcriGXQ .image-wrapper {
  text-align: center;
  color: #002c42;
}
.cid-v9CHcrC4a3 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9CHcrC4a3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9CHcrC4a3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9CHcrC4a3 .items-wrapper {
  margin: 0 -32px;
}
.cid-v9CHcrC4a3 .items-wrapper .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v9CHcrC4a3 .items-wrapper .item {
    margin-bottom: 32px;
  }
  .cid-v9CHcrC4a3 .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v9CHcrC4a3 .items-wrapper .item .item-wrapper .iconfont-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v9CHcrC4a3 .items-wrapper .item .item-wrapper .iconfont-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v9CHcrC4a3 .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  font-size: 28px;
  border: 4px solid;
}
.cid-v9CHcrC4a3 .items-wrapper .item .item-wrapper .icon_1 .mbr-iconfont {
  background-color: #ff2817;
  border-color: #ff5244;
  box-shadow: 0 18px 32px -8px #ff2817;
}
.cid-v9CHcrC4a3 .items-wrapper .item .item-wrapper .icon_2 .mbr-iconfont {
  background-color: #ff2817;
  border-color: #ff5244;
  box-shadow: 0 18px 32px -8px #ff2817;
}
.cid-v9CHcrC4a3 .items-wrapper .item .item-wrapper .icon_3 .mbr-iconfont {
  background-color: #ff2817;
  border-color: #ff5244;
  box-shadow: 0 18px 32px -8px #ff2817;
}
.cid-v9CHcrC4a3 .items-wrapper .item .item-wrapper .card-title {
  margin-bottom: 16px;
}
.cid-v9CHcrC4a3 .items-wrapper .item .item-wrapper .card-text {
  margin-bottom: 0;
}
.cid-v9CHcrC4a3 .card-title {
  color: #111111;
}
.cid-v9CHcrC4a3 .card-text {
  color: #666666;
  text-align: center;
}
.cid-v9CHcrC4a3 .card-title,
.cid-v9CHcrC4a3 .iconfont-wrapper {
  text-align: center;
}
.cid-v9CHcrYxKj {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v9CHcrYxKj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9CHcrYxKj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9CHcrYxKj .items-wrapper {
  margin: 0 -32px;
}
.cid-v9CHcrYxKj .items-wrapper .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v9CHcrYxKj .items-wrapper .item {
    margin-bottom: 32px;
  }
  .cid-v9CHcrYxKj .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v9CHcrYxKj .items-wrapper .item .item-wrapper .iconfont-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v9CHcrYxKj .items-wrapper .item .item-wrapper .iconfont-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v9CHcrYxKj .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  font-size: 28px;
  border: 4px solid;
}
.cid-v9CHcrYxKj .items-wrapper .item .item-wrapper .icon_1 .mbr-iconfont {
  background-color: #ff2817;
  border-color: #ff5244;
  box-shadow: 0 18px 32px -8px #ff2817;
}
.cid-v9CHcrYxKj .items-wrapper .item .item-wrapper .icon_2 .mbr-iconfont {
  background-color: #ff2817;
  border-color: #ff5244;
  box-shadow: 0 18px 32px -8px #ff2817;
}
.cid-v9CHcrYxKj .items-wrapper .item .item-wrapper .icon_3 .mbr-iconfont {
  background-color: #ff2817;
  border-color: #ff5244;
  box-shadow: 0 18px 32px -8px #ff2817;
}
.cid-v9CHcrYxKj .items-wrapper .item .item-wrapper .card-title {
  margin-bottom: 16px;
}
.cid-v9CHcrYxKj .items-wrapper .item .item-wrapper .card-text {
  margin-bottom: 0;
}
.cid-v9CHcrYxKj .card-title {
  color: #111111;
}
.cid-v9CHcrYxKj .card-text {
  color: #666666;
  text-align: center;
}
.cid-v9CHcrYxKj .card-title,
.cid-v9CHcrYxKj .iconfont-wrapper {
  text-align: center;
}
.cid-v9CHcsmBIE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background-2000x1125.png");
}
.cid-v9CHcsmBIE .row {
  flex-direction: column;
}
.cid-v9CHcsmBIE .row {
  flex-direction: column-reverse;
}
.cid-v9CHcsmBIE .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-v9CHcsmBIE .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v9CHcsmBIE .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-v9CHcsmBIE .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v9CHcsmBIE .mbr-section-tag {
  margin-bottom: 0.5rem;
}
.cid-v9CHcsmBIE .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-v9CHcsmBIE .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-v9CHcsmBIE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9CHcsmBIE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9CHcsIIa7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v9CHcsIIa7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9CHcsIIa7 .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-v9CHcsIIa7 .container {
    padding: 0 22px;
  }
}
.cid-v9CHcsIIa7 .row {
  justify-content: center;
}
.cid-v9CHcsIIa7 .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v9CHcsIIa7 .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v9CHcsIIa7 .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
.cid-v9CHcsIIa7 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v9CHcsIIa7 .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #ffffff;
}
.cid-v9CHcsIIa7 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v9CHcsIIa7 .mbr-section-title {
  color: #ffffff;
}
.cid-v9CHcsIIa7 .mbr-text {
  color: #1e1e1e;
  text-align: center;
}
.cid-v9CHcsIIa7 .mbr-section-title,
.cid-v9CHcsIIa7 .icon-wrapper {
  text-align: center;
  color: #002c42;
}
.cid-v9CHct3pbU {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-v9CHct3pbU .carousel-item {
  margin-top: 1rem;
  justify-content: center;
}
.cid-v9CHct3pbU .carousel-item > div {
  width: 100%;
}
.cid-v9CHct3pbU .carousel-item.active,
.cid-v9CHct3pbU .carousel-item-next,
.cid-v9CHct3pbU .carousel-item-prev {
  display: flex;
}
.cid-v9CHct3pbU .carousel-controls a {
  transition: opacity .5s;
  font-size: 1.2rem;
}
.cid-v9CHct3pbU .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  opacity: .9;
}
.cid-v9CHct3pbU .carousel-controls a:hover span {
  opacity: 1;
}
@media (min-width: 768px) {
  .cid-v9CHct3pbU .carousel-controls a {
    width: 5%;
  }
}
.cid-v9CHct3pbU .mbr-section-subtitle {
  margin-top: 2rem;
  margin-bottom: 0;
  color: #70747f;
}
.cid-v9CHct3pbU img {
  width: 100%;
  border-radius: 30px;
}
.cid-v9CHct3pbU .title-block {
  margin-top: 3rem;
}
.cid-v9CHct3pbU .signature {
  font-weight: 900;
  color: #12265a;
}
.cid-v9CHct3pbU .carousel-indicators li {
  background-color: #ffffff;
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 50%;
}
.cid-v9CHct3pbU .carousel-indicators {
  position: absolute;
  margin-top: 2rem;
  bottom: 0rem;
}
.cid-v9CHct3pbU ol {
  margin-bottom: 0;
}
.cid-v9CHct3pbU .carousel {
  display: flex;
  overflow: hidden;
  padding-bottom: 3rem;
}
.cid-v9CHct3pbU .container-fluid {
  max-width: 1200px;
  padding: 0 0.5rem;
}
.cid-v9CHct3pbU .desk {
  color: #45b3df;
  font-weight: 900;
}
.cid-v9CHct3pbU a {
  color: #ffffff;
  line-height: 1.5;
}
.cid-v9CHct3pbU .social-list {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translate(-50%, 50%);
}
.cid-v9CHct3pbU .soc-item {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.25rem 0.3rem;
  z-index: 1;
  background: #f3f6f9;
  border-radius: 50%;
  position: relative;
  margin-right: 0.6rem;
}
.cid-v9CHct3pbU .soc-item span {
  font-size: 1rem;
  color: #ffffff;
  transition: all 0.3s;
}
.cid-v9CHct3pbU .items {
  margin-right: 1rem;
  margin-bottom: 0;
  color: #12265a;
}
.cid-v9CHct3pbU .soc-item::after {
  z-index: -1;
}
.cid-v9CHct3pbU .soc-item1 {
  color: #f3f6f9;
}
.cid-v9CHct3pbU .soc-item2 {
  background-color: #00a3f4;
  color: #00a3f4;
}
.cid-v9CHct3pbU .soc-item3 {
  background-color: #ff992a;
  color: #ff992a;
}
.cid-v9CHct3pbU .wrapper-img {
  position: relative;
}
@media (max-width: 767px) {
  .cid-v9CHct3pbU {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .cid-v9CHct3pbU .col-md-3 {
    padding: 0;
  }
  .cid-v9CHct3pbU .container-fluid {
    padding: 0 1rem;
  }
}
.cid-v9CHct3pbU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9CHct3pbU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9CHctLJ7l {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-v9CHctLJ7l .carousel-item {
  margin-top: 1rem;
  justify-content: center;
}
.cid-v9CHctLJ7l .carousel-item > div {
  width: 100%;
}
.cid-v9CHctLJ7l .carousel-item.active,
.cid-v9CHctLJ7l .carousel-item-next,
.cid-v9CHctLJ7l .carousel-item-prev {
  display: flex;
}
.cid-v9CHctLJ7l .carousel-controls a {
  transition: opacity .5s;
  font-size: 1.2rem;
}
.cid-v9CHctLJ7l .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  opacity: .9;
}
.cid-v9CHctLJ7l .carousel-controls a:hover span {
  opacity: 1;
}
@media (min-width: 768px) {
  .cid-v9CHctLJ7l .carousel-controls a {
    width: 5%;
  }
}
.cid-v9CHctLJ7l .mbr-section-subtitle {
  margin-top: 2rem;
  margin-bottom: 0;
  color: #70747f;
}
.cid-v9CHctLJ7l img {
  width: 100%;
  border-radius: 30px;
}
.cid-v9CHctLJ7l .title-block {
  margin-top: 3rem;
}
.cid-v9CHctLJ7l .signature {
  font-weight: 900;
  color: #12265a;
}
.cid-v9CHctLJ7l .carousel-indicators li {
  background-color: #232323;
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 50%;
}
.cid-v9CHctLJ7l .carousel-indicators {
  position: absolute;
  margin-top: 2rem;
  bottom: 0rem;
}
.cid-v9CHctLJ7l ol {
  margin-bottom: 0;
}
.cid-v9CHctLJ7l .carousel {
  display: flex;
  overflow: hidden;
  padding-bottom: 3rem;
}
.cid-v9CHctLJ7l .container-fluid {
  max-width: 1200px;
  padding: 0 0.5rem;
}
.cid-v9CHctLJ7l .desk {
  color: #45b3df;
  font-weight: 900;
}
.cid-v9CHctLJ7l a {
  color: #ffffff;
  line-height: 1.5;
}
.cid-v9CHctLJ7l .social-list {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translate(-50%, 50%);
}
.cid-v9CHctLJ7l .soc-item {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.25rem 0.3rem;
  z-index: 1;
  background: #f3f6f9;
  border-radius: 50%;
  position: relative;
  margin-right: 0.6rem;
}
.cid-v9CHctLJ7l .soc-item span {
  font-size: 1rem;
  color: #ffffff;
  transition: all 0.3s;
}
.cid-v9CHctLJ7l .items {
  margin-right: 1rem;
  margin-bottom: 0;
  color: #12265a;
}
.cid-v9CHctLJ7l .soc-item::after {
  z-index: -1;
}
.cid-v9CHctLJ7l .soc-item1 {
  color: #f3f6f9;
}
.cid-v9CHctLJ7l .soc-item2 {
  background-color: #00a3f4;
  color: #00a3f4;
}
.cid-v9CHctLJ7l .soc-item3 {
  background-color: #ff992a;
  color: #ff992a;
}
.cid-v9CHctLJ7l .wrapper-img {
  position: relative;
}
@media (max-width: 767px) {
  .cid-v9CHctLJ7l {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .cid-v9CHctLJ7l .col-md-3 {
    padding: 0;
  }
  .cid-v9CHctLJ7l .container-fluid {
    padding: 0 1rem;
  }
}
.cid-v9CHctLJ7l .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9CHctLJ7l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9CHcuA5ua {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: transparent;
}
.cid-v9CHcuA5ua .carousel-item {
  margin-top: 1rem;
  justify-content: center;
}
.cid-v9CHcuA5ua .carousel-item > div {
  width: 100%;
}
.cid-v9CHcuA5ua .carousel-item.active,
.cid-v9CHcuA5ua .carousel-item-next,
.cid-v9CHcuA5ua .carousel-item-prev {
  display: flex;
}
.cid-v9CHcuA5ua .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 1.2rem;
}
.cid-v9CHcuA5ua .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  opacity: 0.9;
}
.cid-v9CHcuA5ua .carousel-controls a:hover span {
  opacity: 1;
}
@media (min-width: 768px) {
  .cid-v9CHcuA5ua .carousel-controls a {
    width: 5%;
  }
}
.cid-v9CHcuA5ua .mbr-section-subtitle {
  margin-top: 2rem;
  margin-bottom: 0;
  color: #70747f;
}
.cid-v9CHcuA5ua img {
  width: 100%;
  border-radius: 30px;
}
.cid-v9CHcuA5ua .title-block {
  margin-top: 3rem;
}
.cid-v9CHcuA5ua .signature {
  font-weight: 900;
  color: #12265a;
}
.cid-v9CHcuA5ua .carousel-indicators {
  display: none !important;
}
.cid-v9CHcuA5ua .carousel {
  display: flex;
  overflow: hidden;
  padding-bottom: 3rem;
}
.cid-v9CHcuA5ua .container-fluid {
  max-width: 1200px;
  padding: 0 0.5rem;
}
.cid-v9CHcuA5ua .desk {
  color: #45b3df;
  font-weight: 900;
}
.cid-v9CHcuA5ua a {
  color: #ffffff;
  line-height: 1.5;
}
.cid-v9CHcuA5ua .social-list {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translate(-50%, 50%);
}
.cid-v9CHcuA5ua .soc-item {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.25rem 0.3rem;
  z-index: 1;
  background: #f3f6f9;
  border-radius: 50%;
  position: relative;
  margin-right: 0.6rem;
}
.cid-v9CHcuA5ua .soc-item span {
  font-size: 1rem;
  color: #ffffff;
  transition: all 0.3s;
}
.cid-v9CHcuA5ua .items {
  margin-right: 1rem;
  margin-bottom: 0;
  color: #12265a;
}
.cid-v9CHcuA5ua .wrapper-img {
  position: relative;
}
@media (max-width: 767px) {
  .cid-v9CHcuA5ua {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.cid-v9CHcuA5ua .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9CHcuA5ua .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9CHcvfUD1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v9CHcvfUD1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9CHcvfUD1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9CHcvfUD1 .item {
  padding-bottom: 2rem;
}
.cid-v9CHcvfUD1 .item-wrapper {
  position: relative;
}
.cid-v9CHcvfUD1 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-v9CHcvfUD1 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v9CHcvfUD1 .carousel-control,
.cid-v9CHcvfUD1 .close {
  background: #1b1b1b;
}
.cid-v9CHcvfUD1 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v9CHcvfUD1 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v9CHcvfUD1 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v9CHcvfUD1 .carousel-control-next span {
  margin-left: 5px;
}
.cid-v9CHcvfUD1 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v9CHcvfUD1 .close::before {
  content: '\e91a';
}
.cid-v9CHcvfUD1 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v9CHcvfUD1 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v9CHcvfUD1 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v9CHcvfUD1 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v9CHcvfUD1 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v9CHcvfUD1 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v9CHcvfUD1 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v9CHcvfUD1 .carousel-indicators li.active,
.cid-v9CHcvfUD1 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v9CHcvfUD1 .carousel-indicators li::after,
.cid-v9CHcvfUD1 .carousel-indicators li::before {
  content: none;
}
.cid-v9CHcvfUD1 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v9CHcvfUD1 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v9CHcvfUD1 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v9CHcvfUD1 .carousel-indicators {
    display: none;
  }
}
.cid-v9CHcvfUD1 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v9CHcvfUD1 .carousel-inner > .active {
  display: block;
}
.cid-v9CHcvfUD1 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v9CHcvfUD1 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v9CHcvfUD1 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v9CHcvfUD1 .carousel-control,
  .cid-v9CHcvfUD1 .carousel-indicators,
  .cid-v9CHcvfUD1 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v9CHcvfUD1 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v9CHcvfUD1 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v9CHcvfUD1 .carousel-indicators .active,
.cid-v9CHcvfUD1 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v9CHcvfUD1 .carousel-indicators .active {
  background: #fff;
}
.cid-v9CHcvfUD1 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v9CHcvfUD1 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v9CHcvfUD1 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v9CHcvfUD1 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v9CHcvfUD1 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v9CHcvfUD1 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v9CHcvfUD1 .carousel {
  width: 100%;
}
.cid-v9CHcvfUD1 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v9CHcvfUD1 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v9CHcvfUD1 .modal.fade .modal-dialog,
.cid-v9CHcvfUD1 .modal.in .modal-dialog {
  transform: none;
}
.cid-v9CHcvfUD1 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v9CHcvfUD1 H6 {
  text-align: center;
}
.cid-v9CHcvfUD1 .mbr-section-title {
  color: #232323;
}
.cid-v9CHcvN0Kp {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9CHcvN0Kp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9CHcvN0Kp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9CHcvN0Kp .item {
  padding-bottom: 2rem;
}
.cid-v9CHcvN0Kp .item-wrapper {
  position: relative;
}
.cid-v9CHcvN0Kp .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-v9CHcvN0Kp .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v9CHcvN0Kp .carousel-control,
.cid-v9CHcvN0Kp .close {
  background: #1b1b1b;
}
.cid-v9CHcvN0Kp .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v9CHcvN0Kp .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v9CHcvN0Kp .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v9CHcvN0Kp .carousel-control-next span {
  margin-left: 5px;
}
.cid-v9CHcvN0Kp .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v9CHcvN0Kp .close::before {
  content: '\e91a';
}
.cid-v9CHcvN0Kp .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v9CHcvN0Kp .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v9CHcvN0Kp .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v9CHcvN0Kp .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v9CHcvN0Kp .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v9CHcvN0Kp .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v9CHcvN0Kp .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v9CHcvN0Kp .carousel-indicators li.active,
.cid-v9CHcvN0Kp .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v9CHcvN0Kp .carousel-indicators li::after,
.cid-v9CHcvN0Kp .carousel-indicators li::before {
  content: none;
}
.cid-v9CHcvN0Kp .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v9CHcvN0Kp .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v9CHcvN0Kp .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v9CHcvN0Kp .carousel-indicators {
    display: none;
  }
}
.cid-v9CHcvN0Kp .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v9CHcvN0Kp .carousel-inner > .active {
  display: block;
}
.cid-v9CHcvN0Kp .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v9CHcvN0Kp .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v9CHcvN0Kp .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v9CHcvN0Kp .carousel-control,
  .cid-v9CHcvN0Kp .carousel-indicators,
  .cid-v9CHcvN0Kp .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v9CHcvN0Kp .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v9CHcvN0Kp .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v9CHcvN0Kp .carousel-indicators .active,
.cid-v9CHcvN0Kp .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v9CHcvN0Kp .carousel-indicators .active {
  background: #fff;
}
.cid-v9CHcvN0Kp .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v9CHcvN0Kp .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v9CHcvN0Kp .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v9CHcvN0Kp .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v9CHcvN0Kp .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v9CHcvN0Kp .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v9CHcvN0Kp .carousel {
  width: 100%;
}
.cid-v9CHcvN0Kp .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v9CHcvN0Kp .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v9CHcvN0Kp .modal.fade .modal-dialog,
.cid-v9CHcvN0Kp .modal.in .modal-dialog {
  transform: none;
}
.cid-v9CHcvN0Kp .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v9CHcvN0Kp H6 {
  text-align: center;
}
.cid-v9CHcvN0Kp .mbr-section-title {
  color: #232323;
}
.cid-v9CHcwm5yE {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v9CHcwm5yE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9CHcwm5yE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9CHcwm5yE .item {
  padding-bottom: 2rem;
}
.cid-v9CHcwm5yE .item-wrapper {
  position: relative;
}
.cid-v9CHcwm5yE .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-v9CHcwm5yE .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v9CHcwm5yE .carousel-control,
.cid-v9CHcwm5yE .close {
  background: #1b1b1b;
}
.cid-v9CHcwm5yE .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v9CHcwm5yE .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v9CHcwm5yE .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v9CHcwm5yE .carousel-control-next span {
  margin-left: 5px;
}
.cid-v9CHcwm5yE .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v9CHcwm5yE .close::before {
  content: '\e91a';
}
.cid-v9CHcwm5yE .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v9CHcwm5yE .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v9CHcwm5yE .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v9CHcwm5yE .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v9CHcwm5yE .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v9CHcwm5yE .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v9CHcwm5yE .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v9CHcwm5yE .carousel-indicators li.active,
.cid-v9CHcwm5yE .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v9CHcwm5yE .carousel-indicators li::after,
.cid-v9CHcwm5yE .carousel-indicators li::before {
  content: none;
}
.cid-v9CHcwm5yE .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v9CHcwm5yE .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v9CHcwm5yE .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v9CHcwm5yE .carousel-indicators {
    display: none;
  }
}
.cid-v9CHcwm5yE .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v9CHcwm5yE .carousel-inner > .active {
  display: block;
}
.cid-v9CHcwm5yE .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v9CHcwm5yE .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v9CHcwm5yE .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v9CHcwm5yE .carousel-control,
  .cid-v9CHcwm5yE .carousel-indicators,
  .cid-v9CHcwm5yE .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v9CHcwm5yE .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v9CHcwm5yE .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v9CHcwm5yE .carousel-indicators .active,
.cid-v9CHcwm5yE .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v9CHcwm5yE .carousel-indicators .active {
  background: #fff;
}
.cid-v9CHcwm5yE .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v9CHcwm5yE .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v9CHcwm5yE .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v9CHcwm5yE .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v9CHcwm5yE .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v9CHcwm5yE .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v9CHcwm5yE .carousel {
  width: 100%;
}
.cid-v9CHcwm5yE .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v9CHcwm5yE .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v9CHcwm5yE .modal.fade .modal-dialog,
.cid-v9CHcwm5yE .modal.in .modal-dialog {
  transform: none;
}
.cid-v9CHcwm5yE .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v9CHcwm5yE H6 {
  text-align: center;
}
.cid-v9CHcwm5yE .mbr-section-title {
  color: #232323;
}
.cid-v9CHcwVBfR {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v9CHcwVBfR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9CHcwVBfR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9CHcwVBfR .item {
  padding-bottom: 2rem;
}
.cid-v9CHcwVBfR .item-wrapper {
  position: relative;
}
.cid-v9CHcwVBfR .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-v9CHcwVBfR .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v9CHcwVBfR .carousel-control,
.cid-v9CHcwVBfR .close {
  background: #1b1b1b;
}
.cid-v9CHcwVBfR .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v9CHcwVBfR .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v9CHcwVBfR .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v9CHcwVBfR .carousel-control-next span {
  margin-left: 5px;
}
.cid-v9CHcwVBfR .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v9CHcwVBfR .close::before {
  content: '\e91a';
}
.cid-v9CHcwVBfR .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v9CHcwVBfR .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v9CHcwVBfR .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v9CHcwVBfR .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v9CHcwVBfR .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v9CHcwVBfR .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v9CHcwVBfR .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v9CHcwVBfR .carousel-indicators li.active,
.cid-v9CHcwVBfR .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v9CHcwVBfR .carousel-indicators li::after,
.cid-v9CHcwVBfR .carousel-indicators li::before {
  content: none;
}
.cid-v9CHcwVBfR .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v9CHcwVBfR .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v9CHcwVBfR .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v9CHcwVBfR .carousel-indicators {
    display: none;
  }
}
.cid-v9CHcwVBfR .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v9CHcwVBfR .carousel-inner > .active {
  display: block;
}
.cid-v9CHcwVBfR .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v9CHcwVBfR .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v9CHcwVBfR .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v9CHcwVBfR .carousel-control,
  .cid-v9CHcwVBfR .carousel-indicators,
  .cid-v9CHcwVBfR .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v9CHcwVBfR .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v9CHcwVBfR .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v9CHcwVBfR .carousel-indicators .active,
.cid-v9CHcwVBfR .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v9CHcwVBfR .carousel-indicators .active {
  background: #fff;
}
.cid-v9CHcwVBfR .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v9CHcwVBfR .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v9CHcwVBfR .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v9CHcwVBfR .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v9CHcwVBfR .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v9CHcwVBfR .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v9CHcwVBfR .carousel {
  width: 100%;
}
.cid-v9CHcwVBfR .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v9CHcwVBfR .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v9CHcwVBfR .modal.fade .modal-dialog,
.cid-v9CHcwVBfR .modal.in .modal-dialog {
  transform: none;
}
.cid-v9CHcwVBfR .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v9CHcwVBfR H6 {
  text-align: center;
}
.cid-v9CHcwVBfR .mbr-section-title {
  color: #232323;
}
.cid-v9CHcxpyfr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background-2000x1125.png");
}
.cid-v9CHcxpyfr .row {
  flex-direction: column;
}
.cid-v9CHcxpyfr .row {
  flex-direction: column-reverse;
}
.cid-v9CHcxpyfr .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-v9CHcxpyfr .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v9CHcxpyfr .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-v9CHcxpyfr .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v9CHcxpyfr .mbr-section-tag {
  margin-bottom: 0.5rem;
}
.cid-v9CHcxpyfr .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-v9CHcxpyfr .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-v9CHcxpyfr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9CHcxpyfr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9CHcxR7cq {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v9CHcxR7cq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9CHcxR7cq .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-v9CHcxR7cq .container {
    padding: 0 22px;
  }
}
.cid-v9CHcxR7cq .row {
  justify-content: center;
}
.cid-v9CHcxR7cq .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v9CHcxR7cq .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v9CHcxR7cq .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
.cid-v9CHcxR7cq .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v9CHcxR7cq .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #ffffff;
}
.cid-v9CHcxR7cq .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v9CHcxR7cq .mbr-section-title {
  color: #ffffff;
}
.cid-v9CHcxR7cq .mbr-text {
  color: #1e1e1e;
  text-align: center;
}
.cid-v9CHcxR7cq .mbr-section-title,
.cid-v9CHcxR7cq .icon-wrapper {
  text-align: center;
  color: #002c42;
}
.cid-v9CHcyiqQp {
  padding-top: 0rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-v9CHcyiqQp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9CHcyiqQp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9CHcyiqQp .mbr-section-head {
  margin-bottom: 32px;
}
.cid-v9CHcyiqQp .mbr-section-title {
  color: #24262b;
}
.cid-v9CHcyiqQp .mbr-section-subtitle {
  color: #24262b;
}
.cid-v9CHcyiqQp .items-row {
  row-gap: 32px;
}
.cid-v9CHcyiqQp .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-v9CHcyiqQp .item-wrapper img {
  width: 100%;
  aspect-ratio: calc(8 / (1 * 6));
  object-fit: cover;
  transition: all 0.3s;
}
.cid-v9CHcyiqQp .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  opacity: 0;
  color: #24262b;
  transform: translateX(-50%) translateY(-50%);
  background-color: #ffffff;
  transition: 0.3s;
}
.cid-v9CHcyiqQp .item-wrapper .img-overlay {
  position: absolute;
  pointer-events: none;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #33363b;
  opacity: 0;
  z-index: 2;
}
.cid-v9CHcyiqQp .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-v9CHcyiqQp .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-v9CHcyiqQp .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
.cid-v9CHcyiqQp .mbr-item-subtitle {
  color: #24262b;
}
.cid-v9CHcyiqQp .carousel-control,
.cid-v9CHcyiqQp .close {
  background: #1b1b1b;
}
.cid-v9CHcyiqQp .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v9CHcyiqQp .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v9CHcyiqQp .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v9CHcyiqQp .carousel-control-next span {
  margin-left: 5px;
}
.cid-v9CHcyiqQp .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v9CHcyiqQp .close::before {
  content: '\e91a';
}
.cid-v9CHcyiqQp .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v9CHcyiqQp .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v9CHcyiqQp .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v9CHcyiqQp .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v9CHcyiqQp .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v9CHcyiqQp .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v9CHcyiqQp .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v9CHcyiqQp .carousel-indicators li.active,
.cid-v9CHcyiqQp .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v9CHcyiqQp .carousel-indicators li::after,
.cid-v9CHcyiqQp .carousel-indicators li::before {
  content: none;
}
.cid-v9CHcyiqQp .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v9CHcyiqQp .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v9CHcyiqQp .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v9CHcyiqQp .carousel-indicators {
    display: none;
  }
}
.cid-v9CHcyiqQp .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v9CHcyiqQp .carousel-inner > .active {
  display: block;
}
.cid-v9CHcyiqQp .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v9CHcyiqQp .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v9CHcyiqQp .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v9CHcyiqQp .carousel-control,
  .cid-v9CHcyiqQp .carousel-indicators,
  .cid-v9CHcyiqQp .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v9CHcyiqQp .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v9CHcyiqQp .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v9CHcyiqQp .carousel-indicators .active,
.cid-v9CHcyiqQp .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v9CHcyiqQp .carousel-indicators .active {
  background: #fff;
}
.cid-v9CHcyiqQp .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v9CHcyiqQp .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v9CHcyiqQp .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v9CHcyiqQp .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v9CHcyiqQp .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v9CHcyiqQp .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v9CHcyiqQp .carousel {
  width: 100%;
}
.cid-v9CHcyiqQp .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v9CHcyiqQp .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v9CHcyiqQp .modal.fade .modal-dialog,
.cid-v9CHcyiqQp .modal.in .modal-dialog {
  transform: none;
}
.cid-v9CHcyiqQp .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v9CHcyiqQp H6 {
  text-align: center;
}
.cid-v9CHcyNWQy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background-2000x1125.png");
}
.cid-v9CHcyNWQy .row {
  flex-direction: column;
}
.cid-v9CHcyNWQy .row {
  flex-direction: column-reverse;
}
.cid-v9CHcyNWQy .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-v9CHcyNWQy .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v9CHcyNWQy .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-v9CHcyNWQy .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v9CHcyNWQy .mbr-section-tag {
  margin-bottom: 0.5rem;
}
.cid-v9CHcyNWQy .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-v9CHcyNWQy .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-v9CHcyNWQy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9CHcyNWQy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9CHczfFhQ {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v9CHczfFhQ .mbr-section-subtitle {
  color: #f3f6f9;
}
.cid-v9CHczfFhQ .mbr-section-title {
  color: #000000;
}
.cid-v9CHczfFhQ img {
  width: 100%;
}
.cid-v9CHczfFhQ .mbr-text {
  color: #002c42;
}
.cid-v9CHczfFhQ .mbr-section-btn {
  margin-top: 40px;
}
.cid-v9CHczfFhQ .mbr-section-btn .btn {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .cid-v9CHczfFhQ * {
    text-align: left;
  }
}
.cid-v9CHczfFhQ .cards-wrap {
  flex-direction: column;
}
.cid-v9CHczfFhQ .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  display: flex;
}
.cid-v9CHczfFhQ .wrapper .img {
  margin-bottom: 20px;
  margin-right: 25px;
  background-color: #279e64;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-v9CHczfFhQ .wrapper .img:hover {
  -webkit-animation-name: animation-wobble-vertical;
  animation-name: animation-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.cid-v9CHczfFhQ .wrapper .img .mbr-iconfont {
  font-size: 1.875rem;
  top: 0;
  color: #ffffff;
  border-radius: 50%;
}
.cid-v9CHczfFhQ .wrapper .content .mbr-card-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-v9CHczfFhQ .wrapper .content .mbr-text {
  margin-bottom: 19px;
  color: #002c42;
}
@-webkit-keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-v9CHczfFhQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9CHczfFhQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9CHczNdfQ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v9CHczNdfQ .mbr-section-subtitle {
  color: #f3f6f9;
}
.cid-v9CHczNdfQ .mbr-section-title {
  color: #000000;
  text-align: justify;
}
.cid-v9CHczNdfQ img {
  width: 100%;
}
.cid-v9CHczNdfQ .mbr-text {
  color: #002c42;
}
.cid-v9CHczNdfQ .mbr-section-btn {
  margin-top: 40px;
}
.cid-v9CHczNdfQ .mbr-section-btn .btn {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .cid-v9CHczNdfQ * {
    text-align: left;
  }
}
.cid-v9CHczNdfQ .cards-wrap {
  flex-direction: column;
}
.cid-v9CHczNdfQ .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  display: flex;
}
.cid-v9CHczNdfQ .wrapper .img {
  margin-bottom: 20px;
  margin-right: 25px;
  background-color: #ff2817;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-v9CHczNdfQ .wrapper .img:hover {
  -webkit-animation-name: animation-wobble-vertical;
  animation-name: animation-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.cid-v9CHczNdfQ .wrapper .img .mbr-iconfont {
  font-size: 1.875rem;
  top: 0;
  color: #ffffff;
  border-radius: 50%;
}
.cid-v9CHczNdfQ .wrapper .content .mbr-card-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-v9CHczNdfQ .wrapper .content .mbr-text {
  margin-bottom: 19px;
  color: #002c42;
}
@-webkit-keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-v9CHczNdfQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9CHczNdfQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9CHcAkBSI {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v9CHcAkBSI .mbr-section-subtitle {
  color: #f3f6f9;
}
.cid-v9CHcAkBSI .mbr-section-title {
  color: #000000;
  text-align: justify;
}
.cid-v9CHcAkBSI img {
  width: 100%;
}
.cid-v9CHcAkBSI .mbr-text {
  color: #002c42;
}
.cid-v9CHcAkBSI .mbr-section-btn {
  margin-top: 40px;
}
.cid-v9CHcAkBSI .mbr-section-btn .btn {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .cid-v9CHcAkBSI * {
    text-align: left;
  }
}
.cid-v9CHcAkBSI .cards-wrap {
  flex-direction: column;
}
.cid-v9CHcAkBSI .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  display: flex;
}
.cid-v9CHcAkBSI .wrapper .img {
  margin-bottom: 20px;
  margin-right: 25px;
  background-color: #5c76ff;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-v9CHcAkBSI .wrapper .img:hover {
  -webkit-animation-name: animation-wobble-vertical;
  animation-name: animation-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.cid-v9CHcAkBSI .wrapper .img .mbr-iconfont {
  font-size: 1.875rem;
  top: 0;
  color: #ffffff;
  border-radius: 50%;
}
.cid-v9CHcAkBSI .wrapper .content .mbr-card-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-v9CHcAkBSI .wrapper .content .mbr-text {
  margin-bottom: 19px;
  color: #002c42;
}
@-webkit-keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-v9CHcAkBSI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9CHcAkBSI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9CHcASFkF {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v9CHcASFkF .mbr-section-subtitle {
  color: #f3f6f9;
}
.cid-v9CHcASFkF .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v9CHcASFkF img {
  width: 100%;
}
.cid-v9CHcASFkF .mbr-text {
  color: #002c42;
  text-align: center;
}
.cid-v9CHcASFkF .mbr-section-btn {
  margin-top: 40px;
}
.cid-v9CHcASFkF .mbr-section-btn .btn {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .cid-v9CHcASFkF * {
    text-align: left;
  }
}
.cid-v9CHcASFkF .cards-wrap {
  flex-direction: column;
}
.cid-v9CHcASFkF .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  display: flex;
}
.cid-v9CHcASFkF .wrapper .img {
  margin-bottom: 20px;
  margin-right: 25px;
  background-color: #5c76ff;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-v9CHcASFkF .wrapper .img:hover {
  -webkit-animation-name: animation-wobble-vertical;
  animation-name: animation-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.cid-v9CHcASFkF .wrapper .img .mbr-iconfont {
  font-size: 1.875rem;
  top: 0;
  color: #ffffff;
  border-radius: 50%;
}
.cid-v9CHcASFkF .wrapper .content .mbr-card-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-v9CHcASFkF .wrapper .content .mbr-text {
  margin-bottom: 19px;
  color: #002c42;
}
@-webkit-keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-v9CHcASFkF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9CHcASFkF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9CHcBp2Fp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background-2000x1125.png");
}
.cid-v9CHcBp2Fp .row {
  flex-direction: column;
}
.cid-v9CHcBp2Fp .row {
  flex-direction: column-reverse;
}
.cid-v9CHcBp2Fp .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-v9CHcBp2Fp .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v9CHcBp2Fp .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-v9CHcBp2Fp .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v9CHcBp2Fp .mbr-section-tag {
  margin-bottom: 0.5rem;
}
.cid-v9CHcBp2Fp .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-v9CHcBp2Fp .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-v9CHcBp2Fp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9CHcBp2Fp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9CHcBUeMO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v9CHcBUeMO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9CHcBUeMO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9CHcBUeMO .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-v9CHcBUeMO .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-v9CHcBUeMO .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-v9CHcBUeMO .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-v9CHcBUeMO .container {
    padding: 0 14px;
  }
}
.cid-v9CHcBUeMO .row {
  justify-content: center;
}
.cid-v9CHcBUeMO .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v9CHcBUeMO .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v9CHcBUeMO .content-wrapper .mbr-text_1 {
  margin-bottom: 32px;
}
.cid-v9CHcBUeMO .content-wrapper .list-wrapper {
  margin-bottom: 32px;
}
.cid-v9CHcBUeMO .content-wrapper .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-v9CHcBUeMO .content-wrapper .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-v9CHcBUeMO .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-v9CHcBUeMO .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #002c42;
  margin-left: -25px;
}
.cid-v9CHcBUeMO .content-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
.cid-v9CHcBUeMO .mbr-section-title {
  color: #002c42;
  text-align: center;
}
.cid-v9CHcBUeMO .mbr-text_1 {
  color: #000000;
}
.cid-v9CHcBUeMO .list {
  color: #01004c;
}
.cid-v9CHcBUeMO .mbr-text_2 {
  color: #01004c;
}
.cid-v9CHcCqmUe {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #131313;
}
.cid-v9CHcCqmUe .container {
  max-width: 1160px;
}
.cid-v9CHcCqmUe .images-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  width: 65%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cid-v9CHcCqmUe .images-container {
    width: 100%;
  }
}
.cid-v9CHcCqmUe .mbr-section-head {
  max-width: 30%;
}
@media (max-width: 767px) {
  .cid-v9CHcCqmUe .mbr-section-head {
    max-width: 100%;
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-v9CHcCqmUe .mbr-section-title {
  color: #1d191f;
}
@media (max-width: 767px) {
  .cid-v9CHcCqmUe .mbr-section-title {
    text-align: center !important;
  }
}
.cid-v9CHcCqmUe img {
  width: 116px;
  margin: auto;
}
.cid-v9CHcCqmUe .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 0.5rem;
}
.cid-v9CHcCWXOh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #131313;
}
.cid-v9CHcCWXOh .media-container-row .mbr-text {
  color: #edeceb;
}
.cid-v9HYv2qY7p {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-v9HYv2qY7p .navbar-dropdown {
  background: #131313 !important;
  padding: 0;
  position: absolute !important;
}
.cid-v9HYv2qY7p .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #131313 !important;
  background: #131313;
}
.cid-v9HYv2qY7p .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v9HYv2qY7p .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v9HYv2qY7p .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-v9HYv2qY7p .menu_box .navbar.opened,
  .cid-v9HYv2qY7p .menu_box .navbar-collapse {
    background-color: #131313 !important;
    transition: all 0s ease 0s;
  }
}
.cid-v9HYv2qY7p nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-v9HYv2qY7p .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-v9HYv2qY7p .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v9HYv2qY7p .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-v9HYv2qY7p .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-v9HYv2qY7p .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-v9HYv2qY7p .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #1e1e1e;
  }
  .cid-v9HYv2qY7p .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-v9HYv2qY7p .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-v9HYv2qY7p .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-v9HYv2qY7p .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-v9HYv2qY7p .offcanvas-body .mbr-text,
  .cid-v9HYv2qY7p .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-v9HYv2qY7p .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-v9HYv2qY7p .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-v9HYv2qY7p .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-v9HYv2qY7p .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-v9HYv2qY7p .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-v9HYv2qY7p .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-v9HYv2qY7p .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-v9HYv2qY7p ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-v9HYv2qY7p .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v9HYv2qY7p .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-v9HYv2qY7p .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v9HYv2qY7p li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-v9HYv2qY7p .lg_brand {
    margin: 0 1rem;
  }
  .cid-v9HYv2qY7p .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-v9HYv2qY7p .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v9HYv2qY7p .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-v9HYv2qY7p .nav-item {
    margin: 0 !important;
  }
}
.cid-v9HYv2qY7p .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-v9HYv2qY7p .nav-item .nav-link:hover,
.cid-v9HYv2qY7p .nav-item .nav-link:focus {
  opacity: .3;
}
.cid-v9HYv2qY7p .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v9HYv2qY7p .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-v9HYv2qY7p .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-v9HYv2qY7p .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v9HYv2qY7p .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-v9HYv2qY7p .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v9HYv2qY7p .offcanvas_box {
    display: none;
  }
}
.cid-v9HYv2qY7p .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-v9HYv2qY7p .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-v9HYv2qY7p .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v9HYv2qY7p .container {
  display: flex;
  margin: auto;
}
.cid-v9HYv2qY7p .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-v9HYv2qY7p .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v9HYv2qY7p .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v9HYv2qY7p .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-v9HYv2qY7p .navbar-nav {
    margin: 0;
  }
}
.cid-v9HYv2qY7p .dropdown-menu,
.cid-v9HYv2qY7p .navbar.opened {
  background-color: true !important;
}
.cid-v9HYv2qY7p .nav-item:focus,
.cid-v9HYv2qY7p .nav-link:focus {
  outline: none;
}
.cid-v9HYv2qY7p .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v9HYv2qY7p .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v9HYv2qY7p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v9HYv2qY7p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v9HYv2qY7p .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v9HYv2qY7p .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v9HYv2qY7p .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-v9HYv2qY7p .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-v9HYv2qY7p .navbar.opened {
  transition: all 0.3s;
}
.cid-v9HYv2qY7p .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v9HYv2qY7p .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-v9HYv2qY7p .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-v9HYv2qY7p .navbar.collapsed {
  justify-content: center;
}
.cid-v9HYv2qY7p .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v9HYv2qY7p .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v9HYv2qY7p .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v9HYv2qY7p .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v9HYv2qY7p .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v9HYv2qY7p .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v9HYv2qY7p .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v9HYv2qY7p .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v9HYv2qY7p .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-v9HYv2qY7p .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v9HYv2qY7p .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v9HYv2qY7p .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v9HYv2qY7p .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v9HYv2qY7p .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-v9HYv2qY7p .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v9HYv2qY7p .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v9HYv2qY7p .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v9HYv2qY7p .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v9HYv2qY7p .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-v9HYv2qY7p .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v9HYv2qY7p .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v9HYv2qY7p .navbar.navbar-short {
  min-height: 60px;
}
.cid-v9HYv2qY7p .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v9HYv2qY7p .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v9HYv2qY7p .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-v9HYv2qY7p .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-v9HYv2qY7p .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v9HYv2qY7p .dropdown-item.active,
.cid-v9HYv2qY7p .dropdown-item:active {
  background-color: transparent;
}
.cid-v9HYv2qY7p .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-v9HYv2qY7p .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v9HYv2qY7p .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v9HYv2qY7p .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v9HYv2qY7p ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-v9HYv2qY7p .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v9HYv2qY7p button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #131313;
  background: #ffffff;
}
.cid-v9HYv2qY7p button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v9HYv2qY7p button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v9HYv2qY7p button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9HYv2qY7p button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v9HYv2qY7p button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v9HYv2qY7p nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9HYv2qY7p nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v9HYv2qY7p nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v9HYv2qY7p nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v9HYv2qY7p a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v9HYv2qY7p .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v9HYv2qY7p .navbar {
    height: 70px;
  }
  .cid-v9HYv2qY7p .navbar.opened {
    height: auto;
  }
  .cid-v9HYv2qY7p .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v9HYv2qY7p .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-v9HYv2qY7p .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-v9HYv2qY7p .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v9HYv2qY7p .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-v9HYv2qY7p .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 9px 20px;
  border-radius: 10px !important;
}
.cid-v9HYv2qY7p .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-v9HYv2qY7p .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-v9HYv2qY7p .text_widget {
  margin-bottom: 32px;
}
.cid-v9HYv2qY7p .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-v9HYv2qY7p .text_widget a:hover,
.cid-v9HYv2qY7p .text_widget a:focus {
  opacity: .8;
}
.cid-v9HYv2qY7p .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-v9HYv2qY7p .navbar-caption {
  color: #000000;
}
.cid-v9HYv2qY7p .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v9HYv2qY7p .mbr-section-subtitle,
.cid-v9HYv2qY7p .text_widget,
.cid-v9HYv2qY7p .mbr-section-btn {
  text-align: center;
}
.cid-v9HYv2qY7p a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v9HYv2YdVE {
  background-image: url("../../../assets/images/background-2000x1125.png");
}
.cid-v9HYv2YdVE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9HYv2YdVE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9HYv2YdVE .mbr-section-title {
  color: #FFFFFF;
}
.cid-v9HYv2YdVE .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-v9HYv2YdVE .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-v9HYv2YdVE .mbr-section-btn {
  margin-top: 18px;
}
.cid-v9HYv2YdVE .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-v9HYv2YdVE .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-v9HYv3mIWl {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9HYv3mIWl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9HYv3mIWl .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-v9HYv3mIWl .container {
    padding: 0 22px;
  }
}
.cid-v9HYv3mIWl .row {
  justify-content: center;
}
.cid-v9HYv3mIWl .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v9HYv3mIWl .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v9HYv3mIWl .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
.cid-v9HYv3mIWl .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v9HYv3mIWl .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #ffffff;
}
.cid-v9HYv3mIWl .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v9HYv3mIWl .mbr-section-title {
  color: #ffffff;
}
.cid-v9HYv3mIWl .mbr-text {
  color: #1e1e1e;
  text-align: justify;
}
.cid-v9HYv3mIWl .mbr-section-title,
.cid-v9HYv3mIWl .icon-wrapper {
  text-align: center;
  color: #002c42;
}
.cid-v9HYv3GXzo {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v9HYv3GXzo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9HYv3GXzo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9HYv3GXzo .content-wrap {
  margin: 0 -50px;
}
.cid-v9HYv3GXzo .content-wrap .card {
  padding: 0 50px;
}
.cid-v9HYv3GXzo .content-wrap .label-wrapper {
  margin-bottom: 20px;
}
.cid-v9HYv3GXzo .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.cid-v9HYv3GXzo .content-wrap .label-wrapper .label-wrap .iconfont-wrapper {
  display: flex;
}
.cid-v9HYv3GXzo .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
}
.cid-v9HYv3GXzo .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v9HYv3GXzo .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-v9HYv3GXzo .panel-group .card {
  position: relative;
  background-color: transparent;
  border-bottom: 1px solid #c6c6c6;
  border-radius: 0 !important;
  padding: 30px 0;
}
@media (max-width: 992px) {
  .cid-v9HYv3GXzo .panel-group .card {
    padding: 20px 0;
  }
}
.cid-v9HYv3GXzo .panel-group .card:first-child {
  border-top: 1px solid #c6c6c6;
}
.cid-v9HYv3GXzo .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v9HYv3GXzo .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
}
.cid-v9HYv3GXzo .panel-group .card .card-header .panel-title .title-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 992px) {
  .cid-v9HYv3GXzo .panel-group .card .card-header .panel-title .title-wrap {
    display: block;
  }
}
.cid-v9HYv3GXzo .panel-group .card .card-header .panel-title .title-wrap .panel-number {
  margin-bottom: 0;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-v9HYv3GXzo .panel-group .card .card-header .panel-title .title-wrap .panel-number {
    margin-bottom: 20px;
    width: 0;
  }
}
.cid-v9HYv3GXzo .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit {
  margin-bottom: 0;
}
.cid-v9HYv3GXzo .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  background-color: #002c42;
}
.cid-v9HYv3GXzo .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 10px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-v9HYv3GXzo .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  background-color: #c6c6c6;
}
.cid-v9HYv3GXzo .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #1f1f1f;
}
.cid-v9HYv3GXzo .panel-group .card .panel-collapse .panel-body {
  padding: 20px 44px 0 44px;
}
@media (max-width: 992px) {
  .cid-v9HYv3GXzo .panel-group .card .panel-collapse .panel-body {
    padding: 20px 0 0 0;
  }
}
.cid-v9HYv3GXzo .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v9HYv3GXzo .mbr-label {
  color: #1f1f1f;
}
.cid-v9HYv3GXzo .mbr-section-title {
  color: #1f1f1f;
}
.cid-v9HYv3GXzo .panel-number {
  color: #1f1f1f;
}
.cid-v9HYv3GXzo .panel-title-edit {
  color: #1f1f1f;
}
.cid-v9HYv3GXzo .item-text {
  color: #5a5a5a;
}
.cid-v9HYv440yQ {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/background-580x326.png");
}
.cid-v9HYv440yQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9HYv440yQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9HYv440yQ .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v9HYv440yQ .content-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.cid-v9HYv440yQ .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v9HYv440yQ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v9HYv440yQ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v9HYv440yQ .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v9HYv440yQ .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-v9HYv440yQ .mbr-label,
.cid-v9HYv440yQ .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v9HYv440yQ .mbr-section-title {
  color: #ffffff;
}
.cid-v9HYv440yQ .mbr-text,
.cid-v9HYv440yQ .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v9HYv440yQ .mbr-section-title,
.cid-v9HYv440yQ .mbr-section-btn {
  text-align: center;
}
.cid-v9HYv4nTiU {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-v9HYv4nTiU .mbr-section-title {
  color: #06182d;
}
.cid-v9HYv4nTiU .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-v9HYv4nTiU .mbr-section-subtitle {
  color: #06182d;
}
.cid-v9HYv4nTiU .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-v9HYv4nTiU .mbr-section-text {
  color: #999999;
}
.cid-v9HYv4nTiU .nav-tabs .nav-item.open .nav-link:focus,
.cid-v9HYv4nTiU .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-v9HYv4nTiU .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #f4f6f9;
}
.cid-v9HYv4nTiU .nav-tabs .nav-item {
  margin-right: 4px;
}
.cid-v9HYv4nTiU .first {
  margin-left: -24px;
}
.cid-v9HYv4nTiU .nav-tabs .nav-link {
  color: #002c42;
  font-style: normal;
  font-weight: 300;
  transition: all 0.5s;
  border: none;
  border-radius: 0 !important;
  background-color: #f4f6f9;
  padding: 1rem 2.2rem;
}
.cid-v9HYv4nTiU .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #002c42;
}
.cid-v9HYv4nTiU .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background-color: #002c42;
}
.cid-v9HYv4nTiU P {
  color: #879a9f;
}
@media (max-width: 768px) {
  .cid-v9HYv4nTiU .first {
    margin-left: 0;
  }
}
@media (max-width: 576px) {
  .cid-v9HYv4nTiU .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-v9HYv4nTiU .mbr-text,
  .cid-v9HYv4nTiU .nav-link {
    text-align: center;
  }
}
.cid-v9HYv4nTiU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9HYv4nTiU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9HYv4nTiU .mbr-text {
  color: #232323;
}
.cid-v9HYv4KVTN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v9HYv4KVTN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9HYv4KVTN .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-v9HYv4KVTN .container {
    padding: 0 22px;
  }
}
.cid-v9HYv4KVTN .row {
  justify-content: center;
}
.cid-v9HYv4KVTN .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v9HYv4KVTN .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v9HYv4KVTN .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
.cid-v9HYv4KVTN .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v9HYv4KVTN .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #ffffff;
}
.cid-v9HYv4KVTN .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v9HYv4KVTN .mbr-section-title {
  color: #ffffff;
}
.cid-v9HYv4KVTN .mbr-text {
  color: #1e1e1e;
  text-align: center;
}
.cid-v9HYv4KVTN .mbr-section-title,
.cid-v9HYv4KVTN .icon-wrapper {
  text-align: center;
  color: #002c42;
}
.cid-v9HYv521mI {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #ffffff;
}
.cid-v9HYv521mI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9HYv521mI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9HYv521mI .items-wrapper {
  margin: 0 -4px;
}
.cid-v9HYv521mI .item {
  padding: 0 4px;
  margin-top: 8px;
}
.cid-v9HYv521mI .item:first-child {
  margin-top: 0;
}
.cid-v9HYv521mI .item:nth-child(2) {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-v9HYv521mI .item:nth-child(2) {
    margin-top: 8px;
  }
}
.cid-v9HYv521mI .item:nth-child(3) {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-v9HYv521mI .item:nth-child(3) {
    margin-top: 8px;
  }
}
.cid-v9HYv521mI .item:nth-child(4) {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-v9HYv521mI .item:nth-child(4) {
    margin-top: 8px;
  }
}
.cid-v9HYv521mI .item .item-wrapper {
  height: 100%;
  padding: 32px;
  background-color: #0c66a3;
}
@media (max-width: 992px) {
  .cid-v9HYv521mI .item .item-wrapper {
    padding: 24px;
  }
}
.cid-v9HYv521mI .item .item-wrapper .item-date {
  margin-bottom: 6px;
}
.cid-v9HYv521mI .item .item-wrapper .item-title {
  margin-bottom: 0;
}
.cid-v9HYv521mI .item .item-wrapper .item-text {
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-v9HYv521mI .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v9HYv521mI .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v9HYv521mI .item-date {
  color: #ffffff;
}
.cid-v9HYv521mI .item-title {
  color: #ffb3c1;
}
.cid-v9HYv521mI .item-text {
  color: #ffb3c1;
}
.cid-v9HYv521mI .item-title,
.cid-v9HYv521mI .mbr-section-btn {
  color: #ffffff;
}
.cid-v9HYv5nSfs {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v9HYv5nSfs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9HYv5nSfs .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-v9HYv5nSfs .container {
    padding: 0 22px;
  }
}
.cid-v9HYv5nSfs .row {
  justify-content: center;
}
.cid-v9HYv5nSfs .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v9HYv5nSfs .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v9HYv5nSfs .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
.cid-v9HYv5nSfs .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v9HYv5nSfs .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #ffffff;
}
.cid-v9HYv5nSfs .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v9HYv5nSfs .mbr-section-title {
  color: #ffffff;
}
.cid-v9HYv5nSfs .mbr-text {
  color: #1e1e1e;
  text-align: center;
}
.cid-v9HYv5nSfs .mbr-section-title,
.cid-v9HYv5nSfs .icon-wrapper {
  text-align: center;
  color: #002c42;
}
.cid-v9HYv5KB65 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v9HYv5KB65 .mbr-iconfont {
  color: #8d97ad;
}
.cid-v9HYv5KB65 .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-v9HYv5KB65 .mbr-text {
  margin: 1.5rem 0;
  color: #8d97ad;
}
.cid-v9HYv5KB65 .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-v9HYv5KB65 .card-title {
  margin-bottom: 0.3rem;
  text-align: center;
}
.cid-v9HYv5KB65 .card-img {
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-v9HYv5KB65 .img-icon {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v9HYv5KB65 .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-v9HYv5KB65 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9HYv5KB65 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9HYv5KB65 .mbr-text,
.cid-v9HYv5KB65 .social-links {
  text-align: center;
  color: #1e1e1e;
}
.cid-v9HYv5KB65 H2 {
  color: #002c42;
}
.cid-v9HYv6gYfP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v9HYv6gYfP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9HYv6gYfP .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-v9HYv6gYfP .container {
    padding: 0 22px;
  }
}
.cid-v9HYv6gYfP .row {
  justify-content: center;
}
.cid-v9HYv6gYfP .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v9HYv6gYfP .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v9HYv6gYfP .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
.cid-v9HYv6gYfP .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v9HYv6gYfP .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #ffffff;
}
.cid-v9HYv6gYfP .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v9HYv6gYfP .mbr-section-title {
  color: #ffffff;
}
.cid-v9HYv6gYfP .mbr-text {
  color: #1e1e1e;
  text-align: center;
}
.cid-v9HYv6gYfP .mbr-section-title,
.cid-v9HYv6gYfP .icon-wrapper {
  text-align: center;
  color: #002c42;
}
.cid-v9HYv6zSDO {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-v9HYv6zSDO .mbr-section-title {
  color: #002c42;
}
.cid-v9HYv6zSDO .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-v9HYv6zSDO .mbr-text {
  color: #8d97ad;
}
.cid-v9HYv6zSDO .nav {
  border: none;
}
.cid-v9HYv6zSDO .nav-tabs {
  width: 100%;
}
.cid-v9HYv6zSDO .nav-tabs .nav-item {
  margin-bottom: 1rem;
  width: 100%;
}
.cid-v9HYv6zSDO .card-img {
  overflow: hidden;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}
.cid-v9HYv6zSDO .nav-tabs .nav-link {
  display: flex;
  color: #000000;
  box-sizing: border-box;
  font-style: normal;
  background: #f4f8fa;
  font-weight: 500;
  padding: 1rem 1rem;
  border-right: 1px solid #dee2e6;
  border-top: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
  margin: 0px;
  border-radius: 0px !important;
  border-bottom: 1px solid #dee2e6;
  transition: all .3s;
}
.cid-v9HYv6zSDO .nav-tabs .nav-link:hover {
  background-color: #002c42;
  color: #ffffff;
}
.cid-v9HYv6zSDO .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #002c42;
}
.cid-v9HYv6zSDO .nav-tabs .nav-link span {
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v9HYv6zSDO .nav-item {
    display: table-row !important;
  }
}
.cid-v9HYv6zSDO .mbr-section-btn {
  padding-left: 10px;
}
.cid-v9HYv6zSDO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9HYv6zSDO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9HYv6Yrua {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-v9HYv6Yrua .mbr-section-title {
  color: #002c42;
}
.cid-v9HYv6Yrua .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-v9HYv6Yrua .mbr-text {
  color: #8d97ad;
}
.cid-v9HYv6Yrua .nav {
  border: none;
}
.cid-v9HYv6Yrua .nav-tabs {
  width: 100%;
}
.cid-v9HYv6Yrua .nav-tabs .nav-item {
  margin-bottom: 1rem;
  width: 100%;
}
.cid-v9HYv6Yrua .card-img {
  overflow: hidden;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}
.cid-v9HYv6Yrua .nav-tabs .nav-link {
  display: flex;
  color: #000000;
  box-sizing: border-box;
  font-style: normal;
  background: #f4f8fa;
  font-weight: 500;
  padding: 1rem 1rem;
  border-right: 1px solid #dee2e6;
  border-top: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
  margin: 0px;
  border-radius: 0px !important;
  border-bottom: 1px solid #dee2e6;
  transition: all .3s;
}
.cid-v9HYv6Yrua .nav-tabs .nav-link:hover {
  background-color: #002c42;
  color: #ffffff;
}
.cid-v9HYv6Yrua .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #002c42;
}
.cid-v9HYv6Yrua .nav-tabs .nav-link span {
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v9HYv6Yrua .nav-item {
    display: table-row !important;
  }
}
.cid-v9HYv6Yrua .mbr-section-btn {
  padding-left: 10px;
}
.cid-v9HYv6Yrua .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9HYv6Yrua .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9HYv7oGAL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background-2000x1125.png");
}
.cid-v9HYv7oGAL .row {
  flex-direction: column;
}
.cid-v9HYv7oGAL .row {
  flex-direction: column-reverse;
}
.cid-v9HYv7oGAL .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-v9HYv7oGAL .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v9HYv7oGAL .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-v9HYv7oGAL .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v9HYv7oGAL .mbr-section-tag {
  margin-bottom: 0.5rem;
}
.cid-v9HYv7oGAL .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-v9HYv7oGAL .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-v9HYv7oGAL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9HYv7oGAL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9HYv7O3Ts {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v9HYv7O3Ts .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9HYv7O3Ts .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-v9HYv7O3Ts .container {
    padding: 0 22px;
  }
}
.cid-v9HYv7O3Ts .row {
  justify-content: center;
}
.cid-v9HYv7O3Ts .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v9HYv7O3Ts .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v9HYv7O3Ts .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
.cid-v9HYv7O3Ts .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v9HYv7O3Ts .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #ffffff;
}
.cid-v9HYv7O3Ts .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v9HYv7O3Ts .mbr-section-title {
  color: #ffffff;
}
.cid-v9HYv7O3Ts .mbr-text {
  color: #1e1e1e;
  text-align: center;
}
.cid-v9HYv7O3Ts .mbr-section-title,
.cid-v9HYv7O3Ts .icon-wrapper {
  text-align: center;
  color: #002c42;
}
.cid-v9HYv8b3OL {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: transparent;
}
.cid-v9HYv8b3OL .carousel-item {
  margin-top: 1rem;
  justify-content: center;
}
.cid-v9HYv8b3OL .carousel-item > div {
  width: 100%;
}
.cid-v9HYv8b3OL .carousel-item.active,
.cid-v9HYv8b3OL .carousel-item-next,
.cid-v9HYv8b3OL .carousel-item-prev {
  display: flex;
}
.cid-v9HYv8b3OL .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 1.2rem;
}
.cid-v9HYv8b3OL .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  opacity: 0.9;
}
.cid-v9HYv8b3OL .carousel-controls a:hover span {
  opacity: 1;
}
@media (min-width: 768px) {
  .cid-v9HYv8b3OL .carousel-controls a {
    width: 5%;
  }
}
.cid-v9HYv8b3OL .mbr-section-subtitle {
  margin-top: 2rem;
  margin-bottom: 0;
  color: #70747f;
}
.cid-v9HYv8b3OL img {
  width: 100%;
  border-radius: 30px;
}
.cid-v9HYv8b3OL .title-block {
  margin-top: 3rem;
}
.cid-v9HYv8b3OL .signature {
  font-weight: 900;
  color: #12265a;
}
.cid-v9HYv8b3OL .carousel-indicators {
  display: none !important;
}
.cid-v9HYv8b3OL .carousel {
  display: flex;
  overflow: hidden;
  padding-bottom: 3rem;
}
.cid-v9HYv8b3OL .container-fluid {
  max-width: 1200px;
  padding: 0 0.5rem;
}
.cid-v9HYv8b3OL .desk {
  color: #45b3df;
  font-weight: 900;
}
.cid-v9HYv8b3OL a {
  color: #ffffff;
  line-height: 1.5;
}
.cid-v9HYv8b3OL .social-list {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translate(-50%, 50%);
}
.cid-v9HYv8b3OL .soc-item {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.25rem 0.3rem;
  z-index: 1;
  background: #f3f6f9;
  border-radius: 50%;
  position: relative;
  margin-right: 0.6rem;
}
.cid-v9HYv8b3OL .soc-item span {
  font-size: 1rem;
  color: #ffffff;
  transition: all 0.3s;
}
.cid-v9HYv8b3OL .items {
  margin-right: 1rem;
  margin-bottom: 0;
  color: #12265a;
}
.cid-v9HYv8b3OL .wrapper-img {
  position: relative;
}
@media (max-width: 767px) {
  .cid-v9HYv8b3OL {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.cid-v9HYv8b3OL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9HYv8b3OL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9HYv9vap7 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: transparent;
}
.cid-v9HYv9vap7 .carousel-item {
  margin-top: 1rem;
  justify-content: center;
}
.cid-v9HYv9vap7 .carousel-item > div {
  width: 100%;
}
.cid-v9HYv9vap7 .carousel-item.active,
.cid-v9HYv9vap7 .carousel-item-next,
.cid-v9HYv9vap7 .carousel-item-prev {
  display: flex;
}
.cid-v9HYv9vap7 .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 1.2rem;
}
.cid-v9HYv9vap7 .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  opacity: 0.9;
}
.cid-v9HYv9vap7 .carousel-controls a:hover span {
  opacity: 1;
}
@media (min-width: 768px) {
  .cid-v9HYv9vap7 .carousel-controls a {
    width: 5%;
  }
}
.cid-v9HYv9vap7 .mbr-section-subtitle {
  margin-top: 2rem;
  margin-bottom: 0;
  color: #70747f;
}
.cid-v9HYv9vap7 img {
  width: 100%;
  border-radius: 30px;
}
.cid-v9HYv9vap7 .title-block {
  margin-top: 3rem;
}
.cid-v9HYv9vap7 .signature {
  font-weight: 900;
  color: #12265a;
}
.cid-v9HYv9vap7 .carousel-indicators {
  display: none !important;
}
.cid-v9HYv9vap7 .carousel {
  display: flex;
  overflow: hidden;
  padding-bottom: 3rem;
}
.cid-v9HYv9vap7 .container-fluid {
  max-width: 1200px;
  padding: 0 0.5rem;
}
.cid-v9HYv9vap7 .desk {
  color: #45b3df;
  font-weight: 900;
}
.cid-v9HYv9vap7 a {
  color: #ffffff;
  line-height: 1.5;
}
.cid-v9HYv9vap7 .social-list {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translate(-50%, 50%);
}
.cid-v9HYv9vap7 .soc-item {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.25rem 0.3rem;
  z-index: 1;
  background: #f3f6f9;
  border-radius: 50%;
  position: relative;
  margin-right: 0.6rem;
}
.cid-v9HYv9vap7 .soc-item span {
  font-size: 1rem;
  color: #ffffff;
  transition: all 0.3s;
}
.cid-v9HYv9vap7 .items {
  margin-right: 1rem;
  margin-bottom: 0;
  color: #12265a;
}
.cid-v9HYv9vap7 .wrapper-img {
  position: relative;
}
@media (max-width: 767px) {
  .cid-v9HYv9vap7 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.cid-v9HYv9vap7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9HYv9vap7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9HYvauIep {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: transparent;
}
.cid-v9HYvauIep .carousel-item {
  margin-top: 1rem;
  justify-content: center;
}
.cid-v9HYvauIep .carousel-item > div {
  width: 100%;
}
.cid-v9HYvauIep .carousel-item.active,
.cid-v9HYvauIep .carousel-item-next,
.cid-v9HYvauIep .carousel-item-prev {
  display: flex;
}
.cid-v9HYvauIep .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 1.2rem;
}
.cid-v9HYvauIep .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  opacity: 0.9;
}
.cid-v9HYvauIep .carousel-controls a:hover span {
  opacity: 1;
}
@media (min-width: 768px) {
  .cid-v9HYvauIep .carousel-controls a {
    width: 5%;
  }
}
.cid-v9HYvauIep .mbr-section-subtitle {
  margin-top: 2rem;
  margin-bottom: 0;
  color: #70747f;
}
.cid-v9HYvauIep img {
  width: 100%;
  border-radius: 30px;
}
.cid-v9HYvauIep .title-block {
  margin-top: 3rem;
}
.cid-v9HYvauIep .signature {
  font-weight: 900;
  color: #12265a;
}
.cid-v9HYvauIep .carousel-indicators {
  display: none !important;
}
.cid-v9HYvauIep .carousel {
  display: flex;
  overflow: hidden;
  padding-bottom: 0rem;
}
.cid-v9HYvauIep .container-fluid {
  max-width: 1200px;
  padding: 0 0.5rem;
}
.cid-v9HYvauIep .desk {
  color: #45b3df;
  font-weight: 900;
}
.cid-v9HYvauIep a {
  color: #ffffff;
  line-height: 1.5;
}
.cid-v9HYvauIep .social-list {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translate(-50%, 50%);
}
.cid-v9HYvauIep .soc-item {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.25rem 0.3rem;
  z-index: 1;
  background: #f3f6f9;
  border-radius: 50%;
  position: relative;
  margin-right: 0.6rem;
}
.cid-v9HYvauIep .soc-item span {
  font-size: 1rem;
  color: #ffffff;
  transition: all 0.3s;
}
.cid-v9HYvauIep .items {
  margin-right: 1rem;
  margin-bottom: 0;
  color: #12265a;
}
.cid-v9HYvauIep .wrapper-img {
  position: relative;
}
@media (max-width: 767px) {
  .cid-v9HYvauIep {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.cid-v9HYvauIep .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9HYvauIep .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9HYvbgod8 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: transparent;
}
.cid-v9HYvbgod8 .carousel-item {
  margin-top: 1rem;
  justify-content: center;
}
.cid-v9HYvbgod8 .carousel-item > div {
  width: 100%;
}
.cid-v9HYvbgod8 .carousel-item.active,
.cid-v9HYvbgod8 .carousel-item-next,
.cid-v9HYvbgod8 .carousel-item-prev {
  display: flex;
}
.cid-v9HYvbgod8 .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 1.2rem;
}
.cid-v9HYvbgod8 .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  opacity: 0.9;
}
.cid-v9HYvbgod8 .carousel-controls a:hover span {
  opacity: 1;
}
@media (min-width: 768px) {
  .cid-v9HYvbgod8 .carousel-controls a {
    width: 5%;
  }
}
.cid-v9HYvbgod8 .mbr-section-subtitle {
  margin-top: 2rem;
  margin-bottom: 0;
  color: #70747f;
}
.cid-v9HYvbgod8 img {
  width: 100%;
  border-radius: 30px;
}
.cid-v9HYvbgod8 .title-block {
  margin-top: 3rem;
}
.cid-v9HYvbgod8 .signature {
  font-weight: 900;
  color: #12265a;
}
.cid-v9HYvbgod8 .carousel-indicators {
  display: none !important;
}
.cid-v9HYvbgod8 .carousel {
  display: flex;
  overflow: hidden;
  padding-bottom: 3rem;
}
.cid-v9HYvbgod8 .container-fluid {
  max-width: 1200px;
  padding: 0 0.5rem;
}
.cid-v9HYvbgod8 .desk {
  color: #45b3df;
  font-weight: 900;
}
.cid-v9HYvbgod8 a {
  color: #ffffff;
  line-height: 1.5;
}
.cid-v9HYvbgod8 .social-list {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translate(-50%, 50%);
}
.cid-v9HYvbgod8 .soc-item {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.25rem 0.3rem;
  z-index: 1;
  background: #f3f6f9;
  border-radius: 50%;
  position: relative;
  margin-right: 0.6rem;
}
.cid-v9HYvbgod8 .soc-item span {
  font-size: 1rem;
  color: #ffffff;
  transition: all 0.3s;
}
.cid-v9HYvbgod8 .items {
  margin-right: 1rem;
  margin-bottom: 0;
  color: #12265a;
}
.cid-v9HYvbgod8 .wrapper-img {
  position: relative;
}
@media (max-width: 767px) {
  .cid-v9HYvbgod8 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.cid-v9HYvbgod8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9HYvbgod8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9HYvc8f60 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: transparent;
}
.cid-v9HYvc8f60 .carousel-item {
  margin-top: 1rem;
  justify-content: center;
}
.cid-v9HYvc8f60 .carousel-item > div {
  width: 100%;
}
.cid-v9HYvc8f60 .carousel-item.active,
.cid-v9HYvc8f60 .carousel-item-next,
.cid-v9HYvc8f60 .carousel-item-prev {
  display: flex;
}
.cid-v9HYvc8f60 .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 1.2rem;
}
.cid-v9HYvc8f60 .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  opacity: 0.9;
}
.cid-v9HYvc8f60 .carousel-controls a:hover span {
  opacity: 1;
}
@media (min-width: 768px) {
  .cid-v9HYvc8f60 .carousel-controls a {
    width: 5%;
  }
}
.cid-v9HYvc8f60 .mbr-section-subtitle {
  margin-top: 2rem;
  margin-bottom: 0;
  color: #70747f;
}
.cid-v9HYvc8f60 img {
  width: 100%;
  border-radius: 30px;
}
.cid-v9HYvc8f60 .title-block {
  margin-top: 3rem;
}
.cid-v9HYvc8f60 .signature {
  font-weight: 900;
  color: #12265a;
}
.cid-v9HYvc8f60 .carousel-indicators {
  display: none !important;
}
.cid-v9HYvc8f60 .carousel {
  display: flex;
  overflow: hidden;
  padding-bottom: 3rem;
}
.cid-v9HYvc8f60 .container-fluid {
  max-width: 1200px;
  padding: 0 0.5rem;
}
.cid-v9HYvc8f60 .desk {
  color: #45b3df;
  font-weight: 900;
}
.cid-v9HYvc8f60 a {
  color: #ffffff;
  line-height: 1.5;
}
.cid-v9HYvc8f60 .social-list {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translate(-50%, 50%);
}
.cid-v9HYvc8f60 .soc-item {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.25rem 0.3rem;
  z-index: 1;
  background: #f3f6f9;
  border-radius: 50%;
  position: relative;
  margin-right: 0.6rem;
}
.cid-v9HYvc8f60 .soc-item span {
  font-size: 1rem;
  color: #ffffff;
  transition: all 0.3s;
}
.cid-v9HYvc8f60 .items {
  margin-right: 1rem;
  margin-bottom: 0;
  color: #12265a;
}
.cid-v9HYvc8f60 .wrapper-img {
  position: relative;
}
@media (max-width: 767px) {
  .cid-v9HYvc8f60 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.cid-v9HYvc8f60 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9HYvc8f60 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9HYvcRpYs {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background-2000x1125.png");
}
.cid-v9HYvcRpYs .row {
  flex-direction: column;
}
.cid-v9HYvcRpYs .row {
  flex-direction: column-reverse;
}
.cid-v9HYvcRpYs .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-v9HYvcRpYs .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v9HYvcRpYs .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-v9HYvcRpYs .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v9HYvcRpYs .mbr-section-tag {
  margin-bottom: 0.5rem;
}
.cid-v9HYvcRpYs .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-v9HYvcRpYs .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-v9HYvcRpYs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9HYvcRpYs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9HYvdjSkd {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v9HYvdjSkd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9HYvdjSkd .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-v9HYvdjSkd .container {
    padding: 0 22px;
  }
}
.cid-v9HYvdjSkd .row {
  justify-content: center;
}
.cid-v9HYvdjSkd .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v9HYvdjSkd .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v9HYvdjSkd .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
.cid-v9HYvdjSkd .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v9HYvdjSkd .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #ffffff;
}
.cid-v9HYvdjSkd .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v9HYvdjSkd .mbr-section-title {
  color: #ffffff;
}
.cid-v9HYvdjSkd .mbr-text {
  color: #1e1e1e;
  text-align: center;
}
.cid-v9HYvdjSkd .mbr-section-title,
.cid-v9HYvdjSkd .icon-wrapper {
  text-align: center;
  color: #002c42;
}
.cid-v9HYvdLSy4 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: transparent;
}
.cid-v9HYvdLSy4 .carousel-item {
  margin-top: 1rem;
  justify-content: center;
}
.cid-v9HYvdLSy4 .carousel-item > div {
  width: 100%;
}
.cid-v9HYvdLSy4 .carousel-item.active,
.cid-v9HYvdLSy4 .carousel-item-next,
.cid-v9HYvdLSy4 .carousel-item-prev {
  display: flex;
}
.cid-v9HYvdLSy4 .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 1.2rem;
}
.cid-v9HYvdLSy4 .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  opacity: 0.9;
}
.cid-v9HYvdLSy4 .carousel-controls a:hover span {
  opacity: 1;
}
@media (min-width: 768px) {
  .cid-v9HYvdLSy4 .carousel-controls a {
    width: 5%;
  }
}
.cid-v9HYvdLSy4 .mbr-section-subtitle {
  margin-top: 2rem;
  margin-bottom: 0;
  color: #70747f;
}
.cid-v9HYvdLSy4 img {
  width: 100%;
  border-radius: 30px;
}
.cid-v9HYvdLSy4 .title-block {
  margin-top: 3rem;
}
.cid-v9HYvdLSy4 .signature {
  font-weight: 900;
  color: #12265a;
}
.cid-v9HYvdLSy4 .carousel-indicators {
  display: none !important;
}
.cid-v9HYvdLSy4 .carousel {
  display: flex;
  overflow: hidden;
  padding-bottom: 3rem;
}
.cid-v9HYvdLSy4 .container-fluid {
  max-width: 1200px;
  padding: 0 0.5rem;
}
.cid-v9HYvdLSy4 .desk {
  color: #45b3df;
  font-weight: 900;
}
.cid-v9HYvdLSy4 a {
  color: #ffffff;
  line-height: 1.5;
}
.cid-v9HYvdLSy4 .social-list {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translate(-50%, 50%);
}
.cid-v9HYvdLSy4 .soc-item {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.25rem 0.3rem;
  z-index: 1;
  background: #f3f6f9;
  border-radius: 50%;
  position: relative;
  margin-right: 0.6rem;
}
.cid-v9HYvdLSy4 .soc-item span {
  font-size: 1rem;
  color: #ffffff;
  transition: all 0.3s;
}
.cid-v9HYvdLSy4 .items {
  margin-right: 1rem;
  margin-bottom: 0;
  color: #12265a;
}
.cid-v9HYvdLSy4 .wrapper-img {
  position: relative;
}
@media (max-width: 767px) {
  .cid-v9HYvdLSy4 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.cid-v9HYvdLSy4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9HYvdLSy4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9HYvewbpd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background-2000x1125.png");
}
.cid-v9HYvewbpd .row {
  flex-direction: column;
}
.cid-v9HYvewbpd .row {
  flex-direction: column-reverse;
}
.cid-v9HYvewbpd .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-v9HYvewbpd .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v9HYvewbpd .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-v9HYvewbpd .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v9HYvewbpd .mbr-section-tag {
  margin-bottom: 0.5rem;
}
.cid-v9HYvewbpd .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-v9HYvewbpd .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-v9HYvewbpd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9HYvewbpd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9HYvf3cCY {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9HYvf3cCY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9HYvf3cCY .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-v9HYvf3cCY .container {
    padding: 0 22px;
  }
}
.cid-v9HYvf3cCY .row {
  justify-content: center;
}
.cid-v9HYvf3cCY .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v9HYvf3cCY .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v9HYvf3cCY .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
.cid-v9HYvf3cCY .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v9HYvf3cCY .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #ffffff;
}
.cid-v9HYvf3cCY .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v9HYvf3cCY .mbr-section-title {
  color: #ffffff;
}
.cid-v9HYvf3cCY .mbr-text {
  color: #1e1e1e;
  text-align: justify;
}
.cid-v9HYvf3cCY .mbr-section-title,
.cid-v9HYvf3cCY .icon-wrapper {
  text-align: center;
  color: #002c42;
}
.cid-v9HYvfyADY {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v9HYvfyADY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9HYvfyADY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9HYvfyADY .content-wrap {
  margin: 0 -50px;
}
.cid-v9HYvfyADY .content-wrap .card {
  padding: 0 50px;
}
.cid-v9HYvfyADY .content-wrap .label-wrapper {
  margin-bottom: 20px;
}
.cid-v9HYvfyADY .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.cid-v9HYvfyADY .content-wrap .label-wrapper .label-wrap .iconfont-wrapper {
  display: flex;
}
.cid-v9HYvfyADY .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
}
.cid-v9HYvfyADY .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v9HYvfyADY .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-v9HYvfyADY .panel-group .card {
  position: relative;
  background-color: transparent;
  border-bottom: 1px solid #c6c6c6;
  border-radius: 0 !important;
  padding: 30px 0;
}
@media (max-width: 992px) {
  .cid-v9HYvfyADY .panel-group .card {
    padding: 20px 0;
  }
}
.cid-v9HYvfyADY .panel-group .card:first-child {
  border-top: 1px solid #c6c6c6;
}
.cid-v9HYvfyADY .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v9HYvfyADY .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
}
.cid-v9HYvfyADY .panel-group .card .card-header .panel-title .title-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 992px) {
  .cid-v9HYvfyADY .panel-group .card .card-header .panel-title .title-wrap {
    display: block;
  }
}
.cid-v9HYvfyADY .panel-group .card .card-header .panel-title .title-wrap .panel-number {
  margin-bottom: 0;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-v9HYvfyADY .panel-group .card .card-header .panel-title .title-wrap .panel-number {
    margin-bottom: 20px;
    width: 0;
  }
}
.cid-v9HYvfyADY .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit {
  margin-bottom: 0;
}
.cid-v9HYvfyADY .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  background-color: #28a309;
}
.cid-v9HYvfyADY .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 10px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-v9HYvfyADY .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  background-color: #c6c6c6;
}
.cid-v9HYvfyADY .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #1f1f1f;
}
.cid-v9HYvfyADY .panel-group .card .panel-collapse .panel-body {
  padding: 20px 44px 0 44px;
}
@media (max-width: 992px) {
  .cid-v9HYvfyADY .panel-group .card .panel-collapse .panel-body {
    padding: 20px 0 0 0;
  }
}
.cid-v9HYvfyADY .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v9HYvfyADY .mbr-label {
  color: #1f1f1f;
}
.cid-v9HYvfyADY .mbr-section-title {
  color: #1f1f1f;
}
.cid-v9HYvfyADY .panel-number {
  color: #1f1f1f;
}
.cid-v9HYvfyADY .panel-title-edit {
  color: #1f1f1f;
}
.cid-v9HYvfyADY .item-text {
  color: #5a5a5a;
}
.cid-v9HYvfyADY .mbr-label,
.cid-v9HYvfyADY .label-wrapper {
  color: #28a309;
}
.cid-v9HYvg99TE {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v9HYvg99TE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9HYvg99TE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9HYvg99TE .content-wrap {
  margin: 0 -50px;
}
.cid-v9HYvg99TE .content-wrap .card {
  padding: 0 50px;
}
.cid-v9HYvg99TE .content-wrap .label-wrapper {
  margin-bottom: 20px;
}
.cid-v9HYvg99TE .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.cid-v9HYvg99TE .content-wrap .label-wrapper .label-wrap .iconfont-wrapper {
  display: flex;
}
.cid-v9HYvg99TE .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
}
.cid-v9HYvg99TE .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v9HYvg99TE .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-v9HYvg99TE .panel-group .card {
  position: relative;
  background-color: transparent;
  border-bottom: 1px solid #c6c6c6;
  border-radius: 0 !important;
  padding: 30px 0;
}
@media (max-width: 992px) {
  .cid-v9HYvg99TE .panel-group .card {
    padding: 20px 0;
  }
}
.cid-v9HYvg99TE .panel-group .card:first-child {
  border-top: 1px solid #c6c6c6;
}
.cid-v9HYvg99TE .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v9HYvg99TE .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
}
.cid-v9HYvg99TE .panel-group .card .card-header .panel-title .title-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 992px) {
  .cid-v9HYvg99TE .panel-group .card .card-header .panel-title .title-wrap {
    display: block;
  }
}
.cid-v9HYvg99TE .panel-group .card .card-header .panel-title .title-wrap .panel-number {
  margin-bottom: 0;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-v9HYvg99TE .panel-group .card .card-header .panel-title .title-wrap .panel-number {
    margin-bottom: 20px;
    width: 0;
  }
}
.cid-v9HYvg99TE .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit {
  margin-bottom: 0;
}
.cid-v9HYvg99TE .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  background-color: #ff2817;
}
.cid-v9HYvg99TE .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 10px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-v9HYvg99TE .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  background-color: #c6c6c6;
}
.cid-v9HYvg99TE .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #1f1f1f;
}
.cid-v9HYvg99TE .panel-group .card .panel-collapse .panel-body {
  padding: 20px 44px 0 44px;
}
@media (max-width: 992px) {
  .cid-v9HYvg99TE .panel-group .card .panel-collapse .panel-body {
    padding: 20px 0 0 0;
  }
}
.cid-v9HYvg99TE .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v9HYvg99TE .mbr-label {
  color: #1f1f1f;
}
.cid-v9HYvg99TE .mbr-section-title {
  color: #1f1f1f;
}
.cid-v9HYvg99TE .panel-number {
  color: #1f1f1f;
}
.cid-v9HYvg99TE .panel-title-edit {
  color: #1f1f1f;
}
.cid-v9HYvg99TE .item-text {
  color: #5a5a5a;
}
.cid-v9HYvg99TE .mbr-section-title,
.cid-v9HYvg99TE .title-wrapper,
.cid-v9HYvg99TE .main-btn {
  color: #ff2817;
}
.cid-v9HYvg99TE .mbr-label,
.cid-v9HYvg99TE .label-wrapper {
  color: #ff2817;
}
.cid-v9HYvgKTui {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v9HYvgKTui .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9HYvgKTui .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9HYvgKTui .content-wrap {
  margin: 0 -50px;
}
.cid-v9HYvgKTui .content-wrap .card {
  padding: 0 50px;
}
.cid-v9HYvgKTui .content-wrap .label-wrapper {
  margin-bottom: 20px;
}
.cid-v9HYvgKTui .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.cid-v9HYvgKTui .content-wrap .label-wrapper .label-wrap .iconfont-wrapper {
  display: flex;
}
.cid-v9HYvgKTui .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
}
.cid-v9HYvgKTui .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v9HYvgKTui .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-v9HYvgKTui .panel-group .card {
  position: relative;
  background-color: transparent;
  border-bottom: 1px solid #c6c6c6;
  border-radius: 0 !important;
  padding: 30px 0;
}
@media (max-width: 992px) {
  .cid-v9HYvgKTui .panel-group .card {
    padding: 20px 0;
  }
}
.cid-v9HYvgKTui .panel-group .card:first-child {
  border-top: 1px solid #c6c6c6;
}
.cid-v9HYvgKTui .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v9HYvgKTui .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
}
.cid-v9HYvgKTui .panel-group .card .card-header .panel-title .title-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 992px) {
  .cid-v9HYvgKTui .panel-group .card .card-header .panel-title .title-wrap {
    display: block;
  }
}
.cid-v9HYvgKTui .panel-group .card .card-header .panel-title .title-wrap .panel-number {
  margin-bottom: 0;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-v9HYvgKTui .panel-group .card .card-header .panel-title .title-wrap .panel-number {
    margin-bottom: 20px;
    width: 0;
  }
}
.cid-v9HYvgKTui .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit {
  margin-bottom: 0;
}
.cid-v9HYvgKTui .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  background-color: #3454ff;
}
.cid-v9HYvgKTui .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 10px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-v9HYvgKTui .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  background-color: #c6c6c6;
}
.cid-v9HYvgKTui .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #1f1f1f;
}
.cid-v9HYvgKTui .panel-group .card .panel-collapse .panel-body {
  padding: 20px 44px 0 44px;
}
@media (max-width: 992px) {
  .cid-v9HYvgKTui .panel-group .card .panel-collapse .panel-body {
    padding: 20px 0 0 0;
  }
}
.cid-v9HYvgKTui .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v9HYvgKTui .mbr-label {
  color: #1f1f1f;
}
.cid-v9HYvgKTui .mbr-section-title {
  color: #1f1f1f;
}
.cid-v9HYvgKTui .panel-number {
  color: #1f1f1f;
}
.cid-v9HYvgKTui .panel-title-edit {
  color: #1f1f1f;
}
.cid-v9HYvgKTui .item-text {
  color: #5a5a5a;
}
.cid-v9HYvgKTui .mbr-section-title,
.cid-v9HYvgKTui .title-wrapper,
.cid-v9HYvgKTui .main-btn {
  color: #ff2817;
}
.cid-v9HYvgKTui .mbr-label,
.cid-v9HYvgKTui .label-wrapper {
  color: #3454ff;
}
.cid-v9HYvhjzb0 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/background-580x326.png");
}
.cid-v9HYvhjzb0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9HYvhjzb0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9HYvhjzb0 .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v9HYvhjzb0 .content-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.cid-v9HYvhjzb0 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v9HYvhjzb0 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v9HYvhjzb0 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v9HYvhjzb0 .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v9HYvhjzb0 .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-v9HYvhjzb0 .mbr-label,
.cid-v9HYvhjzb0 .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v9HYvhjzb0 .mbr-section-title {
  color: #ffffff;
}
.cid-v9HYvhjzb0 .mbr-text,
.cid-v9HYvhjzb0 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v9HYvhjzb0 .mbr-section-title,
.cid-v9HYvhjzb0 .mbr-section-btn {
  text-align: center;
}
.cid-v9HYvhSR84 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-v9HYvhSR84 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9HYvhSR84 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9HYvhSR84 .content-wrapper {
  justify-content: flex-end;
}
.cid-v9HYvhSR84 .card {
  justify-content: center;
}
.cid-v9HYvhSR84 .title-wrapper {
  padding: 0 50px 0 12%;
}
@media (max-width: 992px) {
  .cid-v9HYvhSR84 .title-wrapper {
    margin-bottom: 40px;
    padding: 0;
  }
}
.cid-v9HYvhSR84 .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-v9HYvhSR84 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v9HYvhSR84 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v9HYvhSR84 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v9HYvhSR84 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v9HYvhSR84 .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v9HYvhSR84 .mbr-section-btn .btn::after,
.cid-v9HYvhSR84 .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-v9HYvhSR84 .mbr-section-btn .btn:hover,
.cid-v9HYvhSR84 .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-v9HYvhSR84 .mbr-section-btn .btn:hover::after,
.cid-v9HYvhSR84 .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-v9HYvhSR84 .form-wrapper {
  padding: 110px 200px;
  background-color: #2c2c2c;
}
@media (max-width: 1640px) {
  .cid-v9HYvhSR84 .form-wrapper {
    padding: 110px;
  }
}
@media (max-width: 1440px) {
  .cid-v9HYvhSR84 .form-wrapper {
    padding: 110px 40px;
  }
}
@media (max-width: 992px) {
  .cid-v9HYvhSR84 .form-wrapper {
    padding: 20px;
  }
}
.cid-v9HYvhSR84 .form-wrapper .title-wrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v9HYvhSR84 .form-wrapper .title-wrap {
    margin-bottom: 20px;
  }
}
.cid-v9HYvhSR84 .form-wrapper .title-wrap .mbr-title {
  margin-bottom: 16px;
}
.cid-v9HYvhSR84 .form-wrapper .title-wrap .form-text {
  margin-bottom: 0;
}
.cid-v9HYvhSR84 .form-wrapper .form-wrap .dragArea.row {
  margin: 0;
}
.cid-v9HYvhSR84 .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
  padding: 0;
}
.cid-v9HYvhSR84 .form-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-v9HYvhSR84 .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 16px 0;
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #c7c7c7 !important;
  border-radius: 0 !important;
  margin-bottom: 16px;
}
.cid-v9HYvhSR84 .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #c7c7c7;
}
.cid-v9HYvhSR84 .form-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-v9HYvhSR84 .form-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #c7c7c7 !important;
}
.cid-v9HYvhSR84 .form-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-v9HYvhSR84 .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-v9HYvhSR84 .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #c7c7c7;
  border-color: #c7c7c7;
}
.cid-v9HYvhSR84 .form-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-v9HYvhSR84 .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-left: 0;
}
.cid-v9HYvhSR84 .mbr-section-title {
  color: #ffffff;
}
.cid-v9HYvhSR84 .mbr-tag {
  color: #adadad;
}
.cid-v9HYvhSR84 .mbr-text {
  color: #ffffff;
}
.cid-v9HYvhSR84 .mbr-title {
  color: #ffffff;
}
.cid-v9HYvhSR84 .form-text {
  color: #c7c7c7;
}
.cid-v9HYvhSR84 label {
  color: #121212;
}
.cid-v9HYvivGMQ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #131313;
}
.cid-v9HYvivGMQ .container {
  max-width: 1160px;
}
.cid-v9HYvivGMQ .images-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  width: 65%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cid-v9HYvivGMQ .images-container {
    width: 100%;
  }
}
.cid-v9HYvivGMQ .mbr-section-head {
  max-width: 30%;
}
@media (max-width: 767px) {
  .cid-v9HYvivGMQ .mbr-section-head {
    max-width: 100%;
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-v9HYvivGMQ .mbr-section-title {
  color: #1d191f;
}
@media (max-width: 767px) {
  .cid-v9HYvivGMQ .mbr-section-title {
    text-align: center !important;
  }
}
.cid-v9HYvivGMQ img {
  width: 116px;
  margin: auto;
}
.cid-v9HYvivGMQ .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 0.5rem;
}
.cid-v9HYvj4WI3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #131313;
}
.cid-v9HYvj4WI3 .media-container-row .mbr-text {
  color: #edeceb;
}
