.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((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: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #244682 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #244682 !important;
  border-color: #244682 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #11213e !important;
  border-color: #11213e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #11213e !important;
  border-color: #11213e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #244682;
  color: #244682;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #11213e !important;
  background-color: transparent!important;
  border-color: #11213e !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #244682 !important;
  border-color: #244682 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #e43f3f;
  color: #e43f3f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b31919 !important;
  background-color: transparent!important;
  border-color: #b31919 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !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: #244682 !important;
}
.text-secondary {
  color: #e43f3f !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0e1b32 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #a61717 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !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: #244682;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #244682;
  border-color: #244682;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #244682;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #5582d0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #244682 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #244682;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #244682;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #244682;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #244682;
  border-bottom-color: #244682;
}
.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: #244682 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #e43f3f !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='%23244682' %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;
}
.cid-sFzxmVl7J6 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sFzxmVl7J6 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-sFzxmVl7J6 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sFzxmVl7J6 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sFzxmVl7J6 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-sFzxmVl7J6 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sFzxmVl7J6 .mbr-text,
.cid-sFzxmVl7J6 .mbr-section-btn {
  color: #353535;
}
.cid-sFAyMcKwph {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sFAyMcKwph .media-container-row {
  justify-content: space-between;
  justify-content: center;
}
.cid-sFAyMcKwph .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-sFAyMcKwph .text-content {
    max-width: none;
  }
}
.cid-sFAyMcKwph .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #353535;
  border: 2px solid #353535;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-sFAyMcKwph .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-sFAyMcKwph .mbr-iconfont-social:hover {
  background-color: #353535;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-sFAyMcKwph .icons {
    justify-content: center !important;
  }
  .cid-sFAyMcKwph .text-content * {
    text-align: center;
  }
}
.cid-sFAyMcKwph .mbr-section-title {
  color: #353535;
}
.cid-sFAyMcKwph P {
  color: #000000;
}
.cid-tEykXdfPUp {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #244682;
}
.cid-tEykXdfPUp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEykXdfPUp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEykXdfPUp .mbr-section-title {
  color: #ffffff;
}
.cid-tED8f8To0p {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #244682;
}
.cid-tED8f8To0p .mbr-fallback-image.disabled {
  display: none;
}
.cid-tED8f8To0p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tED8f8To0p .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tED8f8To0p .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tED8f8To0p .row {
    text-align: center;
  }
  .cid-tED8f8To0p .row > div {
    margin: auto;
  }
  .cid-tED8f8To0p .social-row {
    justify-content: center;
  }
}
.cid-tED8f8To0p .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tED8f8To0p .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tED8f8To0p .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tED8f8To0p .list {
    margin-bottom: 0rem;
  }
}
.cid-tED8f8To0p .mbr-text {
  color: #fafafa;
}
.cid-tED8f8To0p .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tED8f8To0p .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tED8f8To0p div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u0TGRgETh7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u0TGRgETh7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0TGRgETh7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u0TGRgETh7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u0TGRgETh7 .row {
  flex-direction: row-reverse;
}
.cid-u0TGRgETh7 img {
  width: 100%;
}
.cid-tEwynw9sWS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #244682;
}
.cid-tEwynw9sWS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEwynw9sWS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEwynw9sWS .mbr-section-title {
  color: #ffffff;
}
.cid-tEwynwARgn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tEwynwARgn img,
.cid-tEwynwARgn .item-img {
  width: 100%;
}
.cid-tEwynwARgn .item:focus,
.cid-tEwynwARgn span:focus {
  outline: none;
}
.cid-tEwynwARgn .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tEwynwARgn .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tEwynwARgn .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tEwynwARgn .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tEwynwARgn .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tEwynwARgn .mbr-section-title {
  color: #232323;
}
.cid-tEwynwARgn .mbr-text,
.cid-tEwynwARgn .mbr-section-btn {
  text-align: left;
}
.cid-tEwynwARgn .item-title {
  text-align: left;
  color: #244682;
}
.cid-tEwynwARgn .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-tEwynyfC5k {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tEwynyfC5k .media-container-row {
  justify-content: space-between;
  justify-content: center;
}
.cid-tEwynyfC5k .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-tEwynyfC5k .text-content {
    max-width: none;
  }
}
.cid-tEwynyfC5k .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #353535;
  border: 2px solid #353535;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tEwynyfC5k .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tEwynyfC5k .mbr-iconfont-social:hover {
  background-color: #353535;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tEwynyfC5k .icons {
    justify-content: center !important;
  }
  .cid-tEwynyfC5k .text-content * {
    text-align: center;
  }
}
.cid-tEwynyfC5k .mbr-section-title {
  color: #353535;
}
.cid-tEwynyfC5k P {
  color: #000000;
}
.cid-tEyk16wulm {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #244682;
}
.cid-tEyk16wulm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEyk16wulm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEyk16wulm .mbr-section-title {
  color: #ffffff;
}
.cid-tED8f8To0p {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #244682;
}
.cid-tED8f8To0p .mbr-fallback-image.disabled {
  display: none;
}
.cid-tED8f8To0p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tED8f8To0p .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tED8f8To0p .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tED8f8To0p .row {
    text-align: center;
  }
  .cid-tED8f8To0p .row > div {
    margin: auto;
  }
  .cid-tED8f8To0p .social-row {
    justify-content: center;
  }
}
.cid-tED8f8To0p .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tED8f8To0p .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tED8f8To0p .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tED8f8To0p .list {
    margin-bottom: 0rem;
  }
}
.cid-tED8f8To0p .mbr-text {
  color: #fafafa;
}
.cid-tED8f8To0p .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tED8f8To0p .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tED8f8To0p div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tEwBLAx6Lp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tEwBLAx6Lp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEwBLAx6Lp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tEwBLAx6Lp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tEwBLAx6Lp .row {
  flex-direction: row-reverse;
}
.cid-tEwBLAx6Lp img {
  width: 100%;
}
.cid-tEwBLAWmKG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #244682;
}
.cid-tEwBLAWmKG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEwBLAWmKG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEwBLAWmKG .mbr-section-title {
  color: #ffffff;
}
.cid-tEwBLBReA1 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tEwBLBReA1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEwBLBReA1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tEwBLBReA1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tEwBLBReA1 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tEwBLBReA1 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tEwBLCTxuv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tEwBLCTxuv .media-container-row {
  justify-content: space-between;
  justify-content: center;
}
.cid-tEwBLCTxuv .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-tEwBLCTxuv .text-content {
    max-width: none;
  }
}
.cid-tEwBLCTxuv .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #353535;
  border: 2px solid #353535;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tEwBLCTxuv .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tEwBLCTxuv .mbr-iconfont-social:hover {
  background-color: #353535;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tEwBLCTxuv .icons {
    justify-content: center !important;
  }
  .cid-tEwBLCTxuv .text-content * {
    text-align: center;
  }
}
.cid-tEwBLCTxuv .mbr-section-title {
  color: #353535;
}
.cid-tEwBLCTxuv P {
  color: #000000;
}
.cid-tEyjHtEyQy {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #244682;
}
.cid-tEyjHtEyQy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEyjHtEyQy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEyjHtEyQy .mbr-section-title {
  color: #ffffff;
}
.cid-tED8f8To0p {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #244682;
}
.cid-tED8f8To0p .mbr-fallback-image.disabled {
  display: none;
}
.cid-tED8f8To0p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tED8f8To0p .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tED8f8To0p .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tED8f8To0p .row {
    text-align: center;
  }
  .cid-tED8f8To0p .row > div {
    margin: auto;
  }
  .cid-tED8f8To0p .social-row {
    justify-content: center;
  }
}
.cid-tED8f8To0p .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tED8f8To0p .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tED8f8To0p .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tED8f8To0p .list {
    margin-bottom: 0rem;
  }
}
.cid-tED8f8To0p .mbr-text {
  color: #fafafa;
}
.cid-tED8f8To0p .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tED8f8To0p .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tED8f8To0p div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u0TGZqg3bi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u0TGZqg3bi .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0TGZqg3bi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u0TGZqg3bi .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u0TGZqg3bi .row {
  flex-direction: row-reverse;
}
.cid-u0TGZqg3bi img {
  width: 100%;
}
.cid-tEwVXRuQxe {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #244682;
}
.cid-tEwVXRuQxe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEwVXRuQxe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEwVXRuQxe .mbr-section-title {
  color: #ffffff;
}
.cid-tEwVXSpK4R {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tEwVXSpK4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEwVXSpK4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tEwVXSpK4R .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tEwVXSpK4R img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tEwVXSpK4R .text-wrapper {
    padding: 2rem;
  }
}
.cid-tEwVXSRmfb {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tEwVXSRmfb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEwVXSRmfb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tEwVXSRmfb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tEwVXSRmfb img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tEwVXSRmfb .text-wrapper {
    padding: 2rem;
  }
}
.cid-tEwXM7RHiJ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tEwXM7RHiJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEwXM7RHiJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tEwXM7RHiJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tEwXM7RHiJ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tEwXM7RHiJ .text-wrapper {
    padding: 2rem;
  }
}
.cid-tEwY2UiuU4 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tEwY2UiuU4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEwY2UiuU4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tEwY2UiuU4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tEwY2UiuU4 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tEwY2UiuU4 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tEwZHrBSYt {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tEwZHrBSYt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEwZHrBSYt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tEwZHrBSYt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tEwZHrBSYt img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tEwZHrBSYt .text-wrapper {
    padding: 2rem;
  }
}
.cid-tEx0tRfVFP {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tEx0tRfVFP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEx0tRfVFP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tEx0tRfVFP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tEx0tRfVFP img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tEx0tRfVFP .text-wrapper {
    padding: 2rem;
  }
}
.cid-tEwVXThzwQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tEwVXThzwQ .media-container-row {
  justify-content: space-between;
  justify-content: center;
}
.cid-tEwVXThzwQ .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-tEwVXThzwQ .text-content {
    max-width: none;
  }
}
.cid-tEwVXThzwQ .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #353535;
  border: 2px solid #353535;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tEwVXThzwQ .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tEwVXThzwQ .mbr-iconfont-social:hover {
  background-color: #353535;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tEwVXThzwQ .icons {
    justify-content: center !important;
  }
  .cid-tEwVXThzwQ .text-content * {
    text-align: center;
  }
}
.cid-tEwVXThzwQ .mbr-section-title {
  color: #353535;
}
.cid-tEwVXThzwQ P {
  color: #000000;
}
.cid-tEyjMsTBrp {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #244682;
}
.cid-tEyjMsTBrp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEyjMsTBrp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEyjMsTBrp .mbr-section-title {
  color: #ffffff;
}
.cid-tED8f8To0p {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #244682;
}
.cid-tED8f8To0p .mbr-fallback-image.disabled {
  display: none;
}
.cid-tED8f8To0p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tED8f8To0p .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tED8f8To0p .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tED8f8To0p .row {
    text-align: center;
  }
  .cid-tED8f8To0p .row > div {
    margin: auto;
  }
  .cid-tED8f8To0p .social-row {
    justify-content: center;
  }
}
.cid-tED8f8To0p .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tED8f8To0p .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tED8f8To0p .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tED8f8To0p .list {
    margin-bottom: 0rem;
  }
}
.cid-tED8f8To0p .mbr-text {
  color: #fafafa;
}
.cid-tED8f8To0p .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tED8f8To0p .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tED8f8To0p div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u0TA1gekbZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u0TA1gekbZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0TA1gekbZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u0TA1gekbZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u0TA1gekbZ .row {
  flex-direction: row-reverse;
}
.cid-u0TA1gekbZ img {
  width: 100%;
}
.cid-tEselFaADg {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #244682;
}
.cid-tEselFaADg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEselFaADg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEselFaADg .mbr-section-title {
  color: #ffffff;
}
.cid-tEsntHoFqj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tEsntHoFqj img,
.cid-tEsntHoFqj .item-img {
  width: 100%;
}
.cid-tEsntHoFqj .item:focus,
.cid-tEsntHoFqj span:focus {
  outline: none;
}
.cid-tEsntHoFqj .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tEsntHoFqj .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tEsntHoFqj .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tEsntHoFqj .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tEsntHoFqj .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tEsntHoFqj .mbr-section-title {
  color: #232323;
}
.cid-tEsntHoFqj .mbr-text,
.cid-tEsntHoFqj .mbr-section-btn {
  text-align: left;
}
.cid-tEsntHoFqj .item-title {
  text-align: left;
  color: #244682;
}
.cid-tEsntHoFqj .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-tEsntHoFqj .item-title DIV {
  text-align: left;
}
.cid-tEsntHoFqj .item-title P {
  text-align: left;
}
.cid-tEwdTa05Le {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tEwdTa05Le .media-container-row {
  justify-content: space-between;
  justify-content: center;
}
.cid-tEwdTa05Le .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-tEwdTa05Le .text-content {
    max-width: none;
  }
}
.cid-tEwdTa05Le .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #353535;
  border: 2px solid #353535;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tEwdTa05Le .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tEwdTa05Le .mbr-iconfont-social:hover {
  background-color: #353535;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tEwdTa05Le .icons {
    justify-content: center !important;
  }
  .cid-tEwdTa05Le .text-content * {
    text-align: center;
  }
}
.cid-tEwdTa05Le .mbr-section-title {
  color: #353535;
}
.cid-tEwdTa05Le P {
  color: #000000;
}
.cid-tED8f8To0p {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #244682;
}
.cid-tED8f8To0p .mbr-fallback-image.disabled {
  display: none;
}
.cid-tED8f8To0p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tED8f8To0p .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tED8f8To0p .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tED8f8To0p .row {
    text-align: center;
  }
  .cid-tED8f8To0p .row > div {
    margin: auto;
  }
  .cid-tED8f8To0p .social-row {
    justify-content: center;
  }
}
.cid-tED8f8To0p .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tED8f8To0p .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tED8f8To0p .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tED8f8To0p .list {
    margin-bottom: 0rem;
  }
}
.cid-tED8f8To0p .mbr-text {
  color: #fafafa;
}
.cid-tED8f8To0p .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tED8f8To0p .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tED8f8To0p div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tEykUUIc5P {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #244682;
}
.cid-tEykUUIc5P .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEykUUIc5P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEykUUIc5P .mbr-section-title {
  color: #ffffff;
}
.cid-u0TH2IMjMh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u0TH2IMjMh .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0TH2IMjMh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u0TH2IMjMh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u0TH2IMjMh .row {
  flex-direction: row-reverse;
}
.cid-u0TH2IMjMh img {
  width: 100%;
}
.cid-tExdSTILv5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #244682;
}
.cid-tExdSTILv5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tExdSTILv5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tExdSTILv5 .mbr-section-title {
  color: #ffffff;
}
.cid-tExdSU98f6 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tExdSU98f6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tExdSU98f6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tExdSU98f6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tExdSU98f6 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tExdSU98f6 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tExjqQ1H1a {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tExjqQ1H1a .mbr-fallback-image.disabled {
  display: none;
}
.cid-tExjqQ1H1a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tExjqQ1H1a .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tExjqQ1H1a img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tExjqQ1H1a .text-wrapper {
    padding: 2rem;
  }
}
.cid-tExkjRJkVM {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tExkjRJkVM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tExkjRJkVM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tExkjRJkVM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tExkjRJkVM img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tExkjRJkVM .text-wrapper {
    padding: 2rem;
  }
}
.cid-tExl2Xu3YS {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tExl2Xu3YS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tExl2Xu3YS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tExl2Xu3YS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tExl2Xu3YS img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tExl2Xu3YS .text-wrapper {
    padding: 2rem;
  }
}
.cid-tExlMO60Qz {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tExlMO60Qz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tExlMO60Qz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tExlMO60Qz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tExlMO60Qz img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tExlMO60Qz .text-wrapper {
    padding: 2rem;
  }
}
.cid-tExmqsGWFd {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tExmqsGWFd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tExmqsGWFd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tExmqsGWFd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tExmqsGWFd img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tExmqsGWFd .text-wrapper {
    padding: 2rem;
  }
}
.cid-tExnnvAMZ4 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tExnnvAMZ4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tExnnvAMZ4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tExnnvAMZ4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tExnnvAMZ4 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tExnnvAMZ4 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tExnPvm498 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tExnPvm498 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tExnPvm498 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tExnPvm498 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tExnPvm498 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tExnPvm498 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tExdSYnHQO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tExdSYnHQO .media-container-row {
  justify-content: space-between;
  justify-content: center;
}
.cid-tExdSYnHQO .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-tExdSYnHQO .text-content {
    max-width: none;
  }
}
.cid-tExdSYnHQO .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #353535;
  border: 2px solid #353535;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tExdSYnHQO .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tExdSYnHQO .mbr-iconfont-social:hover {
  background-color: #353535;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tExdSYnHQO .icons {
    justify-content: center !important;
  }
  .cid-tExdSYnHQO .text-content * {
    text-align: center;
  }
}
.cid-tExdSYnHQO .mbr-section-title {
  color: #353535;
}
.cid-tExdSYnHQO P {
  color: #000000;
}
.cid-tEyjQkbfwI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #244682;
}
.cid-tEyjQkbfwI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEyjQkbfwI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEyjQkbfwI .mbr-section-title {
  color: #ffffff;
}
.cid-tED8f8To0p {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #244682;
}
.cid-tED8f8To0p .mbr-fallback-image.disabled {
  display: none;
}
.cid-tED8f8To0p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tED8f8To0p .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tED8f8To0p .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tED8f8To0p .row {
    text-align: center;
  }
  .cid-tED8f8To0p .row > div {
    margin: auto;
  }
  .cid-tED8f8To0p .social-row {
    justify-content: center;
  }
}
.cid-tED8f8To0p .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tED8f8To0p .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tED8f8To0p .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tED8f8To0p .list {
    margin-bottom: 0rem;
  }
}
.cid-tED8f8To0p .mbr-text {
  color: #fafafa;
}
.cid-tED8f8To0p .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tED8f8To0p .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tED8f8To0p div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u0TH63MyuJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u0TH63MyuJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0TH63MyuJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u0TH63MyuJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u0TH63MyuJ .row {
  flex-direction: row-reverse;
}
.cid-u0TH63MyuJ img {
  width: 100%;
}
.cid-tExutkqSw6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #244682;
}
.cid-tExutkqSw6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tExutkqSw6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tExutkqSw6 .mbr-section-title {
  color: #ffffff;
}
.cid-tExutkUsmV {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tExutkUsmV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tExutkUsmV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tExutkUsmV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tExutkUsmV img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tExutkUsmV .text-wrapper {
    padding: 2rem;
  }
}
.cid-tExutlDMyd {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tExutlDMyd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tExutlDMyd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tExutlDMyd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tExutlDMyd img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tExutlDMyd .text-wrapper {
    padding: 2rem;
  }
}
.cid-tExutm64gZ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tExutm64gZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tExutm64gZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tExutm64gZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tExutm64gZ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tExutm64gZ .text-wrapper {
    padding: 2rem;
  }
}
.cid-tExutmNz16 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tExutmNz16 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tExutmNz16 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tExutmNz16 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tExutmNz16 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tExutmNz16 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tExutnd1B5 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tExutnd1B5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tExutnd1B5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tExutnd1B5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tExutnd1B5 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tExutnd1B5 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tExutnHLTe {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tExutnHLTe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tExutnHLTe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tExutnHLTe .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tExutnHLTe img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tExutnHLTe .text-wrapper {
    padding: 2rem;
  }
}
.cid-tExuto99i0 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tExuto99i0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tExuto99i0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tExuto99i0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tExuto99i0 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tExuto99i0 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tExutoTmyF {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tExutoTmyF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tExutoTmyF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tExutoTmyF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tExutoTmyF img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tExutoTmyF .text-wrapper {
    padding: 2rem;
  }
}
.cid-tExLSiFVMy {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tExLSiFVMy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tExLSiFVMy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tExLSiFVMy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tExLSiFVMy img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tExLSiFVMy .text-wrapper {
    padding: 2rem;
  }
}
.cid-tExRABnpb4 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tExRABnpb4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tExRABnpb4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tExRABnpb4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tExRABnpb4 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tExRABnpb4 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tExT5qiBYO {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tExT5qiBYO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tExT5qiBYO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tExT5qiBYO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tExT5qiBYO img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tExT5qiBYO .text-wrapper {
    padding: 2rem;
  }
}
.cid-tExTaiPAYM {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tExTaiPAYM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tExTaiPAYM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tExTaiPAYM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tExTaiPAYM img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tExTaiPAYM .text-wrapper {
    padding: 2rem;
  }
}
.cid-tExutpm8lU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tExutpm8lU .media-container-row {
  justify-content: space-between;
  justify-content: center;
}
.cid-tExutpm8lU .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-tExutpm8lU .text-content {
    max-width: none;
  }
}
.cid-tExutpm8lU .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #353535;
  border: 2px solid #353535;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tExutpm8lU .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tExutpm8lU .mbr-iconfont-social:hover {
  background-color: #353535;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tExutpm8lU .icons {
    justify-content: center !important;
  }
  .cid-tExutpm8lU .text-content * {
    text-align: center;
  }
}
.cid-tExutpm8lU .mbr-section-title {
  color: #353535;
}
.cid-tExutpm8lU P {
  color: #000000;
}
.cid-tEyjTslkVe {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #244682;
}
.cid-tEyjTslkVe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEyjTslkVe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEyjTslkVe .mbr-section-title {
  color: #ffffff;
}
.cid-tED8f8To0p {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #244682;
}
.cid-tED8f8To0p .mbr-fallback-image.disabled {
  display: none;
}
.cid-tED8f8To0p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tED8f8To0p .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tED8f8To0p .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tED8f8To0p .row {
    text-align: center;
  }
  .cid-tED8f8To0p .row > div {
    margin: auto;
  }
  .cid-tED8f8To0p .social-row {
    justify-content: center;
  }
}
.cid-tED8f8To0p .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tED8f8To0p .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tED8f8To0p .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tED8f8To0p .list {
    margin-bottom: 0rem;
  }
}
.cid-tED8f8To0p .mbr-text {
  color: #fafafa;
}
.cid-tED8f8To0p .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tED8f8To0p .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tED8f8To0p div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u0THa4DTgh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u0THa4DTgh .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0THa4DTgh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u0THa4DTgh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u0THa4DTgh .row {
  flex-direction: row-reverse;
}
.cid-u0THa4DTgh img {
  width: 100%;
}
.cid-tEy4Cq7vao {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #244682;
}
.cid-tEy4Cq7vao .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEy4Cq7vao .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEy4Cq7vao .mbr-section-title {
  color: #ffffff;
}
.cid-tEy4YrmhMb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #bbbbbb;
}
.cid-tEy4YrmhMb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEy4YrmhMb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEy4YrmhMb .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tEy4YrmhMb .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-tEy4YrmhMb .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tEy4YrmhMb .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tEy4YrmhMb .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tEy4YrmhMb .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tEy4YrmhMb .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tEy4YrmhMb .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tEy4YrmhMb .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tEy4YrmhMb .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tEy7y4Ywof {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #bbbbbb;
}
.cid-tEy7y4Ywof .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEy7y4Ywof .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEy7y4Ywof .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tEy7y4Ywof .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-tEy7y4Ywof .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tEy7y4Ywof .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tEy7y4Ywof .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tEy7y4Ywof .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tEy7y4Ywof .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tEy7y4Ywof .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tEy7y4Ywof .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tEy7y4Ywof .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tEy6Gwa91D {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #bbbbbb;
}
.cid-tEy6Gwa91D .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEy6Gwa91D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEy6Gwa91D .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tEy6Gwa91D .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-tEy6Gwa91D .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tEy6Gwa91D .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tEy6Gwa91D .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tEy6Gwa91D .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tEy6Gwa91D .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tEy6Gwa91D .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tEy6Gwa91D .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tEy6Gwa91D .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tEybSe2wX6 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #bbbbbb;
}
.cid-tEybSe2wX6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEybSe2wX6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEybSe2wX6 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tEybSe2wX6 .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-tEybSe2wX6 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tEybSe2wX6 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tEybSe2wX6 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tEybSe2wX6 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tEybSe2wX6 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tEybSe2wX6 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tEybSe2wX6 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tEybSe2wX6 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tEydd0x6C6 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #bbbbbb;
}
.cid-tEydd0x6C6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEydd0x6C6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEydd0x6C6 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tEydd0x6C6 .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-tEydd0x6C6 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tEydd0x6C6 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tEydd0x6C6 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tEydd0x6C6 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tEydd0x6C6 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tEydd0x6C6 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tEydd0x6C6 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tEydd0x6C6 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tEy4D4jrtL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tEy4D4jrtL .media-container-row {
  justify-content: space-between;
  justify-content: center;
}
.cid-tEy4D4jrtL .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-tEy4D4jrtL .text-content {
    max-width: none;
  }
}
.cid-tEy4D4jrtL .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #353535;
  border: 2px solid #353535;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tEy4D4jrtL .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tEy4D4jrtL .mbr-iconfont-social:hover {
  background-color: #353535;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tEy4D4jrtL .icons {
    justify-content: center !important;
  }
  .cid-tEy4D4jrtL .text-content * {
    text-align: center;
  }
}
.cid-tEy4D4jrtL .mbr-section-title {
  color: #353535;
}
.cid-tEy4D4jrtL P {
  color: #000000;
}
.cid-tEyjX1Zlgc {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #244682;
}
.cid-tEyjX1Zlgc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEyjX1Zlgc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEyjX1Zlgc .mbr-section-title {
  color: #ffffff;
}
.cid-tED8f8To0p {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #244682;
}
.cid-tED8f8To0p .mbr-fallback-image.disabled {
  display: none;
}
.cid-tED8f8To0p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tED8f8To0p .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tED8f8To0p .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tED8f8To0p .row {
    text-align: center;
  }
  .cid-tED8f8To0p .row > div {
    margin: auto;
  }
  .cid-tED8f8To0p .social-row {
    justify-content: center;
  }
}
.cid-tED8f8To0p .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tED8f8To0p .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tED8f8To0p .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tED8f8To0p .list {
    margin-bottom: 0rem;
  }
}
.cid-tED8f8To0p .mbr-text {
  color: #fafafa;
}
.cid-tED8f8To0p .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tED8f8To0p .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tED8f8To0p div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uvaJtCQHiD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uvaJtCQHiD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvaJtCQHiD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uvaJtCQHiD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvaJtCQHiD .row {
  flex-direction: row-reverse;
}
.cid-uvaJtCQHiD img {
  width: 100%;
}
.cid-uvaJtD73JK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #244682;
}
.cid-uvaJtD73JK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvaJtD73JK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvaJtD73JK .mbr-section-title {
  color: #ffffff;
}
.cid-uvaJtDqs2V {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uvaJtDqs2V .carousel {
    min-height: 800px;
  }
  .cid-uvaJtDqs2V .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uvaJtDqs2V .carousel {
    min-height: 520px;
  }
  .cid-uvaJtDqs2V .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uvaJtDqs2V .carousel {
    min-height: 440px;
  }
  .cid-uvaJtDqs2V .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-uvaJtDqs2V .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uvaJtDqs2V .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uvaJtDqs2V .carousel,
.cid-uvaJtDqs2V .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uvaJtDqs2V .item-wrapper {
  width: 100%;
}
.cid-uvaJtDqs2V .carousel-caption {
  bottom: 40px;
}
.cid-uvaJtDqs2V .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uvaJtDqs2V .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uvaJtDqs2V .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uvaJtDqs2V .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uvaJtDqs2V .carousel-control {
  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-uvaJtDqs2V .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uvaJtDqs2V .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uvaJtDqs2V .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uvaJtDqs2V .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uvaJtDqs2V .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-uvaJtDqs2V .carousel-indicators li.active,
.cid-uvaJtDqs2V .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uvaJtDqs2V .carousel-indicators li::after,
.cid-uvaJtDqs2V .carousel-indicators li::before {
  content: none;
}
.cid-uvaJtDqs2V .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uvaJtDqs2V .carousel-indicators {
    display: none !important;
  }
}
.cid-uvaJtEFNWl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uvaJtEFNWl .media-container-row {
  justify-content: space-between;
  justify-content: center;
}
.cid-uvaJtEFNWl .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-uvaJtEFNWl .text-content {
    max-width: none;
  }
}
.cid-uvaJtEFNWl .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #353535;
  border: 2px solid #353535;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uvaJtEFNWl .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uvaJtEFNWl .mbr-iconfont-social:hover {
  background-color: #353535;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uvaJtEFNWl .icons {
    justify-content: center !important;
  }
  .cid-uvaJtEFNWl .text-content * {
    text-align: center;
  }
}
.cid-uvaJtEFNWl .mbr-section-title {
  color: #353535;
}
.cid-uvaJtEFNWl P {
  color: #000000;
}
.cid-uvaJtF93r7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #244682;
}
.cid-uvaJtF93r7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvaJtF93r7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvaJtF93r7 .mbr-section-title {
  color: #ffffff;
}
.cid-uvaJtFvl9C {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #244682;
}
.cid-uvaJtFvl9C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvaJtFvl9C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvaJtFvl9C .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uvaJtFvl9C .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uvaJtFvl9C .row {
    text-align: center;
  }
  .cid-uvaJtFvl9C .row > div {
    margin: auto;
  }
  .cid-uvaJtFvl9C .social-row {
    justify-content: center;
  }
}
.cid-uvaJtFvl9C .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uvaJtFvl9C .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uvaJtFvl9C .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvaJtFvl9C .list {
    margin-bottom: 0rem;
  }
}
.cid-uvaJtFvl9C .mbr-text {
  color: #fafafa;
}
.cid-uvaJtFvl9C .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uvaJtFvl9C .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uvaJtFvl9C div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uDQTYChKdA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uDQTYChKdA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDQTYChKdA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uDQTYChKdA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uDQTYChKdA .row {
  flex-direction: row-reverse;
}
.cid-uDQTYChKdA img {
  width: 100%;
}
.cid-uDQTYCAE2a {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #244682;
}
.cid-uDQTYCAE2a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDQTYCAE2a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDQTYCAE2a .mbr-section-title {
  color: #ffffff;
}
.cid-uDQTYCUzrz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uDQTYCUzrz .carousel {
    min-height: 800px;
  }
  .cid-uDQTYCUzrz .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uDQTYCUzrz .carousel {
    min-height: 520px;
  }
  .cid-uDQTYCUzrz .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uDQTYCUzrz .carousel {
    min-height: 440px;
  }
  .cid-uDQTYCUzrz .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-uDQTYCUzrz .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uDQTYCUzrz .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uDQTYCUzrz .carousel,
.cid-uDQTYCUzrz .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uDQTYCUzrz .item-wrapper {
  width: 100%;
}
.cid-uDQTYCUzrz .carousel-caption {
  bottom: 40px;
}
.cid-uDQTYCUzrz .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uDQTYCUzrz .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uDQTYCUzrz .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uDQTYCUzrz .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uDQTYCUzrz .carousel-control {
  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-uDQTYCUzrz .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uDQTYCUzrz .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uDQTYCUzrz .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uDQTYCUzrz .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uDQTYCUzrz .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-uDQTYCUzrz .carousel-indicators li.active,
.cid-uDQTYCUzrz .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uDQTYCUzrz .carousel-indicators li::after,
.cid-uDQTYCUzrz .carousel-indicators li::before {
  content: none;
}
.cid-uDQTYCUzrz .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uDQTYCUzrz .carousel-indicators {
    display: none !important;
  }
}
.cid-uDQTYEfpX3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uDQTYEfpX3 .media-container-row {
  justify-content: space-between;
  justify-content: center;
}
.cid-uDQTYEfpX3 .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-uDQTYEfpX3 .text-content {
    max-width: none;
  }
}
.cid-uDQTYEfpX3 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #353535;
  border: 2px solid #353535;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uDQTYEfpX3 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uDQTYEfpX3 .mbr-iconfont-social:hover {
  background-color: #353535;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uDQTYEfpX3 .icons {
    justify-content: center !important;
  }
  .cid-uDQTYEfpX3 .text-content * {
    text-align: center;
  }
}
.cid-uDQTYEfpX3 .mbr-section-title {
  color: #353535;
}
.cid-uDQTYEfpX3 P {
  color: #000000;
}
.cid-uDQTYEKQz0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #244682;
}
.cid-uDQTYEKQz0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDQTYEKQz0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDQTYEKQz0 .mbr-section-title {
  color: #ffffff;
}
.cid-uDQTYF9Wf7 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #244682;
}
.cid-uDQTYF9Wf7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDQTYF9Wf7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDQTYF9Wf7 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uDQTYF9Wf7 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uDQTYF9Wf7 .row {
    text-align: center;
  }
  .cid-uDQTYF9Wf7 .row > div {
    margin: auto;
  }
  .cid-uDQTYF9Wf7 .social-row {
    justify-content: center;
  }
}
.cid-uDQTYF9Wf7 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uDQTYF9Wf7 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uDQTYF9Wf7 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uDQTYF9Wf7 .list {
    margin-bottom: 0rem;
  }
}
.cid-uDQTYF9Wf7 .mbr-text {
  color: #fafafa;
}
.cid-uDQTYF9Wf7 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uDQTYF9Wf7 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uDQTYF9Wf7 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uZZkk6azYJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uZZkk6azYJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZZkk6azYJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uZZkk6azYJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZZkk6azYJ .row {
  flex-direction: row-reverse;
}
.cid-uZZkk6azYJ img {
  width: 100%;
}
.cid-uZZkk6FpOo {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #244682;
}
.cid-uZZkk6FpOo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZZkk6FpOo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZZkk6FpOo .mbr-section-title {
  color: #ffffff;
}
.cid-uZZkk79ORc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uZZkk79ORc .carousel {
    min-height: 800px;
  }
  .cid-uZZkk79ORc .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uZZkk79ORc .carousel {
    min-height: 520px;
  }
  .cid-uZZkk79ORc .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uZZkk79ORc .carousel {
    min-height: 440px;
  }
  .cid-uZZkk79ORc .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-uZZkk79ORc .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uZZkk79ORc .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uZZkk79ORc .carousel,
.cid-uZZkk79ORc .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uZZkk79ORc .item-wrapper {
  width: 100%;
}
.cid-uZZkk79ORc .carousel-caption {
  bottom: 40px;
}
.cid-uZZkk79ORc .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uZZkk79ORc .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uZZkk79ORc .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uZZkk79ORc .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uZZkk79ORc .carousel-control {
  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-uZZkk79ORc .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZZkk79ORc .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uZZkk79ORc .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uZZkk79ORc .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uZZkk79ORc .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-uZZkk79ORc .carousel-indicators li.active,
.cid-uZZkk79ORc .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uZZkk79ORc .carousel-indicators li::after,
.cid-uZZkk79ORc .carousel-indicators li::before {
  content: none;
}
.cid-uZZkk79ORc .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uZZkk79ORc .carousel-indicators {
    display: none !important;
  }
}
.cid-uZZkk8OCix {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uZZkk8OCix .media-container-row {
  justify-content: space-between;
  justify-content: center;
}
.cid-uZZkk8OCix .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-uZZkk8OCix .text-content {
    max-width: none;
  }
}
.cid-uZZkk8OCix .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #353535;
  border: 2px solid #353535;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uZZkk8OCix .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uZZkk8OCix .mbr-iconfont-social:hover {
  background-color: #353535;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uZZkk8OCix .icons {
    justify-content: center !important;
  }
  .cid-uZZkk8OCix .text-content * {
    text-align: center;
  }
}
.cid-uZZkk8OCix .mbr-section-title {
  color: #353535;
}
.cid-uZZkk8OCix P {
  color: #000000;
}
.cid-uZZkk9viMc {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #244682;
}
.cid-uZZkk9viMc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZZkk9viMc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZZkk9viMc .mbr-section-title {
  color: #ffffff;
}
.cid-uZZkka2vsr {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #244682;
}
.cid-uZZkka2vsr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZZkka2vsr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZZkka2vsr .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uZZkka2vsr .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uZZkka2vsr .row {
    text-align: center;
  }
  .cid-uZZkka2vsr .row > div {
    margin: auto;
  }
  .cid-uZZkka2vsr .social-row {
    justify-content: center;
  }
}
.cid-uZZkka2vsr .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uZZkka2vsr .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uZZkka2vsr .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uZZkka2vsr .list {
    margin-bottom: 0rem;
  }
}
.cid-uZZkka2vsr .mbr-text {
  color: #fafafa;
}
.cid-uZZkka2vsr .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uZZkka2vsr .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uZZkka2vsr div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v3GS5yIpUW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v3GS5yIpUW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3GS5yIpUW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v3GS5yIpUW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v3GS5yIpUW .row {
  flex-direction: row-reverse;
}
.cid-v3GS5yIpUW img {
  width: 100%;
}
.cid-v3GS5zkOob {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #244682;
}
.cid-v3GS5zkOob .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3GS5zkOob .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3GS5zkOob .mbr-section-title {
  color: #ffffff;
}
.cid-v3GS5zRRFm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-v3GS5zRRFm .carousel {
    min-height: 800px;
  }
  .cid-v3GS5zRRFm .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v3GS5zRRFm .carousel {
    min-height: 520px;
  }
  .cid-v3GS5zRRFm .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-v3GS5zRRFm .carousel {
    min-height: 440px;
  }
  .cid-v3GS5zRRFm .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-v3GS5zRRFm .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-v3GS5zRRFm .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-v3GS5zRRFm .carousel,
.cid-v3GS5zRRFm .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v3GS5zRRFm .item-wrapper {
  width: 100%;
}
.cid-v3GS5zRRFm .carousel-caption {
  bottom: 40px;
}
.cid-v3GS5zRRFm .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-v3GS5zRRFm .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v3GS5zRRFm .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v3GS5zRRFm .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-v3GS5zRRFm .carousel-control {
  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-v3GS5zRRFm .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v3GS5zRRFm .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v3GS5zRRFm .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v3GS5zRRFm .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-v3GS5zRRFm .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-v3GS5zRRFm .carousel-indicators li.active,
.cid-v3GS5zRRFm .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v3GS5zRRFm .carousel-indicators li::after,
.cid-v3GS5zRRFm .carousel-indicators li::before {
  content: none;
}
.cid-v3GS5zRRFm .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v3GS5zRRFm .carousel-indicators {
    display: none !important;
  }
}
.cid-v3GS5BMZX9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v3GS5BMZX9 .media-container-row {
  justify-content: space-between;
  justify-content: center;
}
.cid-v3GS5BMZX9 .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v3GS5BMZX9 .text-content {
    max-width: none;
  }
}
.cid-v3GS5BMZX9 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #353535;
  border: 2px solid #353535;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v3GS5BMZX9 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v3GS5BMZX9 .mbr-iconfont-social:hover {
  background-color: #353535;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-v3GS5BMZX9 .icons {
    justify-content: center !important;
  }
  .cid-v3GS5BMZX9 .text-content * {
    text-align: center;
  }
}
.cid-v3GS5BMZX9 .mbr-section-title {
  color: #353535;
}
.cid-v3GS5BMZX9 P {
  color: #000000;
}
.cid-v3GS5CvNez {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #244682;
}
.cid-v3GS5CvNez .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3GS5CvNez .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3GS5CvNez .mbr-section-title {
  color: #ffffff;
}
.cid-v3GS5CZuBT {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #244682;
}
.cid-v3GS5CZuBT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3GS5CZuBT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3GS5CZuBT .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v3GS5CZuBT .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v3GS5CZuBT .row {
    text-align: center;
  }
  .cid-v3GS5CZuBT .row > div {
    margin: auto;
  }
  .cid-v3GS5CZuBT .social-row {
    justify-content: center;
  }
}
.cid-v3GS5CZuBT .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v3GS5CZuBT .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v3GS5CZuBT .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v3GS5CZuBT .list {
    margin-bottom: 0rem;
  }
}
.cid-v3GS5CZuBT .mbr-text {
  color: #fafafa;
}
.cid-v3GS5CZuBT .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v3GS5CZuBT .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v3GS5CZuBT div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v4wXTFPigd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v4wXTFPigd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4wXTFPigd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v4wXTFPigd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v4wXTFPigd .row {
  flex-direction: row-reverse;
}
.cid-v4wXTFPigd img {
  width: 100%;
}
.cid-v4wXTGts6H {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #244682;
}
.cid-v4wXTGts6H .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4wXTGts6H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4wXTGts6H .mbr-section-title {
  color: #ffffff;
}
.cid-v4wXTGY4Bi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-v4wXTGY4Bi .carousel {
    min-height: 800px;
  }
  .cid-v4wXTGY4Bi .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v4wXTGY4Bi .carousel {
    min-height: 520px;
  }
  .cid-v4wXTGY4Bi .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-v4wXTGY4Bi .carousel {
    min-height: 440px;
  }
  .cid-v4wXTGY4Bi .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-v4wXTGY4Bi .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-v4wXTGY4Bi .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-v4wXTGY4Bi .carousel,
.cid-v4wXTGY4Bi .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v4wXTGY4Bi .item-wrapper {
  width: 100%;
}
.cid-v4wXTGY4Bi .carousel-caption {
  bottom: 40px;
}
.cid-v4wXTGY4Bi .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-v4wXTGY4Bi .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v4wXTGY4Bi .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v4wXTGY4Bi .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-v4wXTGY4Bi .carousel-control {
  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-v4wXTGY4Bi .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v4wXTGY4Bi .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v4wXTGY4Bi .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v4wXTGY4Bi .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-v4wXTGY4Bi .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-v4wXTGY4Bi .carousel-indicators li.active,
.cid-v4wXTGY4Bi .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v4wXTGY4Bi .carousel-indicators li::after,
.cid-v4wXTGY4Bi .carousel-indicators li::before {
  content: none;
}
.cid-v4wXTGY4Bi .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v4wXTGY4Bi .carousel-indicators {
    display: none !important;
  }
}
.cid-v4wXTINAPp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v4wXTINAPp .media-container-row {
  justify-content: space-between;
  justify-content: center;
}
.cid-v4wXTINAPp .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v4wXTINAPp .text-content {
    max-width: none;
  }
}
.cid-v4wXTINAPp .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #353535;
  border: 2px solid #353535;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v4wXTINAPp .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v4wXTINAPp .mbr-iconfont-social:hover {
  background-color: #353535;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-v4wXTINAPp .icons {
    justify-content: center !important;
  }
  .cid-v4wXTINAPp .text-content * {
    text-align: center;
  }
}
.cid-v4wXTINAPp .mbr-section-title {
  color: #353535;
}
.cid-v4wXTINAPp P {
  color: #000000;
}
.cid-v4wXTJy5ZP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #244682;
}
.cid-v4wXTJy5ZP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4wXTJy5ZP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4wXTJy5ZP .mbr-section-title {
  color: #ffffff;
}
.cid-v4wXTK5qr9 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #244682;
}
.cid-v4wXTK5qr9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4wXTK5qr9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4wXTK5qr9 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v4wXTK5qr9 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v4wXTK5qr9 .row {
    text-align: center;
  }
  .cid-v4wXTK5qr9 .row > div {
    margin: auto;
  }
  .cid-v4wXTK5qr9 .social-row {
    justify-content: center;
  }
}
.cid-v4wXTK5qr9 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v4wXTK5qr9 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v4wXTK5qr9 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v4wXTK5qr9 .list {
    margin-bottom: 0rem;
  }
}
.cid-v4wXTK5qr9 .mbr-text {
  color: #fafafa;
}
.cid-v4wXTK5qr9 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v4wXTK5qr9 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v4wXTK5qr9 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v68L1YWoRx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v68L1YWoRx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v68L1YWoRx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v68L1YWoRx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v68L1YWoRx .row {
  flex-direction: row-reverse;
}
.cid-v68L1YWoRx img {
  width: 100%;
}
.cid-v68L1Zrn5M {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #244682;
}
.cid-v68L1Zrn5M .mbr-fallback-image.disabled {
  display: none;
}
.cid-v68L1Zrn5M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v68L1Zrn5M .mbr-section-title {
  color: #ffffff;
}
.cid-v68L1ZXRuU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-v68L1ZXRuU .carousel {
    min-height: 800px;
  }
  .cid-v68L1ZXRuU .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v68L1ZXRuU .carousel {
    min-height: 520px;
  }
  .cid-v68L1ZXRuU .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-v68L1ZXRuU .carousel {
    min-height: 440px;
  }
  .cid-v68L1ZXRuU .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-v68L1ZXRuU .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-v68L1ZXRuU .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-v68L1ZXRuU .carousel,
.cid-v68L1ZXRuU .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v68L1ZXRuU .item-wrapper {
  width: 100%;
}
.cid-v68L1ZXRuU .carousel-caption {
  bottom: 40px;
}
.cid-v68L1ZXRuU .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-v68L1ZXRuU .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v68L1ZXRuU .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v68L1ZXRuU .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-v68L1ZXRuU .carousel-control {
  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-v68L1ZXRuU .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v68L1ZXRuU .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v68L1ZXRuU .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v68L1ZXRuU .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-v68L1ZXRuU .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-v68L1ZXRuU .carousel-indicators li.active,
.cid-v68L1ZXRuU .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v68L1ZXRuU .carousel-indicators li::after,
.cid-v68L1ZXRuU .carousel-indicators li::before {
  content: none;
}
.cid-v68L1ZXRuU .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v68L1ZXRuU .carousel-indicators {
    display: none !important;
  }
}
.cid-v68L21Vfn1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v68L21Vfn1 .media-container-row {
  justify-content: space-between;
  justify-content: center;
}
.cid-v68L21Vfn1 .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v68L21Vfn1 .text-content {
    max-width: none;
  }
}
.cid-v68L21Vfn1 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #353535;
  border: 2px solid #353535;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v68L21Vfn1 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v68L21Vfn1 .mbr-iconfont-social:hover {
  background-color: #353535;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-v68L21Vfn1 .icons {
    justify-content: center !important;
  }
  .cid-v68L21Vfn1 .text-content * {
    text-align: center;
  }
}
.cid-v68L21Vfn1 .mbr-section-title {
  color: #353535;
}
.cid-v68L21Vfn1 P {
  color: #000000;
}
.cid-v68L22LM1o {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #244682;
}
.cid-v68L22LM1o .mbr-fallback-image.disabled {
  display: none;
}
.cid-v68L22LM1o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v68L22LM1o .mbr-section-title {
  color: #ffffff;
}
.cid-v68L23h5E3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #244682;
}
.cid-v68L23h5E3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v68L23h5E3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v68L23h5E3 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v68L23h5E3 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v68L23h5E3 .row {
    text-align: center;
  }
  .cid-v68L23h5E3 .row > div {
    margin: auto;
  }
  .cid-v68L23h5E3 .social-row {
    justify-content: center;
  }
}
.cid-v68L23h5E3 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v68L23h5E3 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v68L23h5E3 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v68L23h5E3 .list {
    margin-bottom: 0rem;
  }
}
.cid-v68L23h5E3 .mbr-text {
  color: #fafafa;
}
.cid-v68L23h5E3 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v68L23h5E3 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v68L23h5E3 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v8LrF4Pv5J {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v8LrF4Pv5J .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8LrF4Pv5J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v8LrF4Pv5J .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v8LrF4Pv5J .row {
  flex-direction: row-reverse;
}
.cid-v8LrF4Pv5J img {
  width: 100%;
}
.cid-v8LrF5jsxz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #244682;
}
.cid-v8LrF5jsxz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8LrF5jsxz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8LrF5jsxz .mbr-section-title {
  color: #ffffff;
}
.cid-v8LrF5Okvd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-v8LrF5Okvd .carousel {
    min-height: 800px;
  }
  .cid-v8LrF5Okvd .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v8LrF5Okvd .carousel {
    min-height: 520px;
  }
  .cid-v8LrF5Okvd .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-v8LrF5Okvd .carousel {
    min-height: 440px;
  }
  .cid-v8LrF5Okvd .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-v8LrF5Okvd .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-v8LrF5Okvd .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-v8LrF5Okvd .carousel,
.cid-v8LrF5Okvd .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v8LrF5Okvd .item-wrapper {
  width: 100%;
}
.cid-v8LrF5Okvd .carousel-caption {
  bottom: 40px;
}
.cid-v8LrF5Okvd .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-v8LrF5Okvd .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v8LrF5Okvd .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v8LrF5Okvd .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-v8LrF5Okvd .carousel-control {
  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-v8LrF5Okvd .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v8LrF5Okvd .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v8LrF5Okvd .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v8LrF5Okvd .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-v8LrF5Okvd .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-v8LrF5Okvd .carousel-indicators li.active,
.cid-v8LrF5Okvd .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v8LrF5Okvd .carousel-indicators li::after,
.cid-v8LrF5Okvd .carousel-indicators li::before {
  content: none;
}
.cid-v8LrF5Okvd .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v8LrF5Okvd .carousel-indicators {
    display: none !important;
  }
}
.cid-v8LrF7A8XU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v8LrF7A8XU .media-container-row {
  justify-content: space-between;
  justify-content: center;
}
.cid-v8LrF7A8XU .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v8LrF7A8XU .text-content {
    max-width: none;
  }
}
.cid-v8LrF7A8XU .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #353535;
  border: 2px solid #353535;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v8LrF7A8XU .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v8LrF7A8XU .mbr-iconfont-social:hover {
  background-color: #353535;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-v8LrF7A8XU .icons {
    justify-content: center !important;
  }
  .cid-v8LrF7A8XU .text-content * {
    text-align: center;
  }
}
.cid-v8LrF7A8XU .mbr-section-title {
  color: #353535;
}
.cid-v8LrF7A8XU P {
  color: #000000;
}
.cid-v8LrF8k7se {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #244682;
}
.cid-v8LrF8k7se .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8LrF8k7se .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8LrF8k7se .mbr-section-title {
  color: #ffffff;
}
.cid-v8LrF8Pw11 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #244682;
}
.cid-v8LrF8Pw11 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8LrF8Pw11 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8LrF8Pw11 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v8LrF8Pw11 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v8LrF8Pw11 .row {
    text-align: center;
  }
  .cid-v8LrF8Pw11 .row > div {
    margin: auto;
  }
  .cid-v8LrF8Pw11 .social-row {
    justify-content: center;
  }
}
.cid-v8LrF8Pw11 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v8LrF8Pw11 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v8LrF8Pw11 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v8LrF8Pw11 .list {
    margin-bottom: 0rem;
  }
}
.cid-v8LrF8Pw11 .mbr-text {
  color: #fafafa;
}
.cid-v8LrF8Pw11 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v8LrF8Pw11 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v8LrF8Pw11 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vcW4o5barM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vcW4o5barM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcW4o5barM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vcW4o5barM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vcW4o5barM .row {
  flex-direction: row-reverse;
}
.cid-vcW4o5barM img {
  width: 100%;
}
.cid-vcW4o5DFDq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #244682;
}
.cid-vcW4o5DFDq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcW4o5DFDq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcW4o5DFDq .mbr-section-title {
  color: #ffffff;
}
.cid-vcW4o66KZi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-vcW4o66KZi .carousel {
    min-height: 800px;
  }
  .cid-vcW4o66KZi .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vcW4o66KZi .carousel {
    min-height: 520px;
  }
  .cid-vcW4o66KZi .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-vcW4o66KZi .carousel {
    min-height: 440px;
  }
  .cid-vcW4o66KZi .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-vcW4o66KZi .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vcW4o66KZi .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vcW4o66KZi .carousel,
.cid-vcW4o66KZi .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vcW4o66KZi .item-wrapper {
  width: 100%;
}
.cid-vcW4o66KZi .carousel-caption {
  bottom: 40px;
}
.cid-vcW4o66KZi .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vcW4o66KZi .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vcW4o66KZi .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vcW4o66KZi .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vcW4o66KZi .carousel-control {
  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-vcW4o66KZi .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcW4o66KZi .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vcW4o66KZi .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vcW4o66KZi .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vcW4o66KZi .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-vcW4o66KZi .carousel-indicators li.active,
.cid-vcW4o66KZi .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vcW4o66KZi .carousel-indicators li::after,
.cid-vcW4o66KZi .carousel-indicators li::before {
  content: none;
}
.cid-vcW4o66KZi .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vcW4o66KZi .carousel-indicators {
    display: none !important;
  }
}
.cid-vcW4o7VXmU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vcW4o7VXmU .media-container-row {
  justify-content: space-between;
  justify-content: center;
}
.cid-vcW4o7VXmU .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-vcW4o7VXmU .text-content {
    max-width: none;
  }
}
.cid-vcW4o7VXmU .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #353535;
  border: 2px solid #353535;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-vcW4o7VXmU .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-vcW4o7VXmU .mbr-iconfont-social:hover {
  background-color: #353535;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-vcW4o7VXmU .icons {
    justify-content: center !important;
  }
  .cid-vcW4o7VXmU .text-content * {
    text-align: center;
  }
}
.cid-vcW4o7VXmU .mbr-section-title {
  color: #353535;
}
.cid-vcW4o7VXmU P {
  color: #000000;
}
.cid-vcW4o8Gy00 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #244682;
}
.cid-vcW4o8Gy00 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcW4o8Gy00 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcW4o8Gy00 .mbr-section-title {
  color: #ffffff;
}
.cid-vcW4o9fUWe {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #244682;
}
.cid-vcW4o9fUWe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcW4o9fUWe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcW4o9fUWe .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vcW4o9fUWe .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vcW4o9fUWe .row {
    text-align: center;
  }
  .cid-vcW4o9fUWe .row > div {
    margin: auto;
  }
  .cid-vcW4o9fUWe .social-row {
    justify-content: center;
  }
}
.cid-vcW4o9fUWe .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vcW4o9fUWe .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vcW4o9fUWe .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vcW4o9fUWe .list {
    margin-bottom: 0rem;
  }
}
.cid-vcW4o9fUWe .mbr-text {
  color: #fafafa;
}
.cid-vcW4o9fUWe .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vcW4o9fUWe .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vcW4o9fUWe div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vd1PHsDQr1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vd1PHsDQr1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd1PHsDQr1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vd1PHsDQr1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vd1PHsDQr1 .row {
  flex-direction: row-reverse;
}
.cid-vd1PHsDQr1 img {
  width: 100%;
}
.cid-vd1PHt80kl {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #244682;
}
.cid-vd1PHt80kl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd1PHt80kl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd1PHt80kl .mbr-section-title {
  color: #ffffff;
}
.cid-vd1PHtEpMH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-vd1PHtEpMH .carousel {
    min-height: 800px;
  }
  .cid-vd1PHtEpMH .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vd1PHtEpMH .carousel {
    min-height: 520px;
  }
  .cid-vd1PHtEpMH .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-vd1PHtEpMH .carousel {
    min-height: 440px;
  }
  .cid-vd1PHtEpMH .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-vd1PHtEpMH .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vd1PHtEpMH .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vd1PHtEpMH .carousel,
.cid-vd1PHtEpMH .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vd1PHtEpMH .item-wrapper {
  width: 100%;
}
.cid-vd1PHtEpMH .carousel-caption {
  bottom: 40px;
}
.cid-vd1PHtEpMH .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vd1PHtEpMH .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vd1PHtEpMH .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vd1PHtEpMH .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vd1PHtEpMH .carousel-control {
  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-vd1PHtEpMH .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vd1PHtEpMH .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vd1PHtEpMH .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vd1PHtEpMH .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vd1PHtEpMH .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-vd1PHtEpMH .carousel-indicators li.active,
.cid-vd1PHtEpMH .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vd1PHtEpMH .carousel-indicators li::after,
.cid-vd1PHtEpMH .carousel-indicators li::before {
  content: none;
}
.cid-vd1PHtEpMH .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vd1PHtEpMH .carousel-indicators {
    display: none !important;
  }
}
.cid-vd1PHvraR4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vd1PHvraR4 .media-container-row {
  justify-content: space-between;
  justify-content: center;
}
.cid-vd1PHvraR4 .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-vd1PHvraR4 .text-content {
    max-width: none;
  }
}
.cid-vd1PHvraR4 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #353535;
  border: 2px solid #353535;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-vd1PHvraR4 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-vd1PHvraR4 .mbr-iconfont-social:hover {
  background-color: #353535;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-vd1PHvraR4 .icons {
    justify-content: center !important;
  }
  .cid-vd1PHvraR4 .text-content * {
    text-align: center;
  }
}
.cid-vd1PHvraR4 .mbr-section-title {
  color: #353535;
}
.cid-vd1PHvraR4 P {
  color: #000000;
}
.cid-vd1PHwaRqP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #244682;
}
.cid-vd1PHwaRqP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd1PHwaRqP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd1PHwaRqP .mbr-section-title {
  color: #ffffff;
}
.cid-vd1PHwImB4 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #244682;
}
.cid-vd1PHwImB4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd1PHwImB4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd1PHwImB4 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vd1PHwImB4 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vd1PHwImB4 .row {
    text-align: center;
  }
  .cid-vd1PHwImB4 .row > div {
    margin: auto;
  }
  .cid-vd1PHwImB4 .social-row {
    justify-content: center;
  }
}
.cid-vd1PHwImB4 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vd1PHwImB4 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vd1PHwImB4 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vd1PHwImB4 .list {
    margin-bottom: 0rem;
  }
}
.cid-vd1PHwImB4 .mbr-text {
  color: #fafafa;
}
.cid-vd1PHwImB4 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vd1PHwImB4 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vd1PHwImB4 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vf67i3ZEWO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vf67i3ZEWO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf67i3ZEWO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vf67i3ZEWO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vf67i3ZEWO .row {
  flex-direction: row-reverse;
}
.cid-vf67i3ZEWO img {
  width: 100%;
}
.cid-vf67i4rtoj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #244682;
}
.cid-vf67i4rtoj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf67i4rtoj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf67i4rtoj .mbr-section-title {
  color: #ffffff;
}
.cid-vf67i4T327 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-vf67i4T327 .carousel {
    min-height: 800px;
  }
  .cid-vf67i4T327 .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vf67i4T327 .carousel {
    min-height: 520px;
  }
  .cid-vf67i4T327 .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-vf67i4T327 .carousel {
    min-height: 440px;
  }
  .cid-vf67i4T327 .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-vf67i4T327 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vf67i4T327 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vf67i4T327 .carousel,
.cid-vf67i4T327 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vf67i4T327 .item-wrapper {
  width: 100%;
}
.cid-vf67i4T327 .carousel-caption {
  bottom: 40px;
}
.cid-vf67i4T327 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vf67i4T327 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vf67i4T327 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vf67i4T327 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vf67i4T327 .carousel-control {
  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-vf67i4T327 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vf67i4T327 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vf67i4T327 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vf67i4T327 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vf67i4T327 .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-vf67i4T327 .carousel-indicators li.active,
.cid-vf67i4T327 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vf67i4T327 .carousel-indicators li::after,
.cid-vf67i4T327 .carousel-indicators li::before {
  content: none;
}
.cid-vf67i4T327 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vf67i4T327 .carousel-indicators {
    display: none !important;
  }
}
.cid-vf67i6HRoq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vf67i6HRoq .media-container-row {
  justify-content: space-between;
  justify-content: center;
}
.cid-vf67i6HRoq .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-vf67i6HRoq .text-content {
    max-width: none;
  }
}
.cid-vf67i6HRoq .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #353535;
  border: 2px solid #353535;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-vf67i6HRoq .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-vf67i6HRoq .mbr-iconfont-social:hover {
  background-color: #353535;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-vf67i6HRoq .icons {
    justify-content: center !important;
  }
  .cid-vf67i6HRoq .text-content * {
    text-align: center;
  }
}
.cid-vf67i6HRoq .mbr-section-title {
  color: #353535;
}
.cid-vf67i6HRoq P {
  color: #000000;
}
.cid-vf67i7qbqw {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #244682;
}
.cid-vf67i7qbqw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf67i7qbqw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf67i7qbqw .mbr-section-title {
  color: #ffffff;
}
.cid-vf67i7UTHb {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #244682;
}
.cid-vf67i7UTHb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf67i7UTHb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf67i7UTHb .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vf67i7UTHb .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vf67i7UTHb .row {
    text-align: center;
  }
  .cid-vf67i7UTHb .row > div {
    margin: auto;
  }
  .cid-vf67i7UTHb .social-row {
    justify-content: center;
  }
}
.cid-vf67i7UTHb .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vf67i7UTHb .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vf67i7UTHb .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vf67i7UTHb .list {
    margin-bottom: 0rem;
  }
}
.cid-vf67i7UTHb .mbr-text {
  color: #fafafa;
}
.cid-vf67i7UTHb .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vf67i7UTHb .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vf67i7UTHb div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vi6JwFuXTo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vi6JwFuXTo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi6JwFuXTo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vi6JwFuXTo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vi6JwFuXTo .row {
  flex-direction: row-reverse;
}
.cid-vi6JwFuXTo img {
  width: 100%;
}
.cid-vi6JwFMhQV {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #244682;
}
.cid-vi6JwFMhQV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi6JwFMhQV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vi6JwFMhQV .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vi6JwG6Eeq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-vi6JwG6Eeq .carousel {
    min-height: 800px;
  }
  .cid-vi6JwG6Eeq .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vi6JwG6Eeq .carousel {
    min-height: 520px;
  }
  .cid-vi6JwG6Eeq .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-vi6JwG6Eeq .carousel {
    min-height: 440px;
  }
  .cid-vi6JwG6Eeq .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-vi6JwG6Eeq .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vi6JwG6Eeq .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vi6JwG6Eeq .carousel,
.cid-vi6JwG6Eeq .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vi6JwG6Eeq .item-wrapper {
  width: 100%;
}
.cid-vi6JwG6Eeq .carousel-caption {
  bottom: 40px;
}
.cid-vi6JwG6Eeq .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vi6JwG6Eeq .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vi6JwG6Eeq .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vi6JwG6Eeq .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vi6JwG6Eeq .carousel-control {
  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-vi6JwG6Eeq .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vi6JwG6Eeq .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vi6JwG6Eeq .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vi6JwG6Eeq .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vi6JwG6Eeq .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-vi6JwG6Eeq .carousel-indicators li.active,
.cid-vi6JwG6Eeq .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vi6JwG6Eeq .carousel-indicators li::after,
.cid-vi6JwG6Eeq .carousel-indicators li::before {
  content: none;
}
.cid-vi6JwG6Eeq .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vi6JwG6Eeq .carousel-indicators {
    display: none !important;
  }
}
.cid-vi6JwHG6bR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vi6JwHG6bR .media-container-row {
  justify-content: space-between;
  justify-content: center;
}
.cid-vi6JwHG6bR .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-vi6JwHG6bR .text-content {
    max-width: none;
  }
}
.cid-vi6JwHG6bR .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #353535;
  border: 2px solid #353535;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-vi6JwHG6bR .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-vi6JwHG6bR .mbr-iconfont-social:hover {
  background-color: #353535;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-vi6JwHG6bR .icons {
    justify-content: center !important;
  }
  .cid-vi6JwHG6bR .text-content * {
    text-align: center;
  }
}
.cid-vi6JwHG6bR .mbr-section-title {
  color: #353535;
}
.cid-vi6JwHG6bR P {
  color: #000000;
}
.cid-vi6JwIchoE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #244682;
}
.cid-vi6JwIchoE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi6JwIchoE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vi6JwIchoE .mbr-section-title {
  color: #ffffff;
}
.cid-vi6JwIydVC {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #244682;
}
.cid-vi6JwIydVC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi6JwIydVC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vi6JwIydVC .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vi6JwIydVC .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vi6JwIydVC .row {
    text-align: center;
  }
  .cid-vi6JwIydVC .row > div {
    margin: auto;
  }
  .cid-vi6JwIydVC .social-row {
    justify-content: center;
  }
}
.cid-vi6JwIydVC .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vi6JwIydVC .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vi6JwIydVC .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vi6JwIydVC .list {
    margin-bottom: 0rem;
  }
}
.cid-vi6JwIydVC .mbr-text {
  color: #fafafa;
}
.cid-vi6JwIydVC .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vi6JwIydVC .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vi6JwIydVC div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-viR90yeMl8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-viR90yeMl8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-viR90yeMl8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-viR90yeMl8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-viR90yeMl8 .row {
  flex-direction: row-reverse;
}
.cid-viR90yeMl8 img {
  width: 100%;
}
.cid-viR90yFFwl {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #244682;
}
.cid-viR90yFFwl .mbr-fallback-image.disabled {
  display: none;
}
.cid-viR90yFFwl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viR90yFFwl .mbr-section-title {
  color: #ffffff;
}
.cid-viRDC3LTrm {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-viRDC3LTrm .mbr-fallback-image.disabled {
  display: none;
}
.cid-viRDC3LTrm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-viRDC3LTrm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-viRDC3LTrm img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-viRDC3LTrm .text-wrapper {
    padding: 2rem;
  }
}
.cid-viRDziZ9VH {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-viRDziZ9VH .mbr-fallback-image.disabled {
  display: none;
}
.cid-viRDziZ9VH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-viRDziZ9VH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-viRDziZ9VH img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-viRDziZ9VH .text-wrapper {
    padding: 2rem;
  }
}
.cid-viR90z2ntg {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-viR90z2ntg .mbr-fallback-image.disabled {
  display: none;
}
.cid-viR90z2ntg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-viR90z2ntg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-viR90z2ntg img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-viR90z2ntg .text-wrapper {
    padding: 2rem;
  }
}
.cid-viR90zrk8Z {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-viR90zrk8Z .media-container-row {
  justify-content: space-between;
  justify-content: center;
}
.cid-viR90zrk8Z .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-viR90zrk8Z .text-content {
    max-width: none;
  }
}
.cid-viR90zrk8Z .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #353535;
  border: 2px solid #353535;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-viR90zrk8Z .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-viR90zrk8Z .mbr-iconfont-social:hover {
  background-color: #353535;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-viR90zrk8Z .icons {
    justify-content: center !important;
  }
  .cid-viR90zrk8Z .text-content * {
    text-align: center;
  }
}
.cid-viR90zrk8Z .mbr-section-title {
  color: #353535;
}
.cid-viR90zrk8Z P {
  color: #000000;
}
.cid-viR90A1LhV {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #244682;
}
.cid-viR90A1LhV .mbr-fallback-image.disabled {
  display: none;
}
.cid-viR90A1LhV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viR90A1LhV .mbr-section-title {
  color: #ffffff;
}
.cid-viR90Amaul {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #244682;
}
.cid-viR90Amaul .mbr-fallback-image.disabled {
  display: none;
}
.cid-viR90Amaul .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viR90Amaul .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-viR90Amaul .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-viR90Amaul .row {
    text-align: center;
  }
  .cid-viR90Amaul .row > div {
    margin: auto;
  }
  .cid-viR90Amaul .social-row {
    justify-content: center;
  }
}
.cid-viR90Amaul .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-viR90Amaul .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-viR90Amaul .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-viR90Amaul .list {
    margin-bottom: 0rem;
  }
}
.cid-viR90Amaul .mbr-text {
  color: #fafafa;
}
.cid-viR90Amaul .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-viR90Amaul .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-viR90Amaul div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vjIAWR57vX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vjIAWR57vX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjIAWR57vX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vjIAWR57vX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vjIAWR57vX .row {
  flex-direction: row-reverse;
}
.cid-vjIAWR57vX img {
  width: 100%;
}
.cid-vjIAWRoP6D {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #244682;
}
.cid-vjIAWRoP6D .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjIAWRoP6D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjIAWRoP6D .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vjIAWRQjfw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-vjIAWRQjfw .carousel {
    min-height: 800px;
  }
  .cid-vjIAWRQjfw .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vjIAWRQjfw .carousel {
    min-height: 520px;
  }
  .cid-vjIAWRQjfw .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-vjIAWRQjfw .carousel {
    min-height: 440px;
  }
  .cid-vjIAWRQjfw .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-vjIAWRQjfw .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vjIAWRQjfw .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vjIAWRQjfw .carousel,
.cid-vjIAWRQjfw .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vjIAWRQjfw .item-wrapper {
  width: 100%;
}
.cid-vjIAWRQjfw .carousel-caption {
  bottom: 40px;
}
.cid-vjIAWRQjfw .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vjIAWRQjfw .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vjIAWRQjfw .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vjIAWRQjfw .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vjIAWRQjfw .carousel-control {
  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-vjIAWRQjfw .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vjIAWRQjfw .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vjIAWRQjfw .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vjIAWRQjfw .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vjIAWRQjfw .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-vjIAWRQjfw .carousel-indicators li.active,
.cid-vjIAWRQjfw .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vjIAWRQjfw .carousel-indicators li::after,
.cid-vjIAWRQjfw .carousel-indicators li::before {
  content: none;
}
.cid-vjIAWRQjfw .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vjIAWRQjfw .carousel-indicators {
    display: none !important;
  }
}
.cid-vjIAWToFVt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vjIAWToFVt .media-container-row {
  justify-content: space-between;
  justify-content: center;
}
.cid-vjIAWToFVt .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-vjIAWToFVt .text-content {
    max-width: none;
  }
}
.cid-vjIAWToFVt .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #353535;
  border: 2px solid #353535;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-vjIAWToFVt .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-vjIAWToFVt .mbr-iconfont-social:hover {
  background-color: #353535;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-vjIAWToFVt .icons {
    justify-content: center !important;
  }
  .cid-vjIAWToFVt .text-content * {
    text-align: center;
  }
}
.cid-vjIAWToFVt .mbr-section-title {
  color: #353535;
}
.cid-vjIAWToFVt P {
  color: #000000;
}
.cid-vjIAWTWwZG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #244682;
}
.cid-vjIAWTWwZG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjIAWTWwZG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjIAWTWwZG .mbr-section-title {
  color: #ffffff;
}
.cid-vjIAWUhu71 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #244682;
}
.cid-vjIAWUhu71 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjIAWUhu71 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjIAWUhu71 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vjIAWUhu71 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vjIAWUhu71 .row {
    text-align: center;
  }
  .cid-vjIAWUhu71 .row > div {
    margin: auto;
  }
  .cid-vjIAWUhu71 .social-row {
    justify-content: center;
  }
}
.cid-vjIAWUhu71 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vjIAWUhu71 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vjIAWUhu71 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vjIAWUhu71 .list {
    margin-bottom: 0rem;
  }
}
.cid-vjIAWUhu71 .mbr-text {
  color: #fafafa;
}
.cid-vjIAWUhu71 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vjIAWUhu71 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vjIAWUhu71 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vjZVVT0xOZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vjZVVT0xOZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjZVVT0xOZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vjZVVT0xOZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vjZVVT0xOZ .row {
  flex-direction: row-reverse;
}
.cid-vjZVVT0xOZ img {
  width: 100%;
}
.cid-vjZVVTgk5R {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #244682;
}
.cid-vjZVVTgk5R .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjZVVTgk5R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjZVVTgk5R .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vjZVVTBB2j {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-vjZVVTBB2j .carousel {
    min-height: 800px;
  }
  .cid-vjZVVTBB2j .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vjZVVTBB2j .carousel {
    min-height: 520px;
  }
  .cid-vjZVVTBB2j .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-vjZVVTBB2j .carousel {
    min-height: 440px;
  }
  .cid-vjZVVTBB2j .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-vjZVVTBB2j .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vjZVVTBB2j .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vjZVVTBB2j .carousel,
.cid-vjZVVTBB2j .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vjZVVTBB2j .item-wrapper {
  width: 100%;
}
.cid-vjZVVTBB2j .carousel-caption {
  bottom: 40px;
}
.cid-vjZVVTBB2j .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vjZVVTBB2j .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vjZVVTBB2j .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vjZVVTBB2j .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vjZVVTBB2j .carousel-control {
  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-vjZVVTBB2j .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vjZVVTBB2j .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vjZVVTBB2j .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vjZVVTBB2j .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vjZVVTBB2j .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-vjZVVTBB2j .carousel-indicators li.active,
.cid-vjZVVTBB2j .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vjZVVTBB2j .carousel-indicators li::after,
.cid-vjZVVTBB2j .carousel-indicators li::before {
  content: none;
}
.cid-vjZVVTBB2j .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vjZVVTBB2j .carousel-indicators {
    display: none !important;
  }
}
.cid-vjZVVVdnPX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vjZVVVdnPX .media-container-row {
  justify-content: space-between;
  justify-content: center;
}
.cid-vjZVVVdnPX .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-vjZVVVdnPX .text-content {
    max-width: none;
  }
}
.cid-vjZVVVdnPX .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #353535;
  border: 2px solid #353535;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-vjZVVVdnPX .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-vjZVVVdnPX .mbr-iconfont-social:hover {
  background-color: #353535;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-vjZVVVdnPX .icons {
    justify-content: center !important;
  }
  .cid-vjZVVVdnPX .text-content * {
    text-align: center;
  }
}
.cid-vjZVVVdnPX .mbr-section-title {
  color: #353535;
}
.cid-vjZVVVdnPX P {
  color: #000000;
}
.cid-vjZVVVLqzP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #244682;
}
.cid-vjZVVVLqzP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjZVVVLqzP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjZVVVLqzP .mbr-section-title {
  color: #ffffff;
}
.cid-vjZVVW6nx7 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #244682;
}
.cid-vjZVVW6nx7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjZVVW6nx7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjZVVW6nx7 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vjZVVW6nx7 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vjZVVW6nx7 .row {
    text-align: center;
  }
  .cid-vjZVVW6nx7 .row > div {
    margin: auto;
  }
  .cid-vjZVVW6nx7 .social-row {
    justify-content: center;
  }
}
.cid-vjZVVW6nx7 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vjZVVW6nx7 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vjZVVW6nx7 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vjZVVW6nx7 .list {
    margin-bottom: 0rem;
  }
}
.cid-vjZVVW6nx7 .mbr-text {
  color: #fafafa;
}
.cid-vjZVVW6nx7 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vjZVVW6nx7 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vjZVVW6nx7 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vkserAwcLq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vkserAwcLq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkserAwcLq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vkserAwcLq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vkserAwcLq .row {
  flex-direction: row-reverse;
}
.cid-vkserAwcLq img {
  width: 100%;
}
.cid-vkserAPDbM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #244682;
}
.cid-vkserAPDbM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkserAPDbM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkserAPDbM .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vkserB6rxE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-vkserB6rxE .carousel {
    min-height: 800px;
  }
  .cid-vkserB6rxE .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vkserB6rxE .carousel {
    min-height: 520px;
  }
  .cid-vkserB6rxE .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-vkserB6rxE .carousel {
    min-height: 440px;
  }
  .cid-vkserB6rxE .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-vkserB6rxE .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vkserB6rxE .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vkserB6rxE .carousel,
.cid-vkserB6rxE .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vkserB6rxE .item-wrapper {
  width: 100%;
}
.cid-vkserB6rxE .carousel-caption {
  bottom: 40px;
}
.cid-vkserB6rxE .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vkserB6rxE .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vkserB6rxE .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vkserB6rxE .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vkserB6rxE .carousel-control {
  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-vkserB6rxE .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vkserB6rxE .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vkserB6rxE .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vkserB6rxE .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vkserB6rxE .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-vkserB6rxE .carousel-indicators li.active,
.cid-vkserB6rxE .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vkserB6rxE .carousel-indicators li::after,
.cid-vkserB6rxE .carousel-indicators li::before {
  content: none;
}
.cid-vkserB6rxE .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vkserB6rxE .carousel-indicators {
    display: none !important;
  }
}
.cid-vkserCLDNu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vkserCLDNu .media-container-row {
  justify-content: space-between;
  justify-content: center;
}
.cid-vkserCLDNu .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-vkserCLDNu .text-content {
    max-width: none;
  }
}
.cid-vkserCLDNu .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #353535;
  border: 2px solid #353535;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-vkserCLDNu .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-vkserCLDNu .mbr-iconfont-social:hover {
  background-color: #353535;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-vkserCLDNu .icons {
    justify-content: center !important;
  }
  .cid-vkserCLDNu .text-content * {
    text-align: center;
  }
}
.cid-vkserCLDNu .mbr-section-title {
  color: #353535;
}
.cid-vkserCLDNu P {
  color: #000000;
}
.cid-vkserDnm2q {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #244682;
}
.cid-vkserDnm2q .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkserDnm2q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkserDnm2q .mbr-section-title {
  color: #ffffff;
}
.cid-vkserDJp7q {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #244682;
}
.cid-vkserDJp7q .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkserDJp7q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkserDJp7q .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vkserDJp7q .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vkserDJp7q .row {
    text-align: center;
  }
  .cid-vkserDJp7q .row > div {
    margin: auto;
  }
  .cid-vkserDJp7q .social-row {
    justify-content: center;
  }
}
.cid-vkserDJp7q .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vkserDJp7q .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vkserDJp7q .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vkserDJp7q .list {
    margin-bottom: 0rem;
  }
}
.cid-vkserDJp7q .mbr-text {
  color: #fafafa;
}
.cid-vkserDJp7q .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vkserDJp7q .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vkserDJp7q div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vlqcTbLDrU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vlqcTbLDrU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlqcTbLDrU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vlqcTbLDrU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vlqcTbLDrU .row {
  flex-direction: row-reverse;
}
.cid-vlqcTbLDrU img {
  width: 100%;
}
.cid-vlqcTc4nD3 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #244682;
}
.cid-vlqcTc4nD3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlqcTc4nD3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlqcTc4nD3 .mbr-section-title {
  color: #ffffff;
}
.cid-vlqcTcoCUb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-vlqcTcoCUb .carousel {
    min-height: 800px;
  }
  .cid-vlqcTcoCUb .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vlqcTcoCUb .carousel {
    min-height: 520px;
  }
  .cid-vlqcTcoCUb .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-vlqcTcoCUb .carousel {
    min-height: 440px;
  }
  .cid-vlqcTcoCUb .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-vlqcTcoCUb .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vlqcTcoCUb .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vlqcTcoCUb .carousel,
.cid-vlqcTcoCUb .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vlqcTcoCUb .item-wrapper {
  width: 100%;
}
.cid-vlqcTcoCUb .carousel-caption {
  bottom: 40px;
}
.cid-vlqcTcoCUb .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vlqcTcoCUb .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vlqcTcoCUb .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vlqcTcoCUb .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vlqcTcoCUb .carousel-control {
  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-vlqcTcoCUb .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vlqcTcoCUb .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vlqcTcoCUb .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vlqcTcoCUb .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vlqcTcoCUb .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-vlqcTcoCUb .carousel-indicators li.active,
.cid-vlqcTcoCUb .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vlqcTcoCUb .carousel-indicators li::after,
.cid-vlqcTcoCUb .carousel-indicators li::before {
  content: none;
}
.cid-vlqcTcoCUb .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vlqcTcoCUb .carousel-indicators {
    display: none !important;
  }
}
.cid-vlqcTe5ivS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vlqcTe5ivS .media-container-row {
  justify-content: space-between;
  justify-content: center;
}
.cid-vlqcTe5ivS .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-vlqcTe5ivS .text-content {
    max-width: none;
  }
}
.cid-vlqcTe5ivS .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #353535;
  border: 2px solid #353535;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-vlqcTe5ivS .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-vlqcTe5ivS .mbr-iconfont-social:hover {
  background-color: #353535;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-vlqcTe5ivS .icons {
    justify-content: center !important;
  }
  .cid-vlqcTe5ivS .text-content * {
    text-align: center;
  }
}
.cid-vlqcTe5ivS .mbr-section-title {
  color: #353535;
}
.cid-vlqcTe5ivS P {
  color: #000000;
}
.cid-vlqcTeKQR1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #244682;
}
.cid-vlqcTeKQR1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlqcTeKQR1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlqcTeKQR1 .mbr-section-title {
  color: #ffffff;
}
.cid-vlqcTf6Sos {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #244682;
}
.cid-vlqcTf6Sos .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlqcTf6Sos .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlqcTf6Sos .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vlqcTf6Sos .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vlqcTf6Sos .row {
    text-align: center;
  }
  .cid-vlqcTf6Sos .row > div {
    margin: auto;
  }
  .cid-vlqcTf6Sos .social-row {
    justify-content: center;
  }
}
.cid-vlqcTf6Sos .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vlqcTf6Sos .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vlqcTf6Sos .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vlqcTf6Sos .list {
    margin-bottom: 0rem;
  }
}
.cid-vlqcTf6Sos .mbr-text {
  color: #fafafa;
}
.cid-vlqcTf6Sos .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vlqcTf6Sos .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vlqcTf6Sos div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vm9IWEuoUF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vm9IWEuoUF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vm9IWEuoUF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vm9IWEuoUF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vm9IWEuoUF .row {
  flex-direction: row-reverse;
}
.cid-vm9IWEuoUF img {
  width: 100%;
}
.cid-vm9IWEL80L {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #244682;
}
.cid-vm9IWEL80L .mbr-fallback-image.disabled {
  display: none;
}
.cid-vm9IWEL80L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vm9IWEL80L .mbr-section-title {
  color: #ffffff;
}
.cid-vm9IWF4ewo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-vm9IWF4ewo .carousel {
    min-height: 800px;
  }
  .cid-vm9IWF4ewo .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vm9IWF4ewo .carousel {
    min-height: 520px;
  }
  .cid-vm9IWF4ewo .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-vm9IWF4ewo .carousel {
    min-height: 440px;
  }
  .cid-vm9IWF4ewo .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-vm9IWF4ewo .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vm9IWF4ewo .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vm9IWF4ewo .carousel,
.cid-vm9IWF4ewo .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vm9IWF4ewo .item-wrapper {
  width: 100%;
}
.cid-vm9IWF4ewo .carousel-caption {
  bottom: 40px;
}
.cid-vm9IWF4ewo .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vm9IWF4ewo .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vm9IWF4ewo .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vm9IWF4ewo .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vm9IWF4ewo .carousel-control {
  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-vm9IWF4ewo .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vm9IWF4ewo .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vm9IWF4ewo .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vm9IWF4ewo .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vm9IWF4ewo .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-vm9IWF4ewo .carousel-indicators li.active,
.cid-vm9IWF4ewo .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vm9IWF4ewo .carousel-indicators li::after,
.cid-vm9IWF4ewo .carousel-indicators li::before {
  content: none;
}
.cid-vm9IWF4ewo .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vm9IWF4ewo .carousel-indicators {
    display: none !important;
  }
}
.cid-vm9IWGsBHA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vm9IWGsBHA .media-container-row {
  justify-content: space-between;
  justify-content: center;
}
.cid-vm9IWGsBHA .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-vm9IWGsBHA .text-content {
    max-width: none;
  }
}
.cid-vm9IWGsBHA .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #353535;
  border: 2px solid #353535;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-vm9IWGsBHA .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-vm9IWGsBHA .mbr-iconfont-social:hover {
  background-color: #353535;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-vm9IWGsBHA .icons {
    justify-content: center !important;
  }
  .cid-vm9IWGsBHA .text-content * {
    text-align: center;
  }
}
.cid-vm9IWGsBHA .mbr-section-title {
  color: #353535;
}
.cid-vm9IWGsBHA P {
  color: #000000;
}
.cid-vm9IWGWsTN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #244682;
}
.cid-vm9IWGWsTN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vm9IWGWsTN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vm9IWGWsTN .mbr-section-title {
  color: #ffffff;
}
.cid-vm9IWHmMTe {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #244682;
}
.cid-vm9IWHmMTe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vm9IWHmMTe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vm9IWHmMTe .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vm9IWHmMTe .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vm9IWHmMTe .row {
    text-align: center;
  }
  .cid-vm9IWHmMTe .row > div {
    margin: auto;
  }
  .cid-vm9IWHmMTe .social-row {
    justify-content: center;
  }
}
.cid-vm9IWHmMTe .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vm9IWHmMTe .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vm9IWHmMTe .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vm9IWHmMTe .list {
    margin-bottom: 0rem;
  }
}
.cid-vm9IWHmMTe .mbr-text {
  color: #fafafa;
}
.cid-vm9IWHmMTe .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vm9IWHmMTe .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vm9IWHmMTe div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vn649MmbvD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vn649MmbvD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vn649MmbvD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vn649MmbvD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vn649MmbvD .row {
  flex-direction: row-reverse;
}
.cid-vn649MmbvD img {
  width: 100%;
}
.cid-vn649MI4Cp {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #244682;
}
.cid-vn649MI4Cp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vn649MI4Cp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vn649MI4Cp .mbr-section-title {
  color: #ffffff;
}
.cid-vn649N78K0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-vn649N78K0 .carousel {
    min-height: 800px;
  }
  .cid-vn649N78K0 .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vn649N78K0 .carousel {
    min-height: 520px;
  }
  .cid-vn649N78K0 .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-vn649N78K0 .carousel {
    min-height: 440px;
  }
  .cid-vn649N78K0 .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-vn649N78K0 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vn649N78K0 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vn649N78K0 .carousel,
.cid-vn649N78K0 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vn649N78K0 .item-wrapper {
  width: 100%;
}
.cid-vn649N78K0 .carousel-caption {
  bottom: 40px;
}
.cid-vn649N78K0 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vn649N78K0 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vn649N78K0 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vn649N78K0 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vn649N78K0 .carousel-control {
  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-vn649N78K0 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vn649N78K0 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vn649N78K0 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vn649N78K0 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vn649N78K0 .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-vn649N78K0 .carousel-indicators li.active,
.cid-vn649N78K0 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vn649N78K0 .carousel-indicators li::after,
.cid-vn649N78K0 .carousel-indicators li::before {
  content: none;
}
.cid-vn649N78K0 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vn649N78K0 .carousel-indicators {
    display: none !important;
  }
}
.cid-vn649OBB69 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vn649OBB69 .media-container-row {
  justify-content: space-between;
  justify-content: center;
}
.cid-vn649OBB69 .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-vn649OBB69 .text-content {
    max-width: none;
  }
}
.cid-vn649OBB69 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #353535;
  border: 2px solid #353535;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-vn649OBB69 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-vn649OBB69 .mbr-iconfont-social:hover {
  background-color: #353535;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-vn649OBB69 .icons {
    justify-content: center !important;
  }
  .cid-vn649OBB69 .text-content * {
    text-align: center;
  }
}
.cid-vn649OBB69 .mbr-section-title {
  color: #353535;
}
.cid-vn649OBB69 P {
  color: #000000;
}
.cid-vn649P8n4C {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #244682;
}
.cid-vn649P8n4C .mbr-fallback-image.disabled {
  display: none;
}
.cid-vn649P8n4C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vn649P8n4C .mbr-section-title {
  color: #ffffff;
}
.cid-vn649PDRcM {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #244682;
}
.cid-vn649PDRcM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vn649PDRcM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vn649PDRcM .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vn649PDRcM .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vn649PDRcM .row {
    text-align: center;
  }
  .cid-vn649PDRcM .row > div {
    margin: auto;
  }
  .cid-vn649PDRcM .social-row {
    justify-content: center;
  }
}
.cid-vn649PDRcM .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vn649PDRcM .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vn649PDRcM .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vn649PDRcM .list {
    margin-bottom: 0rem;
  }
}
.cid-vn649PDRcM .mbr-text {
  color: #fafafa;
}
.cid-vn649PDRcM .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vn649PDRcM .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vn649PDRcM div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vntBoUrSHi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vntBoUrSHi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vntBoUrSHi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vntBoUrSHi .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vntBoUrSHi .row {
  flex-direction: row-reverse;
}
.cid-vntBoUrSHi img {
  width: 100%;
}
.cid-vntBoUKAXZ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #244682;
}
.cid-vntBoUKAXZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vntBoUKAXZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vntBoUKAXZ .mbr-section-title {
  color: #ffffff;
}
.cid-vntBoV5ugd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-vntBoV5ugd .carousel {
    min-height: 800px;
  }
  .cid-vntBoV5ugd .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vntBoV5ugd .carousel {
    min-height: 520px;
  }
  .cid-vntBoV5ugd .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-vntBoV5ugd .carousel {
    min-height: 440px;
  }
  .cid-vntBoV5ugd .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-vntBoV5ugd .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vntBoV5ugd .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vntBoV5ugd .carousel,
.cid-vntBoV5ugd .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vntBoV5ugd .item-wrapper {
  width: 100%;
}
.cid-vntBoV5ugd .carousel-caption {
  bottom: 40px;
}
.cid-vntBoV5ugd .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vntBoV5ugd .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vntBoV5ugd .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vntBoV5ugd .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vntBoV5ugd .carousel-control {
  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-vntBoV5ugd .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vntBoV5ugd .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vntBoV5ugd .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vntBoV5ugd .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vntBoV5ugd .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-vntBoV5ugd .carousel-indicators li.active,
.cid-vntBoV5ugd .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vntBoV5ugd .carousel-indicators li::after,
.cid-vntBoV5ugd .carousel-indicators li::before {
  content: none;
}
.cid-vntBoV5ugd .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vntBoV5ugd .carousel-indicators {
    display: none !important;
  }
}
.cid-vntBoWHQUS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vntBoWHQUS .media-container-row {
  justify-content: space-between;
  justify-content: center;
}
.cid-vntBoWHQUS .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-vntBoWHQUS .text-content {
    max-width: none;
  }
}
.cid-vntBoWHQUS .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #353535;
  border: 2px solid #353535;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-vntBoWHQUS .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-vntBoWHQUS .mbr-iconfont-social:hover {
  background-color: #353535;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-vntBoWHQUS .icons {
    justify-content: center !important;
  }
  .cid-vntBoWHQUS .text-content * {
    text-align: center;
  }
}
.cid-vntBoWHQUS .mbr-section-title {
  color: #353535;
}
.cid-vntBoWHQUS P {
  color: #000000;
}
.cid-vntBoXd8Lm {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #244682;
}
.cid-vntBoXd8Lm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vntBoXd8Lm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vntBoXd8Lm .mbr-section-title {
  color: #ffffff;
}
.cid-vntBoXyZ7I {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #244682;
}
.cid-vntBoXyZ7I .mbr-fallback-image.disabled {
  display: none;
}
.cid-vntBoXyZ7I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vntBoXyZ7I .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vntBoXyZ7I .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vntBoXyZ7I .row {
    text-align: center;
  }
  .cid-vntBoXyZ7I .row > div {
    margin: auto;
  }
  .cid-vntBoXyZ7I .social-row {
    justify-content: center;
  }
}
.cid-vntBoXyZ7I .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vntBoXyZ7I .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vntBoXyZ7I .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vntBoXyZ7I .list {
    margin-bottom: 0rem;
  }
}
.cid-vntBoXyZ7I .mbr-text {
  color: #fafafa;
}
.cid-vntBoXyZ7I .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vntBoXyZ7I .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vntBoXyZ7I div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vnY1zA8fMQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vnY1zA8fMQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnY1zA8fMQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vnY1zA8fMQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vnY1zA8fMQ .row {
  flex-direction: row-reverse;
}
.cid-vnY1zA8fMQ img {
  width: 100%;
}
.cid-vnY1zAtgED {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #244682;
}
.cid-vnY1zAtgED .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnY1zAtgED .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnY1zAtgED .mbr-section-title {
  color: #ffffff;
}
.cid-vnY1zAPMvG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-vnY1zAPMvG .carousel {
    min-height: 800px;
  }
  .cid-vnY1zAPMvG .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vnY1zAPMvG .carousel {
    min-height: 520px;
  }
  .cid-vnY1zAPMvG .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-vnY1zAPMvG .carousel {
    min-height: 440px;
  }
  .cid-vnY1zAPMvG .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-vnY1zAPMvG .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vnY1zAPMvG .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vnY1zAPMvG .carousel,
.cid-vnY1zAPMvG .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vnY1zAPMvG .item-wrapper {
  width: 100%;
}
.cid-vnY1zAPMvG .carousel-caption {
  bottom: 40px;
}
.cid-vnY1zAPMvG .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vnY1zAPMvG .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vnY1zAPMvG .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vnY1zAPMvG .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vnY1zAPMvG .carousel-control {
  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-vnY1zAPMvG .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vnY1zAPMvG .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vnY1zAPMvG .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vnY1zAPMvG .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vnY1zAPMvG .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-vnY1zAPMvG .carousel-indicators li.active,
.cid-vnY1zAPMvG .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vnY1zAPMvG .carousel-indicators li::after,
.cid-vnY1zAPMvG .carousel-indicators li::before {
  content: none;
}
.cid-vnY1zAPMvG .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vnY1zAPMvG .carousel-indicators {
    display: none !important;
  }
}
.cid-vnY1zCntXf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vnY1zCntXf .media-container-row {
  justify-content: space-between;
  justify-content: center;
}
.cid-vnY1zCntXf .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-vnY1zCntXf .text-content {
    max-width: none;
  }
}
.cid-vnY1zCntXf .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #353535;
  border: 2px solid #353535;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-vnY1zCntXf .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-vnY1zCntXf .mbr-iconfont-social:hover {
  background-color: #353535;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-vnY1zCntXf .icons {
    justify-content: center !important;
  }
  .cid-vnY1zCntXf .text-content * {
    text-align: center;
  }
}
.cid-vnY1zCntXf .mbr-section-title {
  color: #353535;
}
.cid-vnY1zCntXf P {
  color: #000000;
}
.cid-vnY1zCTNkQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #244682;
}
.cid-vnY1zCTNkQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnY1zCTNkQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnY1zCTNkQ .mbr-section-title {
  color: #ffffff;
}
.cid-vnY1zDfvKx {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #244682;
}
.cid-vnY1zDfvKx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnY1zDfvKx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnY1zDfvKx .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vnY1zDfvKx .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vnY1zDfvKx .row {
    text-align: center;
  }
  .cid-vnY1zDfvKx .row > div {
    margin: auto;
  }
  .cid-vnY1zDfvKx .social-row {
    justify-content: center;
  }
}
.cid-vnY1zDfvKx .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vnY1zDfvKx .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vnY1zDfvKx .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vnY1zDfvKx .list {
    margin-bottom: 0rem;
  }
}
.cid-vnY1zDfvKx .mbr-text {
  color: #fafafa;
}
.cid-vnY1zDfvKx .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vnY1zDfvKx .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vnY1zDfvKx div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vo37O8YcOb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vo37O8YcOb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vo37O8YcOb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vo37O8YcOb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vo37O8YcOb .row {
  flex-direction: row-reverse;
}
.cid-vo37O8YcOb img {
  width: 100%;
}
.cid-vo37O9iKNi {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #244682;
}
.cid-vo37O9iKNi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vo37O9iKNi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vo37O9iKNi .mbr-section-title {
  color: #ffffff;
}
.cid-vo37O9Dttg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-vo37O9Dttg .carousel {
    min-height: 800px;
  }
  .cid-vo37O9Dttg .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vo37O9Dttg .carousel {
    min-height: 520px;
  }
  .cid-vo37O9Dttg .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-vo37O9Dttg .carousel {
    min-height: 440px;
  }
  .cid-vo37O9Dttg .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-vo37O9Dttg .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vo37O9Dttg .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vo37O9Dttg .carousel,
.cid-vo37O9Dttg .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vo37O9Dttg .item-wrapper {
  width: 100%;
}
.cid-vo37O9Dttg .carousel-caption {
  bottom: 40px;
}
.cid-vo37O9Dttg .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vo37O9Dttg .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vo37O9Dttg .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vo37O9Dttg .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vo37O9Dttg .carousel-control {
  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-vo37O9Dttg .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vo37O9Dttg .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vo37O9Dttg .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vo37O9Dttg .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vo37O9Dttg .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-vo37O9Dttg .carousel-indicators li.active,
.cid-vo37O9Dttg .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vo37O9Dttg .carousel-indicators li::after,
.cid-vo37O9Dttg .carousel-indicators li::before {
  content: none;
}
.cid-vo37O9Dttg .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vo37O9Dttg .carousel-indicators {
    display: none !important;
  }
}
.cid-vo37ObkmNa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vo37ObkmNa .media-container-row {
  justify-content: space-between;
  justify-content: center;
}
.cid-vo37ObkmNa .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-vo37ObkmNa .text-content {
    max-width: none;
  }
}
.cid-vo37ObkmNa .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #353535;
  border: 2px solid #353535;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-vo37ObkmNa .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-vo37ObkmNa .mbr-iconfont-social:hover {
  background-color: #353535;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-vo37ObkmNa .icons {
    justify-content: center !important;
  }
  .cid-vo37ObkmNa .text-content * {
    text-align: center;
  }
}
.cid-vo37ObkmNa .mbr-section-title {
  color: #353535;
}
.cid-vo37ObkmNa P {
  color: #000000;
}
.cid-vo37ObRe7q {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #244682;
}
.cid-vo37ObRe7q .mbr-fallback-image.disabled {
  display: none;
}
.cid-vo37ObRe7q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vo37ObRe7q .mbr-section-title {
  color: #ffffff;
}
.cid-vo37OcdHQA {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #244682;
}
.cid-vo37OcdHQA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vo37OcdHQA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vo37OcdHQA .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vo37OcdHQA .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vo37OcdHQA .row {
    text-align: center;
  }
  .cid-vo37OcdHQA .row > div {
    margin: auto;
  }
  .cid-vo37OcdHQA .social-row {
    justify-content: center;
  }
}
.cid-vo37OcdHQA .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vo37OcdHQA .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vo37OcdHQA .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vo37OcdHQA .list {
    margin-bottom: 0rem;
  }
}
.cid-vo37OcdHQA .mbr-text {
  color: #fafafa;
}
.cid-vo37OcdHQA .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vo37OcdHQA .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vo37OcdHQA div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vo3PXH543M {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vo3PXH543M .mbr-fallback-image.disabled {
  display: none;
}
.cid-vo3PXH543M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vo3PXH543M .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vo3PXH543M .row {
  flex-direction: row-reverse;
}
.cid-vo3PXH543M img {
  width: 100%;
}
.cid-vo3PXHsdEt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #244682;
}
.cid-vo3PXHsdEt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vo3PXHsdEt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vo3PXHsdEt .mbr-section-title {
  color: #ffffff;
}
.cid-vo3PXHNcly {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-vo3PXHNcly .carousel {
    min-height: 800px;
  }
  .cid-vo3PXHNcly .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vo3PXHNcly .carousel {
    min-height: 520px;
  }
  .cid-vo3PXHNcly .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-vo3PXHNcly .carousel {
    min-height: 440px;
  }
  .cid-vo3PXHNcly .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-vo3PXHNcly .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vo3PXHNcly .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vo3PXHNcly .carousel,
.cid-vo3PXHNcly .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vo3PXHNcly .item-wrapper {
  width: 100%;
}
.cid-vo3PXHNcly .carousel-caption {
  bottom: 40px;
}
.cid-vo3PXHNcly .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vo3PXHNcly .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vo3PXHNcly .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vo3PXHNcly .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vo3PXHNcly .carousel-control {
  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-vo3PXHNcly .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vo3PXHNcly .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vo3PXHNcly .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vo3PXHNcly .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vo3PXHNcly .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-vo3PXHNcly .carousel-indicators li.active,
.cid-vo3PXHNcly .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vo3PXHNcly .carousel-indicators li::after,
.cid-vo3PXHNcly .carousel-indicators li::before {
  content: none;
}
.cid-vo3PXHNcly .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vo3PXHNcly .carousel-indicators {
    display: none !important;
  }
}
.cid-vo3PXJwG7W {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vo3PXJwG7W .media-container-row {
  justify-content: space-between;
  justify-content: center;
}
.cid-vo3PXJwG7W .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-vo3PXJwG7W .text-content {
    max-width: none;
  }
}
.cid-vo3PXJwG7W .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #353535;
  border: 2px solid #353535;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-vo3PXJwG7W .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-vo3PXJwG7W .mbr-iconfont-social:hover {
  background-color: #353535;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-vo3PXJwG7W .icons {
    justify-content: center !important;
  }
  .cid-vo3PXJwG7W .text-content * {
    text-align: center;
  }
}
.cid-vo3PXJwG7W .mbr-section-title {
  color: #353535;
}
.cid-vo3PXJwG7W P {
  color: #000000;
}
.cid-vo3PXK5tDe {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #244682;
}
.cid-vo3PXK5tDe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vo3PXK5tDe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vo3PXK5tDe .mbr-section-title {
  color: #ffffff;
}
.cid-vo3PXKqPSJ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #244682;
}
.cid-vo3PXKqPSJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vo3PXKqPSJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vo3PXKqPSJ .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vo3PXKqPSJ .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vo3PXKqPSJ .row {
    text-align: center;
  }
  .cid-vo3PXKqPSJ .row > div {
    margin: auto;
  }
  .cid-vo3PXKqPSJ .social-row {
    justify-content: center;
  }
}
.cid-vo3PXKqPSJ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vo3PXKqPSJ .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vo3PXKqPSJ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vo3PXKqPSJ .list {
    margin-bottom: 0rem;
  }
}
.cid-vo3PXKqPSJ .mbr-text {
  color: #fafafa;
}
.cid-vo3PXKqPSJ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vo3PXKqPSJ .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vo3PXKqPSJ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vofeCDKwnz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vofeCDKwnz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vofeCDKwnz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vofeCDKwnz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vofeCDKwnz .row {
  flex-direction: row-reverse;
}
.cid-vofeCDKwnz img {
  width: 100%;
}
.cid-vofeCE2st7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #244682;
}
.cid-vofeCE2st7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vofeCE2st7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vofeCE2st7 .mbr-section-title {
  color: #ffffff;
}
.cid-vofeCEnBf6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-vofeCEnBf6 .carousel {
    min-height: 800px;
  }
  .cid-vofeCEnBf6 .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vofeCEnBf6 .carousel {
    min-height: 520px;
  }
  .cid-vofeCEnBf6 .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-vofeCEnBf6 .carousel {
    min-height: 440px;
  }
  .cid-vofeCEnBf6 .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-vofeCEnBf6 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-vofeCEnBf6 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-vofeCEnBf6 .carousel,
.cid-vofeCEnBf6 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vofeCEnBf6 .item-wrapper {
  width: 100%;
}
.cid-vofeCEnBf6 .carousel-caption {
  bottom: 40px;
}
.cid-vofeCEnBf6 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-vofeCEnBf6 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-vofeCEnBf6 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-vofeCEnBf6 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-vofeCEnBf6 .carousel-control {
  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-vofeCEnBf6 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vofeCEnBf6 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vofeCEnBf6 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vofeCEnBf6 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-vofeCEnBf6 .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-vofeCEnBf6 .carousel-indicators li.active,
.cid-vofeCEnBf6 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vofeCEnBf6 .carousel-indicators li::after,
.cid-vofeCEnBf6 .carousel-indicators li::before {
  content: none;
}
.cid-vofeCEnBf6 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vofeCEnBf6 .carousel-indicators {
    display: none !important;
  }
}
.cid-vofeCFN9si {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vofeCFN9si .media-container-row {
  justify-content: space-between;
  justify-content: center;
}
.cid-vofeCFN9si .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-vofeCFN9si .text-content {
    max-width: none;
  }
}
.cid-vofeCFN9si .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #353535;
  border: 2px solid #353535;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-vofeCFN9si .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-vofeCFN9si .mbr-iconfont-social:hover {
  background-color: #353535;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-vofeCFN9si .icons {
    justify-content: center !important;
  }
  .cid-vofeCFN9si .text-content * {
    text-align: center;
  }
}
.cid-vofeCFN9si .mbr-section-title {
  color: #353535;
}
.cid-vofeCFN9si P {
  color: #000000;
}
.cid-vofeCGit1d {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #244682;
}
.cid-vofeCGit1d .mbr-fallback-image.disabled {
  display: none;
}
.cid-vofeCGit1d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vofeCGit1d .mbr-section-title {
  color: #ffffff;
}
.cid-vofeCGJZHi {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #244682;
}
.cid-vofeCGJZHi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vofeCGJZHi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vofeCGJZHi .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vofeCGJZHi .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vofeCGJZHi .row {
    text-align: center;
  }
  .cid-vofeCGJZHi .row > div {
    margin: auto;
  }
  .cid-vofeCGJZHi .social-row {
    justify-content: center;
  }
}
.cid-vofeCGJZHi .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vofeCGJZHi .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vofeCGJZHi .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vofeCGJZHi .list {
    margin-bottom: 0rem;
  }
}
.cid-vofeCGJZHi .mbr-text {
  color: #fafafa;
}
.cid-vofeCGJZHi .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vofeCGJZHi .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vofeCGJZHi div > *:last-child {
    margin-top: 0 !important;
  }
}
