body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.6rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 0.96rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.8rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.28rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((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.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.48rem;
    font-size: calc( 0.86rem + (0.6 - 0.86) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.86rem + (0.6 - 0.86) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #149dcc !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #149dcc !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0b566f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.8rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.28rem;
}
blockquote {
  border-color: #149dcc;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #149dcc;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #149dcc;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #149dcc;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #149dcc;
  border-bottom-color: #149dcc;
}
.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: #149dcc !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: #ff3366 !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%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  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='%23149dcc' %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.3;
}
.cid-rbyooMgEKF {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #efefef;
}
@media (min-width: 992px) {
  .cid-rbyooMgEKF .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rbyooMgEKF .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rbyooMgEKF .mbr-text {
    text-align: center;
  }
}
.cid-rbyooMgEKF H1 {
  color: #333333;
}
.cid-rbyooMgEKF .mbr-text,
.cid-rbyooMgEKF .mbr-section-btn {
  color: #000000;
}
.cid-rbyqYfvHiu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rbyqYfvHiu .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rbyqYfvHiu .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rbyqYfvHiu .mbr-text {
    text-align: center;
  }
}
.cid-rbyqYfvHiu H1 {
  color: #333333;
}
.cid-rbyqYfvHiu .mbr-text,
.cid-rbyqYfvHiu .mbr-section-btn {
  color: #000000;
}
.cid-rbyqXAa2hi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
@media (min-width: 992px) {
  .cid-rbyqXAa2hi .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rbyqXAa2hi .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rbyqXAa2hi .mbr-text {
    text-align: center;
  }
}
.cid-rbyqXAa2hi H1 {
  color: #333333;
}
.cid-rbyqXAa2hi .mbr-text,
.cid-rbyqXAa2hi .mbr-section-btn {
  color: #000000;
}
.cid-rbyqXWZSt3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rbyqXWZSt3 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rbyqXWZSt3 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rbyqXWZSt3 .mbr-text {
    text-align: center;
  }
}
.cid-rbyqXWZSt3 H1 {
  color: #333333;
}
.cid-rbyqXWZSt3 .mbr-text,
.cid-rbyqXWZSt3 .mbr-section-btn {
  color: #000000;
}
.cid-rbyqYHRKcE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
@media (min-width: 992px) {
  .cid-rbyqYHRKcE .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rbyqYHRKcE .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rbyqYHRKcE .mbr-text {
    text-align: center;
  }
}
.cid-rbyqYHRKcE H1 {
  color: #333333;
}
.cid-rbyqYHRKcE .mbr-text,
.cid-rbyqYHRKcE .mbr-section-btn {
  color: #000000;
}
.cid-rbyzbvrYWF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rbyzbvrYWF .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rbyzbvrYWF .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rbyzbvrYWF .mbr-text {
    text-align: center;
  }
}
.cid-rbyzbvrYWF H1 {
  color: #333333;
}
.cid-rbyzbvrYWF .mbr-text,
.cid-rbyzbvrYWF .mbr-section-btn {
  color: #000000;
}
.cid-rbyzUa1H5l {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
@media (min-width: 992px) {
  .cid-rbyzUa1H5l .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rbyzUa1H5l .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rbyzUa1H5l .mbr-text {
    text-align: center;
  }
}
.cid-rbyzUa1H5l H1 {
  color: #333333;
}
.cid-rbyzUa1H5l .mbr-text,
.cid-rbyzUa1H5l .mbr-section-btn {
  color: #000000;
}
.cid-rbUh8cDH8x {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rbUh8cDH8x .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rbUh8cDH8x .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rbUh8cDH8x .mbr-text {
    text-align: center;
  }
}
.cid-rbUh8cDH8x H1 {
  color: #333333;
}
.cid-rbUh8cDH8x .mbr-text,
.cid-rbUh8cDH8x .mbr-section-btn {
  color: #000000;
}
.cid-rbUlauw3Ww {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
@media (min-width: 992px) {
  .cid-rbUlauw3Ww .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rbUlauw3Ww .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rbUlauw3Ww .mbr-text {
    text-align: center;
  }
}
.cid-rbUlauw3Ww H1 {
  color: #333333;
}
.cid-rbUlauw3Ww .mbr-text,
.cid-rbUlauw3Ww .mbr-section-btn {
  color: #000000;
}
.cid-rccklNY2rF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rccklNY2rF .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rccklNY2rF .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rccklNY2rF .mbr-text {
    text-align: center;
  }
}
.cid-rccklNY2rF H1 {
  color: #333333;
}
.cid-rccklNY2rF .mbr-text,
.cid-rccklNY2rF .mbr-section-btn {
  color: #000000;
}
.cid-re6H1lEn6c {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
@media (min-width: 992px) {
  .cid-re6H1lEn6c .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-re6H1lEn6c .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-re6H1lEn6c .mbr-text {
    text-align: center;
  }
}
.cid-re6H1lEn6c H1 {
  color: #333333;
}
.cid-re6H1lEn6c .mbr-text,
.cid-re6H1lEn6c .mbr-section-btn {
  color: #000000;
}
.cid-re6H26mjvU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-re6H26mjvU .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-re6H26mjvU .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-re6H26mjvU .mbr-text {
    text-align: center;
  }
}
.cid-re6H26mjvU H1 {
  color: #333333;
}
.cid-re6H26mjvU .mbr-text,
.cid-re6H26mjvU .mbr-section-btn {
  color: #000000;
}
.cid-re6H2Oxlqu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
@media (min-width: 992px) {
  .cid-re6H2Oxlqu .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-re6H2Oxlqu .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-re6H2Oxlqu .mbr-text {
    text-align: center;
  }
}
.cid-re6H2Oxlqu H1 {
  color: #333333;
}
.cid-re6H2Oxlqu .mbr-text,
.cid-re6H2Oxlqu .mbr-section-btn {
  color: #000000;
}
.cid-re6LYqcAwv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-re6LYqcAwv .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-re6LYqcAwv .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-re6LYqcAwv .mbr-text {
    text-align: center;
  }
}
.cid-re6LYqcAwv H1 {
  color: #333333;
}
.cid-re6LYqcAwv .mbr-text,
.cid-re6LYqcAwv .mbr-section-btn {
  color: #000000;
}
.cid-re6LYYaY7Q {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
@media (min-width: 992px) {
  .cid-re6LYYaY7Q .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-re6LYYaY7Q .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-re6LYYaY7Q .mbr-text {
    text-align: center;
  }
}
.cid-re6LYYaY7Q H1 {
  color: #333333;
}
.cid-re6LYYaY7Q .mbr-text,
.cid-re6LYYaY7Q .mbr-section-btn {
  color: #000000;
}
.cid-rxImbdevzi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-r9z5gEOnK7 {
  background: #ffffff;
}
.cid-r9z5gEOnK7 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-r9z5gEOnK7 .mbr-figure {
  margin: 0 auto;
}
.cid-r9z5gEOnK7 figcaption {
  position: relative;
}
.cid-r9z5gEOnK7 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r9z5gEOnK7 .image-block {
    width: 100% !important;
  }
}
.cid-r9z7kcqGlh {
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(45deg, #000000, #000000);
}
.cid-r9z7kcqGlh .mbr-text,
.cid-r9z7kcqGlh .mbr-section-btn {
  text-align: left;
}
.cid-r9z87iLiUH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-r9z87iLiUH .media-container-row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-r9z87iLiUH .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-r9z87iLiUH .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-r9z87iLiUH .mbr-text {
    text-align: center;
  }
}
.cid-r9z87iLiUH H1 {
  color: #ffffff;
}
.cid-r9z87iLiUH H3 {
  color: #f8b942;
}
.cid-r9zci2HPws {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
@media (min-width: 992px) {
  .cid-r9zci2HPws .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-r9zci2HPws .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-r9zci2HPws .mbr-text {
    text-align: center;
  }
}
.cid-r9zci2HPws H1 {
  color: #ffffff;
}
.cid-r9zci2HPws H3 {
  color: #f8b942;
}
.cid-r9zdu0cyef {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/bg-video-2000x568.jpg");
}
.cid-r9zdu0cyef .media-container-row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-r9zdu0cyef .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-r9zdu0cyef .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-r9zdu0cyef .mbr-text {
    text-align: center;
  }
}
.cid-r9zdu0cyef H1 {
  color: #ffffff;
}
.cid-r9zdu0cyef H3 {
  color: #f8b942;
}
.cid-r9zjVdTRjC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-r9zjVdTRjC .media-container-row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-r9zjVdTRjC .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-r9zjVdTRjC .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-r9zjVdTRjC .mbr-text {
    text-align: center;
  }
}
.cid-r9zjVdTRjC H1 {
  color: #ffffff;
}
.cid-r9zjVdTRjC H3 {
  color: #f8b942;
}
.cid-r9zkhSAN4E {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
@media (min-width: 992px) {
  .cid-r9zkhSAN4E .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-r9zkhSAN4E .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-r9zkhSAN4E .mbr-text {
    text-align: center;
  }
}
.cid-r9zkhSAN4E H1 {
  color: #ffffff;
}
.cid-r9zkhSAN4E H3 {
  color: #f8b942;
}
.cid-r9zKMHrD8F {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-r9zKMHrD8F .card-img {
  background-color: #fff;
}
.cid-r9zKMHrD8F .card-box {
  background-color: #232323;
  padding: 2rem;
}
.cid-r9zKMHrD8F h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-r9zKMHrD8F p {
  text-align: left;
}
.cid-r9zKMHrD8F .mbr-text {
  color: #ffffff;
}
.cid-r9zKMHrD8F .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-r9zKMHrD8F .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-r9zKMHrD8F .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-r9zKMHrD8F .card-title {
  color: #f8b942;
  text-align: left;
}
.cid-r9zmqRdzlC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-r9zmqRdzlC .media-container-row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-r9zmqRdzlC .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-r9zmqRdzlC .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-r9zmqRdzlC .mbr-text {
    text-align: center;
  }
}
.cid-r9zmqRdzlC H1 {
  color: #ffffff;
}
.cid-r9zmqRdzlC H3 {
  color: #f8b942;
}
.cid-r9znuN6jZM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
@media (min-width: 992px) {
  .cid-r9znuN6jZM .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-r9znuN6jZM .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-r9znuN6jZM .mbr-text {
    text-align: center;
  }
}
.cid-r9znuN6jZM H1 {
  color: #ffffff;
}
.cid-r9znuN6jZM H3 {
  color: #f8b942;
}
.cid-r9zpioxNZ8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-r9zpioxNZ8 .card-img {
  background-color: #fff;
}
.cid-r9zpioxNZ8 .card-box {
  background-color: #232323;
  padding: 2rem;
}
.cid-r9zpioxNZ8 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-r9zpioxNZ8 p {
  text-align: left;
}
.cid-r9zpioxNZ8 .mbr-text {
  color: #ffffff;
}
.cid-r9zpioxNZ8 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-r9zpioxNZ8 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-r9zpioxNZ8 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-r9zpioxNZ8 .card-title {
  color: #f8b942;
  text-align: left;
}
.cid-r9yX6Xm57G {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #2e2e2e;
}
.cid-r9yX6Xm57G .row-links {
  width: 100%;
  justify-content: center;
}
.cid-r9yX6Xm57G .social-row {
  width: 100%;
  justify-content: center;
}
.cid-r9yX6Xm57G .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-r9yX6Xm57G .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-r9yX6Xm57G .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-r9yX6Xm57G .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-r9yX6Xm57G .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-r9yX6Xm57G .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-r9yX6Xm57G .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-r9yX6Xm57G .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-r9yX6Xm57G .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-r9yX6Xm57G .media-container-row .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-r9yX6Xm57G .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-r9yX6Xm57G .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-rxImKtX5K4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rbbvzwNRG6 {
  background: #ffffff;
}
.cid-rbbvzwNRG6 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rbbvzwNRG6 .mbr-figure {
  margin: 0 auto;
}
.cid-rbbvzwNRG6 figcaption {
  position: relative;
}
.cid-rbbvzwNRG6 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rbbvzwNRG6 .image-block {
    width: 100% !important;
  }
}
.cid-rbbvNacQks {
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(45deg, #111115, #111115);
}
.cid-rbbvNacQks .mbr-text,
.cid-rbbvNacQks .mbr-section-btn {
  text-align: left;
}
.cid-rbbwtwFyPK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #111115;
}
.cid-rbbwtwFyPK .media-container-row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-rbbwtwFyPK .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rbbwtwFyPK .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rbbwtwFyPK .mbr-text {
    text-align: center;
  }
}
.cid-rbbwtwFyPK H1 {
  color: #ffffff;
}
.cid-rbbwtwFyPK H3 {
  color: #c96a54;
}
.cid-rbbwEOfLIz {
  background: #ffffff;
}
.cid-rbbwEOfLIz .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rbbwEOfLIz .mbr-figure {
  margin: 0 auto;
}
.cid-rbbwEOfLIz figcaption {
  position: relative;
}
.cid-rbbwEOfLIz figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rbbwEOfLIz .image-block {
    width: 100% !important;
  }
}
.cid-rblEdKSmva {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #111115;
}
.cid-rblEdKSmva H3 {
  color: #c96a54;
}
.cid-rblDQ775qD {
  background: #ffffff;
}
.cid-rblDQ775qD .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rblDQ775qD .mbr-figure {
  margin: 0 auto;
}
.cid-rblDQ775qD figcaption {
  position: relative;
}
.cid-rblDQ775qD figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rblDQ775qD .image-block {
    width: 100% !important;
  }
}
.cid-rbbxqlQ94S {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #111115;
}
.cid-rbbxqlQ94S .media-container-row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-rbbxqlQ94S .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rbbxqlQ94S .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rbbxqlQ94S .mbr-text {
    text-align: center;
  }
}
.cid-rbbxqlQ94S H1 {
  color: #ffffff;
}
.cid-rbbxqlQ94S H3 {
  color: #c96a54;
}
.cid-rbbxMG0OeV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #111115;
}
@media (min-width: 992px) {
  .cid-rbbxMG0OeV .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rbbxMG0OeV .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rbbxMG0OeV .mbr-text {
    text-align: center;
  }
}
.cid-rbbxMG0OeV H1 {
  color: #ffffff;
}
.cid-rbbxMG0OeV H3 {
  color: #c96a54;
}
.cid-rbbLkz4Omq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #111115;
}
.cid-rbbLkz4Omq .media-container-row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-rbbLkz4Omq .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rbbLkz4Omq .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rbbLkz4Omq .mbr-text {
    text-align: center;
  }
}
.cid-rbbLkz4Omq H1 {
  color: #ffffff;
}
.cid-rbbLkz4Omq H3 {
  color: #c96a54;
}
.cid-rbbLuYvpjZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #111115;
}
@media (min-width: 992px) {
  .cid-rbbLuYvpjZ .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rbbLuYvpjZ .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rbbLuYvpjZ .mbr-text {
    text-align: center;
  }
}
.cid-rbbLuYvpjZ H1 {
  color: #ffffff;
}
.cid-rbbLuYvpjZ H3 {
  color: #c96a54;
}
.cid-rbbLAZ77Ey {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #111115;
}
.cid-rbbLAZ77Ey .media-container-row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-rbbLAZ77Ey .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rbbLAZ77Ey .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rbbLAZ77Ey .mbr-text {
    text-align: center;
  }
}
.cid-rbbLAZ77Ey H1 {
  color: #ffffff;
}
.cid-rbbLAZ77Ey H3 {
  color: #c96a54;
}
.cid-rbbLIlH8Tx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #111115;
}
@media (min-width: 992px) {
  .cid-rbbLIlH8Tx .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rbbLIlH8Tx .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rbbLIlH8Tx .mbr-text {
    text-align: center;
  }
}
.cid-rbbLIlH8Tx H1 {
  color: #ffffff;
}
.cid-rbbLIlH8Tx H3 {
  color: #c96a54;
}
.cid-rbbLPcKgrp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #111115;
}
.cid-rbbLPcKgrp .media-container-row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-rbbLPcKgrp .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rbbLPcKgrp .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rbbLPcKgrp .mbr-text {
    text-align: center;
  }
}
.cid-rbbLPcKgrp H1 {
  color: #ffffff;
}
.cid-rbbLPcKgrp H3 {
  color: #c96a54;
}
.cid-rbbLUZPgAz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #111115;
}
@media (min-width: 992px) {
  .cid-rbbLUZPgAz .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rbbLUZPgAz .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rbbLUZPgAz .mbr-text {
    text-align: center;
  }
}
.cid-rbbLUZPgAz H1 {
  color: #ffffff;
}
.cid-rbbLUZPgAz H3 {
  color: #c96a54;
}
.cid-rbbM1gY0GB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #111115;
}
.cid-rbbM1gY0GB .media-container-row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-rbbM1gY0GB .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rbbM1gY0GB .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rbbM1gY0GB .mbr-text {
    text-align: center;
  }
}
.cid-rbbM1gY0GB H1 {
  color: #ffffff;
}
.cid-rbbM1gY0GB H3 {
  color: #c96a54;
}
.cid-rblyLw7H4t {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #111115;
}
.cid-rblyLw7H4t .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rblyLw7H4t .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-rblyLw7H4t .mbr-figure img {
    width: 100% !important;
  }
}
.cid-rblyLw7H4t H3 {
  color: #c96a54;
}
.cid-rblAmMRm1t {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #111115;
}
.cid-rblAmMRm1t .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rblAmMRm1t .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-rblAmMRm1t .mbr-figure img {
    width: 100% !important;
  }
}
.cid-rblAmMRm1t H3 {
  color: #c96a54;
}
.cid-rbbMMKFQYa {
  background: #ffffff;
}
.cid-rbbMMKFQYa .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rbbMMKFQYa .mbr-figure {
  margin: 0 auto;
}
.cid-rbbMMKFQYa figcaption {
  position: relative;
}
.cid-rbbMMKFQYa figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rbbMMKFQYa .image-block {
    width: 100% !important;
  }
}
.cid-rbbMOreMQ5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #111115;
}
@media (min-width: 992px) {
  .cid-rbbMOreMQ5 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rbbMOreMQ5 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rbbMOreMQ5 .mbr-text {
    text-align: center;
  }
}
.cid-rbbMOreMQ5 H1 {
  color: #ffffff;
}
.cid-rbbMOreMQ5 H3 {
  color: #c96a54;
}
.cid-rxIo65vBIR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rxIaE7QDAC {
  background: #ffffff;
}
.cid-rxIaE7QDAC .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxIaE7QDAC .mbr-figure {
  margin: 0 auto;
}
.cid-rxIaE7QDAC figcaption {
  position: relative;
}
.cid-rxIaE7QDAC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxIaE7QDAC .image-block {
    width: 100% !important;
  }
}
.cid-rxIaJbzfd7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxIaJbzfd7 H3 {
  color: #232323;
  text-align: left;
}
.cid-rxIaJbzfd7 P {
  text-align: left;
  color: #232323;
}
.cid-rxIaJbzfd7 H1 {
  text-align: left;
  color: #232323;
}
.cid-rxIaLXjTfB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxIaLXjTfB H3 {
  color: #232323;
  text-align: left;
}
.cid-rxIaLXjTfB P {
  text-align: left;
  color: #232323;
}
.cid-rxIaLXjTfB H1 {
  text-align: left;
  color: #232323;
}
.cid-rxIaPZswUY {
  background: #ffffff;
}
.cid-rxIaPZswUY .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxIaPZswUY .mbr-figure {
  margin: 0 auto;
}
.cid-rxIaPZswUY figcaption {
  position: relative;
}
.cid-rxIaPZswUY figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxIaPZswUY .image-block {
    width: 100% !important;
  }
}
.cid-rxIb4y3IdV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxIb4y3IdV H3 {
  color: #232323;
  text-align: left;
}
.cid-rxIb4y3IdV P {
  text-align: left;
  color: #232323;
}
.cid-rxIb4y3IdV H1 {
  text-align: left;
  color: #232323;
}
.cid-rxIbmVVBa9 {
  background: #ffffff;
}
.cid-rxIbmVVBa9 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxIbmVVBa9 .mbr-figure {
  margin: 0 auto;
}
.cid-rxIbmVVBa9 figcaption {
  position: relative;
}
.cid-rxIbmVVBa9 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxIbmVVBa9 .image-block {
    width: 100% !important;
  }
}
.cid-rxIbqcFW2N {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxIbqcFW2N H3 {
  color: #232323;
  text-align: left;
}
.cid-rxIbqcFW2N P {
  text-align: left;
  color: #232323;
}
.cid-rxIbqcFW2N H1 {
  text-align: left;
  color: #232323;
}
.cid-rxIbvW4QrN {
  background: #ffffff;
}
.cid-rxIbvW4QrN .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxIbvW4QrN .mbr-figure {
  margin: 0 auto;
}
.cid-rxIbvW4QrN figcaption {
  position: relative;
}
.cid-rxIbvW4QrN figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxIbvW4QrN .image-block {
    width: 100% !important;
  }
}
.cid-rxIbHOb2tR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxIbHOb2tR H3 {
  color: #232323;
  text-align: left;
}
.cid-rxIbHOb2tR P {
  text-align: left;
  color: #232323;
}
.cid-rxIbHOb2tR H1 {
  text-align: left;
  color: #232323;
}
.cid-rxIc9SnnGR {
  background: #ffffff;
}
.cid-rxIc9SnnGR .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxIc9SnnGR .mbr-figure {
  margin: 0 auto;
}
.cid-rxIc9SnnGR figcaption {
  position: relative;
}
.cid-rxIc9SnnGR figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxIc9SnnGR .image-block {
    width: 100% !important;
  }
}
.cid-rxIceejDqS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxIceejDqS H3 {
  color: #232323;
  text-align: left;
}
.cid-rxIceejDqS P {
  text-align: left;
  color: #232323;
}
.cid-rxIceejDqS H1 {
  text-align: left;
  color: #232323;
}
.cid-rxIcxuTKWu {
  background: #ffffff;
}
.cid-rxIcxuTKWu .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxIcxuTKWu .mbr-figure {
  margin: 0 auto;
}
.cid-rxIcxuTKWu figcaption {
  position: relative;
}
.cid-rxIcxuTKWu figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxIcxuTKWu .image-block {
    width: 100% !important;
  }
}
.cid-rxIcDcD74B {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxIcDcD74B H3 {
  color: #232323;
  text-align: left;
}
.cid-rxIcDcD74B P {
  text-align: left;
  color: #232323;
}
.cid-rxIcDcD74B H1 {
  text-align: left;
  color: #232323;
}
.cid-rxIcIYOAMa {
  background: #ffffff;
}
.cid-rxIcIYOAMa .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxIcIYOAMa .mbr-figure {
  margin: 0 auto;
}
.cid-rxIcIYOAMa figcaption {
  position: relative;
}
.cid-rxIcIYOAMa figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxIcIYOAMa .image-block {
    width: 100% !important;
  }
}
.cid-rxId2iJmPw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxId2iJmPw H3 {
  color: #232323;
  text-align: left;
}
.cid-rxId2iJmPw P {
  text-align: left;
  color: #232323;
}
.cid-rxId2iJmPw H1 {
  text-align: left;
  color: #232323;
}
.cid-rxIdboqMjM {
  background: #ffffff;
}
.cid-rxIdboqMjM .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxIdboqMjM .mbr-figure {
  margin: 0 auto;
}
.cid-rxIdboqMjM figcaption {
  position: relative;
}
.cid-rxIdboqMjM figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxIdboqMjM .image-block {
    width: 100% !important;
  }
}
.cid-rxIdoRt0vk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxIdoRt0vk H3 {
  color: #232323;
  text-align: left;
}
.cid-rxIdoRt0vk P {
  text-align: left;
  color: #232323;
}
.cid-rxIdoRt0vk H1 {
  text-align: left;
  color: #232323;
}
.cid-rxIdsHm5Rr {
  background: #ffffff;
}
.cid-rxIdsHm5Rr .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxIdsHm5Rr .mbr-figure {
  margin: 0 auto;
}
.cid-rxIdsHm5Rr figcaption {
  position: relative;
}
.cid-rxIdsHm5Rr figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxIdsHm5Rr .image-block {
    width: 100% !important;
  }
}
.cid-rxIdRpv9wl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxIdRpv9wl H3 {
  color: #232323;
  text-align: left;
}
.cid-rxIdRpv9wl P {
  text-align: left;
  color: #232323;
}
.cid-rxIdRpv9wl H1 {
  text-align: left;
  color: #232323;
}
.cid-rxIdYCBRBp {
  background: #ffffff;
}
.cid-rxIdYCBRBp .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxIdYCBRBp .mbr-figure {
  margin: 0 auto;
}
.cid-rxIdYCBRBp figcaption {
  position: relative;
}
.cid-rxIdYCBRBp figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxIdYCBRBp .image-block {
    width: 100% !important;
  }
}
.cid-rxIe3DJgyt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxIe3DJgyt H3 {
  color: #232323;
  text-align: left;
}
.cid-rxIe3DJgyt P {
  text-align: left;
  color: #232323;
}
.cid-rxIe3DJgyt H1 {
  text-align: left;
  color: #232323;
}
.cid-rxIek6QRce {
  background: #ffffff;
}
.cid-rxIek6QRce .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxIek6QRce .mbr-figure {
  margin: 0 auto;
}
.cid-rxIek6QRce figcaption {
  position: relative;
}
.cid-rxIek6QRce figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxIek6QRce .image-block {
    width: 100% !important;
  }
}
.cid-rxIeusauWQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxIeusauWQ H3 {
  color: #232323;
  text-align: left;
}
.cid-rxIeusauWQ P {
  text-align: left;
  color: #232323;
}
.cid-rxIeusauWQ H1 {
  text-align: left;
  color: #232323;
}
.cid-rxIez9XBT1 {
  background: #ffffff;
}
.cid-rxIez9XBT1 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxIez9XBT1 .mbr-figure {
  margin: 0 auto;
}
.cid-rxIez9XBT1 figcaption {
  position: relative;
}
.cid-rxIez9XBT1 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxIez9XBT1 .image-block {
    width: 100% !important;
  }
}
.cid-rxIo1js2Yg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rxHhtyYytm {
  background: #ffffff;
}
.cid-rxHhtyYytm .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxHhtyYytm .mbr-figure {
  margin: 0 auto;
}
.cid-rxHhtyYytm figcaption {
  position: relative;
}
.cid-rxHhtyYytm figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxHhtyYytm .image-block {
    width: 100% !important;
  }
}
.cid-rxHhISGnku {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #b1dff9;
}
.cid-rxHhISGnku H3 {
  color: #232323;
  text-align: left;
}
.cid-rxHhISGnku P {
  text-align: left;
  color: #232323;
}
.cid-rxHhISGnku H1 {
  text-align: left;
  color: #232323;
}
.cid-rxHhO1U6t3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #b1dff9;
}
.cid-rxHhO1U6t3 H3 {
  color: #232323;
  text-align: left;
}
.cid-rxHhO1U6t3 P {
  text-align: left;
  color: #232323;
}
.cid-rxHhO1U6t3 H1 {
  text-align: left;
  color: #232323;
}
.cid-rxHi8bIHnP {
  background: #ffffff;
}
.cid-rxHi8bIHnP .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxHi8bIHnP .mbr-figure {
  margin: 0 auto;
}
.cid-rxHi8bIHnP figcaption {
  position: relative;
}
.cid-rxHi8bIHnP figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxHi8bIHnP .image-block {
    width: 100% !important;
  }
}
.cid-rxHifeLrRU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #b1dff9;
}
.cid-rxHifeLrRU H3 {
  color: #232323;
  text-align: left;
}
.cid-rxHifeLrRU P {
  text-align: left;
  color: #232323;
}
.cid-rxHifeLrRU H1 {
  text-align: left;
  color: #232323;
}
.cid-rxHiDny838 {
  background: #ffffff;
}
.cid-rxHiDny838 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxHiDny838 .mbr-figure {
  margin: 0 auto;
}
.cid-rxHiDny838 figcaption {
  position: relative;
}
.cid-rxHiDny838 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxHiDny838 .image-block {
    width: 100% !important;
  }
}
.cid-rxHj2mbime {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #b1dff9;
}
.cid-rxHj2mbime H3 {
  color: #232323;
  text-align: left;
}
.cid-rxHj2mbime P {
  text-align: left;
  color: #232323;
}
.cid-rxHj2mbime H1 {
  text-align: left;
  color: #232323;
}
.cid-rxHjr35P22 {
  background: #ffffff;
}
.cid-rxHjr35P22 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxHjr35P22 .mbr-figure {
  margin: 0 auto;
}
.cid-rxHjr35P22 figcaption {
  position: relative;
}
.cid-rxHjr35P22 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxHjr35P22 .image-block {
    width: 100% !important;
  }
}
.cid-rxHjvqS4td {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #b1dff9;
}
.cid-rxHjvqS4td H3 {
  color: #232323;
  text-align: left;
}
.cid-rxHjvqS4td P {
  text-align: left;
  color: #232323;
}
.cid-rxHjvqS4td H1 {
  text-align: left;
  color: #232323;
}
.cid-rxHGRBdhlY {
  background: #ffffff;
}
.cid-rxHGRBdhlY .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxHGRBdhlY .mbr-figure {
  margin: 0 auto;
}
.cid-rxHGRBdhlY figcaption {
  position: relative;
}
.cid-rxHGRBdhlY figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxHGRBdhlY .image-block {
    width: 100% !important;
  }
}
.cid-rxHJx274SK .modal-body .close {
  background: #1b1b1b;
}
.cid-rxHJx274SK .modal-body .close span {
  font-style: normal;
}
.cid-rxHJx274SK .carousel-inner > .active,
.cid-rxHJx274SK .carousel-inner > .next,
.cid-rxHJx274SK .carousel-inner > .prev {
  display: table;
}
.cid-rxHJx274SK .carousel-control .icon-next,
.cid-rxHJx274SK .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rxHJx274SK .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rxHJx274SK .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rxHJx274SK .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rxHJx274SK .boxed-slider > div {
  position: relative;
}
.cid-rxHJx274SK .container img {
  width: 100%;
}
.cid-rxHJx274SK .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rxHJx274SK .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rxHJx274SK .mbr-table-cell {
  padding: 0;
}
.cid-rxHJx274SK .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rxHJx274SK .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rxHJx274SK .mbr-overlay {
  z-index: 1;
}
.cid-rxHJx274SK .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rxHJx274SK .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rxHJx274SK .carousel-item .container {
    width: 100%;
  }
}
.cid-rxHJx274SK .carousel-item-next.carousel-item-left,
.cid-rxHJx274SK .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rxHJx274SK .active.carousel-item-right,
.cid-rxHJx274SK .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rxHJx274SK .active.carousel-item-left,
.cid-rxHJx274SK .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rxHJx274SK .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rxHJx274SK .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rxHJx274SK .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rxHJx274SK .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-rxHJx274SK .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rxHJx274SK .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rxHJx274SK .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-rxHJx274SK .mbr-slider .carousel-indicators li.active,
.cid-rxHJx274SK .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rxHJx274SK .mbr-slider .carousel-indicators li::after,
.cid-rxHJx274SK .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rxHJx274SK .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rxHJx274SK .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rxHJx274SK .mbr-slider > .container img {
  width: 100%;
}
.cid-rxHJx274SK .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rxHJx274SK .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rxHJx274SK .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rxHJx274SK .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rxHJx274SK .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rxHJx274SK .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rxHJx274SK .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rxHJx274SK .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rxHJx274SK .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rxHJx274SK .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rxHJx274SK .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rxHJx274SK .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rxHJx274SK .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rxHKoQSTwk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3c7495;
}
.cid-rxHKoQSTwk H3 {
  color: #ffffff;
  text-align: left;
}
.cid-rxHKoQSTwk P {
  text-align: left;
  color: #ffffff;
}
.cid-rxHKoQSTwk H1 {
  text-align: left;
  color: #ffffff;
}
.cid-rxHKZtVLxk {
  background: #ffffff;
}
.cid-rxHKZtVLxk .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxHKZtVLxk .mbr-figure {
  margin: 0 auto;
}
.cid-rxHKZtVLxk figcaption {
  position: relative;
}
.cid-rxHKZtVLxk figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxHKZtVLxk .image-block {
    width: 100% !important;
  }
}
.cid-rxHLb2sI8h {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #b1dff9;
}
.cid-rxHLb2sI8h H3 {
  color: #232323;
  text-align: left;
}
.cid-rxHLb2sI8h P {
  text-align: left;
  color: #232323;
}
.cid-rxHLb2sI8h H1 {
  text-align: left;
  color: #232323;
}
.cid-rxHLhdDbPF {
  background: #ffffff;
}
.cid-rxHLhdDbPF .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxHLhdDbPF .mbr-figure {
  margin: 0 auto;
}
.cid-rxHLhdDbPF figcaption {
  position: relative;
}
.cid-rxHLhdDbPF figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxHLhdDbPF .image-block {
    width: 100% !important;
  }
}
.cid-rxHLlL5AAX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #b1dff9;
}
.cid-rxHLlL5AAX H3 {
  color: #232323;
  text-align: left;
}
.cid-rxHLlL5AAX P {
  text-align: left;
  color: #232323;
}
.cid-rxHLlL5AAX H1 {
  text-align: left;
  color: #232323;
}
.cid-rxHLqgACDE {
  background: #ffffff;
}
.cid-rxHLqgACDE .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxHLqgACDE .mbr-figure {
  margin: 0 auto;
}
.cid-rxHLqgACDE figcaption {
  position: relative;
}
.cid-rxHLqgACDE figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxHLqgACDE .image-block {
    width: 100% !important;
  }
}
.cid-rxHLBeAAB2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #b1dff9;
}
.cid-rxHLBeAAB2 H3 {
  color: #232323;
  text-align: left;
}
.cid-rxHLBeAAB2 P {
  text-align: left;
  color: #232323;
}
.cid-rxHLBeAAB2 H1 {
  text-align: left;
  color: #232323;
}
.cid-rxHLFYP0en {
  background: #ffffff;
}
.cid-rxHLFYP0en .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxHLFYP0en .mbr-figure {
  margin: 0 auto;
}
.cid-rxHLFYP0en figcaption {
  position: relative;
}
.cid-rxHLFYP0en figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxHLFYP0en .image-block {
    width: 100% !important;
  }
}
.cid-rxHM14I2EV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #b1dff9;
}
.cid-rxHM14I2EV H3 {
  color: #232323;
  text-align: left;
}
.cid-rxHM14I2EV P {
  text-align: left;
  color: #232323;
}
.cid-rxHM14I2EV H1 {
  text-align: left;
  color: #232323;
}
.cid-rxHMhXlRXH {
  background: #ffffff;
}
.cid-rxHMhXlRXH .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxHMhXlRXH .mbr-figure {
  margin: 0 auto;
}
.cid-rxHMhXlRXH figcaption {
  position: relative;
}
.cid-rxHMhXlRXH figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxHMhXlRXH .image-block {
    width: 100% !important;
  }
}
.cid-rxHMCa6j2H {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #b1dff9;
}
.cid-rxHMCa6j2H H3 {
  color: #232323;
  text-align: left;
}
.cid-rxHMCa6j2H P {
  text-align: left;
  color: #232323;
}
.cid-rxHMCa6j2H H1 {
  text-align: left;
  color: #232323;
}
.cid-rxHMD9O6ay {
  background: #ffffff;
}
.cid-rxHMD9O6ay .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxHMD9O6ay .mbr-figure {
  margin: 0 auto;
}
.cid-rxHMD9O6ay figcaption {
  position: relative;
}
.cid-rxHMD9O6ay figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxHMD9O6ay .image-block {
    width: 100% !important;
  }
}
.cid-rxHMQ2bYnt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxHMQ2bYnt H3 {
  color: #232323;
  text-align: left;
}
.cid-rxHMQ2bYnt P {
  text-align: left;
  color: #232323;
}
.cid-rxHMQ2bYnt H1 {
  text-align: left;
  color: #232323;
}
.cid-rxHN8iQtdj {
  background: #ffffff;
}
.cid-rxHN8iQtdj .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxHN8iQtdj .mbr-figure {
  margin: 0 auto;
}
.cid-rxHN8iQtdj figcaption {
  position: relative;
}
.cid-rxHN8iQtdj figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxHN8iQtdj .image-block {
    width: 100% !important;
  }
}
.cid-rxHNcW2ssK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxHNcW2ssK H3 {
  color: #232323;
  text-align: left;
}
.cid-rxHNcW2ssK P {
  text-align: left;
  color: #232323;
}
.cid-rxHNcW2ssK H1 {
  text-align: left;
  color: #232323;
}
.cid-rxHNpRZLIu {
  background: #ffffff;
}
.cid-rxHNpRZLIu .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxHNpRZLIu .mbr-figure {
  margin: 0 auto;
}
.cid-rxHNpRZLIu figcaption {
  position: relative;
}
.cid-rxHNpRZLIu figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxHNpRZLIu .image-block {
    width: 100% !important;
  }
}
.cid-rxInZPFdnP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rxHNWzdzXL {
  background: #ffffff;
}
.cid-rxHNWzdzXL .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxHNWzdzXL .mbr-figure {
  margin: 0 auto;
}
.cid-rxHNWzdzXL figcaption {
  position: relative;
}
.cid-rxHNWzdzXL figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxHNWzdzXL .image-block {
    width: 100% !important;
  }
}
.cid-rxHNWzXGoC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #b1dff9;
}
.cid-rxHNWzXGoC H3 {
  color: #232323;
  text-align: left;
}
.cid-rxHNWzXGoC P {
  text-align: left;
  color: #232323;
}
.cid-rxHNWzXGoC H1 {
  text-align: left;
  color: #232323;
}
.cid-rxHNWAvXVy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #b1dff9;
}
.cid-rxHNWAvXVy H3 {
  color: #232323;
  text-align: left;
}
.cid-rxHNWAvXVy P {
  text-align: left;
  color: #232323;
}
.cid-rxHNWAvXVy H1 {
  text-align: left;
  color: #232323;
}
.cid-rxHNWB9KsX {
  background: #ffffff;
}
.cid-rxHNWB9KsX .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxHNWB9KsX .mbr-figure {
  margin: 0 auto;
}
.cid-rxHNWB9KsX figcaption {
  position: relative;
}
.cid-rxHNWB9KsX figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxHNWB9KsX .image-block {
    width: 100% !important;
  }
}
.cid-rxHNWBBPJD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #b1dff9;
}
.cid-rxHNWBBPJD H3 {
  color: #232323;
  text-align: left;
}
.cid-rxHNWBBPJD P {
  text-align: left;
  color: #232323;
}
.cid-rxHNWBBPJD H1 {
  text-align: left;
  color: #232323;
}
.cid-rxHNWC5JG3 {
  background: #ffffff;
}
.cid-rxHNWC5JG3 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxHNWC5JG3 .mbr-figure {
  margin: 0 auto;
}
.cid-rxHNWC5JG3 figcaption {
  position: relative;
}
.cid-rxHNWC5JG3 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxHNWC5JG3 .image-block {
    width: 100% !important;
  }
}
.cid-rxHNWCwBVc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #b1dff9;
}
.cid-rxHNWCwBVc H3 {
  color: #232323;
  text-align: left;
}
.cid-rxHNWCwBVc P {
  text-align: left;
  color: #232323;
}
.cid-rxHNWCwBVc H1 {
  text-align: left;
  color: #232323;
}
.cid-rxHNWD2jKx {
  background: #ffffff;
}
.cid-rxHNWD2jKx .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxHNWD2jKx .mbr-figure {
  margin: 0 auto;
}
.cid-rxHNWD2jKx figcaption {
  position: relative;
}
.cid-rxHNWD2jKx figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxHNWD2jKx .image-block {
    width: 100% !important;
  }
}
.cid-rxHNWDsHyJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #b1dff9;
}
.cid-rxHNWDsHyJ H3 {
  color: #232323;
  text-align: left;
}
.cid-rxHNWDsHyJ P {
  text-align: left;
  color: #232323;
}
.cid-rxHNWDsHyJ H1 {
  text-align: left;
  color: #232323;
}
.cid-rxHNWDY3f3 {
  background: #ffffff;
}
.cid-rxHNWDY3f3 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxHNWDY3f3 .mbr-figure {
  margin: 0 auto;
}
.cid-rxHNWDY3f3 figcaption {
  position: relative;
}
.cid-rxHNWDY3f3 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxHNWDY3f3 .image-block {
    width: 100% !important;
  }
}
.cid-rxHNWEmvLz .modal-body .close {
  background: #1b1b1b;
}
.cid-rxHNWEmvLz .modal-body .close span {
  font-style: normal;
}
.cid-rxHNWEmvLz .carousel-inner > .active,
.cid-rxHNWEmvLz .carousel-inner > .next,
.cid-rxHNWEmvLz .carousel-inner > .prev {
  display: table;
}
.cid-rxHNWEmvLz .carousel-control .icon-next,
.cid-rxHNWEmvLz .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rxHNWEmvLz .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rxHNWEmvLz .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rxHNWEmvLz .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rxHNWEmvLz .boxed-slider > div {
  position: relative;
}
.cid-rxHNWEmvLz .container img {
  width: 100%;
}
.cid-rxHNWEmvLz .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rxHNWEmvLz .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rxHNWEmvLz .mbr-table-cell {
  padding: 0;
}
.cid-rxHNWEmvLz .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rxHNWEmvLz .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rxHNWEmvLz .mbr-overlay {
  z-index: 1;
}
.cid-rxHNWEmvLz .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rxHNWEmvLz .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rxHNWEmvLz .carousel-item .container {
    width: 100%;
  }
}
.cid-rxHNWEmvLz .carousel-item-next.carousel-item-left,
.cid-rxHNWEmvLz .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rxHNWEmvLz .active.carousel-item-right,
.cid-rxHNWEmvLz .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rxHNWEmvLz .active.carousel-item-left,
.cid-rxHNWEmvLz .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rxHNWEmvLz .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rxHNWEmvLz .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rxHNWEmvLz .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rxHNWEmvLz .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-rxHNWEmvLz .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rxHNWEmvLz .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rxHNWEmvLz .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-rxHNWEmvLz .mbr-slider .carousel-indicators li.active,
.cid-rxHNWEmvLz .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rxHNWEmvLz .mbr-slider .carousel-indicators li::after,
.cid-rxHNWEmvLz .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rxHNWEmvLz .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rxHNWEmvLz .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rxHNWEmvLz .mbr-slider > .container img {
  width: 100%;
}
.cid-rxHNWEmvLz .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rxHNWEmvLz .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rxHNWEmvLz .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rxHNWEmvLz .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rxHNWEmvLz .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rxHNWEmvLz .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rxHNWEmvLz .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rxHNWEmvLz .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rxHNWEmvLz .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rxHNWEmvLz .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rxHNWEmvLz .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rxHNWEmvLz .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rxHNWEmvLz .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rxHNWF0qGi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3c7495;
}
.cid-rxHNWF0qGi H3 {
  color: #ffffff;
  text-align: left;
}
.cid-rxHNWF0qGi P {
  text-align: left;
  color: #ffffff;
}
.cid-rxHNWF0qGi H1 {
  text-align: left;
  color: #ffffff;
}
.cid-rxHNWFAFxy {
  background: #ffffff;
}
.cid-rxHNWFAFxy .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxHNWFAFxy .mbr-figure {
  margin: 0 auto;
}
.cid-rxHNWFAFxy figcaption {
  position: relative;
}
.cid-rxHNWFAFxy figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxHNWFAFxy .image-block {
    width: 100% !important;
  }
}
.cid-rxHNWG1Lv3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #b1dff9;
}
.cid-rxHNWG1Lv3 H3 {
  color: #232323;
  text-align: left;
}
.cid-rxHNWG1Lv3 P {
  text-align: left;
  color: #232323;
}
.cid-rxHNWG1Lv3 H1 {
  text-align: left;
  color: #232323;
}
.cid-rxHNWGzDwc {
  background: #ffffff;
}
.cid-rxHNWGzDwc .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxHNWGzDwc .mbr-figure {
  margin: 0 auto;
}
.cid-rxHNWGzDwc figcaption {
  position: relative;
}
.cid-rxHNWGzDwc figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxHNWGzDwc .image-block {
    width: 100% !important;
  }
}
.cid-rxHNWH59lz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #b1dff9;
}
.cid-rxHNWH59lz H3 {
  color: #232323;
  text-align: left;
}
.cid-rxHNWH59lz P {
  text-align: left;
  color: #232323;
}
.cid-rxHNWH59lz H1 {
  text-align: left;
  color: #232323;
}
.cid-rxHNWHDax7 {
  background: #ffffff;
}
.cid-rxHNWHDax7 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxHNWHDax7 .mbr-figure {
  margin: 0 auto;
}
.cid-rxHNWHDax7 figcaption {
  position: relative;
}
.cid-rxHNWHDax7 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxHNWHDax7 .image-block {
    width: 100% !important;
  }
}
.cid-rxHNWI6Zqe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #b1dff9;
}
.cid-rxHNWI6Zqe H3 {
  color: #232323;
  text-align: left;
}
.cid-rxHNWI6Zqe P {
  text-align: left;
  color: #232323;
}
.cid-rxHNWI6Zqe H1 {
  text-align: left;
  color: #232323;
}
.cid-rxHNWIEONr {
  background: #ffffff;
}
.cid-rxHNWIEONr .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxHNWIEONr .mbr-figure {
  margin: 0 auto;
}
.cid-rxHNWIEONr figcaption {
  position: relative;
}
.cid-rxHNWIEONr figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxHNWIEONr .image-block {
    width: 100% !important;
  }
}
.cid-rxHNWJ9akW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #b1dff9;
}
.cid-rxHNWJ9akW H3 {
  color: #232323;
  text-align: left;
}
.cid-rxHNWJ9akW P {
  text-align: left;
  color: #232323;
}
.cid-rxHNWJ9akW H1 {
  text-align: left;
  color: #232323;
}
.cid-rxHNWJSO70 {
  background: #ffffff;
}
.cid-rxHNWJSO70 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxHNWJSO70 .mbr-figure {
  margin: 0 auto;
}
.cid-rxHNWJSO70 figcaption {
  position: relative;
}
.cid-rxHNWJSO70 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxHNWJSO70 .image-block {
    width: 100% !important;
  }
}
.cid-rxHNWKlbWX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #b1dff9;
}
.cid-rxHNWKlbWX H3 {
  color: #232323;
  text-align: left;
}
.cid-rxHNWKlbWX P {
  text-align: left;
  color: #232323;
}
.cid-rxHNWKlbWX H1 {
  text-align: left;
  color: #232323;
}
.cid-rxHNWKTe7x {
  background: #ffffff;
}
.cid-rxHNWKTe7x .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxHNWKTe7x .mbr-figure {
  margin: 0 auto;
}
.cid-rxHNWKTe7x figcaption {
  position: relative;
}
.cid-rxHNWKTe7x figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxHNWKTe7x .image-block {
    width: 100% !important;
  }
}
.cid-rxHNWLnyZ1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxHNWLnyZ1 H3 {
  color: #232323;
  text-align: left;
}
.cid-rxHNWLnyZ1 P {
  text-align: left;
  color: #232323;
}
.cid-rxHNWLnyZ1 H1 {
  text-align: left;
  color: #232323;
}
.cid-rxHNWM0rOJ {
  background: #ffffff;
}
.cid-rxHNWM0rOJ .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxHNWM0rOJ .mbr-figure {
  margin: 0 auto;
}
.cid-rxHNWM0rOJ figcaption {
  position: relative;
}
.cid-rxHNWM0rOJ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxHNWM0rOJ .image-block {
    width: 100% !important;
  }
}
.cid-rxHNWMvYFz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxHNWMvYFz H3 {
  color: #232323;
  text-align: left;
}
.cid-rxHNWMvYFz P {
  text-align: left;
  color: #232323;
}
.cid-rxHNWMvYFz H1 {
  text-align: left;
  color: #232323;
}
.cid-rxHNWN5GCm {
  background: #ffffff;
}
.cid-rxHNWN5GCm .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxHNWN5GCm .mbr-figure {
  margin: 0 auto;
}
.cid-rxHNWN5GCm figcaption {
  position: relative;
}
.cid-rxHNWN5GCm figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxHNWN5GCm .image-block {
    width: 100% !important;
  }
}
.cid-rxInWKYEUV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rxGSIBuwUS {
  background: #ffffff;
}
.cid-rxGSIBuwUS .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxGSIBuwUS .mbr-figure {
  margin: 0 auto;
}
.cid-rxGSIBuwUS figcaption {
  position: relative;
}
.cid-rxGSIBuwUS figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxGSIBuwUS .image-block {
    width: 100% !important;
  }
}
.cid-rxGT0VlgAb {
  background: #ffffff;
}
.cid-rxGT0VlgAb .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxGT0VlgAb .mbr-figure {
  margin: 0 auto;
}
.cid-rxGT0VlgAb figcaption {
  position: relative;
}
.cid-rxGT0VlgAb figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxGT0VlgAb .image-block {
    width: 100% !important;
  }
}
.cid-rxGZ8MKjWi {
  background: #ffffff;
}
.cid-rxGZ8MKjWi .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxGZ8MKjWi .mbr-figure {
  margin: 0 auto;
}
.cid-rxGZ8MKjWi figcaption {
  position: relative;
}
.cid-rxGZ8MKjWi figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxGZ8MKjWi .image-block {
    width: 100% !important;
  }
}
.cid-rxGZRpnlLZ {
  background: #ffffff;
}
.cid-rxGZRpnlLZ .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxGZRpnlLZ .mbr-figure {
  margin: 0 auto;
}
.cid-rxGZRpnlLZ figcaption {
  position: relative;
}
.cid-rxGZRpnlLZ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxGZRpnlLZ .image-block {
    width: 100% !important;
  }
}
.cid-uQgA8rmlY5 {
  background: #ffffff;
}
.cid-uQgA8rmlY5 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uQgA8rmlY5 .mbr-figure {
  margin: 0 auto;
}
.cid-uQgA8rmlY5 figcaption {
  position: relative;
}
.cid-uQgA8rmlY5 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uQgA8rmlY5 .image-block {
    width: 100% !important;
  }
}
.cid-uQgAcHe8Vt {
  background: #ffffff;
}
.cid-uQgAcHe8Vt .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uQgAcHe8Vt .mbr-figure {
  margin: 0 auto;
}
.cid-uQgAcHe8Vt figcaption {
  position: relative;
}
.cid-uQgAcHe8Vt figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uQgAcHe8Vt .image-block {
    width: 100% !important;
  }
}
.cid-uQgAf8D6E6 {
  background: #ffffff;
}
.cid-uQgAf8D6E6 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uQgAf8D6E6 .mbr-figure {
  margin: 0 auto;
}
.cid-uQgAf8D6E6 figcaption {
  position: relative;
}
.cid-uQgAf8D6E6 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uQgAf8D6E6 .image-block {
    width: 100% !important;
  }
}
.cid-uQgAhdYsIa {
  background: #ffffff;
}
.cid-uQgAhdYsIa .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uQgAhdYsIa .mbr-figure {
  margin: 0 auto;
}
.cid-uQgAhdYsIa figcaption {
  position: relative;
}
.cid-uQgAhdYsIa figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uQgAhdYsIa .image-block {
    width: 100% !important;
  }
}
.cid-uQgAjC9qT8 {
  background: #ffffff;
}
.cid-uQgAjC9qT8 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uQgAjC9qT8 .mbr-figure {
  margin: 0 auto;
}
.cid-uQgAjC9qT8 figcaption {
  position: relative;
}
.cid-uQgAjC9qT8 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uQgAjC9qT8 .image-block {
    width: 100% !important;
  }
}
.cid-uQgApnfcMq {
  background: #ffffff;
}
.cid-uQgApnfcMq .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uQgApnfcMq .mbr-figure {
  margin: 0 auto;
}
.cid-uQgApnfcMq figcaption {
  position: relative;
}
.cid-uQgApnfcMq figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uQgApnfcMq .image-block {
    width: 100% !important;
  }
}
.cid-rxGZVEzSFn {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e3ded7;
}
.cid-rxGZVEzSFn H3 {
  color: #67625b;
  text-align: left;
}
.cid-rxGZVEzSFn P {
  text-align: left;
  color: #67625b;
}
.cid-rxGZVEzSFn H1 {
  text-align: left;
  color: #c7c2bd;
}
.cid-uQgC0jRnPc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e3ded7;
}
.cid-uQgC0jRnPc H3 {
  color: #1a5171;
  text-align: left;
}
.cid-uQgC0jRnPc P {
  text-align: left;
  color: #3e3e3d;
}
.cid-uQgC0jRnPc H1 {
  text-align: left;
  color: #3e3e3d;
}
.cid-rxH0wrpCi4 {
  background: #ffffff;
}
.cid-rxH0wrpCi4 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxH0wrpCi4 .mbr-figure {
  margin: 0 auto;
}
.cid-rxH0wrpCi4 figcaption {
  position: relative;
}
.cid-rxH0wrpCi4 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxH0wrpCi4 .image-block {
    width: 100% !important;
  }
}
.cid-uQgDAoWz4A {
  background: #ffffff;
}
.cid-uQgDAoWz4A .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uQgDAoWz4A .mbr-figure {
  margin: 0 auto;
}
.cid-uQgDAoWz4A figcaption {
  position: relative;
}
.cid-uQgDAoWz4A figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uQgDAoWz4A .image-block {
    width: 100% !important;
  }
}
.cid-uQgDCqWZYn {
  background: #ffffff;
}
.cid-uQgDCqWZYn .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uQgDCqWZYn .mbr-figure {
  margin: 0 auto;
}
.cid-uQgDCqWZYn figcaption {
  position: relative;
}
.cid-uQgDCqWZYn figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uQgDCqWZYn .image-block {
    width: 100% !important;
  }
}
.cid-uQgDEJft17 {
  background: #ffffff;
}
.cid-uQgDEJft17 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uQgDEJft17 .mbr-figure {
  margin: 0 auto;
}
.cid-uQgDEJft17 figcaption {
  position: relative;
}
.cid-uQgDEJft17 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uQgDEJft17 .image-block {
    width: 100% !important;
  }
}
.cid-uQgDGYvt7G {
  background: #ffffff;
}
.cid-uQgDGYvt7G .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uQgDGYvt7G .mbr-figure {
  margin: 0 auto;
}
.cid-uQgDGYvt7G figcaption {
  position: relative;
}
.cid-uQgDGYvt7G figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uQgDGYvt7G .image-block {
    width: 100% !important;
  }
}
.cid-uQgE3xM6Iy {
  background: #ffffff;
}
.cid-uQgE3xM6Iy .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uQgE3xM6Iy .mbr-figure {
  margin: 0 auto;
}
.cid-uQgE3xM6Iy figcaption {
  position: relative;
}
.cid-uQgE3xM6Iy figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uQgE3xM6Iy .image-block {
    width: 100% !important;
  }
}
.cid-uQgEnask4m {
  background: #ffffff;
}
.cid-uQgEnask4m .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uQgEnask4m .mbr-figure {
  margin: 0 auto;
}
.cid-uQgEnask4m figcaption {
  position: relative;
}
.cid-uQgEnask4m figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uQgEnask4m .image-block {
    width: 100% !important;
  }
}
.cid-uQgF82wUH5 {
  background: #ffffff;
}
.cid-uQgF82wUH5 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uQgF82wUH5 .mbr-figure {
  margin: 0 auto;
}
.cid-uQgF82wUH5 figcaption {
  position: relative;
}
.cid-uQgF82wUH5 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uQgF82wUH5 .image-block {
    width: 100% !important;
  }
}
.cid-uQgFobcWHi {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uQgFobcWHi .card-box {
  padding: 0 2rem;
}
.cid-uQgFobcWHi .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uQgFobcWHi .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uQgFobcWHi h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uQgFobcWHi p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-uQgFobcWHi .mbr-text {
  color: #767676;
}
.cid-uQgFobcWHi .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
  padding-bottom: 0;
}
.cid-uQgFobcWHi .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uQgI9ss1TV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uQgI9ss1TV .card-box {
  padding: 0 2rem;
}
.cid-uQgI9ss1TV .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uQgI9ss1TV .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uQgI9ss1TV h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uQgI9ss1TV p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-uQgI9ss1TV .mbr-text {
  color: #767676;
}
.cid-uQgI9ss1TV .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
  padding-bottom: 0;
}
.cid-uQgI9ss1TV .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rxH0AEkgF0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rxH0AEkgF0 H3 {
  color: #ffffff;
  text-align: left;
}
.cid-rxH0AEkgF0 P {
  text-align: left;
}
.cid-rxH0AEkgF0 H1 {
  text-align: left;
}
.cid-rxH0PvAev1 {
  background: #ffffff;
}
.cid-rxH0PvAev1 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxH0PvAev1 .mbr-figure {
  margin: 0 auto;
}
.cid-rxH0PvAev1 figcaption {
  position: relative;
}
.cid-rxH0PvAev1 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxH0PvAev1 .image-block {
    width: 100% !important;
  }
}
.cid-rxH11724VQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rxH11724VQ H3 {
  color: #ffffff;
  text-align: left;
}
.cid-rxH11724VQ P {
  text-align: left;
}
.cid-rxH11724VQ H1 {
  text-align: left;
}
.cid-rxH1k1Tk3X {
  background: #ffffff;
}
.cid-rxH1k1Tk3X .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxH1k1Tk3X .mbr-figure {
  margin: 0 auto;
}
.cid-rxH1k1Tk3X figcaption {
  position: relative;
}
.cid-rxH1k1Tk3X figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxH1k1Tk3X .image-block {
    width: 100% !important;
  }
}
.cid-rxH1q772yG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rxH1q772yG H3 {
  color: #ffffff;
  text-align: left;
}
.cid-rxH1q772yG P {
  text-align: left;
}
.cid-rxH1q772yG H1 {
  text-align: left;
}
.cid-rxH1ugzyxp {
  background: #ffffff;
}
.cid-rxH1ugzyxp .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxH1ugzyxp .mbr-figure {
  margin: 0 auto;
}
.cid-rxH1ugzyxp figcaption {
  position: relative;
}
.cid-rxH1ugzyxp figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxH1ugzyxp .image-block {
    width: 100% !important;
  }
}
.cid-rxH1EsK17Q {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rxH1EsK17Q H3 {
  color: #ffffff;
  text-align: left;
}
.cid-rxH1EsK17Q P {
  text-align: left;
}
.cid-rxH1EsK17Q H1 {
  text-align: left;
}
.cid-rxH1TvIH4Z {
  background: #ffffff;
}
.cid-rxH1TvIH4Z .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxH1TvIH4Z .mbr-figure {
  margin: 0 auto;
}
.cid-rxH1TvIH4Z figcaption {
  position: relative;
}
.cid-rxH1TvIH4Z figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxH1TvIH4Z .image-block {
    width: 100% !important;
  }
}
.cid-rxH1X53nkD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rxH1X53nkD H3 {
  color: #ffffff;
  text-align: left;
}
.cid-rxH1X53nkD P {
  text-align: left;
}
.cid-rxH1X53nkD H1 {
  text-align: left;
}
.cid-rxH1YgTDzC {
  background: #ffffff;
}
.cid-rxH1YgTDzC .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxH1YgTDzC .mbr-figure {
  margin: 0 auto;
}
.cid-rxH1YgTDzC figcaption {
  position: relative;
}
.cid-rxH1YgTDzC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxH1YgTDzC .image-block {
    width: 100% !important;
  }
}
.cid-rxH6uxYSZl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rxH6uxYSZl H3 {
  color: #ffffff;
  text-align: left;
}
.cid-rxH6uxYSZl P {
  text-align: left;
}
.cid-rxH6uxYSZl H1 {
  text-align: left;
}
.cid-rxH6zqW0zV {
  background: #ffffff;
}
.cid-rxH6zqW0zV .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxH6zqW0zV .mbr-figure {
  margin: 0 auto;
}
.cid-rxH6zqW0zV figcaption {
  position: relative;
}
.cid-rxH6zqW0zV figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxH6zqW0zV .image-block {
    width: 100% !important;
  }
}
.cid-rxInRLtAKN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rxCG7qCOd6 {
  background: #ffffff;
}
.cid-rxCG7qCOd6 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxCG7qCOd6 .mbr-figure {
  margin: 0 auto;
}
.cid-rxCG7qCOd6 figcaption {
  position: relative;
}
.cid-rxCG7qCOd6 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxCG7qCOd6 .image-block {
    width: 100% !important;
  }
}
.cid-rxCGgiMkUZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxCGgiMkUZ H3 {
  color: #232323;
  text-align: left;
}
.cid-rxCGgiMkUZ P {
  text-align: left;
  color: #232323;
}
.cid-rxCGgiMkUZ H1 {
  text-align: left;
  color: #232323;
}
.cid-rxCI3WENjg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxCI3WENjg H3 {
  color: #232323;
  text-align: left;
}
.cid-rxCI3WENjg P {
  text-align: left;
  color: #232323;
}
.cid-rxCI3WENjg H1 {
  text-align: left;
  color: #232323;
}
.cid-rxCHEV0QSU {
  background: #ffffff;
}
.cid-rxCHEV0QSU .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxCHEV0QSU .mbr-figure {
  margin: 0 auto;
}
.cid-rxCHEV0QSU figcaption {
  position: relative;
}
.cid-rxCHEV0QSU figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxCHEV0QSU .image-block {
    width: 100% !important;
  }
}
.cid-rxCI8kQIjn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxCI8kQIjn H3 {
  color: #232323;
  text-align: left;
}
.cid-rxCI8kQIjn P {
  text-align: left;
  color: #232323;
}
.cid-rxCI8kQIjn H1 {
  text-align: left;
  color: #232323;
}
.cid-rxCIRTP07E {
  background: #ffffff;
}
.cid-rxCIRTP07E .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxCIRTP07E .mbr-figure {
  margin: 0 auto;
}
.cid-rxCIRTP07E figcaption {
  position: relative;
}
.cid-rxCIRTP07E figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxCIRTP07E .image-block {
    width: 100% !important;
  }
}
.cid-rxCIiVSMv0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxCIiVSMv0 H3 {
  color: #232323;
  text-align: left;
}
.cid-rxCIiVSMv0 P {
  text-align: left;
  color: #232323;
}
.cid-rxCIiVSMv0 H1 {
  text-align: left;
  color: #232323;
}
.cid-rxCJn2rzfS {
  background: #ffffff;
}
.cid-rxCJn2rzfS .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxCJn2rzfS .mbr-figure {
  margin: 0 auto;
}
.cid-rxCJn2rzfS figcaption {
  position: relative;
}
.cid-rxCJn2rzfS figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxCJn2rzfS .image-block {
    width: 100% !important;
  }
}
.cid-rxCIvamknW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxCIvamknW H3 {
  color: #232323;
  text-align: left;
}
.cid-rxCIvamknW P {
  text-align: left;
  color: #232323;
}
.cid-rxCIvamknW H1 {
  text-align: left;
  color: #232323;
}
.cid-rxCKcJjgCJ {
  background: #ffffff;
}
.cid-rxCKcJjgCJ .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxCKcJjgCJ .mbr-figure {
  margin: 0 auto;
}
.cid-rxCKcJjgCJ figcaption {
  position: relative;
}
.cid-rxCKcJjgCJ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxCKcJjgCJ .image-block {
    width: 100% !important;
  }
}
.cid-rxCKiIVvop {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxCKiIVvop H3 {
  color: #232323;
  text-align: left;
}
.cid-rxCKiIVvop P {
  text-align: left;
  color: #232323;
}
.cid-rxCKiIVvop H1 {
  text-align: left;
  color: #232323;
}
.cid-rxCKxSwzjk {
  background: #ffffff;
}
.cid-rxCKxSwzjk .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxCKxSwzjk .mbr-figure {
  margin: 0 auto;
}
.cid-rxCKxSwzjk figcaption {
  position: relative;
}
.cid-rxCKxSwzjk figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxCKxSwzjk .image-block {
    width: 100% !important;
  }
}
.cid-rxCKBfjTiV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxCKBfjTiV H3 {
  color: #232323;
  text-align: left;
}
.cid-rxCKBfjTiV P {
  text-align: left;
  color: #232323;
}
.cid-rxCKBfjTiV H1 {
  text-align: left;
  color: #232323;
}
.cid-rxCKUA9rwp {
  background: #ffffff;
}
.cid-rxCKUA9rwp .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxCKUA9rwp .mbr-figure {
  margin: 0 auto;
}
.cid-rxCKUA9rwp figcaption {
  position: relative;
}
.cid-rxCKUA9rwp figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxCKUA9rwp .image-block {
    width: 100% !important;
  }
}
.cid-rxCKYABCw8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxCKYABCw8 H3 {
  color: #232323;
  text-align: left;
}
.cid-rxCKYABCw8 P {
  text-align: left;
  color: #232323;
}
.cid-rxCKYABCw8 H1 {
  text-align: left;
  color: #232323;
}
.cid-rxCLeH6BgW {
  background: #ffffff;
}
.cid-rxCLeH6BgW .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxCLeH6BgW .mbr-figure {
  margin: 0 auto;
}
.cid-rxCLeH6BgW figcaption {
  position: relative;
}
.cid-rxCLeH6BgW figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxCLeH6BgW .image-block {
    width: 100% !important;
  }
}
.cid-rxCLi1ZzSA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxCLi1ZzSA H3 {
  color: #232323;
  text-align: left;
}
.cid-rxCLi1ZzSA P {
  text-align: left;
  color: #232323;
}
.cid-rxCLi1ZzSA H1 {
  text-align: left;
  color: #232323;
}
.cid-rxCLq0Glhh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxCLq0Glhh H3 {
  color: #232323;
  text-align: left;
}
.cid-rxCLq0Glhh P {
  text-align: left;
  color: #232323;
}
.cid-rxCLq0Glhh H1 {
  text-align: left;
  color: #232323;
}
.cid-rxCLNMJMWM {
  background: #ffffff;
}
.cid-rxCLNMJMWM .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxCLNMJMWM .mbr-figure {
  margin: 0 auto;
}
.cid-rxCLNMJMWM figcaption {
  position: relative;
}
.cid-rxCLNMJMWM figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxCLNMJMWM .image-block {
    width: 100% !important;
  }
}
.cid-rxCLRVwMlq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxCLRVwMlq H3 {
  color: #232323;
  text-align: left;
}
.cid-rxCLRVwMlq P {
  text-align: left;
  color: #232323;
}
.cid-rxCLRVwMlq H1 {
  text-align: left;
  color: #232323;
}
.cid-rxCLZqClTO {
  background: #ffffff;
}
.cid-rxCLZqClTO .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxCLZqClTO .mbr-figure {
  margin: 0 auto;
}
.cid-rxCLZqClTO figcaption {
  position: relative;
}
.cid-rxCLZqClTO figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxCLZqClTO .image-block {
    width: 100% !important;
  }
}
.cid-rxCMv2sMPi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxCMv2sMPi H3 {
  color: #232323;
  text-align: left;
}
.cid-rxCMv2sMPi P {
  text-align: left;
  color: #232323;
}
.cid-rxCMv2sMPi H1 {
  text-align: left;
  color: #232323;
}
.cid-rxCMM4kuHr {
  background: #ffffff;
}
.cid-rxCMM4kuHr .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxCMM4kuHr .mbr-figure {
  margin: 0 auto;
}
.cid-rxCMM4kuHr figcaption {
  position: relative;
}
.cid-rxCMM4kuHr figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxCMM4kuHr .image-block {
    width: 100% !important;
  }
}
.cid-rxCMPQTPwr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxCMPQTPwr H3 {
  color: #232323;
  text-align: left;
}
.cid-rxCMPQTPwr P {
  text-align: left;
  color: #232323;
}
.cid-rxCMPQTPwr H1 {
  text-align: left;
  color: #232323;
}
.cid-rxCN8ty8ax {
  background: #ffffff;
}
.cid-rxCN8ty8ax .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxCN8ty8ax .mbr-figure {
  margin: 0 auto;
}
.cid-rxCN8ty8ax figcaption {
  position: relative;
}
.cid-rxCN8ty8ax figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxCN8ty8ax .image-block {
    width: 100% !important;
  }
}
.cid-rxCNlFuypL {
  background: #ffffff;
}
.cid-rxCNlFuypL .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxCNlFuypL .mbr-figure {
  margin: 0 auto;
}
.cid-rxCNlFuypL figcaption {
  position: relative;
}
.cid-rxCNlFuypL figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxCNlFuypL .image-block {
    width: 100% !important;
  }
}
.cid-rxInOF4RqX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rxCaFQ6Yxc {
  background: #ffffff;
}
.cid-rxCaFQ6Yxc .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxCaFQ6Yxc .mbr-figure {
  margin: 0 auto;
}
.cid-rxCaFQ6Yxc figcaption {
  position: relative;
}
.cid-rxCaFQ6Yxc figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxCaFQ6Yxc .image-block {
    width: 100% !important;
  }
}
.cid-rxCbhe5480 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3c4f2a;
}
.cid-rxCbhe5480 H3 {
  color: #db0730;
  text-align: left;
}
.cid-rxCbhe5480 P {
  text-align: center;
}
.cid-rxCbhe5480 H1 {
  text-align: left;
}
.cid-rxCbAUgEKv {
  background: #ffffff;
}
.cid-rxCbAUgEKv .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxCbAUgEKv .mbr-figure {
  margin: 0 auto;
}
.cid-rxCbAUgEKv figcaption {
  position: relative;
}
.cid-rxCbAUgEKv figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxCbAUgEKv .image-block {
    width: 100% !important;
  }
}
.cid-rxCisxZRtO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxCisxZRtO H3 {
  color: #232323;
  text-align: left;
}
.cid-rxCisxZRtO P {
  text-align: left;
  color: #232323;
}
.cid-rxCisxZRtO H1 {
  text-align: left;
  color: #232323;
}
.cid-rxChRhSyxJ .modal-body .close {
  background: #1b1b1b;
}
.cid-rxChRhSyxJ .modal-body .close span {
  font-style: normal;
}
.cid-rxChRhSyxJ .carousel-inner > .active,
.cid-rxChRhSyxJ .carousel-inner > .next,
.cid-rxChRhSyxJ .carousel-inner > .prev {
  display: table;
}
.cid-rxChRhSyxJ .carousel-control .icon-next,
.cid-rxChRhSyxJ .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rxChRhSyxJ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rxChRhSyxJ .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rxChRhSyxJ .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rxChRhSyxJ .boxed-slider > div {
  position: relative;
}
.cid-rxChRhSyxJ .container img {
  width: 100%;
}
.cid-rxChRhSyxJ .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rxChRhSyxJ .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rxChRhSyxJ .mbr-table-cell {
  padding: 0;
}
.cid-rxChRhSyxJ .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rxChRhSyxJ .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rxChRhSyxJ .mbr-overlay {
  z-index: 1;
}
.cid-rxChRhSyxJ .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rxChRhSyxJ .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rxChRhSyxJ .carousel-item .container {
    width: 100%;
  }
}
.cid-rxChRhSyxJ .carousel-item-next.carousel-item-left,
.cid-rxChRhSyxJ .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rxChRhSyxJ .active.carousel-item-right,
.cid-rxChRhSyxJ .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rxChRhSyxJ .active.carousel-item-left,
.cid-rxChRhSyxJ .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rxChRhSyxJ .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rxChRhSyxJ .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rxChRhSyxJ .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rxChRhSyxJ .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-rxChRhSyxJ .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rxChRhSyxJ .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rxChRhSyxJ .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-rxChRhSyxJ .mbr-slider .carousel-indicators li.active,
.cid-rxChRhSyxJ .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rxChRhSyxJ .mbr-slider .carousel-indicators li::after,
.cid-rxChRhSyxJ .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rxChRhSyxJ .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rxChRhSyxJ .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rxChRhSyxJ .mbr-slider > .container img {
  width: 100%;
}
.cid-rxChRhSyxJ .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rxChRhSyxJ .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rxChRhSyxJ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rxChRhSyxJ .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rxChRhSyxJ .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rxChRhSyxJ .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rxChRhSyxJ .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rxChRhSyxJ .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rxChRhSyxJ .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rxChRhSyxJ .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rxChRhSyxJ .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rxChRhSyxJ .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rxChRhSyxJ .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rxCjaRh6hS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxCjaRh6hS H3 {
  color: #232323;
  text-align: left;
}
.cid-rxCjaRh6hS P {
  text-align: left;
  color: #232323;
}
.cid-rxCjaRh6hS H1 {
  text-align: left;
  color: #232323;
}
.cid-rxCj7GA50n {
  background: #ffffff;
}
.cid-rxCj7GA50n .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxCj7GA50n .mbr-figure {
  margin: 0 auto;
}
.cid-rxCj7GA50n figcaption {
  position: relative;
}
.cid-rxCj7GA50n figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxCj7GA50n .image-block {
    width: 100% !important;
  }
}
.cid-rxCjFfEL1G {
  background-image: url("../../../assets/images/09-2000x1183.jpg");
}
.cid-rxCkdThHyF {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-rxCkdThHyF .card-img {
  background-color: #fff;
}
.cid-rxCkdThHyF .card-box {
  padding: 2rem;
  background-color: #232323;
}
.cid-rxCkdThHyF h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rxCkdThHyF p {
  text-align: left;
}
.cid-rxCkdThHyF .mbr-text {
  color: #ffffff;
}
.cid-rxCkdThHyF .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rxCkdThHyF .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-rxCkdThHyF .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-rxCkdThHyF .card-title {
  color: #ffffff;
}
.cid-rxClu5o2Yx {
  background-image: url("../../../assets/images/10-2000x1183.jpg");
}
.cid-rxClu5o2Yx h1 {
  color: #616161;
}
.cid-rxClu5o2Yx h2,
.cid-rxClu5o2Yx h3,
.cid-rxClu5o2Yx p {
  color: #767676;
}
.cid-rxClu5o2Yx .mbr-section-subtitle {
  font-style: italic;
}
.cid-rxClu5o2Yx .mbr-text,
.cid-rxClu5o2Yx .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-rxClu5o2Yx H3 {
  color: #ffffff;
  text-align: right;
}
.cid-rxClu5o2Yx H1 {
  color: #ffffff;
  text-align: right;
}
.cid-rxCm0lS6l4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxCm0lS6l4 H3 {
  color: #232323;
  text-align: left;
}
.cid-rxCm0lS6l4 P {
  text-align: left;
  color: #232323;
}
.cid-rxCm0lS6l4 H1 {
  text-align: left;
  color: #232323;
}
.cid-rxCmFo9oJe {
  background: #ffffff;
}
.cid-rxCmFo9oJe .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxCmFo9oJe .mbr-figure {
  margin: 0 auto;
}
.cid-rxCmFo9oJe figcaption {
  position: relative;
}
.cid-rxCmFo9oJe figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxCmFo9oJe .image-block {
    width: 100% !important;
  }
}
.cid-rxCmXIscfJ {
  background: #ffffff;
}
.cid-rxCmXIscfJ .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxCmXIscfJ .mbr-figure {
  margin: 0 auto;
}
.cid-rxCmXIscfJ figcaption {
  position: relative;
}
.cid-rxCmXIscfJ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxCmXIscfJ .image-block {
    width: 100% !important;
  }
}
.cid-rxCoTwaJkJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxCoTwaJkJ H3 {
  color: #232323;
  text-align: left;
}
.cid-rxCoTwaJkJ P {
  text-align: left;
  color: #232323;
}
.cid-rxCoTwaJkJ H1 {
  text-align: left;
  color: #232323;
}
.cid-rxCoQaukEN {
  background: #ffffff;
}
.cid-rxCoQaukEN .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxCoQaukEN .mbr-figure {
  margin: 0 auto;
}
.cid-rxCoQaukEN figcaption {
  position: relative;
}
.cid-rxCoQaukEN figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxCoQaukEN .image-block {
    width: 100% !important;
  }
}
.cid-rxCpeQUYqe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxCpeQUYqe H3 {
  color: #232323;
  text-align: left;
}
.cid-rxCpeQUYqe P {
  text-align: left;
  color: #232323;
}
.cid-rxCpeQUYqe H1 {
  text-align: left;
  color: #232323;
}
.cid-rxCpgdpjZu {
  background: #ffffff;
}
.cid-rxCpgdpjZu .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxCpgdpjZu .mbr-figure {
  margin: 0 auto;
}
.cid-rxCpgdpjZu figcaption {
  position: relative;
}
.cid-rxCpgdpjZu figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxCpgdpjZu .image-block {
    width: 100% !important;
  }
}
.cid-rxCpzr2Z3n {
  background: #ffffff;
}
.cid-rxCpzr2Z3n .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxCpzr2Z3n .mbr-figure {
  margin: 0 auto;
}
.cid-rxCpzr2Z3n figcaption {
  position: relative;
}
.cid-rxCpzr2Z3n figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxCpzr2Z3n .image-block {
    width: 100% !important;
  }
}
.cid-rxCpWw8OH7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxCpWw8OH7 H3 {
  color: #232323;
  text-align: left;
}
.cid-rxCpWw8OH7 P {
  text-align: left;
  color: #232323;
}
.cid-rxCpWw8OH7 H1 {
  text-align: left;
  color: #232323;
}
.cid-rxCpSQYTaS {
  background: #ffffff;
}
.cid-rxCpSQYTaS .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxCpSQYTaS .mbr-figure {
  margin: 0 auto;
}
.cid-rxCpSQYTaS figcaption {
  position: relative;
}
.cid-rxCpSQYTaS figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxCpSQYTaS .image-block {
    width: 100% !important;
  }
}
.cid-rxCq1VP36H {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxCq1VP36H H3 {
  color: #232323;
  text-align: left;
}
.cid-rxCq1VP36H P {
  text-align: left;
  color: #232323;
}
.cid-rxCq1VP36H H1 {
  text-align: left;
  color: #232323;
}
.cid-rxCq2AFism {
  background: #ffffff;
}
.cid-rxCq2AFism .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxCq2AFism .mbr-figure {
  margin: 0 auto;
}
.cid-rxCq2AFism figcaption {
  position: relative;
}
.cid-rxCq2AFism figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxCq2AFism .image-block {
    width: 100% !important;
  }
}
.cid-rxCqalKtI5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxCqalKtI5 H3 {
  color: #232323;
  text-align: left;
}
.cid-rxCqalKtI5 P {
  text-align: left;
  color: #232323;
}
.cid-rxCqalKtI5 H1 {
  text-align: left;
  color: #232323;
}
.cid-rxCqggep09 {
  background: #ffffff;
}
.cid-rxCqggep09 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxCqggep09 .mbr-figure {
  margin: 0 auto;
}
.cid-rxCqggep09 figcaption {
  position: relative;
}
.cid-rxCqggep09 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxCqggep09 .image-block {
    width: 100% !important;
  }
}
.cid-rxCqsasbKM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxCqsasbKM H3 {
  color: #232323;
  text-align: left;
}
.cid-rxCqsasbKM P {
  text-align: left;
  color: #232323;
}
.cid-rxCqsasbKM H1 {
  text-align: left;
  color: #232323;
}
.cid-rxCqFYFQac {
  background: #ffffff;
}
.cid-rxCqFYFQac .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxCqFYFQac .mbr-figure {
  margin: 0 auto;
}
.cid-rxCqFYFQac figcaption {
  position: relative;
}
.cid-rxCqFYFQac figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxCqFYFQac .image-block {
    width: 100% !important;
  }
}
.cid-rxCqLAZzBs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxCqLAZzBs H3 {
  color: #232323;
  text-align: left;
}
.cid-rxCqLAZzBs P {
  text-align: left;
  color: #232323;
}
.cid-rxCqLAZzBs H1 {
  text-align: left;
  color: #232323;
}
.cid-rxInLpYJT2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rxBTFIgs1Z {
  background: #ffffff;
}
.cid-rxBTFIgs1Z .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxBTFIgs1Z .mbr-figure {
  margin: 0 auto;
}
.cid-rxBTFIgs1Z figcaption {
  position: relative;
}
.cid-rxBTFIgs1Z figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxBTFIgs1Z .image-block {
    width: 100% !important;
  }
}
.cid-rxBZp587ez {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #eda5a9;
}
.cid-rxBZp587ez H3 {
  color: #ffffff;
  text-align: left;
}
.cid-rxBZp587ez P {
  text-align: left;
  color: #ffffff;
}
.cid-rxBZp587ez H1 {
  text-align: left;
  color: #ffffff;
}
.cid-rxBZOsM7DG {
  background: #ffffff;
}
.cid-rxBZOsM7DG .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxBZOsM7DG .mbr-figure {
  margin: 0 auto;
}
.cid-rxBZOsM7DG figcaption {
  position: relative;
}
.cid-rxBZOsM7DG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxBZOsM7DG .image-block {
    width: 100% !important;
  }
}
.cid-rxC0hW6j55 {
  background-image: url("../../../assets/images/02-1920x1176.jpg");
}
.cid-rxC24fuKeX {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-rxC24fuKeX .card-img {
  background-color: #fff;
}
.cid-rxC24fuKeX .card-box {
  padding: 2rem;
  background-color: #232323;
}
.cid-rxC24fuKeX h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rxC24fuKeX p {
  text-align: left;
}
.cid-rxC24fuKeX .mbr-text {
  color: #ffffff;
}
.cid-rxC24fuKeX .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rxC24fuKeX .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-rxC24fuKeX .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-rxC24fuKeX .card-title {
  color: #ffffff;
}
.cid-rxC3W2FVUZ {
  background-image: url("../../../assets/images/08-1-1920x1176.jpg");
}
.cid-rxC3W2FVUZ h1 {
  color: #616161;
}
.cid-rxC3W2FVUZ h2,
.cid-rxC3W2FVUZ h3,
.cid-rxC3W2FVUZ p {
  color: #767676;
}
.cid-rxC3W2FVUZ .mbr-section-subtitle {
  font-style: italic;
}
.cid-rxC3W2FVUZ .mbr-text,
.cid-rxC3W2FVUZ .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-rxC3W2FVUZ H3 {
  color: #ffffff;
  text-align: right;
}
.cid-rxC3W2FVUZ H1 {
  color: #ffffff;
  text-align: right;
}
.cid-rxC71wPRgl {
  background: #ffffff;
}
.cid-rxC71wPRgl .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxC71wPRgl .mbr-figure {
  margin: 0 auto;
}
.cid-rxC71wPRgl figcaption {
  position: relative;
}
.cid-rxC71wPRgl figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxC71wPRgl .image-block {
    width: 100% !important;
  }
}
.cid-rxC757YCG1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxC757YCG1 H3 {
  color: #232323;
  text-align: left;
}
.cid-rxC757YCG1 P {
  text-align: left;
  color: #232323;
}
.cid-rxC757YCG1 H1 {
  text-align: left;
  color: #232323;
}
.cid-rxC780p6Fc {
  background: #ffffff;
}
.cid-rxC780p6Fc .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxC780p6Fc .mbr-figure {
  margin: 0 auto;
}
.cid-rxC780p6Fc figcaption {
  position: relative;
}
.cid-rxC780p6Fc figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxC780p6Fc .image-block {
    width: 100% !important;
  }
}
.cid-rxC7h51LU2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxC7h51LU2 H3 {
  color: #232323;
  text-align: left;
}
.cid-rxC7h51LU2 P {
  text-align: left;
  color: #232323;
}
.cid-rxC7h51LU2 H1 {
  text-align: left;
  color: #232323;
}
.cid-rxC7nmDbPF {
  background: #ffffff;
}
.cid-rxC7nmDbPF .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxC7nmDbPF .mbr-figure {
  margin: 0 auto;
}
.cid-rxC7nmDbPF figcaption {
  position: relative;
}
.cid-rxC7nmDbPF figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxC7nmDbPF .image-block {
    width: 100% !important;
  }
}
.cid-rxC7D53Pg3 {
  background: #ffffff;
}
.cid-rxC7D53Pg3 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxC7D53Pg3 .mbr-figure {
  margin: 0 auto;
}
.cid-rxC7D53Pg3 figcaption {
  position: relative;
}
.cid-rxC7D53Pg3 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxC7D53Pg3 .image-block {
    width: 100% !important;
  }
}
.cid-rxC7AbSFht {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxC7AbSFht H3 {
  color: #232323;
  text-align: left;
}
.cid-rxC7AbSFht P {
  text-align: left;
  color: #232323;
}
.cid-rxC7AbSFht H1 {
  text-align: left;
  color: #232323;
}
.cid-rxC7I9fYek {
  background: #ffffff;
}
.cid-rxC7I9fYek .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxC7I9fYek .mbr-figure {
  margin: 0 auto;
}
.cid-rxC7I9fYek figcaption {
  position: relative;
}
.cid-rxC7I9fYek figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxC7I9fYek .image-block {
    width: 100% !important;
  }
}
.cid-rxC7PcDTJY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxC7PcDTJY H3 {
  color: #232323;
  text-align: left;
}
.cid-rxC7PcDTJY P {
  text-align: left;
  color: #232323;
}
.cid-rxC7PcDTJY H1 {
  text-align: left;
  color: #232323;
}
.cid-rxC8csQGmM {
  background: #ffffff;
}
.cid-rxC8csQGmM .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxC8csQGmM .mbr-figure {
  margin: 0 auto;
}
.cid-rxC8csQGmM figcaption {
  position: relative;
}
.cid-rxC8csQGmM figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxC8csQGmM .image-block {
    width: 100% !important;
  }
}
.cid-rxC8goPKZB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxC8goPKZB H3 {
  color: #232323;
  text-align: left;
}
.cid-rxC8goPKZB P {
  text-align: left;
  color: #232323;
}
.cid-rxC8goPKZB H1 {
  text-align: left;
  color: #232323;
}
.cid-rxC8lTB5Dw {
  background: #ffffff;
}
.cid-rxC8lTB5Dw .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxC8lTB5Dw .mbr-figure {
  margin: 0 auto;
}
.cid-rxC8lTB5Dw figcaption {
  position: relative;
}
.cid-rxC8lTB5Dw figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxC8lTB5Dw .image-block {
    width: 100% !important;
  }
}
.cid-rxC8pZoqTI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxC8pZoqTI H3 {
  color: #232323;
  text-align: left;
}
.cid-rxC8pZoqTI P {
  text-align: left;
  color: #232323;
}
.cid-rxC8pZoqTI H1 {
  text-align: left;
  color: #232323;
}
.cid-rxC8upqROl {
  background: #ffffff;
}
.cid-rxC8upqROl .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxC8upqROl .mbr-figure {
  margin: 0 auto;
}
.cid-rxC8upqROl figcaption {
  position: relative;
}
.cid-rxC8upqROl figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxC8upqROl .image-block {
    width: 100% !important;
  }
}
.cid-rxC8Sk0WAl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxC8Sk0WAl H3 {
  color: #232323;
  text-align: left;
}
.cid-rxC8Sk0WAl P {
  text-align: left;
  color: #232323;
}
.cid-rxC8Sk0WAl H1 {
  text-align: left;
  color: #232323;
}
.cid-rxC8ThH2eU {
  background: #ffffff;
}
.cid-rxC8ThH2eU .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxC8ThH2eU .mbr-figure {
  margin: 0 auto;
}
.cid-rxC8ThH2eU figcaption {
  position: relative;
}
.cid-rxC8ThH2eU figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxC8ThH2eU .image-block {
    width: 100% !important;
  }
}
.cid-rxC9112iue {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxC9112iue H3 {
  color: #232323;
  text-align: left;
}
.cid-rxC9112iue P {
  text-align: left;
  color: #232323;
}
.cid-rxC9112iue H1 {
  text-align: left;
  color: #232323;
}
.cid-rxInHzygrL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rxBsHSxU71 {
  background: #ffffff;
}
.cid-rxBsHSxU71 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxBsHSxU71 .mbr-figure {
  margin: 0 auto;
}
.cid-rxBsHSxU71 figcaption {
  position: relative;
}
.cid-rxBsHSxU71 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxBsHSxU71 .image-block {
    width: 100% !important;
  }
}
.cid-rxByBc6axY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #b1dff9;
}
.cid-rxByBc6axY H3 {
  color: #232323;
  text-align: left;
}
.cid-rxByBc6axY P {
  text-align: left;
  color: #232323;
}
.cid-rxByBc6axY H1 {
  text-align: left;
  color: #232323;
}
.cid-rxBzCKV8Lc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #b1dff9;
}
.cid-rxBzCKV8Lc H3 {
  color: #232323;
  text-align: left;
}
.cid-rxBzCKV8Lc P {
  text-align: left;
  color: #232323;
}
.cid-rxBzCKV8Lc H1 {
  text-align: left;
  color: #232323;
}
.cid-rxBzQAtNt5 {
  background: #ffffff;
}
.cid-rxBzQAtNt5 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxBzQAtNt5 .mbr-figure {
  margin: 0 auto;
}
.cid-rxBzQAtNt5 figcaption {
  position: relative;
}
.cid-rxBzQAtNt5 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxBzQAtNt5 .image-block {
    width: 100% !important;
  }
}
.cid-rxBAjPjA7n {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #b1dff9;
}
.cid-rxBAjPjA7n H3 {
  color: #232323;
  text-align: left;
}
.cid-rxBAjPjA7n P {
  text-align: left;
  color: #232323;
}
.cid-rxBAjPjA7n H1 {
  text-align: left;
  color: #232323;
}
.cid-rxBHzJpImO {
  background: #ffffff;
}
.cid-rxBHzJpImO .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxBHzJpImO .mbr-figure {
  margin: 0 auto;
}
.cid-rxBHzJpImO figcaption {
  position: relative;
}
.cid-rxBHzJpImO figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxBHzJpImO .image-block {
    width: 100% !important;
  }
}
.cid-rxBHEUzS2Y {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #b1dff9;
}
.cid-rxBHEUzS2Y H3 {
  color: #232323;
  text-align: left;
}
.cid-rxBHEUzS2Y P {
  text-align: left;
  color: #232323;
}
.cid-rxBHEUzS2Y H1 {
  text-align: left;
  color: #232323;
}
.cid-rxBHW4Me2m {
  background: #ffffff;
}
.cid-rxBHW4Me2m .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxBHW4Me2m .mbr-figure {
  margin: 0 auto;
}
.cid-rxBHW4Me2m figcaption {
  position: relative;
}
.cid-rxBHW4Me2m figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxBHW4Me2m .image-block {
    width: 100% !important;
  }
}
.cid-rxBImxBbDB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #b1dff9;
}
.cid-rxBImxBbDB H3 {
  color: #232323;
  text-align: left;
}
.cid-rxBImxBbDB P {
  text-align: left;
  color: #232323;
}
.cid-rxBImxBbDB H1 {
  text-align: left;
  color: #232323;
}
.cid-rxBIg0DQqc {
  background: #ffffff;
}
.cid-rxBIg0DQqc .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxBIg0DQqc .mbr-figure {
  margin: 0 auto;
}
.cid-rxBIg0DQqc figcaption {
  position: relative;
}
.cid-rxBIg0DQqc figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxBIg0DQqc .image-block {
    width: 100% !important;
  }
}
.cid-rxBIrvyQwn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3c7495;
}
.cid-rxBIrvyQwn H3 {
  color: #232323;
  text-align: left;
}
.cid-rxBIrvyQwn P {
  text-align: left;
  color: #232323;
}
.cid-rxBIrvyQwn H1 {
  text-align: left;
  color: #232323;
}
.cid-rxBIH6matW .modal-body .close {
  background: #1b1b1b;
}
.cid-rxBIH6matW .modal-body .close span {
  font-style: normal;
}
.cid-rxBIH6matW .carousel-inner > .active,
.cid-rxBIH6matW .carousel-inner > .next,
.cid-rxBIH6matW .carousel-inner > .prev {
  display: table;
}
.cid-rxBIH6matW .carousel-control .icon-next,
.cid-rxBIH6matW .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rxBIH6matW .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rxBIH6matW .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rxBIH6matW .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rxBIH6matW .boxed-slider > div {
  position: relative;
}
.cid-rxBIH6matW .container img {
  width: 100%;
}
.cid-rxBIH6matW .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rxBIH6matW .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rxBIH6matW .mbr-table-cell {
  padding: 0;
}
.cid-rxBIH6matW .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rxBIH6matW .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rxBIH6matW .mbr-overlay {
  z-index: 1;
}
.cid-rxBIH6matW .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rxBIH6matW .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rxBIH6matW .carousel-item .container {
    width: 100%;
  }
}
.cid-rxBIH6matW .carousel-item-next.carousel-item-left,
.cid-rxBIH6matW .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rxBIH6matW .active.carousel-item-right,
.cid-rxBIH6matW .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rxBIH6matW .active.carousel-item-left,
.cid-rxBIH6matW .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rxBIH6matW .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rxBIH6matW .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rxBIH6matW .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rxBIH6matW .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-rxBIH6matW .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rxBIH6matW .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rxBIH6matW .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-rxBIH6matW .mbr-slider .carousel-indicators li.active,
.cid-rxBIH6matW .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rxBIH6matW .mbr-slider .carousel-indicators li::after,
.cid-rxBIH6matW .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rxBIH6matW .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rxBIH6matW .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rxBIH6matW .mbr-slider > .container img {
  width: 100%;
}
.cid-rxBIH6matW .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rxBIH6matW .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rxBIH6matW .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rxBIH6matW .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rxBIH6matW .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rxBIH6matW .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rxBIH6matW .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rxBIH6matW .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rxBIH6matW .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rxBIH6matW .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rxBIH6matW .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rxBIH6matW .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rxBIH6matW .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rxBLPDsaDa {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3c7495;
}
.cid-rxBLPDsaDa H3 {
  color: #ffffff;
  text-align: left;
}
.cid-rxBLPDsaDa P {
  text-align: left;
  color: #ffffff;
}
.cid-rxBLPDsaDa H1 {
  text-align: left;
  color: #ffffff;
}
.cid-rxBNagJEKY {
  background: #ffffff;
}
.cid-rxBNagJEKY .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxBNagJEKY .mbr-figure {
  margin: 0 auto;
}
.cid-rxBNagJEKY figcaption {
  position: relative;
}
.cid-rxBNagJEKY figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxBNagJEKY .image-block {
    width: 100% !important;
  }
}
.cid-rxBOLW4YgG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #b1dff9;
}
.cid-rxBOLW4YgG H3 {
  color: #232323;
  text-align: left;
}
.cid-rxBOLW4YgG P {
  text-align: left;
  color: #232323;
}
.cid-rxBOLW4YgG H1 {
  text-align: left;
  color: #232323;
}
.cid-rxBPcwuQ3O {
  background: #ffffff;
}
.cid-rxBPcwuQ3O .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxBPcwuQ3O .mbr-figure {
  margin: 0 auto;
}
.cid-rxBPcwuQ3O figcaption {
  position: relative;
}
.cid-rxBPcwuQ3O figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxBPcwuQ3O .image-block {
    width: 100% !important;
  }
}
.cid-rxBPpun6a7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #b1dff9;
}
.cid-rxBPpun6a7 H3 {
  color: #232323;
  text-align: left;
}
.cid-rxBPpun6a7 P {
  text-align: left;
  color: #232323;
}
.cid-rxBPpun6a7 H1 {
  text-align: left;
  color: #232323;
}
.cid-rxBPErLS6U {
  background: #ffffff;
}
.cid-rxBPErLS6U .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxBPErLS6U .mbr-figure {
  margin: 0 auto;
}
.cid-rxBPErLS6U figcaption {
  position: relative;
}
.cid-rxBPErLS6U figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxBPErLS6U .image-block {
    width: 100% !important;
  }
}
.cid-rxBPKeNIV0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #b1dff9;
}
.cid-rxBPKeNIV0 H3 {
  color: #232323;
  text-align: left;
}
.cid-rxBPKeNIV0 P {
  text-align: left;
  color: #232323;
}
.cid-rxBPKeNIV0 H1 {
  text-align: left;
  color: #232323;
}
.cid-rxBRaJ8guf {
  background: #ffffff;
}
.cid-rxBRaJ8guf .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxBRaJ8guf .mbr-figure {
  margin: 0 auto;
}
.cid-rxBRaJ8guf figcaption {
  position: relative;
}
.cid-rxBRaJ8guf figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxBRaJ8guf .image-block {
    width: 100% !important;
  }
}
.cid-rxBRj1rGW4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #b1dff9;
}
.cid-rxBRj1rGW4 H3 {
  color: #232323;
  text-align: left;
}
.cid-rxBRj1rGW4 P {
  text-align: left;
  color: #232323;
}
.cid-rxBRj1rGW4 H1 {
  text-align: left;
  color: #232323;
}
.cid-rxBRMgw9Fu {
  background: #ffffff;
}
.cid-rxBRMgw9Fu .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxBRMgw9Fu .mbr-figure {
  margin: 0 auto;
}
.cid-rxBRMgw9Fu figcaption {
  position: relative;
}
.cid-rxBRMgw9Fu figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxBRMgw9Fu .image-block {
    width: 100% !important;
  }
}
.cid-rxBRQXVzpw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #b1dff9;
}
.cid-rxBRQXVzpw H3 {
  color: #232323;
  text-align: left;
}
.cid-rxBRQXVzpw P {
  text-align: left;
  color: #232323;
}
.cid-rxBRQXVzpw H1 {
  text-align: left;
  color: #232323;
}
.cid-rxBS8Zn9yv {
  background: #ffffff;
}
.cid-rxBS8Zn9yv .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxBS8Zn9yv .mbr-figure {
  margin: 0 auto;
}
.cid-rxBS8Zn9yv figcaption {
  position: relative;
}
.cid-rxBS8Zn9yv figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxBS8Zn9yv .image-block {
    width: 100% !important;
  }
}
.cid-rxBSxVhuFp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxBSxVhuFp H3 {
  color: #232323;
  text-align: left;
}
.cid-rxBSxVhuFp P {
  text-align: left;
  color: #232323;
}
.cid-rxBSxVhuFp H1 {
  text-align: left;
  color: #232323;
}
.cid-rxBSgNrPgQ {
  background: #ffffff;
}
.cid-rxBSgNrPgQ .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxBSgNrPgQ .mbr-figure {
  margin: 0 auto;
}
.cid-rxBSgNrPgQ figcaption {
  position: relative;
}
.cid-rxBSgNrPgQ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxBSgNrPgQ .image-block {
    width: 100% !important;
  }
}
.cid-rxBSGGeD9u {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxBSGGeD9u H3 {
  color: #232323;
  text-align: left;
}
.cid-rxBSGGeD9u P {
  text-align: left;
  color: #232323;
}
.cid-rxBSGGeD9u H1 {
  text-align: left;
  color: #232323;
}
.cid-rxBSZkiR97 {
  background: #ffffff;
}
.cid-rxBSZkiR97 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxBSZkiR97 .mbr-figure {
  margin: 0 auto;
}
.cid-rxBSZkiR97 figcaption {
  position: relative;
}
.cid-rxBSZkiR97 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxBSZkiR97 .image-block {
    width: 100% !important;
  }
}
.cid-rxInDWjH95 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rxAZxd50Hg {
  background: #ffffff;
}
.cid-rxAZxd50Hg .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxAZxd50Hg .mbr-figure {
  margin: 0 auto;
}
.cid-rxAZxd50Hg figcaption {
  position: relative;
}
.cid-rxAZxd50Hg figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxAZxd50Hg .image-block {
    width: 100% !important;
  }
}
.cid-rxAZyqm4z7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxAZyqm4z7 H3 {
  color: #db0730;
  text-align: left;
}
.cid-rxAZyqm4z7 P {
  text-align: center;
  color: #232323;
}
.cid-rxAZyqm4z7 H1 {
  text-align: left;
}
.cid-rxAZY6L5oW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxAZY6L5oW H3 {
  color: #55b4d4;
  text-align: left;
}
.cid-rxAZY6L5oW P {
  text-align: left;
  color: #232323;
}
.cid-rxAZY6L5oW H1 {
  text-align: left;
  color: #232323;
}
.cid-rxB0rZ6b6R {
  background: #ffffff;
}
.cid-rxB0rZ6b6R .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxB0rZ6b6R .mbr-figure {
  margin: 0 auto;
}
.cid-rxB0rZ6b6R figcaption {
  position: relative;
}
.cid-rxB0rZ6b6R figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxB0rZ6b6R .image-block {
    width: 100% !important;
  }
}
.cid-rxB0zsfwMa {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxB0zsfwMa H3 {
  color: #232323;
  text-align: left;
}
.cid-rxB0zsfwMa P {
  text-align: left;
  color: #232323;
}
.cid-rxB0zsfwMa H1 {
  text-align: left;
  color: #232323;
}
.cid-rxB1iAHNjf {
  background: #ffffff;
}
.cid-rxB1iAHNjf .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxB1iAHNjf .mbr-figure {
  margin: 0 auto;
}
.cid-rxB1iAHNjf figcaption {
  position: relative;
}
.cid-rxB1iAHNjf figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxB1iAHNjf .image-block {
    width: 100% !important;
  }
}
.cid-rxB1ookHNS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxB1ookHNS H3 {
  color: #232323;
  text-align: left;
}
.cid-rxB1ookHNS P {
  text-align: left;
  color: #232323;
}
.cid-rxB1ookHNS H1 {
  text-align: left;
  color: #232323;
}
.cid-rxB2eiiWQE {
  background: #ffffff;
}
.cid-rxB2eiiWQE .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxB2eiiWQE .mbr-figure {
  margin: 0 auto;
}
.cid-rxB2eiiWQE figcaption {
  position: relative;
}
.cid-rxB2eiiWQE figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxB2eiiWQE .image-block {
    width: 100% !important;
  }
}
.cid-rxB2i0H5fp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxB2i0H5fp H3 {
  color: #232323;
  text-align: left;
}
.cid-rxB2i0H5fp P {
  text-align: left;
  color: #232323;
}
.cid-rxB2i0H5fp H1 {
  text-align: left;
  color: #232323;
}
.cid-rxB4z97Tns .modal-body .close {
  background: #1b1b1b;
}
.cid-rxB4z97Tns .modal-body .close span {
  font-style: normal;
}
.cid-rxB4z97Tns .carousel-inner > .active,
.cid-rxB4z97Tns .carousel-inner > .next,
.cid-rxB4z97Tns .carousel-inner > .prev {
  display: table;
}
.cid-rxB4z97Tns .carousel-control .icon-next,
.cid-rxB4z97Tns .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rxB4z97Tns .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rxB4z97Tns .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rxB4z97Tns .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rxB4z97Tns .boxed-slider > div {
  position: relative;
}
.cid-rxB4z97Tns .container img {
  width: 100%;
}
.cid-rxB4z97Tns .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rxB4z97Tns .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rxB4z97Tns .mbr-table-cell {
  padding: 0;
}
.cid-rxB4z97Tns .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rxB4z97Tns .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rxB4z97Tns .mbr-overlay {
  z-index: 1;
}
.cid-rxB4z97Tns .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rxB4z97Tns .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rxB4z97Tns .carousel-item .container {
    width: 100%;
  }
}
.cid-rxB4z97Tns .carousel-item-next.carousel-item-left,
.cid-rxB4z97Tns .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rxB4z97Tns .active.carousel-item-right,
.cid-rxB4z97Tns .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rxB4z97Tns .active.carousel-item-left,
.cid-rxB4z97Tns .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rxB4z97Tns .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rxB4z97Tns .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rxB4z97Tns .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rxB4z97Tns .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-rxB4z97Tns .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rxB4z97Tns .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rxB4z97Tns .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-rxB4z97Tns .mbr-slider .carousel-indicators li.active,
.cid-rxB4z97Tns .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rxB4z97Tns .mbr-slider .carousel-indicators li::after,
.cid-rxB4z97Tns .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rxB4z97Tns .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rxB4z97Tns .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rxB4z97Tns .mbr-slider > .container img {
  width: 100%;
}
.cid-rxB4z97Tns .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rxB4z97Tns .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rxB4z97Tns .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rxB4z97Tns .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rxB4z97Tns .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rxB4z97Tns .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rxB4z97Tns .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rxB4z97Tns .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rxB4z97Tns .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rxB4z97Tns .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rxB4z97Tns .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rxB4z97Tns .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rxB4z97Tns .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rxB4OW3XQM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxB4OW3XQM H3 {
  color: #232323;
  text-align: left;
}
.cid-rxB4OW3XQM P {
  text-align: left;
  color: #232323;
}
.cid-rxB4OW3XQM H1 {
  text-align: left;
  color: #232323;
}
.cid-rxB5y5wJFT {
  background: #ffffff;
}
.cid-rxB5y5wJFT .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxB5y5wJFT .mbr-figure {
  margin: 0 auto;
}
.cid-rxB5y5wJFT figcaption {
  position: relative;
}
.cid-rxB5y5wJFT figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxB5y5wJFT .image-block {
    width: 100% !important;
  }
}
.cid-rxB5SQOWRF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxB5SQOWRF H3 {
  color: #232323;
  text-align: left;
}
.cid-rxB5SQOWRF P {
  text-align: left;
  color: #232323;
}
.cid-rxB5SQOWRF H1 {
  text-align: left;
  color: #232323;
}
.cid-rxB5RnTxWk {
  background: #ffffff;
}
.cid-rxB5RnTxWk .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxB5RnTxWk .mbr-figure {
  margin: 0 auto;
}
.cid-rxB5RnTxWk figcaption {
  position: relative;
}
.cid-rxB5RnTxWk figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxB5RnTxWk .image-block {
    width: 100% !important;
  }
}
.cid-rxB85pvYZd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxB85pvYZd H3 {
  color: #232323;
  text-align: left;
}
.cid-rxB85pvYZd P {
  text-align: left;
  color: #232323;
}
.cid-rxB85pvYZd H1 {
  text-align: left;
  color: #232323;
}
.cid-rxB8u0SWK3 {
  background: #ffffff;
}
.cid-rxB8u0SWK3 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxB8u0SWK3 .mbr-figure {
  margin: 0 auto;
}
.cid-rxB8u0SWK3 figcaption {
  position: relative;
}
.cid-rxB8u0SWK3 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxB8u0SWK3 .image-block {
    width: 100% !important;
  }
}
.cid-rxB8BNTYzT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxB8BNTYzT H3 {
  color: #232323;
  text-align: left;
}
.cid-rxB8BNTYzT P {
  text-align: left;
  color: #232323;
}
.cid-rxB8BNTYzT H1 {
  text-align: left;
  color: #232323;
}
.cid-rxB9hzrRwF {
  background: #ffffff;
}
.cid-rxB9hzrRwF .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxB9hzrRwF .mbr-figure {
  margin: 0 auto;
}
.cid-rxB9hzrRwF figcaption {
  position: relative;
}
.cid-rxB9hzrRwF figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxB9hzrRwF .image-block {
    width: 100% !important;
  }
}
.cid-rxB9kfFsZH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxB9kfFsZH H3 {
  color: #232323;
  text-align: left;
}
.cid-rxB9kfFsZH P {
  text-align: left;
  color: #232323;
}
.cid-rxB9kfFsZH H1 {
  text-align: left;
  color: #232323;
}
.cid-rxB9HczK5v {
  background: #ffffff;
}
.cid-rxB9HczK5v .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxB9HczK5v .mbr-figure {
  margin: 0 auto;
}
.cid-rxB9HczK5v figcaption {
  position: relative;
}
.cid-rxB9HczK5v figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxB9HczK5v .image-block {
    width: 100% !important;
  }
}
.cid-rxB9Yaph50 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxB9Yaph50 H3 {
  color: #232323;
  text-align: left;
}
.cid-rxB9Yaph50 P {
  text-align: left;
  color: #232323;
}
.cid-rxB9Yaph50 H1 {
  text-align: left;
  color: #232323;
}
.cid-rxBaEPVivJ {
  background: #ffffff;
}
.cid-rxBaEPVivJ .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxBaEPVivJ .mbr-figure {
  margin: 0 auto;
}
.cid-rxBaEPVivJ figcaption {
  position: relative;
}
.cid-rxBaEPVivJ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxBaEPVivJ .image-block {
    width: 100% !important;
  }
}
.cid-rxBaZcSDmO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxBaZcSDmO H3 {
  color: #232323;
  text-align: left;
}
.cid-rxBaZcSDmO P {
  text-align: left;
  color: #232323;
}
.cid-rxBaZcSDmO H1 {
  text-align: left;
  color: #232323;
}
.cid-rxBaYEYMga {
  background: #ffffff;
}
.cid-rxBaYEYMga .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxBaYEYMga .mbr-figure {
  margin: 0 auto;
}
.cid-rxBaYEYMga figcaption {
  position: relative;
}
.cid-rxBaYEYMga figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxBaYEYMga .image-block {
    width: 100% !important;
  }
}
.cid-rxBbhGoUMY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxBbhGoUMY H3 {
  color: #232323;
  text-align: left;
}
.cid-rxBbhGoUMY P {
  text-align: left;
  color: #232323;
}
.cid-rxBbhGoUMY H1 {
  text-align: left;
  color: #232323;
}
.cid-rxBbikv1RN {
  background: #ffffff;
}
.cid-rxBbikv1RN .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxBbikv1RN .mbr-figure {
  margin: 0 auto;
}
.cid-rxBbikv1RN figcaption {
  position: relative;
}
.cid-rxBbikv1RN figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxBbikv1RN .image-block {
    width: 100% !important;
  }
}
.cid-rxInAptCPt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rwA3mR5qy8 {
  background: #ffffff;
}
.cid-rwA3mR5qy8 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rwA3mR5qy8 .mbr-figure {
  margin: 0 auto;
}
.cid-rwA3mR5qy8 figcaption {
  position: relative;
}
.cid-rwA3mR5qy8 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rwA3mR5qy8 .image-block {
    width: 100% !important;
  }
}
.cid-rwA3nr3rJl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #a4c3d7;
}
.cid-rwA3nr3rJl H3 {
  color: #db0730;
  text-align: left;
}
.cid-rwA3nr3rJl P {
  text-align: center;
  color: #232323;
}
.cid-rwA3nr3rJl H1 {
  text-align: left;
}
.cid-rwA530kcik {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #a4c3d7;
}
.cid-rwA530kcik H3 {
  color: #232323;
  text-align: left;
}
.cid-rwA530kcik P {
  text-align: left;
  color: #232323;
}
.cid-rwA530kcik H1 {
  text-align: left;
  color: #232323;
}
.cid-rwA5BDD9Ft {
  background: #ffffff;
}
.cid-rwA5BDD9Ft .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rwA5BDD9Ft .mbr-figure {
  margin: 0 auto;
}
.cid-rwA5BDD9Ft figcaption {
  position: relative;
}
.cid-rwA5BDD9Ft figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rwA5BDD9Ft .image-block {
    width: 100% !important;
  }
}
.cid-rwA650uonx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #a4c3d7;
}
.cid-rwA650uonx H3 {
  color: #232323;
  text-align: left;
}
.cid-rwA650uonx P {
  text-align: left;
  color: #232323;
}
.cid-rwA650uonx H1 {
  text-align: left;
  color: #232323;
}
.cid-rwA6bUrsxI {
  background: #ffffff;
}
.cid-rwA6bUrsxI .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rwA6bUrsxI .mbr-figure {
  margin: 0 auto;
}
.cid-rwA6bUrsxI figcaption {
  position: relative;
}
.cid-rwA6bUrsxI figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rwA6bUrsxI .image-block {
    width: 100% !important;
  }
}
.cid-rwA6vW0sU0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #a4c3d7;
}
.cid-rwA6vW0sU0 H3 {
  color: #232323;
  text-align: left;
}
.cid-rwA6vW0sU0 P {
  text-align: left;
  color: #232323;
}
.cid-rwA6vW0sU0 H1 {
  text-align: left;
  color: #232323;
}
.cid-rwA6HAr795 {
  background: #ffffff;
}
.cid-rwA6HAr795 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rwA6HAr795 .mbr-figure {
  margin: 0 auto;
}
.cid-rwA6HAr795 figcaption {
  position: relative;
}
.cid-rwA6HAr795 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rwA6HAr795 .image-block {
    width: 100% !important;
  }
}
.cid-rwA6OTJlOb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #a4c3d7;
}
.cid-rwA6OTJlOb H3 {
  color: #232323;
  text-align: left;
}
.cid-rwA6OTJlOb P {
  text-align: left;
  color: #232323;
}
.cid-rwA6OTJlOb H1 {
  text-align: left;
  color: #232323;
}
.cid-rwA6TN9pyS {
  background: #ffffff;
}
.cid-rwA6TN9pyS .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rwA6TN9pyS .mbr-figure {
  margin: 0 auto;
}
.cid-rwA6TN9pyS figcaption {
  position: relative;
}
.cid-rwA6TN9pyS figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rwA6TN9pyS .image-block {
    width: 100% !important;
  }
}
.cid-rwA7uPQhqW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #a4c3d7;
}
.cid-rwA7uPQhqW H3 {
  color: #232323;
  text-align: left;
}
.cid-rwA7uPQhqW P {
  text-align: left;
  color: #232323;
}
.cid-rwA7uPQhqW H1 {
  text-align: left;
  color: #232323;
}
.cid-rwA7GwBTUA {
  background: #ffffff;
}
.cid-rwA7GwBTUA .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rwA7GwBTUA .mbr-figure {
  margin: 0 auto;
}
.cid-rwA7GwBTUA figcaption {
  position: relative;
}
.cid-rwA7GwBTUA figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rwA7GwBTUA .image-block {
    width: 100% !important;
  }
}
.cid-rwAg7b7RD8 {
  background-image: url("../../../assets/images/06-2000x1042.jpg");
}
.cid-rwAg7b7RD8 h1 {
  color: #616161;
}
.cid-rwAg7b7RD8 h2,
.cid-rwAg7b7RD8 h3,
.cid-rwAg7b7RD8 p {
  color: #767676;
}
.cid-rwAg7b7RD8 .mbr-section-subtitle {
  font-style: italic;
}
.cid-rwAg7b7RD8 .mbr-text,
.cid-rwAg7b7RD8 .mbr-section-btn {
  color: #000000;
}
.cid-rwAg7b7RD8 H3 {
  color: #000000;
}
.cid-rwAg7b7RD8 H1 {
  color: #000000;
}
.cid-rwAhbynlYa {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #a4c3d7;
}
.cid-rwAhbynlYa H3 {
  color: #232323;
  text-align: left;
}
.cid-rwAhbynlYa P {
  text-align: left;
  color: #232323;
}
.cid-rwAhbynlYa H1 {
  text-align: left;
  color: #232323;
}
.cid-rwAhlfQDGv {
  background: #ffffff;
}
.cid-rwAhlfQDGv .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rwAhlfQDGv .mbr-figure {
  margin: 0 auto;
}
.cid-rwAhlfQDGv figcaption {
  position: relative;
}
.cid-rwAhlfQDGv figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rwAhlfQDGv .image-block {
    width: 100% !important;
  }
}
.cid-rwAi5Ey4pO {
  background-image: url("../../../assets/images/08-2000x1042.jpg");
}
.cid-rwAi5Ey4pO h1 {
  color: #616161;
}
.cid-rwAi5Ey4pO h2,
.cid-rwAi5Ey4pO h3,
.cid-rwAi5Ey4pO p {
  color: #767676;
}
.cid-rwAi5Ey4pO .mbr-section-subtitle {
  font-style: italic;
}
.cid-rwAi5Ey4pO .mbr-text,
.cid-rwAi5Ey4pO .mbr-section-btn {
  text-align: right;
  color: #000000;
}
.cid-rwAi5Ey4pO H3 {
  text-align: right;
  color: #000000;
}
.cid-rwAi5Ey4pO H1 {
  text-align: right;
  color: #000000;
}
.cid-rwAixGl5Yc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #a4c3d7;
}
.cid-rwAixGl5Yc H3 {
  color: #232323;
  text-align: left;
}
.cid-rwAixGl5Yc P {
  text-align: left;
  color: #232323;
}
.cid-rwAixGl5Yc H1 {
  text-align: left;
  color: #232323;
}
.cid-rwAiCkuTd1 {
  background: #ffffff;
}
.cid-rwAiCkuTd1 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rwAiCkuTd1 .mbr-figure {
  margin: 0 auto;
}
.cid-rwAiCkuTd1 figcaption {
  position: relative;
}
.cid-rwAiCkuTd1 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rwAiCkuTd1 .image-block {
    width: 100% !important;
  }
}
.cid-rwAj0Gnm4J {
  background-image: url("../../../assets/images/10-2000x1042.jpg");
}
.cid-rwAj0Gnm4J h1 {
  color: #616161;
}
.cid-rwAj0Gnm4J h2,
.cid-rwAj0Gnm4J h3,
.cid-rwAj0Gnm4J p {
  color: #767676;
}
.cid-rwAj0Gnm4J .mbr-section-subtitle {
  font-style: italic;
}
.cid-rwAj0Gnm4J .mbr-text,
.cid-rwAj0Gnm4J .mbr-section-btn {
  text-align: right;
  color: #000000;
}
.cid-rwAj0Gnm4J H3 {
  text-align: right;
  color: #000000;
}
.cid-rwAj0Gnm4J H1 {
  text-align: right;
  color: #000000;
}
.cid-rwAkw60RLD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #a4c3d7;
}
.cid-rwAkw60RLD H3 {
  color: #232323;
  text-align: left;
}
.cid-rwAkw60RLD P {
  text-align: left;
  color: #232323;
}
.cid-rwAkw60RLD H1 {
  text-align: left;
  color: #232323;
}
.cid-rwAkx4KXA3 {
  background: #ffffff;
}
.cid-rwAkx4KXA3 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rwAkx4KXA3 .mbr-figure {
  margin: 0 auto;
}
.cid-rwAkx4KXA3 figcaption {
  position: relative;
}
.cid-rwAkx4KXA3 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rwAkx4KXA3 .image-block {
    width: 100% !important;
  }
}
.cid-rwAkKea1b8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #a4c3d7;
}
.cid-rwAkKea1b8 H3 {
  color: #232323;
  text-align: left;
}
.cid-rwAkKea1b8 P {
  text-align: left;
  color: #232323;
}
.cid-rwAkKea1b8 H1 {
  text-align: left;
  color: #232323;
}
.cid-rwAkLiJDge {
  background: #ffffff;
}
.cid-rwAkLiJDge .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rwAkLiJDge .mbr-figure {
  margin: 0 auto;
}
.cid-rwAkLiJDge figcaption {
  position: relative;
}
.cid-rwAkLiJDge figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rwAkLiJDge .image-block {
    width: 100% !important;
  }
}
.cid-rxInyvUDOh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rwzREg47s4 {
  background: #ffffff;
}
.cid-rwzREg47s4 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rwzREg47s4 .mbr-figure {
  margin: 0 auto;
}
.cid-rwzREg47s4 figcaption {
  position: relative;
}
.cid-rwzREg47s4 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rwzREg47s4 .image-block {
    width: 100% !important;
  }
}
.cid-rwzRETh5pE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rwzRETh5pE H3 {
  color: #db0730;
  text-align: left;
}
.cid-rwzRETh5pE P {
  text-align: center;
  color: #232323;
}
.cid-rwzRETh5pE H1 {
  text-align: left;
}
.cid-rxSTSkpjv4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rxSTSkpjv4 H3 {
  color: #ffffff;
  text-align: left;
}
.cid-rxSTSkpjv4 P {
  text-align: left;
}
.cid-rxSTSkpjv4 H1 {
  text-align: left;
}
.cid-rwzUjv7Bft {
  background: #ffffff;
}
.cid-rwzUjv7Bft .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rwzUjv7Bft .mbr-figure {
  margin: 0 auto;
}
.cid-rwzUjv7Bft figcaption {
  position: relative;
}
.cid-rwzUjv7Bft figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rwzUjv7Bft .image-block {
    width: 100% !important;
  }
}
.cid-rxSUaRRXyr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rxSUaRRXyr H3 {
  color: #ffffff;
  text-align: left;
}
.cid-rxSUaRRXyr P {
  text-align: left;
}
.cid-rxSUaRRXyr H1 {
  text-align: left;
}
.cid-rwzUJrEVE0 {
  background: #ffffff;
}
.cid-rwzUJrEVE0 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rwzUJrEVE0 .mbr-figure {
  margin: 0 auto;
}
.cid-rwzUJrEVE0 figcaption {
  position: relative;
}
.cid-rwzUJrEVE0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rwzUJrEVE0 .image-block {
    width: 100% !important;
  }
}
.cid-rwzVehgJVU {
  background-image: url("../../../assets/images/03-2000x1001.jpg");
}
.cid-rwzVehgJVU h1 {
  color: #616161;
}
.cid-rwzVehgJVU h2,
.cid-rwzVehgJVU h3,
.cid-rwzVehgJVU p {
  color: #767676;
}
.cid-rwzVehgJVU .mbr-section-subtitle {
  font-style: italic;
}
.cid-rwzVehgJVU .mbr-text,
.cid-rwzVehgJVU .mbr-section-btn {
  color: #ffffff;
}
.cid-rwzVehgJVU H3 {
  color: #149dcc;
}
.cid-rwzVehgJVU H1 {
  color: #ffffff;
}
.cid-rxSUvqAsoL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rxSUvqAsoL H3 {
  color: #ffffff;
  text-align: left;
}
.cid-rxSUvqAsoL P {
  text-align: left;
}
.cid-rxSUvqAsoL H1 {
  text-align: left;
}
.cid-rwzVY3PelI {
  background: #ffffff;
}
.cid-rwzVY3PelI .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rwzVY3PelI .mbr-figure {
  margin: 0 auto;
}
.cid-rwzVY3PelI figcaption {
  position: relative;
}
.cid-rwzVY3PelI figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rwzVY3PelI .image-block {
    width: 100% !important;
  }
}
.cid-rxSUBNMlDM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rxSUBNMlDM H3 {
  color: #ffffff;
  text-align: left;
}
.cid-rxSUBNMlDM P {
  text-align: left;
}
.cid-rxSUBNMlDM H1 {
  text-align: left;
}
.cid-rwzWBhPD08 {
  background: #ffffff;
}
.cid-rwzWBhPD08 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rwzWBhPD08 .mbr-figure {
  margin: 0 auto;
}
.cid-rwzWBhPD08 figcaption {
  position: relative;
}
.cid-rwzWBhPD08 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rwzWBhPD08 .image-block {
    width: 100% !important;
  }
}
.cid-rxSUJju6Om {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rxSUJju6Om H3 {
  color: #ffffff;
  text-align: left;
}
.cid-rxSUJju6Om P {
  text-align: left;
}
.cid-rxSUJju6Om H1 {
  text-align: left;
}
.cid-rwzWY9Xwgc {
  background: #ffffff;
}
.cid-rwzWY9Xwgc .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rwzWY9Xwgc .mbr-figure {
  margin: 0 auto;
}
.cid-rwzWY9Xwgc figcaption {
  position: relative;
}
.cid-rwzWY9Xwgc figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rwzWY9Xwgc .image-block {
    width: 100% !important;
  }
}
.cid-rwA0McNleg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e0e4ef;
}
.cid-rwA0McNleg H3 {
  color: #000000;
  text-align: left;
}
.cid-rwA0McNleg P {
  text-align: left;
  color: #000000;
}
.cid-rwA0McNleg H1 {
  text-align: left;
  color: #000000;
}
.cid-rwA0NbRMHz {
  background: #ffffff;
}
.cid-rwA0NbRMHz .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rwA0NbRMHz .mbr-figure {
  margin: 0 auto;
}
.cid-rwA0NbRMHz figcaption {
  position: relative;
}
.cid-rwA0NbRMHz figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rwA0NbRMHz .image-block {
    width: 100% !important;
  }
}
.cid-rxSW2mXITX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e0e4ef;
}
.cid-rxSW2mXITX H3 {
  color: #000000;
  text-align: left;
}
.cid-rxSW2mXITX P {
  text-align: left;
  color: #000000;
}
.cid-rxSW2mXITX H1 {
  text-align: left;
  color: #000000;
}
.cid-rwA1cBjN7U {
  background: #ffffff;
}
.cid-rwA1cBjN7U .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rwA1cBjN7U .mbr-figure {
  margin: 0 auto;
}
.cid-rwA1cBjN7U figcaption {
  position: relative;
}
.cid-rwA1cBjN7U figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rwA1cBjN7U .image-block {
    width: 100% !important;
  }
}
.cid-rxSWbhaoyr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e0e4ef;
}
.cid-rxSWbhaoyr H3 {
  color: #000000;
  text-align: left;
}
.cid-rxSWbhaoyr P {
  text-align: left;
  color: #000000;
}
.cid-rxSWbhaoyr H1 {
  text-align: left;
  color: #000000;
}
.cid-rwA1jHiJKG {
  background: #ffffff;
}
.cid-rwA1jHiJKG .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rwA1jHiJKG .mbr-figure {
  margin: 0 auto;
}
.cid-rwA1jHiJKG figcaption {
  position: relative;
}
.cid-rwA1jHiJKG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rwA1jHiJKG .image-block {
    width: 100% !important;
  }
}
.cid-rxSVd1Mt1k {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rxSVd1Mt1k H3 {
  color: #ffffff;
  text-align: left;
}
.cid-rxSVd1Mt1k P {
  text-align: left;
}
.cid-rxSVd1Mt1k H1 {
  text-align: left;
}
.cid-rwA1NiFjHE {
  background: #ffffff;
}
.cid-rwA1NiFjHE .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rwA1NiFjHE .mbr-figure {
  margin: 0 auto;
}
.cid-rwA1NiFjHE figcaption {
  position: relative;
}
.cid-rwA1NiFjHE figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rwA1NiFjHE .image-block {
    width: 100% !important;
  }
}
.cid-rxInwCQtAT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rwzxRR4FbK {
  background: #ffffff;
}
.cid-rwzxRR4FbK .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rwzxRR4FbK .mbr-figure {
  margin: 0 auto;
}
.cid-rwzxRR4FbK figcaption {
  position: relative;
}
.cid-rwzxRR4FbK figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rwzxRR4FbK .image-block {
    width: 100% !important;
  }
}
.cid-rxTySfVrM8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rxTySfVrM8 H3 {
  color: #db0730;
  text-align: left;
}
.cid-rxTySfVrM8 P {
  text-align: center;
}
.cid-rxTySfVrM8 H1 {
  text-align: left;
}
.cid-rxTyHhf1Or {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rxTyHhf1Or H3 {
  color: #ffffff;
  text-align: left;
}
.cid-rxTyHhf1Or P {
  text-align: left;
}
.cid-rxTyHhf1Or H1 {
  text-align: left;
}
.cid-rwzywk0oZz {
  background: #ffffff;
}
.cid-rwzywk0oZz .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rwzywk0oZz .mbr-figure {
  margin: 0 auto;
}
.cid-rwzywk0oZz figcaption {
  position: relative;
}
.cid-rwzywk0oZz figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rwzywk0oZz .image-block {
    width: 100% !important;
  }
}
.cid-rxTyVVSmHt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rxTyVVSmHt H3 {
  color: #ffffff;
  text-align: left;
}
.cid-rxTyVVSmHt P {
  text-align: left;
}
.cid-rxTyVVSmHt H1 {
  text-align: left;
}
.cid-rwzyZifHE9 {
  background: #ffffff;
}
.cid-rwzyZifHE9 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rwzyZifHE9 .mbr-figure {
  margin: 0 auto;
}
.cid-rwzyZifHE9 figcaption {
  position: relative;
}
.cid-rwzyZifHE9 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rwzyZifHE9 .image-block {
    width: 100% !important;
  }
}
.cid-rxTz3kaZcQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rxTz3kaZcQ H3 {
  color: #ffffff;
  text-align: left;
}
.cid-rxTz3kaZcQ P {
  text-align: left;
}
.cid-rxTz3kaZcQ H1 {
  text-align: left;
}
.cid-rwzzjaHcCj {
  background: #ffffff;
}
.cid-rwzzjaHcCj .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rwzzjaHcCj .mbr-figure {
  margin: 0 auto;
}
.cid-rwzzjaHcCj figcaption {
  position: relative;
}
.cid-rwzzjaHcCj figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rwzzjaHcCj .image-block {
    width: 100% !important;
  }
}
.cid-rxTzbFFNKB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rxTzbFFNKB H3 {
  color: #ffffff;
  text-align: left;
}
.cid-rxTzbFFNKB P {
  text-align: left;
}
.cid-rxTzbFFNKB H1 {
  text-align: left;
}
.cid-rwzA0tZzca {
  background-image: url("../../../assets/images/04-2000x1115.jpg");
}
.cid-rwzA0tZzca h1 {
  color: #616161;
}
.cid-rwzA0tZzca h2,
.cid-rwzA0tZzca h3,
.cid-rwzA0tZzca p {
  color: #767676;
}
.cid-rwzA0tZzca .mbr-section-subtitle {
  font-style: italic;
}
.cid-rwzA0tZzca .mbr-text,
.cid-rwzA0tZzca .mbr-section-btn {
  color: #ffffff;
}
.cid-rwzA0tZzca H1 {
  color: #ffffff;
}
.cid-rwzA0tZzca H3 {
  color: #ffffff;
}
.cid-rxTznkr2W8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rxTznkr2W8 H3 {
  color: #ffffff;
  text-align: left;
}
.cid-rxTznkr2W8 P {
  text-align: left;
}
.cid-rxTznkr2W8 H1 {
  text-align: left;
}
.cid-rwzANbcaHA .modal-body .close {
  background: #1b1b1b;
}
.cid-rwzANbcaHA .modal-body .close span {
  font-style: normal;
}
.cid-rwzANbcaHA .carousel-inner > .active,
.cid-rwzANbcaHA .carousel-inner > .next,
.cid-rwzANbcaHA .carousel-inner > .prev {
  display: table;
}
.cid-rwzANbcaHA .carousel-control .icon-next,
.cid-rwzANbcaHA .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rwzANbcaHA .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rwzANbcaHA .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rwzANbcaHA .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rwzANbcaHA .boxed-slider > div {
  position: relative;
}
.cid-rwzANbcaHA .container img {
  width: 100%;
}
.cid-rwzANbcaHA .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rwzANbcaHA .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rwzANbcaHA .mbr-table-cell {
  padding: 0;
}
.cid-rwzANbcaHA .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rwzANbcaHA .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rwzANbcaHA .mbr-overlay {
  z-index: 1;
}
.cid-rwzANbcaHA .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rwzANbcaHA .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rwzANbcaHA .carousel-item .container {
    width: 100%;
  }
}
.cid-rwzANbcaHA .carousel-item-next.carousel-item-left,
.cid-rwzANbcaHA .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rwzANbcaHA .active.carousel-item-right,
.cid-rwzANbcaHA .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rwzANbcaHA .active.carousel-item-left,
.cid-rwzANbcaHA .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rwzANbcaHA .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rwzANbcaHA .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rwzANbcaHA .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rwzANbcaHA .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-rwzANbcaHA .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rwzANbcaHA .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rwzANbcaHA .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-rwzANbcaHA .mbr-slider .carousel-indicators li.active,
.cid-rwzANbcaHA .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rwzANbcaHA .mbr-slider .carousel-indicators li::after,
.cid-rwzANbcaHA .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rwzANbcaHA .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rwzANbcaHA .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rwzANbcaHA .mbr-slider > .container img {
  width: 100%;
}
.cid-rwzANbcaHA .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rwzANbcaHA .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rwzANbcaHA .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rwzANbcaHA .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rwzANbcaHA .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rwzANbcaHA .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rwzANbcaHA .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rwzANbcaHA .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rwzANbcaHA .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rwzANbcaHA .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rwzANbcaHA .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rwzANbcaHA .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rwzANbcaHA .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rxTzshQSfB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rxTzshQSfB H3 {
  color: #ffffff;
  text-align: left;
}
.cid-rxTzshQSfB P {
  text-align: left;
}
.cid-rxTzshQSfB H1 {
  text-align: left;
}
.cid-rwzBReEKet {
  background: #ffffff;
}
.cid-rwzBReEKet .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rwzBReEKet .mbr-figure {
  margin: 0 auto;
}
.cid-rwzBReEKet figcaption {
  position: relative;
}
.cid-rwzBReEKet figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rwzBReEKet .image-block {
    width: 100% !important;
  }
}
.cid-rwzCcFcDNX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #eeeeee;
}
.cid-rwzCcFcDNX H3 {
  color: #232323;
  text-align: left;
}
.cid-rwzCcFcDNX P {
  text-align: left;
  color: #232323;
}
.cid-rwzCcFcDNX H1 {
  text-align: left;
  color: #232323;
}
.cid-rwzCEKFGuY {
  background: #ffffff;
}
.cid-rwzCEKFGuY .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rwzCEKFGuY .mbr-figure {
  margin: 0 auto;
}
.cid-rwzCEKFGuY figcaption {
  position: relative;
}
.cid-rwzCEKFGuY figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rwzCEKFGuY .image-block {
    width: 100% !important;
  }
}
.cid-rwzD2sj557 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #eeeeee;
}
.cid-rwzD2sj557 H3 {
  color: #232323;
  text-align: left;
}
.cid-rwzD2sj557 P {
  text-align: left;
  color: #232323;
}
.cid-rwzD2sj557 H1 {
  text-align: left;
  color: #232323;
}
.cid-rwzD3T0pmb {
  background: #ffffff;
}
.cid-rwzD3T0pmb .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rwzD3T0pmb .mbr-figure {
  margin: 0 auto;
}
.cid-rwzD3T0pmb figcaption {
  position: relative;
}
.cid-rwzD3T0pmb figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rwzD3T0pmb .image-block {
    width: 100% !important;
  }
}
.cid-rwzDtPfRNb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #eeeeee;
}
.cid-rwzDtPfRNb H3 {
  color: #232323;
  text-align: left;
}
.cid-rwzDtPfRNb P {
  text-align: left;
  color: #232323;
}
.cid-rwzDtPfRNb H1 {
  text-align: left;
  color: #232323;
}
.cid-rwzDwI0MBK {
  background: #ffffff;
}
.cid-rwzDwI0MBK .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rwzDwI0MBK .mbr-figure {
  margin: 0 auto;
}
.cid-rwzDwI0MBK figcaption {
  position: relative;
}
.cid-rwzDwI0MBK figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rwzDwI0MBK .image-block {
    width: 100% !important;
  }
}
.cid-rwzEpQr5MS {
  background-image: url("../../../assets/images/11-1-2000x1041.jpg");
}
.cid-rwzEpQr5MS h1 {
  color: #616161;
}
.cid-rwzEpQr5MS h2,
.cid-rwzEpQr5MS h3,
.cid-rwzEpQr5MS p {
  color: #767676;
}
.cid-rwzEpQr5MS .mbr-section-subtitle {
  font-style: italic;
}
.cid-rwzEpQr5MS .mbr-text,
.cid-rwzEpQr5MS .mbr-section-btn {
  text-align: right;
}
.cid-rwzEpQr5MS H3 {
  text-align: right;
}
.cid-rwzEpQr5MS H1 {
  text-align: right;
}
.cid-rxTzRgYJXd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rxTzRgYJXd H3 {
  color: #ffffff;
  text-align: left;
}
.cid-rxTzRgYJXd P {
  text-align: left;
}
.cid-rxTzRgYJXd H1 {
  text-align: left;
}
.cid-rwzFh8A6HE {
  background: #ffffff;
}
.cid-rwzFh8A6HE .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rwzFh8A6HE .mbr-figure {
  margin: 0 auto;
}
.cid-rwzFh8A6HE figcaption {
  position: relative;
}
.cid-rwzFh8A6HE figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rwzFh8A6HE .image-block {
    width: 100% !important;
  }
}
.cid-rxTzYmRApu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rxTzYmRApu H3 {
  color: #ffffff;
  text-align: left;
}
.cid-rxTzYmRApu P {
  text-align: left;
}
.cid-rxTzYmRApu H1 {
  text-align: left;
}
.cid-rwzFSZ6ejN {
  background: #ffffff;
}
.cid-rwzFSZ6ejN .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rwzFSZ6ejN .mbr-figure {
  margin: 0 auto;
}
.cid-rwzFSZ6ejN figcaption {
  position: relative;
}
.cid-rwzFSZ6ejN figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rwzFSZ6ejN .image-block {
    width: 100% !important;
  }
}
.cid-rxTA6sVDLh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rxTA6sVDLh H3 {
  color: #ffffff;
  text-align: left;
}
.cid-rxTA6sVDLh P {
  text-align: left;
}
.cid-rxTA6sVDLh H1 {
  text-align: left;
}
.cid-rwzGlVKCqP {
  background: #ffffff;
}
.cid-rwzGlVKCqP .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rwzGlVKCqP .mbr-figure {
  margin: 0 auto;
}
.cid-rwzGlVKCqP figcaption {
  position: relative;
}
.cid-rwzGlVKCqP figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rwzGlVKCqP .image-block {
    width: 100% !important;
  }
}
.cid-rxTAgt0LYt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rxTAgt0LYt H3 {
  color: #ffffff;
  text-align: left;
}
.cid-rxTAgt0LYt P {
  text-align: left;
}
.cid-rxTAgt0LYt H1 {
  text-align: left;
}
.cid-rwzGEDJLWh {
  background: #ffffff;
}
.cid-rwzGEDJLWh .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rwzGEDJLWh .mbr-figure {
  margin: 0 auto;
}
.cid-rwzGEDJLWh figcaption {
  position: relative;
}
.cid-rwzGEDJLWh figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rwzGEDJLWh .image-block {
    width: 100% !important;
  }
}
.cid-rxInuMNdOf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rwzH6f2VZ7 {
  background: #ffffff;
}
.cid-rwzH6f2VZ7 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rwzH6f2VZ7 .mbr-figure {
  margin: 0 auto;
}
.cid-rwzH6f2VZ7 figcaption {
  position: relative;
}
.cid-rwzH6f2VZ7 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rwzH6f2VZ7 .image-block {
    width: 100% !important;
  }
}
.cid-rwzH6fWZ6Q {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rwzH6fWZ6Q H3 {
  color: #db0730;
  text-align: left;
}
.cid-rwzH6fWZ6Q P {
  text-align: center;
}
.cid-rwzH6fWZ6Q H1 {
  text-align: left;
}
.cid-rxTyoS1NHd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rxTyoS1NHd H3 {
  color: #ffffff;
  text-align: left;
}
.cid-rxTyoS1NHd P {
  text-align: left;
}
.cid-rxTyoS1NHd H1 {
  text-align: left;
}
.cid-rwzH6hryaH {
  background: #ffffff;
}
.cid-rwzH6hryaH .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rwzH6hryaH .mbr-figure {
  margin: 0 auto;
}
.cid-rwzH6hryaH figcaption {
  position: relative;
}
.cid-rwzH6hryaH figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rwzH6hryaH .image-block {
    width: 100% !important;
  }
}
.cid-rxTu55GKnK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rxTu55GKnK H3 {
  color: #ffffff;
  text-align: left;
}
.cid-rxTu55GKnK P {
  text-align: left;
}
.cid-rxTu55GKnK H1 {
  text-align: left;
}
.cid-rwzH6iGl8R {
  background: #ffffff;
}
.cid-rwzH6iGl8R .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rwzH6iGl8R .mbr-figure {
  margin: 0 auto;
}
.cid-rwzH6iGl8R figcaption {
  position: relative;
}
.cid-rwzH6iGl8R figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rwzH6iGl8R .image-block {
    width: 100% !important;
  }
}
.cid-rxTtOnTIzc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rxTtOnTIzc H3 {
  color: #ffffff;
  text-align: left;
}
.cid-rxTtOnTIzc P {
  text-align: left;
}
.cid-rxTtOnTIzc H1 {
  text-align: left;
}
.cid-rwzH6jXsPd {
  background: #ffffff;
}
.cid-rwzH6jXsPd .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rwzH6jXsPd .mbr-figure {
  margin: 0 auto;
}
.cid-rwzH6jXsPd figcaption {
  position: relative;
}
.cid-rwzH6jXsPd figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rwzH6jXsPd .image-block {
    width: 100% !important;
  }
}
.cid-rwzH6le1Ad {
  background-image: url("../../../assets/images/04-2000x1115.jpg");
}
.cid-rwzH6le1Ad h1 {
  color: #616161;
}
.cid-rwzH6le1Ad h2,
.cid-rwzH6le1Ad h3,
.cid-rwzH6le1Ad p {
  color: #767676;
}
.cid-rwzH6le1Ad .mbr-section-subtitle {
  font-style: italic;
}
.cid-rwzH6le1Ad .mbr-text,
.cid-rwzH6le1Ad .mbr-section-btn {
  color: #ffffff;
}
.cid-rwzH6le1Ad H1 {
  color: #ffffff;
}
.cid-rwzH6le1Ad H3 {
  color: #ffffff;
}
.cid-rxTuPizQ1n {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rxTuPizQ1n H3 {
  color: #ffffff;
  text-align: left;
}
.cid-rxTuPizQ1n P {
  text-align: left;
}
.cid-rxTuPizQ1n H1 {
  text-align: left;
}
.cid-rwzH6mDFcE .modal-body .close {
  background: #1b1b1b;
}
.cid-rwzH6mDFcE .modal-body .close span {
  font-style: normal;
}
.cid-rwzH6mDFcE .carousel-inner > .active,
.cid-rwzH6mDFcE .carousel-inner > .next,
.cid-rwzH6mDFcE .carousel-inner > .prev {
  display: table;
}
.cid-rwzH6mDFcE .carousel-control .icon-next,
.cid-rwzH6mDFcE .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rwzH6mDFcE .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rwzH6mDFcE .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rwzH6mDFcE .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rwzH6mDFcE .boxed-slider > div {
  position: relative;
}
.cid-rwzH6mDFcE .container img {
  width: 100%;
}
.cid-rwzH6mDFcE .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rwzH6mDFcE .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rwzH6mDFcE .mbr-table-cell {
  padding: 0;
}
.cid-rwzH6mDFcE .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rwzH6mDFcE .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rwzH6mDFcE .mbr-overlay {
  z-index: 1;
}
.cid-rwzH6mDFcE .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rwzH6mDFcE .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rwzH6mDFcE .carousel-item .container {
    width: 100%;
  }
}
.cid-rwzH6mDFcE .carousel-item-next.carousel-item-left,
.cid-rwzH6mDFcE .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rwzH6mDFcE .active.carousel-item-right,
.cid-rwzH6mDFcE .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rwzH6mDFcE .active.carousel-item-left,
.cid-rwzH6mDFcE .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rwzH6mDFcE .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rwzH6mDFcE .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rwzH6mDFcE .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rwzH6mDFcE .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-rwzH6mDFcE .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rwzH6mDFcE .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rwzH6mDFcE .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-rwzH6mDFcE .mbr-slider .carousel-indicators li.active,
.cid-rwzH6mDFcE .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rwzH6mDFcE .mbr-slider .carousel-indicators li::after,
.cid-rwzH6mDFcE .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rwzH6mDFcE .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rwzH6mDFcE .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rwzH6mDFcE .mbr-slider > .container img {
  width: 100%;
}
.cid-rwzH6mDFcE .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rwzH6mDFcE .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rwzH6mDFcE .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rwzH6mDFcE .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rwzH6mDFcE .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rwzH6mDFcE .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rwzH6mDFcE .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rwzH6mDFcE .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rwzH6mDFcE .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rwzH6mDFcE .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rwzH6mDFcE .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rwzH6mDFcE .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rwzH6mDFcE .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rxTwj1UK8d {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rxTwj1UK8d H3 {
  color: #ffffff;
  text-align: left;
}
.cid-rxTwj1UK8d P {
  text-align: left;
}
.cid-rxTwj1UK8d H1 {
  text-align: left;
}
.cid-rwzH6o2UY7 {
  background: #ffffff;
}
.cid-rwzH6o2UY7 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rwzH6o2UY7 .mbr-figure {
  margin: 0 auto;
}
.cid-rwzH6o2UY7 figcaption {
  position: relative;
}
.cid-rwzH6o2UY7 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rwzH6o2UY7 .image-block {
    width: 100% !important;
  }
}
.cid-rxTwrCIIT2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #eeeeee;
}
.cid-rxTwrCIIT2 H3 {
  color: #000000;
  text-align: left;
}
.cid-rxTwrCIIT2 P {
  text-align: left;
  color: #000000;
}
.cid-rxTwrCIIT2 H1 {
  text-align: left;
  color: #000000;
}
.cid-rwzH6pehiF {
  background: #ffffff;
}
.cid-rwzH6pehiF .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rwzH6pehiF .mbr-figure {
  margin: 0 auto;
}
.cid-rwzH6pehiF figcaption {
  position: relative;
}
.cid-rwzH6pehiF figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rwzH6pehiF .image-block {
    width: 100% !important;
  }
}
.cid-rxTwyMBLeV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #eeeeee;
}
.cid-rxTwyMBLeV H3 {
  color: #000000;
  text-align: left;
}
.cid-rxTwyMBLeV P {
  text-align: left;
  color: #000000;
}
.cid-rxTwyMBLeV H1 {
  text-align: left;
  color: #000000;
}
.cid-rwzH6qB9g0 {
  background: #ffffff;
}
.cid-rwzH6qB9g0 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rwzH6qB9g0 .mbr-figure {
  margin: 0 auto;
}
.cid-rwzH6qB9g0 figcaption {
  position: relative;
}
.cid-rwzH6qB9g0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rwzH6qB9g0 .image-block {
    width: 100% !important;
  }
}
.cid-rxTwWjHTGZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #eeeeee;
}
.cid-rxTwWjHTGZ H3 {
  color: #000000;
  text-align: left;
}
.cid-rxTwWjHTGZ P {
  text-align: left;
  color: #000000;
}
.cid-rxTwWjHTGZ H1 {
  text-align: left;
  color: #000000;
}
.cid-rwzH6rP3TU {
  background: #ffffff;
}
.cid-rwzH6rP3TU .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rwzH6rP3TU .mbr-figure {
  margin: 0 auto;
}
.cid-rwzH6rP3TU figcaption {
  position: relative;
}
.cid-rwzH6rP3TU figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rwzH6rP3TU .image-block {
    width: 100% !important;
  }
}
.cid-rwzH6sqWkQ {
  background-image: url("../../../assets/images/04-1920x1058.jpg");
}
.cid-rwzH6sqWkQ h1 {
  color: #616161;
}
.cid-rwzH6sqWkQ h2,
.cid-rwzH6sqWkQ h3,
.cid-rwzH6sqWkQ p {
  color: #767676;
}
.cid-rwzH6sqWkQ .mbr-section-subtitle {
  font-style: italic;
}
.cid-rwzH6sqWkQ .mbr-text,
.cid-rwzH6sqWkQ .mbr-section-btn {
  text-align: right;
}
.cid-rwzH6sqWkQ H3 {
  text-align: right;
}
.cid-rwzH6sqWkQ H1 {
  text-align: right;
}
.cid-rxTxpr5ysH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rxTxpr5ysH H3 {
  color: #ffffff;
  text-align: left;
}
.cid-rxTxpr5ysH P {
  text-align: left;
}
.cid-rxTxpr5ysH H1 {
  text-align: left;
}
.cid-rwzH6tYlFa {
  background: #ffffff;
}
.cid-rwzH6tYlFa .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rwzH6tYlFa .mbr-figure {
  margin: 0 auto;
}
.cid-rwzH6tYlFa figcaption {
  position: relative;
}
.cid-rwzH6tYlFa figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rwzH6tYlFa .image-block {
    width: 100% !important;
  }
}
.cid-rxTxxXP70r {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rxTxxXP70r H3 {
  color: #ffffff;
  text-align: left;
}
.cid-rxTxxXP70r P {
  text-align: left;
}
.cid-rxTxxXP70r H1 {
  text-align: left;
}
.cid-rwzH6voOSo {
  background: #ffffff;
}
.cid-rwzH6voOSo .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rwzH6voOSo .mbr-figure {
  margin: 0 auto;
}
.cid-rwzH6voOSo figcaption {
  position: relative;
}
.cid-rwzH6voOSo figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rwzH6voOSo .image-block {
    width: 100% !important;
  }
}
.cid-rxTxLsSD2m {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rxTxLsSD2m H3 {
  color: #ffffff;
  text-align: left;
}
.cid-rxTxLsSD2m P {
  text-align: left;
}
.cid-rxTxLsSD2m H1 {
  text-align: left;
}
.cid-rwzH6wJkKu {
  background: #ffffff;
}
.cid-rwzH6wJkKu .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rwzH6wJkKu .mbr-figure {
  margin: 0 auto;
}
.cid-rwzH6wJkKu figcaption {
  position: relative;
}
.cid-rwzH6wJkKu figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rwzH6wJkKu .image-block {
    width: 100% !important;
  }
}
.cid-rxTxZIBIxJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rxTxZIBIxJ H3 {
  color: #ffffff;
  text-align: left;
}
.cid-rxTxZIBIxJ P {
  text-align: left;
}
.cid-rxTxZIBIxJ H1 {
  text-align: left;
}
.cid-rwzH6y1iCl {
  background: #ffffff;
}
.cid-rwzH6y1iCl .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rwzH6y1iCl .mbr-figure {
  margin: 0 auto;
}
.cid-rwzH6y1iCl figcaption {
  position: relative;
}
.cid-rwzH6y1iCl figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rwzH6y1iCl .image-block {
    width: 100% !important;
  }
}
.cid-rxInozWMs4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rwyI9mXwfq {
  background: #ffffff;
}
.cid-rwyI9mXwfq .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rwyI9mXwfq .mbr-figure {
  margin: 0 auto;
}
.cid-rwyI9mXwfq figcaption {
  position: relative;
}
.cid-rwyI9mXwfq figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rwyI9mXwfq .image-block {
    width: 100% !important;
  }
}
.cid-rwyIjBPzKn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rwyIjBPzKn H3 {
  color: #db0730;
  text-align: left;
}
.cid-rwyIjBPzKn P {
  text-align: center;
}
.cid-rwyIjBPzKn H1 {
  text-align: left;
}
.cid-rwyICqEOQE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rwyICqEOQE H3 {
  color: #db0730;
  text-align: left;
}
.cid-rwyICqEOQE P {
  text-align: left;
}
.cid-rwyICqEOQE H1 {
  text-align: left;
}
.cid-rwyIEVgqbe {
  background: #ffffff;
}
.cid-rwyIEVgqbe .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rwyIEVgqbe .mbr-figure {
  margin: 0 auto;
}
.cid-rwyIEVgqbe figcaption {
  position: relative;
}
.cid-rwyIEVgqbe figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rwyIEVgqbe .image-block {
    width: 100% !important;
  }
}
.cid-rwyJzzIcwI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rwyJzzIcwI H3 {
  color: #db0730;
  text-align: left;
}
.cid-rwyJzzIcwI P {
  text-align: left;
}
.cid-rwyJzzIcwI H1 {
  text-align: left;
}
.cid-rwyJVwWzJ5 {
  background: #ffffff;
}
.cid-rwyJVwWzJ5 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rwyJVwWzJ5 .mbr-figure {
  margin: 0 auto;
}
.cid-rwyJVwWzJ5 figcaption {
  position: relative;
}
.cid-rwyJVwWzJ5 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rwyJVwWzJ5 .image-block {
    width: 100% !important;
  }
}
.cid-rwyK1LPrVa {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rwyK1LPrVa H3 {
  color: #db0730;
  text-align: left;
}
.cid-rwyK1LPrVa P {
  text-align: left;
}
.cid-rwyK1LPrVa H1 {
  text-align: left;
}
.cid-rwyMcQVQdu {
  background: #ffffff;
}
.cid-rwyMcQVQdu .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rwyMcQVQdu .mbr-figure {
  margin: 0 auto;
}
.cid-rwyMcQVQdu figcaption {
  position: relative;
}
.cid-rwyMcQVQdu figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rwyMcQVQdu .image-block {
    width: 100% !important;
  }
}
.cid-rwyMi77NoC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rwyMi77NoC H3 {
  color: #db0730;
  text-align: left;
}
.cid-rwyMi77NoC P {
  text-align: left;
}
.cid-rwyMi77NoC H1 {
  text-align: left;
}
.cid-rwyMqDVY5x {
  background: #ffffff;
}
.cid-rwyMqDVY5x .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rwyMqDVY5x .mbr-figure {
  margin: 0 auto;
}
.cid-rwyMqDVY5x figcaption {
  position: relative;
}
.cid-rwyMqDVY5x figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rwyMqDVY5x .image-block {
    width: 100% !important;
  }
}
.cid-rwyMX4RuHZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-rwyMX4RuHZ .card-img {
  background-color: #fff;
}
.cid-rwyMX4RuHZ .card-box {
  background-color: #232323;
  padding: 2rem;
}
.cid-rwyMX4RuHZ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rwyMX4RuHZ p {
  text-align: left;
}
.cid-rwyMX4RuHZ .mbr-text {
  color: #ffffff;
}
.cid-rwyMX4RuHZ .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rwyMX4RuHZ .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-rwyMX4RuHZ .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-rwyMX4RuHZ .card-title {
  color: #6ce300;
  text-align: left;
}
.cid-rwyMVfB4KE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rwyMVfB4KE H3 {
  color: #db0730;
  text-align: left;
}
.cid-rwyMVfB4KE P {
  text-align: left;
}
.cid-rwyMVfB4KE H1 {
  text-align: left;
}
.cid-rwyN9OvPHz {
  background: #ffffff;
}
.cid-rwyN9OvPHz .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rwyN9OvPHz .mbr-figure {
  margin: 0 auto;
}
.cid-rwyN9OvPHz figcaption {
  position: relative;
}
.cid-rwyN9OvPHz figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rwyN9OvPHz .image-block {
    width: 100% !important;
  }
}
.cid-rwyRobWXda {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rwyRobWXda H3 {
  color: #db0730;
  text-align: left;
}
.cid-rwyRobWXda P {
  text-align: left;
}
.cid-rwyRobWXda H1 {
  text-align: left;
}
.cid-rwyRGxALfO {
  background: #ffffff;
}
.cid-rwyRGxALfO .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rwyRGxALfO .mbr-figure {
  margin: 0 auto;
}
.cid-rwyRGxALfO figcaption {
  position: relative;
}
.cid-rwyRGxALfO figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rwyRGxALfO .image-block {
    width: 100% !important;
  }
}
.cid-rwyRJBh0Rx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rwyRJBh0Rx H3 {
  color: #db0730;
  text-align: left;
}
.cid-rwyRJBh0Rx P {
  text-align: left;
}
.cid-rwyRJBh0Rx H1 {
  text-align: left;
}
.cid-rwyS3p3vsv {
  background: #ffffff;
}
.cid-rwyS3p3vsv .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rwyS3p3vsv .mbr-figure {
  margin: 0 auto;
}
.cid-rwyS3p3vsv figcaption {
  position: relative;
}
.cid-rwyS3p3vsv figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rwyS3p3vsv .image-block {
    width: 100% !important;
  }
}
.cid-rwyScKicOj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rwyScKicOj H3 {
  color: #db0730;
  text-align: left;
}
.cid-rwyScKicOj P {
  text-align: left;
}
.cid-rwyScKicOj H1 {
  text-align: left;
}
.cid-rwySlxnoe3 {
  background: #ffffff;
}
.cid-rwySlxnoe3 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rwySlxnoe3 .mbr-figure {
  margin: 0 auto;
}
.cid-rwySlxnoe3 figcaption {
  position: relative;
}
.cid-rwySlxnoe3 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rwySlxnoe3 .image-block {
    width: 100% !important;
  }
}
.cid-rwySAuBDZE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rwySAuBDZE H3 {
  color: #db0730;
  text-align: left;
}
.cid-rwySAuBDZE P {
  text-align: left;
}
.cid-rwySAuBDZE H1 {
  text-align: left;
}
.cid-rwyTearzzH {
  background: #ffffff;
}
.cid-rwyTearzzH .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rwyTearzzH .mbr-figure {
  margin: 0 auto;
}
.cid-rwyTearzzH figcaption {
  position: relative;
}
.cid-rwyTearzzH figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rwyTearzzH .image-block {
    width: 100% !important;
  }
}
.cid-rwyTuWOVzA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rwyTuWOVzA H3 {
  color: #db0730;
  text-align: left;
}
.cid-rwyTuWOVzA P {
  text-align: left;
}
.cid-rwyTuWOVzA H1 {
  text-align: left;
}
.cid-rwyTBMSWYr {
  background: #ffffff;
}
.cid-rwyTBMSWYr .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rwyTBMSWYr .mbr-figure {
  margin: 0 auto;
}
.cid-rwyTBMSWYr figcaption {
  position: relative;
}
.cid-rwyTBMSWYr figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rwyTBMSWYr .image-block {
    width: 100% !important;
  }
}
.cid-rwyTK0ieax {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rwyTK0ieax H3 {
  color: #db0730;
  text-align: left;
}
.cid-rwyTK0ieax P {
  text-align: left;
}
.cid-rwyTK0ieax H1 {
  text-align: left;
}
.cid-rwyTOTvZ48 {
  background: #ffffff;
}
.cid-rwyTOTvZ48 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rwyTOTvZ48 .mbr-figure {
  margin: 0 auto;
}
.cid-rwyTOTvZ48 figcaption {
  position: relative;
}
.cid-rwyTOTvZ48 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rwyTOTvZ48 .image-block {
    width: 100% !important;
  }
}
.cid-rxInl3h9qL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rwz0G4Gpow {
  background: #ffffff;
}
.cid-rwz0G4Gpow .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rwz0G4Gpow .mbr-figure {
  margin: 0 auto;
}
.cid-rwz0G4Gpow figcaption {
  position: relative;
}
.cid-rwz0G4Gpow figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rwz0G4Gpow .image-block {
    width: 100% !important;
  }
}
.cid-rwz0G5psTk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rwz0G5psTk H3 {
  color: #db0730;
  text-align: left;
}
.cid-rwz0G5psTk P {
  text-align: center;
}
.cid-rwz0G5psTk H1 {
  text-align: left;
}
.cid-rwz0G5XPOL {
  background: #ffffff;
}
.cid-rwz0G5XPOL .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rwz0G5XPOL .mbr-figure {
  margin: 0 auto;
}
.cid-rwz0G5XPOL figcaption {
  position: relative;
}
.cid-rwz0G5XPOL figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rwz0G5XPOL .image-block {
    width: 100% !important;
  }
}
.cid-rwz0G6m43Z {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rwz0G6m43Z H3 {
  color: #ff6d00;
  text-align: left;
}
.cid-rwz0G6m43Z P {
  text-align: left;
}
.cid-rwz0G6m43Z H1 {
  text-align: left;
}
.cid-rwz0G6ZZL8 {
  background: #ffffff;
}
.cid-rwz0G6ZZL8 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rwz0G6ZZL8 .mbr-figure {
  margin: 0 auto;
}
.cid-rwz0G6ZZL8 figcaption {
  position: relative;
}
.cid-rwz0G6ZZL8 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rwz0G6ZZL8 .image-block {
    width: 100% !important;
  }
}
.cid-rwz0G7obuQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rwz0G7obuQ H3 {
  color: #ff6d00;
  text-align: left;
}
.cid-rwz0G7obuQ P {
  text-align: left;
}
.cid-rwz0G7obuQ H1 {
  text-align: left;
}
.cid-rwz0G80X9P {
  background: #ffffff;
}
.cid-rwz0G80X9P .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rwz0G80X9P .mbr-figure {
  margin: 0 auto;
}
.cid-rwz0G80X9P figcaption {
  position: relative;
}
.cid-rwz0G80X9P figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rwz0G80X9P .image-block {
    width: 100% !important;
  }
}
.cid-rwz0G8p80s {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rwz0G8p80s H3 {
  color: #ff6d00;
  text-align: left;
}
.cid-rwz0G8p80s P {
  text-align: left;
}
.cid-rwz0G8p80s H1 {
  text-align: left;
}
.cid-rwz0G8UnLD {
  background: #ffffff;
}
.cid-rwz0G8UnLD .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rwz0G8UnLD .mbr-figure {
  margin: 0 auto;
}
.cid-rwz0G8UnLD figcaption {
  position: relative;
}
.cid-rwz0G8UnLD figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rwz0G8UnLD .image-block {
    width: 100% !important;
  }
}
.cid-rwz0G9rPgW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rwz0G9rPgW H3 {
  color: #ff6d00;
  text-align: left;
}
.cid-rwz0G9rPgW P {
  text-align: left;
}
.cid-rwz0G9rPgW H1 {
  text-align: left;
}
.cid-rwz0G9WpXo {
  background: #ffffff;
}
.cid-rwz0G9WpXo .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rwz0G9WpXo .mbr-figure {
  margin: 0 auto;
}
.cid-rwz0G9WpXo figcaption {
  position: relative;
}
.cid-rwz0G9WpXo figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rwz0G9WpXo .image-block {
    width: 100% !important;
  }
}
.cid-rwz0Gau2Dm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-rwz0Gau2Dm .card-img {
  background-color: #fff;
}
.cid-rwz0Gau2Dm .card-box {
  background-color: #232323;
  padding: 2rem;
}
.cid-rwz0Gau2Dm h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rwz0Gau2Dm p {
  text-align: left;
}
.cid-rwz0Gau2Dm .mbr-text {
  color: #ffffff;
}
.cid-rwz0Gau2Dm .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rwz0Gau2Dm .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-rwz0Gau2Dm .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-rwz0Gau2Dm .card-title {
  color: #6ce300;
  text-align: left;
}
.cid-rwz0GbvDfJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rwz0GbvDfJ H3 {
  color: #ff6d00;
  text-align: left;
}
.cid-rwz0GbvDfJ P {
  text-align: left;
}
.cid-rwz0GbvDfJ H1 {
  text-align: left;
}
.cid-rwz0Gc1sUU {
  background: #ffffff;
}
.cid-rwz0Gc1sUU .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rwz0Gc1sUU .mbr-figure {
  margin: 0 auto;
}
.cid-rwz0Gc1sUU figcaption {
  position: relative;
}
.cid-rwz0Gc1sUU figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rwz0Gc1sUU .image-block {
    width: 100% !important;
  }
}
.cid-rwz0GcsW2w {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rwz0GcsW2w H3 {
  color: #ff6d00;
  text-align: left;
}
.cid-rwz0GcsW2w P {
  text-align: left;
}
.cid-rwz0GcsW2w H1 {
  text-align: left;
}
.cid-rwz0GcYZKb {
  background: #ffffff;
}
.cid-rwz0GcYZKb .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rwz0GcYZKb .mbr-figure {
  margin: 0 auto;
}
.cid-rwz0GcYZKb figcaption {
  position: relative;
}
.cid-rwz0GcYZKb figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rwz0GcYZKb .image-block {
    width: 100% !important;
  }
}
.cid-rwz0Gdrmz5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rwz0Gdrmz5 H3 {
  color: #ff6d00;
  text-align: left;
}
.cid-rwz0Gdrmz5 P {
  text-align: left;
}
.cid-rwz0Gdrmz5 H1 {
  text-align: left;
}
.cid-rwz0Ge5tmF {
  background: #ffffff;
}
.cid-rwz0Ge5tmF .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rwz0Ge5tmF .mbr-figure {
  margin: 0 auto;
}
.cid-rwz0Ge5tmF figcaption {
  position: relative;
}
.cid-rwz0Ge5tmF figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rwz0Ge5tmF .image-block {
    width: 100% !important;
  }
}
.cid-rwz0GexXhh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rwz0GexXhh H3 {
  color: #ff6d00;
  text-align: left;
}
.cid-rwz0GexXhh P {
  text-align: left;
}
.cid-rwz0GexXhh H1 {
  text-align: left;
}
.cid-rwz0Gf3TW3 {
  background: #ffffff;
}
.cid-rwz0Gf3TW3 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rwz0Gf3TW3 .mbr-figure {
  margin: 0 auto;
}
.cid-rwz0Gf3TW3 figcaption {
  position: relative;
}
.cid-rwz0Gf3TW3 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rwz0Gf3TW3 .image-block {
    width: 100% !important;
  }
}
.cid-rwz0GfvBud {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rwz0GfvBud H3 {
  color: #ff6d00;
  text-align: left;
}
.cid-rwz0GfvBud P {
  text-align: left;
}
.cid-rwz0GfvBud H1 {
  text-align: left;
}
.cid-rwz0GgaW1i {
  background: #ffffff;
}
.cid-rwz0GgaW1i .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rwz0GgaW1i .mbr-figure {
  margin: 0 auto;
}
.cid-rwz0GgaW1i figcaption {
  position: relative;
}
.cid-rwz0GgaW1i figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rwz0GgaW1i .image-block {
    width: 100% !important;
  }
}
.cid-rwz0GgCD5M {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rwz0GgCD5M H3 {
  color: #ff6d00;
  text-align: left;
}
.cid-rwz0GgCD5M P {
  text-align: left;
}
.cid-rwz0GgCD5M H1 {
  text-align: left;
}
.cid-rwz0Ghaevo {
  background: #ffffff;
}
.cid-rwz0Ghaevo .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rwz0Ghaevo .mbr-figure {
  margin: 0 auto;
}
.cid-rwz0Ghaevo figcaption {
  position: relative;
}
.cid-rwz0Ghaevo figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rwz0Ghaevo .image-block {
    width: 100% !important;
  }
}
.cid-rwz0GhDWcY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rwz0GhDWcY H3 {
  color: #ff6d00;
  text-align: left;
}
.cid-rwz0GhDWcY P {
  text-align: left;
}
.cid-rwz0GhDWcY H1 {
  text-align: left;
}
.cid-rwz0GidEV0 {
  background: #ffffff;
}
.cid-rwz0GidEV0 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rwz0GidEV0 .mbr-figure {
  margin: 0 auto;
}
.cid-rwz0GidEV0 figcaption {
  position: relative;
}
.cid-rwz0GidEV0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rwz0GidEV0 .image-block {
    width: 100% !important;
  }
}
.cid-rwz0GiPE8B {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rwz0GiPE8B H3 {
  color: #ff6d00;
  text-align: left;
}
.cid-rwz0GiPE8B P {
  text-align: left;
}
.cid-rwz0GiPE8B H1 {
  text-align: left;
}
.cid-rwz0GjniZm {
  background: #ffffff;
}
.cid-rwz0GjniZm .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rwz0GjniZm .mbr-figure {
  margin: 0 auto;
}
.cid-rwz0GjniZm figcaption {
  position: relative;
}
.cid-rwz0GjniZm figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rwz0GjniZm .image-block {
    width: 100% !important;
  }
}
.cid-rwz0GjQLdu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rwz0GjQLdu .card-img {
  background-color: #fff;
}
.cid-rwz0GjQLdu .card-box {
  background-color: #232323;
  padding: 2rem;
}
.cid-rwz0GjQLdu h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rwz0GjQLdu p {
  text-align: left;
}
.cid-rwz0GjQLdu .mbr-text {
  color: #ffffff;
}
.cid-rwz0GjQLdu .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rwz0GjQLdu .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-rwz0GjQLdu .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-rwz0GjQLdu .card-title {
  color: #ff6d00;
  text-align: left;
}
.cid-rxTJ8WyVPn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rxTJ8XnHBJ {
  background: #ffffff;
}
.cid-rxTJ8XnHBJ .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxTJ8XnHBJ .mbr-figure {
  margin: 0 auto;
}
.cid-rxTJ8XnHBJ figcaption {
  position: relative;
}
.cid-rxTJ8XnHBJ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxTJ8XnHBJ .image-block {
    width: 100% !important;
  }
}
.cid-shPLwUGzoq {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-shPLwUGzoq H3 {
  color: #db0730;
  text-align: left;
}
.cid-shPLwUGzoq P {
  text-align: center;
}
.cid-shPLwUGzoq H1 {
  text-align: left;
}
.cid-shPJsJX6M6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-shPJsJX6M6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-shPJsJX6M6 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-shPJsJX6M6 .text-wrapper {
    padding: 2rem;
  }
}
.cid-shPJsJX6M6 .mbr-text {
  color: #ffffff;
}
.cid-shPJsJX6M6 .mbr-section-title {
  color: #ffffff;
}
.cid-rxTJ8XMfT9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rxTJ8XMfT9 H3 {
  color: #db0730;
  text-align: left;
}
.cid-rxTJ8XMfT9 P {
  text-align: center;
}
.cid-rxTJ8XMfT9 H1 {
  text-align: left;
}
.cid-rxTJ8YisM2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rxTJ8YisM2 H3 {
  color: #ffffff;
  text-align: left;
}
.cid-rxTJ8YisM2 P {
  text-align: left;
}
.cid-rxTJ8YisM2 H1 {
  text-align: left;
}
.cid-rxTJ8YMvYv {
  background: #ffffff;
}
.cid-rxTJ8YMvYv .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxTJ8YMvYv .mbr-figure {
  margin: 0 auto;
}
.cid-rxTJ8YMvYv figcaption {
  position: relative;
}
.cid-rxTJ8YMvYv figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxTJ8YMvYv .image-block {
    width: 100% !important;
  }
}
.cid-rxTJ8ZkITH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rxTJ8ZkITH H3 {
  color: #ffffff;
  text-align: left;
}
.cid-rxTJ8ZkITH P {
  text-align: left;
}
.cid-rxTJ8ZkITH H1 {
  text-align: left;
}
.cid-rxTJ8ZQ9P1 .modal-body .close {
  background: #1b1b1b;
}
.cid-rxTJ8ZQ9P1 .modal-body .close span {
  font-style: normal;
}
.cid-rxTJ8ZQ9P1 .carousel-inner > .active,
.cid-rxTJ8ZQ9P1 .carousel-inner > .next,
.cid-rxTJ8ZQ9P1 .carousel-inner > .prev {
  display: table;
}
.cid-rxTJ8ZQ9P1 .carousel-control .icon-next,
.cid-rxTJ8ZQ9P1 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rxTJ8ZQ9P1 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rxTJ8ZQ9P1 .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rxTJ8ZQ9P1 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rxTJ8ZQ9P1 .boxed-slider > div {
  position: relative;
}
.cid-rxTJ8ZQ9P1 .container img {
  width: 100%;
}
.cid-rxTJ8ZQ9P1 .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rxTJ8ZQ9P1 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rxTJ8ZQ9P1 .mbr-table-cell {
  padding: 0;
}
.cid-rxTJ8ZQ9P1 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rxTJ8ZQ9P1 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rxTJ8ZQ9P1 .mbr-overlay {
  z-index: 1;
}
.cid-rxTJ8ZQ9P1 .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rxTJ8ZQ9P1 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rxTJ8ZQ9P1 .carousel-item .container {
    width: 100%;
  }
}
.cid-rxTJ8ZQ9P1 .carousel-item-next.carousel-item-left,
.cid-rxTJ8ZQ9P1 .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rxTJ8ZQ9P1 .active.carousel-item-right,
.cid-rxTJ8ZQ9P1 .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rxTJ8ZQ9P1 .active.carousel-item-left,
.cid-rxTJ8ZQ9P1 .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rxTJ8ZQ9P1 .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rxTJ8ZQ9P1 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rxTJ8ZQ9P1 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rxTJ8ZQ9P1 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-rxTJ8ZQ9P1 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rxTJ8ZQ9P1 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rxTJ8ZQ9P1 .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-rxTJ8ZQ9P1 .mbr-slider .carousel-indicators li.active,
.cid-rxTJ8ZQ9P1 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rxTJ8ZQ9P1 .mbr-slider .carousel-indicators li::after,
.cid-rxTJ8ZQ9P1 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rxTJ8ZQ9P1 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rxTJ8ZQ9P1 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rxTJ8ZQ9P1 .mbr-slider > .container img {
  width: 100%;
}
.cid-rxTJ8ZQ9P1 .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rxTJ8ZQ9P1 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rxTJ8ZQ9P1 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rxTJ8ZQ9P1 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rxTJ8ZQ9P1 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rxTJ8ZQ9P1 .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rxTJ8ZQ9P1 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rxTJ8ZQ9P1 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rxTJ8ZQ9P1 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rxTJ8ZQ9P1 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rxTJ8ZQ9P1 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rxTJ8ZQ9P1 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rxTJ8ZQ9P1 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rxTJ90p6Mu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rxTJ90p6Mu H3 {
  color: #ffffff;
  text-align: left;
}
.cid-rxTJ90p6Mu P {
  text-align: left;
}
.cid-rxTJ90p6Mu H1 {
  text-align: left;
}
.cid-rxTJ90VqnQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-rxTJ90VqnQ .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rxTJ90VqnQ .modal-body .close {
  background: #1b1b1b;
}
.cid-rxTJ90VqnQ .modal-body .close span {
  font-style: normal;
}
.cid-rxTJ90VqnQ .carousel-inner > .active,
.cid-rxTJ90VqnQ .carousel-inner > .next,
.cid-rxTJ90VqnQ .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-rxTJ90VqnQ .carousel-control .icon-next,
.cid-rxTJ90VqnQ .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rxTJ90VqnQ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rxTJ90VqnQ .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-rxTJ90VqnQ .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-rxTJ90VqnQ .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rxTJ90VqnQ .boxed-slider > div {
  position: relative;
}
.cid-rxTJ90VqnQ .container img {
  width: 100%;
}
.cid-rxTJ90VqnQ .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rxTJ90VqnQ .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rxTJ90VqnQ .mbr-table-cell {
  padding: 0;
}
.cid-rxTJ90VqnQ .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rxTJ90VqnQ .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rxTJ90VqnQ .mbr-overlay {
  z-index: 1;
}
.cid-rxTJ90VqnQ .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rxTJ90VqnQ .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rxTJ90VqnQ .carousel-item .container {
    width: 100%;
  }
}
.cid-rxTJ90VqnQ .carousel-item-next.carousel-item-left,
.cid-rxTJ90VqnQ .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rxTJ90VqnQ .active.carousel-item-right,
.cid-rxTJ90VqnQ .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rxTJ90VqnQ .active.carousel-item-left,
.cid-rxTJ90VqnQ .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rxTJ90VqnQ .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rxTJ90VqnQ .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rxTJ90VqnQ .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rxTJ90VqnQ .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-rxTJ90VqnQ .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rxTJ90VqnQ .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rxTJ90VqnQ .mbr-slider .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: .5;
  transition: all .3s;
}
.cid-rxTJ90VqnQ .mbr-slider .carousel-indicators li.active,
.cid-rxTJ90VqnQ .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rxTJ90VqnQ .mbr-slider .carousel-indicators li::after,
.cid-rxTJ90VqnQ .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rxTJ90VqnQ .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rxTJ90VqnQ .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rxTJ90VqnQ .mbr-slider > .container img {
  width: 100%;
}
.cid-rxTJ90VqnQ .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rxTJ90VqnQ .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rxTJ90VqnQ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rxTJ90VqnQ .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rxTJ90VqnQ .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rxTJ90VqnQ .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rxTJ90VqnQ .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rxTJ90VqnQ .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rxTJ90VqnQ .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rxTJ90VqnQ .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rxTJ90VqnQ .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rxTJ90VqnQ .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rxTJ90VqnQ .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rxTJ90VqnQ .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-rxTJ90VqnQ .carousel-inner {
  height: 100%;
}
.cid-rxTJ90VqnQ .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-rxTJ90VqnQ .image_wrapper {
  height: 300px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-rxTJ90VqnQ .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-rxTJ90VqnQ .carousel-item .container-slide {
  text-align: center;
}
.cid-rxTJ90VqnQ .content-slider-wrap {
  width: 100%;
}
.cid-rxTJ91qImB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rxTJ91qImB H3 {
  color: #ffffff;
  text-align: left;
}
.cid-rxTJ91qImB P {
  text-align: left;
}
.cid-rxTJ91qImB H1 {
  text-align: left;
}
.cid-rxTJ91XHCg {
  background: #ffffff;
}
.cid-rxTJ91XHCg .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxTJ91XHCg .mbr-figure {
  margin: 0 auto;
}
.cid-rxTJ91XHCg figcaption {
  position: relative;
}
.cid-rxTJ91XHCg figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxTJ91XHCg .image-block {
    width: 100% !important;
  }
}
.cid-rxTJ92ouG5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rxTJ92ouG5 H3 {
  color: #ffffff;
  text-align: left;
}
.cid-rxTJ92ouG5 P {
  text-align: left;
}
.cid-rxTJ92ouG5 H1 {
  text-align: left;
}
.cid-rxTJ93bNRi {
  background: #ffffff;
}
.cid-rxTJ93bNRi .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxTJ93bNRi .mbr-figure {
  margin: 0 auto;
}
.cid-rxTJ93bNRi figcaption {
  position: relative;
}
.cid-rxTJ93bNRi figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxTJ93bNRi .image-block {
    width: 100% !important;
  }
}
.cid-rxTJ93Dtvn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rxTJ93Dtvn H3 {
  color: #ffffff;
  text-align: left;
}
.cid-rxTJ93Dtvn P {
  text-align: left;
}
.cid-rxTJ93Dtvn H1 {
  text-align: left;
}
.cid-rxTJ94aUxZ {
  background: #ffffff;
}
.cid-rxTJ94aUxZ .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxTJ94aUxZ .mbr-figure {
  margin: 0 auto;
}
.cid-rxTJ94aUxZ figcaption {
  position: relative;
}
.cid-rxTJ94aUxZ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxTJ94aUxZ .image-block {
    width: 100% !important;
  }
}
.cid-rxTJ94DMTI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rxTJ94DMTI H3 {
  color: #ffffff;
  text-align: left;
}
.cid-rxTJ94DMTI P {
  text-align: left;
}
.cid-rxTJ94DMTI H1 {
  text-align: left;
}
.cid-rxTJ959VxY {
  background: #ffffff;
}
.cid-rxTJ959VxY .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxTJ959VxY .mbr-figure {
  margin: 0 auto;
}
.cid-rxTJ959VxY figcaption {
  position: relative;
}
.cid-rxTJ959VxY figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxTJ959VxY .image-block {
    width: 100% !important;
  }
}
.cid-rxU6VSxAYO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rxU6VSxAYO H3 {
  color: #ffffff;
  text-align: left;
}
.cid-rxU6VSxAYO P {
  text-align: left;
}
.cid-rxU6VSxAYO H1 {
  text-align: left;
}
.cid-rxU73OEaCq {
  background: #ffffff;
}
.cid-rxU73OEaCq .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxU73OEaCq .mbr-figure {
  margin: 0 auto;
}
.cid-rxU73OEaCq figcaption {
  position: relative;
}
.cid-rxU73OEaCq figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxU73OEaCq .image-block {
    width: 100% !important;
  }
}
.cid-rxTJ95B0On {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rxTJ95B0On H3 {
  color: #ffffff;
  text-align: left;
}
.cid-rxTJ95B0On P {
  text-align: left;
}
.cid-rxTJ95B0On H1 {
  text-align: left;
}
.cid-rxTJ968g2M {
  background: #ffffff;
}
.cid-rxTJ968g2M .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxTJ968g2M .mbr-figure {
  margin: 0 auto;
}
.cid-rxTJ968g2M figcaption {
  position: relative;
}
.cid-rxTJ968g2M figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxTJ968g2M .image-block {
    width: 100% !important;
  }
}
.cid-rxU7cdWkIz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rxU7cdWkIz H3 {
  color: #ffffff;
  text-align: left;
}
.cid-rxU7cdWkIz P {
  text-align: left;
}
.cid-rxU7cdWkIz H1 {
  text-align: left;
}
.cid-rxU79S5D2s {
  background: #ffffff;
}
.cid-rxU79S5D2s .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxU79S5D2s .mbr-figure {
  margin: 0 auto;
}
.cid-rxU79S5D2s figcaption {
  position: relative;
}
.cid-rxU79S5D2s figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxU79S5D2s .image-block {
    width: 100% !important;
  }
}
.cid-rxU7yYxh8C {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rxU7yYxh8C H3 {
  color: #ffffff;
  text-align: left;
}
.cid-rxU7yYxh8C P {
  text-align: left;
}
.cid-rxU7yYxh8C H1 {
  text-align: left;
}
.cid-rxU7B0C3Fl {
  background: #ffffff;
}
.cid-rxU7B0C3Fl .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxU7B0C3Fl .mbr-figure {
  margin: 0 auto;
}
.cid-rxU7B0C3Fl figcaption {
  position: relative;
}
.cid-rxU7B0C3Fl figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxU7B0C3Fl .image-block {
    width: 100% !important;
  }
}
.cid-rxTJ96zdWP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rxTJ96zdWP H3 {
  color: #ffffff;
  text-align: left;
}
.cid-rxTJ96zdWP P {
  text-align: left;
}
.cid-rxTJ96zdWP H1 {
  text-align: left;
}
.cid-rxTJ976e4M {
  background: #ffffff;
}
.cid-rxTJ976e4M .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxTJ976e4M .mbr-figure {
  margin: 0 auto;
}
.cid-rxTJ976e4M figcaption {
  position: relative;
}
.cid-rxTJ976e4M figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxTJ976e4M .image-block {
    width: 100% !important;
  }
}
.cid-rxTJ97JmzD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rxTJ97JmzD H3 {
  color: #ffffff;
  text-align: left;
}
.cid-rxTJ97JmzD P {
  text-align: left;
}
.cid-rxTJ97JmzD H1 {
  text-align: left;
}
.cid-rxTJ98fkKd {
  background: #ffffff;
}
.cid-rxTJ98fkKd .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxTJ98fkKd .mbr-figure {
  margin: 0 auto;
}
.cid-rxTJ98fkKd figcaption {
  position: relative;
}
.cid-rxTJ98fkKd figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxTJ98fkKd .image-block {
    width: 100% !important;
  }
}
.cid-rxTJ98HzLi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rxTJ98HzLi H3 {
  color: #ffffff;
  text-align: left;
}
.cid-rxTJ98HzLi P {
  text-align: left;
}
.cid-rxTJ98HzLi H1 {
  text-align: left;
}
.cid-rxTJ99fbOU {
  background: #ffffff;
}
.cid-rxTJ99fbOU .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxTJ99fbOU .mbr-figure {
  margin: 0 auto;
}
.cid-rxTJ99fbOU figcaption {
  position: relative;
}
.cid-rxTJ99fbOU figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxTJ99fbOU .image-block {
    width: 100% !important;
  }
}
.cid-rxTJ99IYIj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rxTJ99IYIj H3 {
  color: #ffffff;
  text-align: left;
}
.cid-rxTJ99IYIj P {
  text-align: left;
}
.cid-rxTJ99IYIj H1 {
  text-align: left;
}
.cid-rxTJ9aivm3 {
  background: #ffffff;
}
.cid-rxTJ9aivm3 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxTJ9aivm3 .mbr-figure {
  margin: 0 auto;
}
.cid-rxTJ9aivm3 figcaption {
  position: relative;
}
.cid-rxTJ9aivm3 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxTJ9aivm3 .image-block {
    width: 100% !important;
  }
}
.cid-rxInQfRovn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rxCu2D7X3P {
  background: #ffffff;
}
.cid-rxCu2D7X3P .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxCu2D7X3P .mbr-figure {
  margin: 0 auto;
}
.cid-rxCu2D7X3P figcaption {
  position: relative;
}
.cid-rxCu2D7X3P figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxCu2D7X3P .image-block {
    width: 100% !important;
  }
}
.cid-rxCu8WjpYA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxCu8WjpYA H3 {
  color: #232323;
  text-align: left;
}
.cid-rxCu8WjpYA P {
  text-align: left;
  color: #232323;
}
.cid-rxCu8WjpYA H1 {
  text-align: left;
  color: #232323;
}
.cid-rxCudIeN99 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxCudIeN99 H3 {
  color: #232323;
  text-align: left;
}
.cid-rxCudIeN99 P {
  text-align: left;
  color: #232323;
}
.cid-rxCudIeN99 H1 {
  text-align: left;
  color: #232323;
}
.cid-rxCuEuCK8r {
  background: #ffffff;
}
.cid-rxCuEuCK8r .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxCuEuCK8r .mbr-figure {
  margin: 0 auto;
}
.cid-rxCuEuCK8r figcaption {
  position: relative;
}
.cid-rxCuEuCK8r figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxCuEuCK8r .image-block {
    width: 100% !important;
  }
}
.cid-rxCuJZmOL8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxCuJZmOL8 H3 {
  color: #232323;
  text-align: left;
}
.cid-rxCuJZmOL8 P {
  text-align: left;
  color: #232323;
}
.cid-rxCuJZmOL8 H1 {
  text-align: left;
  color: #232323;
}
.cid-rxCuOHXFDm {
  background: #ffffff;
}
.cid-rxCuOHXFDm .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxCuOHXFDm .mbr-figure {
  margin: 0 auto;
}
.cid-rxCuOHXFDm figcaption {
  position: relative;
}
.cid-rxCuOHXFDm figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxCuOHXFDm .image-block {
    width: 100% !important;
  }
}
.cid-rxCv0kp4Hs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxCv0kp4Hs H3 {
  color: #232323;
  text-align: left;
}
.cid-rxCv0kp4Hs P {
  text-align: left;
  color: #232323;
}
.cid-rxCv0kp4Hs H1 {
  text-align: left;
  color: #232323;
}
.cid-rxCvlkcfN4 {
  background: #ffffff;
}
.cid-rxCvlkcfN4 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxCvlkcfN4 .mbr-figure {
  margin: 0 auto;
}
.cid-rxCvlkcfN4 figcaption {
  position: relative;
}
.cid-rxCvlkcfN4 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxCvlkcfN4 .image-block {
    width: 100% !important;
  }
}
.cid-rxCvp9gZvQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxCvp9gZvQ H3 {
  color: #232323;
  text-align: left;
}
.cid-rxCvp9gZvQ P {
  text-align: left;
  color: #232323;
}
.cid-rxCvp9gZvQ H1 {
  text-align: left;
  color: #232323;
}
.cid-rxCvMwzP2h {
  background: #ffffff;
}
.cid-rxCvMwzP2h .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxCvMwzP2h .mbr-figure {
  margin: 0 auto;
}
.cid-rxCvMwzP2h figcaption {
  position: relative;
}
.cid-rxCvMwzP2h figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxCvMwzP2h .image-block {
    width: 100% !important;
  }
}
.cid-rxCw8ua3Vh {
  background-image: url("../../../assets/images/05-2000x1069.jpg");
}
.cid-rxCw8ua3Vh h1 {
  color: #616161;
}
.cid-rxCw8ua3Vh h2,
.cid-rxCw8ua3Vh h3,
.cid-rxCw8ua3Vh p {
  color: #767676;
}
.cid-rxCw8ua3Vh .mbr-section-subtitle {
  font-style: italic;
}
.cid-rxCw8ua3Vh .mbr-text,
.cid-rxCw8ua3Vh .mbr-section-btn {
  text-align: right;
}
.cid-rxCw8ua3Vh H3 {
  text-align: right;
}
.cid-rxCw8ua3Vh H1 {
  text-align: right;
}
.cid-rxCwDTNr4Z {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxCwDTNr4Z H3 {
  color: #232323;
  text-align: left;
}
.cid-rxCwDTNr4Z P {
  text-align: left;
  color: #232323;
}
.cid-rxCwDTNr4Z H1 {
  text-align: left;
  color: #232323;
}
.cid-rxCwR7egiG {
  background: #ffffff;
}
.cid-rxCwR7egiG .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxCwR7egiG .mbr-figure {
  margin: 0 auto;
}
.cid-rxCwR7egiG figcaption {
  position: relative;
}
.cid-rxCwR7egiG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxCwR7egiG .image-block {
    width: 100% !important;
  }
}
.cid-rxCwUJ2Ff5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxCwUJ2Ff5 H3 {
  color: #232323;
  text-align: left;
}
.cid-rxCwUJ2Ff5 P {
  text-align: left;
  color: #232323;
}
.cid-rxCwUJ2Ff5 H1 {
  text-align: left;
  color: #232323;
}
.cid-rxCxfJdgIF {
  background: #ffffff;
}
.cid-rxCxfJdgIF .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxCxfJdgIF .mbr-figure {
  margin: 0 auto;
}
.cid-rxCxfJdgIF figcaption {
  position: relative;
}
.cid-rxCxfJdgIF figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxCxfJdgIF .image-block {
    width: 100% !important;
  }
}
.cid-rxCxjvbUp5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxCxjvbUp5 H3 {
  color: #232323;
  text-align: left;
}
.cid-rxCxjvbUp5 P {
  text-align: left;
  color: #232323;
}
.cid-rxCxjvbUp5 H1 {
  text-align: left;
  color: #232323;
}
.cid-rxCxp3WBdd {
  background: #ffffff;
}
.cid-rxCxp3WBdd .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxCxp3WBdd .mbr-figure {
  margin: 0 auto;
}
.cid-rxCxp3WBdd figcaption {
  position: relative;
}
.cid-rxCxp3WBdd figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxCxp3WBdd .image-block {
    width: 100% !important;
  }
}
.cid-rxCxPeufWH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxCxPeufWH H3 {
  color: #232323;
  text-align: left;
}
.cid-rxCxPeufWH P {
  text-align: left;
  color: #232323;
}
.cid-rxCxPeufWH H1 {
  text-align: left;
  color: #232323;
}
.cid-rxCxQ8snoY {
  background: #ffffff;
}
.cid-rxCxQ8snoY .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxCxQ8snoY .mbr-figure {
  margin: 0 auto;
}
.cid-rxCxQ8snoY figcaption {
  position: relative;
}
.cid-rxCxQ8snoY figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxCxQ8snoY .image-block {
    width: 100% !important;
  }
}
.cid-rxCxZ02Hdb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxCxZ02Hdb H3 {
  color: #232323;
  text-align: left;
}
.cid-rxCxZ02Hdb P {
  text-align: left;
  color: #232323;
}
.cid-rxCxZ02Hdb H1 {
  text-align: left;
  color: #232323;
}
.cid-rxCy49bfmg {
  background: #ffffff;
}
.cid-rxCy49bfmg .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxCy49bfmg .mbr-figure {
  margin: 0 auto;
}
.cid-rxCy49bfmg figcaption {
  position: relative;
}
.cid-rxCy49bfmg figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxCy49bfmg .image-block {
    width: 100% !important;
  }
}
.cid-rxCyCXSRX5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxCyCXSRX5 H3 {
  color: #232323;
  text-align: left;
}
.cid-rxCyCXSRX5 P {
  text-align: left;
  color: #232323;
}
.cid-rxCyCXSRX5 H1 {
  text-align: left;
  color: #232323;
}
.cid-rxCyNc6OJf {
  background: #ffffff;
}
.cid-rxCyNc6OJf .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxCyNc6OJf .mbr-figure {
  margin: 0 auto;
}
.cid-rxCyNc6OJf figcaption {
  position: relative;
}
.cid-rxCyNc6OJf figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxCyNc6OJf .image-block {
    width: 100% !important;
  }
}
.cid-rxInMYGxFu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rxCqQGSSLl {
  background: #ffffff;
}
.cid-rxCqQGSSLl .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxCqQGSSLl .mbr-figure {
  margin: 0 auto;
}
.cid-rxCqQGSSLl figcaption {
  position: relative;
}
.cid-rxCqQGSSLl figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxCqQGSSLl .image-block {
    width: 100% !important;
  }
}
.cid-rxCqQHygBH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3c4f2a;
}
.cid-rxCqQHygBH H3 {
  color: #db0730;
  text-align: left;
}
.cid-rxCqQHygBH P {
  text-align: center;
}
.cid-rxCqQHygBH H1 {
  text-align: left;
}
.cid-rxCqQI5Hg2 {
  background: #ffffff;
}
.cid-rxCqQI5Hg2 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxCqQI5Hg2 .mbr-figure {
  margin: 0 auto;
}
.cid-rxCqQI5Hg2 figcaption {
  position: relative;
}
.cid-rxCqQI5Hg2 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxCqQI5Hg2 .image-block {
    width: 100% !important;
  }
}
.cid-rxCqQIvFVp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxCqQIvFVp H3 {
  color: #232323;
  text-align: left;
}
.cid-rxCqQIvFVp P {
  text-align: left;
  color: #232323;
}
.cid-rxCqQIvFVp H1 {
  text-align: left;
  color: #232323;
}
.cid-rxCqQJ1qUn .modal-body .close {
  background: #1b1b1b;
}
.cid-rxCqQJ1qUn .modal-body .close span {
  font-style: normal;
}
.cid-rxCqQJ1qUn .carousel-inner > .active,
.cid-rxCqQJ1qUn .carousel-inner > .next,
.cid-rxCqQJ1qUn .carousel-inner > .prev {
  display: table;
}
.cid-rxCqQJ1qUn .carousel-control .icon-next,
.cid-rxCqQJ1qUn .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rxCqQJ1qUn .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rxCqQJ1qUn .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rxCqQJ1qUn .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rxCqQJ1qUn .boxed-slider > div {
  position: relative;
}
.cid-rxCqQJ1qUn .container img {
  width: 100%;
}
.cid-rxCqQJ1qUn .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rxCqQJ1qUn .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rxCqQJ1qUn .mbr-table-cell {
  padding: 0;
}
.cid-rxCqQJ1qUn .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rxCqQJ1qUn .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rxCqQJ1qUn .mbr-overlay {
  z-index: 1;
}
.cid-rxCqQJ1qUn .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rxCqQJ1qUn .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rxCqQJ1qUn .carousel-item .container {
    width: 100%;
  }
}
.cid-rxCqQJ1qUn .carousel-item-next.carousel-item-left,
.cid-rxCqQJ1qUn .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rxCqQJ1qUn .active.carousel-item-right,
.cid-rxCqQJ1qUn .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rxCqQJ1qUn .active.carousel-item-left,
.cid-rxCqQJ1qUn .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rxCqQJ1qUn .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rxCqQJ1qUn .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rxCqQJ1qUn .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rxCqQJ1qUn .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-rxCqQJ1qUn .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rxCqQJ1qUn .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rxCqQJ1qUn .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-rxCqQJ1qUn .mbr-slider .carousel-indicators li.active,
.cid-rxCqQJ1qUn .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rxCqQJ1qUn .mbr-slider .carousel-indicators li::after,
.cid-rxCqQJ1qUn .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rxCqQJ1qUn .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rxCqQJ1qUn .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rxCqQJ1qUn .mbr-slider > .container img {
  width: 100%;
}
.cid-rxCqQJ1qUn .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rxCqQJ1qUn .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rxCqQJ1qUn .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rxCqQJ1qUn .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rxCqQJ1qUn .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rxCqQJ1qUn .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rxCqQJ1qUn .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rxCqQJ1qUn .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rxCqQJ1qUn .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rxCqQJ1qUn .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rxCqQJ1qUn .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rxCqQJ1qUn .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rxCqQJ1qUn .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rxCqQJHprr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxCqQJHprr H3 {
  color: #232323;
  text-align: left;
}
.cid-rxCqQJHprr P {
  text-align: left;
  color: #232323;
}
.cid-rxCqQJHprr H1 {
  text-align: left;
  color: #232323;
}
.cid-rxCqQKeYNN {
  background: #ffffff;
}
.cid-rxCqQKeYNN .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxCqQKeYNN .mbr-figure {
  margin: 0 auto;
}
.cid-rxCqQKeYNN figcaption {
  position: relative;
}
.cid-rxCqQKeYNN figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxCqQKeYNN .image-block {
    width: 100% !important;
  }
}
.cid-rxCqQKGcLI {
  background-image: url("../../../assets/images/09-2000x1183.jpg");
}
.cid-rxCqQLgFqT {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-rxCqQLgFqT .card-img {
  background-color: #fff;
}
.cid-rxCqQLgFqT .card-box {
  padding: 2rem;
  background-color: #232323;
}
.cid-rxCqQLgFqT h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rxCqQLgFqT p {
  text-align: left;
}
.cid-rxCqQLgFqT .mbr-text {
  color: #ffffff;
}
.cid-rxCqQLgFqT .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rxCqQLgFqT .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-rxCqQLgFqT .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-rxCqQLgFqT .card-title {
  color: #ffffff;
}
.cid-rxCqQM9VDQ {
  background-image: url("../../../assets/images/10-2000x1183.jpg");
}
.cid-rxCqQM9VDQ h1 {
  color: #616161;
}
.cid-rxCqQM9VDQ h2,
.cid-rxCqQM9VDQ h3,
.cid-rxCqQM9VDQ p {
  color: #767676;
}
.cid-rxCqQM9VDQ .mbr-section-subtitle {
  font-style: italic;
}
.cid-rxCqQM9VDQ .mbr-text,
.cid-rxCqQM9VDQ .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-rxCqQM9VDQ H3 {
  color: #ffffff;
  text-align: right;
}
.cid-rxCqQM9VDQ H1 {
  color: #ffffff;
  text-align: right;
}
.cid-rxCqQMKG37 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxCqQMKG37 H3 {
  color: #232323;
  text-align: left;
}
.cid-rxCqQMKG37 P {
  text-align: left;
  color: #232323;
}
.cid-rxCqQMKG37 H1 {
  text-align: left;
  color: #232323;
}
.cid-rxCqQNqIVn {
  background: #ffffff;
}
.cid-rxCqQNqIVn .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxCqQNqIVn .mbr-figure {
  margin: 0 auto;
}
.cid-rxCqQNqIVn figcaption {
  position: relative;
}
.cid-rxCqQNqIVn figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxCqQNqIVn .image-block {
    width: 100% !important;
  }
}
.cid-rxCqQNTapk {
  background: #ffffff;
}
.cid-rxCqQNTapk .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxCqQNTapk .mbr-figure {
  margin: 0 auto;
}
.cid-rxCqQNTapk figcaption {
  position: relative;
}
.cid-rxCqQNTapk figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxCqQNTapk .image-block {
    width: 100% !important;
  }
}
.cid-rxCqQOnf6h {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxCqQOnf6h H3 {
  color: #232323;
  text-align: left;
}
.cid-rxCqQOnf6h P {
  text-align: left;
  color: #232323;
}
.cid-rxCqQOnf6h H1 {
  text-align: left;
  color: #232323;
}
.cid-rxCqQOW7kq {
  background: #ffffff;
}
.cid-rxCqQOW7kq .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxCqQOW7kq .mbr-figure {
  margin: 0 auto;
}
.cid-rxCqQOW7kq figcaption {
  position: relative;
}
.cid-rxCqQOW7kq figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxCqQOW7kq .image-block {
    width: 100% !important;
  }
}
.cid-rxCqQPpvbI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxCqQPpvbI H3 {
  color: #232323;
  text-align: left;
}
.cid-rxCqQPpvbI P {
  text-align: left;
  color: #232323;
}
.cid-rxCqQPpvbI H1 {
  text-align: left;
  color: #232323;
}
.cid-rxCqQQ0uaB {
  background: #ffffff;
}
.cid-rxCqQQ0uaB .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxCqQQ0uaB .mbr-figure {
  margin: 0 auto;
}
.cid-rxCqQQ0uaB figcaption {
  position: relative;
}
.cid-rxCqQQ0uaB figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxCqQQ0uaB .image-block {
    width: 100% !important;
  }
}
.cid-rxCqQQunyb {
  background: #ffffff;
}
.cid-rxCqQQunyb .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxCqQQunyb .mbr-figure {
  margin: 0 auto;
}
.cid-rxCqQQunyb figcaption {
  position: relative;
}
.cid-rxCqQQunyb figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxCqQQunyb .image-block {
    width: 100% !important;
  }
}
.cid-rxCqQQYBtZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxCqQQYBtZ H3 {
  color: #232323;
  text-align: left;
}
.cid-rxCqQQYBtZ P {
  text-align: left;
  color: #232323;
}
.cid-rxCqQQYBtZ H1 {
  text-align: left;
  color: #232323;
}
.cid-rxCqQRxUNi {
  background: #ffffff;
}
.cid-rxCqQRxUNi .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxCqQRxUNi .mbr-figure {
  margin: 0 auto;
}
.cid-rxCqQRxUNi figcaption {
  position: relative;
}
.cid-rxCqQRxUNi figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxCqQRxUNi .image-block {
    width: 100% !important;
  }
}
.cid-rxCqQS6s4Z {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxCqQS6s4Z H3 {
  color: #232323;
  text-align: left;
}
.cid-rxCqQS6s4Z P {
  text-align: left;
  color: #232323;
}
.cid-rxCqQS6s4Z H1 {
  text-align: left;
  color: #232323;
}
.cid-rxCqQSG4jU {
  background: #ffffff;
}
.cid-rxCqQSG4jU .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxCqQSG4jU .mbr-figure {
  margin: 0 auto;
}
.cid-rxCqQSG4jU figcaption {
  position: relative;
}
.cid-rxCqQSG4jU figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxCqQSG4jU .image-block {
    width: 100% !important;
  }
}
.cid-rxCqQTaKbr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxCqQTaKbr H3 {
  color: #232323;
  text-align: left;
}
.cid-rxCqQTaKbr P {
  text-align: left;
  color: #232323;
}
.cid-rxCqQTaKbr H1 {
  text-align: left;
  color: #232323;
}
.cid-rxCqQTKDme {
  background: #ffffff;
}
.cid-rxCqQTKDme .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxCqQTKDme .mbr-figure {
  margin: 0 auto;
}
.cid-rxCqQTKDme figcaption {
  position: relative;
}
.cid-rxCqQTKDme figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxCqQTKDme .image-block {
    width: 100% !important;
  }
}
.cid-rxCqQUgUAw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxCqQUgUAw H3 {
  color: #232323;
  text-align: left;
}
.cid-rxCqQUgUAw P {
  text-align: left;
  color: #232323;
}
.cid-rxCqQUgUAw H1 {
  text-align: left;
  color: #232323;
}
.cid-rxCqQUSx0w {
  background: #ffffff;
}
.cid-rxCqQUSx0w .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxCqQUSx0w .mbr-figure {
  margin: 0 auto;
}
.cid-rxCqQUSx0w figcaption {
  position: relative;
}
.cid-rxCqQUSx0w figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxCqQUSx0w .image-block {
    width: 100% !important;
  }
}
.cid-rxCqQVpZbT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxCqQVpZbT H3 {
  color: #232323;
  text-align: left;
}
.cid-rxCqQVpZbT P {
  text-align: left;
  color: #232323;
}
.cid-rxCqQVpZbT H1 {
  text-align: left;
  color: #232323;
}
.cid-rxInJvGVI3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rxC9c55mGH {
  background: #ffffff;
}
.cid-rxC9c55mGH .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxC9c55mGH .mbr-figure {
  margin: 0 auto;
}
.cid-rxC9c55mGH figcaption {
  position: relative;
}
.cid-rxC9c55mGH figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxC9c55mGH .image-block {
    width: 100% !important;
  }
}
.cid-rxTCNZkrop {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #eda5a9;
}
.cid-rxTCNZkrop H3 {
  color: #ffffff;
  text-align: left;
}
.cid-rxTCNZkrop P {
  text-align: center;
  color: #ffffff;
}
.cid-rxTCNZkrop H1 {
  text-align: left;
  color: #ffffff;
}
.cid-rxC9c6iTRD {
  background: #ffffff;
}
.cid-rxC9c6iTRD .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxC9c6iTRD .mbr-figure {
  margin: 0 auto;
}
.cid-rxC9c6iTRD figcaption {
  position: relative;
}
.cid-rxC9c6iTRD figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxC9c6iTRD .image-block {
    width: 100% !important;
  }
}
.cid-rxC9c6Iy7c {
  background-image: url("../../../assets/images/01-1920x1080.jpg");
}
.cid-rxC9c7edl6 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-rxC9c7edl6 .card-img {
  background-color: #fff;
}
.cid-rxC9c7edl6 .card-box {
  padding: 2rem;
  background-color: #232323;
}
.cid-rxC9c7edl6 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rxC9c7edl6 p {
  text-align: left;
}
.cid-rxC9c7edl6 .mbr-text {
  color: #ffffff;
}
.cid-rxC9c7edl6 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rxC9c7edl6 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-rxC9c7edl6 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-rxC9c7edl6 .card-title {
  color: #ffffff;
}
.cid-rxC9c87wKh {
  background-image: url("../../../assets/images/08-1-1920x1176.jpg");
}
.cid-rxC9c87wKh h1 {
  color: #616161;
}
.cid-rxC9c87wKh h2,
.cid-rxC9c87wKh h3,
.cid-rxC9c87wKh p {
  color: #767676;
}
.cid-rxC9c87wKh .mbr-section-subtitle {
  font-style: italic;
}
.cid-rxC9c87wKh .mbr-text,
.cid-rxC9c87wKh .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-rxC9c87wKh H3 {
  color: #ffffff;
  text-align: right;
}
.cid-rxC9c87wKh H1 {
  color: #ffffff;
  text-align: right;
}
.cid-rxTDAX4nPh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxTDAX4nPh H3 {
  color: #232323;
  text-align: left;
}
.cid-rxTDAX4nPh P {
  text-align: left;
  color: #232323;
}
.cid-rxTDAX4nPh H1 {
  text-align: left;
  color: #232323;
}
.cid-rxTDQLfQ21 {
  background: #ffffff;
}
.cid-rxTDQLfQ21 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxTDQLfQ21 .mbr-figure {
  margin: 0 auto;
}
.cid-rxTDQLfQ21 figcaption {
  position: relative;
}
.cid-rxTDQLfQ21 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxTDQLfQ21 .image-block {
    width: 100% !important;
  }
}
.cid-rxC9c8CZI6 {
  background: #ffffff;
}
.cid-rxC9c8CZI6 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxC9c8CZI6 .mbr-figure {
  margin: 0 auto;
}
.cid-rxC9c8CZI6 figcaption {
  position: relative;
}
.cid-rxC9c8CZI6 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxC9c8CZI6 .image-block {
    width: 100% !important;
  }
}
.cid-rxC9c92jvx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxC9c92jvx H3 {
  color: #232323;
  text-align: left;
}
.cid-rxC9c92jvx P {
  text-align: left;
  color: #232323;
}
.cid-rxC9c92jvx H1 {
  text-align: left;
  color: #232323;
}
.cid-rxC9c9v4V6 {
  background: #ffffff;
}
.cid-rxC9c9v4V6 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxC9c9v4V6 .mbr-figure {
  margin: 0 auto;
}
.cid-rxC9c9v4V6 figcaption {
  position: relative;
}
.cid-rxC9c9v4V6 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxC9c9v4V6 .image-block {
    width: 100% !important;
  }
}
.cid-rxC9c9TNXy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxC9c9TNXy H3 {
  color: #232323;
  text-align: left;
}
.cid-rxC9c9TNXy P {
  text-align: left;
  color: #232323;
}
.cid-rxC9c9TNXy H1 {
  text-align: left;
  color: #232323;
}
.cid-rxC9caprN1 {
  background: #ffffff;
}
.cid-rxC9caprN1 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxC9caprN1 .mbr-figure {
  margin: 0 auto;
}
.cid-rxC9caprN1 figcaption {
  position: relative;
}
.cid-rxC9caprN1 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxC9caprN1 .image-block {
    width: 100% !important;
  }
}
.cid-rxC9caNuFi {
  background: #ffffff;
}
.cid-rxC9caNuFi .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxC9caNuFi .mbr-figure {
  margin: 0 auto;
}
.cid-rxC9caNuFi figcaption {
  position: relative;
}
.cid-rxC9caNuFi figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxC9caNuFi .image-block {
    width: 100% !important;
  }
}
.cid-rxC9cbeiXO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxC9cbeiXO H3 {
  color: #232323;
  text-align: left;
}
.cid-rxC9cbeiXO P {
  text-align: left;
  color: #232323;
}
.cid-rxC9cbeiXO H1 {
  text-align: left;
  color: #232323;
}
.cid-rxC9cbHcNQ {
  background: #ffffff;
}
.cid-rxC9cbHcNQ .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxC9cbHcNQ .mbr-figure {
  margin: 0 auto;
}
.cid-rxC9cbHcNQ figcaption {
  position: relative;
}
.cid-rxC9cbHcNQ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxC9cbHcNQ .image-block {
    width: 100% !important;
  }
}
.cid-rxC9ccZnH4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxC9ccZnH4 H3 {
  color: #232323;
  text-align: left;
}
.cid-rxC9ccZnH4 P {
  text-align: left;
  color: #232323;
}
.cid-rxC9ccZnH4 H1 {
  text-align: left;
  color: #232323;
}
.cid-rxC9cdwjHC {
  background: #ffffff;
}
.cid-rxC9cdwjHC .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxC9cdwjHC .mbr-figure {
  margin: 0 auto;
}
.cid-rxC9cdwjHC figcaption {
  position: relative;
}
.cid-rxC9cdwjHC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxC9cdwjHC .image-block {
    width: 100% !important;
  }
}
.cid-rxC9cdVYsl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxC9cdVYsl H3 {
  color: #232323;
  text-align: left;
}
.cid-rxC9cdVYsl P {
  text-align: left;
  color: #232323;
}
.cid-rxC9cdVYsl H1 {
  text-align: left;
  color: #232323;
}
.cid-rxC9ceqnOm {
  background: #ffffff;
}
.cid-rxC9ceqnOm .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxC9ceqnOm .mbr-figure {
  margin: 0 auto;
}
.cid-rxC9ceqnOm figcaption {
  position: relative;
}
.cid-rxC9ceqnOm figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxC9ceqnOm .image-block {
    width: 100% !important;
  }
}
.cid-rxC9ceRtNY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxC9ceRtNY H3 {
  color: #232323;
  text-align: left;
}
.cid-rxC9ceRtNY P {
  text-align: left;
  color: #232323;
}
.cid-rxC9ceRtNY H1 {
  text-align: left;
  color: #232323;
}
.cid-rxC9cfljb4 {
  background: #ffffff;
}
.cid-rxC9cfljb4 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rxC9cfljb4 .mbr-figure {
  margin: 0 auto;
}
.cid-rxC9cfljb4 figcaption {
  position: relative;
}
.cid-rxC9cfljb4 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rxC9cfljb4 .image-block {
    width: 100% !important;
  }
}
.cid-rxC9cfPVg8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rxC9cfPVg8 H3 {
  color: #232323;
  text-align: left;
}
.cid-rxC9cfPVg8 P {
  text-align: left;
  color: #232323;
}
.cid-rxC9cfPVg8 H1 {
  text-align: left;
  color: #232323;
}
.cid-rxInqBhQV1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rwz2XHGBuu {
  background: #ffffff;
}
.cid-rwz2XHGBuu .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rwz2XHGBuu .mbr-figure {
  margin: 0 auto;
}
.cid-rwz2XHGBuu figcaption {
  position: relative;
}
.cid-rwz2XHGBuu figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rwz2XHGBuu .image-block {
    width: 100% !important;
  }
}
.cid-rwz2YEjf3M {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rwz2YEjf3M H3 {
  color: #db0730;
  text-align: left;
}
.cid-rwz2YEjf3M P {
  text-align: center;
}
.cid-rwz2YEjf3M H1 {
  text-align: left;
}
.cid-rwz3afhs1F {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rwz3afhs1F H3 {
  color: #f3ad00;
  text-align: left;
}
.cid-rwz3afhs1F P {
  text-align: left;
}
.cid-rwz3afhs1F H1 {
  text-align: left;
}
.cid-rwz3kBX2VV {
  background: #ffffff;
}
.cid-rwz3kBX2VV .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rwz3kBX2VV .mbr-figure {
  margin: 0 auto;
}
.cid-rwz3kBX2VV figcaption {
  position: relative;
}
.cid-rwz3kBX2VV figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rwz3kBX2VV .image-block {
    width: 100% !important;
  }
}
.cid-rwz3DCKocl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rwz3DCKocl H3 {
  color: #f3ad00;
  text-align: left;
}
.cid-rwz3DCKocl P {
  text-align: left;
}
.cid-rwz3DCKocl H1 {
  text-align: left;
}
.cid-rwz3Rcr6qh {
  background: #ffffff;
}
.cid-rwz3Rcr6qh .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rwz3Rcr6qh .mbr-figure {
  margin: 0 auto;
}
.cid-rwz3Rcr6qh figcaption {
  position: relative;
}
.cid-rwz3Rcr6qh figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rwz3Rcr6qh .image-block {
    width: 100% !important;
  }
}
.cid-rwz4fROEsz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-rwz4fROEsz .card-img {
  background-color: #fff;
}
.cid-rwz4fROEsz .card-box {
  background-color: #232323;
  padding: 2rem;
}
.cid-rwz4fROEsz h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rwz4fROEsz p {
  text-align: left;
}
.cid-rwz4fROEsz .mbr-text {
  color: #ffffff;
}
.cid-rwz4fROEsz .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rwz4fROEsz .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-rwz4fROEsz .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-rwz4fROEsz .card-title {
  color: #6ce300;
  text-align: left;
}
.cid-rwz4hrs6qM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rwz4hrs6qM H3 {
  color: #f3ad00;
  text-align: left;
}
.cid-rwz4hrs6qM P {
  text-align: left;
}
.cid-rwz4hrs6qM H1 {
  text-align: left;
}
.cid-rwz4EooU9k {
  background: #ffffff;
}
.cid-rwz4EooU9k .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rwz4EooU9k .mbr-figure {
  margin: 0 auto;
}
.cid-rwz4EooU9k figcaption {
  position: relative;
}
.cid-rwz4EooU9k figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rwz4EooU9k .image-block {
    width: 100% !important;
  }
}
.cid-rwz6HLoEMN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rwz6HLoEMN H3 {
  color: #f3ad00;
  text-align: left;
}
.cid-rwz6HLoEMN P {
  text-align: left;
}
.cid-rwz6HLoEMN H1 {
  text-align: left;
}
.cid-rwz7woWjXZ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-rwz7woWjXZ .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rwz7woWjXZ .modal-body .close {
  background: #1b1b1b;
}
.cid-rwz7woWjXZ .modal-body .close span {
  font-style: normal;
}
.cid-rwz7woWjXZ .carousel-inner > .active,
.cid-rwz7woWjXZ .carousel-inner > .next,
.cid-rwz7woWjXZ .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-rwz7woWjXZ .carousel-control .icon-next,
.cid-rwz7woWjXZ .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rwz7woWjXZ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rwz7woWjXZ .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-rwz7woWjXZ .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-rwz7woWjXZ .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rwz7woWjXZ .boxed-slider > div {
  position: relative;
}
.cid-rwz7woWjXZ .container img {
  width: 100%;
}
.cid-rwz7woWjXZ .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rwz7woWjXZ .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rwz7woWjXZ .mbr-table-cell {
  padding: 0;
}
.cid-rwz7woWjXZ .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rwz7woWjXZ .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rwz7woWjXZ .mbr-overlay {
  z-index: 1;
}
.cid-rwz7woWjXZ .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rwz7woWjXZ .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rwz7woWjXZ .carousel-item .container {
    width: 100%;
  }
}
.cid-rwz7woWjXZ .carousel-item-next.carousel-item-left,
.cid-rwz7woWjXZ .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rwz7woWjXZ .active.carousel-item-right,
.cid-rwz7woWjXZ .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rwz7woWjXZ .active.carousel-item-left,
.cid-rwz7woWjXZ .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rwz7woWjXZ .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rwz7woWjXZ .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rwz7woWjXZ .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rwz7woWjXZ .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-rwz7woWjXZ .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rwz7woWjXZ .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rwz7woWjXZ .mbr-slider .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: .5;
  transition: all .3s;
}
.cid-rwz7woWjXZ .mbr-slider .carousel-indicators li.active,
.cid-rwz7woWjXZ .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rwz7woWjXZ .mbr-slider .carousel-indicators li::after,
.cid-rwz7woWjXZ .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rwz7woWjXZ .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rwz7woWjXZ .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rwz7woWjXZ .mbr-slider > .container img {
  width: 100%;
}
.cid-rwz7woWjXZ .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rwz7woWjXZ .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rwz7woWjXZ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rwz7woWjXZ .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rwz7woWjXZ .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rwz7woWjXZ .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rwz7woWjXZ .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rwz7woWjXZ .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rwz7woWjXZ .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rwz7woWjXZ .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rwz7woWjXZ .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rwz7woWjXZ .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rwz7woWjXZ .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rwz7woWjXZ .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-rwz7woWjXZ .carousel-inner {
  height: 100%;
}
.cid-rwz7woWjXZ .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-rwz7woWjXZ .image_wrapper {
  height: 640px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-rwz7woWjXZ .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-rwz7woWjXZ .carousel-item .container-slide {
  text-align: center;
}
.cid-rwz7woWjXZ .content-slider-wrap {
  width: 100%;
}
.cid-rwz7woWjXZ P {
  text-align: center;
}
.cid-rwz8szKMXO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rwz8szKMXO H3 {
  color: #f3ad00;
  text-align: left;
}
.cid-rwz8szKMXO P {
  text-align: left;
}
.cid-rwz8szKMXO H1 {
  text-align: left;
}
.cid-rwz97EdIvP {
  background: #ffffff;
}
.cid-rwz97EdIvP .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rwz97EdIvP .mbr-figure {
  margin: 0 auto;
}
.cid-rwz97EdIvP figcaption {
  position: relative;
}
.cid-rwz97EdIvP figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rwz97EdIvP .image-block {
    width: 100% !important;
  }
}
.cid-rwz9eeCyrI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rwz9eeCyrI H3 {
  color: #f3ad00;
  text-align: left;
}
.cid-rwz9eeCyrI P {
  text-align: left;
}
.cid-rwz9eeCyrI H1 {
  text-align: left;
}
.cid-rwz9uXqCcu {
  background: #ffffff;
}
.cid-rwz9uXqCcu .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rwz9uXqCcu .mbr-figure {
  margin: 0 auto;
}
.cid-rwz9uXqCcu figcaption {
  position: relative;
}
.cid-rwz9uXqCcu figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rwz9uXqCcu .image-block {
    width: 100% !important;
  }
}
.cid-rwz9yDq3UM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rwz9yDq3UM H3 {
  color: #f3ad00;
  text-align: left;
}
.cid-rwz9yDq3UM P {
  text-align: left;
}
.cid-rwz9yDq3UM H1 {
  text-align: left;
}
.cid-rwz9MTs7MY {
  background: #ffffff;
}
.cid-rwz9MTs7MY .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rwz9MTs7MY .mbr-figure {
  margin: 0 auto;
}
.cid-rwz9MTs7MY figcaption {
  position: relative;
}
.cid-rwz9MTs7MY figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rwz9MTs7MY .image-block {
    width: 100% !important;
  }
}
.cid-rwzadTOTYF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rwzadTOTYF H3 {
  color: #f3ad00;
  text-align: left;
}
.cid-rwzadTOTYF P {
  text-align: left;
}
.cid-rwzadTOTYF H1 {
  text-align: left;
}
.cid-rwzastvQnH {
  background: #ffffff;
}
.cid-rwzastvQnH .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rwzastvQnH .mbr-figure {
  margin: 0 auto;
}
.cid-rwzastvQnH figcaption {
  position: relative;
}
.cid-rwzastvQnH figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rwzastvQnH .image-block {
    width: 100% !important;
  }
}
.cid-rwzazLoyjT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rwzazLoyjT H3 {
  color: #f3ad00;
  text-align: left;
}
.cid-rwzazLoyjT P {
  text-align: left;
}
.cid-rwzazLoyjT H1 {
  text-align: left;
}
.cid-rwzaZp9Vg9 {
  background: #ffffff;
}
.cid-rwzaZp9Vg9 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rwzaZp9Vg9 .mbr-figure {
  margin: 0 auto;
}
.cid-rwzaZp9Vg9 figcaption {
  position: relative;
}
.cid-rwzaZp9Vg9 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rwzaZp9Vg9 .image-block {
    width: 100% !important;
  }
}
.cid-rxSK8yuQKp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rxSK8yuQKp H3 {
  color: #f3ad00;
  text-align: left;
}
.cid-rxSK8yuQKp P {
  text-align: left;
}
.cid-rxSK8yuQKp H1 {
  text-align: left;
}
.cid-rwzoTpbwVi {
  background: #ffffff;
}
.cid-rwzoTpbwVi .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rwzoTpbwVi .mbr-figure {
  margin: 0 auto;
}
.cid-rwzoTpbwVi figcaption {
  position: relative;
}
.cid-rwzoTpbwVi figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rwzoTpbwVi .image-block {
    width: 100% !important;
  }
}
.cid-rxSK9yBFTi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rxSK9yBFTi H3 {
  color: #f3ad00;
  text-align: left;
}
.cid-rxSK9yBFTi P {
  text-align: left;
}
.cid-rxSK9yBFTi H1 {
  text-align: left;
}
.cid-rwzpEmaizy {
  background: #ffffff;
}
.cid-rwzpEmaizy .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rwzpEmaizy .mbr-figure {
  margin: 0 auto;
}
.cid-rwzpEmaizy figcaption {
  position: relative;
}
.cid-rwzpEmaizy figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rwzpEmaizy .image-block {
    width: 100% !important;
  }
}
.cid-rxIo65vBIR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rIV54osbQF {
  background: #ffffff;
}
.cid-rIV54osbQF .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rIV54osbQF .mbr-figure {
  margin: 0 auto;
}
.cid-rIV54osbQF figcaption {
  position: relative;
}
.cid-rIV54osbQF figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rIV54osbQF .image-block {
    width: 100% !important;
  }
}
.cid-shPMxqneJ0 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-shPMxqneJ0 H3 {
  color: #db0730;
  text-align: left;
}
.cid-shPMxqneJ0 P {
  text-align: center;
}
.cid-shPMxqneJ0 H1 {
  text-align: left;
}
.cid-shPMwDvCE6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-shPMwDvCE6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-shPMwDvCE6 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-shPMwDvCE6 .text-wrapper {
    padding: 2rem;
  }
}
.cid-shPMwDvCE6 .mbr-text {
  color: #ffffff;
}
.cid-shPMwDvCE6 .mbr-section-title {
  color: #ffffff;
}
.cid-rIV59f1o8u {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rIV59f1o8u H3 {
  color: #db0730;
  text-align: left;
}
.cid-rIV59f1o8u P {
  text-align: center;
}
.cid-rIV59f1o8u H1 {
  text-align: left;
}
.cid-rIV5fFtJWs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rIV5fFtJWs H3 {
  color: #db0730;
  text-align: left;
}
.cid-rIV5fFtJWs P {
  text-align: left;
}
.cid-rIV5fFtJWs H1 {
  text-align: left;
}
.cid-rIV5ApAWtw {
  background: #ffffff;
}
.cid-rIV5ApAWtw .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rIV5ApAWtw .mbr-figure {
  margin: 0 auto;
}
.cid-rIV5ApAWtw figcaption {
  position: relative;
}
.cid-rIV5ApAWtw figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rIV5ApAWtw .image-block {
    width: 100% !important;
  }
}
.cid-rIV64bzdV4 {
  background: #ffffff;
}
.cid-rIV64bzdV4 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rIV64bzdV4 .mbr-figure {
  margin: 0 auto;
}
.cid-rIV64bzdV4 figcaption {
  position: relative;
}
.cid-rIV64bzdV4 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rIV64bzdV4 .image-block {
    width: 100% !important;
  }
}
.cid-rIV6eBHj4J {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rIV6eBHj4J H3 {
  color: #db0730;
  text-align: left;
}
.cid-rIV6eBHj4J P {
  text-align: left;
}
.cid-rIV6eBHj4J H1 {
  text-align: left;
}
.cid-rIV76EmLRv {
  background: #ffffff;
}
.cid-rIV76EmLRv .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rIV76EmLRv .mbr-figure {
  margin: 0 auto;
}
.cid-rIV76EmLRv figcaption {
  position: relative;
}
.cid-rIV76EmLRv figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rIV76EmLRv .image-block {
    width: 100% !important;
  }
}
.cid-rIV7qGx4D9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-rIV7qGx4D9 .card-img {
  background-color: #fff;
}
.cid-rIV7qGx4D9 .card-box {
  background-color: #232323;
  padding: 2rem;
}
.cid-rIV7qGx4D9 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rIV7qGx4D9 p {
  text-align: left;
}
.cid-rIV7qGx4D9 .mbr-text {
  color: #ffffff;
}
.cid-rIV7qGx4D9 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rIV7qGx4D9 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-rIV7qGx4D9 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-rIV7qGx4D9 .card-title {
  color: #6ce300;
  text-align: left;
}
.cid-rIVaBWCMQP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rIVaBWCMQP H3 {
  color: #db0730;
  text-align: left;
}
.cid-rIVaBWCMQP P {
  text-align: left;
}
.cid-rIVaBWCMQP H1 {
  text-align: left;
}
.cid-rIVaMKTNvg {
  background: #ffffff;
}
.cid-rIVaMKTNvg .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rIVaMKTNvg .mbr-figure {
  margin: 0 auto;
}
.cid-rIVaMKTNvg figcaption {
  position: relative;
}
.cid-rIVaMKTNvg figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rIVaMKTNvg .image-block {
    width: 100% !important;
  }
}
.cid-rIVb7zaHB6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rIVb7zaHB6 H3 {
  color: #db0730;
  text-align: left;
}
.cid-rIVb7zaHB6 P {
  text-align: left;
}
.cid-rIVb7zaHB6 H1 {
  text-align: left;
}
.cid-rIVbkxRJkT {
  background: #ffffff;
}
.cid-rIVbkxRJkT .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rIVbkxRJkT .mbr-figure {
  margin: 0 auto;
}
.cid-rIVbkxRJkT figcaption {
  position: relative;
}
.cid-rIVbkxRJkT figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rIVbkxRJkT .image-block {
    width: 100% !important;
  }
}
.cid-rIVbXEFaDB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rIVbXEFaDB H3 {
  color: #db0730;
  text-align: left;
}
.cid-rIVbXEFaDB P {
  text-align: left;
}
.cid-rIVbXEFaDB H1 {
  text-align: left;
}
.cid-rIVcJxmnMW {
  background: #ffffff;
}
.cid-rIVcJxmnMW .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rIVcJxmnMW .mbr-figure {
  margin: 0 auto;
}
.cid-rIVcJxmnMW figcaption {
  position: relative;
}
.cid-rIVcJxmnMW figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rIVcJxmnMW .image-block {
    width: 100% !important;
  }
}
.cid-rIVd4XSMD3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rIVd4XSMD3 H3 {
  color: #db0730;
  text-align: left;
}
.cid-rIVd4XSMD3 P {
  text-align: left;
}
.cid-rIVd4XSMD3 H1 {
  text-align: left;
}
.cid-rIVdhm6Ssm {
  background: #ffffff;
}
.cid-rIVdhm6Ssm .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rIVdhm6Ssm .mbr-figure {
  margin: 0 auto;
}
.cid-rIVdhm6Ssm figcaption {
  position: relative;
}
.cid-rIVdhm6Ssm figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rIVdhm6Ssm .image-block {
    width: 100% !important;
  }
}
.cid-rIVdCHaFXH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rIVdCHaFXH H3 {
  color: #db0730;
  text-align: left;
}
.cid-rIVdCHaFXH P {
  text-align: left;
}
.cid-rIVdCHaFXH H1 {
  text-align: left;
}
.cid-rIVf6EQ5by {
  background: #ffffff;
}
.cid-rIVf6EQ5by .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rIVf6EQ5by .mbr-figure {
  margin: 0 auto;
}
.cid-rIVf6EQ5by figcaption {
  position: relative;
}
.cid-rIVf6EQ5by figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rIVf6EQ5by .image-block {
    width: 100% !important;
  }
}
.cid-rIVfgUpYcQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rIVfgUpYcQ H3 {
  color: #db0730;
  text-align: left;
}
.cid-rIVfgUpYcQ P {
  text-align: left;
}
.cid-rIVfgUpYcQ H1 {
  text-align: left;
}
.cid-rIVgTf2Ece .modal-body .close {
  background: #1b1b1b;
}
.cid-rIVgTf2Ece .modal-body .close span {
  font-style: normal;
}
.cid-rIVgTf2Ece .carousel-inner > .active,
.cid-rIVgTf2Ece .carousel-inner > .next,
.cid-rIVgTf2Ece .carousel-inner > .prev {
  display: table;
}
.cid-rIVgTf2Ece .carousel-control .icon-next,
.cid-rIVgTf2Ece .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rIVgTf2Ece .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rIVgTf2Ece .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rIVgTf2Ece .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rIVgTf2Ece .boxed-slider > div {
  position: relative;
}
.cid-rIVgTf2Ece .container img {
  width: 100%;
}
.cid-rIVgTf2Ece .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rIVgTf2Ece .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rIVgTf2Ece .mbr-table-cell {
  padding: 0;
}
.cid-rIVgTf2Ece .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rIVgTf2Ece .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rIVgTf2Ece .mbr-overlay {
  z-index: 1;
}
.cid-rIVgTf2Ece .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rIVgTf2Ece .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rIVgTf2Ece .carousel-item .container {
    width: 100%;
  }
}
.cid-rIVgTf2Ece .carousel-item-next.carousel-item-left,
.cid-rIVgTf2Ece .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rIVgTf2Ece .active.carousel-item-right,
.cid-rIVgTf2Ece .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rIVgTf2Ece .active.carousel-item-left,
.cid-rIVgTf2Ece .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rIVgTf2Ece .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rIVgTf2Ece .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rIVgTf2Ece .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rIVgTf2Ece .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-rIVgTf2Ece .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rIVgTf2Ece .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rIVgTf2Ece .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-rIVgTf2Ece .mbr-slider .carousel-indicators li.active,
.cid-rIVgTf2Ece .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rIVgTf2Ece .mbr-slider .carousel-indicators li::after,
.cid-rIVgTf2Ece .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rIVgTf2Ece .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rIVgTf2Ece .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rIVgTf2Ece .mbr-slider > .container img {
  width: 100%;
}
.cid-rIVgTf2Ece .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rIVgTf2Ece .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rIVgTf2Ece .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rIVgTf2Ece .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rIVgTf2Ece .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rIVgTf2Ece .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rIVgTf2Ece .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rIVgTf2Ece .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rIVgTf2Ece .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rIVgTf2Ece .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rIVgTf2Ece .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rIVgTf2Ece .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rIVgTf2Ece .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rIVhoWqFrU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rIVhoWqFrU H3 {
  color: #db0730;
  text-align: left;
}
.cid-rIVhoWqFrU P {
  text-align: left;
}
.cid-rIVhoWqFrU H1 {
  text-align: left;
}
.cid-rIVhDe23Dc {
  background: #ffffff;
}
.cid-rIVhDe23Dc .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rIVhDe23Dc .mbr-figure {
  margin: 0 auto;
}
.cid-rIVhDe23Dc figcaption {
  position: relative;
}
.cid-rIVhDe23Dc figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rIVhDe23Dc .image-block {
    width: 100% !important;
  }
}
.cid-rIVhJFbI0s {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rIVhJFbI0s H3 {
  color: #db0730;
  text-align: left;
}
.cid-rIVhJFbI0s P {
  text-align: left;
}
.cid-rIVhJFbI0s H1 {
  text-align: left;
}
.cid-rIVhUhPLzE {
  background: #ffffff;
}
.cid-rIVhUhPLzE .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rIVhUhPLzE .mbr-figure {
  margin: 0 auto;
}
.cid-rIVhUhPLzE figcaption {
  position: relative;
}
.cid-rIVhUhPLzE figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rIVhUhPLzE .image-block {
    width: 100% !important;
  }
}
.cid-rIVkAAg9gZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rIVkAAg9gZ H3 {
  color: #db0730;
  text-align: left;
}
.cid-rIVkAAg9gZ P {
  text-align: left;
}
.cid-rIVkAAg9gZ H1 {
  text-align: left;
}
.cid-rIVkIBkZhd {
  background: #ffffff;
}
.cid-rIVkIBkZhd .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rIVkIBkZhd .mbr-figure {
  margin: 0 auto;
}
.cid-rIVkIBkZhd figcaption {
  position: relative;
}
.cid-rIVkIBkZhd figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rIVkIBkZhd .image-block {
    width: 100% !important;
  }
}
.cid-rxIo65vBIR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rJ0N0aUeRw {
  background: #ffffff;
}
.cid-rJ0N0aUeRw .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rJ0N0aUeRw .mbr-figure {
  margin: 0 auto;
}
.cid-rJ0N0aUeRw figcaption {
  position: relative;
}
.cid-rJ0N0aUeRw figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rJ0N0aUeRw .image-block {
    width: 100% !important;
  }
}
.cid-shPLWYSWQ3 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-shPLWYSWQ3 H3 {
  color: #db0730;
  text-align: left;
}
.cid-shPLWYSWQ3 P {
  text-align: center;
}
.cid-shPLWYSWQ3 H1 {
  text-align: left;
}
.cid-shPLWrNmCH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-shPLWrNmCH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-shPLWrNmCH img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-shPLWrNmCH .text-wrapper {
    padding: 2rem;
  }
}
.cid-shPLWrNmCH .mbr-text {
  color: #ffffff;
}
.cid-shPLWrNmCH .mbr-section-title {
  color: #ffffff;
}
.cid-rJ0QYzEPyU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rJ0QYzEPyU H3 {
  color: #db0730;
  text-align: left;
}
.cid-rJ0QYzEPyU P {
  text-align: center;
}
.cid-rJ0QYzEPyU H1 {
  text-align: left;
}
.cid-rJ0Q1rpKGd {
  background: #000000;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #000000, #000000);
}
.cid-rJ0Q1rpKGd .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-rJ0Q1rpKGd .video-block {
    width: 100% !important;
  }
}
.cid-rJ0PcYGun6 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-rJ0PcYGun6 .mbr-section-subtitle,
.cid-rJ0PcYGun6 .mbr-text {
  color: #767676;
}
.cid-rJ0PcYGun6 .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rJ0PcYGun6 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rJ0PcYGun6 .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rJ0PcYGun6 .card-wrapper .card-img .mbr-overlay {
  background-color: #000000;
  display: none;
  transition: opacity .3s;
}
.cid-rJ0PcYGun6 .card-wrapper .card-img img {
  width: 100%;
}
.cid-rJ0PcYGun6 .card-wrapper .card-box {
  background-color: #000000;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-rJ0PcYGun6 .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-rJ0PcYGun6 .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-rJ0PcYGun6 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-rJ0PcYGun6 .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-rJ0PcYGun6 .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-rJ0PcYGun6 .mbr-text {
  color: #efefef;
}
.cid-rJ0Rw86qA1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rJ0Rw86qA1 H3 {
  color: #e0947d;
  text-align: left;
}
.cid-rJ0Rw86qA1 P {
  text-align: left;
  color: #ffffff;
}
.cid-rJ0Rw86qA1 H1 {
  text-align: left;
  color: #ffffff;
}
.cid-rJ0Rd9MBN6 {
  background: #ffffff;
}
.cid-rJ0Rd9MBN6 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rJ0Rd9MBN6 .mbr-figure {
  margin: 0 auto;
}
.cid-rJ0Rd9MBN6 figcaption {
  position: relative;
}
.cid-rJ0Rd9MBN6 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rJ0Rd9MBN6 .image-block {
    width: 100% !important;
  }
}
.cid-rJ0ROh9aev {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rJ0ROh9aev H3 {
  color: #e0947d;
  text-align: left;
}
.cid-rJ0ROh9aev P {
  text-align: left;
  color: #ffffff;
}
.cid-rJ0ROh9aev H1 {
  text-align: left;
  color: #ffffff;
}
.cid-rJ0S9jbeQb {
  padding-top: 105px;
  padding-bottom: 60px;
  background: #000000;
}
.cid-rJ0S9jbeQb .image-block {
  margin: auto;
}
.cid-rJ0S9jbeQb .mbr-figure {
  margin: 0 auto;
}
.cid-rJ0S9jbeQb figcaption {
  position: relative;
}
.cid-rJ0S9jbeQb figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rJ0S9jbeQb .image-block {
    width: 100% !important;
  }
}
.cid-rJ0SjmOGE3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rJ0SjmOGE3 H3 {
  color: #e0947d;
  text-align: left;
}
.cid-rJ0SjmOGE3 P {
  text-align: left;
  color: #ffffff;
}
.cid-rJ0SjmOGE3 H1 {
  text-align: left;
  color: #ffffff;
}
.cid-rJ0SvfiKYX {
  background: #ffffff;
}
.cid-rJ0SvfiKYX .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rJ0SvfiKYX .mbr-figure {
  margin: 0 auto;
}
.cid-rJ0SvfiKYX figcaption {
  position: relative;
}
.cid-rJ0SvfiKYX figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rJ0SvfiKYX .image-block {
    width: 100% !important;
  }
}
.cid-rJ0SJNCfmn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rJ0SJNCfmn H3 {
  color: #e0947d;
  text-align: left;
}
.cid-rJ0SJNCfmn P {
  text-align: left;
  color: #ffffff;
}
.cid-rJ0SJNCfmn H1 {
  text-align: left;
  color: #ffffff;
}
.cid-rJ0T1eBPNd {
  background: #ffffff;
}
.cid-rJ0T1eBPNd .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rJ0T1eBPNd .mbr-figure {
  margin: 0 auto;
}
.cid-rJ0T1eBPNd figcaption {
  position: relative;
}
.cid-rJ0T1eBPNd figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rJ0T1eBPNd .image-block {
    width: 100% !important;
  }
}
.cid-rJ0T58JDP9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rJ0T58JDP9 H3 {
  color: #e0947d;
  text-align: left;
}
.cid-rJ0T58JDP9 P {
  text-align: left;
  color: #ffffff;
}
.cid-rJ0T58JDP9 H1 {
  text-align: left;
  color: #ffffff;
}
.cid-rJ0Thc0kXz {
  background: #ffffff;
}
.cid-rJ0Thc0kXz .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rJ0Thc0kXz .mbr-figure {
  margin: 0 auto;
}
.cid-rJ0Thc0kXz figcaption {
  position: relative;
}
.cid-rJ0Thc0kXz figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rJ0Thc0kXz .image-block {
    width: 100% !important;
  }
}
.cid-rJ0TkXbwqA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rJ0TkXbwqA H3 {
  color: #e0947d;
  text-align: left;
}
.cid-rJ0TkXbwqA P {
  text-align: left;
  color: #ffffff;
}
.cid-rJ0TkXbwqA H1 {
  text-align: left;
  color: #ffffff;
}
.cid-rJ0Tqejh5G {
  background: #ffffff;
}
.cid-rJ0Tqejh5G .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rJ0Tqejh5G .mbr-figure {
  margin: 0 auto;
}
.cid-rJ0Tqejh5G figcaption {
  position: relative;
}
.cid-rJ0Tqejh5G figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rJ0Tqejh5G .image-block {
    width: 100% !important;
  }
}
.cid-rJ0TFy1tEv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rJ0TFy1tEv H3 {
  color: #e0947d;
  text-align: left;
}
.cid-rJ0TFy1tEv P {
  text-align: left;
  color: #ffffff;
}
.cid-rJ0TFy1tEv H1 {
  text-align: left;
  color: #ffffff;
}
.cid-rJ0TRcTC8x {
  background: #ffffff;
}
.cid-rJ0TRcTC8x .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rJ0TRcTC8x .mbr-figure {
  margin: 0 auto;
}
.cid-rJ0TRcTC8x figcaption {
  position: relative;
}
.cid-rJ0TRcTC8x figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rJ0TRcTC8x .image-block {
    width: 100% !important;
  }
}
.cid-rJ0TWMvUWX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rJ0TWMvUWX H3 {
  color: #e0947d;
  text-align: left;
}
.cid-rJ0TWMvUWX P {
  text-align: left;
  color: #ffffff;
}
.cid-rJ0TWMvUWX H1 {
  text-align: left;
  color: #ffffff;
}
.cid-rJ0U121g85 {
  background: #ffffff;
}
.cid-rJ0U121g85 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rJ0U121g85 .mbr-figure {
  margin: 0 auto;
}
.cid-rJ0U121g85 figcaption {
  position: relative;
}
.cid-rJ0U121g85 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rJ0U121g85 .image-block {
    width: 100% !important;
  }
}
.cid-rJ0UgCmKOc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rJ0UgCmKOc H3 {
  color: #e0947d;
  text-align: left;
}
.cid-rJ0UgCmKOc P {
  text-align: left;
  color: #ffffff;
}
.cid-rJ0UgCmKOc H1 {
  text-align: left;
  color: #ffffff;
}
.cid-rJ0UsCXbYe {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #000000;
}
.cid-rJ0UsCXbYe .image-block {
  margin: auto;
}
.cid-rJ0UsCXbYe .mbr-figure {
  margin: 0 auto;
}
.cid-rJ0UsCXbYe figcaption {
  position: relative;
}
.cid-rJ0UsCXbYe figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rJ0UsCXbYe .image-block {
    width: 100% !important;
  }
}
.cid-rJ0UBl0DLi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rJ0UBl0DLi H3 {
  color: #e0947d;
  text-align: left;
}
.cid-rJ0UBl0DLi P {
  text-align: left;
  color: #ffffff;
}
.cid-rJ0UBl0DLi H1 {
  text-align: left;
  color: #ffffff;
}
.cid-rJ0UF5SCbQ {
  background: #ffffff;
}
.cid-rJ0UF5SCbQ .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rJ0UF5SCbQ .mbr-figure {
  margin: 0 auto;
}
.cid-rJ0UF5SCbQ figcaption {
  position: relative;
}
.cid-rJ0UF5SCbQ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rJ0UF5SCbQ .image-block {
    width: 100% !important;
  }
}
.cid-rJ0Vdp9ujO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rJ0Vdp9ujO H3 {
  color: #e0947d;
  text-align: left;
}
.cid-rJ0Vdp9ujO P {
  text-align: left;
  color: #ffffff;
}
.cid-rJ0Vdp9ujO H1 {
  text-align: left;
  color: #ffffff;
}
.cid-rJ0VnDcgVk {
  background: #ffffff;
}
.cid-rJ0VnDcgVk .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rJ0VnDcgVk .mbr-figure {
  margin: 0 auto;
}
.cid-rJ0VnDcgVk figcaption {
  position: relative;
}
.cid-rJ0VnDcgVk figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rJ0VnDcgVk .image-block {
    width: 100% !important;
  }
}
.cid-rJ0VuUA5Gv {
  padding-top: 0px;
  padding-bottom: 45px;
  background: #000000;
}
.cid-rJ0VuUA5Gv .image-block {
  margin: auto;
}
.cid-rJ0VuUA5Gv .mbr-figure {
  margin: 0 auto;
}
.cid-rJ0VuUA5Gv figcaption {
  position: relative;
}
.cid-rJ0VuUA5Gv figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rJ0VuUA5Gv .image-block {
    width: 100% !important;
  }
}
.cid-rJ0VFBp0g1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rJ0VFBp0g1 H3 {
  color: #e0947d;
  text-align: left;
}
.cid-rJ0VFBp0g1 P {
  text-align: left;
  color: #ffffff;
}
.cid-rJ0VFBp0g1 H1 {
  text-align: left;
  color: #ffffff;
}
.cid-rJ0VPa3IV7 {
  background: #ffffff;
}
.cid-rJ0VPa3IV7 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rJ0VPa3IV7 .mbr-figure {
  margin: 0 auto;
}
.cid-rJ0VPa3IV7 figcaption {
  position: relative;
}
.cid-rJ0VPa3IV7 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rJ0VPa3IV7 .image-block {
    width: 100% !important;
  }
}
.cid-rJ0VUVuW39 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rJ0VUVuW39 H3 {
  color: #e0947d;
  text-align: left;
}
.cid-rJ0VUVuW39 P {
  text-align: left;
  color: #ffffff;
}
.cid-rJ0VUVuW39 H1 {
  text-align: left;
  color: #ffffff;
}
.cid-rJ0W4FJstP {
  background: #ffffff;
}
.cid-rJ0W4FJstP .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rJ0W4FJstP .mbr-figure {
  margin: 0 auto;
}
.cid-rJ0W4FJstP figcaption {
  position: relative;
}
.cid-rJ0W4FJstP figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rJ0W4FJstP .image-block {
    width: 100% !important;
  }
}
.cid-rJ0WajQwBX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rJ0WajQwBX H3 {
  color: #e0947d;
  text-align: left;
}
.cid-rJ0WajQwBX P {
  text-align: left;
  color: #ffffff;
}
.cid-rJ0WajQwBX H1 {
  text-align: left;
  color: #ffffff;
}
.cid-rJ0Wj07eTB {
  background: #ffffff;
}
.cid-rJ0Wj07eTB .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rJ0Wj07eTB .mbr-figure {
  margin: 0 auto;
}
.cid-rJ0Wj07eTB figcaption {
  position: relative;
}
.cid-rJ0Wj07eTB figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rJ0Wj07eTB .image-block {
    width: 100% !important;
  }
}
.cid-rxIo65vBIR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rJ0YR3ls7G {
  background: #ffffff;
}
.cid-rJ0YR3ls7G .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rJ0YR3ls7G .mbr-figure {
  margin: 0 auto;
}
.cid-rJ0YR3ls7G figcaption {
  position: relative;
}
.cid-rJ0YR3ls7G figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rJ0YR3ls7G .image-block {
    width: 100% !important;
  }
}
.cid-rJ0YRQkceb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rJ0YRQkceb H3 {
  color: #db0730;
  text-align: left;
}
.cid-rJ0YRQkceb P {
  text-align: center;
}
.cid-rJ0YRQkceb H1 {
  text-align: left;
}
.cid-rJ103a30Wn {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-rJ103a30Wn .mbr-section-subtitle,
.cid-rJ103a30Wn .mbr-text {
  color: #767676;
}
.cid-rJ103a30Wn .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rJ103a30Wn .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rJ103a30Wn .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rJ103a30Wn .card-wrapper .card-img .mbr-overlay {
  background-color: #000000;
  display: none;
  transition: opacity .3s;
}
.cid-rJ103a30Wn .card-wrapper .card-img img {
  width: 100%;
}
.cid-rJ103a30Wn .card-wrapper .card-box {
  background-color: #000000;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-rJ103a30Wn .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-rJ103a30Wn .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-rJ103a30Wn .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-rJ103a30Wn .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-rJ103a30Wn .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-rJ103a30Wn .mbr-text {
  color: #efefef;
}
.cid-rJ103a30Wn .card-title {
  color: #e0947d;
}
.cid-rJ0YTzX5zT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rJ0YTzX5zT H3 {
  color: #e0947d;
  text-align: left;
}
.cid-rJ0YTzX5zT P {
  text-align: left;
  color: #ffffff;
}
.cid-rJ0YTzX5zT H1 {
  text-align: left;
  color: #ffffff;
}
.cid-rJ11LwAD5b {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-rJ11LwAD5b .mbr-section-subtitle,
.cid-rJ11LwAD5b .mbr-text {
  color: #767676;
}
.cid-rJ11LwAD5b .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rJ11LwAD5b .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rJ11LwAD5b .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rJ11LwAD5b .card-wrapper .card-img .mbr-overlay {
  background-color: #000000;
  display: none;
  transition: opacity .3s;
}
.cid-rJ11LwAD5b .card-wrapper .card-img img {
  width: 100%;
}
.cid-rJ11LwAD5b .card-wrapper .card-box {
  background-color: #000000;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-rJ11LwAD5b .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-rJ11LwAD5b .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-rJ11LwAD5b .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-rJ11LwAD5b .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-rJ11LwAD5b .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-rJ11LwAD5b .mbr-text {
  color: #efefef;
}
.cid-rJ11LwAD5b .card-title {
  color: #e0947d;
}
.cid-rJ13A85Tkm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rJ13A85Tkm H3 {
  color: #e0947d;
  text-align: left;
}
.cid-rJ13A85Tkm P {
  text-align: left;
  color: #ffffff;
}
.cid-rJ13A85Tkm H1 {
  text-align: left;
  color: #ffffff;
}
.cid-rJ13HyK2MO {
  background: #ffffff;
}
.cid-rJ13HyK2MO .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rJ13HyK2MO .mbr-figure {
  margin: 0 auto;
}
.cid-rJ13HyK2MO figcaption {
  position: relative;
}
.cid-rJ13HyK2MO figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rJ13HyK2MO .image-block {
    width: 100% !important;
  }
}
.cid-rJ13PdE3Ma {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rJ13PdE3Ma H3 {
  color: #e0947d;
  text-align: left;
}
.cid-rJ13PdE3Ma P {
  text-align: left;
  color: #ffffff;
}
.cid-rJ13PdE3Ma H1 {
  text-align: left;
  color: #ffffff;
}
.cid-rJ13N76XOh {
  background: #ffffff;
}
.cid-rJ13N76XOh .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rJ13N76XOh .mbr-figure {
  margin: 0 auto;
}
.cid-rJ13N76XOh figcaption {
  position: relative;
}
.cid-rJ13N76XOh figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rJ13N76XOh .image-block {
    width: 100% !important;
  }
}
.cid-rJ14ad7MWJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rJ14ad7MWJ H3 {
  color: #e0947d;
  text-align: left;
}
.cid-rJ14ad7MWJ P {
  text-align: left;
  color: #ffffff;
}
.cid-rJ14ad7MWJ H1 {
  text-align: left;
  color: #ffffff;
}
.cid-rJ14hoxFPw {
  background: #ffffff;
}
.cid-rJ14hoxFPw .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rJ14hoxFPw .mbr-figure {
  margin: 0 auto;
}
.cid-rJ14hoxFPw figcaption {
  position: relative;
}
.cid-rJ14hoxFPw figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rJ14hoxFPw .image-block {
    width: 100% !important;
  }
}
.cid-rJ14C7aCk3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rJ14C7aCk3 H3 {
  color: #e0947d;
  text-align: left;
}
.cid-rJ14C7aCk3 P {
  text-align: left;
  color: #ffffff;
}
.cid-rJ14C7aCk3 H1 {
  text-align: left;
  color: #ffffff;
}
.cid-rJ14HwOOnj {
  background: #ffffff;
}
.cid-rJ14HwOOnj .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rJ14HwOOnj .mbr-figure {
  margin: 0 auto;
}
.cid-rJ14HwOOnj figcaption {
  position: relative;
}
.cid-rJ14HwOOnj figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rJ14HwOOnj .image-block {
    width: 100% !important;
  }
}
.cid-rJ14MWcg0f {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rJ14MWcg0f H3 {
  color: #e0947d;
  text-align: left;
}
.cid-rJ14MWcg0f P {
  text-align: left;
  color: #ffffff;
}
.cid-rJ14MWcg0f H1 {
  text-align: left;
  color: #ffffff;
}
.cid-rJ14TasMqb {
  background: #ffffff;
}
.cid-rJ14TasMqb .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rJ14TasMqb .mbr-figure {
  margin: 0 auto;
}
.cid-rJ14TasMqb figcaption {
  position: relative;
}
.cid-rJ14TasMqb figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rJ14TasMqb .image-block {
    width: 100% !important;
  }
}
.cid-rJ1598mSdd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rJ1598mSdd H3 {
  color: #e0947d;
  text-align: left;
}
.cid-rJ1598mSdd P {
  text-align: left;
  color: #ffffff;
}
.cid-rJ1598mSdd H1 {
  text-align: left;
  color: #ffffff;
}
.cid-rJ15fK4z3o {
  background: #ffffff;
}
.cid-rJ15fK4z3o .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rJ15fK4z3o .mbr-figure {
  margin: 0 auto;
}
.cid-rJ15fK4z3o figcaption {
  position: relative;
}
.cid-rJ15fK4z3o figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rJ15fK4z3o .image-block {
    width: 100% !important;
  }
}
.cid-rJ15kv5a0m {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rJ15kv5a0m H3 {
  color: #e0947d;
  text-align: left;
}
.cid-rJ15kv5a0m P {
  text-align: left;
  color: #ffffff;
}
.cid-rJ15kv5a0m H1 {
  text-align: left;
  color: #ffffff;
}
.cid-rJ15qpO7kj {
  background: #ffffff;
}
.cid-rJ15qpO7kj .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rJ15qpO7kj .mbr-figure {
  margin: 0 auto;
}
.cid-rJ15qpO7kj figcaption {
  position: relative;
}
.cid-rJ15qpO7kj figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rJ15qpO7kj .image-block {
    width: 100% !important;
  }
}
.cid-rJ15wbe7F0 {
  background: #ffffff;
}
.cid-rJ15wbe7F0 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rJ15wbe7F0 .mbr-figure {
  margin: 0 auto;
}
.cid-rJ15wbe7F0 figcaption {
  position: relative;
}
.cid-rJ15wbe7F0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rJ15wbe7F0 .image-block {
    width: 100% !important;
  }
}
.cid-rxIo65vBIR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rJ1hEhaC3H {
  background: #ffffff;
}
.cid-rJ1hEhaC3H .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rJ1hEhaC3H .mbr-figure {
  margin: 0 auto;
}
.cid-rJ1hEhaC3H figcaption {
  position: relative;
}
.cid-rJ1hEhaC3H figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rJ1hEhaC3H .image-block {
    width: 100% !important;
  }
}
.cid-rJ1hIkDnVJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rJ1hIkDnVJ H3 {
  color: #db0730;
  text-align: left;
}
.cid-rJ1hIkDnVJ P {
  text-align: center;
}
.cid-rJ1hIkDnVJ H1 {
  text-align: left;
}
.cid-rJ1hOgDeGB {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-rJ1hOgDeGB .mbr-section-subtitle,
.cid-rJ1hOgDeGB .mbr-text {
  color: #767676;
}
.cid-rJ1hOgDeGB .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rJ1hOgDeGB .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rJ1hOgDeGB .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rJ1hOgDeGB .card-wrapper .card-img .mbr-overlay {
  background-color: #000000;
  display: none;
  transition: opacity .3s;
}
.cid-rJ1hOgDeGB .card-wrapper .card-img img {
  width: 100%;
}
.cid-rJ1hOgDeGB .card-wrapper .card-box {
  background-color: #000000;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-rJ1hOgDeGB .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-rJ1hOgDeGB .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-rJ1hOgDeGB .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-rJ1hOgDeGB .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-rJ1hOgDeGB .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-rJ1hOgDeGB .mbr-text {
  color: #efefef;
}
.cid-rJ1hPSaB4C {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rJ1hPSaB4C H3 {
  color: #e0947d;
  text-align: left;
}
.cid-rJ1hPSaB4C P {
  text-align: left;
  color: #ffffff;
}
.cid-rJ1hPSaB4C H1 {
  text-align: left;
  color: #ffffff;
}
.cid-rJ1hVXDUt1 {
  background: #ffffff;
}
.cid-rJ1hVXDUt1 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rJ1hVXDUt1 .mbr-figure {
  margin: 0 auto;
}
.cid-rJ1hVXDUt1 figcaption {
  position: relative;
}
.cid-rJ1hVXDUt1 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rJ1hVXDUt1 .image-block {
    width: 100% !important;
  }
}
.cid-rJ1i0i7IXm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rJ1i0i7IXm H3 {
  color: #e0947d;
  text-align: left;
}
.cid-rJ1i0i7IXm P {
  text-align: left;
  color: #ffffff;
}
.cid-rJ1i0i7IXm H1 {
  text-align: left;
  color: #ffffff;
}
.cid-rJ1i6FRshS {
  background: #ffffff;
}
.cid-rJ1i6FRshS .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rJ1i6FRshS .mbr-figure {
  margin: 0 auto;
}
.cid-rJ1i6FRshS figcaption {
  position: relative;
}
.cid-rJ1i6FRshS figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rJ1i6FRshS .image-block {
    width: 100% !important;
  }
}
.cid-rJ1ibZ7WF4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rJ1ibZ7WF4 H3 {
  color: #e0947d;
  text-align: left;
}
.cid-rJ1ibZ7WF4 P {
  text-align: left;
  color: #ffffff;
}
.cid-rJ1ibZ7WF4 H1 {
  text-align: left;
  color: #ffffff;
}
.cid-rJ1ii9xRsP {
  background: #ffffff;
}
.cid-rJ1ii9xRsP .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rJ1ii9xRsP .mbr-figure {
  margin: 0 auto;
}
.cid-rJ1ii9xRsP figcaption {
  position: relative;
}
.cid-rJ1ii9xRsP figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rJ1ii9xRsP .image-block {
    width: 100% !important;
  }
}
.cid-rJ1imaAcfV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rJ1imaAcfV H3 {
  color: #e0947d;
  text-align: left;
}
.cid-rJ1imaAcfV P {
  text-align: left;
  color: #ffffff;
}
.cid-rJ1imaAcfV H1 {
  text-align: left;
  color: #ffffff;
}
.cid-rJ1is5pM4S {
  background: #ffffff;
}
.cid-rJ1is5pM4S .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rJ1is5pM4S .mbr-figure {
  margin: 0 auto;
}
.cid-rJ1is5pM4S figcaption {
  position: relative;
}
.cid-rJ1is5pM4S figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rJ1is5pM4S .image-block {
    width: 100% !important;
  }
}
.cid-rJ1iwuR1zp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rJ1iwuR1zp H3 {
  color: #e0947d;
  text-align: left;
}
.cid-rJ1iwuR1zp P {
  text-align: left;
  color: #ffffff;
}
.cid-rJ1iwuR1zp H1 {
  text-align: left;
  color: #ffffff;
}
.cid-rJ1iBH0aen {
  background: #ffffff;
}
.cid-rJ1iBH0aen .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rJ1iBH0aen .mbr-figure {
  margin: 0 auto;
}
.cid-rJ1iBH0aen figcaption {
  position: relative;
}
.cid-rJ1iBH0aen figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rJ1iBH0aen .image-block {
    width: 100% !important;
  }
}
.cid-rJ1iFXLQNg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rJ1iFXLQNg H3 {
  color: #e0947d;
  text-align: left;
}
.cid-rJ1iFXLQNg P {
  text-align: left;
  color: #ffffff;
}
.cid-rJ1iFXLQNg H1 {
  text-align: left;
  color: #ffffff;
}
.cid-rJ1iJ7B5tv {
  background: #ffffff;
}
.cid-rJ1iJ7B5tv .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rJ1iJ7B5tv .mbr-figure {
  margin: 0 auto;
}
.cid-rJ1iJ7B5tv figcaption {
  position: relative;
}
.cid-rJ1iJ7B5tv figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rJ1iJ7B5tv .image-block {
    width: 100% !important;
  }
}
.cid-rJ1iVbykZI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rJ1iVbykZI H3 {
  color: #e0947d;
  text-align: left;
}
.cid-rJ1iVbykZI P {
  text-align: left;
  color: #ffffff;
}
.cid-rJ1iVbykZI H1 {
  text-align: left;
  color: #ffffff;
}
.cid-rJ1j4iRlAy {
  background: #ffffff;
}
.cid-rJ1j4iRlAy .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rJ1j4iRlAy .mbr-figure {
  margin: 0 auto;
}
.cid-rJ1j4iRlAy figcaption {
  position: relative;
}
.cid-rJ1j4iRlAy figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rJ1j4iRlAy .image-block {
    width: 100% !important;
  }
}
.cid-rJ1j83epak {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rJ1j83epak H3 {
  color: #e0947d;
  text-align: left;
}
.cid-rJ1j83epak P {
  text-align: left;
  color: #ffffff;
}
.cid-rJ1j83epak H1 {
  text-align: left;
  color: #ffffff;
}
.cid-rJ1jeXN4Ee {
  background: #ffffff;
}
.cid-rJ1jeXN4Ee .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rJ1jeXN4Ee .mbr-figure {
  margin: 0 auto;
}
.cid-rJ1jeXN4Ee figcaption {
  position: relative;
}
.cid-rJ1jeXN4Ee figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rJ1jeXN4Ee .image-block {
    width: 100% !important;
  }
}
.cid-rJ1jiXLpJY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rJ1jiXLpJY H3 {
  color: #e0947d;
  text-align: left;
}
.cid-rJ1jiXLpJY P {
  text-align: left;
  color: #ffffff;
}
.cid-rJ1jiXLpJY H1 {
  text-align: left;
  color: #ffffff;
}
.cid-rJ1jkWtE0G {
  background: #ffffff;
}
.cid-rJ1jkWtE0G .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rJ1jkWtE0G .mbr-figure {
  margin: 0 auto;
}
.cid-rJ1jkWtE0G figcaption {
  position: relative;
}
.cid-rJ1jkWtE0G figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rJ1jkWtE0G .image-block {
    width: 100% !important;
  }
}
.cid-rxIo65vBIR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rJ1pMRRjBz {
  background: #ffffff;
}
.cid-rJ1pMRRjBz .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rJ1pMRRjBz .mbr-figure {
  margin: 0 auto;
}
.cid-rJ1pMRRjBz figcaption {
  position: relative;
}
.cid-rJ1pMRRjBz figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rJ1pMRRjBz .image-block {
    width: 100% !important;
  }
}
.cid-rJ1pQYt0gs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rJ1pQYt0gs H3 {
  color: #db0730;
  text-align: left;
}
.cid-rJ1pQYt0gs P {
  text-align: center;
}
.cid-rJ1pQYt0gs H1 {
  text-align: left;
}
.cid-rJ1q1lsaaE {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-rJ1q1lsaaE .mbr-section-subtitle,
.cid-rJ1q1lsaaE .mbr-text {
  color: #767676;
}
.cid-rJ1q1lsaaE .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rJ1q1lsaaE .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rJ1q1lsaaE .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rJ1q1lsaaE .card-wrapper .card-img .mbr-overlay {
  background-color: #000000;
  display: none;
  transition: opacity .3s;
}
.cid-rJ1q1lsaaE .card-wrapper .card-img img {
  width: 100%;
}
.cid-rJ1q1lsaaE .card-wrapper .card-box {
  background-color: #000000;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-rJ1q1lsaaE .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-rJ1q1lsaaE .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-rJ1q1lsaaE .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-rJ1q1lsaaE .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-rJ1q1lsaaE .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-rJ1q1lsaaE .mbr-text {
  color: #efefef;
}
.cid-rJ1q9P9ahA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rJ1q9P9ahA H3 {
  color: #e0947d;
  text-align: left;
}
.cid-rJ1q9P9ahA P {
  text-align: left;
  color: #ffffff;
}
.cid-rJ1q9P9ahA H1 {
  text-align: left;
  color: #ffffff;
}
.cid-rJ1qePAcep {
  background: #ffffff;
}
.cid-rJ1qePAcep .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rJ1qePAcep .mbr-figure {
  margin: 0 auto;
}
.cid-rJ1qePAcep figcaption {
  position: relative;
}
.cid-rJ1qePAcep figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rJ1qePAcep .image-block {
    width: 100% !important;
  }
}
.cid-rJ1qjCgCZu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rJ1qjCgCZu H3 {
  color: #e0947d;
  text-align: left;
}
.cid-rJ1qjCgCZu P {
  text-align: left;
  color: #ffffff;
}
.cid-rJ1qjCgCZu H1 {
  text-align: left;
  color: #ffffff;
}
.cid-rJ1qpO3dEG {
  background: #ffffff;
}
.cid-rJ1qpO3dEG .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rJ1qpO3dEG .mbr-figure {
  margin: 0 auto;
}
.cid-rJ1qpO3dEG figcaption {
  position: relative;
}
.cid-rJ1qpO3dEG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rJ1qpO3dEG .image-block {
    width: 100% !important;
  }
}
.cid-rJ1qvKbzym {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rJ1qvKbzym H3 {
  color: #e0947d;
  text-align: left;
}
.cid-rJ1qvKbzym P {
  text-align: left;
  color: #ffffff;
}
.cid-rJ1qvKbzym H1 {
  text-align: left;
  color: #ffffff;
}
.cid-rJ1qE3CB0B {
  background: #ffffff;
}
.cid-rJ1qE3CB0B .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rJ1qE3CB0B .mbr-figure {
  margin: 0 auto;
}
.cid-rJ1qE3CB0B figcaption {
  position: relative;
}
.cid-rJ1qE3CB0B figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rJ1qE3CB0B .image-block {
    width: 100% !important;
  }
}
.cid-rJ1qLYBnsS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rJ1qLYBnsS H3 {
  color: #e0947d;
  text-align: left;
}
.cid-rJ1qLYBnsS P {
  text-align: left;
  color: #ffffff;
}
.cid-rJ1qLYBnsS H1 {
  text-align: left;
  color: #ffffff;
}
.cid-rJ1qSHZhWb {
  background: #ffffff;
}
.cid-rJ1qSHZhWb .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rJ1qSHZhWb .mbr-figure {
  margin: 0 auto;
}
.cid-rJ1qSHZhWb figcaption {
  position: relative;
}
.cid-rJ1qSHZhWb figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rJ1qSHZhWb .image-block {
    width: 100% !important;
  }
}
.cid-rJ1qXFIsdu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rJ1qXFIsdu H3 {
  color: #e0947d;
  text-align: left;
}
.cid-rJ1qXFIsdu P {
  text-align: left;
  color: #ffffff;
}
.cid-rJ1qXFIsdu H1 {
  text-align: left;
  color: #ffffff;
}
.cid-rJ1r413Eoz {
  background: #ffffff;
}
.cid-rJ1r413Eoz .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rJ1r413Eoz .mbr-figure {
  margin: 0 auto;
}
.cid-rJ1r413Eoz figcaption {
  position: relative;
}
.cid-rJ1r413Eoz figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rJ1r413Eoz .image-block {
    width: 100% !important;
  }
}
.cid-rJ1r97NXMS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rJ1r97NXMS H3 {
  color: #e0947d;
  text-align: left;
}
.cid-rJ1r97NXMS P {
  text-align: left;
  color: #ffffff;
}
.cid-rJ1r97NXMS H1 {
  text-align: left;
  color: #ffffff;
}
.cid-rJ1reIFcCm {
  background: #ffffff;
}
.cid-rJ1reIFcCm .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rJ1reIFcCm .mbr-figure {
  margin: 0 auto;
}
.cid-rJ1reIFcCm figcaption {
  position: relative;
}
.cid-rJ1reIFcCm figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rJ1reIFcCm .image-block {
    width: 100% !important;
  }
}
.cid-rJ1rjPL0Wc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rJ1rjPL0Wc H3 {
  color: #e0947d;
  text-align: left;
}
.cid-rJ1rjPL0Wc P {
  text-align: left;
  color: #ffffff;
}
.cid-rJ1rjPL0Wc H1 {
  text-align: left;
  color: #ffffff;
}
.cid-rJ1rpndYRU {
  background: #ffffff;
}
.cid-rJ1rpndYRU .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rJ1rpndYRU .mbr-figure {
  margin: 0 auto;
}
.cid-rJ1rpndYRU figcaption {
  position: relative;
}
.cid-rJ1rpndYRU figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rJ1rpndYRU .image-block {
    width: 100% !important;
  }
}
.cid-rJ1rulQHCg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rJ1rulQHCg H3 {
  color: #e0947d;
  text-align: left;
}
.cid-rJ1rulQHCg P {
  text-align: left;
  color: #ffffff;
}
.cid-rJ1rulQHCg H1 {
  text-align: left;
  color: #ffffff;
}
.cid-rJ1rAfCIKG {
  background: #ffffff;
}
.cid-rJ1rAfCIKG .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rJ1rAfCIKG .mbr-figure {
  margin: 0 auto;
}
.cid-rJ1rAfCIKG figcaption {
  position: relative;
}
.cid-rJ1rAfCIKG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rJ1rAfCIKG .image-block {
    width: 100% !important;
  }
}
.cid-rJ1rGHSkiO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rJ1rGHSkiO H3 {
  color: #e0947d;
  text-align: left;
}
.cid-rJ1rGHSkiO P {
  text-align: left;
  color: #ffffff;
}
.cid-rJ1rGHSkiO H1 {
  text-align: left;
  color: #ffffff;
}
.cid-rJ1rM6IVmH {
  padding-top: 105px;
  padding-bottom: 60px;
  background: #000000;
}
.cid-rJ1rM6IVmH .image-block {
  margin: auto;
}
.cid-rJ1rM6IVmH .mbr-figure {
  margin: 0 auto;
}
.cid-rJ1rM6IVmH figcaption {
  position: relative;
}
.cid-rJ1rM6IVmH figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rJ1rM6IVmH .image-block {
    width: 100% !important;
  }
}
.cid-rJ1rSocrti {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rJ1rSocrti H3 {
  color: #e0947d;
  text-align: left;
}
.cid-rJ1rSocrti P {
  text-align: left;
  color: #ffffff;
}
.cid-rJ1rSocrti H1 {
  text-align: left;
  color: #ffffff;
}
.cid-rJ1rYlI08R {
  background: #ffffff;
}
.cid-rJ1rYlI08R .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rJ1rYlI08R .mbr-figure {
  margin: 0 auto;
}
.cid-rJ1rYlI08R figcaption {
  position: relative;
}
.cid-rJ1rYlI08R figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rJ1rYlI08R .image-block {
    width: 100% !important;
  }
}
.cid-rJ1s43qc43 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rJ1s43qc43 H3 {
  color: #e0947d;
  text-align: left;
}
.cid-rJ1s43qc43 P {
  text-align: left;
  color: #ffffff;
}
.cid-rJ1s43qc43 H1 {
  text-align: left;
  color: #ffffff;
}
.cid-rJ1s8Nohn8 {
  background: #ffffff;
}
.cid-rJ1s8Nohn8 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rJ1s8Nohn8 .mbr-figure {
  margin: 0 auto;
}
.cid-rJ1s8Nohn8 figcaption {
  position: relative;
}
.cid-rJ1s8Nohn8 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rJ1s8Nohn8 .image-block {
    width: 100% !important;
  }
}
.cid-rJ1siIuPUa {
  background: #ffffff;
}
.cid-rJ1siIuPUa .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rJ1siIuPUa .mbr-figure {
  margin: 0 auto;
}
.cid-rJ1siIuPUa figcaption {
  position: relative;
}
.cid-rJ1siIuPUa figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rJ1siIuPUa .image-block {
    width: 100% !important;
  }
}
.cid-rJ1smANP6V {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rJ1smANP6V H3 {
  color: #e0947d;
  text-align: left;
}
.cid-rJ1smANP6V P {
  text-align: left;
  color: #ffffff;
}
.cid-rJ1smANP6V H1 {
  text-align: left;
  color: #ffffff;
}
.cid-rJ1stEpF30 {
  background: #ffffff;
}
.cid-rJ1stEpF30 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rJ1stEpF30 .mbr-figure {
  margin: 0 auto;
}
.cid-rJ1stEpF30 figcaption {
  position: relative;
}
.cid-rJ1stEpF30 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rJ1stEpF30 .image-block {
    width: 100% !important;
  }
}
.cid-rJ1szDsusP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rJ1szDsusP H3 {
  color: #e0947d;
  text-align: left;
}
.cid-rJ1szDsusP P {
  text-align: left;
  color: #ffffff;
}
.cid-rJ1szDsusP H1 {
  text-align: left;
  color: #ffffff;
}
.cid-rJ1sFG2aRK {
  background: #ffffff;
}
.cid-rJ1sFG2aRK .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rJ1sFG2aRK .mbr-figure {
  margin: 0 auto;
}
.cid-rJ1sFG2aRK figcaption {
  position: relative;
}
.cid-rJ1sFG2aRK figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rJ1sFG2aRK .image-block {
    width: 100% !important;
  }
}
.cid-rJ1sLhSGMR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rJ1sLhSGMR H3 {
  color: #e0947d;
  text-align: left;
}
.cid-rJ1sLhSGMR P {
  text-align: left;
  color: #ffffff;
}
.cid-rJ1sLhSGMR H1 {
  text-align: left;
  color: #ffffff;
}
.cid-rJ1sSbLlsi {
  background: #ffffff;
}
.cid-rJ1sSbLlsi .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rJ1sSbLlsi .mbr-figure {
  margin: 0 auto;
}
.cid-rJ1sSbLlsi figcaption {
  position: relative;
}
.cid-rJ1sSbLlsi figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rJ1sSbLlsi .image-block {
    width: 100% !important;
  }
}
.cid-rxIo65vBIR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rJ1Subo87p {
  background: #ffffff;
}
.cid-rJ1Subo87p .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rJ1Subo87p .mbr-figure {
  margin: 0 auto;
}
.cid-rJ1Subo87p figcaption {
  position: relative;
}
.cid-rJ1Subo87p figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rJ1Subo87p .image-block {
    width: 100% !important;
  }
}
.cid-rJ1SBhfXkP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rJ1SBhfXkP H3 {
  color: #db0730;
  text-align: left;
}
.cid-rJ1SBhfXkP P {
  text-align: center;
}
.cid-rJ1SBhfXkP H1 {
  text-align: left;
}
.cid-rJ1SVyY7yb {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-rJ1SVyY7yb .mbr-section-subtitle,
.cid-rJ1SVyY7yb .mbr-text {
  color: #767676;
}
.cid-rJ1SVyY7yb .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rJ1SVyY7yb .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rJ1SVyY7yb .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rJ1SVyY7yb .card-wrapper .card-img .mbr-overlay {
  background-color: #000000;
  display: none;
  transition: opacity .3s;
}
.cid-rJ1SVyY7yb .card-wrapper .card-img img {
  width: 100%;
}
.cid-rJ1SVyY7yb .card-wrapper .card-box {
  background-color: #000000;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-rJ1SVyY7yb .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-rJ1SVyY7yb .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-rJ1SVyY7yb .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-rJ1SVyY7yb .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-rJ1SVyY7yb .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-rJ1SVyY7yb .mbr-text {
  color: #efefef;
}
.cid-rJ1TiIcFqk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rJ1TiIcFqk H3 {
  color: #e0947d;
  text-align: left;
}
.cid-rJ1TiIcFqk P {
  text-align: left;
  color: #ffffff;
}
.cid-rJ1TiIcFqk H1 {
  text-align: left;
  color: #ffffff;
}
.cid-rJ1SFJu7Ip {
  background: #ffffff;
}
.cid-rJ1SFJu7Ip .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rJ1SFJu7Ip .mbr-figure {
  margin: 0 auto;
}
.cid-rJ1SFJu7Ip figcaption {
  position: relative;
}
.cid-rJ1SFJu7Ip figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rJ1SFJu7Ip .image-block {
    width: 100% !important;
  }
}
.cid-rJ1TruVo0s {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rJ1TruVo0s H3 {
  color: #e0947d;
  text-align: left;
}
.cid-rJ1TruVo0s P {
  text-align: left;
  color: #ffffff;
}
.cid-rJ1TruVo0s H1 {
  text-align: left;
  color: #ffffff;
}
.cid-rJ1TAxISyN {
  background: #ffffff;
}
.cid-rJ1TAxISyN .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rJ1TAxISyN .mbr-figure {
  margin: 0 auto;
}
.cid-rJ1TAxISyN figcaption {
  position: relative;
}
.cid-rJ1TAxISyN figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rJ1TAxISyN .image-block {
    width: 100% !important;
  }
}
.cid-rJ1TImzQ2z {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rJ1TImzQ2z H3 {
  color: #e0947d;
  text-align: left;
}
.cid-rJ1TImzQ2z P {
  text-align: left;
  color: #ffffff;
}
.cid-rJ1TImzQ2z H1 {
  text-align: left;
  color: #ffffff;
}
.cid-rJ1TRvTH8b {
  background: #ffffff;
}
.cid-rJ1TRvTH8b .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rJ1TRvTH8b .mbr-figure {
  margin: 0 auto;
}
.cid-rJ1TRvTH8b figcaption {
  position: relative;
}
.cid-rJ1TRvTH8b figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rJ1TRvTH8b .image-block {
    width: 100% !important;
  }
}
.cid-rJ1U5dRC1Q {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rJ1U5dRC1Q H3 {
  color: #e0947d;
  text-align: left;
}
.cid-rJ1U5dRC1Q P {
  text-align: left;
  color: #ffffff;
}
.cid-rJ1U5dRC1Q H1 {
  text-align: left;
  color: #ffffff;
}
.cid-rJ1UdXcsAW {
  background: #ffffff;
}
.cid-rJ1UdXcsAW .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rJ1UdXcsAW .mbr-figure {
  margin: 0 auto;
}
.cid-rJ1UdXcsAW figcaption {
  position: relative;
}
.cid-rJ1UdXcsAW figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rJ1UdXcsAW .image-block {
    width: 100% !important;
  }
}
.cid-rJ1UtYSD8L {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rJ1UtYSD8L H3 {
  color: #e0947d;
  text-align: left;
}
.cid-rJ1UtYSD8L P {
  text-align: left;
  color: #ffffff;
}
.cid-rJ1UtYSD8L H1 {
  text-align: left;
  color: #ffffff;
}
.cid-rJ1UAbB6JQ {
  background: #ffffff;
}
.cid-rJ1UAbB6JQ .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rJ1UAbB6JQ .mbr-figure {
  margin: 0 auto;
}
.cid-rJ1UAbB6JQ figcaption {
  position: relative;
}
.cid-rJ1UAbB6JQ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rJ1UAbB6JQ .image-block {
    width: 100% !important;
  }
}
.cid-rJ1UFbRM0Q {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rJ1UFbRM0Q H3 {
  color: #e0947d;
  text-align: left;
}
.cid-rJ1UFbRM0Q P {
  text-align: left;
  color: #ffffff;
}
.cid-rJ1UFbRM0Q H1 {
  text-align: left;
  color: #ffffff;
}
.cid-rJ1UYtdIzD {
  background: #ffffff;
}
.cid-rJ1UYtdIzD .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rJ1UYtdIzD .mbr-figure {
  margin: 0 auto;
}
.cid-rJ1UYtdIzD figcaption {
  position: relative;
}
.cid-rJ1UYtdIzD figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rJ1UYtdIzD .image-block {
    width: 100% !important;
  }
}
.cid-rJ1V4UYd8A {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rJ1V4UYd8A H3 {
  color: #e0947d;
  text-align: left;
}
.cid-rJ1V4UYd8A P {
  text-align: left;
  color: #ffffff;
}
.cid-rJ1V4UYd8A H1 {
  text-align: left;
  color: #ffffff;
}
.cid-rJ1VdhUR9j {
  background: #ffffff;
}
.cid-rJ1VdhUR9j .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rJ1VdhUR9j .mbr-figure {
  margin: 0 auto;
}
.cid-rJ1VdhUR9j figcaption {
  position: relative;
}
.cid-rJ1VdhUR9j figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rJ1VdhUR9j .image-block {
    width: 100% !important;
  }
}
.cid-rJ1Vn0ocJo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rJ1Vn0ocJo H3 {
  color: #e0947d;
  text-align: left;
}
.cid-rJ1Vn0ocJo P {
  text-align: left;
  color: #ffffff;
}
.cid-rJ1Vn0ocJo H1 {
  text-align: left;
  color: #ffffff;
}
.cid-rJ1VupcCVl {
  background: #ffffff;
}
.cid-rJ1VupcCVl .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rJ1VupcCVl .mbr-figure {
  margin: 0 auto;
}
.cid-rJ1VupcCVl figcaption {
  position: relative;
}
.cid-rJ1VupcCVl figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rJ1VupcCVl .image-block {
    width: 100% !important;
  }
}
.cid-rJ1VChxPQd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rJ1VChxPQd H3 {
  color: #e0947d;
  text-align: left;
}
.cid-rJ1VChxPQd P {
  text-align: left;
  color: #ffffff;
}
.cid-rJ1VChxPQd H1 {
  text-align: left;
  color: #ffffff;
}
.cid-rJ1VIGNJzf {
  background: #ffffff;
}
.cid-rJ1VIGNJzf .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rJ1VIGNJzf .mbr-figure {
  margin: 0 auto;
}
.cid-rJ1VIGNJzf figcaption {
  position: relative;
}
.cid-rJ1VIGNJzf figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rJ1VIGNJzf .image-block {
    width: 100% !important;
  }
}
.cid-rxIo65vBIR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rJ2gtVWxmH {
  background: #ffffff;
}
.cid-rJ2gtVWxmH .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rJ2gtVWxmH .mbr-figure {
  margin: 0 auto;
}
.cid-rJ2gtVWxmH figcaption {
  position: relative;
}
.cid-rJ2gtVWxmH figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rJ2gtVWxmH .image-block {
    width: 100% !important;
  }
}
.cid-rJ2gESgxtN {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rJ2gESgxtN .mbr-text,
.cid-rJ2gESgxtN blockquote {
  color: #767676;
}
.cid-rJ2gESgxtN .mbr-text {
  color: #000000;
}
.cid-rJ2gPxFjwq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rJ2gPxFjwq H3 {
  color: #232323;
  text-align: left;
}
.cid-rJ2gPxFjwq P {
  text-align: left;
  color: #232323;
}
.cid-rJ2gPxFjwq H1 {
  text-align: left;
  color: #232323;
}
.cid-rJ2hLn4qYb {
  background: #ffffff;
}
.cid-rJ2hLn4qYb .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rJ2hLn4qYb .mbr-figure {
  margin: 0 auto;
}
.cid-rJ2hLn4qYb figcaption {
  position: relative;
}
.cid-rJ2hLn4qYb figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rJ2hLn4qYb .image-block {
    width: 100% !important;
  }
}
.cid-rJ2hW3YqN1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rJ2hW3YqN1 H3 {
  color: #232323;
  text-align: left;
}
.cid-rJ2hW3YqN1 P {
  text-align: left;
  color: #232323;
}
.cid-rJ2hW3YqN1 H1 {
  text-align: left;
  color: #232323;
}
.cid-rJ2i37uqfq {
  background: #ffffff;
}
.cid-rJ2i37uqfq .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rJ2i37uqfq .mbr-figure {
  margin: 0 auto;
}
.cid-rJ2i37uqfq figcaption {
  position: relative;
}
.cid-rJ2i37uqfq figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rJ2i37uqfq .image-block {
    width: 100% !important;
  }
}
.cid-rJ2i79gu7f {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rJ2i79gu7f H3 {
  color: #232323;
  text-align: left;
}
.cid-rJ2i79gu7f P {
  text-align: left;
  color: #232323;
}
.cid-rJ2i79gu7f H1 {
  text-align: left;
  color: #232323;
}
.cid-rJ2idaygd7 {
  background: #ffffff;
}
.cid-rJ2idaygd7 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rJ2idaygd7 .mbr-figure {
  margin: 0 auto;
}
.cid-rJ2idaygd7 figcaption {
  position: relative;
}
.cid-rJ2idaygd7 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rJ2idaygd7 .image-block {
    width: 100% !important;
  }
}
.cid-rJ2igsq65n {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rJ2igsq65n H3 {
  color: #232323;
  text-align: left;
}
.cid-rJ2igsq65n P {
  text-align: left;
  color: #232323;
}
.cid-rJ2igsq65n H1 {
  text-align: left;
  color: #232323;
}
.cid-rJ2ini5uzE {
  background: #ffffff;
}
.cid-rJ2ini5uzE .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rJ2ini5uzE .mbr-figure {
  margin: 0 auto;
}
.cid-rJ2ini5uzE figcaption {
  position: relative;
}
.cid-rJ2ini5uzE figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rJ2ini5uzE .image-block {
    width: 100% !important;
  }
}
.cid-rJ2irlWfex {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rJ2irlWfex H3 {
  color: #232323;
  text-align: left;
}
.cid-rJ2irlWfex P {
  text-align: left;
  color: #232323;
}
.cid-rJ2irlWfex H1 {
  text-align: left;
  color: #232323;
}
.cid-rJ2izE6GyV {
  background: #ffffff;
}
.cid-rJ2izE6GyV .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rJ2izE6GyV .mbr-figure {
  margin: 0 auto;
}
.cid-rJ2izE6GyV figcaption {
  position: relative;
}
.cid-rJ2izE6GyV figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rJ2izE6GyV .image-block {
    width: 100% !important;
  }
}
.cid-rJ2iEwWtyx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rJ2iEwWtyx H3 {
  color: #232323;
  text-align: left;
}
.cid-rJ2iEwWtyx P {
  text-align: left;
  color: #232323;
}
.cid-rJ2iEwWtyx H1 {
  text-align: left;
  color: #232323;
}
.cid-rJ2iKduzqi {
  background: #ffffff;
}
.cid-rJ2iKduzqi .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rJ2iKduzqi .mbr-figure {
  margin: 0 auto;
}
.cid-rJ2iKduzqi figcaption {
  position: relative;
}
.cid-rJ2iKduzqi figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rJ2iKduzqi .image-block {
    width: 100% !important;
  }
}
.cid-rJ2iOocp8Q {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rJ2iOocp8Q H3 {
  color: #232323;
  text-align: left;
}
.cid-rJ2iOocp8Q P {
  text-align: left;
  color: #232323;
}
.cid-rJ2iOocp8Q H1 {
  text-align: left;
  color: #232323;
}
.cid-rJ2iUmmSS3 {
  background: #ffffff;
}
.cid-rJ2iUmmSS3 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rJ2iUmmSS3 .mbr-figure {
  margin: 0 auto;
}
.cid-rJ2iUmmSS3 figcaption {
  position: relative;
}
.cid-rJ2iUmmSS3 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rJ2iUmmSS3 .image-block {
    width: 100% !important;
  }
}
.cid-rJ2iZsDPT1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rJ2iZsDPT1 H3 {
  color: #232323;
  text-align: left;
}
.cid-rJ2iZsDPT1 P {
  text-align: left;
  color: #232323;
}
.cid-rJ2iZsDPT1 H1 {
  text-align: left;
  color: #232323;
}
.cid-rJ2j5IhHXJ {
  background: #ffffff;
}
.cid-rJ2j5IhHXJ .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rJ2j5IhHXJ .mbr-figure {
  margin: 0 auto;
}
.cid-rJ2j5IhHXJ figcaption {
  position: relative;
}
.cid-rJ2j5IhHXJ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rJ2j5IhHXJ .image-block {
    width: 100% !important;
  }
}
.cid-rJ2j9r2eJY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rJ2j9r2eJY H3 {
  color: #232323;
  text-align: left;
}
.cid-rJ2j9r2eJY P {
  text-align: left;
  color: #232323;
}
.cid-rJ2j9r2eJY H1 {
  text-align: left;
  color: #232323;
}
.cid-rJ2jfnaRza {
  background: #ffffff;
}
.cid-rJ2jfnaRza .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rJ2jfnaRza .mbr-figure {
  margin: 0 auto;
}
.cid-rJ2jfnaRza figcaption {
  position: relative;
}
.cid-rJ2jfnaRza figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rJ2jfnaRza .image-block {
    width: 100% !important;
  }
}
.cid-rJ2jjRpwi4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rJ2jjRpwi4 H3 {
  color: #232323;
  text-align: left;
}
.cid-rJ2jjRpwi4 P {
  text-align: left;
  color: #232323;
}
.cid-rJ2jjRpwi4 H1 {
  text-align: left;
  color: #232323;
}
.cid-rJ2jqMxfAO {
  background: #ffffff;
}
.cid-rJ2jqMxfAO .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rJ2jqMxfAO .mbr-figure {
  margin: 0 auto;
}
.cid-rJ2jqMxfAO figcaption {
  position: relative;
}
.cid-rJ2jqMxfAO figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rJ2jqMxfAO .image-block {
    width: 100% !important;
  }
}
.cid-rJ2jvdYJSd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rJ2jvdYJSd H3 {
  color: #232323;
  text-align: left;
}
.cid-rJ2jvdYJSd P {
  text-align: left;
  color: #232323;
}
.cid-rJ2jvdYJSd H1 {
  text-align: left;
  color: #232323;
}
.cid-rJ2jBYR2TX {
  background: #ffffff;
}
.cid-rJ2jBYR2TX .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rJ2jBYR2TX .mbr-figure {
  margin: 0 auto;
}
.cid-rJ2jBYR2TX figcaption {
  position: relative;
}
.cid-rJ2jBYR2TX figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rJ2jBYR2TX .image-block {
    width: 100% !important;
  }
}
.cid-rxIo65vBIR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-s3uHcTmiVL {
  background: #ffffff;
}
.cid-s3uHcTmiVL .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s3uHcTmiVL .mbr-figure {
  margin: 0 auto;
}
.cid-s3uHcTmiVL figcaption {
  position: relative;
}
.cid-s3uHcTmiVL figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s3uHcTmiVL .image-block {
    width: 100% !important;
  }
}
.cid-shPM9mrcld {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-shPM9mrcld H3 {
  color: #db0730;
  text-align: left;
}
.cid-shPM9mrcld P {
  text-align: center;
}
.cid-shPM9mrcld H1 {
  text-align: left;
}
.cid-shPM8JmjNB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-shPM8JmjNB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-shPM8JmjNB img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-shPM8JmjNB .text-wrapper {
    padding: 2rem;
  }
}
.cid-shPM8JmjNB .mbr-text {
  color: #ffffff;
}
.cid-shPM8JmjNB .mbr-section-title {
  color: #ffffff;
}
.cid-s3uHdZuZP2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s3uHdZuZP2 H3 {
  color: #db0730;
  text-align: left;
}
.cid-s3uHdZuZP2 P {
  text-align: center;
}
.cid-s3uHdZuZP2 H1 {
  text-align: left;
}
.cid-s3zt5Aied9 {
  background: #ffffff;
}
.cid-s3zt5Aied9 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s3zt5Aied9 .mbr-figure {
  margin: 0 auto;
}
.cid-s3zt5Aied9 figcaption {
  position: relative;
}
.cid-s3zt5Aied9 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s3zt5Aied9 .image-block {
    width: 100% !important;
  }
}
.cid-s3zCIxGbSI {
  background: #ffffff;
}
.cid-s3zCIxGbSI .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s3zCIxGbSI .mbr-figure {
  margin: 0 auto;
}
.cid-s3zCIxGbSI figcaption {
  position: relative;
}
.cid-s3zCIxGbSI figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s3zCIxGbSI .image-block {
    width: 100% !important;
  }
}
.cid-s3ztmvpzOD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s3ztmvpzOD H3 {
  color: #db0730;
  text-align: left;
}
.cid-s3ztmvpzOD P {
  text-align: center;
}
.cid-s3ztmvpzOD H1 {
  text-align: left;
}
.cid-s3ztnecv1D {
  background: #ffffff;
}
.cid-s3ztnecv1D .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s3ztnecv1D .mbr-figure {
  margin: 0 auto;
}
.cid-s3ztnecv1D figcaption {
  position: relative;
}
.cid-s3ztnecv1D figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s3ztnecv1D .image-block {
    width: 100% !important;
  }
}
.cid-s3ztD5im9P .modal-body .close {
  background: #1b1b1b;
}
.cid-s3ztD5im9P .modal-body .close span {
  font-style: normal;
}
.cid-s3ztD5im9P .carousel-inner > .active,
.cid-s3ztD5im9P .carousel-inner > .next,
.cid-s3ztD5im9P .carousel-inner > .prev {
  display: table;
}
.cid-s3ztD5im9P .carousel-control .icon-next,
.cid-s3ztD5im9P .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-s3ztD5im9P .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s3ztD5im9P .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-s3ztD5im9P .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-s3ztD5im9P .boxed-slider > div {
  position: relative;
}
.cid-s3ztD5im9P .container img {
  width: 100%;
}
.cid-s3ztD5im9P .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-s3ztD5im9P .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-s3ztD5im9P .mbr-table-cell {
  padding: 0;
}
.cid-s3ztD5im9P .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-s3ztD5im9P .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-s3ztD5im9P .mbr-overlay {
  z-index: 1;
}
.cid-s3ztD5im9P .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-s3ztD5im9P .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-s3ztD5im9P .carousel-item .container {
    width: 100%;
  }
}
.cid-s3ztD5im9P .carousel-item-next.carousel-item-left,
.cid-s3ztD5im9P .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-s3ztD5im9P .active.carousel-item-right,
.cid-s3ztD5im9P .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-s3ztD5im9P .active.carousel-item-left,
.cid-s3ztD5im9P .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-s3ztD5im9P .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-s3ztD5im9P .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s3ztD5im9P .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s3ztD5im9P .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-s3ztD5im9P .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-s3ztD5im9P .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-s3ztD5im9P .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-s3ztD5im9P .mbr-slider .carousel-indicators li.active,
.cid-s3ztD5im9P .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-s3ztD5im9P .mbr-slider .carousel-indicators li::after,
.cid-s3ztD5im9P .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-s3ztD5im9P .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-s3ztD5im9P .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-s3ztD5im9P .mbr-slider > .container img {
  width: 100%;
}
.cid-s3ztD5im9P .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-s3ztD5im9P .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-s3ztD5im9P .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-s3ztD5im9P .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-s3ztD5im9P .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-s3ztD5im9P .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-s3ztD5im9P .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-s3ztD5im9P .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-s3ztD5im9P .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-s3ztD5im9P .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-s3ztD5im9P .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-s3ztD5im9P .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-s3ztD5im9P .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-s3zu1lQ3Bt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s3zu1lQ3Bt H3 {
  color: #ffffff;
  text-align: left;
}
.cid-s3zu1lQ3Bt P {
  text-align: left;
}
.cid-s3zu1lQ3Bt H1 {
  text-align: left;
}
.cid-s3zuxFqVIb {
  background: #ffffff;
}
.cid-s3zuxFqVIb .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s3zuxFqVIb .mbr-figure {
  margin: 0 auto;
}
.cid-s3zuxFqVIb figcaption {
  position: relative;
}
.cid-s3zuxFqVIb figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s3zuxFqVIb .image-block {
    width: 100% !important;
  }
}
.cid-s3zuF84cIA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s3zuF84cIA H3 {
  color: #ffffff;
  text-align: left;
}
.cid-s3zuF84cIA P {
  text-align: left;
}
.cid-s3zuF84cIA H1 {
  text-align: left;
}
.cid-s3zuUX6IT0 {
  background: #ffffff;
}
.cid-s3zuUX6IT0 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s3zuUX6IT0 .mbr-figure {
  margin: 0 auto;
}
.cid-s3zuUX6IT0 figcaption {
  position: relative;
}
.cid-s3zuUX6IT0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s3zuUX6IT0 .image-block {
    width: 100% !important;
  }
}
.cid-s3zuZDYgOO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s3zuZDYgOO H3 {
  color: #ffffff;
  text-align: left;
}
.cid-s3zuZDYgOO P {
  text-align: left;
}
.cid-s3zuZDYgOO H1 {
  text-align: left;
}
.cid-s3zviCgGd3 {
  background: #ffffff;
}
.cid-s3zviCgGd3 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s3zviCgGd3 .mbr-figure {
  margin: 0 auto;
}
.cid-s3zviCgGd3 figcaption {
  position: relative;
}
.cid-s3zviCgGd3 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s3zviCgGd3 .image-block {
    width: 100% !important;
  }
}
.cid-s3zvpQjPnL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s3zvpQjPnL H3 {
  color: #ffffff;
  text-align: left;
}
.cid-s3zvpQjPnL P {
  text-align: left;
}
.cid-s3zvpQjPnL H1 {
  text-align: left;
}
.cid-s3zZTs92ik {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-s3zZTs92ik .card-img {
  background-color: #fff;
}
.cid-s3zZTs92ik .card-box {
  background-color: #232323;
  padding: 2rem;
}
.cid-s3zZTs92ik h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s3zZTs92ik p {
  text-align: left;
}
.cid-s3zZTs92ik .mbr-text {
  color: #ffffff;
}
.cid-s3zZTs92ik .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s3zZTs92ik .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-s3zZTs92ik .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-s3zZTs92ik .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-s3zvysK2hQ {
  background: #ffffff;
}
.cid-s3zvysK2hQ .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s3zvysK2hQ .mbr-figure {
  margin: 0 auto;
}
.cid-s3zvysK2hQ figcaption {
  position: relative;
}
.cid-s3zvysK2hQ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s3zvysK2hQ .image-block {
    width: 100% !important;
  }
}
.cid-s3zvFWSl3m {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s3zvFWSl3m H3 {
  color: #ffffff;
  text-align: left;
}
.cid-s3zvFWSl3m P {
  text-align: left;
}
.cid-s3zvFWSl3m H1 {
  text-align: left;
}
.cid-s3zvPRwsnk {
  background: #ffffff;
}
.cid-s3zvPRwsnk .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s3zvPRwsnk .mbr-figure {
  margin: 0 auto;
}
.cid-s3zvPRwsnk figcaption {
  position: relative;
}
.cid-s3zvPRwsnk figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s3zvPRwsnk .image-block {
    width: 100% !important;
  }
}
.cid-s3zvXlvJ0T {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s3zvXlvJ0T H3 {
  color: #ffffff;
  text-align: left;
}
.cid-s3zvXlvJ0T P {
  text-align: left;
}
.cid-s3zvXlvJ0T H1 {
  text-align: left;
}
.cid-s3zw4vPS7c {
  background: #ffffff;
}
.cid-s3zw4vPS7c .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s3zw4vPS7c .mbr-figure {
  margin: 0 auto;
}
.cid-s3zw4vPS7c figcaption {
  position: relative;
}
.cid-s3zw4vPS7c figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s3zw4vPS7c .image-block {
    width: 100% !important;
  }
}
.cid-s3zxXfr81c {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s3zxXfr81c H3 {
  color: #ffffff;
  text-align: left;
}
.cid-s3zxXfr81c P {
  text-align: left;
}
.cid-s3zxXfr81c H1 {
  text-align: left;
}
.cid-s3zy544UIF {
  background: #ffffff;
}
.cid-s3zy544UIF .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s3zy544UIF .mbr-figure {
  margin: 0 auto;
}
.cid-s3zy544UIF figcaption {
  position: relative;
}
.cid-s3zy544UIF figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s3zy544UIF .image-block {
    width: 100% !important;
  }
}
.cid-s3zy9GhSDl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s3zy9GhSDl H3 {
  color: #ffffff;
  text-align: left;
}
.cid-s3zy9GhSDl P {
  text-align: left;
}
.cid-s3zy9GhSDl H1 {
  text-align: left;
}
.cid-s3zyx7Ct9M {
  background: #ffffff;
}
.cid-s3zyx7Ct9M .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s3zyx7Ct9M .mbr-figure {
  margin: 0 auto;
}
.cid-s3zyx7Ct9M figcaption {
  position: relative;
}
.cid-s3zyx7Ct9M figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s3zyx7Ct9M .image-block {
    width: 100% !important;
  }
}
.cid-s3zyAI2uxQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s3zyAI2uxQ H3 {
  color: #ffffff;
  text-align: left;
}
.cid-s3zyAI2uxQ P {
  text-align: left;
}
.cid-s3zyAI2uxQ H1 {
  text-align: left;
}
.cid-s3zz2oCRO1 {
  background: #ffffff;
}
.cid-s3zz2oCRO1 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s3zz2oCRO1 .mbr-figure {
  margin: 0 auto;
}
.cid-s3zz2oCRO1 figcaption {
  position: relative;
}
.cid-s3zz2oCRO1 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s3zz2oCRO1 .image-block {
    width: 100% !important;
  }
}
.cid-s3zz7ORG05 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s3zz7ORG05 H3 {
  color: #ffffff;
  text-align: left;
}
.cid-s3zz7ORG05 P {
  text-align: left;
}
.cid-s3zz7ORG05 H1 {
  text-align: left;
}
.cid-s3zzcQ953l {
  background: #ffffff;
}
.cid-s3zzcQ953l .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s3zzcQ953l .mbr-figure {
  margin: 0 auto;
}
.cid-s3zzcQ953l figcaption {
  position: relative;
}
.cid-s3zzcQ953l figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s3zzcQ953l .image-block {
    width: 100% !important;
  }
}
.cid-s3zzh9VT5D {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s3zzh9VT5D H3 {
  color: #ffffff;
  text-align: left;
}
.cid-s3zzh9VT5D P {
  text-align: left;
}
.cid-s3zzh9VT5D H1 {
  text-align: left;
}
.cid-s3A4WYDIig {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-s3A4WYDIig .card-img {
  background-color: #fff;
}
.cid-s3A4WYDIig .card-box {
  background-color: #232323;
  padding: 2rem;
}
.cid-s3A4WYDIig h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s3A4WYDIig p {
  text-align: left;
}
.cid-s3A4WYDIig .mbr-text {
  color: #ffffff;
}
.cid-s3A4WYDIig .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s3A4WYDIig .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-s3A4WYDIig .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-s3A4WYDIig .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-s3zzl3rd4X {
  background: #ffffff;
}
.cid-s3zzl3rd4X .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s3zzl3rd4X .mbr-figure {
  margin: 0 auto;
}
.cid-s3zzl3rd4X figcaption {
  position: relative;
}
.cid-s3zzl3rd4X figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s3zzl3rd4X .image-block {
    width: 100% !important;
  }
}
.cid-s3zzpF6SCB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s3zzpF6SCB H3 {
  color: #ffffff;
  text-align: left;
}
.cid-s3zzpF6SCB P {
  text-align: left;
}
.cid-s3zzpF6SCB H1 {
  text-align: left;
}
.cid-s3zzwc7jma {
  background: #ffffff;
}
.cid-s3zzwc7jma .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s3zzwc7jma .mbr-figure {
  margin: 0 auto;
}
.cid-s3zzwc7jma figcaption {
  position: relative;
}
.cid-s3zzwc7jma figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s3zzwc7jma .image-block {
    width: 100% !important;
  }
}
.cid-s3zzB3ues4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s3zzB3ues4 H3 {
  color: #ffffff;
  text-align: left;
}
.cid-s3zzB3ues4 P {
  text-align: left;
}
.cid-s3zzB3ues4 H1 {
  text-align: left;
}
.cid-s3zA3A8U5d {
  background: #ffffff;
}
.cid-s3zA3A8U5d .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s3zA3A8U5d .mbr-figure {
  margin: 0 auto;
}
.cid-s3zA3A8U5d figcaption {
  position: relative;
}
.cid-s3zA3A8U5d figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s3zA3A8U5d .image-block {
    width: 100% !important;
  }
}
.cid-rxIo65vBIR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-s4frgnX46S {
  background: #ffffff;
}
.cid-s4frgnX46S .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4frgnX46S .mbr-figure {
  margin: 0 auto;
}
.cid-s4frgnX46S figcaption {
  position: relative;
}
.cid-s4frgnX46S figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4frgnX46S .image-block {
    width: 100% !important;
  }
}
.cid-s4ftCBZid1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s4ftCBZid1 H3 {
  color: #db0730;
  text-align: left;
}
.cid-s4ftCBZid1 P {
  text-align: center;
}
.cid-s4ftCBZid1 H1 {
  text-align: left;
}
.cid-s4ftI6xxMe {
  background: #ffffff;
}
.cid-s4ftI6xxMe .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4ftI6xxMe .mbr-figure {
  margin: 0 auto;
}
.cid-s4ftI6xxMe figcaption {
  position: relative;
}
.cid-s4ftI6xxMe figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4ftI6xxMe .image-block {
    width: 100% !important;
  }
}
.cid-s4ftVJuW8l {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s4ftVJuW8l H3 {
  color: #f3ad00;
  text-align: left;
}
.cid-s4ftVJuW8l P {
  text-align: left;
}
.cid-s4ftVJuW8l H1 {
  text-align: left;
}
.cid-s4fu103x8G {
  background: #ffffff;
}
.cid-s4fu103x8G .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4fu103x8G .mbr-figure {
  margin: 0 auto;
}
.cid-s4fu103x8G figcaption {
  position: relative;
}
.cid-s4fu103x8G figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4fu103x8G .image-block {
    width: 100% !important;
  }
}
.cid-s4fu6kleHx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s4fu6kleHx H3 {
  color: #f3ad00;
  text-align: left;
}
.cid-s4fu6kleHx P {
  text-align: left;
}
.cid-s4fu6kleHx H1 {
  text-align: left;
}
.cid-s4fujSYoLh .modal-body .close {
  background: #1b1b1b;
}
.cid-s4fujSYoLh .modal-body .close span {
  font-style: normal;
}
.cid-s4fujSYoLh .carousel-inner > .active,
.cid-s4fujSYoLh .carousel-inner > .next,
.cid-s4fujSYoLh .carousel-inner > .prev {
  display: table;
}
.cid-s4fujSYoLh .carousel-control .icon-next,
.cid-s4fujSYoLh .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-s4fujSYoLh .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s4fujSYoLh .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-s4fujSYoLh .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-s4fujSYoLh .boxed-slider > div {
  position: relative;
}
.cid-s4fujSYoLh .container img {
  width: 100%;
}
.cid-s4fujSYoLh .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-s4fujSYoLh .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-s4fujSYoLh .mbr-table-cell {
  padding: 0;
}
.cid-s4fujSYoLh .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-s4fujSYoLh .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-s4fujSYoLh .mbr-overlay {
  z-index: 1;
}
.cid-s4fujSYoLh .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-s4fujSYoLh .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-s4fujSYoLh .carousel-item .container {
    width: 100%;
  }
}
.cid-s4fujSYoLh .carousel-item-next.carousel-item-left,
.cid-s4fujSYoLh .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-s4fujSYoLh .active.carousel-item-right,
.cid-s4fujSYoLh .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-s4fujSYoLh .active.carousel-item-left,
.cid-s4fujSYoLh .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-s4fujSYoLh .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-s4fujSYoLh .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s4fujSYoLh .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s4fujSYoLh .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-s4fujSYoLh .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-s4fujSYoLh .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-s4fujSYoLh .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-s4fujSYoLh .mbr-slider .carousel-indicators li.active,
.cid-s4fujSYoLh .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-s4fujSYoLh .mbr-slider .carousel-indicators li::after,
.cid-s4fujSYoLh .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-s4fujSYoLh .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-s4fujSYoLh .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-s4fujSYoLh .mbr-slider > .container img {
  width: 100%;
}
.cid-s4fujSYoLh .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-s4fujSYoLh .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-s4fujSYoLh .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-s4fujSYoLh .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-s4fujSYoLh .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-s4fujSYoLh .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-s4fujSYoLh .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-s4fujSYoLh .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-s4fujSYoLh .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-s4fujSYoLh .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-s4fujSYoLh .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-s4fujSYoLh .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-s4fujSYoLh .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-s4fuz2WV0W {
  background: #ffffff;
}
.cid-s4fuz2WV0W .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4fuz2WV0W .mbr-figure {
  margin: 0 auto;
}
.cid-s4fuz2WV0W figcaption {
  position: relative;
}
.cid-s4fuz2WV0W figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4fuz2WV0W .image-block {
    width: 100% !important;
  }
}
.cid-s4fuCMxgjR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s4fuCMxgjR H3 {
  color: #f3ad00;
  text-align: left;
}
.cid-s4fuCMxgjR P {
  text-align: left;
}
.cid-s4fuCMxgjR H1 {
  text-align: left;
}
.cid-s4BJPvk5VM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s4BJPvk5VM .card-img {
  background-color: #fff;
}
.cid-s4BJPvk5VM .card-box {
  background-color: #000000;
  padding: 2rem;
}
.cid-s4BJPvk5VM h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s4BJPvk5VM p {
  text-align: left;
}
.cid-s4BJPvk5VM .mbr-text {
  color: #ffffff;
}
.cid-s4BJPvk5VM .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s4BJPvk5VM .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-s4BJPvk5VM .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-s4BJPvk5VM .card-title {
  color: #f3ad00;
  text-align: left;
}
.cid-s4fABgE3WY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s4fABgE3WY H3 {
  color: #f3ad00;
  text-align: left;
}
.cid-s4fABgE3WY P {
  text-align: left;
}
.cid-s4fABgE3WY H1 {
  text-align: left;
}
.cid-s4fAHDDhrP {
  background: #ffffff;
}
.cid-s4fAHDDhrP .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4fAHDDhrP .mbr-figure {
  margin: 0 auto;
}
.cid-s4fAHDDhrP figcaption {
  position: relative;
}
.cid-s4fAHDDhrP figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4fAHDDhrP .image-block {
    width: 100% !important;
  }
}
.cid-s4fALUdn0V {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s4fALUdn0V H3 {
  color: #f3ad00;
  text-align: left;
}
.cid-s4fALUdn0V P {
  text-align: left;
}
.cid-s4fALUdn0V H1 {
  text-align: left;
}
.cid-s4fAQxqlH6 {
  background: #ffffff;
}
.cid-s4fAQxqlH6 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4fAQxqlH6 .mbr-figure {
  margin: 0 auto;
}
.cid-s4fAQxqlH6 figcaption {
  position: relative;
}
.cid-s4fAQxqlH6 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4fAQxqlH6 .image-block {
    width: 100% !important;
  }
}
.cid-s4fB5BL3hp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s4fB5BL3hp H3 {
  color: #f3ad00;
  text-align: left;
}
.cid-s4fB5BL3hp P {
  text-align: left;
}
.cid-s4fB5BL3hp H1 {
  text-align: left;
}
.cid-s4fBiAH7E9 {
  background: #ffffff;
}
.cid-s4fBiAH7E9 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4fBiAH7E9 .mbr-figure {
  margin: 0 auto;
}
.cid-s4fBiAH7E9 figcaption {
  position: relative;
}
.cid-s4fBiAH7E9 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4fBiAH7E9 .image-block {
    width: 100% !important;
  }
}
.cid-s4fBmDDGwc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s4fBmDDGwc H3 {
  color: #f3ad00;
  text-align: left;
}
.cid-s4fBmDDGwc P {
  text-align: left;
}
.cid-s4fBmDDGwc H1 {
  text-align: left;
}
.cid-s4fBrVgt1V {
  background: #ffffff;
}
.cid-s4fBrVgt1V .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4fBrVgt1V .mbr-figure {
  margin: 0 auto;
}
.cid-s4fBrVgt1V figcaption {
  position: relative;
}
.cid-s4fBrVgt1V figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4fBrVgt1V .image-block {
    width: 100% !important;
  }
}
.cid-s4fBzenxte {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s4fBzenxte H3 {
  color: #f3ad00;
  text-align: left;
}
.cid-s4fBzenxte P {
  text-align: left;
}
.cid-s4fBzenxte H1 {
  text-align: left;
}
.cid-s4fBEXwjLS {
  background: #ffffff;
}
.cid-s4fBEXwjLS .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4fBEXwjLS .mbr-figure {
  margin: 0 auto;
}
.cid-s4fBEXwjLS figcaption {
  position: relative;
}
.cid-s4fBEXwjLS figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4fBEXwjLS .image-block {
    width: 100% !important;
  }
}
.cid-s4fBNO0Hm2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s4fBNO0Hm2 H3 {
  color: #f3ad00;
  text-align: left;
}
.cid-s4fBNO0Hm2 P {
  text-align: left;
}
.cid-s4fBNO0Hm2 H1 {
  text-align: left;
}
.cid-s4fBUPCmaJ {
  background: #ffffff;
}
.cid-s4fBUPCmaJ .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4fBUPCmaJ .mbr-figure {
  margin: 0 auto;
}
.cid-s4fBUPCmaJ figcaption {
  position: relative;
}
.cid-s4fBUPCmaJ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4fBUPCmaJ .image-block {
    width: 100% !important;
  }
}
.cid-s4fBZfbMQ2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s4fBZfbMQ2 H3 {
  color: #f3ad00;
  text-align: left;
}
.cid-s4fBZfbMQ2 P {
  text-align: left;
}
.cid-s4fBZfbMQ2 H1 {
  text-align: left;
}
.cid-s4fCzAGw14 {
  background: #ffffff;
}
.cid-s4fCzAGw14 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4fCzAGw14 .mbr-figure {
  margin: 0 auto;
}
.cid-s4fCzAGw14 figcaption {
  position: relative;
}
.cid-s4fCzAGw14 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4fCzAGw14 .image-block {
    width: 100% !important;
  }
}
.cid-s4l1mRR21k {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s4l1mRR21k H3 {
  color: #f3ad00;
  text-align: left;
}
.cid-s4l1mRR21k P {
  text-align: left;
}
.cid-s4l1mRR21k H1 {
  text-align: left;
}
.cid-s4l1wvxKSA {
  background: #ffffff;
}
.cid-s4l1wvxKSA .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4l1wvxKSA .mbr-figure {
  margin: 0 auto;
}
.cid-s4l1wvxKSA figcaption {
  position: relative;
}
.cid-s4l1wvxKSA figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4l1wvxKSA .image-block {
    width: 100% !important;
  }
}
.cid-s4CNZ4H1PP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-s4Cxvdxngf {
  background: #ffffff;
}
.cid-s4Cxvdxngf .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4Cxvdxngf .mbr-figure {
  margin: 0 auto;
}
.cid-s4Cxvdxngf figcaption {
  position: relative;
}
.cid-s4Cxvdxngf figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4Cxvdxngf .image-block {
    width: 100% !important;
  }
}
.cid-s4CxZm3uTT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s4CxZm3uTT H3 {
  color: #db0730;
  text-align: left;
}
.cid-s4CxZm3uTT P {
  text-align: center;
}
.cid-s4CxZm3uTT H1 {
  text-align: left;
}
.cid-s4Cxw42XvW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s4Cxw42XvW H3 {
  color: #ffffff;
  text-align: left;
}
.cid-s4Cxw42XvW P {
  text-align: left;
}
.cid-s4Cxw42XvW H1 {
  text-align: left;
  color: #db0730;
}
.cid-s4Cy3KlExi {
  background: #ffffff;
}
.cid-s4Cy3KlExi .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4Cy3KlExi .mbr-figure {
  margin: 0 auto;
}
.cid-s4Cy3KlExi figcaption {
  position: relative;
}
.cid-s4Cy3KlExi figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4Cy3KlExi .image-block {
    width: 100% !important;
  }
}
.cid-s4CyeV66gp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s4CyeV66gp H3 {
  color: #ffffff;
  text-align: left;
}
.cid-s4CyeV66gp P {
  text-align: left;
}
.cid-s4CyeV66gp H1 {
  text-align: left;
  color: #db0730;
}
.cid-s4CyumC7Lm {
  background: #ffffff;
}
.cid-s4CyumC7Lm .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4CyumC7Lm .mbr-figure {
  margin: 0 auto;
}
.cid-s4CyumC7Lm figcaption {
  position: relative;
}
.cid-s4CyumC7Lm figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4CyumC7Lm .image-block {
    width: 100% !important;
  }
}
.cid-s4CyCxkBFO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s4CyCxkBFO H3 {
  color: #ffffff;
  text-align: left;
}
.cid-s4CyCxkBFO P {
  text-align: left;
}
.cid-s4CyCxkBFO H1 {
  text-align: left;
  color: #db0730;
}
.cid-s4CyNo2RsQ {
  background: #ffffff;
}
.cid-s4CyNo2RsQ .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4CyNo2RsQ .mbr-figure {
  margin: 0 auto;
}
.cid-s4CyNo2RsQ figcaption {
  position: relative;
}
.cid-s4CyNo2RsQ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4CyNo2RsQ .image-block {
    width: 100% !important;
  }
}
.cid-s4CyVJioQM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s4CyVJioQM H3 {
  color: #ffffff;
  text-align: left;
}
.cid-s4CyVJioQM P {
  text-align: left;
}
.cid-s4CyVJioQM H1 {
  text-align: left;
  color: #db0730;
}
.cid-s4Cz3IycxV {
  background: #ffffff;
}
.cid-s4Cz3IycxV .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4Cz3IycxV .mbr-figure {
  margin: 0 auto;
}
.cid-s4Cz3IycxV figcaption {
  position: relative;
}
.cid-s4Cz3IycxV figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4Cz3IycxV .image-block {
    width: 100% !important;
  }
}
.cid-s4Cz7zV3xc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s4Cz7zV3xc H3 {
  color: #ffffff;
  text-align: left;
}
.cid-s4Cz7zV3xc P {
  text-align: left;
}
.cid-s4Cz7zV3xc H1 {
  text-align: left;
  color: #db0730;
}
.cid-s4CzgaaTwu {
  background: #ffffff;
}
.cid-s4CzgaaTwu .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4CzgaaTwu .mbr-figure {
  margin: 0 auto;
}
.cid-s4CzgaaTwu figcaption {
  position: relative;
}
.cid-s4CzgaaTwu figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4CzgaaTwu .image-block {
    width: 100% !important;
  }
}
.cid-s4CzLOOokD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s4CzLOOokD H3 {
  color: #ffffff;
  text-align: left;
}
.cid-s4CzLOOokD P {
  text-align: left;
}
.cid-s4CzLOOokD H1 {
  text-align: left;
  color: #db0730;
}
.cid-s4CzTu5vEk {
  background: #ffffff;
}
.cid-s4CzTu5vEk .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4CzTu5vEk .mbr-figure {
  margin: 0 auto;
}
.cid-s4CzTu5vEk figcaption {
  position: relative;
}
.cid-s4CzTu5vEk figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4CzTu5vEk .image-block {
    width: 100% !important;
  }
}
.cid-s4CA8fvoof {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s4CA8fvoof H3 {
  color: #ffffff;
  text-align: left;
}
.cid-s4CA8fvoof P {
  text-align: left;
}
.cid-s4CA8fvoof H1 {
  text-align: left;
  color: #db0730;
}
.cid-s4CAiPUlGk {
  background: #ffffff;
}
.cid-s4CAiPUlGk .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4CAiPUlGk .mbr-figure {
  margin: 0 auto;
}
.cid-s4CAiPUlGk figcaption {
  position: relative;
}
.cid-s4CAiPUlGk figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4CAiPUlGk .image-block {
    width: 100% !important;
  }
}
.cid-s4CAoTEHPJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s4CAoTEHPJ H3 {
  color: #ffffff;
  text-align: left;
}
.cid-s4CAoTEHPJ P {
  text-align: left;
}
.cid-s4CAoTEHPJ H1 {
  text-align: left;
  color: #db0730;
}
.cid-s4CAvy8n6s {
  background: #ffffff;
}
.cid-s4CAvy8n6s .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4CAvy8n6s .mbr-figure {
  margin: 0 auto;
}
.cid-s4CAvy8n6s figcaption {
  position: relative;
}
.cid-s4CAvy8n6s figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4CAvy8n6s .image-block {
    width: 100% !important;
  }
}
.cid-s4CAzsdtXb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s4CAzsdtXb H3 {
  color: #ffffff;
  text-align: left;
}
.cid-s4CAzsdtXb P {
  text-align: left;
}
.cid-s4CAzsdtXb H1 {
  text-align: left;
  color: #db0730;
}
.cid-s4CAFM1zqo {
  background: #ffffff;
}
.cid-s4CAFM1zqo .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4CAFM1zqo .mbr-figure {
  margin: 0 auto;
}
.cid-s4CAFM1zqo figcaption {
  position: relative;
}
.cid-s4CAFM1zqo figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4CAFM1zqo .image-block {
    width: 100% !important;
  }
}
.cid-s4CO3uXsYq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-s4CNAjONPV {
  background: #ffffff;
}
.cid-s4CNAjONPV .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4CNAjONPV .mbr-figure {
  margin: 0 auto;
}
.cid-s4CNAjONPV figcaption {
  position: relative;
}
.cid-s4CNAjONPV figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4CNAjONPV .image-block {
    width: 100% !important;
  }
}
.cid-s4CO8rCnlq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s4CO8rCnlq H3 {
  color: #db0730;
  text-align: left;
}
.cid-s4CO8rCnlq P {
  text-align: center;
}
.cid-s4CO8rCnlq H1 {
  text-align: left;
}
.cid-s4COcTAygE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s4COcTAygE H3 {
  color: #ffffff;
  text-align: left;
}
.cid-s4COcTAygE P {
  text-align: left;
}
.cid-s4COcTAygE H1 {
  text-align: left;
  color: #ff00dd;
}
.cid-s4COe7n6iJ {
  background: #ffffff;
}
.cid-s4COe7n6iJ .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4COe7n6iJ .mbr-figure {
  margin: 0 auto;
}
.cid-s4COe7n6iJ figcaption {
  position: relative;
}
.cid-s4COe7n6iJ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4COe7n6iJ .image-block {
    width: 100% !important;
  }
}
.cid-s4COud4eHt {
  background: #ffffff;
}
.cid-s4COud4eHt .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4COud4eHt .mbr-figure {
  margin: 0 auto;
}
.cid-s4COud4eHt figcaption {
  position: relative;
}
.cid-s4COud4eHt figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4COud4eHt .image-block {
    width: 100% !important;
  }
}
.cid-s4COLwXieG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s4COLwXieG H3 {
  color: #ffffff;
  text-align: left;
}
.cid-s4COLwXieG P {
  text-align: left;
}
.cid-s4COLwXieG H1 {
  text-align: left;
  color: #ff00dd;
}
.cid-s4CONWuA7E {
  background: #ffffff;
}
.cid-s4CONWuA7E .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4CONWuA7E .mbr-figure {
  margin: 0 auto;
}
.cid-s4CONWuA7E figcaption {
  position: relative;
}
.cid-s4CONWuA7E figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4CONWuA7E .image-block {
    width: 100% !important;
  }
}
.cid-s4COSidMQb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s4COSidMQb H3 {
  color: #ffffff;
  text-align: left;
}
.cid-s4COSidMQb P {
  text-align: left;
}
.cid-s4COSidMQb H1 {
  text-align: left;
  color: #ff00dd;
}
.cid-s4COU2EftB {
  background: #ffffff;
}
.cid-s4COU2EftB .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4COU2EftB .mbr-figure {
  margin: 0 auto;
}
.cid-s4COU2EftB figcaption {
  position: relative;
}
.cid-s4COU2EftB figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4COU2EftB .image-block {
    width: 100% !important;
  }
}
.cid-s4CP06CdWI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s4CP06CdWI H3 {
  color: #ffffff;
  text-align: left;
}
.cid-s4CP06CdWI P {
  text-align: left;
}
.cid-s4CP06CdWI H1 {
  text-align: left;
  color: #ff00dd;
}
.cid-s4CP1F7th1 {
  background: #ffffff;
}
.cid-s4CP1F7th1 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4CP1F7th1 .mbr-figure {
  margin: 0 auto;
}
.cid-s4CP1F7th1 figcaption {
  position: relative;
}
.cid-s4CP1F7th1 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4CP1F7th1 .image-block {
    width: 100% !important;
  }
}
.cid-s4CP6O6OB3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s4CP6O6OB3 H3 {
  color: #ffffff;
  text-align: left;
}
.cid-s4CP6O6OB3 P {
  text-align: left;
}
.cid-s4CP6O6OB3 H1 {
  text-align: left;
  color: #ff00dd;
}
.cid-s4CP7Z72qq {
  background: #ffffff;
}
.cid-s4CP7Z72qq .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4CP7Z72qq .mbr-figure {
  margin: 0 auto;
}
.cid-s4CP7Z72qq figcaption {
  position: relative;
}
.cid-s4CP7Z72qq figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4CP7Z72qq .image-block {
    width: 100% !important;
  }
}
.cid-s4CPcd8oJe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s4CPcd8oJe H3 {
  color: #ffffff;
  text-align: left;
}
.cid-s4CPcd8oJe P {
  text-align: left;
}
.cid-s4CPcd8oJe H1 {
  text-align: left;
  color: #ff00dd;
}
.cid-s4CPdM0xEx {
  background: #ffffff;
}
.cid-s4CPdM0xEx .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4CPdM0xEx .mbr-figure {
  margin: 0 auto;
}
.cid-s4CPdM0xEx figcaption {
  position: relative;
}
.cid-s4CPdM0xEx figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4CPdM0xEx .image-block {
    width: 100% !important;
  }
}
.cid-s4CPizpmC4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s4CPizpmC4 H3 {
  color: #ffffff;
  text-align: left;
}
.cid-s4CPizpmC4 P {
  text-align: left;
}
.cid-s4CPizpmC4 H1 {
  text-align: left;
  color: #ff00dd;
}
.cid-s4CPjpiLGV {
  background: #ffffff;
}
.cid-s4CPjpiLGV .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4CPjpiLGV .mbr-figure {
  margin: 0 auto;
}
.cid-s4CPjpiLGV figcaption {
  position: relative;
}
.cid-s4CPjpiLGV figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4CPjpiLGV .image-block {
    width: 100% !important;
  }
}
.cid-s4CPrT8xXi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s4CPrT8xXi H3 {
  color: #ffffff;
  text-align: left;
}
.cid-s4CPrT8xXi P {
  text-align: left;
}
.cid-s4CPrT8xXi H1 {
  text-align: left;
  color: #ff00dd;
}
.cid-s4CPujRMN4 {
  background: #ffffff;
}
.cid-s4CPujRMN4 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4CPujRMN4 .mbr-figure {
  margin: 0 auto;
}
.cid-s4CPujRMN4 figcaption {
  position: relative;
}
.cid-s4CPujRMN4 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4CPujRMN4 .image-block {
    width: 100% !important;
  }
}
.cid-s4CPyruaKc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s4CPyruaKc H3 {
  color: #ffffff;
  text-align: left;
}
.cid-s4CPyruaKc P {
  text-align: left;
}
.cid-s4CPyruaKc H1 {
  text-align: left;
  color: #ff00dd;
}
.cid-s4CPzYvUy0 {
  background: #ffffff;
}
.cid-s4CPzYvUy0 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4CPzYvUy0 .mbr-figure {
  margin: 0 auto;
}
.cid-s4CPzYvUy0 figcaption {
  position: relative;
}
.cid-s4CPzYvUy0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4CPzYvUy0 .image-block {
    width: 100% !important;
  }
}
.cid-s4CPIRVMOu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s4CPIRVMOu H3 {
  color: #ffffff;
  text-align: left;
}
.cid-s4CPIRVMOu P {
  text-align: left;
}
.cid-s4CPIRVMOu H1 {
  text-align: left;
  color: #ff00dd;
}
.cid-s4CPKiuNJW {
  background: #ffffff;
}
.cid-s4CPKiuNJW .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4CPKiuNJW .mbr-figure {
  margin: 0 auto;
}
.cid-s4CPKiuNJW figcaption {
  position: relative;
}
.cid-s4CPKiuNJW figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4CPKiuNJW .image-block {
    width: 100% !important;
  }
}
.cid-s4CPSboeKN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s4CPSboeKN H3 {
  color: #ffffff;
  text-align: left;
}
.cid-s4CPSboeKN P {
  text-align: left;
}
.cid-s4CPSboeKN H1 {
  text-align: left;
  color: #ff00dd;
}
.cid-s4CPWIYNoG .modal-body .close {
  background: #1b1b1b;
}
.cid-s4CPWIYNoG .modal-body .close span {
  font-style: normal;
}
.cid-s4CPWIYNoG .carousel-inner > .active,
.cid-s4CPWIYNoG .carousel-inner > .next,
.cid-s4CPWIYNoG .carousel-inner > .prev {
  display: table;
}
.cid-s4CPWIYNoG .carousel-control .icon-next,
.cid-s4CPWIYNoG .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-s4CPWIYNoG .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s4CPWIYNoG .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-s4CPWIYNoG .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-s4CPWIYNoG .boxed-slider > div {
  position: relative;
}
.cid-s4CPWIYNoG .container img {
  width: 100%;
}
.cid-s4CPWIYNoG .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-s4CPWIYNoG .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-s4CPWIYNoG .mbr-table-cell {
  padding: 0;
}
.cid-s4CPWIYNoG .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-s4CPWIYNoG .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-s4CPWIYNoG .mbr-overlay {
  z-index: 1;
}
.cid-s4CPWIYNoG .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-s4CPWIYNoG .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-s4CPWIYNoG .carousel-item .container {
    width: 100%;
  }
}
.cid-s4CPWIYNoG .carousel-item-next.carousel-item-left,
.cid-s4CPWIYNoG .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-s4CPWIYNoG .active.carousel-item-right,
.cid-s4CPWIYNoG .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-s4CPWIYNoG .active.carousel-item-left,
.cid-s4CPWIYNoG .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-s4CPWIYNoG .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-s4CPWIYNoG .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s4CPWIYNoG .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s4CPWIYNoG .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-s4CPWIYNoG .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-s4CPWIYNoG .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-s4CPWIYNoG .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-s4CPWIYNoG .mbr-slider .carousel-indicators li.active,
.cid-s4CPWIYNoG .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-s4CPWIYNoG .mbr-slider .carousel-indicators li::after,
.cid-s4CPWIYNoG .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-s4CPWIYNoG .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-s4CPWIYNoG .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-s4CPWIYNoG .mbr-slider > .container img {
  width: 100%;
}
.cid-s4CPWIYNoG .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-s4CPWIYNoG .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-s4CPWIYNoG .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-s4CPWIYNoG .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-s4CPWIYNoG .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-s4CPWIYNoG .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-s4CPWIYNoG .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-s4CPWIYNoG .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-s4CPWIYNoG .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-s4CPWIYNoG .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-s4CPWIYNoG .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-s4CPWIYNoG .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-s4CPWIYNoG .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-s4CS1XjOHV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-s4CS1XRmAj {
  background: #ffffff;
}
.cid-s4CS1XRmAj .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4CS1XRmAj .mbr-figure {
  margin: 0 auto;
}
.cid-s4CS1XRmAj figcaption {
  position: relative;
}
.cid-s4CS1XRmAj figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4CS1XRmAj .image-block {
    width: 100% !important;
  }
}
.cid-s4CS1Ydyns {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s4CS1Ydyns H3 {
  color: #db0730;
  text-align: left;
}
.cid-s4CS1Ydyns P {
  text-align: center;
}
.cid-s4CS1Ydyns H1 {
  text-align: left;
}
.cid-s4CS1YN07Z {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s4CS1YN07Z H3 {
  color: #ffffff;
  text-align: left;
}
.cid-s4CS1YN07Z P {
  text-align: left;
}
.cid-s4CS1YN07Z H1 {
  text-align: left;
  color: #ff00dd;
}
.cid-s4CS1ZqaEr {
  background: #ffffff;
}
.cid-s4CS1ZqaEr .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4CS1ZqaEr .mbr-figure {
  margin: 0 auto;
}
.cid-s4CS1ZqaEr figcaption {
  position: relative;
}
.cid-s4CS1ZqaEr figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4CS1ZqaEr .image-block {
    width: 100% !important;
  }
}
.cid-s4CS1ZM9fU {
  background: #ffffff;
}
.cid-s4CS1ZM9fU .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4CS1ZM9fU .mbr-figure {
  margin: 0 auto;
}
.cid-s4CS1ZM9fU figcaption {
  position: relative;
}
.cid-s4CS1ZM9fU figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4CS1ZM9fU .image-block {
    width: 100% !important;
  }
}
.cid-s4CS20ehJ9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s4CS20ehJ9 H3 {
  color: #ffffff;
  text-align: left;
}
.cid-s4CS20ehJ9 P {
  text-align: left;
}
.cid-s4CS20ehJ9 H1 {
  text-align: left;
  color: #ff00dd;
}
.cid-s4CS20NWLR {
  background: #ffffff;
}
.cid-s4CS20NWLR .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4CS20NWLR .mbr-figure {
  margin: 0 auto;
}
.cid-s4CS20NWLR figcaption {
  position: relative;
}
.cid-s4CS20NWLR figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4CS20NWLR .image-block {
    width: 100% !important;
  }
}
.cid-s4CS21fVXs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s4CS21fVXs H3 {
  color: #ffffff;
  text-align: left;
}
.cid-s4CS21fVXs P {
  text-align: left;
}
.cid-s4CS21fVXs H1 {
  text-align: left;
  color: #ff00dd;
}
.cid-s4CS21Gani {
  background: #ffffff;
}
.cid-s4CS21Gani .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4CS21Gani .mbr-figure {
  margin: 0 auto;
}
.cid-s4CS21Gani figcaption {
  position: relative;
}
.cid-s4CS21Gani figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4CS21Gani .image-block {
    width: 100% !important;
  }
}
.cid-s4CS229A4E {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s4CS229A4E H3 {
  color: #ffffff;
  text-align: left;
}
.cid-s4CS229A4E P {
  text-align: left;
}
.cid-s4CS229A4E H1 {
  text-align: left;
  color: #ff00dd;
}
.cid-s4CS22F3hC {
  background: #ffffff;
}
.cid-s4CS22F3hC .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4CS22F3hC .mbr-figure {
  margin: 0 auto;
}
.cid-s4CS22F3hC figcaption {
  position: relative;
}
.cid-s4CS22F3hC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4CS22F3hC .image-block {
    width: 100% !important;
  }
}
.cid-s4CS23bYgp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s4CS23bYgp H3 {
  color: #ffffff;
  text-align: left;
}
.cid-s4CS23bYgp P {
  text-align: left;
}
.cid-s4CS23bYgp H1 {
  text-align: left;
  color: #ff00dd;
}
.cid-s4CS23zhvS {
  background: #ffffff;
}
.cid-s4CS23zhvS .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4CS23zhvS .mbr-figure {
  margin: 0 auto;
}
.cid-s4CS23zhvS figcaption {
  position: relative;
}
.cid-s4CS23zhvS figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4CS23zhvS .image-block {
    width: 100% !important;
  }
}
.cid-s4CS23Vwp5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s4CS23Vwp5 H3 {
  color: #ffffff;
  text-align: left;
}
.cid-s4CS23Vwp5 P {
  text-align: left;
}
.cid-s4CS23Vwp5 H1 {
  text-align: left;
  color: #ff00dd;
}
.cid-s4CS24opoG {
  background: #ffffff;
}
.cid-s4CS24opoG .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4CS24opoG .mbr-figure {
  margin: 0 auto;
}
.cid-s4CS24opoG figcaption {
  position: relative;
}
.cid-s4CS24opoG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4CS24opoG .image-block {
    width: 100% !important;
  }
}
.cid-s4CS24Mk4v {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s4CS24Mk4v H3 {
  color: #ffffff;
  text-align: left;
}
.cid-s4CS24Mk4v P {
  text-align: left;
}
.cid-s4CS24Mk4v H1 {
  text-align: left;
  color: #ff00dd;
}
.cid-s4CS25fdTU {
  background: #ffffff;
}
.cid-s4CS25fdTU .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4CS25fdTU .mbr-figure {
  margin: 0 auto;
}
.cid-s4CS25fdTU figcaption {
  position: relative;
}
.cid-s4CS25fdTU figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4CS25fdTU .image-block {
    width: 100% !important;
  }
}
.cid-s4CS25AiX2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s4CS25AiX2 H3 {
  color: #ffffff;
  text-align: left;
}
.cid-s4CS25AiX2 P {
  text-align: left;
}
.cid-s4CS25AiX2 H1 {
  text-align: left;
  color: #ff00dd;
}
.cid-s4CS263a7p {
  background: #ffffff;
}
.cid-s4CS263a7p .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4CS263a7p .mbr-figure {
  margin: 0 auto;
}
.cid-s4CS263a7p figcaption {
  position: relative;
}
.cid-s4CS263a7p figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4CS263a7p .image-block {
    width: 100% !important;
  }
}
.cid-s4CS26rjU8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s4CS26rjU8 H3 {
  color: #ffffff;
  text-align: left;
}
.cid-s4CS26rjU8 P {
  text-align: left;
}
.cid-s4CS26rjU8 H1 {
  text-align: left;
  color: #ff00dd;
}
.cid-s4CS270LCx {
  background: #ffffff;
}
.cid-s4CS270LCx .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4CS270LCx .mbr-figure {
  margin: 0 auto;
}
.cid-s4CS270LCx figcaption {
  position: relative;
}
.cid-s4CS270LCx figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4CS270LCx .image-block {
    width: 100% !important;
  }
}
.cid-s4CS27oD5j {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s4CS27oD5j H3 {
  color: #ffffff;
  text-align: left;
}
.cid-s4CS27oD5j P {
  text-align: left;
}
.cid-s4CS27oD5j H1 {
  text-align: left;
  color: #ff00dd;
}
.cid-s4CS27O6TP {
  background: #ffffff;
}
.cid-s4CS27O6TP .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4CS27O6TP .mbr-figure {
  margin: 0 auto;
}
.cid-s4CS27O6TP figcaption {
  position: relative;
}
.cid-s4CS27O6TP figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4CS27O6TP .image-block {
    width: 100% !important;
  }
}
.cid-s4CS288JPB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s4CS288JPB H3 {
  color: #ffffff;
  text-align: left;
}
.cid-s4CS288JPB P {
  text-align: left;
}
.cid-s4CS288JPB H1 {
  text-align: left;
  color: #ff00dd;
}
.cid-s4CS28EVAE .modal-body .close {
  background: #1b1b1b;
}
.cid-s4CS28EVAE .modal-body .close span {
  font-style: normal;
}
.cid-s4CS28EVAE .carousel-inner > .active,
.cid-s4CS28EVAE .carousel-inner > .next,
.cid-s4CS28EVAE .carousel-inner > .prev {
  display: table;
}
.cid-s4CS28EVAE .carousel-control .icon-next,
.cid-s4CS28EVAE .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-s4CS28EVAE .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s4CS28EVAE .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-s4CS28EVAE .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-s4CS28EVAE .boxed-slider > div {
  position: relative;
}
.cid-s4CS28EVAE .container img {
  width: 100%;
}
.cid-s4CS28EVAE .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-s4CS28EVAE .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-s4CS28EVAE .mbr-table-cell {
  padding: 0;
}
.cid-s4CS28EVAE .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-s4CS28EVAE .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-s4CS28EVAE .mbr-overlay {
  z-index: 1;
}
.cid-s4CS28EVAE .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-s4CS28EVAE .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-s4CS28EVAE .carousel-item .container {
    width: 100%;
  }
}
.cid-s4CS28EVAE .carousel-item-next.carousel-item-left,
.cid-s4CS28EVAE .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-s4CS28EVAE .active.carousel-item-right,
.cid-s4CS28EVAE .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-s4CS28EVAE .active.carousel-item-left,
.cid-s4CS28EVAE .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-s4CS28EVAE .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-s4CS28EVAE .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s4CS28EVAE .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s4CS28EVAE .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-s4CS28EVAE .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-s4CS28EVAE .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-s4CS28EVAE .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-s4CS28EVAE .mbr-slider .carousel-indicators li.active,
.cid-s4CS28EVAE .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-s4CS28EVAE .mbr-slider .carousel-indicators li::after,
.cid-s4CS28EVAE .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-s4CS28EVAE .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-s4CS28EVAE .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-s4CS28EVAE .mbr-slider > .container img {
  width: 100%;
}
.cid-s4CS28EVAE .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-s4CS28EVAE .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-s4CS28EVAE .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-s4CS28EVAE .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-s4CS28EVAE .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-s4CS28EVAE .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-s4CS28EVAE .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-s4CS28EVAE .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-s4CS28EVAE .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-s4CS28EVAE .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-s4CS28EVAE .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-s4CS28EVAE .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-s4CS28EVAE .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sgdpPTVYlO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-sabY3WVyeK {
  background: #ffffff;
}
.cid-sabY3WVyeK .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sabY3WVyeK .mbr-figure {
  margin: 0 auto;
}
.cid-sabY3WVyeK figcaption {
  position: relative;
}
.cid-sabY3WVyeK figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sabY3WVyeK .image-block {
    width: 100% !important;
  }
}
.cid-sabYrEW5R4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #182337;
}
.cid-sabYrEW5R4 H3 {
  color: #db0730;
  text-align: left;
}
.cid-sabYrEW5R4 P {
  text-align: center;
  color: #ffffff;
}
.cid-sabYrEW5R4 H1 {
  text-align: left;
}
.cid-sabYMwpuaI {
  background: #ffffff;
}
.cid-sabYMwpuaI .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sabYMwpuaI .mbr-figure {
  margin: 0 auto;
}
.cid-sabYMwpuaI figcaption {
  position: relative;
}
.cid-sabYMwpuaI figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sabYMwpuaI .image-block {
    width: 100% !important;
  }
}
.cid-sac0BqrFX7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #182337;
}
.cid-sac0BqrFX7 H3 {
  color: #efee1b;
  text-align: left;
}
.cid-sac0BqrFX7 P {
  text-align: left;
}
.cid-sac0BqrFX7 H1 {
  text-align: left;
}
.cid-sac0vZjpzK {
  background: #ffffff;
}
.cid-sac0vZjpzK .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sac0vZjpzK .mbr-figure {
  margin: 0 auto;
}
.cid-sac0vZjpzK figcaption {
  position: relative;
}
.cid-sac0vZjpzK figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sac0vZjpzK .image-block {
    width: 100% !important;
  }
}
.cid-sac4WDHtMH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sac4WDHtMH .card-img {
  background-color: #fff;
}
.cid-sac4WDHtMH .card-box {
  background-color: #000000;
  padding: 2rem;
}
.cid-sac4WDHtMH h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sac4WDHtMH p {
  text-align: left;
}
.cid-sac4WDHtMH .mbr-text {
  color: #ffffff;
}
.cid-sac4WDHtMH .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sac4WDHtMH .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-sac4WDHtMH .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-sac4WDHtMH .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-sac1763qqm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #182337;
}
.cid-sac1763qqm H3 {
  color: #efee1b;
  text-align: left;
}
.cid-sac1763qqm P {
  text-align: left;
  color: #ffffff;
}
.cid-sac1763qqm H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sac1ttwKAl {
  background: #ffffff;
}
.cid-sac1ttwKAl .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sac1ttwKAl .mbr-figure {
  margin: 0 auto;
}
.cid-sac1ttwKAl figcaption {
  position: relative;
}
.cid-sac1ttwKAl figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sac1ttwKAl .image-block {
    width: 100% !important;
  }
}
.cid-sac1OHHaQv {
  background: #ffffff;
}
.cid-sac1OHHaQv .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sac1OHHaQv .mbr-figure {
  margin: 0 auto;
}
.cid-sac1OHHaQv figcaption {
  position: relative;
}
.cid-sac1OHHaQv figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sac1OHHaQv .image-block {
    width: 100% !important;
  }
}
.cid-sac1Xksm9g {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #182337;
}
.cid-sac1Xksm9g H3 {
  color: #efee1b;
  text-align: left;
}
.cid-sac1Xksm9g P {
  text-align: left;
  color: #ffffff;
}
.cid-sac1Xksm9g H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sac22BuCWe {
  background: #ffffff;
}
.cid-sac22BuCWe .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sac22BuCWe .mbr-figure {
  margin: 0 auto;
}
.cid-sac22BuCWe figcaption {
  position: relative;
}
.cid-sac22BuCWe figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sac22BuCWe .image-block {
    width: 100% !important;
  }
}
.cid-sac2780afo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #182337;
}
.cid-sac2780afo H3 {
  color: #efee1b;
  text-align: left;
}
.cid-sac2780afo P {
  text-align: left;
  color: #ffffff;
}
.cid-sac2780afo H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sac2e5HuC5 {
  background: #ffffff;
}
.cid-sac2e5HuC5 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sac2e5HuC5 .mbr-figure {
  margin: 0 auto;
}
.cid-sac2e5HuC5 figcaption {
  position: relative;
}
.cid-sac2e5HuC5 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sac2e5HuC5 .image-block {
    width: 100% !important;
  }
}
.cid-sac340RxAE {
  background: #ffffff;
}
.cid-sac340RxAE .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sac340RxAE .mbr-figure {
  margin: 0 auto;
}
.cid-sac340RxAE figcaption {
  position: relative;
}
.cid-sac340RxAE figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sac340RxAE .image-block {
    width: 100% !important;
  }
}
.cid-sac37qf3db {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #182337;
}
.cid-sac37qf3db H3 {
  color: #efee1b;
  text-align: left;
}
.cid-sac37qf3db P {
  text-align: left;
  color: #ffffff;
}
.cid-sac37qf3db H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sac37YYre6 {
  background: #ffffff;
}
.cid-sac37YYre6 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sac37YYre6 .mbr-figure {
  margin: 0 auto;
}
.cid-sac37YYre6 figcaption {
  position: relative;
}
.cid-sac37YYre6 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sac37YYre6 .image-block {
    width: 100% !important;
  }
}
.cid-sac3gpDT4K {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #182337;
}
.cid-sac3gpDT4K H3 {
  color: #efee1b;
  text-align: left;
}
.cid-sac3gpDT4K P {
  text-align: left;
  color: #ffffff;
}
.cid-sac3gpDT4K H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sac3hvkNC0 {
  background: #ffffff;
}
.cid-sac3hvkNC0 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sac3hvkNC0 .mbr-figure {
  margin: 0 auto;
}
.cid-sac3hvkNC0 figcaption {
  position: relative;
}
.cid-sac3hvkNC0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sac3hvkNC0 .image-block {
    width: 100% !important;
  }
}
.cid-sac3pHzIwB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #182337;
}
.cid-sac3pHzIwB H3 {
  color: #efee1b;
  text-align: left;
}
.cid-sac3pHzIwB P {
  text-align: left;
  color: #ffffff;
}
.cid-sac3pHzIwB H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sac3u8uMRj {
  background: #ffffff;
}
.cid-sac3u8uMRj .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sac3u8uMRj .mbr-figure {
  margin: 0 auto;
}
.cid-sac3u8uMRj figcaption {
  position: relative;
}
.cid-sac3u8uMRj figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sac3u8uMRj .image-block {
    width: 100% !important;
  }
}
.cid-sac3xc1IYO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #182337;
}
.cid-sac3xc1IYO H3 {
  color: #efee1b;
  text-align: left;
}
.cid-sac3xc1IYO P {
  text-align: left;
  color: #ffffff;
}
.cid-sac3xc1IYO H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sac3Bv0IFN {
  background: #ffffff;
}
.cid-sac3Bv0IFN .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sac3Bv0IFN .mbr-figure {
  margin: 0 auto;
}
.cid-sac3Bv0IFN figcaption {
  position: relative;
}
.cid-sac3Bv0IFN figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sac3Bv0IFN .image-block {
    width: 100% !important;
  }
}
.cid-sac4Kgt7h7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #182337;
}
.cid-sac4Kgt7h7 H3 {
  color: #efee1b;
  text-align: left;
}
.cid-sac4Kgt7h7 P {
  text-align: left;
  color: #ffffff;
}
.cid-sac4Kgt7h7 H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sac4PKAovS {
  background: #ffffff;
}
.cid-sac4PKAovS .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sac4PKAovS .mbr-figure {
  margin: 0 auto;
}
.cid-sac4PKAovS figcaption {
  position: relative;
}
.cid-sac4PKAovS figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sac4PKAovS .image-block {
    width: 100% !important;
  }
}
.cid-sgdpNCZ9FL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-sac7OzbjQC {
  background: #ffffff;
}
.cid-sac7OzbjQC .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sac7OzbjQC .mbr-figure {
  margin: 0 auto;
}
.cid-sac7OzbjQC figcaption {
  position: relative;
}
.cid-sac7OzbjQC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sac7OzbjQC .image-block {
    width: 100% !important;
  }
}
.cid-sac7OzJTtO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #182337;
}
.cid-sac7OzJTtO H3 {
  color: #db0730;
  text-align: left;
}
.cid-sac7OzJTtO P {
  text-align: center;
}
.cid-sac7OzJTtO H1 {
  text-align: left;
}
.cid-sac7OA92tc {
  background: #ffffff;
}
.cid-sac7OA92tc .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sac7OA92tc .mbr-figure {
  margin: 0 auto;
}
.cid-sac7OA92tc figcaption {
  position: relative;
}
.cid-sac7OA92tc figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sac7OA92tc .image-block {
    width: 100% !important;
  }
}
.cid-sac7OAE64H {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #182337;
}
.cid-sac7OAE64H H3 {
  color: #efee1b;
  text-align: left;
}
.cid-sac7OAE64H P {
  text-align: left;
}
.cid-sac7OAE64H H1 {
  text-align: left;
}
.cid-sac7OB3kuG {
  background: #ffffff;
}
.cid-sac7OB3kuG .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sac7OB3kuG .mbr-figure {
  margin: 0 auto;
}
.cid-sac7OB3kuG figcaption {
  position: relative;
}
.cid-sac7OB3kuG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sac7OB3kuG .image-block {
    width: 100% !important;
  }
}
.cid-sac7OBsaYN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sac7OBsaYN .card-img {
  background-color: #fff;
}
.cid-sac7OBsaYN .card-box {
  background-color: #000000;
  padding: 2rem;
}
.cid-sac7OBsaYN h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sac7OBsaYN p {
  text-align: left;
}
.cid-sac7OBsaYN .mbr-text {
  color: #ffffff;
}
.cid-sac7OBsaYN .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sac7OBsaYN .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-sac7OBsaYN .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-sac7OBsaYN .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-sac7OChT9J {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #182337;
}
.cid-sac7OChT9J H3 {
  color: #efee1b;
  text-align: left;
}
.cid-sac7OChT9J P {
  text-align: left;
}
.cid-sac7OChT9J H1 {
  text-align: left;
}
.cid-sac7OCGlme {
  background: #ffffff;
}
.cid-sac7OCGlme .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sac7OCGlme .mbr-figure {
  margin: 0 auto;
}
.cid-sac7OCGlme figcaption {
  position: relative;
}
.cid-sac7OCGlme figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sac7OCGlme .image-block {
    width: 100% !important;
  }
}
.cid-sac7OCYvQp {
  background: #ffffff;
}
.cid-sac7OCYvQp .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sac7OCYvQp .mbr-figure {
  margin: 0 auto;
}
.cid-sac7OCYvQp figcaption {
  position: relative;
}
.cid-sac7OCYvQp figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sac7OCYvQp .image-block {
    width: 100% !important;
  }
}
.cid-sac7ODijAT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #182337;
}
.cid-sac7ODijAT H3 {
  color: #efee1b;
  text-align: left;
}
.cid-sac7ODijAT P {
  text-align: left;
}
.cid-sac7ODijAT H1 {
  text-align: left;
}
.cid-sac7ODIJ8o {
  background: #ffffff;
}
.cid-sac7ODIJ8o .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sac7ODIJ8o .mbr-figure {
  margin: 0 auto;
}
.cid-sac7ODIJ8o figcaption {
  position: relative;
}
.cid-sac7ODIJ8o figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sac7ODIJ8o .image-block {
    width: 100% !important;
  }
}
.cid-sac7OEe1JZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #182337;
}
.cid-sac7OEe1JZ H3 {
  color: #efee1b;
  text-align: left;
}
.cid-sac7OEe1JZ P {
  text-align: left;
}
.cid-sac7OEe1JZ H1 {
  text-align: left;
}
.cid-sac7OEBtRx {
  background: #ffffff;
}
.cid-sac7OEBtRx .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sac7OEBtRx .mbr-figure {
  margin: 0 auto;
}
.cid-sac7OEBtRx figcaption {
  position: relative;
}
.cid-sac7OEBtRx figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sac7OEBtRx .image-block {
    width: 100% !important;
  }
}
.cid-sac7OEVZOZ {
  background: #ffffff;
}
.cid-sac7OEVZOZ .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sac7OEVZOZ .mbr-figure {
  margin: 0 auto;
}
.cid-sac7OEVZOZ figcaption {
  position: relative;
}
.cid-sac7OEVZOZ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sac7OEVZOZ .image-block {
    width: 100% !important;
  }
}
.cid-sac7OFhPJA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #182337;
}
.cid-sac7OFhPJA H3 {
  color: #efee1b;
  text-align: left;
}
.cid-sac7OFhPJA P {
  text-align: left;
}
.cid-sac7OFhPJA H1 {
  text-align: left;
}
.cid-sac7OFJwAh {
  background: #ffffff;
}
.cid-sac7OFJwAh .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sac7OFJwAh .mbr-figure {
  margin: 0 auto;
}
.cid-sac7OFJwAh figcaption {
  position: relative;
}
.cid-sac7OFJwAh figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sac7OFJwAh .image-block {
    width: 100% !important;
  }
}
.cid-sac7OG6qvf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #182337;
}
.cid-sac7OG6qvf H3 {
  color: #efee1b;
  text-align: left;
}
.cid-sac7OG6qvf P {
  text-align: left;
}
.cid-sac7OG6qvf H1 {
  text-align: left;
}
.cid-sac7OGtGQ0 {
  background: #ffffff;
}
.cid-sac7OGtGQ0 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sac7OGtGQ0 .mbr-figure {
  margin: 0 auto;
}
.cid-sac7OGtGQ0 figcaption {
  position: relative;
}
.cid-sac7OGtGQ0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sac7OGtGQ0 .image-block {
    width: 100% !important;
  }
}
.cid-sac7OGL8YU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #182337;
}
.cid-sac7OGL8YU H3 {
  color: #efee1b;
  text-align: left;
}
.cid-sac7OGL8YU P {
  text-align: left;
}
.cid-sac7OGL8YU H1 {
  text-align: left;
}
.cid-sac7OH9jil {
  background: #ffffff;
}
.cid-sac7OH9jil .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sac7OH9jil .mbr-figure {
  margin: 0 auto;
}
.cid-sac7OH9jil figcaption {
  position: relative;
}
.cid-sac7OH9jil figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sac7OH9jil .image-block {
    width: 100% !important;
  }
}
.cid-sac7OHrQWm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #182337;
}
.cid-sac7OHrQWm H3 {
  color: #efee1b;
  text-align: left;
}
.cid-sac7OHrQWm P {
  text-align: left;
}
.cid-sac7OHrQWm H1 {
  text-align: left;
}
.cid-sac7OHWgmq {
  background: #ffffff;
}
.cid-sac7OHWgmq .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sac7OHWgmq .mbr-figure {
  margin: 0 auto;
}
.cid-sac7OHWgmq figcaption {
  position: relative;
}
.cid-sac7OHWgmq figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sac7OHWgmq .image-block {
    width: 100% !important;
  }
}
.cid-sac7OIfCqM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #182337;
}
.cid-sac7OIfCqM H3 {
  color: #efee1b;
  text-align: left;
}
.cid-sac7OIfCqM P {
  text-align: left;
}
.cid-sac7OIfCqM H1 {
  text-align: left;
}
.cid-sac7OIUmSE {
  background: #ffffff;
}
.cid-sac7OIUmSE .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sac7OIUmSE .mbr-figure {
  margin: 0 auto;
}
.cid-sac7OIUmSE figcaption {
  position: relative;
}
.cid-sac7OIUmSE figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sac7OIUmSE .image-block {
    width: 100% !important;
  }
}
.cid-sgdpLJP558 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-saccwZcmVL {
  background: #ffffff;
}
.cid-saccwZcmVL .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-saccwZcmVL .mbr-figure {
  margin: 0 auto;
}
.cid-saccwZcmVL figcaption {
  position: relative;
}
.cid-saccwZcmVL figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-saccwZcmVL .image-block {
    width: 100% !important;
  }
}
.cid-saccKbKQBG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-saccKbKQBG H3 {
  color: #db0730;
  text-align: left;
}
.cid-saccKbKQBG P {
  text-align: center;
  color: #232323;
}
.cid-saccKbKQBG H1 {
  text-align: left;
}
.cid-saccBafMNl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-saccBafMNl H3 {
  color: #232323;
  text-align: left;
}
.cid-saccBafMNl P {
  text-align: left;
  color: #232323;
}
.cid-saccBafMNl H1 {
  text-align: left;
  color: #232323;
}
.cid-sacd2kX5EN {
  background: #ffffff;
}
.cid-sacd2kX5EN .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sacd2kX5EN .mbr-figure {
  margin: 0 auto;
}
.cid-sacd2kX5EN figcaption {
  position: relative;
}
.cid-sacd2kX5EN figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sacd2kX5EN .image-block {
    width: 100% !important;
  }
}
.cid-sacd5VgnAE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sacd5VgnAE H3 {
  color: #232323;
  text-align: left;
}
.cid-sacd5VgnAE P {
  text-align: left;
  color: #232323;
}
.cid-sacd5VgnAE H1 {
  text-align: left;
  color: #232323;
}
.cid-sacd7pnC29 {
  background: #ffffff;
}
.cid-sacd7pnC29 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sacd7pnC29 .mbr-figure {
  margin: 0 auto;
}
.cid-sacd7pnC29 figcaption {
  position: relative;
}
.cid-sacd7pnC29 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sacd7pnC29 .image-block {
    width: 100% !important;
  }
}
.cid-sacDP5gLUW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sacDP5gLUW H3 {
  color: #232323;
  text-align: left;
}
.cid-sacDP5gLUW P {
  text-align: left;
  color: #232323;
}
.cid-sacDP5gLUW H1 {
  text-align: left;
  color: #232323;
}
.cid-sacEpqRdyc {
  background: #ffffff;
}
.cid-sacEpqRdyc .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sacEpqRdyc .mbr-figure {
  margin: 0 auto;
}
.cid-sacEpqRdyc figcaption {
  position: relative;
}
.cid-sacEpqRdyc figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sacEpqRdyc .image-block {
    width: 100% !important;
  }
}
.cid-sacEybVkZQ .modal-body .close {
  background: #1b1b1b;
}
.cid-sacEybVkZQ .modal-body .close span {
  font-style: normal;
}
.cid-sacEybVkZQ .carousel-inner > .active,
.cid-sacEybVkZQ .carousel-inner > .next,
.cid-sacEybVkZQ .carousel-inner > .prev {
  display: table;
}
.cid-sacEybVkZQ .carousel-control .icon-next,
.cid-sacEybVkZQ .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sacEybVkZQ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sacEybVkZQ .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sacEybVkZQ .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sacEybVkZQ .boxed-slider > div {
  position: relative;
}
.cid-sacEybVkZQ .container img {
  width: 100%;
}
.cid-sacEybVkZQ .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-sacEybVkZQ .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sacEybVkZQ .mbr-table-cell {
  padding: 0;
}
.cid-sacEybVkZQ .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sacEybVkZQ .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-sacEybVkZQ .mbr-overlay {
  z-index: 1;
}
.cid-sacEybVkZQ .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sacEybVkZQ .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-sacEybVkZQ .carousel-item .container {
    width: 100%;
  }
}
.cid-sacEybVkZQ .carousel-item-next.carousel-item-left,
.cid-sacEybVkZQ .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-sacEybVkZQ .active.carousel-item-right,
.cid-sacEybVkZQ .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-sacEybVkZQ .active.carousel-item-left,
.cid-sacEybVkZQ .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-sacEybVkZQ .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-sacEybVkZQ .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sacEybVkZQ .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sacEybVkZQ .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-sacEybVkZQ .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sacEybVkZQ .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sacEybVkZQ .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-sacEybVkZQ .mbr-slider .carousel-indicators li.active,
.cid-sacEybVkZQ .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-sacEybVkZQ .mbr-slider .carousel-indicators li::after,
.cid-sacEybVkZQ .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sacEybVkZQ .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sacEybVkZQ .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sacEybVkZQ .mbr-slider > .container img {
  width: 100%;
}
.cid-sacEybVkZQ .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sacEybVkZQ .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sacEybVkZQ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sacEybVkZQ .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sacEybVkZQ .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sacEybVkZQ .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-sacEybVkZQ .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sacEybVkZQ .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sacEybVkZQ .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sacEybVkZQ .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sacEybVkZQ .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sacEybVkZQ .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sacEybVkZQ .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sacFdxeYaV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sacFdxeYaV H3 {
  color: #232323;
  text-align: left;
}
.cid-sacFdxeYaV P {
  text-align: left;
  color: #232323;
}
.cid-sacFdxeYaV H1 {
  text-align: left;
  color: #232323;
}
.cid-sacFsoTgfz {
  background: #ffffff;
}
.cid-sacFsoTgfz .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sacFsoTgfz .mbr-figure {
  margin: 0 auto;
}
.cid-sacFsoTgfz figcaption {
  position: relative;
}
.cid-sacFsoTgfz figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sacFsoTgfz .image-block {
    width: 100% !important;
  }
}
.cid-sacFx9bJW7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sacFx9bJW7 H3 {
  color: #232323;
  text-align: left;
}
.cid-sacFx9bJW7 P {
  text-align: left;
  color: #232323;
}
.cid-sacFx9bJW7 H1 {
  text-align: left;
  color: #232323;
}
.cid-sacFIUivDx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sacFIUivDx .card-img {
  background-color: #fff;
}
.cid-sacFIUivDx .card-box {
  background-color: #000000;
  padding: 2rem;
}
.cid-sacFIUivDx h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sacFIUivDx p {
  text-align: left;
}
.cid-sacFIUivDx .mbr-text {
  color: #ffffff;
}
.cid-sacFIUivDx .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sacFIUivDx .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-sacFIUivDx .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-sacFIUivDx .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-sacG9NIk4A {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sacG9NIk4A H3 {
  color: #232323;
  text-align: left;
}
.cid-sacG9NIk4A P {
  text-align: left;
  color: #232323;
}
.cid-sacG9NIk4A H1 {
  text-align: left;
  color: #232323;
}
.cid-sacGfAOsOZ {
  background: #ffffff;
}
.cid-sacGfAOsOZ .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sacGfAOsOZ .mbr-figure {
  margin: 0 auto;
}
.cid-sacGfAOsOZ figcaption {
  position: relative;
}
.cid-sacGfAOsOZ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sacGfAOsOZ .image-block {
    width: 100% !important;
  }
}
.cid-sacGjVL1ko {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sacGjVL1ko H3 {
  color: #232323;
  text-align: left;
}
.cid-sacGjVL1ko P {
  text-align: left;
  color: #232323;
}
.cid-sacGjVL1ko H1 {
  text-align: left;
  color: #232323;
}
.cid-sacGq9AHpS {
  background: #ffffff;
}
.cid-sacGq9AHpS .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sacGq9AHpS .mbr-figure {
  margin: 0 auto;
}
.cid-sacGq9AHpS figcaption {
  position: relative;
}
.cid-sacGq9AHpS figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sacGq9AHpS .image-block {
    width: 100% !important;
  }
}
.cid-sacHxDrPzB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sacHxDrPzB H3 {
  color: #232323;
  text-align: left;
}
.cid-sacHxDrPzB P {
  text-align: left;
  color: #232323;
}
.cid-sacHxDrPzB H1 {
  text-align: left;
  color: #232323;
}
.cid-sacHK5mL5w {
  background: #ffffff;
}
.cid-sacHK5mL5w .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sacHK5mL5w .mbr-figure {
  margin: 0 auto;
}
.cid-sacHK5mL5w figcaption {
  position: relative;
}
.cid-sacHK5mL5w figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sacHK5mL5w .image-block {
    width: 100% !important;
  }
}
.cid-sacI9GCBwA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sacI9GCBwA H3 {
  color: #232323;
  text-align: left;
}
.cid-sacI9GCBwA P {
  text-align: left;
  color: #232323;
}
.cid-sacI9GCBwA H1 {
  text-align: left;
  color: #232323;
}
.cid-sacIiWaOdH {
  background: #ffffff;
}
.cid-sacIiWaOdH .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sacIiWaOdH .mbr-figure {
  margin: 0 auto;
}
.cid-sacIiWaOdH figcaption {
  position: relative;
}
.cid-sacIiWaOdH figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sacIiWaOdH .image-block {
    width: 100% !important;
  }
}
.cid-sacImzocmk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sacImzocmk H3 {
  color: #232323;
  text-align: left;
}
.cid-sacImzocmk P {
  text-align: left;
  color: #232323;
}
.cid-sacImzocmk H1 {
  text-align: left;
  color: #232323;
}
.cid-sacIsujHB7 {
  background: #ffffff;
}
.cid-sacIsujHB7 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sacIsujHB7 .mbr-figure {
  margin: 0 auto;
}
.cid-sacIsujHB7 figcaption {
  position: relative;
}
.cid-sacIsujHB7 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sacIsujHB7 .image-block {
    width: 100% !important;
  }
}
.cid-sacIP4SCG3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sacIP4SCG3 H3 {
  color: #232323;
  text-align: left;
}
.cid-sacIP4SCG3 P {
  text-align: left;
  color: #232323;
}
.cid-sacIP4SCG3 H1 {
  text-align: left;
  color: #232323;
}
.cid-sacJi7xkGU {
  background: #ffffff;
}
.cid-sacJi7xkGU .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sacJi7xkGU .mbr-figure {
  margin: 0 auto;
}
.cid-sacJi7xkGU figcaption {
  position: relative;
}
.cid-sacJi7xkGU figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sacJi7xkGU .image-block {
    width: 100% !important;
  }
}
.cid-sgdpHgh5mn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-sacJKPmBJK {
  background: #ffffff;
}
.cid-sacJKPmBJK .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sacJKPmBJK .mbr-figure {
  margin: 0 auto;
}
.cid-sacJKPmBJK figcaption {
  position: relative;
}
.cid-sacJKPmBJK figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sacJKPmBJK .image-block {
    width: 100% !important;
  }
}
.cid-sacJKPWuX5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sacJKPWuX5 H3 {
  color: #db0730;
  text-align: left;
}
.cid-sacJKPWuX5 P {
  text-align: center;
  color: #232323;
}
.cid-sacJKPWuX5 H1 {
  text-align: left;
}
.cid-sacJKQm84Y {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sacJKQm84Y H3 {
  color: #232323;
  text-align: left;
}
.cid-sacJKQm84Y P {
  text-align: left;
  color: #232323;
}
.cid-sacJKQm84Y H1 {
  text-align: left;
  color: #232323;
}
.cid-sacJKQTupf {
  background: #ffffff;
}
.cid-sacJKQTupf .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sacJKQTupf .mbr-figure {
  margin: 0 auto;
}
.cid-sacJKQTupf figcaption {
  position: relative;
}
.cid-sacJKQTupf figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sacJKQTupf .image-block {
    width: 100% !important;
  }
}
.cid-sacJKReVbs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sacJKReVbs H3 {
  color: #232323;
  text-align: left;
}
.cid-sacJKReVbs P {
  text-align: left;
  color: #232323;
}
.cid-sacJKReVbs H1 {
  text-align: left;
  color: #232323;
}
.cid-sacJKRPoIO {
  background: #ffffff;
}
.cid-sacJKRPoIO .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sacJKRPoIO .mbr-figure {
  margin: 0 auto;
}
.cid-sacJKRPoIO figcaption {
  position: relative;
}
.cid-sacJKRPoIO figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sacJKRPoIO .image-block {
    width: 100% !important;
  }
}
.cid-sacJKSbwSp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sacJKSbwSp H3 {
  color: #232323;
  text-align: left;
}
.cid-sacJKSbwSp P {
  text-align: left;
  color: #232323;
}
.cid-sacJKSbwSp H1 {
  text-align: left;
  color: #232323;
}
.cid-sacJKSCLyw {
  background: #ffffff;
}
.cid-sacJKSCLyw .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sacJKSCLyw .mbr-figure {
  margin: 0 auto;
}
.cid-sacJKSCLyw figcaption {
  position: relative;
}
.cid-sacJKSCLyw figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sacJKSCLyw .image-block {
    width: 100% !important;
  }
}
.cid-sacJKT0GlB .modal-body .close {
  background: #1b1b1b;
}
.cid-sacJKT0GlB .modal-body .close span {
  font-style: normal;
}
.cid-sacJKT0GlB .carousel-inner > .active,
.cid-sacJKT0GlB .carousel-inner > .next,
.cid-sacJKT0GlB .carousel-inner > .prev {
  display: table;
}
.cid-sacJKT0GlB .carousel-control .icon-next,
.cid-sacJKT0GlB .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sacJKT0GlB .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sacJKT0GlB .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sacJKT0GlB .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sacJKT0GlB .boxed-slider > div {
  position: relative;
}
.cid-sacJKT0GlB .container img {
  width: 100%;
}
.cid-sacJKT0GlB .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-sacJKT0GlB .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sacJKT0GlB .mbr-table-cell {
  padding: 0;
}
.cid-sacJKT0GlB .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sacJKT0GlB .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-sacJKT0GlB .mbr-overlay {
  z-index: 1;
}
.cid-sacJKT0GlB .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sacJKT0GlB .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-sacJKT0GlB .carousel-item .container {
    width: 100%;
  }
}
.cid-sacJKT0GlB .carousel-item-next.carousel-item-left,
.cid-sacJKT0GlB .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-sacJKT0GlB .active.carousel-item-right,
.cid-sacJKT0GlB .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-sacJKT0GlB .active.carousel-item-left,
.cid-sacJKT0GlB .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-sacJKT0GlB .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-sacJKT0GlB .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sacJKT0GlB .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sacJKT0GlB .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-sacJKT0GlB .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sacJKT0GlB .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sacJKT0GlB .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-sacJKT0GlB .mbr-slider .carousel-indicators li.active,
.cid-sacJKT0GlB .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-sacJKT0GlB .mbr-slider .carousel-indicators li::after,
.cid-sacJKT0GlB .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sacJKT0GlB .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sacJKT0GlB .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sacJKT0GlB .mbr-slider > .container img {
  width: 100%;
}
.cid-sacJKT0GlB .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sacJKT0GlB .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sacJKT0GlB .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sacJKT0GlB .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sacJKT0GlB .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sacJKT0GlB .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-sacJKT0GlB .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sacJKT0GlB .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sacJKT0GlB .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sacJKT0GlB .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sacJKT0GlB .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sacJKT0GlB .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sacJKT0GlB .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sacJKTsY95 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sacJKTsY95 H3 {
  color: #232323;
  text-align: left;
}
.cid-sacJKTsY95 P {
  text-align: left;
  color: #232323;
}
.cid-sacJKTsY95 H1 {
  text-align: left;
  color: #232323;
}
.cid-sacJKTT8nk {
  background: #ffffff;
}
.cid-sacJKTT8nk .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sacJKTT8nk .mbr-figure {
  margin: 0 auto;
}
.cid-sacJKTT8nk figcaption {
  position: relative;
}
.cid-sacJKTT8nk figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sacJKTT8nk .image-block {
    width: 100% !important;
  }
}
.cid-sacJKUgoja {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sacJKUgoja H3 {
  color: #232323;
  text-align: left;
}
.cid-sacJKUgoja P {
  text-align: left;
  color: #232323;
}
.cid-sacJKUgoja H1 {
  text-align: left;
  color: #232323;
}
.cid-sacJKUJlcx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sacJKUJlcx .card-img {
  background-color: #fff;
}
.cid-sacJKUJlcx .card-box {
  background-color: #000000;
  padding: 2rem;
}
.cid-sacJKUJlcx h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sacJKUJlcx p {
  text-align: left;
}
.cid-sacJKUJlcx .mbr-text {
  color: #ffffff;
}
.cid-sacJKUJlcx .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sacJKUJlcx .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-sacJKUJlcx .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-sacJKUJlcx .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-sacJKVDH1Y {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sacJKVDH1Y H3 {
  color: #232323;
  text-align: left;
}
.cid-sacJKVDH1Y P {
  text-align: left;
  color: #232323;
}
.cid-sacJKVDH1Y H1 {
  text-align: left;
  color: #232323;
}
.cid-sacJKW1CGv {
  background: #ffffff;
}
.cid-sacJKW1CGv .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sacJKW1CGv .mbr-figure {
  margin: 0 auto;
}
.cid-sacJKW1CGv figcaption {
  position: relative;
}
.cid-sacJKW1CGv figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sacJKW1CGv .image-block {
    width: 100% !important;
  }
}
.cid-sacJKWkC4Z {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sacJKWkC4Z H3 {
  color: #232323;
  text-align: left;
}
.cid-sacJKWkC4Z P {
  text-align: left;
  color: #232323;
}
.cid-sacJKWkC4Z H1 {
  text-align: left;
  color: #232323;
}
.cid-sacJKWMy5Z {
  background: #ffffff;
}
.cid-sacJKWMy5Z .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sacJKWMy5Z .mbr-figure {
  margin: 0 auto;
}
.cid-sacJKWMy5Z figcaption {
  position: relative;
}
.cid-sacJKWMy5Z figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sacJKWMy5Z .image-block {
    width: 100% !important;
  }
}
.cid-sacJKX6FPY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sacJKX6FPY H3 {
  color: #232323;
  text-align: left;
}
.cid-sacJKX6FPY P {
  text-align: left;
  color: #232323;
}
.cid-sacJKX6FPY H1 {
  text-align: left;
  color: #232323;
}
.cid-sacJKXuowo {
  background: #ffffff;
}
.cid-sacJKXuowo .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sacJKXuowo .mbr-figure {
  margin: 0 auto;
}
.cid-sacJKXuowo figcaption {
  position: relative;
}
.cid-sacJKXuowo figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sacJKXuowo .image-block {
    width: 100% !important;
  }
}
.cid-sacJKXOxOD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sacJKXOxOD H3 {
  color: #232323;
  text-align: left;
}
.cid-sacJKXOxOD P {
  text-align: left;
  color: #232323;
}
.cid-sacJKXOxOD H1 {
  text-align: left;
  color: #232323;
}
.cid-sacJKYeqUd {
  background: #ffffff;
}
.cid-sacJKYeqUd .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sacJKYeqUd .mbr-figure {
  margin: 0 auto;
}
.cid-sacJKYeqUd figcaption {
  position: relative;
}
.cid-sacJKYeqUd figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sacJKYeqUd .image-block {
    width: 100% !important;
  }
}
.cid-sacJKYDknZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sacJKYDknZ H3 {
  color: #232323;
  text-align: left;
}
.cid-sacJKYDknZ P {
  text-align: left;
  color: #232323;
}
.cid-sacJKYDknZ H1 {
  text-align: left;
  color: #232323;
}
.cid-sacJKZ1kxb {
  background: #ffffff;
}
.cid-sacJKZ1kxb .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sacJKZ1kxb .mbr-figure {
  margin: 0 auto;
}
.cid-sacJKZ1kxb figcaption {
  position: relative;
}
.cid-sacJKZ1kxb figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sacJKZ1kxb .image-block {
    width: 100% !important;
  }
}
.cid-sacJKZmVqU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sacJKZmVqU H3 {
  color: #232323;
  text-align: left;
}
.cid-sacJKZmVqU P {
  text-align: left;
  color: #232323;
}
.cid-sacJKZmVqU H1 {
  text-align: left;
  color: #232323;
}
.cid-sacJKZKzkc {
  background: #ffffff;
}
.cid-sacJKZKzkc .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sacJKZKzkc .mbr-figure {
  margin: 0 auto;
}
.cid-sacJKZKzkc figcaption {
  position: relative;
}
.cid-sacJKZKzkc figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sacJKZKzkc .image-block {
    width: 100% !important;
  }
}
.cid-sgdpRYUIos {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-sagPY0Ejmz {
  background: #ffffff;
}
.cid-sagPY0Ejmz .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sagPY0Ejmz .mbr-figure {
  margin: 0 auto;
}
.cid-sagPY0Ejmz figcaption {
  position: relative;
}
.cid-sagPY0Ejmz figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sagPY0Ejmz .image-block {
    width: 100% !important;
  }
}
.cid-sagPY0YnZk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #182337;
}
.cid-sagPY0YnZk H3 {
  color: #db0730;
  text-align: left;
}
.cid-sagPY0YnZk P {
  text-align: center;
  color: #ffffff;
}
.cid-sagPY0YnZk H1 {
  text-align: left;
}
.cid-sagPY1uh6q {
  background: #ffffff;
}
.cid-sagPY1uh6q .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sagPY1uh6q .mbr-figure {
  margin: 0 auto;
}
.cid-sagPY1uh6q figcaption {
  position: relative;
}
.cid-sagPY1uh6q figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sagPY1uh6q .image-block {
    width: 100% !important;
  }
}
.cid-sagPY1PGDs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #182337;
}
.cid-sagPY1PGDs H3 {
  color: #efee1b;
  text-align: left;
}
.cid-sagPY1PGDs P {
  text-align: left;
}
.cid-sagPY1PGDs H1 {
  text-align: left;
}
.cid-sagPY2i0A8 {
  background: #ffffff;
}
.cid-sagPY2i0A8 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sagPY2i0A8 .mbr-figure {
  margin: 0 auto;
}
.cid-sagPY2i0A8 figcaption {
  position: relative;
}
.cid-sagPY2i0A8 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sagPY2i0A8 .image-block {
    width: 100% !important;
  }
}
.cid-sagPY2IjAB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sagPY2IjAB .card-img {
  background-color: #fff;
}
.cid-sagPY2IjAB .card-box {
  background-color: #000000;
  padding: 2rem;
}
.cid-sagPY2IjAB h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sagPY2IjAB p {
  text-align: left;
}
.cid-sagPY2IjAB .mbr-text {
  color: #ffffff;
}
.cid-sagPY2IjAB .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sagPY2IjAB .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-sagPY2IjAB .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-sagPY2IjAB .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-sagPY3ShsF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #182337;
}
.cid-sagPY3ShsF H3 {
  color: #efee1b;
  text-align: left;
}
.cid-sagPY3ShsF P {
  text-align: left;
  color: #ffffff;
}
.cid-sagPY3ShsF H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sagPY4m2AA {
  background: #ffffff;
}
.cid-sagPY4m2AA .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sagPY4m2AA .mbr-figure {
  margin: 0 auto;
}
.cid-sagPY4m2AA figcaption {
  position: relative;
}
.cid-sagPY4m2AA figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sagPY4m2AA .image-block {
    width: 100% !important;
  }
}
.cid-sagPY4KniP {
  background: #ffffff;
}
.cid-sagPY4KniP .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sagPY4KniP .mbr-figure {
  margin: 0 auto;
}
.cid-sagPY4KniP figcaption {
  position: relative;
}
.cid-sagPY4KniP figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sagPY4KniP .image-block {
    width: 100% !important;
  }
}
.cid-sagPY537b4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #182337;
}
.cid-sagPY537b4 H3 {
  color: #efee1b;
  text-align: left;
}
.cid-sagPY537b4 P {
  text-align: left;
  color: #ffffff;
}
.cid-sagPY537b4 H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sagPY5z0KF {
  background: #ffffff;
}
.cid-sagPY5z0KF .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sagPY5z0KF .mbr-figure {
  margin: 0 auto;
}
.cid-sagPY5z0KF figcaption {
  position: relative;
}
.cid-sagPY5z0KF figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sagPY5z0KF .image-block {
    width: 100% !important;
  }
}
.cid-sagPY67UEK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #182337;
}
.cid-sagPY67UEK H3 {
  color: #efee1b;
  text-align: left;
}
.cid-sagPY67UEK P {
  text-align: left;
  color: #ffffff;
}
.cid-sagPY67UEK H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sagPY750gw {
  background: #ffffff;
}
.cid-sagPY750gw .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sagPY750gw .mbr-figure {
  margin: 0 auto;
}
.cid-sagPY750gw figcaption {
  position: relative;
}
.cid-sagPY750gw figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sagPY750gw .image-block {
    width: 100% !important;
  }
}
.cid-sagPY7mRlk {
  background: #ffffff;
}
.cid-sagPY7mRlk .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sagPY7mRlk .mbr-figure {
  margin: 0 auto;
}
.cid-sagPY7mRlk figcaption {
  position: relative;
}
.cid-sagPY7mRlk figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sagPY7mRlk .image-block {
    width: 100% !important;
  }
}
.cid-sagPY7DIRc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #182337;
}
.cid-sagPY7DIRc H3 {
  color: #efee1b;
  text-align: left;
}
.cid-sagPY7DIRc P {
  text-align: left;
  color: #ffffff;
}
.cid-sagPY7DIRc H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sagPY7Y9xH {
  background: #ffffff;
}
.cid-sagPY7Y9xH .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sagPY7Y9xH .mbr-figure {
  margin: 0 auto;
}
.cid-sagPY7Y9xH figcaption {
  position: relative;
}
.cid-sagPY7Y9xH figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sagPY7Y9xH .image-block {
    width: 100% !important;
  }
}
.cid-sagPY8gOfx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #182337;
}
.cid-sagPY8gOfx H3 {
  color: #efee1b;
  text-align: left;
}
.cid-sagPY8gOfx P {
  text-align: left;
  color: #ffffff;
}
.cid-sagPY8gOfx H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sagPY8BviC {
  background: #ffffff;
}
.cid-sagPY8BviC .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sagPY8BviC .mbr-figure {
  margin: 0 auto;
}
.cid-sagPY8BviC figcaption {
  position: relative;
}
.cid-sagPY8BviC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sagPY8BviC .image-block {
    width: 100% !important;
  }
}
.cid-sagPY8WY7J {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #182337;
}
.cid-sagPY8WY7J H3 {
  color: #efee1b;
  text-align: left;
}
.cid-sagPY8WY7J P {
  text-align: left;
  color: #ffffff;
}
.cid-sagPY8WY7J H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sagPY9iNW3 {
  background: #ffffff;
}
.cid-sagPY9iNW3 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sagPY9iNW3 .mbr-figure {
  margin: 0 auto;
}
.cid-sagPY9iNW3 figcaption {
  position: relative;
}
.cid-sagPY9iNW3 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sagPY9iNW3 .image-block {
    width: 100% !important;
  }
}
.cid-sagPY9AmKR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #182337;
}
.cid-sagPY9AmKR H3 {
  color: #efee1b;
  text-align: left;
}
.cid-sagPY9AmKR P {
  text-align: left;
  color: #ffffff;
}
.cid-sagPY9AmKR H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sagPYa2YPi {
  background: #ffffff;
}
.cid-sagPYa2YPi .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sagPYa2YPi .mbr-figure {
  margin: 0 auto;
}
.cid-sagPYa2YPi figcaption {
  position: relative;
}
.cid-sagPYa2YPi figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sagPYa2YPi .image-block {
    width: 100% !important;
  }
}
.cid-sagPYakw84 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #182337;
}
.cid-sagPYakw84 H3 {
  color: #efee1b;
  text-align: left;
}
.cid-sagPYakw84 P {
  text-align: left;
  color: #ffffff;
}
.cid-sagPYakw84 H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sagPYaGmeS {
  background: #ffffff;
}
.cid-sagPYaGmeS .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sagPYaGmeS .mbr-figure {
  margin: 0 auto;
}
.cid-sagPYaGmeS figcaption {
  position: relative;
}
.cid-sagPYaGmeS figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sagPYaGmeS .image-block {
    width: 100% !important;
  }
}
.cid-rxInWKYEUV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-sah2HhrZM8 {
  background: #ffffff;
}
.cid-sah2HhrZM8 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sah2HhrZM8 .mbr-figure {
  margin: 0 auto;
}
.cid-sah2HhrZM8 figcaption {
  position: relative;
}
.cid-sah2HhrZM8 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sah2HhrZM8 .image-block {
    width: 100% !important;
  }
}
.cid-sah2I6CK2x {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sah2I6CK2x H3 {
  color: #db0730;
  text-align: left;
}
.cid-sah2I6CK2x P {
  text-align: center;
  color: #232323;
}
.cid-sah2I6CK2x H1 {
  text-align: left;
}
.cid-sah2ZcFQNw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sah2ZcFQNw H3 {
  color: #0655a6;
  text-align: left;
}
.cid-sah2ZcFQNw P {
  text-align: left;
  color: #161d20;
}
.cid-sah2ZcFQNw H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sah30697ux {
  background: #ffffff;
}
.cid-sah30697ux .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sah30697ux .mbr-figure {
  margin: 0 auto;
}
.cid-sah30697ux figcaption {
  position: relative;
}
.cid-sah30697ux figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sah30697ux .image-block {
    width: 100% !important;
  }
}
.cid-sah36ODRC8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sah36ODRC8 H3 {
  color: #0655a6;
  text-align: left;
}
.cid-sah36ODRC8 P {
  text-align: left;
  color: #161d20;
}
.cid-sah36ODRC8 H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sah3fJMYmG .modal-body .close {
  background: #1b1b1b;
}
.cid-sah3fJMYmG .modal-body .close span {
  font-style: normal;
}
.cid-sah3fJMYmG .carousel-inner > .active,
.cid-sah3fJMYmG .carousel-inner > .next,
.cid-sah3fJMYmG .carousel-inner > .prev {
  display: table;
}
.cid-sah3fJMYmG .carousel-control .icon-next,
.cid-sah3fJMYmG .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sah3fJMYmG .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sah3fJMYmG .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sah3fJMYmG .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sah3fJMYmG .boxed-slider > div {
  position: relative;
}
.cid-sah3fJMYmG .container img {
  width: 100%;
}
.cid-sah3fJMYmG .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-sah3fJMYmG .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sah3fJMYmG .mbr-table-cell {
  padding: 0;
}
.cid-sah3fJMYmG .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sah3fJMYmG .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-sah3fJMYmG .mbr-overlay {
  z-index: 1;
}
.cid-sah3fJMYmG .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sah3fJMYmG .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-sah3fJMYmG .carousel-item .container {
    width: 100%;
  }
}
.cid-sah3fJMYmG .carousel-item-next.carousel-item-left,
.cid-sah3fJMYmG .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-sah3fJMYmG .active.carousel-item-right,
.cid-sah3fJMYmG .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-sah3fJMYmG .active.carousel-item-left,
.cid-sah3fJMYmG .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-sah3fJMYmG .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-sah3fJMYmG .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sah3fJMYmG .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sah3fJMYmG .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-sah3fJMYmG .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sah3fJMYmG .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sah3fJMYmG .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-sah3fJMYmG .mbr-slider .carousel-indicators li.active,
.cid-sah3fJMYmG .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-sah3fJMYmG .mbr-slider .carousel-indicators li::after,
.cid-sah3fJMYmG .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sah3fJMYmG .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sah3fJMYmG .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sah3fJMYmG .mbr-slider > .container img {
  width: 100%;
}
.cid-sah3fJMYmG .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sah3fJMYmG .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sah3fJMYmG .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sah3fJMYmG .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sah3fJMYmG .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sah3fJMYmG .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-sah3fJMYmG .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sah3fJMYmG .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sah3fJMYmG .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sah3fJMYmG .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sah3fJMYmG .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sah3fJMYmG .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sah3fJMYmG .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sah3MlwYI6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #03031f;
}
.cid-sah3MlwYI6 H3 {
  color: #0655a6;
  text-align: left;
}
.cid-sah3MlwYI6 P {
  text-align: left;
  color: #ffffff;
}
.cid-sah3MlwYI6 H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sah3QXIVsf {
  background: #ffffff;
}
.cid-sah3QXIVsf .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sah3QXIVsf .mbr-figure {
  margin: 0 auto;
}
.cid-sah3QXIVsf figcaption {
  position: relative;
}
.cid-sah3QXIVsf figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sah3QXIVsf .image-block {
    width: 100% !important;
  }
}
.cid-sah3Zvwa5O {
  background: #ffffff;
}
.cid-sah3Zvwa5O .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sah3Zvwa5O .mbr-figure {
  margin: 0 auto;
}
.cid-sah3Zvwa5O figcaption {
  position: relative;
}
.cid-sah3Zvwa5O figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sah3Zvwa5O .image-block {
    width: 100% !important;
  }
}
.cid-sah3Yiz3dX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sah3Yiz3dX H3 {
  color: #0655a6;
  text-align: left;
}
.cid-sah3Yiz3dX P {
  text-align: left;
  color: #161d20;
}
.cid-sah3Yiz3dX H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sah47fh3PC {
  background: #ffffff;
}
.cid-sah47fh3PC .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sah47fh3PC .mbr-figure {
  margin: 0 auto;
}
.cid-sah47fh3PC figcaption {
  position: relative;
}
.cid-sah47fh3PC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sah47fh3PC .image-block {
    width: 100% !important;
  }
}
.cid-sah4ahlAkp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sah4ahlAkp H3 {
  color: #0655a6;
  text-align: left;
}
.cid-sah4ahlAkp P {
  text-align: left;
  color: #161d20;
}
.cid-sah4ahlAkp H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sah4g1bs4a {
  background: #ffffff;
}
.cid-sah4g1bs4a .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sah4g1bs4a .mbr-figure {
  margin: 0 auto;
}
.cid-sah4g1bs4a figcaption {
  position: relative;
}
.cid-sah4g1bs4a figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sah4g1bs4a .image-block {
    width: 100% !important;
  }
}
.cid-sah4lAdD75 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sah4lAdD75 H3 {
  color: #0655a6;
  text-align: left;
}
.cid-sah4lAdD75 P {
  text-align: left;
  color: #161d20;
}
.cid-sah4lAdD75 H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sah4qCb7BY {
  background: #ffffff;
}
.cid-sah4qCb7BY .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sah4qCb7BY .mbr-figure {
  margin: 0 auto;
}
.cid-sah4qCb7BY figcaption {
  position: relative;
}
.cid-sah4qCb7BY figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sah4qCb7BY .image-block {
    width: 100% !important;
  }
}
.cid-sah4umdCxJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sah4umdCxJ H3 {
  color: #0655a6;
  text-align: left;
}
.cid-sah4umdCxJ P {
  text-align: left;
  color: #161d20;
}
.cid-sah4umdCxJ H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sah4zzN4kv {
  background: #ffffff;
}
.cid-sah4zzN4kv .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sah4zzN4kv .mbr-figure {
  margin: 0 auto;
}
.cid-sah4zzN4kv figcaption {
  position: relative;
}
.cid-sah4zzN4kv figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sah4zzN4kv .image-block {
    width: 100% !important;
  }
}
.cid-sah4CpLENG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sah4CpLENG H3 {
  color: #0655a6;
  text-align: left;
}
.cid-sah4CpLENG P {
  text-align: left;
  color: #161d20;
}
.cid-sah4CpLENG H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sah4Idsfe0 {
  background: #ffffff;
}
.cid-sah4Idsfe0 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sah4Idsfe0 .mbr-figure {
  margin: 0 auto;
}
.cid-sah4Idsfe0 figcaption {
  position: relative;
}
.cid-sah4Idsfe0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sah4Idsfe0 .image-block {
    width: 100% !important;
  }
}
.cid-sah4LOQWTL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sah4LOQWTL H3 {
  color: #0655a6;
  text-align: left;
}
.cid-sah4LOQWTL P {
  text-align: left;
  color: #161d20;
}
.cid-sah4LOQWTL H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sah4NIpYMR {
  background: #ffffff;
}
.cid-sah4NIpYMR .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sah4NIpYMR .mbr-figure {
  margin: 0 auto;
}
.cid-sah4NIpYMR figcaption {
  position: relative;
}
.cid-sah4NIpYMR figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sah4NIpYMR .image-block {
    width: 100% !important;
  }
}
.cid-sah4WcRGHB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #03031f;
}
.cid-sah4WcRGHB H3 {
  color: #0655a6;
  text-align: left;
}
.cid-sah4WcRGHB P {
  text-align: left;
  color: #ffffff;
}
.cid-sah4WcRGHB H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sah52aagih {
  background: #ffffff;
}
.cid-sah52aagih .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sah52aagih .mbr-figure {
  margin: 0 auto;
}
.cid-sah52aagih figcaption {
  position: relative;
}
.cid-sah52aagih figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sah52aagih .image-block {
    width: 100% !important;
  }
}
.cid-sah55g1oK0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #03031f;
}
.cid-sah55g1oK0 H3 {
  color: #0655a6;
  text-align: left;
}
.cid-sah55g1oK0 P {
  text-align: left;
  color: #ffffff;
}
.cid-sah55g1oK0 H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sah5aqnIeC {
  background: #ffffff;
}
.cid-sah5aqnIeC .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sah5aqnIeC .mbr-figure {
  margin: 0 auto;
}
.cid-sah5aqnIeC figcaption {
  position: relative;
}
.cid-sah5aqnIeC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sah5aqnIeC .image-block {
    width: 100% !important;
  }
}
.cid-sah5dTdsP7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #03031f;
}
.cid-sah5dTdsP7 H3 {
  color: #0655a6;
  text-align: left;
}
.cid-sah5dTdsP7 P {
  text-align: left;
  color: #ffffff;
}
.cid-sah5dTdsP7 H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sah5j06O04 {
  background: #ffffff;
}
.cid-sah5j06O04 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sah5j06O04 .mbr-figure {
  margin: 0 auto;
}
.cid-sah5j06O04 figcaption {
  position: relative;
}
.cid-sah5j06O04 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sah5j06O04 .image-block {
    width: 100% !important;
  }
}
.cid-rxInWKYEUV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-sah89sFBDF {
  background: #ffffff;
}
.cid-sah89sFBDF .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sah89sFBDF .mbr-figure {
  margin: 0 auto;
}
.cid-sah89sFBDF figcaption {
  position: relative;
}
.cid-sah89sFBDF figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sah89sFBDF .image-block {
    width: 100% !important;
  }
}
.cid-sah8NYHp5A {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sah8NYHp5A H3 {
  color: #db0730;
  text-align: left;
}
.cid-sah8NYHp5A P {
  text-align: center;
  color: #232323;
}
.cid-sah8NYHp5A H1 {
  text-align: left;
}
.cid-sah8XuXir1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sah8XuXir1 H3 {
  color: #0655a6;
  text-align: left;
}
.cid-sah8XuXir1 P {
  text-align: left;
  color: #ffffff;
}
.cid-sah8XuXir1 H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sah9naKGvT {
  background: #ffffff;
}
.cid-sah9naKGvT .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sah9naKGvT .mbr-figure {
  margin: 0 auto;
}
.cid-sah9naKGvT figcaption {
  position: relative;
}
.cid-sah9naKGvT figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sah9naKGvT .image-block {
    width: 100% !important;
  }
}
.cid-sah9ud8t18 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sah9ud8t18 H3 {
  color: #0655a6;
  text-align: left;
}
.cid-sah9ud8t18 P {
  text-align: left;
  color: #ffffff;
}
.cid-sah9ud8t18 H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sah9DxMJnM {
  background: #ffffff;
}
.cid-sah9DxMJnM .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sah9DxMJnM .mbr-figure {
  margin: 0 auto;
}
.cid-sah9DxMJnM figcaption {
  position: relative;
}
.cid-sah9DxMJnM figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sah9DxMJnM .image-block {
    width: 100% !important;
  }
}
.cid-sah9HIPSqW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sah9HIPSqW H3 {
  color: #0655a6;
  text-align: left;
}
.cid-sah9HIPSqW P {
  text-align: left;
  color: #ffffff;
}
.cid-sah9HIPSqW H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sah9MylMX3 {
  background: #ffffff;
}
.cid-sah9MylMX3 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sah9MylMX3 .mbr-figure {
  margin: 0 auto;
}
.cid-sah9MylMX3 figcaption {
  position: relative;
}
.cid-sah9MylMX3 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sah9MylMX3 .image-block {
    width: 100% !important;
  }
}
.cid-sahaiGoypA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sahaiGoypA H3 {
  color: #0655a6;
  text-align: left;
}
.cid-sahaiGoypA P {
  text-align: left;
  color: #ffffff;
}
.cid-sahaiGoypA H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sahaI7QXdw {
  background: #ffffff;
}
.cid-sahaI7QXdw .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sahaI7QXdw .mbr-figure {
  margin: 0 auto;
}
.cid-sahaI7QXdw figcaption {
  position: relative;
}
.cid-sahaI7QXdw figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sahaI7QXdw .image-block {
    width: 100% !important;
  }
}
.cid-sahaL0OcNZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sahaL0OcNZ H3 {
  color: #0655a6;
  text-align: left;
}
.cid-sahaL0OcNZ P {
  text-align: left;
  color: #ffffff;
}
.cid-sahaL0OcNZ H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sahaR7MnRr {
  background: #ffffff;
}
.cid-sahaR7MnRr .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sahaR7MnRr .mbr-figure {
  margin: 0 auto;
}
.cid-sahaR7MnRr figcaption {
  position: relative;
}
.cid-sahaR7MnRr figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sahaR7MnRr .image-block {
    width: 100% !important;
  }
}
.cid-sahb7tzSsD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sahb7tzSsD H3 {
  color: #0655a6;
  text-align: left;
}
.cid-sahb7tzSsD P {
  text-align: left;
  color: #ffffff;
}
.cid-sahb7tzSsD H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sahbgFlN86 {
  background: #ffffff;
}
.cid-sahbgFlN86 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sahbgFlN86 .mbr-figure {
  margin: 0 auto;
}
.cid-sahbgFlN86 figcaption {
  position: relative;
}
.cid-sahbgFlN86 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sahbgFlN86 .image-block {
    width: 100% !important;
  }
}
.cid-sahbvkaPSK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e0e4ef;
}
.cid-sahbvkaPSK H3 {
  color: #0655a6;
  text-align: left;
}
.cid-sahbvkaPSK P {
  text-align: left;
  color: #232323;
}
.cid-sahbvkaPSK H1 {
  text-align: left;
  color: #232323;
}
.cid-sahbVAcgsm {
  background: #ffffff;
}
.cid-sahbVAcgsm .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sahbVAcgsm .mbr-figure {
  margin: 0 auto;
}
.cid-sahbVAcgsm figcaption {
  position: relative;
}
.cid-sahbVAcgsm figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sahbVAcgsm .image-block {
    width: 100% !important;
  }
}
.cid-sahcc8qbAU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e0e4ef;
}
.cid-sahcc8qbAU H3 {
  color: #0655a6;
  text-align: left;
}
.cid-sahcc8qbAU P {
  text-align: left;
  color: #232323;
}
.cid-sahcc8qbAU H1 {
  text-align: left;
  color: #232323;
}
.cid-sahchl4j0H {
  background: #ffffff;
}
.cid-sahchl4j0H .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sahchl4j0H .mbr-figure {
  margin: 0 auto;
}
.cid-sahchl4j0H figcaption {
  position: relative;
}
.cid-sahchl4j0H figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sahchl4j0H .image-block {
    width: 100% !important;
  }
}
.cid-sahcz6ldk9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sahcz6ldk9 H3 {
  color: #232323;
  text-align: left;
}
.cid-sahcz6ldk9 P {
  text-align: left;
  color: #232323;
}
.cid-sahcz6ldk9 H1 {
  text-align: left;
  color: #232323;
}
.cid-sahcA5hCO1 {
  background: #ffffff;
}
.cid-sahcA5hCO1 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sahcA5hCO1 .mbr-figure {
  margin: 0 auto;
}
.cid-sahcA5hCO1 figcaption {
  position: relative;
}
.cid-sahcA5hCO1 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sahcA5hCO1 .image-block {
    width: 100% !important;
  }
}
.cid-rxInWKYEUV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-sahXbGwO9P {
  background: #ffffff;
}
.cid-sahXbGwO9P .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sahXbGwO9P .mbr-figure {
  margin: 0 auto;
}
.cid-sahXbGwO9P figcaption {
  position: relative;
}
.cid-sahXbGwO9P figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sahXbGwO9P .image-block {
    width: 100% !important;
  }
}
.cid-sahY7iP2NW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sahY7iP2NW H3 {
  color: #db0730;
  text-align: left;
}
.cid-sahY7iP2NW P {
  text-align: center;
}
.cid-sahY7iP2NW H1 {
  text-align: left;
}
.cid-sahYsx1bT3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sahYsx1bT3 H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sahYsx1bT3 P {
  text-align: left;
}
.cid-sahYsx1bT3 H1 {
  text-align: left;
  color: #ff00dd;
}
.cid-sahYyDUPph {
  background: #ffffff;
}
.cid-sahYyDUPph .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sahYyDUPph .mbr-figure {
  margin: 0 auto;
}
.cid-sahYyDUPph figcaption {
  position: relative;
}
.cid-sahYyDUPph figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sahYyDUPph .image-block {
    width: 100% !important;
  }
}
.cid-sai545dMPA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sai545dMPA H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sai545dMPA P {
  text-align: left;
}
.cid-sai545dMPA H1 {
  text-align: left;
  color: #ff00dd;
}
.cid-sai59rU6Cg {
  background: #ffffff;
}
.cid-sai59rU6Cg .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sai59rU6Cg .mbr-figure {
  margin: 0 auto;
}
.cid-sai59rU6Cg figcaption {
  position: relative;
}
.cid-sai59rU6Cg figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sai59rU6Cg .image-block {
    width: 100% !important;
  }
}
.cid-sai5cACbok {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sai5cACbok H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sai5cACbok P {
  text-align: left;
}
.cid-sai5cACbok H1 {
  text-align: left;
  color: #ff00dd;
}
.cid-sai5hbJQPl {
  background: #ffffff;
}
.cid-sai5hbJQPl .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sai5hbJQPl .mbr-figure {
  margin: 0 auto;
}
.cid-sai5hbJQPl figcaption {
  position: relative;
}
.cid-sai5hbJQPl figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sai5hbJQPl .image-block {
    width: 100% !important;
  }
}
.cid-sai5kUWo7Z {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sai5kUWo7Z H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sai5kUWo7Z P {
  text-align: left;
}
.cid-sai5kUWo7Z H1 {
  text-align: left;
  color: #ff00dd;
}
.cid-sai5qMTYz8 {
  background: #ffffff;
}
.cid-sai5qMTYz8 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sai5qMTYz8 .mbr-figure {
  margin: 0 auto;
}
.cid-sai5qMTYz8 figcaption {
  position: relative;
}
.cid-sai5qMTYz8 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sai5qMTYz8 .image-block {
    width: 100% !important;
  }
}
.cid-sai5ulC0WR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sai5ulC0WR H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sai5ulC0WR P {
  text-align: left;
}
.cid-sai5ulC0WR H1 {
  text-align: left;
  color: #ff00dd;
}
.cid-sai5yY51N5 {
  background: #ffffff;
}
.cid-sai5yY51N5 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sai5yY51N5 .mbr-figure {
  margin: 0 auto;
}
.cid-sai5yY51N5 figcaption {
  position: relative;
}
.cid-sai5yY51N5 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sai5yY51N5 .image-block {
    width: 100% !important;
  }
}
.cid-sai5CbjZf5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sai5CbjZf5 H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sai5CbjZf5 P {
  text-align: left;
}
.cid-sai5CbjZf5 H1 {
  text-align: left;
  color: #ff00dd;
}
.cid-sai5TAXIen {
  background: #ffffff;
}
.cid-sai5TAXIen .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sai5TAXIen .mbr-figure {
  margin: 0 auto;
}
.cid-sai5TAXIen figcaption {
  position: relative;
}
.cid-sai5TAXIen figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sai5TAXIen .image-block {
    width: 100% !important;
  }
}
.cid-sai5YIlvQN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sai5YIlvQN H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sai5YIlvQN P {
  text-align: left;
}
.cid-sai5YIlvQN H1 {
  text-align: left;
  color: #ff00dd;
}
.cid-sai63np02l {
  background: #ffffff;
}
.cid-sai63np02l .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sai63np02l .mbr-figure {
  margin: 0 auto;
}
.cid-sai63np02l figcaption {
  position: relative;
}
.cid-sai63np02l figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sai63np02l .image-block {
    width: 100% !important;
  }
}
.cid-sai69mrIXv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sai69mrIXv H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sai69mrIXv P {
  text-align: left;
}
.cid-sai69mrIXv H1 {
  text-align: left;
  color: #ff00dd;
}
.cid-sai6ffQJLc {
  background: #ffffff;
}
.cid-sai6ffQJLc .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sai6ffQJLc .mbr-figure {
  margin: 0 auto;
}
.cid-sai6ffQJLc figcaption {
  position: relative;
}
.cid-sai6ffQJLc figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sai6ffQJLc .image-block {
    width: 100% !important;
  }
}
.cid-sai6jDSB3U {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sai6jDSB3U H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sai6jDSB3U P {
  text-align: left;
}
.cid-sai6jDSB3U H1 {
  text-align: left;
  color: #ff00dd;
}
.cid-sai6oTEmVH {
  background: #ffffff;
}
.cid-sai6oTEmVH .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sai6oTEmVH .mbr-figure {
  margin: 0 auto;
}
.cid-sai6oTEmVH figcaption {
  position: relative;
}
.cid-sai6oTEmVH figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sai6oTEmVH .image-block {
    width: 100% !important;
  }
}
.cid-sai6tsTzki {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sai6tsTzki H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sai6tsTzki P {
  text-align: left;
}
.cid-sai6tsTzki H1 {
  text-align: left;
  color: #ff00dd;
}
.cid-sai6zloYUI {
  background: #ffffff;
}
.cid-sai6zloYUI .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sai6zloYUI .mbr-figure {
  margin: 0 auto;
}
.cid-sai6zloYUI figcaption {
  position: relative;
}
.cid-sai6zloYUI figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sai6zloYUI .image-block {
    width: 100% !important;
  }
}
.cid-sai6CyhPu6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sai6CyhPu6 H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sai6CyhPu6 P {
  text-align: left;
}
.cid-sai6CyhPu6 H1 {
  text-align: left;
  color: #ff00dd;
}
.cid-sai6GRLPIa {
  background: #ffffff;
}
.cid-sai6GRLPIa .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sai6GRLPIa .mbr-figure {
  margin: 0 auto;
}
.cid-sai6GRLPIa figcaption {
  position: relative;
}
.cid-sai6GRLPIa figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sai6GRLPIa .image-block {
    width: 100% !important;
  }
}
.cid-sai6S5dK0C {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-sai6S5MK3Y {
  background: #ffffff;
}
.cid-sai6S5MK3Y .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sai6S5MK3Y .mbr-figure {
  margin: 0 auto;
}
.cid-sai6S5MK3Y figcaption {
  position: relative;
}
.cid-sai6S5MK3Y figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sai6S5MK3Y .image-block {
    width: 100% !important;
  }
}
.cid-sai6S6ki9R {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sai6S6ki9R H3 {
  color: #db0730;
  text-align: left;
}
.cid-sai6S6ki9R P {
  text-align: center;
}
.cid-sai6S6ki9R H1 {
  text-align: left;
}
.cid-sai6S6NFBz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sai6S6NFBz H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sai6S6NFBz P {
  text-align: left;
}
.cid-sai6S6NFBz H1 {
  text-align: left;
  color: #ff00dd;
}
.cid-sai6S78QKM {
  background: #ffffff;
}
.cid-sai6S78QKM .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sai6S78QKM .mbr-figure {
  margin: 0 auto;
}
.cid-sai6S78QKM figcaption {
  position: relative;
}
.cid-sai6S78QKM figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sai6S78QKM .image-block {
    width: 100% !important;
  }
}
.cid-sai6S7srMs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sai6S7srMs H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sai6S7srMs P {
  text-align: left;
}
.cid-sai6S7srMs H1 {
  text-align: left;
  color: #ff00dd;
}
.cid-sai6S7Qvdw {
  background: #ffffff;
}
.cid-sai6S7Qvdw .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sai6S7Qvdw .mbr-figure {
  margin: 0 auto;
}
.cid-sai6S7Qvdw figcaption {
  position: relative;
}
.cid-sai6S7Qvdw figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sai6S7Qvdw .image-block {
    width: 100% !important;
  }
}
.cid-sai6S89Mrn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sai6S89Mrn H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sai6S89Mrn P {
  text-align: left;
}
.cid-sai6S89Mrn H1 {
  text-align: left;
  color: #ff00dd;
}
.cid-sai6S8yoFc {
  background: #ffffff;
}
.cid-sai6S8yoFc .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sai6S8yoFc .mbr-figure {
  margin: 0 auto;
}
.cid-sai6S8yoFc figcaption {
  position: relative;
}
.cid-sai6S8yoFc figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sai6S8yoFc .image-block {
    width: 100% !important;
  }
}
.cid-sai6S8R6Pz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sai6S8R6Pz H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sai6S8R6Pz P {
  text-align: left;
}
.cid-sai6S8R6Pz H1 {
  text-align: left;
  color: #ff00dd;
}
.cid-sai6S9oIZR {
  background: #ffffff;
}
.cid-sai6S9oIZR .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sai6S9oIZR .mbr-figure {
  margin: 0 auto;
}
.cid-sai6S9oIZR figcaption {
  position: relative;
}
.cid-sai6S9oIZR figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sai6S9oIZR .image-block {
    width: 100% !important;
  }
}
.cid-sai6S9JgI1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sai6S9JgI1 H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sai6S9JgI1 P {
  text-align: left;
}
.cid-sai6S9JgI1 H1 {
  text-align: left;
  color: #ff00dd;
}
.cid-sai6Sa6NtL {
  background: #ffffff;
}
.cid-sai6Sa6NtL .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sai6Sa6NtL .mbr-figure {
  margin: 0 auto;
}
.cid-sai6Sa6NtL figcaption {
  position: relative;
}
.cid-sai6Sa6NtL figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sai6Sa6NtL .image-block {
    width: 100% !important;
  }
}
.cid-sai6Saq2Ss {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sai6Saq2Ss H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sai6Saq2Ss P {
  text-align: left;
}
.cid-sai6Saq2Ss H1 {
  text-align: left;
  color: #ff00dd;
}
.cid-sai6SaNzFx {
  background: #ffffff;
}
.cid-sai6SaNzFx .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sai6SaNzFx .mbr-figure {
  margin: 0 auto;
}
.cid-sai6SaNzFx figcaption {
  position: relative;
}
.cid-sai6SaNzFx figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sai6SaNzFx .image-block {
    width: 100% !important;
  }
}
.cid-sai6Sb5sEE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sai6Sb5sEE H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sai6Sb5sEE P {
  text-align: left;
}
.cid-sai6Sb5sEE H1 {
  text-align: left;
  color: #ff00dd;
}
.cid-sai6Sbxull {
  background: #ffffff;
}
.cid-sai6Sbxull .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sai6Sbxull .mbr-figure {
  margin: 0 auto;
}
.cid-sai6Sbxull figcaption {
  position: relative;
}
.cid-sai6Sbxull figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sai6Sbxull .image-block {
    width: 100% !important;
  }
}
.cid-sai6SbQNCu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sai6SbQNCu H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sai6SbQNCu P {
  text-align: left;
}
.cid-sai6SbQNCu H1 {
  text-align: left;
  color: #ff00dd;
}
.cid-sai6Scds5B {
  background: #ffffff;
}
.cid-sai6Scds5B .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sai6Scds5B .mbr-figure {
  margin: 0 auto;
}
.cid-sai6Scds5B figcaption {
  position: relative;
}
.cid-sai6Scds5B figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sai6Scds5B .image-block {
    width: 100% !important;
  }
}
.cid-sai6ScwbSv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sai6ScwbSv H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sai6ScwbSv P {
  text-align: left;
}
.cid-sai6ScwbSv H1 {
  text-align: left;
  color: #ff00dd;
}
.cid-sai6Sd0bKR {
  background: #ffffff;
}
.cid-sai6Sd0bKR .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sai6Sd0bKR .mbr-figure {
  margin: 0 auto;
}
.cid-sai6Sd0bKR figcaption {
  position: relative;
}
.cid-sai6Sd0bKR figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sai6Sd0bKR .image-block {
    width: 100% !important;
  }
}
.cid-sai6Sdj63Z {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sai6Sdj63Z H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sai6Sdj63Z P {
  text-align: left;
}
.cid-sai6Sdj63Z H1 {
  text-align: left;
  color: #ff00dd;
}
.cid-sai6SdK9Ny {
  background: #ffffff;
}
.cid-sai6SdK9Ny .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sai6SdK9Ny .mbr-figure {
  margin: 0 auto;
}
.cid-sai6SdK9Ny figcaption {
  position: relative;
}
.cid-sai6SdK9Ny figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sai6SdK9Ny .image-block {
    width: 100% !important;
  }
}
.cid-sai6Se4uVA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sai6Se4uVA H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sai6Se4uVA P {
  text-align: left;
}
.cid-sai6Se4uVA H1 {
  text-align: left;
  color: #ff00dd;
}
.cid-sai6SeuYAE {
  background: #ffffff;
}
.cid-sai6SeuYAE .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sai6SeuYAE .mbr-figure {
  margin: 0 auto;
}
.cid-sai6SeuYAE figcaption {
  position: relative;
}
.cid-sai6SeuYAE figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sai6SeuYAE .image-block {
    width: 100% !important;
  }
}
.cid-sgdpJp9UXx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-sg1P5cwTLR {
  background: #ffffff;
}
.cid-sg1P5cwTLR .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sg1P5cwTLR .mbr-figure {
  margin: 0 auto;
}
.cid-sg1P5cwTLR figcaption {
  position: relative;
}
.cid-sg1P5cwTLR figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sg1P5cwTLR .image-block {
    width: 100% !important;
  }
}
.cid-sg1P5cLQPt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e5e6fb;
}
.cid-sg1P5cLQPt H3 {
  color: #db0730;
  text-align: left;
}
.cid-sg1P5cLQPt P {
  text-align: center;
  color: #232323;
}
.cid-sg1P5cLQPt H1 {
  text-align: left;
}
.cid-sg1P5d193y {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e5e6fb;
}
.cid-sg1P5d193y H3 {
  color: #232323;
  text-align: left;
}
.cid-sg1P5d193y P {
  text-align: left;
  color: #232323;
}
.cid-sg1P5d193y H1 {
  text-align: left;
  color: #232323;
}
.cid-sg1P5dkAPP {
  background: #ffffff;
}
.cid-sg1P5dkAPP .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sg1P5dkAPP .mbr-figure {
  margin: 0 auto;
}
.cid-sg1P5dkAPP figcaption {
  position: relative;
}
.cid-sg1P5dkAPP figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sg1P5dkAPP .image-block {
    width: 100% !important;
  }
}
.cid-sg1P5dCxnZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e5e6fb;
}
.cid-sg1P5dCxnZ H3 {
  color: #232323;
  text-align: left;
}
.cid-sg1P5dCxnZ P {
  text-align: left;
  color: #232323;
}
.cid-sg1P5dCxnZ H1 {
  text-align: left;
  color: #232323;
}
.cid-sg1P5dWBhj {
  background: #ffffff;
}
.cid-sg1P5dWBhj .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sg1P5dWBhj .mbr-figure {
  margin: 0 auto;
}
.cid-sg1P5dWBhj figcaption {
  position: relative;
}
.cid-sg1P5dWBhj figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sg1P5dWBhj .image-block {
    width: 100% !important;
  }
}
.cid-sg1P5ef5AA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e5e6fb;
}
.cid-sg1P5ef5AA H3 {
  color: #232323;
  text-align: left;
}
.cid-sg1P5ef5AA P {
  text-align: left;
  color: #232323;
}
.cid-sg1P5ef5AA H1 {
  text-align: left;
  color: #232323;
}
.cid-sg1P5evSs5 {
  background: #ffffff;
}
.cid-sg1P5evSs5 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sg1P5evSs5 .mbr-figure {
  margin: 0 auto;
}
.cid-sg1P5evSs5 figcaption {
  position: relative;
}
.cid-sg1P5evSs5 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sg1P5evSs5 .image-block {
    width: 100% !important;
  }
}
.cid-sg1P5eM4Gn .modal-body .close {
  background: #1b1b1b;
}
.cid-sg1P5eM4Gn .modal-body .close span {
  font-style: normal;
}
.cid-sg1P5eM4Gn .carousel-inner > .active,
.cid-sg1P5eM4Gn .carousel-inner > .next,
.cid-sg1P5eM4Gn .carousel-inner > .prev {
  display: table;
}
.cid-sg1P5eM4Gn .carousel-control .icon-next,
.cid-sg1P5eM4Gn .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sg1P5eM4Gn .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sg1P5eM4Gn .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sg1P5eM4Gn .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sg1P5eM4Gn .boxed-slider > div {
  position: relative;
}
.cid-sg1P5eM4Gn .container img {
  width: 100%;
}
.cid-sg1P5eM4Gn .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-sg1P5eM4Gn .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sg1P5eM4Gn .mbr-table-cell {
  padding: 0;
}
.cid-sg1P5eM4Gn .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sg1P5eM4Gn .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-sg1P5eM4Gn .mbr-overlay {
  z-index: 1;
}
.cid-sg1P5eM4Gn .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sg1P5eM4Gn .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-sg1P5eM4Gn .carousel-item .container {
    width: 100%;
  }
}
.cid-sg1P5eM4Gn .carousel-item-next.carousel-item-left,
.cid-sg1P5eM4Gn .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-sg1P5eM4Gn .active.carousel-item-right,
.cid-sg1P5eM4Gn .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-sg1P5eM4Gn .active.carousel-item-left,
.cid-sg1P5eM4Gn .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-sg1P5eM4Gn .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-sg1P5eM4Gn .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sg1P5eM4Gn .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sg1P5eM4Gn .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-sg1P5eM4Gn .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sg1P5eM4Gn .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sg1P5eM4Gn .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-sg1P5eM4Gn .mbr-slider .carousel-indicators li.active,
.cid-sg1P5eM4Gn .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-sg1P5eM4Gn .mbr-slider .carousel-indicators li::after,
.cid-sg1P5eM4Gn .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sg1P5eM4Gn .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sg1P5eM4Gn .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sg1P5eM4Gn .mbr-slider > .container img {
  width: 100%;
}
.cid-sg1P5eM4Gn .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sg1P5eM4Gn .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sg1P5eM4Gn .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sg1P5eM4Gn .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sg1P5eM4Gn .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sg1P5eM4Gn .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-sg1P5eM4Gn .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sg1P5eM4Gn .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sg1P5eM4Gn .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sg1P5eM4Gn .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sg1P5eM4Gn .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sg1P5eM4Gn .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sg1P5eM4Gn .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sg1P5f6qwr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e5e6fb;
}
.cid-sg1P5f6qwr H3 {
  color: #232323;
  text-align: left;
}
.cid-sg1P5f6qwr P {
  text-align: left;
  color: #232323;
}
.cid-sg1P5f6qwr H1 {
  text-align: left;
  color: #232323;
}
.cid-sg1P5fncvi {
  background: #ffffff;
}
.cid-sg1P5fncvi .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sg1P5fncvi .mbr-figure {
  margin: 0 auto;
}
.cid-sg1P5fncvi figcaption {
  position: relative;
}
.cid-sg1P5fncvi figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sg1P5fncvi .image-block {
    width: 100% !important;
  }
}
.cid-sg1P5fFnlZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e5e6fb;
}
.cid-sg1P5fFnlZ H3 {
  color: #232323;
  text-align: left;
}
.cid-sg1P5fFnlZ P {
  text-align: left;
  color: #232323;
}
.cid-sg1P5fFnlZ H1 {
  text-align: left;
  color: #232323;
}
.cid-sg2sdkiVYe {
  background: #ffffff;
}
.cid-sg2sdkiVYe .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sg2sdkiVYe .mbr-figure {
  margin: 0 auto;
}
.cid-sg2sdkiVYe figcaption {
  position: relative;
}
.cid-sg2sdkiVYe figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sg2sdkiVYe .image-block {
    width: 100% !important;
  }
}
.cid-sg1P5guKHv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e5e6fb;
}
.cid-sg1P5guKHv H3 {
  color: #232323;
  text-align: left;
}
.cid-sg1P5guKHv P {
  text-align: left;
  color: #232323;
}
.cid-sg1P5guKHv H1 {
  text-align: left;
  color: #232323;
}
.cid-sg2veUTGxL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1d1c22;
}
.cid-sg2veUTGxL .card-img {
  background-color: #fff;
}
.cid-sg2veUTGxL .card-box {
  background-color: #1d1c22;
  padding: 2rem;
}
.cid-sg2veUTGxL h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sg2veUTGxL p {
  text-align: left;
}
.cid-sg2veUTGxL .mbr-text {
  color: #ffffff;
}
.cid-sg2veUTGxL .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sg2veUTGxL .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-sg2veUTGxL .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-sg2veUTGxL .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-sg1P5gMxcQ {
  background: #ffffff;
}
.cid-sg1P5gMxcQ .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sg1P5gMxcQ .mbr-figure {
  margin: 0 auto;
}
.cid-sg1P5gMxcQ figcaption {
  position: relative;
}
.cid-sg1P5gMxcQ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sg1P5gMxcQ .image-block {
    width: 100% !important;
  }
}
.cid-sg1P5h2JOD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1d1c22;
}
.cid-sg1P5h2JOD H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sg1P5h2JOD P {
  text-align: left;
  color: #ffffff;
}
.cid-sg1P5h2JOD H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sg1P5hnRFS {
  background: #ffffff;
}
.cid-sg1P5hnRFS .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sg1P5hnRFS .mbr-figure {
  margin: 0 auto;
}
.cid-sg1P5hnRFS figcaption {
  position: relative;
}
.cid-sg1P5hnRFS figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sg1P5hnRFS .image-block {
    width: 100% !important;
  }
}
.cid-sg1P5hFp22 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1d1c22;
}
.cid-sg1P5hFp22 H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sg1P5hFp22 P {
  text-align: left;
  color: #ffffff;
}
.cid-sg1P5hFp22 H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sg1P5hYyiG {
  background: #ffffff;
}
.cid-sg1P5hYyiG .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sg1P5hYyiG .mbr-figure {
  margin: 0 auto;
}
.cid-sg1P5hYyiG figcaption {
  position: relative;
}
.cid-sg1P5hYyiG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sg1P5hYyiG .image-block {
    width: 100% !important;
  }
}
.cid-sg1P5ic04u {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e5e6fb;
}
.cid-sg1P5ic04u H3 {
  color: #232323;
  text-align: left;
}
.cid-sg1P5ic04u P {
  text-align: left;
  color: #232323;
}
.cid-sg1P5ic04u H1 {
  text-align: left;
  color: #232323;
}
.cid-sg1P5iuhTb {
  background: #ffffff;
}
.cid-sg1P5iuhTb .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sg1P5iuhTb .mbr-figure {
  margin: 0 auto;
}
.cid-sg1P5iuhTb figcaption {
  position: relative;
}
.cid-sg1P5iuhTb figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sg1P5iuhTb .image-block {
    width: 100% !important;
  }
}
.cid-sg1P5iKVaN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e5e6fb;
}
.cid-sg1P5iKVaN H3 {
  color: #232323;
  text-align: left;
}
.cid-sg1P5iKVaN P {
  text-align: left;
  color: #232323;
}
.cid-sg1P5iKVaN H1 {
  text-align: left;
  color: #232323;
}
.cid-sg1P5j4wHy {
  background: #ffffff;
}
.cid-sg1P5j4wHy .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sg1P5j4wHy .mbr-figure {
  margin: 0 auto;
}
.cid-sg1P5j4wHy figcaption {
  position: relative;
}
.cid-sg1P5j4wHy figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sg1P5j4wHy .image-block {
    width: 100% !important;
  }
}
.cid-sgdpCIjEx9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-sahCossa7x {
  background: #ffffff;
}
.cid-sahCossa7x .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sahCossa7x .mbr-figure {
  margin: 0 auto;
}
.cid-sahCossa7x figcaption {
  position: relative;
}
.cid-sahCossa7x figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sahCossa7x .image-block {
    width: 100% !important;
  }
}
.cid-sahCosNZaQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #182337;
}
.cid-sahCosNZaQ H3 {
  color: #db0730;
  text-align: left;
}
.cid-sahCosNZaQ P {
  text-align: center;
}
.cid-sahCosNZaQ H1 {
  text-align: left;
}
.cid-sahCotluuL {
  background: #ffffff;
}
.cid-sahCotluuL .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sahCotluuL .mbr-figure {
  margin: 0 auto;
}
.cid-sahCotluuL figcaption {
  position: relative;
}
.cid-sahCotluuL figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sahCotluuL .image-block {
    width: 100% !important;
  }
}
.cid-sahCotBlkb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #182337;
}
.cid-sahCotBlkb H3 {
  color: #efee1b;
  text-align: left;
}
.cid-sahCotBlkb P {
  text-align: left;
}
.cid-sahCotBlkb H1 {
  text-align: left;
}
.cid-sahCotXWZQ {
  background: #ffffff;
}
.cid-sahCotXWZQ .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sahCotXWZQ .mbr-figure {
  margin: 0 auto;
}
.cid-sahCotXWZQ figcaption {
  position: relative;
}
.cid-sahCotXWZQ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sahCotXWZQ .image-block {
    width: 100% !important;
  }
}
.cid-sahCoudC8u {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sahCoudC8u .card-img {
  background-color: #fff;
}
.cid-sahCoudC8u .card-box {
  background-color: #000000;
  padding: 2rem;
}
.cid-sahCoudC8u h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sahCoudC8u p {
  text-align: left;
}
.cid-sahCoudC8u .mbr-text {
  color: #ffffff;
}
.cid-sahCoudC8u .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sahCoudC8u .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-sahCoudC8u .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-sahCoudC8u .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-sahCouVC7S {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #182337;
}
.cid-sahCouVC7S H3 {
  color: #efee1b;
  text-align: left;
}
.cid-sahCouVC7S P {
  text-align: left;
}
.cid-sahCouVC7S H1 {
  text-align: left;
}
.cid-sahCovg1WE {
  background: #ffffff;
}
.cid-sahCovg1WE .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sahCovg1WE .mbr-figure {
  margin: 0 auto;
}
.cid-sahCovg1WE figcaption {
  position: relative;
}
.cid-sahCovg1WE figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sahCovg1WE .image-block {
    width: 100% !important;
  }
}
.cid-sahCovyQ5y {
  background: #ffffff;
}
.cid-sahCovyQ5y .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sahCovyQ5y .mbr-figure {
  margin: 0 auto;
}
.cid-sahCovyQ5y figcaption {
  position: relative;
}
.cid-sahCovyQ5y figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sahCovyQ5y .image-block {
    width: 100% !important;
  }
}
.cid-sahCovPHOZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #182337;
}
.cid-sahCovPHOZ H3 {
  color: #efee1b;
  text-align: left;
}
.cid-sahCovPHOZ P {
  text-align: left;
}
.cid-sahCovPHOZ H1 {
  text-align: left;
}
.cid-sahCowl3Ym {
  background: #ffffff;
}
.cid-sahCowl3Ym .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sahCowl3Ym .mbr-figure {
  margin: 0 auto;
}
.cid-sahCowl3Ym figcaption {
  position: relative;
}
.cid-sahCowl3Ym figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sahCowl3Ym .image-block {
    width: 100% !important;
  }
}
.cid-sahCowCO52 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #182337;
}
.cid-sahCowCO52 H3 {
  color: #efee1b;
  text-align: left;
}
.cid-sahCowCO52 P {
  text-align: left;
}
.cid-sahCowCO52 H1 {
  text-align: left;
}
.cid-sahCowYGME {
  background: #ffffff;
}
.cid-sahCowYGME .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sahCowYGME .mbr-figure {
  margin: 0 auto;
}
.cid-sahCowYGME figcaption {
  position: relative;
}
.cid-sahCowYGME figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sahCowYGME .image-block {
    width: 100% !important;
  }
}
.cid-sahCoxgs5B {
  background: #ffffff;
}
.cid-sahCoxgs5B .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sahCoxgs5B .mbr-figure {
  margin: 0 auto;
}
.cid-sahCoxgs5B figcaption {
  position: relative;
}
.cid-sahCoxgs5B figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sahCoxgs5B .image-block {
    width: 100% !important;
  }
}
.cid-sahCoxyltv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #182337;
}
.cid-sahCoxyltv H3 {
  color: #efee1b;
  text-align: left;
}
.cid-sahCoxyltv P {
  text-align: left;
}
.cid-sahCoxyltv H1 {
  text-align: left;
}
.cid-sahCoxWK2V {
  background: #ffffff;
}
.cid-sahCoxWK2V .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sahCoxWK2V .mbr-figure {
  margin: 0 auto;
}
.cid-sahCoxWK2V figcaption {
  position: relative;
}
.cid-sahCoxWK2V figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sahCoxWK2V .image-block {
    width: 100% !important;
  }
}
.cid-sahCoyesHD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #182337;
}
.cid-sahCoyesHD H3 {
  color: #efee1b;
  text-align: left;
}
.cid-sahCoyesHD P {
  text-align: left;
}
.cid-sahCoyesHD H1 {
  text-align: left;
}
.cid-sahCoyBd3D {
  background: #ffffff;
}
.cid-sahCoyBd3D .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sahCoyBd3D .mbr-figure {
  margin: 0 auto;
}
.cid-sahCoyBd3D figcaption {
  position: relative;
}
.cid-sahCoyBd3D figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sahCoyBd3D .image-block {
    width: 100% !important;
  }
}
.cid-sahCoySLru {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #182337;
}
.cid-sahCoySLru H3 {
  color: #efee1b;
  text-align: left;
}
.cid-sahCoySLru P {
  text-align: left;
}
.cid-sahCoySLru H1 {
  text-align: left;
}
.cid-sahCozdygq {
  background: #ffffff;
}
.cid-sahCozdygq .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sahCozdygq .mbr-figure {
  margin: 0 auto;
}
.cid-sahCozdygq figcaption {
  position: relative;
}
.cid-sahCozdygq figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sahCozdygq .image-block {
    width: 100% !important;
  }
}
.cid-sahCozAkZB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #182337;
}
.cid-sahCozAkZB H3 {
  color: #efee1b;
  text-align: left;
}
.cid-sahCozAkZB P {
  text-align: left;
}
.cid-sahCozAkZB H1 {
  text-align: left;
}
.cid-sahCozVpJm {
  background: #ffffff;
}
.cid-sahCozVpJm .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sahCozVpJm .mbr-figure {
  margin: 0 auto;
}
.cid-sahCozVpJm figcaption {
  position: relative;
}
.cid-sahCozVpJm figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sahCozVpJm .image-block {
    width: 100% !important;
  }
}
.cid-sahCoAc3Zs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #182337;
}
.cid-sahCoAc3Zs H3 {
  color: #efee1b;
  text-align: left;
}
.cid-sahCoAc3Zs P {
  text-align: left;
}
.cid-sahCoAc3Zs H1 {
  text-align: left;
}
.cid-sahCoAydCv {
  background: #ffffff;
}
.cid-sahCoAydCv .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sahCoAydCv .mbr-figure {
  margin: 0 auto;
}
.cid-sahCoAydCv figcaption {
  position: relative;
}
.cid-sahCoAydCv figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sahCoAydCv .image-block {
    width: 100% !important;
  }
}
.cid-sgdpAkhUSc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-sacSQMBdxP {
  background: #ffffff;
}
.cid-sacSQMBdxP .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sacSQMBdxP .mbr-figure {
  margin: 0 auto;
}
.cid-sacSQMBdxP figcaption {
  position: relative;
}
.cid-sacSQMBdxP figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sacSQMBdxP .image-block {
    width: 100% !important;
  }
}
.cid-sacSQNkKPv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #182337;
}
.cid-sacSQNkKPv H3 {
  color: #db0730;
  text-align: left;
}
.cid-sacSQNkKPv P {
  text-align: center;
}
.cid-sacSQNkKPv H1 {
  text-align: left;
}
.cid-sacSQNJwaz {
  background: #ffffff;
}
.cid-sacSQNJwaz .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sacSQNJwaz .mbr-figure {
  margin: 0 auto;
}
.cid-sacSQNJwaz figcaption {
  position: relative;
}
.cid-sacSQNJwaz figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sacSQNJwaz .image-block {
    width: 100% !important;
  }
}
.cid-sacSQO4IkY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #182337;
}
.cid-sacSQO4IkY H3 {
  color: #efee1b;
  text-align: left;
}
.cid-sacSQO4IkY P {
  text-align: left;
}
.cid-sacSQO4IkY H1 {
  text-align: left;
}
.cid-sacSQOtecn {
  background: #ffffff;
}
.cid-sacSQOtecn .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sacSQOtecn .mbr-figure {
  margin: 0 auto;
}
.cid-sacSQOtecn figcaption {
  position: relative;
}
.cid-sacSQOtecn figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sacSQOtecn .image-block {
    width: 100% !important;
  }
}
.cid-sacSQOLZIr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sacSQOLZIr .card-img {
  background-color: #fff;
}
.cid-sacSQOLZIr .card-box {
  background-color: #000000;
  padding: 2rem;
}
.cid-sacSQOLZIr h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sacSQOLZIr p {
  text-align: left;
}
.cid-sacSQOLZIr .mbr-text {
  color: #ffffff;
}
.cid-sacSQOLZIr .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sacSQOLZIr .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-sacSQOLZIr .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-sacSQOLZIr .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-sacSQPv5b3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #182337;
}
.cid-sacSQPv5b3 H3 {
  color: #efee1b;
  text-align: left;
}
.cid-sacSQPv5b3 P {
  text-align: left;
}
.cid-sacSQPv5b3 H1 {
  text-align: left;
}
.cid-sacSQPTFQj {
  background: #ffffff;
}
.cid-sacSQPTFQj .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sacSQPTFQj .mbr-figure {
  margin: 0 auto;
}
.cid-sacSQPTFQj figcaption {
  position: relative;
}
.cid-sacSQPTFQj figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sacSQPTFQj .image-block {
    width: 100% !important;
  }
}
.cid-sacSQQbSPm {
  background: #ffffff;
}
.cid-sacSQQbSPm .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sacSQQbSPm .mbr-figure {
  margin: 0 auto;
}
.cid-sacSQQbSPm figcaption {
  position: relative;
}
.cid-sacSQQbSPm figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sacSQQbSPm .image-block {
    width: 100% !important;
  }
}
.cid-sacSQQuIIe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #182337;
}
.cid-sacSQQuIIe H3 {
  color: #efee1b;
  text-align: left;
}
.cid-sacSQQuIIe P {
  text-align: left;
}
.cid-sacSQQuIIe H1 {
  text-align: left;
}
.cid-sacSQQYoZi {
  background: #ffffff;
}
.cid-sacSQQYoZi .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sacSQQYoZi .mbr-figure {
  margin: 0 auto;
}
.cid-sacSQQYoZi figcaption {
  position: relative;
}
.cid-sacSQQYoZi figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sacSQQYoZi .image-block {
    width: 100% !important;
  }
}
.cid-sacSQRhxdb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #182337;
}
.cid-sacSQRhxdb H3 {
  color: #efee1b;
  text-align: left;
}
.cid-sacSQRhxdb P {
  text-align: left;
}
.cid-sacSQRhxdb H1 {
  text-align: left;
}
.cid-sacSQRIJvi {
  background: #ffffff;
}
.cid-sacSQRIJvi .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sacSQRIJvi .mbr-figure {
  margin: 0 auto;
}
.cid-sacSQRIJvi figcaption {
  position: relative;
}
.cid-sacSQRIJvi figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sacSQRIJvi .image-block {
    width: 100% !important;
  }
}
.cid-sacSQS1wwU {
  background: #ffffff;
}
.cid-sacSQS1wwU .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sacSQS1wwU .mbr-figure {
  margin: 0 auto;
}
.cid-sacSQS1wwU figcaption {
  position: relative;
}
.cid-sacSQS1wwU figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sacSQS1wwU .image-block {
    width: 100% !important;
  }
}
.cid-sacSQSjcM0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #182337;
}
.cid-sacSQSjcM0 H3 {
  color: #efee1b;
  text-align: left;
}
.cid-sacSQSjcM0 P {
  text-align: left;
}
.cid-sacSQSjcM0 H1 {
  text-align: left;
}
.cid-sacSQSIoqp {
  background: #ffffff;
}
.cid-sacSQSIoqp .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sacSQSIoqp .mbr-figure {
  margin: 0 auto;
}
.cid-sacSQSIoqp figcaption {
  position: relative;
}
.cid-sacSQSIoqp figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sacSQSIoqp .image-block {
    width: 100% !important;
  }
}
.cid-sacSQT0YlF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #182337;
}
.cid-sacSQT0YlF H3 {
  color: #efee1b;
  text-align: left;
}
.cid-sacSQT0YlF P {
  text-align: left;
}
.cid-sacSQT0YlF H1 {
  text-align: left;
}
.cid-sacSQTqI2J {
  background: #ffffff;
}
.cid-sacSQTqI2J .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sacSQTqI2J .mbr-figure {
  margin: 0 auto;
}
.cid-sacSQTqI2J figcaption {
  position: relative;
}
.cid-sacSQTqI2J figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sacSQTqI2J .image-block {
    width: 100% !important;
  }
}
.cid-sacSQTII8e {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #182337;
}
.cid-sacSQTII8e H3 {
  color: #efee1b;
  text-align: left;
}
.cid-sacSQTII8e P {
  text-align: left;
}
.cid-sacSQTII8e H1 {
  text-align: left;
}
.cid-sacSQU5MEU {
  background: #ffffff;
}
.cid-sacSQU5MEU .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sacSQU5MEU .mbr-figure {
  margin: 0 auto;
}
.cid-sacSQU5MEU figcaption {
  position: relative;
}
.cid-sacSQU5MEU figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sacSQU5MEU .image-block {
    width: 100% !important;
  }
}
.cid-sacSQUtMWS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #182337;
}
.cid-sacSQUtMWS H3 {
  color: #efee1b;
  text-align: left;
}
.cid-sacSQUtMWS P {
  text-align: left;
}
.cid-sacSQUtMWS H1 {
  text-align: left;
}
.cid-sacSQUSJN2 {
  background: #ffffff;
}
.cid-sacSQUSJN2 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sacSQUSJN2 .mbr-figure {
  margin: 0 auto;
}
.cid-sacSQUSJN2 figcaption {
  position: relative;
}
.cid-sacSQUSJN2 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sacSQUSJN2 .image-block {
    width: 100% !important;
  }
}
.cid-sacSQValBe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #182337;
}
.cid-sacSQValBe H3 {
  color: #efee1b;
  text-align: left;
}
.cid-sacSQValBe P {
  text-align: left;
}
.cid-sacSQValBe H1 {
  text-align: left;
}
.cid-sacSQVyqxB {
  background: #ffffff;
}
.cid-sacSQVyqxB .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sacSQVyqxB .mbr-figure {
  margin: 0 auto;
}
.cid-sacSQVyqxB figcaption {
  position: relative;
}
.cid-sacSQVyqxB figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sacSQVyqxB .image-block {
    width: 100% !important;
  }
}
.cid-s4Bz2c2RnB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-s4Bz2cyR2r {
  background: #ffffff;
}
.cid-s4Bz2cyR2r .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4Bz2cyR2r .mbr-figure {
  margin: 0 auto;
}
.cid-s4Bz2cyR2r figcaption {
  position: relative;
}
.cid-s4Bz2cyR2r figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4Bz2cyR2r .image-block {
    width: 100% !important;
  }
}
.cid-s4Bz2d1RGn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s4Bz2d1RGn H3 {
  color: #db0730;
  text-align: left;
}
.cid-s4Bz2d1RGn P {
  text-align: center;
}
.cid-s4Bz2d1RGn H1 {
  text-align: left;
}
.cid-s4BGHKGp6x {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s4BGHKGp6x H3 {
  color: #f3ad00;
  text-align: left;
}
.cid-s4BGHKGp6x P {
  text-align: left;
}
.cid-s4BGHKGp6x H1 {
  text-align: left;
}
.cid-s4Bz2dMltH {
  background: #ffffff;
}
.cid-s4Bz2dMltH .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4Bz2dMltH .mbr-figure {
  margin: 0 auto;
}
.cid-s4Bz2dMltH figcaption {
  position: relative;
}
.cid-s4Bz2dMltH figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4Bz2dMltH .image-block {
    width: 100% !important;
  }
}
.cid-s4Bz2ejJis {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s4Bz2ejJis H3 {
  color: #f3ad00;
  text-align: left;
}
.cid-s4Bz2ejJis P {
  text-align: left;
}
.cid-s4Bz2ejJis H1 {
  text-align: left;
}
.cid-s4Bz2fgZMG {
  background: #ffffff;
}
.cid-s4Bz2fgZMG .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4Bz2fgZMG .mbr-figure {
  margin: 0 auto;
}
.cid-s4Bz2fgZMG figcaption {
  position: relative;
}
.cid-s4Bz2fgZMG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4Bz2fgZMG .image-block {
    width: 100% !important;
  }
}
.cid-s4Bz2fXNB7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s4Bz2fXNB7 H3 {
  color: #f3ad00;
  text-align: left;
}
.cid-s4Bz2fXNB7 P {
  text-align: left;
}
.cid-s4Bz2fXNB7 H1 {
  text-align: left;
}
.cid-s4Bz2gXbRP .modal-body .close {
  background: #1b1b1b;
}
.cid-s4Bz2gXbRP .modal-body .close span {
  font-style: normal;
}
.cid-s4Bz2gXbRP .carousel-inner > .active,
.cid-s4Bz2gXbRP .carousel-inner > .next,
.cid-s4Bz2gXbRP .carousel-inner > .prev {
  display: table;
}
.cid-s4Bz2gXbRP .carousel-control .icon-next,
.cid-s4Bz2gXbRP .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-s4Bz2gXbRP .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s4Bz2gXbRP .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-s4Bz2gXbRP .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-s4Bz2gXbRP .boxed-slider > div {
  position: relative;
}
.cid-s4Bz2gXbRP .container img {
  width: 100%;
}
.cid-s4Bz2gXbRP .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-s4Bz2gXbRP .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-s4Bz2gXbRP .mbr-table-cell {
  padding: 0;
}
.cid-s4Bz2gXbRP .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-s4Bz2gXbRP .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-s4Bz2gXbRP .mbr-overlay {
  z-index: 1;
}
.cid-s4Bz2gXbRP .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-s4Bz2gXbRP .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-s4Bz2gXbRP .carousel-item .container {
    width: 100%;
  }
}
.cid-s4Bz2gXbRP .carousel-item-next.carousel-item-left,
.cid-s4Bz2gXbRP .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-s4Bz2gXbRP .active.carousel-item-right,
.cid-s4Bz2gXbRP .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-s4Bz2gXbRP .active.carousel-item-left,
.cid-s4Bz2gXbRP .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-s4Bz2gXbRP .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-s4Bz2gXbRP .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s4Bz2gXbRP .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s4Bz2gXbRP .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-s4Bz2gXbRP .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-s4Bz2gXbRP .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-s4Bz2gXbRP .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-s4Bz2gXbRP .mbr-slider .carousel-indicators li.active,
.cid-s4Bz2gXbRP .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-s4Bz2gXbRP .mbr-slider .carousel-indicators li::after,
.cid-s4Bz2gXbRP .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-s4Bz2gXbRP .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-s4Bz2gXbRP .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-s4Bz2gXbRP .mbr-slider > .container img {
  width: 100%;
}
.cid-s4Bz2gXbRP .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-s4Bz2gXbRP .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-s4Bz2gXbRP .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-s4Bz2gXbRP .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-s4Bz2gXbRP .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-s4Bz2gXbRP .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-s4Bz2gXbRP .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-s4Bz2gXbRP .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-s4Bz2gXbRP .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-s4Bz2gXbRP .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-s4Bz2gXbRP .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-s4Bz2gXbRP .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-s4Bz2gXbRP .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-s4Bz2hweyA {
  background: #ffffff;
}
.cid-s4Bz2hweyA .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4Bz2hweyA .mbr-figure {
  margin: 0 auto;
}
.cid-s4Bz2hweyA figcaption {
  position: relative;
}
.cid-s4Bz2hweyA figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4Bz2hweyA .image-block {
    width: 100% !important;
  }
}
.cid-s4Bz2i2pEe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s4Bz2i2pEe H3 {
  color: #f3ad00;
  text-align: left;
}
.cid-s4Bz2i2pEe P {
  text-align: left;
}
.cid-s4Bz2i2pEe H1 {
  text-align: left;
}
.cid-s4BHcxfd7j {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s4BHcxfd7j .card-img {
  background-color: #fff;
}
.cid-s4BHcxfd7j .card-box {
  background-color: #000000;
  padding: 2rem;
}
.cid-s4BHcxfd7j h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s4BHcxfd7j p {
  text-align: left;
}
.cid-s4BHcxfd7j .mbr-text {
  color: #ffffff;
}
.cid-s4BHcxfd7j .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s4BHcxfd7j .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-s4BHcxfd7j .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-s4BHcxfd7j .card-title {
  color: #f3ad00;
  text-align: left;
}
.cid-s4Bz2j1IsZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s4Bz2j1IsZ H3 {
  color: #f3ad00;
  text-align: left;
}
.cid-s4Bz2j1IsZ P {
  text-align: left;
}
.cid-s4Bz2j1IsZ H1 {
  text-align: left;
}
.cid-s4Bz2jxCVw {
  background: #ffffff;
}
.cid-s4Bz2jxCVw .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4Bz2jxCVw .mbr-figure {
  margin: 0 auto;
}
.cid-s4Bz2jxCVw figcaption {
  position: relative;
}
.cid-s4Bz2jxCVw figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4Bz2jxCVw .image-block {
    width: 100% !important;
  }
}
.cid-s4Bz2jYHO3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s4Bz2jYHO3 H3 {
  color: #f3ad00;
  text-align: left;
}
.cid-s4Bz2jYHO3 P {
  text-align: left;
}
.cid-s4Bz2jYHO3 H1 {
  text-align: left;
}
.cid-s4Bz2kp1m9 {
  background: #ffffff;
}
.cid-s4Bz2kp1m9 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4Bz2kp1m9 .mbr-figure {
  margin: 0 auto;
}
.cid-s4Bz2kp1m9 figcaption {
  position: relative;
}
.cid-s4Bz2kp1m9 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4Bz2kp1m9 .image-block {
    width: 100% !important;
  }
}
.cid-s4Bz2kMhSQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s4Bz2kMhSQ H3 {
  color: #f3ad00;
  text-align: left;
}
.cid-s4Bz2kMhSQ P {
  text-align: left;
}
.cid-s4Bz2kMhSQ H1 {
  text-align: left;
}
.cid-s4Bz2ljeEV {
  background: #ffffff;
}
.cid-s4Bz2ljeEV .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4Bz2ljeEV .mbr-figure {
  margin: 0 auto;
}
.cid-s4Bz2ljeEV figcaption {
  position: relative;
}
.cid-s4Bz2ljeEV figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4Bz2ljeEV .image-block {
    width: 100% !important;
  }
}
.cid-s4Bz2lIUKd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s4Bz2lIUKd H3 {
  color: #f3ad00;
  text-align: left;
}
.cid-s4Bz2lIUKd P {
  text-align: left;
}
.cid-s4Bz2lIUKd H1 {
  text-align: left;
}
.cid-s4Bz2mhwdf {
  background: #ffffff;
}
.cid-s4Bz2mhwdf .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4Bz2mhwdf .mbr-figure {
  margin: 0 auto;
}
.cid-s4Bz2mhwdf figcaption {
  position: relative;
}
.cid-s4Bz2mhwdf figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4Bz2mhwdf .image-block {
    width: 100% !important;
  }
}
.cid-s4Bz2mGLuK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s4Bz2mGLuK H3 {
  color: #f3ad00;
  text-align: left;
}
.cid-s4Bz2mGLuK P {
  text-align: left;
}
.cid-s4Bz2mGLuK H1 {
  text-align: left;
}
.cid-s4Bz2ncSzb {
  background: #ffffff;
}
.cid-s4Bz2ncSzb .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4Bz2ncSzb .mbr-figure {
  margin: 0 auto;
}
.cid-s4Bz2ncSzb figcaption {
  position: relative;
}
.cid-s4Bz2ncSzb figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4Bz2ncSzb .image-block {
    width: 100% !important;
  }
}
.cid-s4Bz2nCCT5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s4Bz2nCCT5 H3 {
  color: #f3ad00;
  text-align: left;
}
.cid-s4Bz2nCCT5 P {
  text-align: left;
}
.cid-s4Bz2nCCT5 H1 {
  text-align: left;
}
.cid-s4Bz2o71ZS {
  background: #ffffff;
}
.cid-s4Bz2o71ZS .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4Bz2o71ZS .mbr-figure {
  margin: 0 auto;
}
.cid-s4Bz2o71ZS figcaption {
  position: relative;
}
.cid-s4Bz2o71ZS figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4Bz2o71ZS .image-block {
    width: 100% !important;
  }
}
.cid-s4Bz2oBiN0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s4Bz2oBiN0 H3 {
  color: #f3ad00;
  text-align: left;
}
.cid-s4Bz2oBiN0 P {
  text-align: left;
}
.cid-s4Bz2oBiN0 H1 {
  text-align: left;
}
.cid-s4Bz2p7SxP {
  background: #ffffff;
}
.cid-s4Bz2p7SxP .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4Bz2p7SxP .mbr-figure {
  margin: 0 auto;
}
.cid-s4Bz2p7SxP figcaption {
  position: relative;
}
.cid-s4Bz2p7SxP figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4Bz2p7SxP .image-block {
    width: 100% !important;
  }
}
.cid-s4Bz2pzIAc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s4Bz2pzIAc H3 {
  color: #f3ad00;
  text-align: left;
}
.cid-s4Bz2pzIAc P {
  text-align: left;
}
.cid-s4Bz2pzIAc H1 {
  text-align: left;
}
.cid-s4Bz2qeXZ3 {
  background: #ffffff;
}
.cid-s4Bz2qeXZ3 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4Bz2qeXZ3 .mbr-figure {
  margin: 0 auto;
}
.cid-s4Bz2qeXZ3 figcaption {
  position: relative;
}
.cid-s4Bz2qeXZ3 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4Bz2qeXZ3 .image-block {
    width: 100% !important;
  }
}
.cid-s4CO3uXsYq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-s4Hu4PplaN {
  background: #ffffff;
}
.cid-s4Hu4PplaN .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4Hu4PplaN .mbr-figure {
  margin: 0 auto;
}
.cid-s4Hu4PplaN figcaption {
  position: relative;
}
.cid-s4Hu4PplaN figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4Hu4PplaN .image-block {
    width: 100% !important;
  }
}
.cid-s4Hu66oZQF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s4Hu66oZQF H3 {
  color: #db0730;
  text-align: left;
}
.cid-s4Hu66oZQF P {
  text-align: center;
}
.cid-s4Hu66oZQF H1 {
  text-align: left;
}
.cid-s4HwOsKU1Y {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s4HwOsKU1Y H3 {
  color: #db0730;
  text-align: left;
}
.cid-s4HwOsKU1Y P {
  text-align: left;
}
.cid-s4HwOsKU1Y H1 {
  text-align: left;
}
.cid-s4HxpBBfq0 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #000000;
}
.cid-s4HxpBBfq0 .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-s4HxpBBfq0 .modal-body .close {
  background: #1b1b1b;
}
.cid-s4HxpBBfq0 .modal-body .close span {
  font-style: normal;
}
.cid-s4HxpBBfq0 .carousel-inner > .active,
.cid-s4HxpBBfq0 .carousel-inner > .next,
.cid-s4HxpBBfq0 .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-s4HxpBBfq0 .carousel-control .icon-next,
.cid-s4HxpBBfq0 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-s4HxpBBfq0 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s4HxpBBfq0 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-s4HxpBBfq0 .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-s4HxpBBfq0 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-s4HxpBBfq0 .boxed-slider > div {
  position: relative;
}
.cid-s4HxpBBfq0 .container img {
  width: 100%;
}
.cid-s4HxpBBfq0 .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-s4HxpBBfq0 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-s4HxpBBfq0 .mbr-table-cell {
  padding: 0;
}
.cid-s4HxpBBfq0 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-s4HxpBBfq0 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-s4HxpBBfq0 .mbr-overlay {
  z-index: 1;
}
.cid-s4HxpBBfq0 .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-s4HxpBBfq0 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-s4HxpBBfq0 .carousel-item .container {
    width: 100%;
  }
}
.cid-s4HxpBBfq0 .carousel-item-next.carousel-item-left,
.cid-s4HxpBBfq0 .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-s4HxpBBfq0 .active.carousel-item-right,
.cid-s4HxpBBfq0 .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-s4HxpBBfq0 .active.carousel-item-left,
.cid-s4HxpBBfq0 .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-s4HxpBBfq0 .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-s4HxpBBfq0 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s4HxpBBfq0 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s4HxpBBfq0 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-s4HxpBBfq0 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-s4HxpBBfq0 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-s4HxpBBfq0 .mbr-slider .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: .5;
  transition: all .3s;
}
.cid-s4HxpBBfq0 .mbr-slider .carousel-indicators li.active,
.cid-s4HxpBBfq0 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-s4HxpBBfq0 .mbr-slider .carousel-indicators li::after,
.cid-s4HxpBBfq0 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-s4HxpBBfq0 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-s4HxpBBfq0 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-s4HxpBBfq0 .mbr-slider > .container img {
  width: 100%;
}
.cid-s4HxpBBfq0 .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-s4HxpBBfq0 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-s4HxpBBfq0 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-s4HxpBBfq0 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-s4HxpBBfq0 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-s4HxpBBfq0 .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-s4HxpBBfq0 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-s4HxpBBfq0 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-s4HxpBBfq0 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-s4HxpBBfq0 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-s4HxpBBfq0 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-s4HxpBBfq0 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-s4HxpBBfq0 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-s4HxpBBfq0 .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-s4HxpBBfq0 .carousel-inner {
  height: 100%;
}
.cid-s4HxpBBfq0 .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-s4HxpBBfq0 .image_wrapper {
  height: 540px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-s4HxpBBfq0 .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-s4HxpBBfq0 .carousel-item .container-slide {
  text-align: center;
}
.cid-s4HxpBBfq0 .content-slider-wrap {
  width: 100%;
}
.cid-s4HBEDr7wG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s4HBEDr7wG H3 {
  color: #db0730;
  text-align: left;
}
.cid-s4HBEDr7wG P {
  text-align: left;
}
.cid-s4HBEDr7wG H1 {
  text-align: left;
}
.cid-s4HBFmRMen {
  background: #ffffff;
}
.cid-s4HBFmRMen .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4HBFmRMen .mbr-figure {
  margin: 0 auto;
}
.cid-s4HBFmRMen figcaption {
  position: relative;
}
.cid-s4HBFmRMen figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4HBFmRMen .image-block {
    width: 100% !important;
  }
}
.cid-s4HNYzgWqq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s4HNYzgWqq H3 {
  color: #ffffff;
  text-align: left;
}
.cid-s4HNYzgWqq P {
  text-align: left;
}
.cid-s4HNYzgWqq H1 {
  text-align: left;
  color: #db0730;
}
.cid-s4HO9E4QBN {
  background: #ffffff;
}
.cid-s4HO9E4QBN .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4HO9E4QBN .mbr-figure {
  margin: 0 auto;
}
.cid-s4HO9E4QBN figcaption {
  position: relative;
}
.cid-s4HO9E4QBN figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4HO9E4QBN .image-block {
    width: 100% !important;
  }
}
.cid-s4HOgt0lKJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s4HOgt0lKJ H3 {
  color: #ffffff;
  text-align: left;
}
.cid-s4HOgt0lKJ P {
  text-align: left;
}
.cid-s4HOgt0lKJ H1 {
  text-align: left;
  color: #db0730;
}
.cid-s4HOhZwvuF {
  background: #ffffff;
}
.cid-s4HOhZwvuF .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4HOhZwvuF .mbr-figure {
  margin: 0 auto;
}
.cid-s4HOhZwvuF figcaption {
  position: relative;
}
.cid-s4HOhZwvuF figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4HOhZwvuF .image-block {
    width: 100% !important;
  }
}
.cid-s4HOwbMFeP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s4HOwbMFeP H3 {
  color: #ffffff;
  text-align: left;
}
.cid-s4HOwbMFeP P {
  text-align: left;
}
.cid-s4HOwbMFeP H1 {
  text-align: left;
  color: #db0730;
}
.cid-s4HOGgGsZZ {
  background: #ffffff;
}
.cid-s4HOGgGsZZ .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4HOGgGsZZ .mbr-figure {
  margin: 0 auto;
}
.cid-s4HOGgGsZZ figcaption {
  position: relative;
}
.cid-s4HOGgGsZZ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4HOGgGsZZ .image-block {
    width: 100% !important;
  }
}
.cid-s4HOM3bBfP {
  background: #ffffff;
}
.cid-s4HOM3bBfP .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4HOM3bBfP .mbr-figure {
  margin: 0 auto;
}
.cid-s4HOM3bBfP figcaption {
  position: relative;
}
.cid-s4HOM3bBfP figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4HOM3bBfP .image-block {
    width: 100% !important;
  }
}
.cid-s4HOJJ3b3N {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s4HOJJ3b3N H3 {
  color: #db0730;
  text-align: left;
}
.cid-s4HOJJ3b3N P {
  text-align: left;
}
.cid-s4HOJJ3b3N H1 {
  text-align: left;
}
.cid-s4HOVoD1EG {
  background: #ffffff;
}
.cid-s4HOVoD1EG .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4HOVoD1EG .mbr-figure {
  margin: 0 auto;
}
.cid-s4HOVoD1EG figcaption {
  position: relative;
}
.cid-s4HOVoD1EG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4HOVoD1EG .image-block {
    width: 100% !important;
  }
}
.cid-s4HOZDEnQi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s4HOZDEnQi H3 {
  color: #ffffff;
  text-align: left;
}
.cid-s4HOZDEnQi P {
  text-align: left;
}
.cid-s4HOZDEnQi H1 {
  text-align: left;
  color: #db0730;
}
.cid-s4HP6D9SF6 {
  background: #ffffff;
}
.cid-s4HP6D9SF6 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4HP6D9SF6 .mbr-figure {
  margin: 0 auto;
}
.cid-s4HP6D9SF6 figcaption {
  position: relative;
}
.cid-s4HP6D9SF6 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4HP6D9SF6 .image-block {
    width: 100% !important;
  }
}
.cid-s4HP9H7Ojm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s4HP9H7Ojm H3 {
  color: #ffffff;
  text-align: left;
}
.cid-s4HP9H7Ojm P {
  text-align: left;
}
.cid-s4HP9H7Ojm H1 {
  text-align: left;
  color: #db0730;
}
.cid-s4HPijsSDc {
  background: #ffffff;
}
.cid-s4HPijsSDc .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4HPijsSDc .mbr-figure {
  margin: 0 auto;
}
.cid-s4HPijsSDc figcaption {
  position: relative;
}
.cid-s4HPijsSDc figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4HPijsSDc .image-block {
    width: 100% !important;
  }
}
.cid-s4HPmVZURm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s4HPmVZURm H3 {
  color: #ffffff;
  text-align: left;
}
.cid-s4HPmVZURm P {
  text-align: left;
}
.cid-s4HPmVZURm H1 {
  text-align: left;
  color: #db0730;
}
.cid-s4HPwsISMs {
  background: #ffffff;
}
.cid-s4HPwsISMs .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4HPwsISMs .mbr-figure {
  margin: 0 auto;
}
.cid-s4HPwsISMs figcaption {
  position: relative;
}
.cid-s4HPwsISMs figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4HPwsISMs .image-block {
    width: 100% !important;
  }
}
.cid-s4HQchDm3B {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s4HQchDm3B H3 {
  color: #ffffff;
  text-align: left;
}
.cid-s4HQchDm3B P {
  text-align: left;
}
.cid-s4HQchDm3B H1 {
  text-align: left;
  color: #db0730;
}
.cid-s4HQiNDUIh {
  background: #ffffff;
}
.cid-s4HQiNDUIh .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4HQiNDUIh .mbr-figure {
  margin: 0 auto;
}
.cid-s4HQiNDUIh figcaption {
  position: relative;
}
.cid-s4HQiNDUIh figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4HQiNDUIh .image-block {
    width: 100% !important;
  }
}
.cid-s4HQlbs3Cy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s4HQlbs3Cy H3 {
  color: #ffffff;
  text-align: left;
}
.cid-s4HQlbs3Cy P {
  text-align: left;
}
.cid-s4HQlbs3Cy H1 {
  text-align: left;
  color: #db0730;
}
.cid-s4HQrR3xXD {
  background: #ffffff;
}
.cid-s4HQrR3xXD .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4HQrR3xXD .mbr-figure {
  margin: 0 auto;
}
.cid-s4HQrR3xXD figcaption {
  position: relative;
}
.cid-s4HQrR3xXD figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4HQrR3xXD .image-block {
    width: 100% !important;
  }
}
.cid-s4HQunmtJT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s4HQunmtJT H3 {
  color: #ffffff;
  text-align: left;
}
.cid-s4HQunmtJT P {
  text-align: left;
}
.cid-s4HQunmtJT H1 {
  text-align: left;
  color: #db0730;
}
.cid-s4HQCHFzwR {
  background: #ffffff;
}
.cid-s4HQCHFzwR .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4HQCHFzwR .mbr-figure {
  margin: 0 auto;
}
.cid-s4HQCHFzwR figcaption {
  position: relative;
}
.cid-s4HQCHFzwR figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4HQCHFzwR .image-block {
    width: 100% !important;
  }
}
.cid-rxIo65vBIR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-shPTCaRJhc {
  background: #ffffff;
}
.cid-shPTCaRJhc .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-shPTCaRJhc .mbr-figure {
  margin: 0 auto;
}
.cid-shPTCaRJhc figcaption {
  position: relative;
}
.cid-shPTCaRJhc figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-shPTCaRJhc .image-block {
    width: 100% !important;
  }
}
.cid-shQ4zn3Hk0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-shQ4zn3Hk0 H3 {
  color: #db0730;
  text-align: left;
}
.cid-shQ4zn3Hk0 P {
  text-align: center;
}
.cid-shQ4zn3Hk0 H1 {
  text-align: left;
}
.cid-shQ54y2XtO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-shQ54y2XtO H3 {
  color: #ffffff;
  text-align: left;
}
.cid-shQ54y2XtO P {
  text-align: left;
}
.cid-shQ54y2XtO H1 {
  text-align: left;
  color: #f19f86;
}
.cid-shPTPKN1Up {
  background: #ffffff;
}
.cid-shPTPKN1Up .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-shPTPKN1Up .mbr-figure {
  margin: 0 auto;
}
.cid-shPTPKN1Up figcaption {
  position: relative;
}
.cid-shPTPKN1Up figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-shPTPKN1Up .image-block {
    width: 100% !important;
  }
}
.cid-shQ5t6hdzi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-shQ5t6hdzi H3 {
  color: #ffffff;
  text-align: left;
}
.cid-shQ5t6hdzi P {
  text-align: left;
}
.cid-shQ5t6hdzi H1 {
  text-align: left;
  color: #f19f86;
}
.cid-shQ5ygkHE3 {
  background: #ffffff;
}
.cid-shQ5ygkHE3 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-shQ5ygkHE3 .mbr-figure {
  margin: 0 auto;
}
.cid-shQ5ygkHE3 figcaption {
  position: relative;
}
.cid-shQ5ygkHE3 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-shQ5ygkHE3 .image-block {
    width: 100% !important;
  }
}
.cid-shQ5G14hCt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-shQ5G14hCt H3 {
  color: #ffffff;
  text-align: left;
}
.cid-shQ5G14hCt P {
  text-align: left;
}
.cid-shQ5G14hCt H1 {
  text-align: left;
  color: #f19f86;
}
.cid-shQ5KF4F0W {
  background: #ffffff;
}
.cid-shQ5KF4F0W .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-shQ5KF4F0W .mbr-figure {
  margin: 0 auto;
}
.cid-shQ5KF4F0W figcaption {
  position: relative;
}
.cid-shQ5KF4F0W figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-shQ5KF4F0W .image-block {
    width: 100% !important;
  }
}
.cid-shQ6DBv7PG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-shQ6DBv7PG H3 {
  color: #ffffff;
  text-align: left;
}
.cid-shQ6DBv7PG P {
  text-align: left;
}
.cid-shQ6DBv7PG H1 {
  text-align: left;
  color: #f19f86;
}
.cid-shQ6OzJiOg {
  background: #ffffff;
}
.cid-shQ6OzJiOg .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-shQ6OzJiOg .mbr-figure {
  margin: 0 auto;
}
.cid-shQ6OzJiOg figcaption {
  position: relative;
}
.cid-shQ6OzJiOg figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-shQ6OzJiOg .image-block {
    width: 100% !important;
  }
}
.cid-shQ6XqjG7o {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-shQ6XqjG7o H3 {
  color: #ffffff;
  text-align: left;
}
.cid-shQ6XqjG7o P {
  text-align: left;
}
.cid-shQ6XqjG7o H1 {
  text-align: left;
  color: #f19f86;
}
.cid-shQ7djBDeE {
  background: #ffffff;
}
.cid-shQ7djBDeE .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-shQ7djBDeE .mbr-figure {
  margin: 0 auto;
}
.cid-shQ7djBDeE figcaption {
  position: relative;
}
.cid-shQ7djBDeE figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-shQ7djBDeE .image-block {
    width: 100% !important;
  }
}
.cid-shQ7kLAEs8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-shQ7kLAEs8 H3 {
  color: #ffffff;
  text-align: left;
}
.cid-shQ7kLAEs8 P {
  text-align: left;
}
.cid-shQ7kLAEs8 H1 {
  text-align: left;
  color: #f19f86;
}
.cid-shQ7ql4snD {
  background: #ffffff;
}
.cid-shQ7ql4snD .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-shQ7ql4snD .mbr-figure {
  margin: 0 auto;
}
.cid-shQ7ql4snD figcaption {
  position: relative;
}
.cid-shQ7ql4snD figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-shQ7ql4snD .image-block {
    width: 100% !important;
  }
}
.cid-shQ7wBxawo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-shQ7wBxawo H3 {
  color: #ffffff;
  text-align: left;
}
.cid-shQ7wBxawo P {
  text-align: left;
}
.cid-shQ7wBxawo H1 {
  text-align: left;
  color: #f19f86;
}
.cid-shQ7HzGn3l {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-shQ7HzGn3l .carousel {
  height: 800px;
}
.cid-shQ7HzGn3l .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-shQ7HzGn3l .carousel-item,
.cid-shQ7HzGn3l .carousel-inner {
  height: 100%;
}
.cid-shQ7HzGn3l .mbr-overlay {
  z-index: 1;
}
.cid-shQ7HzGn3l .carousel-caption {
  bottom: 40px;
}
.cid-shQ7HzGn3l .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-shQ7HzGn3l .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-shQ7HzGn3l .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-shQ7HzGn3l .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-shQ7HzGn3l .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-shQ7HzGn3l .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-shQ7HzGn3l .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-shQ7HzGn3l .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-shQ7HzGn3l .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-shQ7HzGn3l .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-shQ7HzGn3l .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-shQ7HzGn3l .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-shQ7HzGn3l .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-shQ7HzGn3l .carousel-indicators li.active,
.cid-shQ7HzGn3l .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-shQ7HzGn3l .carousel-indicators li::after,
.cid-shQ7HzGn3l .carousel-indicators li::before {
  content: none;
}
.cid-shQ7HzGn3l .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-shQ7HzGn3l .carousel-indicators {
    display: none !important;
  }
}
.cid-shQ8vDR6Hf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-shQ8vDR6Hf H3 {
  color: #ffffff;
  text-align: left;
}
.cid-shQ8vDR6Hf P {
  text-align: left;
}
.cid-shQ8vDR6Hf H1 {
  text-align: left;
  color: #f19f86;
}
.cid-shQ8AwtwcY {
  background: #ffffff;
}
.cid-shQ8AwtwcY .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-shQ8AwtwcY .mbr-figure {
  margin: 0 auto;
}
.cid-shQ8AwtwcY figcaption {
  position: relative;
}
.cid-shQ8AwtwcY figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-shQ8AwtwcY .image-block {
    width: 100% !important;
  }
}
.cid-shQ8HiqaBW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-shQ8HiqaBW H3 {
  color: #ffffff;
  text-align: left;
}
.cid-shQ8HiqaBW P {
  text-align: left;
}
.cid-shQ8HiqaBW H1 {
  text-align: left;
  color: #f19f86;
}
.cid-shQ9375zEs {
  background: #ffffff;
}
.cid-shQ9375zEs .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-shQ9375zEs .mbr-figure {
  margin: 0 auto;
}
.cid-shQ9375zEs figcaption {
  position: relative;
}
.cid-shQ9375zEs figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-shQ9375zEs .image-block {
    width: 100% !important;
  }
}
.cid-shQ9ai7OQW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-shQ9ai7OQW H3 {
  color: #ffffff;
  text-align: left;
}
.cid-shQ9ai7OQW P {
  text-align: left;
}
.cid-shQ9ai7OQW H1 {
  text-align: left;
  color: #f19f86;
}
.cid-shQ9j3tdFy {
  background: #ffffff;
}
.cid-shQ9j3tdFy .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-shQ9j3tdFy .mbr-figure {
  margin: 0 auto;
}
.cid-shQ9j3tdFy figcaption {
  position: relative;
}
.cid-shQ9j3tdFy figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-shQ9j3tdFy .image-block {
    width: 100% !important;
  }
}
.cid-shQ9oYVljX {
  background: #ffffff;
}
.cid-shQ9oYVljX .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-shQ9oYVljX .mbr-figure {
  margin: 0 auto;
}
.cid-shQ9oYVljX figcaption {
  position: relative;
}
.cid-shQ9oYVljX figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-shQ9oYVljX .image-block {
    width: 100% !important;
  }
}
.cid-shQ9vkemyh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-shQ9vkemyh H3 {
  color: #ffffff;
  text-align: left;
}
.cid-shQ9vkemyh P {
  text-align: left;
}
.cid-shQ9vkemyh H1 {
  text-align: left;
  color: #f19f86;
}
.cid-shQ9Bmgo8l {
  background: #ffffff;
}
.cid-shQ9Bmgo8l .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-shQ9Bmgo8l .mbr-figure {
  margin: 0 auto;
}
.cid-shQ9Bmgo8l figcaption {
  position: relative;
}
.cid-shQ9Bmgo8l figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-shQ9Bmgo8l .image-block {
    width: 100% !important;
  }
}
.cid-shQ9INTF2y {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-shQ9INTF2y H3 {
  color: #ffffff;
  text-align: left;
}
.cid-shQ9INTF2y P {
  text-align: left;
}
.cid-shQ9INTF2y H1 {
  text-align: left;
  color: #f19f86;
}
.cid-shQ9OnNxVd {
  background: #ffffff;
}
.cid-shQ9OnNxVd .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-shQ9OnNxVd .mbr-figure {
  margin: 0 auto;
}
.cid-shQ9OnNxVd figcaption {
  position: relative;
}
.cid-shQ9OnNxVd figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-shQ9OnNxVd .image-block {
    width: 100% !important;
  }
}
.cid-shQ9NB7KUZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-shQ9NB7KUZ H3 {
  color: #ffffff;
  text-align: left;
}
.cid-shQ9NB7KUZ P {
  text-align: left;
}
.cid-shQ9NB7KUZ H1 {
  text-align: left;
  color: #f19f86;
}
.cid-shQa5p8w17 {
  background: #ffffff;
}
.cid-shQa5p8w17 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-shQa5p8w17 .mbr-figure {
  margin: 0 auto;
}
.cid-shQa5p8w17 figcaption {
  position: relative;
}
.cid-shQa5p8w17 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-shQa5p8w17 .image-block {
    width: 100% !important;
  }
}
.cid-rxInQfRovn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-sm4o4ayl7f {
  background: #ffffff;
}
.cid-sm4o4ayl7f .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sm4o4ayl7f .mbr-figure {
  margin: 0 auto;
}
.cid-sm4o4ayl7f figcaption {
  position: relative;
}
.cid-sm4o4ayl7f figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sm4o4ayl7f .image-block {
    width: 100% !important;
  }
}
.cid-sm4okuFVmu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sm4okuFVmu H3 {
  color: #db0730;
  text-align: left;
}
.cid-sm4okuFVmu P {
  text-align: center;
  color: #000000;
}
.cid-sm4okuFVmu H1 {
  text-align: left;
}
.cid-sm4oFHE8eY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sm4oFHE8eY H3 {
  color: #000000;
  text-align: left;
}
.cid-sm4oFHE8eY P {
  text-align: left;
  color: #000000;
}
.cid-sm4oFHE8eY H1 {
  text-align: left;
  color: #26aae5;
}
.cid-sm4oC7P4QW {
  background: #ffffff;
}
.cid-sm4oC7P4QW .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sm4oC7P4QW .mbr-figure {
  margin: 0 auto;
}
.cid-sm4oC7P4QW figcaption {
  position: relative;
}
.cid-sm4oC7P4QW figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sm4oC7P4QW .image-block {
    width: 100% !important;
  }
}
.cid-sm4oQAg5Vi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sm4oQAg5Vi H3 {
  color: #000000;
  text-align: left;
}
.cid-sm4oQAg5Vi P {
  text-align: left;
  color: #000000;
}
.cid-sm4oQAg5Vi H1 {
  text-align: left;
  color: #26aae5;
}
.cid-sm4p34UPdR {
  background: #ffffff;
}
.cid-sm4p34UPdR .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sm4p34UPdR .mbr-figure {
  margin: 0 auto;
}
.cid-sm4p34UPdR figcaption {
  position: relative;
}
.cid-sm4p34UPdR figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sm4p34UPdR .image-block {
    width: 100% !important;
  }
}
.cid-sm4pgZxk0Q {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sm4pgZxk0Q H3 {
  color: #000000;
  text-align: left;
}
.cid-sm4pgZxk0Q P {
  text-align: left;
  color: #000000;
}
.cid-sm4pgZxk0Q H1 {
  text-align: left;
  color: #26aae5;
}
.cid-sm4qh614uo {
  background: #ffffff;
}
.cid-sm4qh614uo .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sm4qh614uo .mbr-figure {
  margin: 0 auto;
}
.cid-sm4qh614uo figcaption {
  position: relative;
}
.cid-sm4qh614uo figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sm4qh614uo .image-block {
    width: 100% !important;
  }
}
.cid-sm4qmRKx3K {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sm4qmRKx3K H3 {
  color: #000000;
  text-align: left;
}
.cid-sm4qmRKx3K P {
  text-align: left;
  color: #000000;
}
.cid-sm4qmRKx3K H1 {
  text-align: left;
  color: #26aae5;
}
.cid-sm4qul7sZD {
  background: #ffffff;
}
.cid-sm4qul7sZD .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sm4qul7sZD .mbr-figure {
  margin: 0 auto;
}
.cid-sm4qul7sZD figcaption {
  position: relative;
}
.cid-sm4qul7sZD figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sm4qul7sZD .image-block {
    width: 100% !important;
  }
}
.cid-sm4qyudnty {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sm4qyudnty H3 {
  color: #000000;
  text-align: left;
}
.cid-sm4qyudnty P {
  text-align: left;
  color: #000000;
}
.cid-sm4qyudnty H1 {
  text-align: left;
  color: #26aae5;
}
.cid-sm4qEjfymj {
  background: #ffffff;
}
.cid-sm4qEjfymj .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sm4qEjfymj .mbr-figure {
  margin: 0 auto;
}
.cid-sm4qEjfymj figcaption {
  position: relative;
}
.cid-sm4qEjfymj figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sm4qEjfymj .image-block {
    width: 100% !important;
  }
}
.cid-sm4votDSKp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #161d20;
}
.cid-sm4votDSKp H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sm4votDSKp P {
  text-align: left;
  color: #ffffff;
}
.cid-sm4votDSKp H1 {
  text-align: left;
  color: #26aae5;
}
.cid-sm4qOh4WlN {
  background: #ffffff;
}
.cid-sm4qOh4WlN .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sm4qOh4WlN .mbr-figure {
  margin: 0 auto;
}
.cid-sm4qOh4WlN figcaption {
  position: relative;
}
.cid-sm4qOh4WlN figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sm4qOh4WlN .image-block {
    width: 100% !important;
  }
}
.cid-sm4vpwBeKQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #161d20;
}
.cid-sm4vpwBeKQ H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sm4vpwBeKQ P {
  text-align: left;
  color: #ffffff;
}
.cid-sm4vpwBeKQ H1 {
  text-align: left;
  color: #26aae5;
}
.cid-sm4rSbr3QP {
  background: #ffffff;
}
.cid-sm4rSbr3QP .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sm4rSbr3QP .mbr-figure {
  margin: 0 auto;
}
.cid-sm4rSbr3QP figcaption {
  position: relative;
}
.cid-sm4rSbr3QP figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sm4rSbr3QP .image-block {
    width: 100% !important;
  }
}
.cid-sm4vpYoc5b {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #161d20;
}
.cid-sm4vpYoc5b H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sm4vpYoc5b P {
  text-align: left;
  color: #ffffff;
}
.cid-sm4vpYoc5b H1 {
  text-align: left;
  color: #26aae5;
}
.cid-sm4sm94FtU {
  background: #ffffff;
}
.cid-sm4sm94FtU .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sm4sm94FtU .mbr-figure {
  margin: 0 auto;
}
.cid-sm4sm94FtU figcaption {
  position: relative;
}
.cid-sm4sm94FtU figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sm4sm94FtU .image-block {
    width: 100% !important;
  }
}
.cid-sm4vNQWeDV .modal-body .close {
  background: #1b1b1b;
}
.cid-sm4vNQWeDV .modal-body .close span {
  font-style: normal;
}
.cid-sm4vNQWeDV .carousel-inner > .active,
.cid-sm4vNQWeDV .carousel-inner > .next,
.cid-sm4vNQWeDV .carousel-inner > .prev {
  display: flex;
}
.cid-sm4vNQWeDV .carousel-control .icon-next,
.cid-sm4vNQWeDV .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sm4vNQWeDV .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sm4vNQWeDV .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sm4vNQWeDV .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sm4vNQWeDV .boxed-slider > div {
  position: relative;
}
.cid-sm4vNQWeDV .container img {
  width: 100%;
}
.cid-sm4vNQWeDV .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-sm4vNQWeDV .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sm4vNQWeDV .mbr-table-cell {
  padding: 0;
}
.cid-sm4vNQWeDV .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sm4vNQWeDV .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-sm4vNQWeDV .mbr-overlay {
  z-index: 1;
}
.cid-sm4vNQWeDV .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sm4vNQWeDV .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-sm4vNQWeDV .carousel-item.active.right,
.cid-sm4vNQWeDV .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sm4vNQWeDV .carousel-item.active.left,
.cid-sm4vNQWeDV .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sm4vNQWeDV .carousel-item.active,
.cid-sm4vNQWeDV .carousel-item.next.left,
.cid-sm4vNQWeDV .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-sm4vNQWeDV .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-sm4vNQWeDV .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sm4vNQWeDV .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sm4vNQWeDV .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-sm4vNQWeDV .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sm4vNQWeDV .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sm4vNQWeDV .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-sm4vNQWeDV .mbr-slider .carousel-indicators li.active,
.cid-sm4vNQWeDV .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-sm4vNQWeDV .mbr-slider .carousel-indicators li::after,
.cid-sm4vNQWeDV .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sm4vNQWeDV .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sm4vNQWeDV .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sm4vNQWeDV .mbr-slider > .container img {
  width: 100%;
}
.cid-sm4vNQWeDV .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sm4vNQWeDV .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sm4vNQWeDV .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sm4vNQWeDV .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sm4vNQWeDV .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sm4vNQWeDV .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-sm4vNQWeDV .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sm4vNQWeDV .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sm4vNQWeDV .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sm4vNQWeDV .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sm4vNQWeDV .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sm4vNQWeDV .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sm4vNQWeDV .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sm4vNQWeDV H2 {
  color: #26aae5;
}
.cid-sm4srERsEl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sm4srERsEl H3 {
  color: #000000;
  text-align: left;
}
.cid-sm4srERsEl P {
  text-align: left;
  color: #000000;
}
.cid-sm4srERsEl H1 {
  text-align: left;
  color: #26aae5;
}
.cid-sm4sxuWMz9 {
  background: #ffffff;
}
.cid-sm4sxuWMz9 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sm4sxuWMz9 .mbr-figure {
  margin: 0 auto;
}
.cid-sm4sxuWMz9 figcaption {
  position: relative;
}
.cid-sm4sxuWMz9 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sm4sxuWMz9 .image-block {
    width: 100% !important;
  }
}
.cid-sq7euh22Ag {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-so2JMuk5U0 {
  background: #ffffff;
}
.cid-so2JMuk5U0 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-so2JMuk5U0 .mbr-figure {
  margin: 0 auto;
}
.cid-so2JMuk5U0 figcaption {
  position: relative;
}
.cid-so2JMuk5U0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-so2JMuk5U0 .image-block {
    width: 100% !important;
  }
}
.cid-so2LMYX27a {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-so2LMYX27a H3 {
  color: #db0730;
  text-align: left;
}
.cid-so2LMYX27a P {
  text-align: center;
}
.cid-so2LMYX27a H1 {
  text-align: left;
}
.cid-so2MaCQf0i {
  background: #000000;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-so2MaCQf0i .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-so2MaCQf0i .video-block {
    width: 100% !important;
  }
}
.cid-so2MHlGhH2 {
  background: #ffffff;
}
.cid-so2MHlGhH2 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-so2MHlGhH2 .mbr-figure {
  margin: 0 auto;
}
.cid-so2MHlGhH2 figcaption {
  position: relative;
}
.cid-so2MHlGhH2 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-so2MHlGhH2 .image-block {
    width: 100% !important;
  }
}
.cid-so2N77MFfj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-so2N77MFfj H3 {
  color: #ffffff;
  text-align: left;
}
.cid-so2N77MFfj P {
  text-align: left;
  color: #ffffff;
}
.cid-so2N77MFfj H1 {
  text-align: left;
  color: #26aae5;
}
.cid-so2Nx85nHV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-so2Nx85nHV H3 {
  color: #ffffff;
  text-align: left;
}
.cid-so2Nx85nHV P {
  text-align: left;
  color: #ffffff;
}
.cid-so2Nx85nHV H1 {
  text-align: left;
  color: #26aae5;
}
.cid-so2NHTQb7i {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-so2NHTQb7i .mbr-overlay {
  z-index: 1;
}
.cid-so2NHTQb7i .carousel-caption {
  bottom: 40px;
}
.cid-so2NHTQb7i .carousel-control .icon-next,
.cid-so2NHTQb7i .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-so2NHTQb7i .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-so2NHTQb7i .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-so2NHTQb7i .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-so2NHTQb7i .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-so2NHTQb7i .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-so2NHTQb7i .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-so2NHTQb7i .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-so2NHTQb7i .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-so2NHTQb7i .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-so2NHTQb7i .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-so2NHTQb7i .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-so2NHTQb7i .carousel-indicators li.active,
.cid-so2NHTQb7i .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-so2NHTQb7i .carousel-indicators li::after,
.cid-so2NHTQb7i .carousel-indicators li::before {
  content: none;
}
.cid-so2NHTQb7i .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-so2NHTQb7i .carousel-indicators {
    display: none !important;
  }
}
.cid-so2NYcmT1v {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-so2NYcmT1v H3 {
  color: #ffffff;
  text-align: left;
}
.cid-so2NYcmT1v P {
  text-align: left;
  color: #ffffff;
}
.cid-so2NYcmT1v H1 {
  text-align: left;
  color: #26aae5;
}
.cid-so2O5IkFOi {
  background: #ffffff;
}
.cid-so2O5IkFOi .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-so2O5IkFOi .mbr-figure {
  margin: 0 auto;
}
.cid-so2O5IkFOi figcaption {
  position: relative;
}
.cid-so2O5IkFOi figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-so2O5IkFOi .image-block {
    width: 100% !important;
  }
}
.cid-so3oXn6fW7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-so3oXn6fW7 .card-img {
  background-color: #fff;
}
.cid-so3oXn6fW7 .card-box {
  background-color: #232323;
  padding: 2rem;
}
.cid-so3oXn6fW7 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-so3oXn6fW7 p {
  text-align: left;
}
.cid-so3oXn6fW7 .mbr-text {
  color: #ffffff;
}
.cid-so3oXn6fW7 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-so3oXn6fW7 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-so3oXn6fW7 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-so3oXn6fW7 .card-title {
  color: #6ce300;
  text-align: left;
}
.cid-so2Ob3vYA9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-so2Ob3vYA9 H3 {
  color: #ffffff;
  text-align: left;
}
.cid-so2Ob3vYA9 P {
  text-align: left;
  color: #ffffff;
}
.cid-so2Ob3vYA9 H1 {
  text-align: left;
  color: #26aae5;
}
.cid-so2P0x6AWA {
  background: #ffffff;
}
.cid-so2P0x6AWA .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-so2P0x6AWA .mbr-figure {
  margin: 0 auto;
}
.cid-so2P0x6AWA figcaption {
  position: relative;
}
.cid-so2P0x6AWA figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-so2P0x6AWA .image-block {
    width: 100% !important;
  }
}
.cid-so2P4CNR5c {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-so2P4CNR5c H3 {
  color: #ffffff;
  text-align: left;
}
.cid-so2P4CNR5c P {
  text-align: left;
  color: #ffffff;
}
.cid-so2P4CNR5c H1 {
  text-align: left;
  color: #26aae5;
}
.cid-so2PcJpYn5 {
  background: #ffffff;
}
.cid-so2PcJpYn5 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-so2PcJpYn5 .mbr-figure {
  margin: 0 auto;
}
.cid-so2PcJpYn5 figcaption {
  position: relative;
}
.cid-so2PcJpYn5 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-so2PcJpYn5 .image-block {
    width: 100% !important;
  }
}
.cid-so2Po6TmkK {
  background: #000000;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-so2Po6TmkK .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-so2Po6TmkK .video-block {
    width: 100% !important;
  }
}
.cid-so2PP8MdXO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-so2PP8MdXO H3 {
  color: #ffffff;
  text-align: left;
}
.cid-so2PP8MdXO P {
  text-align: left;
  color: #ffffff;
}
.cid-so2PP8MdXO H1 {
  text-align: left;
  color: #26aae5;
}
.cid-so2PUzdWtR {
  background: #ffffff;
}
.cid-so2PUzdWtR .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-so2PUzdWtR .mbr-figure {
  margin: 0 auto;
}
.cid-so2PUzdWtR figcaption {
  position: relative;
}
.cid-so2PUzdWtR figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-so2PUzdWtR .image-block {
    width: 100% !important;
  }
}
.cid-so2PZaFllq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-so2PZaFllq H3 {
  color: #ffffff;
  text-align: left;
}
.cid-so2PZaFllq P {
  text-align: left;
  color: #ffffff;
}
.cid-so2PZaFllq H1 {
  text-align: left;
  color: #26aae5;
}
.cid-so2Q5Noaf5 {
  background: #ffffff;
}
.cid-so2Q5Noaf5 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-so2Q5Noaf5 .mbr-figure {
  margin: 0 auto;
}
.cid-so2Q5Noaf5 figcaption {
  position: relative;
}
.cid-so2Q5Noaf5 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-so2Q5Noaf5 .image-block {
    width: 100% !important;
  }
}
.cid-so2Q9EnWfC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-so2Q9EnWfC H3 {
  color: #ffffff;
  text-align: left;
}
.cid-so2Q9EnWfC P {
  text-align: left;
  color: #ffffff;
}
.cid-so2Q9EnWfC H1 {
  text-align: left;
  color: #26aae5;
}
.cid-so2QiEbYWp {
  background: #ffffff;
}
.cid-so2QiEbYWp .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-so2QiEbYWp .mbr-figure {
  margin: 0 auto;
}
.cid-so2QiEbYWp figcaption {
  position: relative;
}
.cid-so2QiEbYWp figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-so2QiEbYWp .image-block {
    width: 100% !important;
  }
}
.cid-so2Qp8qHBM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-so2Qp8qHBM H3 {
  color: #ffffff;
  text-align: left;
}
.cid-so2Qp8qHBM P {
  text-align: left;
  color: #ffffff;
}
.cid-so2Qp8qHBM H1 {
  text-align: left;
  color: #26aae5;
}
.cid-so2QwkAwsy {
  background: #ffffff;
}
.cid-so2QwkAwsy .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-so2QwkAwsy .mbr-figure {
  margin: 0 auto;
}
.cid-so2QwkAwsy figcaption {
  position: relative;
}
.cid-so2QwkAwsy figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-so2QwkAwsy .image-block {
    width: 100% !important;
  }
}
.cid-so2QzImnZS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-so2QzImnZS H3 {
  color: #ffffff;
  text-align: left;
}
.cid-so2QzImnZS P {
  text-align: left;
  color: #ffffff;
}
.cid-so2QzImnZS H1 {
  text-align: left;
  color: #26aae5;
}
.cid-so2QFDqFpI {
  background: #ffffff;
}
.cid-so2QFDqFpI .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-so2QFDqFpI .mbr-figure {
  margin: 0 auto;
}
.cid-so2QFDqFpI figcaption {
  position: relative;
}
.cid-so2QFDqFpI figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-so2QFDqFpI .image-block {
    width: 100% !important;
  }
}
.cid-so2QL2XpOC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-so2QL2XpOC H3 {
  color: #ffffff;
  text-align: left;
}
.cid-so2QL2XpOC P {
  text-align: left;
  color: #ffffff;
}
.cid-so2QL2XpOC H1 {
  text-align: left;
  color: #26aae5;
}
.cid-so2QRfLM4V {
  background: #ffffff;
}
.cid-so2QRfLM4V .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-so2QRfLM4V .mbr-figure {
  margin: 0 auto;
}
.cid-so2QRfLM4V figcaption {
  position: relative;
}
.cid-so2QRfLM4V figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-so2QRfLM4V .image-block {
    width: 100% !important;
  }
}
.cid-so2QXSzo9K {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-so2QXSzo9K H3 {
  color: #ffffff;
  text-align: left;
}
.cid-so2QXSzo9K P {
  text-align: left;
  color: #ffffff;
}
.cid-so2QXSzo9K H1 {
  text-align: left;
  color: #26aae5;
}
.cid-so2R4EEr4n {
  background: #ffffff;
}
.cid-so2R4EEr4n .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-so2R4EEr4n .mbr-figure {
  margin: 0 auto;
}
.cid-so2R4EEr4n figcaption {
  position: relative;
}
.cid-so2R4EEr4n figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-so2R4EEr4n .image-block {
    width: 100% !important;
  }
}
.cid-so2Rae6139 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-so2Rae6139 H3 {
  color: #ffffff;
  text-align: left;
}
.cid-so2Rae6139 P {
  text-align: left;
  color: #ffffff;
}
.cid-so2Rae6139 H1 {
  text-align: left;
  color: #26aae5;
}
.cid-so2RfCw6cp {
  background: #ffffff;
}
.cid-so2RfCw6cp .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-so2RfCw6cp .mbr-figure {
  margin: 0 auto;
}
.cid-so2RfCw6cp figcaption {
  position: relative;
}
.cid-so2RfCw6cp figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-so2RfCw6cp .image-block {
    width: 100% !important;
  }
}
.cid-so2RhbYjtB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-so2RhbYjtB H3 {
  color: #ffffff;
  text-align: left;
}
.cid-so2RhbYjtB P {
  text-align: left;
  color: #ffffff;
}
.cid-so2RhbYjtB H1 {
  text-align: left;
  color: #26aae5;
}
.cid-so2RocA8hA {
  background: #ffffff;
}
.cid-so2RocA8hA .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-so2RocA8hA .mbr-figure {
  margin: 0 auto;
}
.cid-so2RocA8hA figcaption {
  position: relative;
}
.cid-so2RocA8hA figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-so2RocA8hA .image-block {
    width: 100% !important;
  }
}
.cid-sq7exDOU1c {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-so2TKrjMjC {
  background: #ffffff;
}
.cid-so2TKrjMjC .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-so2TKrjMjC .mbr-figure {
  margin: 0 auto;
}
.cid-so2TKrjMjC figcaption {
  position: relative;
}
.cid-so2TKrjMjC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-so2TKrjMjC .image-block {
    width: 100% !important;
  }
}
.cid-so3bnRis0Q {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-so3bnRis0Q H3 {
  color: #db0730;
  text-align: left;
}
.cid-so3bnRis0Q P {
  text-align: center;
}
.cid-so3bnRis0Q H1 {
  text-align: left;
}
.cid-so3cZEg2VM {
  background: #000000;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-so3cZEg2VM .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-so3cZEg2VM .video-block {
    width: 100% !important;
  }
}
.cid-spmhB0ayHP {
  background: #ffffff;
}
.cid-spmhB0ayHP .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-spmhB0ayHP .mbr-figure {
  margin: 0 auto;
}
.cid-spmhB0ayHP figcaption {
  position: relative;
}
.cid-spmhB0ayHP figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-spmhB0ayHP .image-block {
    width: 100% !important;
  }
}
.cid-spmhBGjiDt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-spmhBGjiDt H3 {
  color: #ffffff;
  text-align: left;
}
.cid-spmhBGjiDt P {
  text-align: left;
  color: #ffffff;
}
.cid-spmhBGjiDt H1 {
  text-align: left;
  color: #4f919f;
}
.cid-spmhD1aFnu {
  background: #ffffff;
}
.cid-spmhD1aFnu .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-spmhD1aFnu .mbr-figure {
  margin: 0 auto;
}
.cid-spmhD1aFnu figcaption {
  position: relative;
}
.cid-spmhD1aFnu figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-spmhD1aFnu .image-block {
    width: 100% !important;
  }
}
.cid-spmhDPWvJi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-spmhDPWvJi H3 {
  color: #ffffff;
  text-align: left;
}
.cid-spmhDPWvJi P {
  text-align: left;
  color: #ffffff;
}
.cid-spmhDPWvJi H1 {
  text-align: left;
  color: #4f919f;
}
.cid-so2TKGbuse {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-so2TKGbuse H3 {
  color: #ffffff;
  text-align: left;
}
.cid-so2TKGbuse P {
  text-align: left;
  color: #ffffff;
}
.cid-so2TKGbuse H1 {
  text-align: left;
  color: #26aae5;
}
.cid-so3bAw5EQp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-so3bAw5EQp .mbr-overlay {
  z-index: 1;
}
.cid-so3bAw5EQp .carousel-caption {
  bottom: 40px;
}
.cid-so3bAw5EQp .carousel-control .icon-next,
.cid-so3bAw5EQp .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-so3bAw5EQp .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-so3bAw5EQp .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-so3bAw5EQp .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-so3bAw5EQp .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-so3bAw5EQp .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-so3bAw5EQp .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-so3bAw5EQp .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-so3bAw5EQp .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-so3bAw5EQp .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-so3bAw5EQp .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-so3bAw5EQp .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-so3bAw5EQp .carousel-indicators li.active,
.cid-so3bAw5EQp .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-so3bAw5EQp .carousel-indicators li::after,
.cid-so3bAw5EQp .carousel-indicators li::before {
  content: none;
}
.cid-so3bAw5EQp .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-so3bAw5EQp .carousel-indicators {
    display: none !important;
  }
}
.cid-so3bBHLEh2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-so3bBHLEh2 H3 {
  color: #ffffff;
  text-align: left;
}
.cid-so3bBHLEh2 P {
  text-align: left;
  color: #ffffff;
}
.cid-so3bBHLEh2 H1 {
  text-align: left;
  color: #26aae5;
}
.cid-so3bLfinv1 {
  background: #ffffff;
}
.cid-so3bLfinv1 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-so3bLfinv1 .mbr-figure {
  margin: 0 auto;
}
.cid-so3bLfinv1 figcaption {
  position: relative;
}
.cid-so3bLfinv1 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-so3bLfinv1 .image-block {
    width: 100% !important;
  }
}
.cid-so3l9ZEqy3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-so3l9ZEqy3 .card-img {
  background-color: #fff;
}
.cid-so3l9ZEqy3 .card-box {
  background-color: #232323;
  padding: 2rem;
}
.cid-so3l9ZEqy3 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-so3l9ZEqy3 p {
  text-align: left;
}
.cid-so3l9ZEqy3 .mbr-text {
  color: #ffffff;
}
.cid-so3l9ZEqy3 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-so3l9ZEqy3 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-so3l9ZEqy3 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-so3l9ZEqy3 .card-title {
  color: #6ce300;
  text-align: left;
}
.cid-so3bTDVu45 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-so3bTDVu45 H3 {
  color: #ffffff;
  text-align: left;
}
.cid-so3bTDVu45 P {
  text-align: left;
  color: #ffffff;
}
.cid-so3bTDVu45 H1 {
  text-align: left;
  color: #26aae5;
}
.cid-so3c0P8q7l {
  background: #ffffff;
}
.cid-so3c0P8q7l .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-so3c0P8q7l .mbr-figure {
  margin: 0 auto;
}
.cid-so3c0P8q7l figcaption {
  position: relative;
}
.cid-so3c0P8q7l figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-so3c0P8q7l .image-block {
    width: 100% !important;
  }
}
.cid-so3c5gIsHc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-so3c5gIsHc H3 {
  color: #ffffff;
  text-align: left;
}
.cid-so3c5gIsHc P {
  text-align: left;
  color: #ffffff;
}
.cid-so3c5gIsHc H1 {
  text-align: left;
  color: #26aae5;
}
.cid-so3cckYNU7 {
  background: #ffffff;
}
.cid-so3cckYNU7 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-so3cckYNU7 .mbr-figure {
  margin: 0 auto;
}
.cid-so3cckYNU7 figcaption {
  position: relative;
}
.cid-so3cckYNU7 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-so3cckYNU7 .image-block {
    width: 100% !important;
  }
}
.cid-so3d0LGT04 {
  background: #000000;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-so3d0LGT04 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-so3d0LGT04 .video-block {
    width: 100% !important;
  }
}
.cid-so3dlrGpG9 {
  background: #ffffff;
}
.cid-so3dlrGpG9 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-so3dlrGpG9 .mbr-figure {
  margin: 0 auto;
}
.cid-so3dlrGpG9 figcaption {
  position: relative;
}
.cid-so3dlrGpG9 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-so3dlrGpG9 .image-block {
    width: 100% !important;
  }
}
.cid-so3dVpBYOz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-so3dVpBYOz H3 {
  color: #ffffff;
  text-align: left;
}
.cid-so3dVpBYOz P {
  text-align: left;
  color: #ffffff;
}
.cid-so3dVpBYOz H1 {
  text-align: left;
  color: #26aae5;
}
.cid-so3etxsmNx {
  background: #ffffff;
}
.cid-so3etxsmNx .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-so3etxsmNx .mbr-figure {
  margin: 0 auto;
}
.cid-so3etxsmNx figcaption {
  position: relative;
}
.cid-so3etxsmNx figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-so3etxsmNx .image-block {
    width: 100% !important;
  }
}
.cid-so3ibeeMpY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-so3ibeeMpY H3 {
  color: #ffffff;
  text-align: left;
}
.cid-so3ibeeMpY P {
  text-align: left;
  color: #ffffff;
}
.cid-so3ibeeMpY H1 {
  text-align: left;
  color: #26aae5;
}
.cid-so3ihjA9ze {
  background: #ffffff;
}
.cid-so3ihjA9ze .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-so3ihjA9ze .mbr-figure {
  margin: 0 auto;
}
.cid-so3ihjA9ze figcaption {
  position: relative;
}
.cid-so3ihjA9ze figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-so3ihjA9ze .image-block {
    width: 100% !important;
  }
}
.cid-so3ilRvZgv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-so3ilRvZgv H3 {
  color: #ffffff;
  text-align: left;
}
.cid-so3ilRvZgv P {
  text-align: left;
  color: #ffffff;
}
.cid-so3ilRvZgv H1 {
  text-align: left;
  color: #26aae5;
}
.cid-so3irI7ctk {
  background: #ffffff;
}
.cid-so3irI7ctk .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-so3irI7ctk .mbr-figure {
  margin: 0 auto;
}
.cid-so3irI7ctk figcaption {
  position: relative;
}
.cid-so3irI7ctk figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-so3irI7ctk .image-block {
    width: 100% !important;
  }
}
.cid-so3j4rCbYr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-so3j4rCbYr H3 {
  color: #ffffff;
  text-align: left;
}
.cid-so3j4rCbYr P {
  text-align: left;
  color: #ffffff;
}
.cid-so3j4rCbYr H1 {
  text-align: left;
  color: #26aae5;
}
.cid-so3jdDO6L6 {
  background: #ffffff;
}
.cid-so3jdDO6L6 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-so3jdDO6L6 .mbr-figure {
  margin: 0 auto;
}
.cid-so3jdDO6L6 figcaption {
  position: relative;
}
.cid-so3jdDO6L6 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-so3jdDO6L6 .image-block {
    width: 100% !important;
  }
}
.cid-so3jivXlg3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-so3jivXlg3 H3 {
  color: #ffffff;
  text-align: left;
}
.cid-so3jivXlg3 P {
  text-align: left;
  color: #ffffff;
}
.cid-so3jivXlg3 H1 {
  text-align: left;
  color: #26aae5;
}
.cid-so3joGyc1R {
  background: #ffffff;
}
.cid-so3joGyc1R .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-so3joGyc1R .mbr-figure {
  margin: 0 auto;
}
.cid-so3joGyc1R figcaption {
  position: relative;
}
.cid-so3joGyc1R figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-so3joGyc1R .image-block {
    width: 100% !important;
  }
}
.cid-so3jsSfmmx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-so3jsSfmmx H3 {
  color: #ffffff;
  text-align: left;
}
.cid-so3jsSfmmx P {
  text-align: left;
  color: #ffffff;
}
.cid-so3jsSfmmx H1 {
  text-align: left;
  color: #26aae5;
}
.cid-so3jxUqOZG {
  background: #ffffff;
}
.cid-so3jxUqOZG .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-so3jxUqOZG .mbr-figure {
  margin: 0 auto;
}
.cid-so3jxUqOZG figcaption {
  position: relative;
}
.cid-so3jxUqOZG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-so3jxUqOZG .image-block {
    width: 100% !important;
  }
}
.cid-so3jBQObYr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-so3jBQObYr H3 {
  color: #ffffff;
  text-align: left;
}
.cid-so3jBQObYr P {
  text-align: left;
  color: #ffffff;
}
.cid-so3jBQObYr H1 {
  text-align: left;
  color: #26aae5;
}
.cid-so3jHeO2mO {
  background: #ffffff;
}
.cid-so3jHeO2mO .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-so3jHeO2mO .mbr-figure {
  margin: 0 auto;
}
.cid-so3jHeO2mO figcaption {
  position: relative;
}
.cid-so3jHeO2mO figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-so3jHeO2mO .image-block {
    width: 100% !important;
  }
}
.cid-so3jNn5GXi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-so3jNn5GXi H3 {
  color: #ffffff;
  text-align: left;
}
.cid-so3jNn5GXi P {
  text-align: left;
  color: #ffffff;
}
.cid-so3jNn5GXi H1 {
  text-align: left;
  color: #26aae5;
}
.cid-so3jUirM9p {
  background: #ffffff;
}
.cid-so3jUirM9p .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-so3jUirM9p .mbr-figure {
  margin: 0 auto;
}
.cid-so3jUirM9p figcaption {
  position: relative;
}
.cid-so3jUirM9p figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-so3jUirM9p .image-block {
    width: 100% !important;
  }
}
.cid-stkjMCCH4K {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-so3PQcrMFX {
  background: #ffffff;
}
.cid-so3PQcrMFX .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-so3PQcrMFX .mbr-figure {
  margin: 0 auto;
}
.cid-so3PQcrMFX figcaption {
  position: relative;
}
.cid-so3PQcrMFX figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-so3PQcrMFX .image-block {
    width: 100% !important;
  }
}
.cid-so3QtxqMvO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-so3QtxqMvO H3 {
  color: #ffffff;
  text-align: left;
}
.cid-so3QtxqMvO P {
  text-align: left;
  color: #ffffff;
}
.cid-so3QtxqMvO H1 {
  text-align: left;
  color: #4f919f;
}
.cid-spm3UwD3Bu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-spm3UwD3Bu H3 {
  color: #ffffff;
  text-align: left;
}
.cid-spm3UwD3Bu P {
  text-align: left;
  color: #ffffff;
}
.cid-spm3UwD3Bu H1 {
  text-align: left;
  color: #4f919f;
}
.cid-so3RqPiwbW {
  background: #ffffff;
}
.cid-so3RqPiwbW .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-so3RqPiwbW .mbr-figure {
  margin: 0 auto;
}
.cid-so3RqPiwbW figcaption {
  position: relative;
}
.cid-so3RqPiwbW figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-so3RqPiwbW .image-block {
    width: 100% !important;
  }
}
.cid-so3RHCCULz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-so3RHCCULz H3 {
  color: #ffffff;
  text-align: left;
}
.cid-so3RHCCULz P {
  text-align: left;
  color: #ffffff;
}
.cid-so3RHCCULz H1 {
  text-align: left;
  color: #4f919f;
}
.cid-so3ROkO8DF {
  background: #ffffff;
}
.cid-so3ROkO8DF .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-so3ROkO8DF .mbr-figure {
  margin: 0 auto;
}
.cid-so3ROkO8DF figcaption {
  position: relative;
}
.cid-so3ROkO8DF figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-so3ROkO8DF .image-block {
    width: 100% !important;
  }
}
.cid-so3RSxfGu3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-so3RSxfGu3 H3 {
  color: #ffffff;
  text-align: left;
}
.cid-so3RSxfGu3 P {
  text-align: left;
  color: #ffffff;
}
.cid-so3RSxfGu3 H1 {
  text-align: left;
  color: #4f919f;
}
.cid-so3S055Bno {
  background: #ffffff;
}
.cid-so3S055Bno .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-so3S055Bno .mbr-figure {
  margin: 0 auto;
}
.cid-so3S055Bno figcaption {
  position: relative;
}
.cid-so3S055Bno figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-so3S055Bno .image-block {
    width: 100% !important;
  }
}
.cid-so3S4ftXeD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-so3S4ftXeD H3 {
  color: #ffffff;
  text-align: left;
}
.cid-so3S4ftXeD P {
  text-align: left;
  color: #ffffff;
}
.cid-so3S4ftXeD H1 {
  text-align: left;
  color: #4f919f;
}
.cid-spmcACaNs0 {
  background: #ffffff;
}
.cid-spmcACaNs0 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-spmcACaNs0 .mbr-figure {
  margin: 0 auto;
}
.cid-spmcACaNs0 figcaption {
  position: relative;
}
.cid-spmcACaNs0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-spmcACaNs0 .image-block {
    width: 100% !important;
  }
}
.cid-spmcLq4yjT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-spmcLq4yjT H3 {
  color: #ffffff;
  text-align: left;
}
.cid-spmcLq4yjT P {
  text-align: left;
  color: #ffffff;
}
.cid-spmcLq4yjT H1 {
  text-align: left;
  color: #4f919f;
}
.cid-spmcM2jAkO {
  background: #ffffff;
}
.cid-spmcM2jAkO .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-spmcM2jAkO .mbr-figure {
  margin: 0 auto;
}
.cid-spmcM2jAkO figcaption {
  position: relative;
}
.cid-spmcM2jAkO figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-spmcM2jAkO .image-block {
    width: 100% !important;
  }
}
.cid-spmcWqbxfo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-spmcWqbxfo H3 {
  color: #ffffff;
  text-align: left;
}
.cid-spmcWqbxfo P {
  text-align: left;
  color: #ffffff;
}
.cid-spmcWqbxfo H1 {
  text-align: left;
  color: #4f919f;
}
.cid-spmcY1Rqsh {
  background: #ffffff;
}
.cid-spmcY1Rqsh .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-spmcY1Rqsh .mbr-figure {
  margin: 0 auto;
}
.cid-spmcY1Rqsh figcaption {
  position: relative;
}
.cid-spmcY1Rqsh figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-spmcY1Rqsh .image-block {
    width: 100% !important;
  }
}
.cid-spmd8Bo6Kf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-spmd8Bo6Kf H3 {
  color: #ffffff;
  text-align: left;
}
.cid-spmd8Bo6Kf P {
  text-align: left;
  color: #ffffff;
}
.cid-spmd8Bo6Kf H1 {
  text-align: left;
  color: #4f919f;
}
.cid-spmdcbFhlC {
  background: #ffffff;
}
.cid-spmdcbFhlC .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-spmdcbFhlC .mbr-figure {
  margin: 0 auto;
}
.cid-spmdcbFhlC figcaption {
  position: relative;
}
.cid-spmdcbFhlC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-spmdcbFhlC .image-block {
    width: 100% !important;
  }
}
.cid-spmdlPGRQD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-spmdlPGRQD H3 {
  color: #ffffff;
  text-align: left;
}
.cid-spmdlPGRQD P {
  text-align: left;
  color: #ffffff;
}
.cid-spmdlPGRQD H1 {
  text-align: left;
  color: #4f919f;
}
.cid-spmdmZzzXx {
  background: #ffffff;
}
.cid-spmdmZzzXx .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-spmdmZzzXx .mbr-figure {
  margin: 0 auto;
}
.cid-spmdmZzzXx figcaption {
  position: relative;
}
.cid-spmdmZzzXx figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-spmdmZzzXx .image-block {
    width: 100% !important;
  }
}
.cid-so3SuOqYr3 {
  background: #ffffff;
}
.cid-so3SuOqYr3 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-so3SuOqYr3 .mbr-figure {
  margin: 0 auto;
}
.cid-so3SuOqYr3 figcaption {
  position: relative;
}
.cid-so3SuOqYr3 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-so3SuOqYr3 .image-block {
    width: 100% !important;
  }
}
.cid-so3SBfZVSk {
  background: #ffffff;
}
.cid-so3SBfZVSk .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-so3SBfZVSk .mbr-figure {
  margin: 0 auto;
}
.cid-so3SBfZVSk figcaption {
  position: relative;
}
.cid-so3SBfZVSk figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-so3SBfZVSk .image-block {
    width: 100% !important;
  }
}
.cid-so3SEBgIUu {
  background: #ffffff;
}
.cid-so3SEBgIUu .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-so3SEBgIUu .mbr-figure {
  margin: 0 auto;
}
.cid-so3SEBgIUu figcaption {
  position: relative;
}
.cid-so3SEBgIUu figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-so3SEBgIUu .image-block {
    width: 100% !important;
  }
}
.cid-so3SHNOkCV {
  background: #ffffff;
}
.cid-so3SHNOkCV .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-so3SHNOkCV .mbr-figure {
  margin: 0 auto;
}
.cid-so3SHNOkCV figcaption {
  position: relative;
}
.cid-so3SHNOkCV figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-so3SHNOkCV .image-block {
    width: 100% !important;
  }
}
.cid-so3SO2iAJ2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-so3SO2iAJ2 H3 {
  color: #ffffff;
  text-align: left;
}
.cid-so3SO2iAJ2 P {
  text-align: left;
  color: #ffffff;
}
.cid-so3SO2iAJ2 H1 {
  text-align: left;
  color: #4f919f;
}
.cid-so3SUMfAhB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-so3SUMfAhB H3 {
  color: #ffffff;
  text-align: left;
}
.cid-so3SUMfAhB P {
  text-align: left;
  color: #ffffff;
}
.cid-so3SUMfAhB H1 {
  text-align: left;
  color: #4f919f;
}
.cid-so3SZnc7dQ {
  background: #ffffff;
}
.cid-so3SZnc7dQ .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-so3SZnc7dQ .mbr-figure {
  margin: 0 auto;
}
.cid-so3SZnc7dQ figcaption {
  position: relative;
}
.cid-so3SZnc7dQ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-so3SZnc7dQ .image-block {
    width: 100% !important;
  }
}
.cid-so3TlPVEFN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-so3TlPVEFN H3 {
  color: #ffffff;
  text-align: left;
}
.cid-so3TlPVEFN P {
  text-align: left;
  color: #ffffff;
}
.cid-so3TlPVEFN H1 {
  text-align: left;
  color: #4f919f;
}
.cid-so3TuH0liJ {
  background: #ffffff;
}
.cid-so3TuH0liJ .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-so3TuH0liJ .mbr-figure {
  margin: 0 auto;
}
.cid-so3TuH0liJ figcaption {
  position: relative;
}
.cid-so3TuH0liJ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-so3TuH0liJ .image-block {
    width: 100% !important;
  }
}
.cid-so3U4ycEOo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-so3U4ycEOo H3 {
  color: #ffffff;
  text-align: left;
}
.cid-so3U4ycEOo P {
  text-align: left;
  color: #ffffff;
}
.cid-so3U4ycEOo H1 {
  text-align: left;
  color: #4f919f;
}
.cid-so3U9RnbUO {
  background: #ffffff;
}
.cid-so3U9RnbUO .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-so3U9RnbUO .mbr-figure {
  margin: 0 auto;
}
.cid-so3U9RnbUO figcaption {
  position: relative;
}
.cid-so3U9RnbUO figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-so3U9RnbUO .image-block {
    width: 100% !important;
  }
}
.cid-so3Ud55Gfr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-so3Ud55Gfr H3 {
  color: #ffffff;
  text-align: left;
}
.cid-so3Ud55Gfr P {
  text-align: left;
  color: #ffffff;
}
.cid-so3Ud55Gfr H1 {
  text-align: left;
  color: #4f919f;
}
.cid-so3UwNk96e {
  background: #ffffff;
}
.cid-so3UwNk96e .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-so3UwNk96e .mbr-figure {
  margin: 0 auto;
}
.cid-so3UwNk96e figcaption {
  position: relative;
}
.cid-so3UwNk96e figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-so3UwNk96e .image-block {
    width: 100% !important;
  }
}
.cid-so3UB2ZXQH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-so3UB2ZXQH H3 {
  color: #ffffff;
  text-align: left;
}
.cid-so3UB2ZXQH P {
  text-align: left;
  color: #ffffff;
}
.cid-so3UB2ZXQH H1 {
  text-align: left;
  color: #4f919f;
}
.cid-so3UG1aD9s {
  background: #ffffff;
}
.cid-so3UG1aD9s .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-so3UG1aD9s .mbr-figure {
  margin: 0 auto;
}
.cid-so3UG1aD9s figcaption {
  position: relative;
}
.cid-so3UG1aD9s figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-so3UG1aD9s .image-block {
    width: 100% !important;
  }
}
.cid-so3UKeorcE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-so3UKeorcE H3 {
  color: #ffffff;
  text-align: left;
}
.cid-so3UKeorcE P {
  text-align: left;
  color: #ffffff;
}
.cid-so3UKeorcE H1 {
  text-align: left;
  color: #4f919f;
}
.cid-so3UTIDTZp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-so3UTIDTZp H3 {
  color: #ffffff;
  text-align: left;
}
.cid-so3UTIDTZp P {
  text-align: left;
  color: #ffffff;
}
.cid-so3UTIDTZp H1 {
  text-align: left;
  color: #4f919f;
}
.cid-so3V7nHCaB {
  background: #ffffff;
}
.cid-so3V7nHCaB .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-so3V7nHCaB .mbr-figure {
  margin: 0 auto;
}
.cid-so3V7nHCaB figcaption {
  position: relative;
}
.cid-so3V7nHCaB figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-so3V7nHCaB .image-block {
    width: 100% !important;
  }
}
.cid-so3VbH4XGe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-so3VbH4XGe H3 {
  color: #ffffff;
  text-align: left;
}
.cid-so3VbH4XGe P {
  text-align: left;
  color: #ffffff;
}
.cid-so3VbH4XGe H1 {
  text-align: left;
  color: #4f919f;
}
.cid-so3VoNigJM {
  background: #ffffff;
}
.cid-so3VoNigJM .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-so3VoNigJM .mbr-figure {
  margin: 0 auto;
}
.cid-so3VoNigJM figcaption {
  position: relative;
}
.cid-so3VoNigJM figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-so3VoNigJM .image-block {
    width: 100% !important;
  }
}
.cid-so3VtyIDNm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-so3VtyIDNm H3 {
  color: #ffffff;
  text-align: left;
}
.cid-so3VtyIDNm P {
  text-align: left;
  color: #ffffff;
}
.cid-so3VtyIDNm H1 {
  text-align: left;
  color: #4f919f;
}
.cid-so3VL8sCcM {
  background: #ffffff;
}
.cid-so3VL8sCcM .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-so3VL8sCcM .mbr-figure {
  margin: 0 auto;
}
.cid-so3VL8sCcM figcaption {
  position: relative;
}
.cid-so3VL8sCcM figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-so3VL8sCcM .image-block {
    width: 100% !important;
  }
}
.cid-so3XqugK4R {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-so3XqugK4R H3 {
  color: #ffffff;
  text-align: left;
}
.cid-so3XqugK4R P {
  text-align: left;
  color: #ffffff;
}
.cid-so3XqugK4R H1 {
  text-align: left;
  color: #4f919f;
}
.cid-so3XIelx8z {
  background: #ffffff;
}
.cid-so3XIelx8z .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-so3XIelx8z .mbr-figure {
  margin: 0 auto;
}
.cid-so3XIelx8z figcaption {
  position: relative;
}
.cid-so3XIelx8z figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-so3XIelx8z .image-block {
    width: 100% !important;
  }
}
.cid-so3Yw8Jri7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-so3Yw8Jri7 H3 {
  color: #ffffff;
  text-align: left;
}
.cid-so3Yw8Jri7 P {
  text-align: left;
  color: #ffffff;
}
.cid-so3Yw8Jri7 H1 {
  text-align: left;
  color: #4f919f;
}
.cid-so3YKjqZZO {
  background: #ffffff;
}
.cid-so3YKjqZZO .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-so3YKjqZZO .mbr-figure {
  margin: 0 auto;
}
.cid-so3YKjqZZO figcaption {
  position: relative;
}
.cid-so3YKjqZZO figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-so3YKjqZZO .image-block {
    width: 100% !important;
  }
}
.cid-so3YPeTmuv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-so3YPeTmuv H3 {
  color: #ffffff;
  text-align: left;
}
.cid-so3YPeTmuv P {
  text-align: left;
  color: #ffffff;
}
.cid-so3YPeTmuv H1 {
  text-align: left;
  color: #4f919f;
}
.cid-spm6i4JMwf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-spm6i4JMwf H3 {
  color: #ffffff;
  text-align: left;
}
.cid-spm6i4JMwf P {
  text-align: left;
  color: #ffffff;
}
.cid-spm6i4JMwf H1 {
  text-align: left;
  color: #4f919f;
}
.cid-so3YWLTC8S {
  background: #ffffff;
}
.cid-so3YWLTC8S .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-so3YWLTC8S .mbr-figure {
  margin: 0 auto;
}
.cid-so3YWLTC8S figcaption {
  position: relative;
}
.cid-so3YWLTC8S figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-so3YWLTC8S .image-block {
    width: 100% !important;
  }
}
.cid-sphgpw51SB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-sphgpwunF3 {
  background: #ffffff;
}
.cid-sphgpwunF3 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sphgpwunF3 .mbr-figure {
  margin: 0 auto;
}
.cid-sphgpwunF3 figcaption {
  position: relative;
}
.cid-sphgpwunF3 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sphgpwunF3 .image-block {
    width: 100% !important;
  }
}
.cid-sphgpwIZMo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sphgpwIZMo H3 {
  color: #db0730;
  text-align: left;
}
.cid-sphgpwIZMo P {
  text-align: center;
  color: #000000;
}
.cid-sphgpwIZMo H1 {
  text-align: left;
}
.cid-sphgpx1Bte {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sphgpx1Bte H3 {
  color: #000000;
  text-align: left;
}
.cid-sphgpx1Bte P {
  text-align: left;
  color: #000000;
}
.cid-sphgpx1Bte H1 {
  text-align: left;
  color: #26aae5;
}
.cid-sphgpxjgoB {
  background: #ffffff;
}
.cid-sphgpxjgoB .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sphgpxjgoB .mbr-figure {
  margin: 0 auto;
}
.cid-sphgpxjgoB figcaption {
  position: relative;
}
.cid-sphgpxjgoB figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sphgpxjgoB .image-block {
    width: 100% !important;
  }
}
.cid-sphgpxzPQr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sphgpxzPQr H3 {
  color: #000000;
  text-align: left;
}
.cid-sphgpxzPQr P {
  text-align: left;
  color: #000000;
}
.cid-sphgpxzPQr H1 {
  text-align: left;
  color: #26aae5;
}
.cid-sphgpxQD0T {
  background: #ffffff;
}
.cid-sphgpxQD0T .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sphgpxQD0T .mbr-figure {
  margin: 0 auto;
}
.cid-sphgpxQD0T figcaption {
  position: relative;
}
.cid-sphgpxQD0T figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sphgpxQD0T .image-block {
    width: 100% !important;
  }
}
.cid-sphgpy4K45 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sphgpy4K45 H3 {
  color: #000000;
  text-align: left;
}
.cid-sphgpy4K45 P {
  text-align: left;
  color: #000000;
}
.cid-sphgpy4K45 H1 {
  text-align: left;
  color: #26aae5;
}
.cid-sphgpymETX {
  background: #ffffff;
}
.cid-sphgpymETX .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sphgpymETX .mbr-figure {
  margin: 0 auto;
}
.cid-sphgpymETX figcaption {
  position: relative;
}
.cid-sphgpymETX figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sphgpymETX .image-block {
    width: 100% !important;
  }
}
.cid-sphgpyCbKZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sphgpyCbKZ H3 {
  color: #000000;
  text-align: left;
}
.cid-sphgpyCbKZ P {
  text-align: left;
  color: #000000;
}
.cid-sphgpyCbKZ H1 {
  text-align: left;
  color: #26aae5;
}
.cid-sphgpyTyQD {
  background: #ffffff;
}
.cid-sphgpyTyQD .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sphgpyTyQD .mbr-figure {
  margin: 0 auto;
}
.cid-sphgpyTyQD figcaption {
  position: relative;
}
.cid-sphgpyTyQD figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sphgpyTyQD .image-block {
    width: 100% !important;
  }
}
.cid-sphgpz6UMe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sphgpz6UMe H3 {
  color: #000000;
  text-align: left;
}
.cid-sphgpz6UMe P {
  text-align: left;
  color: #000000;
}
.cid-sphgpz6UMe H1 {
  text-align: left;
  color: #26aae5;
}
.cid-sphgpzng2l {
  background: #ffffff;
}
.cid-sphgpzng2l .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sphgpzng2l .mbr-figure {
  margin: 0 auto;
}
.cid-sphgpzng2l figcaption {
  position: relative;
}
.cid-sphgpzng2l figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sphgpzng2l .image-block {
    width: 100% !important;
  }
}
.cid-sphgpzBm4y {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #161d20;
}
.cid-sphgpzBm4y H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sphgpzBm4y P {
  text-align: left;
  color: #ffffff;
}
.cid-sphgpzBm4y H1 {
  text-align: left;
  color: #26aae5;
}
.cid-sphgpzTZq5 {
  background: #ffffff;
}
.cid-sphgpzTZq5 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sphgpzTZq5 .mbr-figure {
  margin: 0 auto;
}
.cid-sphgpzTZq5 figcaption {
  position: relative;
}
.cid-sphgpzTZq5 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sphgpzTZq5 .image-block {
    width: 100% !important;
  }
}
.cid-sphgpA78gA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #161d20;
}
.cid-sphgpA78gA H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sphgpA78gA P {
  text-align: left;
  color: #ffffff;
}
.cid-sphgpA78gA H1 {
  text-align: left;
  color: #26aae5;
}
.cid-sphgpAnpTf {
  background: #ffffff;
}
.cid-sphgpAnpTf .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sphgpAnpTf .mbr-figure {
  margin: 0 auto;
}
.cid-sphgpAnpTf figcaption {
  position: relative;
}
.cid-sphgpAnpTf figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sphgpAnpTf .image-block {
    width: 100% !important;
  }
}
.cid-sphgpABJPL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #161d20;
}
.cid-sphgpABJPL H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sphgpABJPL P {
  text-align: left;
  color: #ffffff;
}
.cid-sphgpABJPL H1 {
  text-align: left;
  color: #26aae5;
}
.cid-sphgpATukn {
  background: #ffffff;
}
.cid-sphgpATukn .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sphgpATukn .mbr-figure {
  margin: 0 auto;
}
.cid-sphgpATukn figcaption {
  position: relative;
}
.cid-sphgpATukn figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sphgpATukn .image-block {
    width: 100% !important;
  }
}
.cid-sphy3Dq2EY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #161d20;
}
.cid-sphy3Dq2EY H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sphy3Dq2EY P {
  text-align: left;
  color: #ffffff;
}
.cid-sphy3Dq2EY H1 {
  text-align: left;
  color: #26aae5;
}
.cid-sphy0SPZ6S {
  background: #ffffff;
}
.cid-sphy0SPZ6S .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sphy0SPZ6S .mbr-figure {
  margin: 0 auto;
}
.cid-sphy0SPZ6S figcaption {
  position: relative;
}
.cid-sphy0SPZ6S figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sphy0SPZ6S .image-block {
    width: 100% !important;
  }
}
.cid-sphgpB7D8X .modal-body .close {
  background: #1b1b1b;
}
.cid-sphgpB7D8X .modal-body .close span {
  font-style: normal;
}
.cid-sphgpB7D8X .carousel-inner > .active,
.cid-sphgpB7D8X .carousel-inner > .next,
.cid-sphgpB7D8X .carousel-inner > .prev {
  display: flex;
}
.cid-sphgpB7D8X .carousel-control .icon-next,
.cid-sphgpB7D8X .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sphgpB7D8X .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sphgpB7D8X .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sphgpB7D8X .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sphgpB7D8X .boxed-slider > div {
  position: relative;
}
.cid-sphgpB7D8X .container img {
  width: 100%;
}
.cid-sphgpB7D8X .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-sphgpB7D8X .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sphgpB7D8X .mbr-table-cell {
  padding: 0;
}
.cid-sphgpB7D8X .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sphgpB7D8X .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-sphgpB7D8X .mbr-overlay {
  z-index: 1;
}
.cid-sphgpB7D8X .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sphgpB7D8X .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-sphgpB7D8X .carousel-item.active.right,
.cid-sphgpB7D8X .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sphgpB7D8X .carousel-item.active.left,
.cid-sphgpB7D8X .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sphgpB7D8X .carousel-item.active,
.cid-sphgpB7D8X .carousel-item.next.left,
.cid-sphgpB7D8X .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-sphgpB7D8X .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-sphgpB7D8X .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sphgpB7D8X .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sphgpB7D8X .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-sphgpB7D8X .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sphgpB7D8X .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sphgpB7D8X .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-sphgpB7D8X .mbr-slider .carousel-indicators li.active,
.cid-sphgpB7D8X .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-sphgpB7D8X .mbr-slider .carousel-indicators li::after,
.cid-sphgpB7D8X .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sphgpB7D8X .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sphgpB7D8X .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sphgpB7D8X .mbr-slider > .container img {
  width: 100%;
}
.cid-sphgpB7D8X .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sphgpB7D8X .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sphgpB7D8X .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sphgpB7D8X .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sphgpB7D8X .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sphgpB7D8X .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-sphgpB7D8X .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sphgpB7D8X .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sphgpB7D8X .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sphgpB7D8X .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sphgpB7D8X .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sphgpB7D8X .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sphgpB7D8X .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sphgpB7D8X H2 {
  color: #26aae5;
}
.cid-sphgpBz41n {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sphgpBz41n H3 {
  color: #000000;
  text-align: left;
}
.cid-sphgpBz41n P {
  text-align: left;
  color: #000000;
}
.cid-sphgpBz41n H1 {
  text-align: left;
  color: #26aae5;
}
.cid-sphgpBRbQN {
  background: #ffffff;
}
.cid-sphgpBRbQN .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sphgpBRbQN .mbr-figure {
  margin: 0 auto;
}
.cid-sphgpBRbQN figcaption {
  position: relative;
}
.cid-sphgpBRbQN figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sphgpBRbQN .image-block {
    width: 100% !important;
  }
}
.cid-sphjcAGumS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sphjcAGumS H3 {
  color: #000000;
  text-align: left;
}
.cid-sphjcAGumS P {
  text-align: left;
  color: #000000;
}
.cid-sphjcAGumS H1 {
  text-align: left;
  color: #26aae5;
}
.cid-sphiYVLHFB {
  background: #ffffff;
}
.cid-sphiYVLHFB .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sphiYVLHFB .mbr-figure {
  margin: 0 auto;
}
.cid-sphiYVLHFB figcaption {
  position: relative;
}
.cid-sphiYVLHFB figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sphiYVLHFB .image-block {
    width: 100% !important;
  }
}
.cid-sgdpEW5jAw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-sagQ4OlsHm {
  background: #ffffff;
}
.cid-sagQ4OlsHm .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sagQ4OlsHm .mbr-figure {
  margin: 0 auto;
}
.cid-sagQ4OlsHm figcaption {
  position: relative;
}
.cid-sagQ4OlsHm figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sagQ4OlsHm .image-block {
    width: 100% !important;
  }
}
.cid-sagQ4OL6N6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #182337;
}
.cid-sagQ4OL6N6 H3 {
  color: #db0730;
  text-align: left;
}
.cid-sagQ4OL6N6 P {
  text-align: center;
}
.cid-sagQ4OL6N6 H1 {
  text-align: left;
}
.cid-sagQ4PmXdJ {
  background: #ffffff;
}
.cid-sagQ4PmXdJ .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sagQ4PmXdJ .mbr-figure {
  margin: 0 auto;
}
.cid-sagQ4PmXdJ figcaption {
  position: relative;
}
.cid-sagQ4PmXdJ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sagQ4PmXdJ .image-block {
    width: 100% !important;
  }
}
.cid-sagQ4PJJzi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #182337;
}
.cid-sagQ4PJJzi H3 {
  color: #efee1b;
  text-align: left;
}
.cid-sagQ4PJJzi P {
  text-align: left;
}
.cid-sagQ4PJJzi H1 {
  text-align: left;
}
.cid-sagQ4QfkUA {
  background: #ffffff;
}
.cid-sagQ4QfkUA .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sagQ4QfkUA .mbr-figure {
  margin: 0 auto;
}
.cid-sagQ4QfkUA figcaption {
  position: relative;
}
.cid-sagQ4QfkUA figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sagQ4QfkUA .image-block {
    width: 100% !important;
  }
}
.cid-sagQ4QDfNU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sagQ4QDfNU .card-img {
  background-color: #fff;
}
.cid-sagQ4QDfNU .card-box {
  background-color: #000000;
  padding: 2rem;
}
.cid-sagQ4QDfNU h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sagQ4QDfNU p {
  text-align: left;
}
.cid-sagQ4QDfNU .mbr-text {
  color: #ffffff;
}
.cid-sagQ4QDfNU .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sagQ4QDfNU .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-sagQ4QDfNU .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-sagQ4QDfNU .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-sagQ4RUwEv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #182337;
}
.cid-sagQ4RUwEv H3 {
  color: #efee1b;
  text-align: left;
}
.cid-sagQ4RUwEv P {
  text-align: left;
}
.cid-sagQ4RUwEv H1 {
  text-align: left;
}
.cid-sagQ4SjYNN {
  background: #ffffff;
}
.cid-sagQ4SjYNN .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sagQ4SjYNN .mbr-figure {
  margin: 0 auto;
}
.cid-sagQ4SjYNN figcaption {
  position: relative;
}
.cid-sagQ4SjYNN figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sagQ4SjYNN .image-block {
    width: 100% !important;
  }
}
.cid-sagQ4SUuzY {
  background: #ffffff;
}
.cid-sagQ4SUuzY .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sagQ4SUuzY .mbr-figure {
  margin: 0 auto;
}
.cid-sagQ4SUuzY figcaption {
  position: relative;
}
.cid-sagQ4SUuzY figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sagQ4SUuzY .image-block {
    width: 100% !important;
  }
}
.cid-sagQ4TPynD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #182337;
}
.cid-sagQ4TPynD H3 {
  color: #efee1b;
  text-align: left;
}
.cid-sagQ4TPynD P {
  text-align: left;
}
.cid-sagQ4TPynD H1 {
  text-align: left;
}
.cid-sagQ4Ub7XH {
  background: #ffffff;
}
.cid-sagQ4Ub7XH .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sagQ4Ub7XH .mbr-figure {
  margin: 0 auto;
}
.cid-sagQ4Ub7XH figcaption {
  position: relative;
}
.cid-sagQ4Ub7XH figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sagQ4Ub7XH .image-block {
    width: 100% !important;
  }
}
.cid-sagQ4UrsMo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #182337;
}
.cid-sagQ4UrsMo H3 {
  color: #efee1b;
  text-align: left;
}
.cid-sagQ4UrsMo P {
  text-align: left;
}
.cid-sagQ4UrsMo H1 {
  text-align: left;
}
.cid-sagQ4UNLhM {
  background: #ffffff;
}
.cid-sagQ4UNLhM .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sagQ4UNLhM .mbr-figure {
  margin: 0 auto;
}
.cid-sagQ4UNLhM figcaption {
  position: relative;
}
.cid-sagQ4UNLhM figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sagQ4UNLhM .image-block {
    width: 100% !important;
  }
}
.cid-sagQ4V4nAB {
  background: #ffffff;
}
.cid-sagQ4V4nAB .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sagQ4V4nAB .mbr-figure {
  margin: 0 auto;
}
.cid-sagQ4V4nAB figcaption {
  position: relative;
}
.cid-sagQ4V4nAB figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sagQ4V4nAB .image-block {
    width: 100% !important;
  }
}
.cid-sagQ4Vlgtj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #182337;
}
.cid-sagQ4Vlgtj H3 {
  color: #efee1b;
  text-align: left;
}
.cid-sagQ4Vlgtj P {
  text-align: left;
}
.cid-sagQ4Vlgtj H1 {
  text-align: left;
}
.cid-sagQ4VIZU0 {
  background: #ffffff;
}
.cid-sagQ4VIZU0 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sagQ4VIZU0 .mbr-figure {
  margin: 0 auto;
}
.cid-sagQ4VIZU0 figcaption {
  position: relative;
}
.cid-sagQ4VIZU0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sagQ4VIZU0 .image-block {
    width: 100% !important;
  }
}
.cid-sagQ4VZJcC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #182337;
}
.cid-sagQ4VZJcC H3 {
  color: #efee1b;
  text-align: left;
}
.cid-sagQ4VZJcC P {
  text-align: left;
}
.cid-sagQ4VZJcC H1 {
  text-align: left;
}
.cid-sagQ4WlRkh {
  background: #ffffff;
}
.cid-sagQ4WlRkh .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sagQ4WlRkh .mbr-figure {
  margin: 0 auto;
}
.cid-sagQ4WlRkh figcaption {
  position: relative;
}
.cid-sagQ4WlRkh figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sagQ4WlRkh .image-block {
    width: 100% !important;
  }
}
.cid-sagQ4WDtOW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #182337;
}
.cid-sagQ4WDtOW H3 {
  color: #efee1b;
  text-align: left;
}
.cid-sagQ4WDtOW P {
  text-align: left;
}
.cid-sagQ4WDtOW H1 {
  text-align: left;
}
.cid-sagQ4X6dTw {
  background: #ffffff;
}
.cid-sagQ4X6dTw .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sagQ4X6dTw .mbr-figure {
  margin: 0 auto;
}
.cid-sagQ4X6dTw figcaption {
  position: relative;
}
.cid-sagQ4X6dTw figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sagQ4X6dTw .image-block {
    width: 100% !important;
  }
}
.cid-sagQ4Xnc47 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #182337;
}
.cid-sagQ4Xnc47 H3 {
  color: #efee1b;
  text-align: left;
}
.cid-sagQ4Xnc47 P {
  text-align: left;
}
.cid-sagQ4Xnc47 H1 {
  text-align: left;
}
.cid-sagQ4XKtN8 {
  background: #ffffff;
}
.cid-sagQ4XKtN8 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sagQ4XKtN8 .mbr-figure {
  margin: 0 auto;
}
.cid-sagQ4XKtN8 figcaption {
  position: relative;
}
.cid-sagQ4XKtN8 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sagQ4XKtN8 .image-block {
    width: 100% !important;
  }
}
.cid-sagQ4Y1oqg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #182337;
}
.cid-sagQ4Y1oqg H3 {
  color: #efee1b;
  text-align: left;
}
.cid-sagQ4Y1oqg P {
  text-align: left;
}
.cid-sagQ4Y1oqg H1 {
  text-align: left;
}
.cid-sagQ4Ynx4Y {
  background: #ffffff;
}
.cid-sagQ4Ynx4Y .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sagQ4Ynx4Y .mbr-figure {
  margin: 0 auto;
}
.cid-sagQ4Ynx4Y figcaption {
  position: relative;
}
.cid-sagQ4Ynx4Y figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sagQ4Ynx4Y .image-block {
    width: 100% !important;
  }
}
.cid-s4CO3uXsYq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-s4D08jM5hv {
  background: #ffffff;
}
.cid-s4D08jM5hv .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4D08jM5hv .mbr-figure {
  margin: 0 auto;
}
.cid-s4D08jM5hv figcaption {
  position: relative;
}
.cid-s4D08jM5hv figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4D08jM5hv .image-block {
    width: 100% !important;
  }
}
.cid-s4D09neRSV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s4D09neRSV H3 {
  color: #db0730;
  text-align: left;
}
.cid-s4D09neRSV P {
  text-align: center;
}
.cid-s4D09neRSV H1 {
  text-align: left;
}
.cid-s4D3vrqzcc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s4D3vrqzcc H3 {
  color: #ffffff;
  text-align: left;
}
.cid-s4D3vrqzcc P {
  text-align: left;
}
.cid-s4D3vrqzcc H1 {
  text-align: left;
  color: #db0730;
}
.cid-s4D3w94HXW {
  background: #ffffff;
}
.cid-s4D3w94HXW .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4D3w94HXW .mbr-figure {
  margin: 0 auto;
}
.cid-s4D3w94HXW figcaption {
  position: relative;
}
.cid-s4D3w94HXW figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4D3w94HXW .image-block {
    width: 100% !important;
  }
}
.cid-s4D3LunO6L {
  background: #ffffff;
}
.cid-s4D3LunO6L .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4D3LunO6L .mbr-figure {
  margin: 0 auto;
}
.cid-s4D3LunO6L figcaption {
  position: relative;
}
.cid-s4D3LunO6L figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4D3LunO6L .image-block {
    width: 100% !important;
  }
}
.cid-s4D3Kmk7Ac {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s4D3Kmk7Ac H3 {
  color: #ffffff;
  text-align: left;
}
.cid-s4D3Kmk7Ac P {
  text-align: left;
}
.cid-s4D3Kmk7Ac H1 {
  text-align: left;
  color: #db0730;
}
.cid-s4D48JtzRC {
  background: #ffffff;
}
.cid-s4D48JtzRC .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4D48JtzRC .mbr-figure {
  margin: 0 auto;
}
.cid-s4D48JtzRC figcaption {
  position: relative;
}
.cid-s4D48JtzRC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4D48JtzRC .image-block {
    width: 100% !important;
  }
}
.cid-s4D4EkB8j4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s4D4EkB8j4 H3 {
  color: #ffffff;
  text-align: left;
}
.cid-s4D4EkB8j4 P {
  text-align: left;
}
.cid-s4D4EkB8j4 H1 {
  text-align: left;
  color: #db0730;
}
.cid-s4D4EVOPlD {
  background: #ffffff;
}
.cid-s4D4EVOPlD .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4D4EVOPlD .mbr-figure {
  margin: 0 auto;
}
.cid-s4D4EVOPlD figcaption {
  position: relative;
}
.cid-s4D4EVOPlD figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4D4EVOPlD .image-block {
    width: 100% !important;
  }
}
.cid-s4D4PI4Wre {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s4D4PI4Wre H3 {
  color: #ffffff;
  text-align: left;
}
.cid-s4D4PI4Wre P {
  text-align: left;
}
.cid-s4D4PI4Wre H1 {
  text-align: left;
  color: #db0730;
}
.cid-s4D4WuQ6tD {
  background: #ffffff;
}
.cid-s4D4WuQ6tD .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4D4WuQ6tD .mbr-figure {
  margin: 0 auto;
}
.cid-s4D4WuQ6tD figcaption {
  position: relative;
}
.cid-s4D4WuQ6tD figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4D4WuQ6tD .image-block {
    width: 100% !important;
  }
}
.cid-s4D52Umjsy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s4D52Umjsy H3 {
  color: #ffffff;
  text-align: left;
}
.cid-s4D52Umjsy P {
  text-align: left;
}
.cid-s4D52Umjsy H1 {
  text-align: left;
  color: #db0730;
}
.cid-s4D5iHHnBL {
  background: #ffffff;
}
.cid-s4D5iHHnBL .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4D5iHHnBL .mbr-figure {
  margin: 0 auto;
}
.cid-s4D5iHHnBL figcaption {
  position: relative;
}
.cid-s4D5iHHnBL figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4D5iHHnBL .image-block {
    width: 100% !important;
  }
}
.cid-s4D5myHfmO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s4D5myHfmO H3 {
  color: #ffffff;
  text-align: left;
}
.cid-s4D5myHfmO P {
  text-align: left;
}
.cid-s4D5myHfmO H1 {
  text-align: left;
  color: #db0730;
}
.cid-s4D5uENwaK {
  background: #ffffff;
}
.cid-s4D5uENwaK .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4D5uENwaK .mbr-figure {
  margin: 0 auto;
}
.cid-s4D5uENwaK figcaption {
  position: relative;
}
.cid-s4D5uENwaK figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4D5uENwaK .image-block {
    width: 100% !important;
  }
}
.cid-s4D5DtFIS8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s4D5DtFIS8 H3 {
  color: #ffffff;
  text-align: left;
}
.cid-s4D5DtFIS8 P {
  text-align: left;
}
.cid-s4D5DtFIS8 H1 {
  text-align: left;
  color: #db0730;
}
.cid-s4D6cgK7fS {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-s4D6cgK7fS .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-s4D6cgK7fS .modal-body .close {
  background: #1b1b1b;
}
.cid-s4D6cgK7fS .modal-body .close span {
  font-style: normal;
}
.cid-s4D6cgK7fS .carousel-inner > .active,
.cid-s4D6cgK7fS .carousel-inner > .next,
.cid-s4D6cgK7fS .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-s4D6cgK7fS .carousel-control .icon-next,
.cid-s4D6cgK7fS .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-s4D6cgK7fS .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s4D6cgK7fS .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-s4D6cgK7fS .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-s4D6cgK7fS .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-s4D6cgK7fS .boxed-slider > div {
  position: relative;
}
.cid-s4D6cgK7fS .container img {
  width: 100%;
}
.cid-s4D6cgK7fS .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-s4D6cgK7fS .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-s4D6cgK7fS .mbr-table-cell {
  padding: 0;
}
.cid-s4D6cgK7fS .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-s4D6cgK7fS .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-s4D6cgK7fS .mbr-overlay {
  z-index: 1;
}
.cid-s4D6cgK7fS .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-s4D6cgK7fS .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-s4D6cgK7fS .carousel-item .container {
    width: 100%;
  }
}
.cid-s4D6cgK7fS .carousel-item-next.carousel-item-left,
.cid-s4D6cgK7fS .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-s4D6cgK7fS .active.carousel-item-right,
.cid-s4D6cgK7fS .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-s4D6cgK7fS .active.carousel-item-left,
.cid-s4D6cgK7fS .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-s4D6cgK7fS .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-s4D6cgK7fS .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s4D6cgK7fS .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s4D6cgK7fS .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-s4D6cgK7fS .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-s4D6cgK7fS .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-s4D6cgK7fS .mbr-slider .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: .5;
  transition: all .3s;
}
.cid-s4D6cgK7fS .mbr-slider .carousel-indicators li.active,
.cid-s4D6cgK7fS .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-s4D6cgK7fS .mbr-slider .carousel-indicators li::after,
.cid-s4D6cgK7fS .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-s4D6cgK7fS .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-s4D6cgK7fS .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-s4D6cgK7fS .mbr-slider > .container img {
  width: 100%;
}
.cid-s4D6cgK7fS .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-s4D6cgK7fS .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-s4D6cgK7fS .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-s4D6cgK7fS .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-s4D6cgK7fS .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-s4D6cgK7fS .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-s4D6cgK7fS .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-s4D6cgK7fS .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-s4D6cgK7fS .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-s4D6cgK7fS .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-s4D6cgK7fS .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-s4D6cgK7fS .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-s4D6cgK7fS .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-s4D6cgK7fS .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-s4D6cgK7fS .carousel-inner {
  height: 100%;
}
.cid-s4D6cgK7fS .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-s4D6cgK7fS .image_wrapper {
  height: 700px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-s4D6cgK7fS .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-s4D6cgK7fS .carousel-item .container-slide {
  text-align: center;
}
.cid-s4D6cgK7fS .content-slider-wrap {
  width: 100%;
}
.cid-s4D72H80SS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s4D72H80SS H3 {
  color: #ffffff;
  text-align: left;
}
.cid-s4D72H80SS P {
  text-align: left;
}
.cid-s4D72H80SS H1 {
  text-align: left;
  color: #db0730;
}
.cid-s4D7aq2Ogi {
  background: #ffffff;
}
.cid-s4D7aq2Ogi .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4D7aq2Ogi .mbr-figure {
  margin: 0 auto;
}
.cid-s4D7aq2Ogi figcaption {
  position: relative;
}
.cid-s4D7aq2Ogi figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4D7aq2Ogi .image-block {
    width: 100% !important;
  }
}
.cid-s4D7vOhtKe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s4D7vOhtKe H3 {
  color: #ffffff;
  text-align: left;
}
.cid-s4D7vOhtKe P {
  text-align: left;
}
.cid-s4D7vOhtKe H1 {
  text-align: left;
  color: #db0730;
}
.cid-s4HsHoAi9C {
  background: #000000;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-s4HsHoAi9C .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-s4HsHoAi9C .video-block {
    width: 100% !important;
  }
}
.cid-s4HsQKCQOS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s4HsQKCQOS H3 {
  color: #ffffff;
  text-align: left;
}
.cid-s4HsQKCQOS P {
  text-align: left;
}
.cid-s4HsQKCQOS H1 {
  text-align: left;
  color: #db0730;
}
.cid-s4HsXj9PsB {
  background: #ffffff;
}
.cid-s4HsXj9PsB .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4HsXj9PsB .mbr-figure {
  margin: 0 auto;
}
.cid-s4HsXj9PsB figcaption {
  position: relative;
}
.cid-s4HsXj9PsB figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4HsXj9PsB .image-block {
    width: 100% !important;
  }
}
.cid-s4Ht2yOHWX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s4Ht2yOHWX H3 {
  color: #ffffff;
  text-align: left;
}
.cid-s4Ht2yOHWX P {
  text-align: left;
}
.cid-s4Ht2yOHWX H1 {
  text-align: left;
  color: #db0730;
}
.cid-s4HtasR1Th {
  background: #ffffff;
}
.cid-s4HtasR1Th .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4HtasR1Th .mbr-figure {
  margin: 0 auto;
}
.cid-s4HtasR1Th figcaption {
  position: relative;
}
.cid-s4HtasR1Th figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4HtasR1Th .image-block {
    width: 100% !important;
  }
}
.cid-spW9J8GyM6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-spQzkilE0N {
  background: #ffffff;
}
.cid-spQzkilE0N .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-spQzkilE0N .mbr-figure {
  margin: 0 auto;
}
.cid-spQzkilE0N figcaption {
  position: relative;
}
.cid-spQzkilE0N figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-spQzkilE0N .image-block {
    width: 100% !important;
  }
}
.cid-spQzloYXPE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-spQzloYXPE H3 {
  color: #db0730;
  text-align: left;
}
.cid-spQzloYXPE P {
  text-align: center;
}
.cid-spQzloYXPE H1 {
  text-align: left;
}
.cid-spQzlP4PkM {
  background: #ffffff;
}
.cid-spQzlP4PkM .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-spQzlP4PkM .mbr-figure {
  margin: 0 auto;
}
.cid-spQzlP4PkM figcaption {
  position: relative;
}
.cid-spQzlP4PkM figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-spQzlP4PkM .image-block {
    width: 100% !important;
  }
}
.cid-sq19SKZXdL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sq19SKZXdL H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sq19SKZXdL P {
  text-align: left;
  color: #ffffff;
}
.cid-sq19SKZXdL H1 {
  text-align: left;
  color: #ff33d6;
}
.cid-spQMcZJ6Le {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-spQMcZJ6Le H3 {
  color: #ffffff;
  text-align: left;
}
.cid-spQMcZJ6Le P {
  text-align: left;
  color: #ffffff;
}
.cid-spQMcZJ6Le H1 {
  text-align: left;
  color: #ff33d6;
}
.cid-spQMERnBDm .modal-body .close {
  background: #1b1b1b;
}
.cid-spQMERnBDm .modal-body .close span {
  font-style: normal;
}
.cid-spQMERnBDm .carousel-inner > .active,
.cid-spQMERnBDm .carousel-inner > .next,
.cid-spQMERnBDm .carousel-inner > .prev {
  display: flex;
}
.cid-spQMERnBDm .carousel-control .icon-next,
.cid-spQMERnBDm .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-spQMERnBDm .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-spQMERnBDm .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-spQMERnBDm .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-spQMERnBDm .boxed-slider > div {
  position: relative;
}
.cid-spQMERnBDm .container img {
  width: 100%;
}
.cid-spQMERnBDm .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-spQMERnBDm .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-spQMERnBDm .mbr-table-cell {
  padding: 0;
}
.cid-spQMERnBDm .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-spQMERnBDm .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-spQMERnBDm .mbr-overlay {
  z-index: 1;
}
.cid-spQMERnBDm .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-spQMERnBDm .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-spQMERnBDm .carousel-item.active.right,
.cid-spQMERnBDm .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-spQMERnBDm .carousel-item.active.left,
.cid-spQMERnBDm .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-spQMERnBDm .carousel-item.active,
.cid-spQMERnBDm .carousel-item.next.left,
.cid-spQMERnBDm .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-spQMERnBDm .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-spQMERnBDm .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-spQMERnBDm .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-spQMERnBDm .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-spQMERnBDm .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-spQMERnBDm .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-spQMERnBDm .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-spQMERnBDm .mbr-slider .carousel-indicators li.active,
.cid-spQMERnBDm .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-spQMERnBDm .mbr-slider .carousel-indicators li::after,
.cid-spQMERnBDm .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-spQMERnBDm .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-spQMERnBDm .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-spQMERnBDm .mbr-slider > .container img {
  width: 100%;
}
.cid-spQMERnBDm .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-spQMERnBDm .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-spQMERnBDm .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-spQMERnBDm .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-spQMERnBDm .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-spQMERnBDm .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-spQMERnBDm .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-spQMERnBDm .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-spQMERnBDm .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-spQMERnBDm .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-spQMERnBDm .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-spQMERnBDm .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-spQMERnBDm .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-spQN6lGR2a {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-spQN6lGR2a H3 {
  color: #ffffff;
  text-align: left;
}
.cid-spQN6lGR2a P {
  text-align: left;
  color: #ffffff;
}
.cid-spQN6lGR2a H1 {
  text-align: left;
  color: #ff33d6;
}
.cid-spQMk9GYEM {
  background: #ffffff;
}
.cid-spQMk9GYEM .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-spQMk9GYEM .mbr-figure {
  margin: 0 auto;
}
.cid-spQMk9GYEM figcaption {
  position: relative;
}
.cid-spQMk9GYEM figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-spQMk9GYEM .image-block {
    width: 100% !important;
  }
}
.cid-spQNcZ4HC1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-spQNcZ4HC1 H3 {
  color: #ffffff;
  text-align: left;
}
.cid-spQNcZ4HC1 P {
  text-align: left;
  color: #ffffff;
}
.cid-spQNcZ4HC1 H1 {
  text-align: left;
  color: #ff33d6;
}
.cid-spQNdZKuwr {
  background: #ffffff;
}
.cid-spQNdZKuwr .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-spQNdZKuwr .mbr-figure {
  margin: 0 auto;
}
.cid-spQNdZKuwr figcaption {
  position: relative;
}
.cid-spQNdZKuwr figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-spQNdZKuwr .image-block {
    width: 100% !important;
  }
}
.cid-spQNieVm2D {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-spQNieVm2D H3 {
  color: #ffffff;
  text-align: left;
}
.cid-spQNieVm2D P {
  text-align: left;
  color: #ffffff;
}
.cid-spQNieVm2D H1 {
  text-align: left;
  color: #ff33d6;
}
.cid-spQNysdEVI {
  background: #ffffff;
}
.cid-spQNysdEVI .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-spQNysdEVI .mbr-figure {
  margin: 0 auto;
}
.cid-spQNysdEVI figcaption {
  position: relative;
}
.cid-spQNysdEVI figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-spQNysdEVI .image-block {
    width: 100% !important;
  }
}
.cid-spQNBXOGxh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-spQNBXOGxh H3 {
  color: #ffffff;
  text-align: left;
}
.cid-spQNBXOGxh P {
  text-align: left;
  color: #ffffff;
}
.cid-spQNBXOGxh H1 {
  text-align: left;
  color: #ff33d6;
}
.cid-spQNCInhwB {
  background: #ffffff;
}
.cid-spQNCInhwB .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-spQNCInhwB .mbr-figure {
  margin: 0 auto;
}
.cid-spQNCInhwB figcaption {
  position: relative;
}
.cid-spQNCInhwB figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-spQNCInhwB .image-block {
    width: 100% !important;
  }
}
.cid-spQPrqwXYO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-spQPrqwXYO H3 {
  color: #ffffff;
  text-align: left;
}
.cid-spQPrqwXYO P {
  text-align: left;
  color: #ffffff;
}
.cid-spQPrqwXYO H1 {
  text-align: left;
  color: #ff33d6;
}
.cid-spQPqoexyt {
  background: #ffffff;
}
.cid-spQPqoexyt .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-spQPqoexyt .mbr-figure {
  margin: 0 auto;
}
.cid-spQPqoexyt figcaption {
  position: relative;
}
.cid-spQPqoexyt figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-spQPqoexyt .image-block {
    width: 100% !important;
  }
}
.cid-spWAIvFuIy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-spWAIvFuIy .card-img {
  background-color: #fff;
}
.cid-spWAIvFuIy .card-box {
  background-color: #232323;
  padding: 2rem;
}
.cid-spWAIvFuIy h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-spWAIvFuIy p {
  text-align: left;
}
.cid-spWAIvFuIy .mbr-text {
  color: #ffffff;
}
.cid-spWAIvFuIy .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-spWAIvFuIy .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-spWAIvFuIy .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-spWAIvFuIy .card-title {
  color: #6ce300;
  text-align: left;
}
.cid-spQNFCLAEJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-spQNFCLAEJ H3 {
  color: #ffffff;
  text-align: left;
}
.cid-spQNFCLAEJ P {
  text-align: left;
  color: #ffffff;
}
.cid-spQNFCLAEJ H1 {
  text-align: left;
  color: #ff33d6;
}
.cid-spQNIb0d5r .modal-body .close {
  background: #1b1b1b;
}
.cid-spQNIb0d5r .modal-body .close span {
  font-style: normal;
}
.cid-spQNIb0d5r .carousel-inner > .active,
.cid-spQNIb0d5r .carousel-inner > .next,
.cid-spQNIb0d5r .carousel-inner > .prev {
  display: flex;
}
.cid-spQNIb0d5r .carousel-control .icon-next,
.cid-spQNIb0d5r .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-spQNIb0d5r .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-spQNIb0d5r .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-spQNIb0d5r .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-spQNIb0d5r .boxed-slider > div {
  position: relative;
}
.cid-spQNIb0d5r .container img {
  width: 100%;
}
.cid-spQNIb0d5r .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-spQNIb0d5r .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-spQNIb0d5r .mbr-table-cell {
  padding: 0;
}
.cid-spQNIb0d5r .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-spQNIb0d5r .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-spQNIb0d5r .mbr-overlay {
  z-index: 1;
}
.cid-spQNIb0d5r .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-spQNIb0d5r .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-spQNIb0d5r .carousel-item.active.right,
.cid-spQNIb0d5r .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-spQNIb0d5r .carousel-item.active.left,
.cid-spQNIb0d5r .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-spQNIb0d5r .carousel-item.active,
.cid-spQNIb0d5r .carousel-item.next.left,
.cid-spQNIb0d5r .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-spQNIb0d5r .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-spQNIb0d5r .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-spQNIb0d5r .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-spQNIb0d5r .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-spQNIb0d5r .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-spQNIb0d5r .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-spQNIb0d5r .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-spQNIb0d5r .mbr-slider .carousel-indicators li.active,
.cid-spQNIb0d5r .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-spQNIb0d5r .mbr-slider .carousel-indicators li::after,
.cid-spQNIb0d5r .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-spQNIb0d5r .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-spQNIb0d5r .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-spQNIb0d5r .mbr-slider > .container img {
  width: 100%;
}
.cid-spQNIb0d5r .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-spQNIb0d5r .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-spQNIb0d5r .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-spQNIb0d5r .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-spQNIb0d5r .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-spQNIb0d5r .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-spQNIb0d5r .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-spQNIb0d5r .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-spQNIb0d5r .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-spQNIb0d5r .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-spQNIb0d5r .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-spQNIb0d5r .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-spQNIb0d5r .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-spQNSh3cCP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-spQNSh3cCP H3 {
  color: #ffffff;
  text-align: left;
}
.cid-spQNSh3cCP P {
  text-align: left;
  color: #ffffff;
}
.cid-spQNSh3cCP H1 {
  text-align: left;
  color: #ff33d6;
}
.cid-spQNTs94I4 {
  background: #ffffff;
}
.cid-spQNTs94I4 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-spQNTs94I4 .mbr-figure {
  margin: 0 auto;
}
.cid-spQNTs94I4 figcaption {
  position: relative;
}
.cid-spQNTs94I4 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-spQNTs94I4 .image-block {
    width: 100% !important;
  }
}
.cid-spQNXEE6ck {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-spQNXEE6ck H3 {
  color: #ffffff;
  text-align: left;
}
.cid-spQNXEE6ck P {
  text-align: left;
  color: #ffffff;
}
.cid-spQNXEE6ck H1 {
  text-align: left;
  color: #ff33d6;
}
.cid-spQNYHLURK {
  background: #ffffff;
}
.cid-spQNYHLURK .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-spQNYHLURK .mbr-figure {
  margin: 0 auto;
}
.cid-spQNYHLURK figcaption {
  position: relative;
}
.cid-spQNYHLURK figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-spQNYHLURK .image-block {
    width: 100% !important;
  }
}
.cid-spQO374z5u {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-spQO374z5u H3 {
  color: #ffffff;
  text-align: left;
}
.cid-spQO374z5u P {
  text-align: left;
  color: #ffffff;
}
.cid-spQO374z5u H1 {
  text-align: left;
  color: #ff33d6;
}
.cid-spQO4R4vEm {
  background: #ffffff;
}
.cid-spQO4R4vEm .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-spQO4R4vEm .mbr-figure {
  margin: 0 auto;
}
.cid-spQO4R4vEm figcaption {
  position: relative;
}
.cid-spQO4R4vEm figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-spQO4R4vEm .image-block {
    width: 100% !important;
  }
}
.cid-spQO8tPS0d {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-spQO8tPS0d H3 {
  color: #ffffff;
  text-align: left;
}
.cid-spQO8tPS0d P {
  text-align: left;
  color: #ffffff;
}
.cid-spQO8tPS0d H1 {
  text-align: left;
  color: #ff33d6;
}
.cid-spQO9bc6x6 {
  background: #ffffff;
}
.cid-spQO9bc6x6 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-spQO9bc6x6 .mbr-figure {
  margin: 0 auto;
}
.cid-spQO9bc6x6 figcaption {
  position: relative;
}
.cid-spQO9bc6x6 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-spQO9bc6x6 .image-block {
    width: 100% !important;
  }
}
.cid-spQOdugrcP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-spQOdugrcP H3 {
  color: #ffffff;
  text-align: left;
}
.cid-spQOdugrcP P {
  text-align: left;
  color: #ffffff;
}
.cid-spQOdugrcP H1 {
  text-align: left;
  color: #ff33d6;
}
.cid-spQOdUMDGD {
  background: #ffffff;
}
.cid-spQOdUMDGD .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-spQOdUMDGD .mbr-figure {
  margin: 0 auto;
}
.cid-spQOdUMDGD figcaption {
  position: relative;
}
.cid-spQOdUMDGD figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-spQOdUMDGD .image-block {
    width: 100% !important;
  }
}
.cid-spQOi674MV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-spQOi674MV H3 {
  color: #ffffff;
  text-align: left;
}
.cid-spQOi674MV P {
  text-align: left;
  color: #ffffff;
}
.cid-spQOi674MV H1 {
  text-align: left;
  color: #ff33d6;
}
.cid-sq1gsKJdDK {
  background: #ffffff;
}
.cid-sq1gsKJdDK .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sq1gsKJdDK .mbr-figure {
  margin: 0 auto;
}
.cid-sq1gsKJdDK figcaption {
  position: relative;
}
.cid-sq1gsKJdDK figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sq1gsKJdDK .image-block {
    width: 100% !important;
  }
}
.cid-spQOlWRmfg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-spQOlWRmfg H3 {
  color: #ffffff;
  text-align: left;
}
.cid-spQOlWRmfg P {
  text-align: left;
  color: #ffffff;
}
.cid-spQOlWRmfg H1 {
  text-align: left;
  color: #ff33d6;
}
.cid-spQOmCdRWc {
  background: #ffffff;
}
.cid-spQOmCdRWc .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-spQOmCdRWc .mbr-figure {
  margin: 0 auto;
}
.cid-spQOmCdRWc figcaption {
  position: relative;
}
.cid-spQOmCdRWc figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-spQOmCdRWc .image-block {
    width: 100% !important;
  }
}
.cid-spQOq7WCgL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-spQOq7WCgL H3 {
  color: #ffffff;
  text-align: left;
}
.cid-spQOq7WCgL P {
  text-align: left;
  color: #ffffff;
}
.cid-spQOq7WCgL H1 {
  text-align: left;
  color: #ff33d6;
}
.cid-sq1b0foRag {
  background: #ffffff;
}
.cid-sq1b0foRag .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sq1b0foRag .mbr-figure {
  margin: 0 auto;
}
.cid-sq1b0foRag figcaption {
  position: relative;
}
.cid-sq1b0foRag figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sq1b0foRag .image-block {
    width: 100% !important;
  }
}
.cid-sq1aZGGl7K {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sq1aZGGl7K H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sq1aZGGl7K P {
  text-align: left;
  color: #ffffff;
}
.cid-sq1aZGGl7K H1 {
  text-align: left;
  color: #ff33d6;
}
.cid-spQOqEnP4Z {
  background: #ffffff;
}
.cid-spQOqEnP4Z .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-spQOqEnP4Z .mbr-figure {
  margin: 0 auto;
}
.cid-spQOqEnP4Z figcaption {
  position: relative;
}
.cid-spQOqEnP4Z figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-spQOqEnP4Z .image-block {
    width: 100% !important;
  }
}
.cid-spW9LGSwkf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-spVnNaNyz8 {
  background: #ffffff;
}
.cid-spVnNaNyz8 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-spVnNaNyz8 .mbr-figure {
  margin: 0 auto;
}
.cid-spVnNaNyz8 figcaption {
  position: relative;
}
.cid-spVnNaNyz8 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-spVnNaNyz8 .image-block {
    width: 100% !important;
  }
}
.cid-spVnQ6fPso {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-spVnQ6fPso H3 {
  color: #db0730;
  text-align: left;
}
.cid-spVnQ6fPso P {
  text-align: center;
}
.cid-spVnQ6fPso H1 {
  text-align: center;
}
.cid-spVopBKIMj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-spVopBKIMj H3 {
  color: #ffffff;
  text-align: left;
}
.cid-spVopBKIMj P {
  text-align: left;
  color: #ffffff;
}
.cid-spVopBKIMj H1 {
  text-align: left;
  color: #00dbff;
}
.cid-spVok0HTza {
  background: #ffffff;
}
.cid-spVok0HTza .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-spVok0HTza .mbr-figure {
  margin: 0 auto;
}
.cid-spVok0HTza figcaption {
  position: relative;
}
.cid-spVok0HTza figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-spVok0HTza .image-block {
    width: 100% !important;
  }
}
.cid-spVoBcwpLL {
  background: #ffffff;
}
.cid-spVoBcwpLL .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-spVoBcwpLL .mbr-figure {
  margin: 0 auto;
}
.cid-spVoBcwpLL figcaption {
  position: relative;
}
.cid-spVoBcwpLL figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-spVoBcwpLL .image-block {
    width: 100% !important;
  }
}
.cid-spVoInpoe9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-spVoInpoe9 H3 {
  color: #ffffff;
  text-align: left;
}
.cid-spVoInpoe9 P {
  text-align: left;
  color: #ffffff;
}
.cid-spVoInpoe9 H1 {
  text-align: left;
  color: #00dbff;
}
.cid-spVoWjrfc0 {
  background: #ffffff;
}
.cid-spVoWjrfc0 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-spVoWjrfc0 .mbr-figure {
  margin: 0 auto;
}
.cid-spVoWjrfc0 figcaption {
  position: relative;
}
.cid-spVoWjrfc0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-spVoWjrfc0 .image-block {
    width: 100% !important;
  }
}
.cid-spWCGKTDtw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-spWCGKTDtw .card-img {
  background-color: #fff;
}
.cid-spWCGKTDtw .card-box {
  background-color: #232323;
  padding: 2rem;
}
.cid-spWCGKTDtw h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-spWCGKTDtw p {
  text-align: left;
}
.cid-spWCGKTDtw .mbr-text {
  color: #ffffff;
}
.cid-spWCGKTDtw .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-spWCGKTDtw .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-spWCGKTDtw .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-spWCGKTDtw .card-title {
  color: #6ce300;
  text-align: left;
}
.cid-spVzNFDaI1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-spVzNFDaI1 H3 {
  color: #ffffff;
  text-align: left;
}
.cid-spVzNFDaI1 P {
  text-align: left;
  color: #ffffff;
}
.cid-spVzNFDaI1 H1 {
  text-align: left;
  color: #00dbff;
}
.cid-spVzUOJYes {
  background: #ffffff;
}
.cid-spVzUOJYes .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-spVzUOJYes .mbr-figure {
  margin: 0 auto;
}
.cid-spVzUOJYes figcaption {
  position: relative;
}
.cid-spVzUOJYes figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-spVzUOJYes .image-block {
    width: 100% !important;
  }
}
.cid-spVzYK0vCI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-spVzYK0vCI H3 {
  color: #ffffff;
  text-align: left;
}
.cid-spVzYK0vCI P {
  text-align: left;
  color: #ffffff;
}
.cid-spVzYK0vCI H1 {
  text-align: left;
  color: #00dbff;
}
.cid-spVA3MzxMg {
  background: #ffffff;
}
.cid-spVA3MzxMg .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-spVA3MzxMg .mbr-figure {
  margin: 0 auto;
}
.cid-spVA3MzxMg figcaption {
  position: relative;
}
.cid-spVA3MzxMg figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-spVA3MzxMg .image-block {
    width: 100% !important;
  }
}
.cid-spVA79cQPn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-spVA79cQPn H3 {
  color: #ffffff;
  text-align: left;
}
.cid-spVA79cQPn P {
  text-align: left;
  color: #ffffff;
}
.cid-spVA79cQPn H1 {
  text-align: left;
  color: #00dbff;
}
.cid-spVAeMqTyb {
  background: #ffffff;
}
.cid-spVAeMqTyb .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-spVAeMqTyb .mbr-figure {
  margin: 0 auto;
}
.cid-spVAeMqTyb figcaption {
  position: relative;
}
.cid-spVAeMqTyb figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-spVAeMqTyb .image-block {
    width: 100% !important;
  }
}
.cid-spVAlGW966 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-spVAlGW966 H3 {
  color: #ffffff;
  text-align: left;
}
.cid-spVAlGW966 P {
  text-align: left;
  color: #ffffff;
}
.cid-spVAlGW966 H1 {
  text-align: left;
  color: #00dbff;
}
.cid-spVArGqqU7 {
  background: #ffffff;
}
.cid-spVArGqqU7 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-spVArGqqU7 .mbr-figure {
  margin: 0 auto;
}
.cid-spVArGqqU7 figcaption {
  position: relative;
}
.cid-spVArGqqU7 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-spVArGqqU7 .image-block {
    width: 100% !important;
  }
}
.cid-spVAAX8aAA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-spVAAX8aAA H3 {
  color: #ffffff;
  text-align: left;
}
.cid-spVAAX8aAA P {
  text-align: left;
  color: #ffffff;
}
.cid-spVAAX8aAA H1 {
  text-align: left;
  color: #00dbff;
}
.cid-spVAGNGCoK {
  background: #ffffff;
}
.cid-spVAGNGCoK .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-spVAGNGCoK .mbr-figure {
  margin: 0 auto;
}
.cid-spVAGNGCoK figcaption {
  position: relative;
}
.cid-spVAGNGCoK figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-spVAGNGCoK .image-block {
    width: 100% !important;
  }
}
.cid-spVALDGAUm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-spVALDGAUm H3 {
  color: #ffffff;
  text-align: left;
}
.cid-spVALDGAUm P {
  text-align: left;
  color: #ffffff;
}
.cid-spVALDGAUm H1 {
  text-align: left;
  color: #00dbff;
}
.cid-spVAQHVJpy {
  background: #ffffff;
}
.cid-spVAQHVJpy .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-spVAQHVJpy .mbr-figure {
  margin: 0 auto;
}
.cid-spVAQHVJpy figcaption {
  position: relative;
}
.cid-spVAQHVJpy figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-spVAQHVJpy .image-block {
    width: 100% !important;
  }
}
.cid-spVAUu5v8L {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-spVAUu5v8L H3 {
  color: #ffffff;
  text-align: left;
}
.cid-spVAUu5v8L P {
  text-align: left;
  color: #ffffff;
}
.cid-spVAUu5v8L H1 {
  text-align: left;
  color: #00dbff;
}
.cid-spVB2qmIRU {
  background: #ffffff;
}
.cid-spVB2qmIRU .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-spVB2qmIRU .mbr-figure {
  margin: 0 auto;
}
.cid-spVB2qmIRU figcaption {
  position: relative;
}
.cid-spVB2qmIRU figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-spVB2qmIRU .image-block {
    width: 100% !important;
  }
}
.cid-spVB6rwFvQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-spVB6rwFvQ H3 {
  color: #ffffff;
  text-align: left;
}
.cid-spVB6rwFvQ P {
  text-align: left;
  color: #ffffff;
}
.cid-spVB6rwFvQ H1 {
  text-align: left;
  color: #00dbff;
}
.cid-spVBbLTAzu {
  background: #ffffff;
}
.cid-spVBbLTAzu .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-spVBbLTAzu .mbr-figure {
  margin: 0 auto;
}
.cid-spVBbLTAzu figcaption {
  position: relative;
}
.cid-spVBbLTAzu figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-spVBbLTAzu .image-block {
    width: 100% !important;
  }
}
.cid-spVBlpZXXe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-spVBlpZXXe H3 {
  color: #ffffff;
  text-align: left;
}
.cid-spVBlpZXXe P {
  text-align: left;
  color: #ffffff;
}
.cid-spVBlpZXXe H1 {
  text-align: left;
  color: #00dbff;
}
.cid-spVBpUkIGM {
  background: #ffffff;
}
.cid-spVBpUkIGM .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-spVBpUkIGM .mbr-figure {
  margin: 0 auto;
}
.cid-spVBpUkIGM figcaption {
  position: relative;
}
.cid-spVBpUkIGM figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-spVBpUkIGM .image-block {
    width: 100% !important;
  }
}
.cid-spW9NPbpF0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-spVCnS2vvc {
  background: #ffffff;
}
.cid-spVCnS2vvc .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-spVCnS2vvc .mbr-figure {
  margin: 0 auto;
}
.cid-spVCnS2vvc figcaption {
  position: relative;
}
.cid-spVCnS2vvc figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-spVCnS2vvc .image-block {
    width: 100% !important;
  }
}
.cid-spVCqxz4O8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-spVCqxz4O8 H3 {
  color: #db0730;
  text-align: left;
}
.cid-spVCqxz4O8 P {
  text-align: center;
  color: #ffffff;
}
.cid-spVCqxz4O8 H1 {
  text-align: left;
}
.cid-spVH14gVyk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-spVH14gVyk H3 {
  color: #ffffff;
  text-align: left;
}
.cid-spVH14gVyk P {
  text-align: left;
  color: #ffffff;
}
.cid-spVH14gVyk H1 {
  text-align: left;
  color: #ff0000;
}
.cid-spVFUIusDI .modal-body .close {
  background: #1b1b1b;
}
.cid-spVFUIusDI .modal-body .close span {
  font-style: normal;
}
.cid-spVFUIusDI .carousel-inner > .active,
.cid-spVFUIusDI .carousel-inner > .next,
.cid-spVFUIusDI .carousel-inner > .prev {
  display: flex;
}
.cid-spVFUIusDI .carousel-control .icon-next,
.cid-spVFUIusDI .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-spVFUIusDI .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-spVFUIusDI .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-spVFUIusDI .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-spVFUIusDI .boxed-slider > div {
  position: relative;
}
.cid-spVFUIusDI .container img {
  width: 100%;
}
.cid-spVFUIusDI .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-spVFUIusDI .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-spVFUIusDI .mbr-table-cell {
  padding: 0;
}
.cid-spVFUIusDI .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-spVFUIusDI .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-spVFUIusDI .mbr-overlay {
  z-index: 1;
}
.cid-spVFUIusDI .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-spVFUIusDI .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-spVFUIusDI .carousel-item.active.right,
.cid-spVFUIusDI .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-spVFUIusDI .carousel-item.active.left,
.cid-spVFUIusDI .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-spVFUIusDI .carousel-item.active,
.cid-spVFUIusDI .carousel-item.next.left,
.cid-spVFUIusDI .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-spVFUIusDI .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-spVFUIusDI .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-spVFUIusDI .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-spVFUIusDI .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-spVFUIusDI .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-spVFUIusDI .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-spVFUIusDI .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-spVFUIusDI .mbr-slider .carousel-indicators li.active,
.cid-spVFUIusDI .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-spVFUIusDI .mbr-slider .carousel-indicators li::after,
.cid-spVFUIusDI .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-spVFUIusDI .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-spVFUIusDI .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-spVFUIusDI .mbr-slider > .container img {
  width: 100%;
}
.cid-spVFUIusDI .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-spVFUIusDI .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-spVFUIusDI .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-spVFUIusDI .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-spVFUIusDI .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-spVFUIusDI .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-spVFUIusDI .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-spVFUIusDI .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-spVFUIusDI .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-spVFUIusDI .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-spVFUIusDI .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-spVFUIusDI .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-spVFUIusDI .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-spVHEUvs2q {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-spVHEUvs2q H3 {
  color: #ffffff;
  text-align: left;
}
.cid-spVHEUvs2q P {
  text-align: left;
  color: #ffffff;
}
.cid-spVHEUvs2q H1 {
  text-align: left;
  color: #ff0000;
}
.cid-spVHKmekBj {
  background: #ffffff;
}
.cid-spVHKmekBj .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-spVHKmekBj .mbr-figure {
  margin: 0 auto;
}
.cid-spVHKmekBj figcaption {
  position: relative;
}
.cid-spVHKmekBj figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-spVHKmekBj .image-block {
    width: 100% !important;
  }
}
.cid-spWDpbHul8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-spWDpbHul8 .card-img {
  background-color: #fff;
}
.cid-spWDpbHul8 .card-box {
  background-color: #232323;
  padding: 2rem;
}
.cid-spWDpbHul8 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-spWDpbHul8 p {
  text-align: left;
}
.cid-spWDpbHul8 .mbr-text {
  color: #ffffff;
}
.cid-spWDpbHul8 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-spWDpbHul8 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-spWDpbHul8 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-spWDpbHul8 .card-title {
  color: #6ce300;
  text-align: left;
}
.cid-spVHP8vSnu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-spVHP8vSnu H3 {
  color: #ffffff;
  text-align: left;
}
.cid-spVHP8vSnu P {
  text-align: left;
  color: #ffffff;
}
.cid-spVHP8vSnu H1 {
  text-align: left;
  color: #ff0000;
}
.cid-spVHUv9IAP {
  background: #ffffff;
}
.cid-spVHUv9IAP .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-spVHUv9IAP .mbr-figure {
  margin: 0 auto;
}
.cid-spVHUv9IAP figcaption {
  position: relative;
}
.cid-spVHUv9IAP figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-spVHUv9IAP .image-block {
    width: 100% !important;
  }
}
.cid-spVHZUyQcX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-spVHZUyQcX H3 {
  color: #ffffff;
  text-align: left;
}
.cid-spVHZUyQcX P {
  text-align: left;
  color: #ffffff;
}
.cid-spVHZUyQcX H1 {
  text-align: left;
  color: #ff0000;
}
.cid-spVI81MNfO {
  background: #ffffff;
}
.cid-spVI81MNfO .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-spVI81MNfO .mbr-figure {
  margin: 0 auto;
}
.cid-spVI81MNfO figcaption {
  position: relative;
}
.cid-spVI81MNfO figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-spVI81MNfO .image-block {
    width: 100% !important;
  }
}
.cid-spVIeCQ1Hh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-spVIeCQ1Hh H3 {
  color: #ffffff;
  text-align: left;
}
.cid-spVIeCQ1Hh P {
  text-align: left;
  color: #ffffff;
}
.cid-spVIeCQ1Hh H1 {
  text-align: left;
  color: #ff0000;
}
.cid-spVIjaXSEy {
  background: #ffffff;
}
.cid-spVIjaXSEy .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-spVIjaXSEy .mbr-figure {
  margin: 0 auto;
}
.cid-spVIjaXSEy figcaption {
  position: relative;
}
.cid-spVIjaXSEy figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-spVIjaXSEy .image-block {
    width: 100% !important;
  }
}
.cid-spVInMpYvv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-spVInMpYvv H3 {
  color: #ffffff;
  text-align: left;
}
.cid-spVInMpYvv P {
  text-align: left;
  color: #ffffff;
}
.cid-spVInMpYvv H1 {
  text-align: left;
  color: #ff0000;
}
.cid-spVItlFtvl {
  background: #ffffff;
}
.cid-spVItlFtvl .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-spVItlFtvl .mbr-figure {
  margin: 0 auto;
}
.cid-spVItlFtvl figcaption {
  position: relative;
}
.cid-spVItlFtvl figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-spVItlFtvl .image-block {
    width: 100% !important;
  }
}
.cid-spVIyvKLXf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-spVIyvKLXf H3 {
  color: #ffffff;
  text-align: left;
}
.cid-spVIyvKLXf P {
  text-align: left;
  color: #ffffff;
}
.cid-spVIyvKLXf H1 {
  text-align: left;
  color: #ff0000;
}
.cid-spVIE0DNFh {
  background: #ffffff;
}
.cid-spVIE0DNFh .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-spVIE0DNFh .mbr-figure {
  margin: 0 auto;
}
.cid-spVIE0DNFh figcaption {
  position: relative;
}
.cid-spVIE0DNFh figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-spVIE0DNFh .image-block {
    width: 100% !important;
  }
}
.cid-spVIIWxhl9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-spVIIWxhl9 H3 {
  color: #ffffff;
  text-align: left;
}
.cid-spVIIWxhl9 P {
  text-align: left;
  color: #ffffff;
}
.cid-spVIIWxhl9 H1 {
  text-align: left;
  color: #ff0000;
}
.cid-spVIQCKwv5 {
  background: #ffffff;
}
.cid-spVIQCKwv5 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-spVIQCKwv5 .mbr-figure {
  margin: 0 auto;
}
.cid-spVIQCKwv5 figcaption {
  position: relative;
}
.cid-spVIQCKwv5 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-spVIQCKwv5 .image-block {
    width: 100% !important;
  }
}
.cid-spVIVRgbuL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-spVIVRgbuL H3 {
  color: #ffffff;
  text-align: left;
}
.cid-spVIVRgbuL P {
  text-align: left;
  color: #ffffff;
}
.cid-spVIVRgbuL H1 {
  text-align: left;
  color: #ff0000;
}
.cid-spVJ1aFoJW {
  background: #ffffff;
}
.cid-spVJ1aFoJW .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-spVJ1aFoJW .mbr-figure {
  margin: 0 auto;
}
.cid-spVJ1aFoJW figcaption {
  position: relative;
}
.cid-spVJ1aFoJW figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-spVJ1aFoJW .image-block {
    width: 100% !important;
  }
}
.cid-spVJ7iiXlX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-spVJ7iiXlX H3 {
  color: #ffffff;
  text-align: left;
}
.cid-spVJ7iiXlX P {
  text-align: left;
  color: #ffffff;
}
.cid-spVJ7iiXlX H1 {
  text-align: left;
  color: #ff0000;
}
.cid-spVJcsJJXg {
  background: #ffffff;
}
.cid-spVJcsJJXg .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-spVJcsJJXg .mbr-figure {
  margin: 0 auto;
}
.cid-spVJcsJJXg figcaption {
  position: relative;
}
.cid-spVJcsJJXg figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-spVJcsJJXg .image-block {
    width: 100% !important;
  }
}
.cid-spVJfG3a5s {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-spVJfG3a5s H3 {
  color: #ffffff;
  text-align: left;
}
.cid-spVJfG3a5s P {
  text-align: left;
  color: #ffffff;
}
.cid-spVJfG3a5s H1 {
  text-align: left;
  color: #ff0000;
}
.cid-spVJp9XttS {
  background: #ffffff;
}
.cid-spVJp9XttS .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-spVJp9XttS .mbr-figure {
  margin: 0 auto;
}
.cid-spVJp9XttS figcaption {
  position: relative;
}
.cid-spVJp9XttS figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-spVJp9XttS .image-block {
    width: 100% !important;
  }
}
.cid-spVJsvQEw4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-spVJsvQEw4 H3 {
  color: #ffffff;
  text-align: left;
}
.cid-spVJsvQEw4 P {
  text-align: left;
  color: #ffffff;
}
.cid-spVJsvQEw4 H1 {
  text-align: left;
  color: #ff0000;
}
.cid-spVJxqLmeu {
  background: #ffffff;
}
.cid-spVJxqLmeu .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-spVJxqLmeu .mbr-figure {
  margin: 0 auto;
}
.cid-spVJxqLmeu figcaption {
  position: relative;
}
.cid-spVJxqLmeu figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-spVJxqLmeu .image-block {
    width: 100% !important;
  }
}
.cid-spW9Qbmr0X {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-spVKvP6stW {
  background: #ffffff;
}
.cid-spVKvP6stW .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-spVKvP6stW .mbr-figure {
  margin: 0 auto;
}
.cid-spVKvP6stW figcaption {
  position: relative;
}
.cid-spVKvP6stW figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-spVKvP6stW .image-block {
    width: 100% !important;
  }
}
.cid-spVQBtKfnE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-spVQBtKfnE H3 {
  color: #ffffff;
  text-align: left;
}
.cid-spVQBtKfnE P {
  text-align: left;
  color: #ffffff;
}
.cid-spVQBtKfnE H1 {
  text-align: left;
  color: #ff9400;
}
.cid-spVMvvxgwk {
  background: #ffffff;
}
.cid-spVMvvxgwk .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-spVMvvxgwk .mbr-figure {
  margin: 0 auto;
}
.cid-spVMvvxgwk figcaption {
  position: relative;
}
.cid-spVMvvxgwk figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-spVMvvxgwk .image-block {
    width: 100% !important;
  }
}
.cid-spVMwjWQ32 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-spVMwjWQ32 H3 {
  color: #ffffff;
  text-align: left;
}
.cid-spVMwjWQ32 P {
  text-align: left;
  color: #ffffff;
}
.cid-spVMwjWQ32 H1 {
  text-align: left;
  color: #ff9400;
}
.cid-spVMQQp4v8 {
  background: #ffffff;
}
.cid-spVMQQp4v8 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-spVMQQp4v8 .mbr-figure {
  margin: 0 auto;
}
.cid-spVMQQp4v8 figcaption {
  position: relative;
}
.cid-spVMQQp4v8 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-spVMQQp4v8 .image-block {
    width: 100% !important;
  }
}
.cid-spVMV6aEam {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-spVMV6aEam H3 {
  color: #ffffff;
  text-align: left;
}
.cid-spVMV6aEam P {
  text-align: left;
  color: #ffffff;
}
.cid-spVMV6aEam H1 {
  text-align: left;
  color: #ff9400;
}
.cid-spVMVJyswU {
  background: #ffffff;
}
.cid-spVMVJyswU .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-spVMVJyswU .mbr-figure {
  margin: 0 auto;
}
.cid-spVMVJyswU figcaption {
  position: relative;
}
.cid-spVMVJyswU figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-spVMVJyswU .image-block {
    width: 100% !important;
  }
}
.cid-spWFxehxOz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-spWFxehxOz .card-img {
  background-color: #fff;
}
.cid-spWFxehxOz .card-box {
  background-color: #232323;
  padding: 2rem;
}
.cid-spWFxehxOz h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-spWFxehxOz p {
  text-align: left;
}
.cid-spWFxehxOz .mbr-text {
  color: #ffffff;
}
.cid-spWFxehxOz .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-spWFxehxOz .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-spWFxehxOz .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-spWFxehxOz .card-title {
  color: #6ce300;
  text-align: left;
}
.cid-spVN8wJ5C6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-spVN8wJ5C6 H3 {
  color: #ffffff;
  text-align: left;
}
.cid-spVN8wJ5C6 P {
  text-align: left;
  color: #ffffff;
}
.cid-spVN8wJ5C6 H1 {
  text-align: left;
  color: #ff9400;
}
.cid-spVN93MYEe {
  background: #ffffff;
}
.cid-spVN93MYEe .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-spVN93MYEe .mbr-figure {
  margin: 0 auto;
}
.cid-spVN93MYEe figcaption {
  position: relative;
}
.cid-spVN93MYEe figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-spVN93MYEe .image-block {
    width: 100% !important;
  }
}
.cid-spVO6741aN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-spVO6741aN H3 {
  color: #ffffff;
  text-align: left;
}
.cid-spVO6741aN P {
  text-align: left;
  color: #ffffff;
}
.cid-spVO6741aN H1 {
  text-align: left;
  color: #ff9400;
}
.cid-spVO7hI12u {
  background: #ffffff;
}
.cid-spVO7hI12u .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-spVO7hI12u .mbr-figure {
  margin: 0 auto;
}
.cid-spVO7hI12u figcaption {
  position: relative;
}
.cid-spVO7hI12u figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-spVO7hI12u .image-block {
    width: 100% !important;
  }
}
.cid-spVOhmhoa1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-spVOhmhoa1 H3 {
  color: #ffffff;
  text-align: left;
}
.cid-spVOhmhoa1 P {
  text-align: left;
  color: #ffffff;
}
.cid-spVOhmhoa1 H1 {
  text-align: left;
  color: #ff9400;
}
.cid-spVOixXhCQ {
  background: #ffffff;
}
.cid-spVOixXhCQ .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-spVOixXhCQ .mbr-figure {
  margin: 0 auto;
}
.cid-spVOixXhCQ figcaption {
  position: relative;
}
.cid-spVOixXhCQ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-spVOixXhCQ .image-block {
    width: 100% !important;
  }
}
.cid-spVOotpI3H {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-spVOotpI3H H3 {
  color: #ffffff;
  text-align: left;
}
.cid-spVOotpI3H P {
  text-align: left;
  color: #ffffff;
}
.cid-spVOotpI3H H1 {
  text-align: left;
  color: #ff9400;
}
.cid-spVOpl3pMo {
  background: #ffffff;
}
.cid-spVOpl3pMo .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-spVOpl3pMo .mbr-figure {
  margin: 0 auto;
}
.cid-spVOpl3pMo figcaption {
  position: relative;
}
.cid-spVOpl3pMo figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-spVOpl3pMo .image-block {
    width: 100% !important;
  }
}
.cid-spVP6L2MYd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-spVP6L2MYd H3 {
  color: #ffffff;
  text-align: left;
}
.cid-spVP6L2MYd P {
  text-align: left;
  color: #ffffff;
}
.cid-spVP6L2MYd H1 {
  text-align: left;
  color: #ff9400;
}
.cid-spVP7QcDJ1 {
  background: #ffffff;
}
.cid-spVP7QcDJ1 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-spVP7QcDJ1 .mbr-figure {
  margin: 0 auto;
}
.cid-spVP7QcDJ1 figcaption {
  position: relative;
}
.cid-spVP7QcDJ1 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-spVP7QcDJ1 .image-block {
    width: 100% !important;
  }
}
.cid-spVPfsD245 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-spVPfsD245 H3 {
  color: #ffffff;
  text-align: left;
}
.cid-spVPfsD245 P {
  text-align: left;
  color: #ffffff;
}
.cid-spVPfsD245 H1 {
  text-align: left;
  color: #ff9400;
}
.cid-spVPggRPjZ {
  background: #ffffff;
}
.cid-spVPggRPjZ .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-spVPggRPjZ .mbr-figure {
  margin: 0 auto;
}
.cid-spVPggRPjZ figcaption {
  position: relative;
}
.cid-spVPggRPjZ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-spVPggRPjZ .image-block {
    width: 100% !important;
  }
}
.cid-spVPldND3B {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-spVPldND3B H3 {
  color: #ffffff;
  text-align: left;
}
.cid-spVPldND3B P {
  text-align: left;
  color: #ffffff;
}
.cid-spVPldND3B H1 {
  text-align: left;
  color: #ff9400;
}
.cid-spVPm2xXJM {
  background: #ffffff;
}
.cid-spVPm2xXJM .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-spVPm2xXJM .mbr-figure {
  margin: 0 auto;
}
.cid-spVPm2xXJM figcaption {
  position: relative;
}
.cid-spVPm2xXJM figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-spVPm2xXJM .image-block {
    width: 100% !important;
  }
}
.cid-spVPpRhz4O {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-spVPpRhz4O H3 {
  color: #ffffff;
  text-align: left;
}
.cid-spVPpRhz4O P {
  text-align: left;
  color: #ffffff;
}
.cid-spVPpRhz4O H1 {
  text-align: left;
  color: #ff9400;
}
.cid-spVPsgI8u4 {
  background: #ffffff;
}
.cid-spVPsgI8u4 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-spVPsgI8u4 .mbr-figure {
  margin: 0 auto;
}
.cid-spVPsgI8u4 figcaption {
  position: relative;
}
.cid-spVPsgI8u4 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-spVPsgI8u4 .image-block {
    width: 100% !important;
  }
}
.cid-spVPworZCr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-spVPworZCr H3 {
  color: #ffffff;
  text-align: left;
}
.cid-spVPworZCr P {
  text-align: left;
  color: #ffffff;
}
.cid-spVPworZCr H1 {
  text-align: left;
  color: #ff9400;
}
.cid-spVPx2wAky {
  background: #ffffff;
}
.cid-spVPx2wAky .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-spVPx2wAky .mbr-figure {
  margin: 0 auto;
}
.cid-spVPx2wAky figcaption {
  position: relative;
}
.cid-spVPx2wAky figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-spVPx2wAky .image-block {
    width: 100% !important;
  }
}
.cid-spVPAIE6gI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-spVPAIE6gI H3 {
  color: #ffffff;
  text-align: left;
}
.cid-spVPAIE6gI P {
  text-align: left;
  color: #ffffff;
}
.cid-spVPAIE6gI H1 {
  text-align: left;
  color: #ff9400;
}
.cid-spVPBg5p8T {
  background: #ffffff;
}
.cid-spVPBg5p8T .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-spVPBg5p8T .mbr-figure {
  margin: 0 auto;
}
.cid-spVPBg5p8T figcaption {
  position: relative;
}
.cid-spVPBg5p8T figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-spVPBg5p8T .image-block {
    width: 100% !important;
  }
}
.cid-spW9SQ1FCb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-spW7y3vbfa {
  background: #ffffff;
}
.cid-spW7y3vbfa .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-spW7y3vbfa .mbr-figure {
  margin: 0 auto;
}
.cid-spW7y3vbfa figcaption {
  position: relative;
}
.cid-spW7y3vbfa figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-spW7y3vbfa .image-block {
    width: 100% !important;
  }
}
.cid-spW7QqVEJ5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-spW7QqVEJ5 H3 {
  color: #db0730;
  text-align: left;
}
.cid-spW7QqVEJ5 P {
  text-align: center;
  color: #161d20;
}
.cid-spW7QqVEJ5 H1 {
  text-align: left;
}
.cid-spW7yAtBWG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-spW7yAtBWG H3 {
  color: #000000;
  text-align: left;
}
.cid-spW7yAtBWG P {
  text-align: left;
  color: #000000;
}
.cid-spW7yAtBWG H1 {
  text-align: left;
  color: #c10500;
}
.cid-spW83GEBhb .modal-body .close {
  background: #1b1b1b;
}
.cid-spW83GEBhb .modal-body .close span {
  font-style: normal;
}
.cid-spW83GEBhb .carousel-inner > .active,
.cid-spW83GEBhb .carousel-inner > .next,
.cid-spW83GEBhb .carousel-inner > .prev {
  display: flex;
}
.cid-spW83GEBhb .carousel-control .icon-next,
.cid-spW83GEBhb .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-spW83GEBhb .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-spW83GEBhb .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-spW83GEBhb .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-spW83GEBhb .boxed-slider > div {
  position: relative;
}
.cid-spW83GEBhb .container img {
  width: 100%;
}
.cid-spW83GEBhb .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-spW83GEBhb .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-spW83GEBhb .mbr-table-cell {
  padding: 0;
}
.cid-spW83GEBhb .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-spW83GEBhb .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-spW83GEBhb .mbr-overlay {
  z-index: 1;
}
.cid-spW83GEBhb .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-spW83GEBhb .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-spW83GEBhb .carousel-item.active.right,
.cid-spW83GEBhb .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-spW83GEBhb .carousel-item.active.left,
.cid-spW83GEBhb .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-spW83GEBhb .carousel-item.active,
.cid-spW83GEBhb .carousel-item.next.left,
.cid-spW83GEBhb .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-spW83GEBhb .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-spW83GEBhb .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-spW83GEBhb .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-spW83GEBhb .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-spW83GEBhb .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-spW83GEBhb .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-spW83GEBhb .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-spW83GEBhb .mbr-slider .carousel-indicators li.active,
.cid-spW83GEBhb .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-spW83GEBhb .mbr-slider .carousel-indicators li::after,
.cid-spW83GEBhb .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-spW83GEBhb .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-spW83GEBhb .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-spW83GEBhb .mbr-slider > .container img {
  width: 100%;
}
.cid-spW83GEBhb .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-spW83GEBhb .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-spW83GEBhb .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-spW83GEBhb .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-spW83GEBhb .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-spW83GEBhb .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-spW83GEBhb .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-spW83GEBhb .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-spW83GEBhb .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-spW83GEBhb .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-spW83GEBhb .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-spW83GEBhb .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-spW83GEBhb .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-spW8dMfrUO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-spW8dMfrUO H3 {
  color: #000000;
  text-align: left;
}
.cid-spW8dMfrUO P {
  text-align: left;
  color: #000000;
}
.cid-spW8dMfrUO H1 {
  text-align: left;
  color: #c10500;
}
.cid-spW8ihnFfS {
  background: #ffffff;
}
.cid-spW8ihnFfS .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-spW8ihnFfS .mbr-figure {
  margin: 0 auto;
}
.cid-spW8ihnFfS figcaption {
  position: relative;
}
.cid-spW8ihnFfS figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-spW8ihnFfS .image-block {
    width: 100% !important;
  }
}
.cid-spW8m0UGKY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-spW8m0UGKY H3 {
  color: #000000;
  text-align: left;
}
.cid-spW8m0UGKY P {
  text-align: left;
  color: #000000;
}
.cid-spW8m0UGKY H1 {
  text-align: left;
  color: #c10500;
}
.cid-spW8r14TPh {
  background: #ffffff;
}
.cid-spW8r14TPh .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-spW8r14TPh .mbr-figure {
  margin: 0 auto;
}
.cid-spW8r14TPh figcaption {
  position: relative;
}
.cid-spW8r14TPh figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-spW8r14TPh .image-block {
    width: 100% !important;
  }
}
.cid-spW8ufQDEw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-spW8ufQDEw H3 {
  color: #000000;
  text-align: left;
}
.cid-spW8ufQDEw P {
  text-align: left;
  color: #000000;
}
.cid-spW8ufQDEw H1 {
  text-align: left;
  color: #c10500;
}
.cid-spW8yD6cEI {
  background: #ffffff;
}
.cid-spW8yD6cEI .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-spW8yD6cEI .mbr-figure {
  margin: 0 auto;
}
.cid-spW8yD6cEI figcaption {
  position: relative;
}
.cid-spW8yD6cEI figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-spW8yD6cEI .image-block {
    width: 100% !important;
  }
}
.cid-spW8BBCYvJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-spW8BBCYvJ H3 {
  color: #000000;
  text-align: left;
}
.cid-spW8BBCYvJ P {
  text-align: left;
  color: #000000;
}
.cid-spW8BBCYvJ H1 {
  text-align: left;
  color: #c10500;
}
.cid-spW8G97cFw {
  background: #ffffff;
}
.cid-spW8G97cFw .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-spW8G97cFw .mbr-figure {
  margin: 0 auto;
}
.cid-spW8G97cFw figcaption {
  position: relative;
}
.cid-spW8G97cFw figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-spW8G97cFw .image-block {
    width: 100% !important;
  }
}
.cid-spW8J1qNvx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-spW8J1qNvx H3 {
  color: #000000;
  text-align: left;
}
.cid-spW8J1qNvx P {
  text-align: left;
  color: #000000;
}
.cid-spW8J1qNvx H1 {
  text-align: left;
  color: #c10500;
}
.cid-spW8NzRVpo {
  background: #ffffff;
}
.cid-spW8NzRVpo .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-spW8NzRVpo .mbr-figure {
  margin: 0 auto;
}
.cid-spW8NzRVpo figcaption {
  position: relative;
}
.cid-spW8NzRVpo figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-spW8NzRVpo .image-block {
    width: 100% !important;
  }
}
.cid-spW8QxPruA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-spW8QxPruA H3 {
  color: #000000;
  text-align: left;
}
.cid-spW8QxPruA P {
  text-align: left;
  color: #000000;
}
.cid-spW8QxPruA H1 {
  text-align: left;
  color: #c10500;
}
.cid-spW8V1E2ft {
  background: #ffffff;
}
.cid-spW8V1E2ft .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-spW8V1E2ft .mbr-figure {
  margin: 0 auto;
}
.cid-spW8V1E2ft figcaption {
  position: relative;
}
.cid-spW8V1E2ft figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-spW8V1E2ft .image-block {
    width: 100% !important;
  }
}
.cid-spW8Yo1wu5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-spW8Yo1wu5 H3 {
  color: #000000;
  text-align: left;
}
.cid-spW8Yo1wu5 P {
  text-align: left;
  color: #000000;
}
.cid-spW8Yo1wu5 H1 {
  text-align: left;
  color: #c10500;
}
.cid-spW92YBfmU {
  background: #ffffff;
}
.cid-spW92YBfmU .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-spW92YBfmU .mbr-figure {
  margin: 0 auto;
}
.cid-spW92YBfmU figcaption {
  position: relative;
}
.cid-spW92YBfmU figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-spW92YBfmU .image-block {
    width: 100% !important;
  }
}
.cid-spW96hhwUS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-spW96hhwUS H3 {
  color: #000000;
  text-align: left;
}
.cid-spW96hhwUS P {
  text-align: left;
  color: #000000;
}
.cid-spW96hhwUS H1 {
  text-align: left;
  color: #c10500;
}
.cid-spW9aW2VfT {
  background: #ffffff;
}
.cid-spW9aW2VfT .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-spW9aW2VfT .mbr-figure {
  margin: 0 auto;
}
.cid-spW9aW2VfT figcaption {
  position: relative;
}
.cid-spW9aW2VfT figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-spW9aW2VfT .image-block {
    width: 100% !important;
  }
}
.cid-spW9eh8nWE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-spW9eh8nWE H3 {
  color: #000000;
  text-align: left;
}
.cid-spW9eh8nWE P {
  text-align: left;
  color: #000000;
}
.cid-spW9eh8nWE H1 {
  text-align: left;
  color: #c10500;
}
.cid-spW9iyC7uP {
  background: #ffffff;
}
.cid-spW9iyC7uP .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-spW9iyC7uP .mbr-figure {
  margin: 0 auto;
}
.cid-spW9iyC7uP figcaption {
  position: relative;
}
.cid-spW9iyC7uP figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-spW9iyC7uP .image-block {
    width: 100% !important;
  }
}
.cid-spW9mGluUU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-spW9mGluUU H3 {
  color: #db0730;
  text-align: left;
}
.cid-spW9mGluUU P {
  text-align: left;
  color: #161d20;
}
.cid-spW9mGluUU H1 {
  text-align: left;
}
.cid-spW9SQ1FCb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-sq1zAIioW4 {
  background: #ffffff;
}
.cid-sq1zAIioW4 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sq1zAIioW4 .mbr-figure {
  margin: 0 auto;
}
.cid-sq1zAIioW4 figcaption {
  position: relative;
}
.cid-sq1zAIioW4 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sq1zAIioW4 .image-block {
    width: 100% !important;
  }
}
.cid-sq1x8tExQO {
  background: #ffffff;
}
.cid-sq1x8tExQO .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sq1x8tExQO .mbr-figure {
  margin: 0 auto;
}
.cid-sq1x8tExQO figcaption {
  position: relative;
}
.cid-sq1x8tExQO figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sq1x8tExQO .image-block {
    width: 100% !important;
  }
}
.cid-sq1xhKrc4e {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sq1xhKrc4e H3 {
  color: #db0730;
  text-align: left;
}
.cid-sq1xhKrc4e P {
  text-align: center;
  color: #161d20;
}
.cid-sq1xhKrc4e H1 {
  text-align: left;
}
.cid-sq1xazFCko {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sq1xazFCko H3 {
  color: #000000;
  text-align: left;
}
.cid-sq1xazFCko P {
  text-align: left;
  color: #000000;
}
.cid-sq1xazFCko H1 {
  text-align: left;
  color: #26aae5;
}
.cid-sq1xrDAV4F {
  background: #ffffff;
}
.cid-sq1xrDAV4F .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sq1xrDAV4F .mbr-figure {
  margin: 0 auto;
}
.cid-sq1xrDAV4F figcaption {
  position: relative;
}
.cid-sq1xrDAV4F figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sq1xrDAV4F .image-block {
    width: 100% !important;
  }
}
.cid-sq1xwXUnLF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sq1xwXUnLF H3 {
  color: #000000;
  text-align: left;
}
.cid-sq1xwXUnLF P {
  text-align: left;
  color: #000000;
}
.cid-sq1xwXUnLF H1 {
  text-align: left;
  color: #26aae5;
}
.cid-sq1xFg4xhP {
  background: #ffffff;
}
.cid-sq1xFg4xhP .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sq1xFg4xhP .mbr-figure {
  margin: 0 auto;
}
.cid-sq1xFg4xhP figcaption {
  position: relative;
}
.cid-sq1xFg4xhP figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sq1xFg4xhP .image-block {
    width: 100% !important;
  }
}
.cid-sq1xIxvQ9h {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sq1xIxvQ9h H3 {
  color: #000000;
  text-align: left;
}
.cid-sq1xIxvQ9h P {
  text-align: left;
  color: #000000;
}
.cid-sq1xIxvQ9h H1 {
  text-align: left;
  color: #26aae5;
}
.cid-sq1xPGiVyL {
  background: #ffffff;
}
.cid-sq1xPGiVyL .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sq1xPGiVyL .mbr-figure {
  margin: 0 auto;
}
.cid-sq1xPGiVyL figcaption {
  position: relative;
}
.cid-sq1xPGiVyL figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sq1xPGiVyL .image-block {
    width: 100% !important;
  }
}
.cid-sq1xU0O3Y3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sq1xU0O3Y3 H3 {
  color: #000000;
  text-align: left;
}
.cid-sq1xU0O3Y3 P {
  text-align: left;
  color: #000000;
}
.cid-sq1xU0O3Y3 H1 {
  text-align: left;
  color: #26aae5;
}
.cid-sq1y1aJBr1 {
  background: #ffffff;
}
.cid-sq1y1aJBr1 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sq1y1aJBr1 .mbr-figure {
  margin: 0 auto;
}
.cid-sq1y1aJBr1 figcaption {
  position: relative;
}
.cid-sq1y1aJBr1 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sq1y1aJBr1 .image-block {
    width: 100% !important;
  }
}
.cid-sq1y4W2zoP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sq1y4W2zoP H3 {
  color: #000000;
  text-align: left;
}
.cid-sq1y4W2zoP P {
  text-align: left;
  color: #000000;
}
.cid-sq1y4W2zoP H1 {
  text-align: left;
  color: #26aae5;
}
.cid-sq1yddp5qr {
  background: #ffffff;
}
.cid-sq1yddp5qr .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sq1yddp5qr .mbr-figure {
  margin: 0 auto;
}
.cid-sq1yddp5qr figcaption {
  position: relative;
}
.cid-sq1yddp5qr figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sq1yddp5qr .image-block {
    width: 100% !important;
  }
}
.cid-sq1yhivRVD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sq1yhivRVD H3 {
  color: #000000;
  text-align: left;
}
.cid-sq1yhivRVD P {
  text-align: left;
  color: #000000;
}
.cid-sq1yhivRVD H1 {
  text-align: left;
  color: #26aae5;
}
.cid-sq1yoUwD3u {
  background: #ffffff;
}
.cid-sq1yoUwD3u .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sq1yoUwD3u .mbr-figure {
  margin: 0 auto;
}
.cid-sq1yoUwD3u figcaption {
  position: relative;
}
.cid-sq1yoUwD3u figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sq1yoUwD3u .image-block {
    width: 100% !important;
  }
}
.cid-sq1ysJz3g8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sq1ysJz3g8 H3 {
  color: #000000;
  text-align: left;
}
.cid-sq1ysJz3g8 P {
  text-align: left;
  color: #000000;
}
.cid-sq1ysJz3g8 H1 {
  text-align: left;
  color: #26aae5;
}
.cid-sq1ytFk9lL {
  background: #ffffff;
}
.cid-sq1ytFk9lL .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sq1ytFk9lL .mbr-figure {
  margin: 0 auto;
}
.cid-sq1ytFk9lL figcaption {
  position: relative;
}
.cid-sq1ytFk9lL figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sq1ytFk9lL .image-block {
    width: 100% !important;
  }
}
.cid-sq1yD5vQ2A {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sq1yD5vQ2A H3 {
  color: #000000;
  text-align: left;
}
.cid-sq1yD5vQ2A P {
  text-align: left;
  color: #000000;
}
.cid-sq1yD5vQ2A H1 {
  text-align: left;
  color: #26aae5;
}
.cid-sq1yJLJfAD {
  background: #ffffff;
}
.cid-sq1yJLJfAD .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sq1yJLJfAD .mbr-figure {
  margin: 0 auto;
}
.cid-sq1yJLJfAD figcaption {
  position: relative;
}
.cid-sq1yJLJfAD figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sq1yJLJfAD .image-block {
    width: 100% !important;
  }
}
.cid-sq1yMSFaDI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sq1yMSFaDI H3 {
  color: #000000;
  text-align: left;
}
.cid-sq1yMSFaDI P {
  text-align: left;
  color: #000000;
}
.cid-sq1yMSFaDI H1 {
  text-align: left;
  color: #26aae5;
}
.cid-sq1yTkYgMv {
  background: #ffffff;
}
.cid-sq1yTkYgMv .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sq1yTkYgMv .mbr-figure {
  margin: 0 auto;
}
.cid-sq1yTkYgMv figcaption {
  position: relative;
}
.cid-sq1yTkYgMv figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sq1yTkYgMv .image-block {
    width: 100% !important;
  }
}
.cid-sq1yZo6YM9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sq1yZo6YM9 H3 {
  color: #000000;
  text-align: left;
}
.cid-sq1yZo6YM9 P {
  text-align: left;
  color: #000000;
}
.cid-sq1yZo6YM9 H1 {
  text-align: left;
  color: #26aae5;
}
.cid-sq1z0IcHnP {
  background: #ffffff;
}
.cid-sq1z0IcHnP .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sq1z0IcHnP .mbr-figure {
  margin: 0 auto;
}
.cid-sq1z0IcHnP figcaption {
  position: relative;
}
.cid-sq1z0IcHnP figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sq1z0IcHnP .image-block {
    width: 100% !important;
  }
}
.cid-sq29dhxYIt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-sq29di65E1 {
  background: #ffffff;
}
.cid-sq29di65E1 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sq29di65E1 .mbr-figure {
  margin: 0 auto;
}
.cid-sq29di65E1 figcaption {
  position: relative;
}
.cid-sq29di65E1 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sq29di65E1 .image-block {
    width: 100% !important;
  }
}
.cid-sq29dildVF {
  background: #ffffff;
}
.cid-sq29dildVF .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sq29dildVF .mbr-figure {
  margin: 0 auto;
}
.cid-sq29dildVF figcaption {
  position: relative;
}
.cid-sq29dildVF figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sq29dildVF .image-block {
    width: 100% !important;
  }
}
.cid-sq29diGh9P {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sq29diGh9P H3 {
  color: #db0730;
  text-align: left;
}
.cid-sq29diGh9P P {
  text-align: center;
  color: #161d20;
}
.cid-sq29diGh9P H1 {
  text-align: left;
}
.cid-sq29dj56a6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sq29dj56a6 H3 {
  color: #000000;
  text-align: left;
}
.cid-sq29dj56a6 P {
  text-align: left;
  color: #000000;
}
.cid-sq29dj56a6 H1 {
  text-align: left;
  color: #26aae5;
}
.cid-sq29djw2sO {
  background: #ffffff;
}
.cid-sq29djw2sO .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sq29djw2sO .mbr-figure {
  margin: 0 auto;
}
.cid-sq29djw2sO figcaption {
  position: relative;
}
.cid-sq29djw2sO figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sq29djw2sO .image-block {
    width: 100% !important;
  }
}
.cid-sq29djPjPI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sq29djPjPI H3 {
  color: #000000;
  text-align: left;
}
.cid-sq29djPjPI P {
  text-align: left;
  color: #000000;
}
.cid-sq29djPjPI H1 {
  text-align: left;
  color: #26aae5;
}
.cid-sq29dkexXU {
  background: #ffffff;
}
.cid-sq29dkexXU .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sq29dkexXU .mbr-figure {
  margin: 0 auto;
}
.cid-sq29dkexXU figcaption {
  position: relative;
}
.cid-sq29dkexXU figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sq29dkexXU .image-block {
    width: 100% !important;
  }
}
.cid-sq29dkyREG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sq29dkyREG H3 {
  color: #000000;
  text-align: left;
}
.cid-sq29dkyREG P {
  text-align: left;
  color: #000000;
}
.cid-sq29dkyREG H1 {
  text-align: left;
  color: #26aae5;
}
.cid-sq29dkTVfK {
  background: #ffffff;
}
.cid-sq29dkTVfK .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sq29dkTVfK .mbr-figure {
  margin: 0 auto;
}
.cid-sq29dkTVfK figcaption {
  position: relative;
}
.cid-sq29dkTVfK figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sq29dkTVfK .image-block {
    width: 100% !important;
  }
}
.cid-sq29dl9YxQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sq29dl9YxQ H3 {
  color: #000000;
  text-align: left;
}
.cid-sq29dl9YxQ P {
  text-align: left;
  color: #000000;
}
.cid-sq29dl9YxQ H1 {
  text-align: left;
  color: #26aae5;
}
.cid-sq29dlrfaP {
  background: #ffffff;
}
.cid-sq29dlrfaP .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sq29dlrfaP .mbr-figure {
  margin: 0 auto;
}
.cid-sq29dlrfaP figcaption {
  position: relative;
}
.cid-sq29dlrfaP figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sq29dlrfaP .image-block {
    width: 100% !important;
  }
}
.cid-sq29dlFyr0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sq29dlFyr0 H3 {
  color: #000000;
  text-align: left;
}
.cid-sq29dlFyr0 P {
  text-align: left;
  color: #000000;
}
.cid-sq29dlFyr0 H1 {
  text-align: left;
  color: #26aae5;
}
.cid-sq29dlYH3K {
  background: #ffffff;
}
.cid-sq29dlYH3K .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sq29dlYH3K .mbr-figure {
  margin: 0 auto;
}
.cid-sq29dlYH3K figcaption {
  position: relative;
}
.cid-sq29dlYH3K figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sq29dlYH3K .image-block {
    width: 100% !important;
  }
}
.cid-sq29dmcpLH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sq29dmcpLH H3 {
  color: #000000;
  text-align: left;
}
.cid-sq29dmcpLH P {
  text-align: left;
  color: #000000;
}
.cid-sq29dmcpLH H1 {
  text-align: left;
  color: #26aae5;
}
.cid-sq29dmuHCM {
  background: #ffffff;
}
.cid-sq29dmuHCM .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sq29dmuHCM .mbr-figure {
  margin: 0 auto;
}
.cid-sq29dmuHCM figcaption {
  position: relative;
}
.cid-sq29dmuHCM figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sq29dmuHCM .image-block {
    width: 100% !important;
  }
}
.cid-sq29dmLP81 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sq29dmLP81 H3 {
  color: #000000;
  text-align: left;
}
.cid-sq29dmLP81 P {
  text-align: left;
  color: #000000;
}
.cid-sq29dmLP81 H1 {
  text-align: left;
  color: #26aae5;
}
.cid-sq29dn85hn {
  background: #ffffff;
}
.cid-sq29dn85hn .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sq29dn85hn .mbr-figure {
  margin: 0 auto;
}
.cid-sq29dn85hn figcaption {
  position: relative;
}
.cid-sq29dn85hn figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sq29dn85hn .image-block {
    width: 100% !important;
  }
}
.cid-sq29dnntRH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sq29dnntRH H3 {
  color: #000000;
  text-align: left;
}
.cid-sq29dnntRH P {
  text-align: left;
  color: #000000;
}
.cid-sq29dnntRH H1 {
  text-align: left;
  color: #26aae5;
}
.cid-sq29dnFpPP {
  background: #ffffff;
}
.cid-sq29dnFpPP .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sq29dnFpPP .mbr-figure {
  margin: 0 auto;
}
.cid-sq29dnFpPP figcaption {
  position: relative;
}
.cid-sq29dnFpPP figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sq29dnFpPP .image-block {
    width: 100% !important;
  }
}
.cid-sq29dnVUxB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sq29dnVUxB H3 {
  color: #000000;
  text-align: left;
}
.cid-sq29dnVUxB P {
  text-align: left;
  color: #000000;
}
.cid-sq29dnVUxB H1 {
  text-align: left;
  color: #26aae5;
}
.cid-sq29dogXp2 {
  background: #ffffff;
}
.cid-sq29dogXp2 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sq29dogXp2 .mbr-figure {
  margin: 0 auto;
}
.cid-sq29dogXp2 figcaption {
  position: relative;
}
.cid-sq29dogXp2 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sq29dogXp2 .image-block {
    width: 100% !important;
  }
}
.cid-sq29doxZXV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sq29doxZXV H3 {
  color: #000000;
  text-align: left;
}
.cid-sq29doxZXV P {
  text-align: left;
  color: #000000;
}
.cid-sq29doxZXV H1 {
  text-align: left;
  color: #26aae5;
}
.cid-sq29doQWjT {
  background: #ffffff;
}
.cid-sq29doQWjT .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sq29doQWjT .mbr-figure {
  margin: 0 auto;
}
.cid-sq29doQWjT figcaption {
  position: relative;
}
.cid-sq29doQWjT figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sq29doQWjT .image-block {
    width: 100% !important;
  }
}
.cid-sq2aSAcbW2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sq2aSAcbW2 H3 {
  color: #000000;
  text-align: left;
}
.cid-sq2aSAcbW2 P {
  text-align: left;
  color: #000000;
}
.cid-sq2aSAcbW2 H1 {
  text-align: left;
  color: #26aae5;
}
.cid-sq2aTKtg9s {
  background: #ffffff;
}
.cid-sq2aTKtg9s .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sq2aTKtg9s .mbr-figure {
  margin: 0 auto;
}
.cid-sq2aTKtg9s figcaption {
  position: relative;
}
.cid-sq2aTKtg9s figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sq2aTKtg9s .image-block {
    width: 100% !important;
  }
}
.cid-sq2aYYtNnr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sq2aYYtNnr H3 {
  color: #000000;
  text-align: left;
}
.cid-sq2aYYtNnr P {
  text-align: left;
  color: #000000;
}
.cid-sq2aYYtNnr H1 {
  text-align: left;
  color: #26aae5;
}
.cid-sq2aZvh3WN {
  background: #ffffff;
}
.cid-sq2aZvh3WN .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sq2aZvh3WN .mbr-figure {
  margin: 0 auto;
}
.cid-sq2aZvh3WN figcaption {
  position: relative;
}
.cid-sq2aZvh3WN figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sq2aZvh3WN .image-block {
    width: 100% !important;
  }
}
.cid-stjX42GNRu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-stjX436trB {
  background: #ffffff;
}
.cid-stjX436trB .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-stjX436trB .mbr-figure {
  margin: 0 auto;
}
.cid-stjX436trB figcaption {
  position: relative;
}
.cid-stjX436trB figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-stjX436trB .image-block {
    width: 100% !important;
  }
}
.cid-stjX43kGAd {
  background: #ffffff;
}
.cid-stjX43kGAd .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-stjX43kGAd .mbr-figure {
  margin: 0 auto;
}
.cid-stjX43kGAd figcaption {
  position: relative;
}
.cid-stjX43kGAd figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-stjX43kGAd .image-block {
    width: 100% !important;
  }
}
.cid-stjX43D9ts {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-stjX43D9ts H3 {
  color: #db0730;
  text-align: left;
}
.cid-stjX43D9ts P {
  text-align: center;
  color: #161d20;
}
.cid-stjX43D9ts H1 {
  text-align: left;
}
.cid-stjX440is0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-stjX440is0 H3 {
  color: #000000;
  text-align: left;
}
.cid-stjX440is0 P {
  text-align: left;
  color: #000000;
}
.cid-stjX440is0 H1 {
  text-align: left;
  color: #26aae5;
}
.cid-stjX44kgEI {
  background: #ffffff;
}
.cid-stjX44kgEI .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-stjX44kgEI .mbr-figure {
  margin: 0 auto;
}
.cid-stjX44kgEI figcaption {
  position: relative;
}
.cid-stjX44kgEI figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-stjX44kgEI .image-block {
    width: 100% !important;
  }
}
.cid-stjX44D9si {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-stjX44D9si H3 {
  color: #000000;
  text-align: left;
}
.cid-stjX44D9si P {
  text-align: left;
  color: #000000;
}
.cid-stjX44D9si H1 {
  text-align: left;
  color: #26aae5;
}
.cid-stjX44Xj0M {
  background: #ffffff;
}
.cid-stjX44Xj0M .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-stjX44Xj0M .mbr-figure {
  margin: 0 auto;
}
.cid-stjX44Xj0M figcaption {
  position: relative;
}
.cid-stjX44Xj0M figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-stjX44Xj0M .image-block {
    width: 100% !important;
  }
}
.cid-stjX45eP0q {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-stjX45eP0q H3 {
  color: #000000;
  text-align: left;
}
.cid-stjX45eP0q P {
  text-align: left;
  color: #000000;
}
.cid-stjX45eP0q H1 {
  text-align: left;
  color: #26aae5;
}
.cid-stjX45xSkB {
  background: #ffffff;
}
.cid-stjX45xSkB .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-stjX45xSkB .mbr-figure {
  margin: 0 auto;
}
.cid-stjX45xSkB figcaption {
  position: relative;
}
.cid-stjX45xSkB figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-stjX45xSkB .image-block {
    width: 100% !important;
  }
}
.cid-stjX45Oj9n {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-stjX45Oj9n H3 {
  color: #000000;
  text-align: left;
}
.cid-stjX45Oj9n P {
  text-align: left;
  color: #000000;
}
.cid-stjX45Oj9n H1 {
  text-align: left;
  color: #26aae5;
}
.cid-stjZcFGavj .modal-body .close {
  background: #1b1b1b;
}
.cid-stjZcFGavj .modal-body .close span {
  font-style: normal;
}
.cid-stjZcFGavj .carousel-inner > .active,
.cid-stjZcFGavj .carousel-inner > .next,
.cid-stjZcFGavj .carousel-inner > .prev {
  display: flex;
}
.cid-stjZcFGavj .carousel-control .icon-next,
.cid-stjZcFGavj .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-stjZcFGavj .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-stjZcFGavj .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-stjZcFGavj .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-stjZcFGavj .boxed-slider > div {
  position: relative;
}
.cid-stjZcFGavj .container img {
  width: 100%;
}
.cid-stjZcFGavj .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-stjZcFGavj .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-stjZcFGavj .mbr-table-cell {
  padding: 0;
}
.cid-stjZcFGavj .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-stjZcFGavj .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-stjZcFGavj .mbr-overlay {
  z-index: 1;
}
.cid-stjZcFGavj .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-stjZcFGavj .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-stjZcFGavj .carousel-item.active.right,
.cid-stjZcFGavj .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-stjZcFGavj .carousel-item.active.left,
.cid-stjZcFGavj .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-stjZcFGavj .carousel-item.active,
.cid-stjZcFGavj .carousel-item.next.left,
.cid-stjZcFGavj .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-stjZcFGavj .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-stjZcFGavj .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-stjZcFGavj .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-stjZcFGavj .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-stjZcFGavj .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-stjZcFGavj .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-stjZcFGavj .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-stjZcFGavj .mbr-slider .carousel-indicators li.active,
.cid-stjZcFGavj .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-stjZcFGavj .mbr-slider .carousel-indicators li::after,
.cid-stjZcFGavj .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-stjZcFGavj .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-stjZcFGavj .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-stjZcFGavj .mbr-slider > .container img {
  width: 100%;
}
.cid-stjZcFGavj .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-stjZcFGavj .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-stjZcFGavj .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-stjZcFGavj .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-stjZcFGavj .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-stjZcFGavj .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-stjZcFGavj .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-stjZcFGavj .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-stjZcFGavj .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-stjZcFGavj .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-stjZcFGavj .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-stjZcFGavj .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-stjZcFGavj .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-stjZGOWCHC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-stjZGOWCHC H3 {
  color: #000000;
  text-align: left;
}
.cid-stjZGOWCHC P {
  text-align: left;
  color: #000000;
}
.cid-stjZGOWCHC H1 {
  text-align: left;
  color: #26aae5;
}
.cid-stjX468GJS {
  background: #ffffff;
}
.cid-stjX468GJS .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-stjX468GJS .mbr-figure {
  margin: 0 auto;
}
.cid-stjX468GJS figcaption {
  position: relative;
}
.cid-stjX468GJS figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-stjX468GJS .image-block {
    width: 100% !important;
  }
}
.cid-stjX46rnK5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-stjX46rnK5 H3 {
  color: #000000;
  text-align: left;
}
.cid-stjX46rnK5 P {
  text-align: left;
  color: #000000;
}
.cid-stjX46rnK5 H1 {
  text-align: left;
  color: #26aae5;
}
.cid-stjX46KuOw {
  background: #ffffff;
}
.cid-stjX46KuOw .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-stjX46KuOw .mbr-figure {
  margin: 0 auto;
}
.cid-stjX46KuOw figcaption {
  position: relative;
}
.cid-stjX46KuOw figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-stjX46KuOw .image-block {
    width: 100% !important;
  }
}
.cid-stjX471kuw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-stjX471kuw H3 {
  color: #000000;
  text-align: left;
}
.cid-stjX471kuw P {
  text-align: left;
  color: #000000;
}
.cid-stjX471kuw H1 {
  text-align: left;
  color: #26aae5;
}
.cid-stjX47p3yx {
  background: #ffffff;
}
.cid-stjX47p3yx .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-stjX47p3yx .mbr-figure {
  margin: 0 auto;
}
.cid-stjX47p3yx figcaption {
  position: relative;
}
.cid-stjX47p3yx figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-stjX47p3yx .image-block {
    width: 100% !important;
  }
}
.cid-stjX47HC5w {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-stjX47HC5w H3 {
  color: #000000;
  text-align: left;
}
.cid-stjX47HC5w P {
  text-align: left;
  color: #000000;
}
.cid-stjX47HC5w H1 {
  text-align: left;
  color: #26aae5;
}
.cid-stk0VJo2cM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-stk0VJo2cM p {
  color: #767676;
}
.cid-stk0VJo2cM .item:focus,
.cid-stk0VJo2cM span:focus {
  outline: none;
}
.cid-stk0VJo2cM .item {
  padding-bottom: 3rem;
  cursor: pointer;
}
.cid-stk0VJo2cM .item-wrapper {
  position: relative;
}
.cid-stk0VJo2cM .item-btn,
.cid-stk0VJo2cM h4,
.cid-stk0VJo2cM h5 {
  margin: 0;
}
.cid-stk0VJo2cM .item-content {
  padding-top: 2rem;
}
.cid-stkgY2PJjN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-stkgY2PJjN H3 {
  color: #000000;
  text-align: left;
}
.cid-stkgY2PJjN P {
  text-align: left;
  color: #000000;
}
.cid-stkgY2PJjN H1 {
  text-align: left;
  color: #26aae5;
}
.cid-stjX4819XZ {
  background: #ffffff;
}
.cid-stjX4819XZ .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-stjX4819XZ .mbr-figure {
  margin: 0 auto;
}
.cid-stjX4819XZ figcaption {
  position: relative;
}
.cid-stjX4819XZ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-stjX4819XZ .image-block {
    width: 100% !important;
  }
}
.cid-stjX42GNRu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-sBIVNZuc2c {
  background: #ffffff;
}
.cid-sBIVNZuc2c .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sBIVNZuc2c .mbr-figure {
  margin: 0 auto;
}
.cid-sBIVNZuc2c figcaption {
  position: relative;
}
.cid-sBIVNZuc2c figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sBIVNZuc2c .image-block {
    width: 100% !important;
  }
}
.cid-sBIVXm5cVi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sBIVXm5cVi H3 {
  color: #db0730;
  text-align: left;
}
.cid-sBIVXm5cVi P {
  text-align: center;
  color: #161d20;
}
.cid-sBIVXm5cVi H1 {
  text-align: left;
}
.cid-sBIWjnDphc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sBIWjnDphc H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sBIWjnDphc P {
  text-align: left;
  color: #ffffff;
}
.cid-sBIWjnDphc H1 {
  text-align: left;
  color: #5d38f4;
}
.cid-sBIW0cZ4ll {
  background: #ffffff;
}
.cid-sBIW0cZ4ll .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sBIW0cZ4ll .mbr-figure {
  margin: 0 auto;
}
.cid-sBIW0cZ4ll figcaption {
  position: relative;
}
.cid-sBIW0cZ4ll figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sBIW0cZ4ll .image-block {
    width: 100% !important;
  }
}
.cid-sBIWMnbkXV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sBIWMnbkXV H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sBIWMnbkXV P {
  text-align: left;
  color: #ffffff;
}
.cid-sBIWMnbkXV H1 {
  text-align: left;
  color: #5d38f4;
}
.cid-sBIWG4GAeI {
  background: #ffffff;
}
.cid-sBIWG4GAeI .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sBIWG4GAeI .mbr-figure {
  margin: 0 auto;
}
.cid-sBIWG4GAeI figcaption {
  position: relative;
}
.cid-sBIWG4GAeI figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sBIWG4GAeI .image-block {
    width: 100% !important;
  }
}
.cid-sBIX12eQqN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sBIX12eQqN H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sBIX12eQqN P {
  text-align: left;
  color: #ffffff;
}
.cid-sBIX12eQqN H1 {
  text-align: left;
  color: #5d38f4;
}
.cid-sBIXFJ5Q52 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-sBIXFJ5Q52 .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sBIXFJ5Q52 .modal-body .close {
  background: #1b1b1b;
}
.cid-sBIXFJ5Q52 .modal-body .close span {
  font-style: normal;
}
.cid-sBIXFJ5Q52 .carousel-inner > .active,
.cid-sBIXFJ5Q52 .carousel-inner > .next,
.cid-sBIXFJ5Q52 .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-sBIXFJ5Q52 .carousel-control .icon-next,
.cid-sBIXFJ5Q52 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sBIXFJ5Q52 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sBIXFJ5Q52 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sBIXFJ5Q52 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sBIXFJ5Q52 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sBIXFJ5Q52 .boxed-slider > div {
  position: relative;
}
.cid-sBIXFJ5Q52 .container img {
  width: 100%;
}
.cid-sBIXFJ5Q52 .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-sBIXFJ5Q52 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sBIXFJ5Q52 .mbr-table-cell {
  padding: 0;
}
.cid-sBIXFJ5Q52 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sBIXFJ5Q52 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-sBIXFJ5Q52 .mbr-overlay {
  z-index: 1;
}
.cid-sBIXFJ5Q52 .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sBIXFJ5Q52 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-sBIXFJ5Q52 .carousel-item.active.right,
.cid-sBIXFJ5Q52 .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sBIXFJ5Q52 .carousel-item.active.left,
.cid-sBIXFJ5Q52 .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sBIXFJ5Q52 .carousel-item.active,
.cid-sBIXFJ5Q52 .carousel-item.next.left,
.cid-sBIXFJ5Q52 .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-sBIXFJ5Q52 .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  z-index: 11;
}
.cid-sBIXFJ5Q52 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sBIXFJ5Q52 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sBIXFJ5Q52 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sBIXFJ5Q52 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sBIXFJ5Q52 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sBIXFJ5Q52 .mbr-slider .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-sBIXFJ5Q52 .mbr-slider .carousel-indicators li.active,
.cid-sBIXFJ5Q52 .mbr-slider .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sBIXFJ5Q52 .mbr-slider .carousel-indicators li::after,
.cid-sBIXFJ5Q52 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sBIXFJ5Q52 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sBIXFJ5Q52 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sBIXFJ5Q52 .mbr-slider > .container img {
  width: 100%;
}
.cid-sBIXFJ5Q52 .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sBIXFJ5Q52 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sBIXFJ5Q52 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sBIXFJ5Q52 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sBIXFJ5Q52 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sBIXFJ5Q52 .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-sBIXFJ5Q52 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sBIXFJ5Q52 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sBIXFJ5Q52 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sBIXFJ5Q52 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sBIXFJ5Q52 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sBIXFJ5Q52 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sBIXFJ5Q52 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sBIXFJ5Q52 .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-sBIXFJ5Q52 .carousel-inner {
  height: 100%;
}
.cid-sBIXFJ5Q52 .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-sBIXFJ5Q52 .image_wrapper {
  height: 700px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-sBIXFJ5Q52 .image_wrapper img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
.cid-sBIXFJ5Q52 .carousel-item .container-slide {
  text-align: center;
}
.cid-sBIXFJ5Q52 .content-slider-wrap {
  width: 100%;
}
.cid-sBIYKkEfNm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sBIYKkEfNm H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sBIYKkEfNm P {
  text-align: left;
  color: #ffffff;
}
.cid-sBIYKkEfNm H1 {
  text-align: left;
  color: #5d38f4;
}
.cid-sBIYKQUvQX {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-sBIYKQUvQX .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sBIYKQUvQX .modal-body .close {
  background: #1b1b1b;
}
.cid-sBIYKQUvQX .modal-body .close span {
  font-style: normal;
}
.cid-sBIYKQUvQX .carousel-inner > .active,
.cid-sBIYKQUvQX .carousel-inner > .next,
.cid-sBIYKQUvQX .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-sBIYKQUvQX .carousel-control .icon-next,
.cid-sBIYKQUvQX .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sBIYKQUvQX .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sBIYKQUvQX .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sBIYKQUvQX .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sBIYKQUvQX .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sBIYKQUvQX .boxed-slider > div {
  position: relative;
}
.cid-sBIYKQUvQX .container img {
  width: 100%;
}
.cid-sBIYKQUvQX .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-sBIYKQUvQX .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sBIYKQUvQX .mbr-table-cell {
  padding: 0;
}
.cid-sBIYKQUvQX .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sBIYKQUvQX .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-sBIYKQUvQX .mbr-overlay {
  z-index: 1;
}
.cid-sBIYKQUvQX .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sBIYKQUvQX .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-sBIYKQUvQX .carousel-item.active.right,
.cid-sBIYKQUvQX .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sBIYKQUvQX .carousel-item.active.left,
.cid-sBIYKQUvQX .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sBIYKQUvQX .carousel-item.active,
.cid-sBIYKQUvQX .carousel-item.next.left,
.cid-sBIYKQUvQX .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-sBIYKQUvQX .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  z-index: 11;
}
.cid-sBIYKQUvQX .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sBIYKQUvQX .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sBIYKQUvQX .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sBIYKQUvQX .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sBIYKQUvQX .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sBIYKQUvQX .mbr-slider .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-sBIYKQUvQX .mbr-slider .carousel-indicators li.active,
.cid-sBIYKQUvQX .mbr-slider .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sBIYKQUvQX .mbr-slider .carousel-indicators li::after,
.cid-sBIYKQUvQX .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sBIYKQUvQX .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sBIYKQUvQX .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sBIYKQUvQX .mbr-slider > .container img {
  width: 100%;
}
.cid-sBIYKQUvQX .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sBIYKQUvQX .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sBIYKQUvQX .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sBIYKQUvQX .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sBIYKQUvQX .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sBIYKQUvQX .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-sBIYKQUvQX .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sBIYKQUvQX .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sBIYKQUvQX .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sBIYKQUvQX .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sBIYKQUvQX .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sBIYKQUvQX .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sBIYKQUvQX .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sBIYKQUvQX .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-sBIYKQUvQX .carousel-inner {
  height: 100%;
}
.cid-sBIYKQUvQX .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-sBIYKQUvQX .image_wrapper {
  height: 700px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-sBIYKQUvQX .image_wrapper img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
.cid-sBIYKQUvQX .carousel-item .container-slide {
  text-align: center;
}
.cid-sBIYKQUvQX .content-slider-wrap {
  width: 100%;
}
.cid-sBIZVdFFSs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sBIZVdFFSs H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sBIZVdFFSs P {
  text-align: left;
  color: #ffffff;
}
.cid-sBIZVdFFSs H1 {
  text-align: left;
  color: #5d38f4;
}
.cid-sBJ00mQI1G {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-sBJ00mQI1G .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sBJ00mQI1G .modal-body .close {
  background: #1b1b1b;
}
.cid-sBJ00mQI1G .modal-body .close span {
  font-style: normal;
}
.cid-sBJ00mQI1G .carousel-inner > .active,
.cid-sBJ00mQI1G .carousel-inner > .next,
.cid-sBJ00mQI1G .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-sBJ00mQI1G .carousel-control .icon-next,
.cid-sBJ00mQI1G .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sBJ00mQI1G .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sBJ00mQI1G .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sBJ00mQI1G .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sBJ00mQI1G .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sBJ00mQI1G .boxed-slider > div {
  position: relative;
}
.cid-sBJ00mQI1G .container img {
  width: 100%;
}
.cid-sBJ00mQI1G .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-sBJ00mQI1G .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sBJ00mQI1G .mbr-table-cell {
  padding: 0;
}
.cid-sBJ00mQI1G .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sBJ00mQI1G .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-sBJ00mQI1G .mbr-overlay {
  z-index: 1;
}
.cid-sBJ00mQI1G .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sBJ00mQI1G .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-sBJ00mQI1G .carousel-item.active.right,
.cid-sBJ00mQI1G .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sBJ00mQI1G .carousel-item.active.left,
.cid-sBJ00mQI1G .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sBJ00mQI1G .carousel-item.active,
.cid-sBJ00mQI1G .carousel-item.next.left,
.cid-sBJ00mQI1G .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-sBJ00mQI1G .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  z-index: 11;
}
.cid-sBJ00mQI1G .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sBJ00mQI1G .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sBJ00mQI1G .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sBJ00mQI1G .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sBJ00mQI1G .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sBJ00mQI1G .mbr-slider .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-sBJ00mQI1G .mbr-slider .carousel-indicators li.active,
.cid-sBJ00mQI1G .mbr-slider .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sBJ00mQI1G .mbr-slider .carousel-indicators li::after,
.cid-sBJ00mQI1G .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sBJ00mQI1G .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sBJ00mQI1G .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sBJ00mQI1G .mbr-slider > .container img {
  width: 100%;
}
.cid-sBJ00mQI1G .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sBJ00mQI1G .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sBJ00mQI1G .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sBJ00mQI1G .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sBJ00mQI1G .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sBJ00mQI1G .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-sBJ00mQI1G .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sBJ00mQI1G .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sBJ00mQI1G .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sBJ00mQI1G .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sBJ00mQI1G .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sBJ00mQI1G .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sBJ00mQI1G .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sBJ00mQI1G .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-sBJ00mQI1G .carousel-inner {
  height: 100%;
}
.cid-sBJ00mQI1G .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-sBJ00mQI1G .image_wrapper {
  height: 700px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-sBJ00mQI1G .image_wrapper img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
.cid-sBJ00mQI1G .carousel-item .container-slide {
  text-align: center;
}
.cid-sBJ00mQI1G .content-slider-wrap {
  width: 100%;
}
.cid-sBJ0pBTgOX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sBJ0pBTgOX H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sBJ0pBTgOX P {
  text-align: left;
  color: #ffffff;
}
.cid-sBJ0pBTgOX H1 {
  text-align: left;
  color: #5d38f4;
}
.cid-sBJ0uzVIy5 {
  background: #ffffff;
}
.cid-sBJ0uzVIy5 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sBJ0uzVIy5 .mbr-figure {
  margin: 0 auto;
}
.cid-sBJ0uzVIy5 figcaption {
  position: relative;
}
.cid-sBJ0uzVIy5 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sBJ0uzVIy5 .image-block {
    width: 100% !important;
  }
}
.cid-sBJ0yjQH2N {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sBJ0yjQH2N H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sBJ0yjQH2N P {
  text-align: left;
  color: #ffffff;
}
.cid-sBJ0yjQH2N H1 {
  text-align: left;
  color: #5d38f4;
}
.cid-sBJ0DwMB94 {
  background: #ffffff;
}
.cid-sBJ0DwMB94 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sBJ0DwMB94 .mbr-figure {
  margin: 0 auto;
}
.cid-sBJ0DwMB94 figcaption {
  position: relative;
}
.cid-sBJ0DwMB94 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sBJ0DwMB94 .image-block {
    width: 100% !important;
  }
}
.cid-sBJ0I49yAN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sBJ0I49yAN H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sBJ0I49yAN P {
  text-align: left;
  color: #ffffff;
}
.cid-sBJ0I49yAN H1 {
  text-align: left;
  color: #5d38f4;
}
.cid-sBJ0NuwXG7 {
  background: #ffffff;
}
.cid-sBJ0NuwXG7 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sBJ0NuwXG7 .mbr-figure {
  margin: 0 auto;
}
.cid-sBJ0NuwXG7 figcaption {
  position: relative;
}
.cid-sBJ0NuwXG7 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sBJ0NuwXG7 .image-block {
    width: 100% !important;
  }
}
.cid-sBJ0RGLJER {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sBJ0RGLJER H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sBJ0RGLJER P {
  text-align: left;
  color: #ffffff;
}
.cid-sBJ0RGLJER H1 {
  text-align: left;
  color: #5d38f4;
}
.cid-sBJ0WJ1P97 {
  background: #ffffff;
}
.cid-sBJ0WJ1P97 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sBJ0WJ1P97 .mbr-figure {
  margin: 0 auto;
}
.cid-sBJ0WJ1P97 figcaption {
  position: relative;
}
.cid-sBJ0WJ1P97 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sBJ0WJ1P97 .image-block {
    width: 100% !important;
  }
}
.cid-sBJ11jLgju {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sBJ11jLgju H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sBJ11jLgju P {
  text-align: left;
  color: #ffffff;
}
.cid-sBJ11jLgju H1 {
  text-align: left;
  color: #5d38f4;
}
.cid-sBJ17ZdehG {
  background: #ffffff;
}
.cid-sBJ17ZdehG .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sBJ17ZdehG .mbr-figure {
  margin: 0 auto;
}
.cid-sBJ17ZdehG figcaption {
  position: relative;
}
.cid-sBJ17ZdehG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sBJ17ZdehG .image-block {
    width: 100% !important;
  }
}
.cid-sBJ1cPwx6H {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sBJ1cPwx6H H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sBJ1cPwx6H P {
  text-align: left;
  color: #ffffff;
}
.cid-sBJ1cPwx6H H1 {
  text-align: left;
  color: #5d38f4;
}
.cid-sBJ1hAfYDe {
  background: #ffffff;
}
.cid-sBJ1hAfYDe .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sBJ1hAfYDe .mbr-figure {
  margin: 0 auto;
}
.cid-sBJ1hAfYDe figcaption {
  position: relative;
}
.cid-sBJ1hAfYDe figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sBJ1hAfYDe .image-block {
    width: 100% !important;
  }
}
.cid-sBJ1nGOUop {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sBJ1nGOUop H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sBJ1nGOUop P {
  text-align: left;
  color: #ffffff;
}
.cid-sBJ1nGOUop H1 {
  text-align: left;
  color: #5d38f4;
}
.cid-sBJ1shprpU {
  background: #ffffff;
}
.cid-sBJ1shprpU .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sBJ1shprpU .mbr-figure {
  margin: 0 auto;
}
.cid-sBJ1shprpU figcaption {
  position: relative;
}
.cid-sBJ1shprpU figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sBJ1shprpU .image-block {
    width: 100% !important;
  }
}
.cid-sBJ1yyJWgi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sBJ1yyJWgi H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sBJ1yyJWgi P {
  text-align: left;
  color: #ffffff;
}
.cid-sBJ1yyJWgi H1 {
  text-align: left;
  color: #5d38f4;
}
.cid-sBJ1DMVumt {
  background: #ffffff;
}
.cid-sBJ1DMVumt .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sBJ1DMVumt .mbr-figure {
  margin: 0 auto;
}
.cid-sBJ1DMVumt figcaption {
  position: relative;
}
.cid-sBJ1DMVumt figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sBJ1DMVumt .image-block {
    width: 100% !important;
  }
}
.cid-sBJ1HuOXbX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sBJ1HuOXbX H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sBJ1HuOXbX P {
  text-align: left;
  color: #ffffff;
}
.cid-sBJ1HuOXbX H1 {
  text-align: left;
  color: #5d38f4;
}
.cid-sBJ1NrzJp7 {
  background: #ffffff;
}
.cid-sBJ1NrzJp7 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sBJ1NrzJp7 .mbr-figure {
  margin: 0 auto;
}
.cid-sBJ1NrzJp7 figcaption {
  position: relative;
}
.cid-sBJ1NrzJp7 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sBJ1NrzJp7 .image-block {
    width: 100% !important;
  }
}
.cid-stjX42GNRu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-sBJ2p57U73 {
  background: #ffffff;
}
.cid-sBJ2p57U73 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sBJ2p57U73 .mbr-figure {
  margin: 0 auto;
}
.cid-sBJ2p57U73 figcaption {
  position: relative;
}
.cid-sBJ2p57U73 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sBJ2p57U73 .image-block {
    width: 100% !important;
  }
}
.cid-sBUqU8OMvx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sBUqU8OMvx H3 {
  color: #db0730;
  text-align: left;
}
.cid-sBUqU8OMvx P {
  text-align: center;
  color: #161d20;
}
.cid-sBUqU8OMvx H1 {
  text-align: left;
}
.cid-sBUr1l5zPr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sBUr1l5zPr H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sBUr1l5zPr P {
  text-align: left;
  color: #ffffff;
}
.cid-sBUr1l5zPr H1 {
  text-align: left;
  color: #5d38f4;
}
.cid-sBUr7Enux7 {
  background: #ffffff;
}
.cid-sBUr7Enux7 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sBUr7Enux7 .mbr-figure {
  margin: 0 auto;
}
.cid-sBUr7Enux7 figcaption {
  position: relative;
}
.cid-sBUr7Enux7 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sBUr7Enux7 .image-block {
    width: 100% !important;
  }
}
.cid-sBUGqZCjWO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sBUGqZCjWO H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sBUGqZCjWO P {
  text-align: left;
  color: #ffffff;
}
.cid-sBUGqZCjWO H1 {
  text-align: left;
  color: #5d38f4;
}
.cid-sBUGFeJ54x {
  background: #ffffff;
}
.cid-sBUGFeJ54x .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sBUGFeJ54x .mbr-figure {
  margin: 0 auto;
}
.cid-sBUGFeJ54x figcaption {
  position: relative;
}
.cid-sBUGFeJ54x figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sBUGFeJ54x .image-block {
    width: 100% !important;
  }
}
.cid-sBUGLhLegJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sBUGLhLegJ H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sBUGLhLegJ P {
  text-align: left;
  color: #ffffff;
}
.cid-sBUGLhLegJ H1 {
  text-align: left;
  color: #5d38f4;
}
.cid-sBUGPRBrbu {
  background: #ffffff;
}
.cid-sBUGPRBrbu .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sBUGPRBrbu .mbr-figure {
  margin: 0 auto;
}
.cid-sBUGPRBrbu figcaption {
  position: relative;
}
.cid-sBUGPRBrbu figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sBUGPRBrbu .image-block {
    width: 100% !important;
  }
}
.cid-sBUGWoSTtl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sBUGWoSTtl H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sBUGWoSTtl P {
  text-align: left;
  color: #ffffff;
}
.cid-sBUGWoSTtl H1 {
  text-align: left;
  color: #5d38f4;
}
.cid-sBUH1CxJIW {
  background: #ffffff;
}
.cid-sBUH1CxJIW .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sBUH1CxJIW .mbr-figure {
  margin: 0 auto;
}
.cid-sBUH1CxJIW figcaption {
  position: relative;
}
.cid-sBUH1CxJIW figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sBUH1CxJIW .image-block {
    width: 100% !important;
  }
}
.cid-sBUH6ApSPz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sBUH6ApSPz H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sBUH6ApSPz P {
  text-align: left;
  color: #ffffff;
}
.cid-sBUH6ApSPz H1 {
  text-align: left;
  color: #5d38f4;
}
.cid-sBUHbOZOyx {
  background: #ffffff;
}
.cid-sBUHbOZOyx .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sBUHbOZOyx .mbr-figure {
  margin: 0 auto;
}
.cid-sBUHbOZOyx figcaption {
  position: relative;
}
.cid-sBUHbOZOyx figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sBUHbOZOyx .image-block {
    width: 100% !important;
  }
}
.cid-sBUHfkIWOh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sBUHfkIWOh H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sBUHfkIWOh P {
  text-align: left;
  color: #ffffff;
}
.cid-sBUHfkIWOh H1 {
  text-align: left;
  color: #5d38f4;
}
.cid-sBUHkwGEaV {
  background: #ffffff;
}
.cid-sBUHkwGEaV .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sBUHkwGEaV .mbr-figure {
  margin: 0 auto;
}
.cid-sBUHkwGEaV figcaption {
  position: relative;
}
.cid-sBUHkwGEaV figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sBUHkwGEaV .image-block {
    width: 100% !important;
  }
}
.cid-sBUHp3WzVv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sBUHp3WzVv H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sBUHp3WzVv P {
  text-align: left;
  color: #ffffff;
}
.cid-sBUHp3WzVv H1 {
  text-align: left;
  color: #5d38f4;
}
.cid-sBUHAU66GQ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-sBUHAU66GQ .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sBUHAU66GQ .modal-body .close {
  background: #1b1b1b;
}
.cid-sBUHAU66GQ .modal-body .close span {
  font-style: normal;
}
.cid-sBUHAU66GQ .carousel-inner > .active,
.cid-sBUHAU66GQ .carousel-inner > .next,
.cid-sBUHAU66GQ .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-sBUHAU66GQ .carousel-control .icon-next,
.cid-sBUHAU66GQ .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sBUHAU66GQ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sBUHAU66GQ .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sBUHAU66GQ .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sBUHAU66GQ .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sBUHAU66GQ .boxed-slider > div {
  position: relative;
}
.cid-sBUHAU66GQ .container img {
  width: 100%;
}
.cid-sBUHAU66GQ .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-sBUHAU66GQ .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sBUHAU66GQ .mbr-table-cell {
  padding: 0;
}
.cid-sBUHAU66GQ .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sBUHAU66GQ .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-sBUHAU66GQ .mbr-overlay {
  z-index: 1;
}
.cid-sBUHAU66GQ .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sBUHAU66GQ .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-sBUHAU66GQ .carousel-item.active.right,
.cid-sBUHAU66GQ .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sBUHAU66GQ .carousel-item.active.left,
.cid-sBUHAU66GQ .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sBUHAU66GQ .carousel-item.active,
.cid-sBUHAU66GQ .carousel-item.next.left,
.cid-sBUHAU66GQ .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-sBUHAU66GQ .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  z-index: 11;
}
.cid-sBUHAU66GQ .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sBUHAU66GQ .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sBUHAU66GQ .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sBUHAU66GQ .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sBUHAU66GQ .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sBUHAU66GQ .mbr-slider .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-sBUHAU66GQ .mbr-slider .carousel-indicators li.active,
.cid-sBUHAU66GQ .mbr-slider .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sBUHAU66GQ .mbr-slider .carousel-indicators li::after,
.cid-sBUHAU66GQ .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sBUHAU66GQ .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sBUHAU66GQ .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sBUHAU66GQ .mbr-slider > .container img {
  width: 100%;
}
.cid-sBUHAU66GQ .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sBUHAU66GQ .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sBUHAU66GQ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sBUHAU66GQ .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sBUHAU66GQ .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sBUHAU66GQ .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-sBUHAU66GQ .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sBUHAU66GQ .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sBUHAU66GQ .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sBUHAU66GQ .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sBUHAU66GQ .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sBUHAU66GQ .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sBUHAU66GQ .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sBUHAU66GQ .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-sBUHAU66GQ .carousel-inner {
  height: 100%;
}
.cid-sBUHAU66GQ .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-sBUHAU66GQ .image_wrapper {
  height: 700px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-sBUHAU66GQ .image_wrapper img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
.cid-sBUHAU66GQ .carousel-item .container-slide {
  text-align: center;
}
.cid-sBUHAU66GQ .content-slider-wrap {
  width: 100%;
}
.cid-sBUIjcJiJG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sBUIjcJiJG H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sBUIjcJiJG P {
  text-align: left;
  color: #ffffff;
}
.cid-sBUIjcJiJG H1 {
  text-align: left;
  color: #5d38f4;
}
.cid-sBUInWMUjL {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-sBUInWMUjL .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sBUInWMUjL .modal-body .close {
  background: #1b1b1b;
}
.cid-sBUInWMUjL .modal-body .close span {
  font-style: normal;
}
.cid-sBUInWMUjL .carousel-inner > .active,
.cid-sBUInWMUjL .carousel-inner > .next,
.cid-sBUInWMUjL .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-sBUInWMUjL .carousel-control .icon-next,
.cid-sBUInWMUjL .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sBUInWMUjL .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sBUInWMUjL .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sBUInWMUjL .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sBUInWMUjL .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sBUInWMUjL .boxed-slider > div {
  position: relative;
}
.cid-sBUInWMUjL .container img {
  width: 100%;
}
.cid-sBUInWMUjL .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-sBUInWMUjL .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sBUInWMUjL .mbr-table-cell {
  padding: 0;
}
.cid-sBUInWMUjL .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sBUInWMUjL .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-sBUInWMUjL .mbr-overlay {
  z-index: 1;
}
.cid-sBUInWMUjL .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sBUInWMUjL .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-sBUInWMUjL .carousel-item.active.right,
.cid-sBUInWMUjL .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sBUInWMUjL .carousel-item.active.left,
.cid-sBUInWMUjL .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sBUInWMUjL .carousel-item.active,
.cid-sBUInWMUjL .carousel-item.next.left,
.cid-sBUInWMUjL .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-sBUInWMUjL .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  z-index: 11;
}
.cid-sBUInWMUjL .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sBUInWMUjL .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sBUInWMUjL .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sBUInWMUjL .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sBUInWMUjL .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sBUInWMUjL .mbr-slider .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-sBUInWMUjL .mbr-slider .carousel-indicators li.active,
.cid-sBUInWMUjL .mbr-slider .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sBUInWMUjL .mbr-slider .carousel-indicators li::after,
.cid-sBUInWMUjL .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sBUInWMUjL .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sBUInWMUjL .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sBUInWMUjL .mbr-slider > .container img {
  width: 100%;
}
.cid-sBUInWMUjL .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sBUInWMUjL .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sBUInWMUjL .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sBUInWMUjL .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sBUInWMUjL .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sBUInWMUjL .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-sBUInWMUjL .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sBUInWMUjL .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sBUInWMUjL .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sBUInWMUjL .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sBUInWMUjL .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sBUInWMUjL .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sBUInWMUjL .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sBUInWMUjL .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-sBUInWMUjL .carousel-inner {
  height: 100%;
}
.cid-sBUInWMUjL .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-sBUInWMUjL .image_wrapper {
  height: 700px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-sBUInWMUjL .image_wrapper img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
.cid-sBUInWMUjL .carousel-item .container-slide {
  text-align: center;
}
.cid-sBUInWMUjL .content-slider-wrap {
  width: 100%;
}
.cid-sBUICpUoIY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sBUICpUoIY H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sBUICpUoIY P {
  text-align: left;
  color: #ffffff;
}
.cid-sBUICpUoIY H1 {
  text-align: left;
  color: #5d38f4;
}
.cid-sBUIHz0wJy {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-sBUIHz0wJy .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sBUIHz0wJy .modal-body .close {
  background: #1b1b1b;
}
.cid-sBUIHz0wJy .modal-body .close span {
  font-style: normal;
}
.cid-sBUIHz0wJy .carousel-inner > .active,
.cid-sBUIHz0wJy .carousel-inner > .next,
.cid-sBUIHz0wJy .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-sBUIHz0wJy .carousel-control .icon-next,
.cid-sBUIHz0wJy .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sBUIHz0wJy .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sBUIHz0wJy .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sBUIHz0wJy .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sBUIHz0wJy .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sBUIHz0wJy .boxed-slider > div {
  position: relative;
}
.cid-sBUIHz0wJy .container img {
  width: 100%;
}
.cid-sBUIHz0wJy .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-sBUIHz0wJy .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sBUIHz0wJy .mbr-table-cell {
  padding: 0;
}
.cid-sBUIHz0wJy .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sBUIHz0wJy .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-sBUIHz0wJy .mbr-overlay {
  z-index: 1;
}
.cid-sBUIHz0wJy .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sBUIHz0wJy .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-sBUIHz0wJy .carousel-item.active.right,
.cid-sBUIHz0wJy .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sBUIHz0wJy .carousel-item.active.left,
.cid-sBUIHz0wJy .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sBUIHz0wJy .carousel-item.active,
.cid-sBUIHz0wJy .carousel-item.next.left,
.cid-sBUIHz0wJy .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-sBUIHz0wJy .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  z-index: 11;
}
.cid-sBUIHz0wJy .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sBUIHz0wJy .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sBUIHz0wJy .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sBUIHz0wJy .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sBUIHz0wJy .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sBUIHz0wJy .mbr-slider .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-sBUIHz0wJy .mbr-slider .carousel-indicators li.active,
.cid-sBUIHz0wJy .mbr-slider .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sBUIHz0wJy .mbr-slider .carousel-indicators li::after,
.cid-sBUIHz0wJy .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sBUIHz0wJy .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sBUIHz0wJy .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sBUIHz0wJy .mbr-slider > .container img {
  width: 100%;
}
.cid-sBUIHz0wJy .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sBUIHz0wJy .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sBUIHz0wJy .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sBUIHz0wJy .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sBUIHz0wJy .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sBUIHz0wJy .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-sBUIHz0wJy .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sBUIHz0wJy .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sBUIHz0wJy .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sBUIHz0wJy .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sBUIHz0wJy .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sBUIHz0wJy .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sBUIHz0wJy .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sBUIHz0wJy .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-sBUIHz0wJy .carousel-inner {
  height: 100%;
}
.cid-sBUIHz0wJy .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-sBUIHz0wJy .image_wrapper {
  height: 700px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-sBUIHz0wJy .image_wrapper img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
.cid-sBUIHz0wJy .carousel-item .container-slide {
  text-align: center;
}
.cid-sBUIHz0wJy .content-slider-wrap {
  width: 100%;
}
.cid-sBUJ3dfEjo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sBUJ3dfEjo H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sBUJ3dfEjo P {
  text-align: left;
  color: #ffffff;
}
.cid-sBUJ3dfEjo H1 {
  text-align: left;
  color: #5d38f4;
}
.cid-sBUMpc54EZ {
  background: #ffffff;
}
.cid-sBUMpc54EZ .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sBUMpc54EZ .mbr-figure {
  margin: 0 auto;
}
.cid-sBUMpc54EZ figcaption {
  position: relative;
}
.cid-sBUMpc54EZ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sBUMpc54EZ .image-block {
    width: 100% !important;
  }
}
.cid-sBUMsImOg2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sBUMsImOg2 H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sBUMsImOg2 P {
  text-align: left;
  color: #ffffff;
}
.cid-sBUMsImOg2 H1 {
  text-align: left;
  color: #5d38f4;
}
.cid-sBUMA0ZmvU {
  background: #ffffff;
}
.cid-sBUMA0ZmvU .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sBUMA0ZmvU .mbr-figure {
  margin: 0 auto;
}
.cid-sBUMA0ZmvU figcaption {
  position: relative;
}
.cid-sBUMA0ZmvU figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sBUMA0ZmvU .image-block {
    width: 100% !important;
  }
}
.cid-sBUMEyOF2J {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sBUMEyOF2J H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sBUMEyOF2J P {
  text-align: left;
  color: #ffffff;
}
.cid-sBUMEyOF2J H1 {
  text-align: left;
  color: #5d38f4;
}
.cid-sBUMIABFw6 {
  background: #ffffff;
}
.cid-sBUMIABFw6 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sBUMIABFw6 .mbr-figure {
  margin: 0 auto;
}
.cid-sBUMIABFw6 figcaption {
  position: relative;
}
.cid-sBUMIABFw6 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sBUMIABFw6 .image-block {
    width: 100% !important;
  }
}
.cid-sBUMOjNe0i {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sBUMOjNe0i H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sBUMOjNe0i P {
  text-align: left;
  color: #ffffff;
}
.cid-sBUMOjNe0i H1 {
  text-align: left;
  color: #5d38f4;
}
.cid-sBUMSMZBnW {
  background: #ffffff;
}
.cid-sBUMSMZBnW .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sBUMSMZBnW .mbr-figure {
  margin: 0 auto;
}
.cid-sBUMSMZBnW figcaption {
  position: relative;
}
.cid-sBUMSMZBnW figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sBUMSMZBnW .image-block {
    width: 100% !important;
  }
}
.cid-sBUNbF7Tj1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sBUNbF7Tj1 H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sBUNbF7Tj1 P {
  text-align: left;
  color: #ffffff;
}
.cid-sBUNbF7Tj1 H1 {
  text-align: left;
  color: #5d38f4;
}
.cid-sBUNgnMiy0 {
  background: #ffffff;
}
.cid-sBUNgnMiy0 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sBUNgnMiy0 .mbr-figure {
  margin: 0 auto;
}
.cid-sBUNgnMiy0 figcaption {
  position: relative;
}
.cid-sBUNgnMiy0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sBUNgnMiy0 .image-block {
    width: 100% !important;
  }
}
.cid-stjX42GNRu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-sBJ4QIiOqK {
  background: #ffffff;
}
.cid-sBJ4QIiOqK .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sBJ4QIiOqK .mbr-figure {
  margin: 0 auto;
}
.cid-sBJ4QIiOqK figcaption {
  position: relative;
}
.cid-sBJ4QIiOqK figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sBJ4QIiOqK .image-block {
    width: 100% !important;
  }
}
.cid-sBJ4Xh4VyY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sBJ4Xh4VyY H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sBJ4Xh4VyY P {
  text-align: left;
  color: #ffffff;
}
.cid-sBJ4Xh4VyY H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sBJ50ceIPA {
  background: #ffffff;
}
.cid-sBJ50ceIPA .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sBJ50ceIPA .mbr-figure {
  margin: 0 auto;
}
.cid-sBJ50ceIPA figcaption {
  position: relative;
}
.cid-sBJ50ceIPA figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sBJ50ceIPA .image-block {
    width: 100% !important;
  }
}
.cid-stjX42GNRu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-sBUO6jdv85 {
  background: #ffffff;
}
.cid-sBUO6jdv85 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sBUO6jdv85 .mbr-figure {
  margin: 0 auto;
}
.cid-sBUO6jdv85 figcaption {
  position: relative;
}
.cid-sBUO6jdv85 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sBUO6jdv85 .image-block {
    width: 100% !important;
  }
}
.cid-sBUOcc35oT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sBUOcc35oT H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sBUOcc35oT P {
  text-align: left;
  color: #ffffff;
}
.cid-sBUOcc35oT H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sBUOkK9ZPh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sBUOkK9ZPh H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sBUOkK9ZPh P {
  text-align: left;
  color: #ffffff;
}
.cid-sBUOkK9ZPh H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sBUOi7y24L {
  background: #ffffff;
}
.cid-sBUOi7y24L .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sBUOi7y24L .mbr-figure {
  margin: 0 auto;
}
.cid-sBUOi7y24L figcaption {
  position: relative;
}
.cid-sBUOi7y24L figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sBUOi7y24L .image-block {
    width: 100% !important;
  }
}
.cid-sBUOvmSXc5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sBUOvmSXc5 H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sBUOvmSXc5 P {
  text-align: left;
  color: #ffffff;
}
.cid-sBUOvmSXc5 H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sBUOHRxYM2 {
  background: #ffffff;
}
.cid-sBUOHRxYM2 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sBUOHRxYM2 .mbr-figure {
  margin: 0 auto;
}
.cid-sBUOHRxYM2 figcaption {
  position: relative;
}
.cid-sBUOHRxYM2 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sBUOHRxYM2 .image-block {
    width: 100% !important;
  }
}
.cid-sBUOQhLb0k {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sBUOQhLb0k H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sBUOQhLb0k P {
  text-align: left;
  color: #ffffff;
}
.cid-sBUOQhLb0k H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sBUP3C3VvW {
  background: #ffffff;
}
.cid-sBUP3C3VvW .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sBUP3C3VvW .mbr-figure {
  margin: 0 auto;
}
.cid-sBUP3C3VvW figcaption {
  position: relative;
}
.cid-sBUP3C3VvW figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sBUP3C3VvW .image-block {
    width: 100% !important;
  }
}
.cid-sBUP7v9py1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sBUP7v9py1 H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sBUP7v9py1 P {
  text-align: left;
  color: #ffffff;
}
.cid-sBUP7v9py1 H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sBUPk1wd73 {
  background: #ffffff;
}
.cid-sBUPk1wd73 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sBUPk1wd73 .mbr-figure {
  margin: 0 auto;
}
.cid-sBUPk1wd73 figcaption {
  position: relative;
}
.cid-sBUPk1wd73 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sBUPk1wd73 .image-block {
    width: 100% !important;
  }
}
.cid-sBUPnfG0p4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sBUPnfG0p4 H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sBUPnfG0p4 P {
  text-align: left;
  color: #ffffff;
}
.cid-sBUPnfG0p4 H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sBUPwxtSHW {
  background: #ffffff;
}
.cid-sBUPwxtSHW .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sBUPwxtSHW .mbr-figure {
  margin: 0 auto;
}
.cid-sBUPwxtSHW figcaption {
  position: relative;
}
.cid-sBUPwxtSHW figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sBUPwxtSHW .image-block {
    width: 100% !important;
  }
}
.cid-sBUQdmnw26 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sBUQdmnw26 H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sBUQdmnw26 P {
  text-align: left;
  color: #ffffff;
}
.cid-sBUQdmnw26 H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sBUVTqexAL {
  background: #ffffff;
}
.cid-sBUVTqexAL .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sBUVTqexAL .mbr-figure {
  margin: 0 auto;
}
.cid-sBUVTqexAL figcaption {
  position: relative;
}
.cid-sBUVTqexAL figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sBUVTqexAL .image-block {
    width: 100% !important;
  }
}
.cid-sBUW2sYRIo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sBUW2sYRIo H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sBUW2sYRIo P {
  text-align: left;
  color: #ffffff;
}
.cid-sBUW2sYRIo H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sBUWb1ZRf9 {
  background: #ffffff;
}
.cid-sBUWb1ZRf9 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sBUWb1ZRf9 .mbr-figure {
  margin: 0 auto;
}
.cid-sBUWb1ZRf9 figcaption {
  position: relative;
}
.cid-sBUWb1ZRf9 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sBUWb1ZRf9 .image-block {
    width: 100% !important;
  }
}
.cid-sBUWfmz5U2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sBUWfmz5U2 H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sBUWfmz5U2 P {
  text-align: left;
  color: #ffffff;
}
.cid-sBUWfmz5U2 H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sBUWjM6ydd {
  background: #ffffff;
}
.cid-sBUWjM6ydd .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sBUWjM6ydd .mbr-figure {
  margin: 0 auto;
}
.cid-sBUWjM6ydd figcaption {
  position: relative;
}
.cid-sBUWjM6ydd figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sBUWjM6ydd .image-block {
    width: 100% !important;
  }
}
.cid-sBUWveBRox {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sBUWveBRox H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sBUWveBRox P {
  text-align: left;
  color: #ffffff;
}
.cid-sBUWveBRox H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sBUWFwks4z {
  background: #ffffff;
}
.cid-sBUWFwks4z .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sBUWFwks4z .mbr-figure {
  margin: 0 auto;
}
.cid-sBUWFwks4z figcaption {
  position: relative;
}
.cid-sBUWFwks4z figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sBUWFwks4z .image-block {
    width: 100% !important;
  }
}
.cid-sBUWKoL2zG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sBUWKoL2zG H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sBUWKoL2zG P {
  text-align: left;
  color: #ffffff;
}
.cid-sBUWKoL2zG H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sBUWODhKhE {
  background: #ffffff;
}
.cid-sBUWODhKhE .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sBUWODhKhE .mbr-figure {
  margin: 0 auto;
}
.cid-sBUWODhKhE figcaption {
  position: relative;
}
.cid-sBUWODhKhE figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sBUWODhKhE .image-block {
    width: 100% !important;
  }
}
.cid-sBUWVZEkkD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sBUWVZEkkD H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sBUWVZEkkD P {
  text-align: left;
  color: #ffffff;
}
.cid-sBUWVZEkkD H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sBUXpX8FCQ {
  background: #ffffff;
}
.cid-sBUXpX8FCQ .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sBUXpX8FCQ .mbr-figure {
  margin: 0 auto;
}
.cid-sBUXpX8FCQ figcaption {
  position: relative;
}
.cid-sBUXpX8FCQ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sBUXpX8FCQ .image-block {
    width: 100% !important;
  }
}
.cid-sBUXJ8Vrrz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sBUXJ8Vrrz H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sBUXJ8Vrrz P {
  text-align: left;
  color: #ffffff;
}
.cid-sBUXJ8Vrrz H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sBUXOLV17i {
  background: #ffffff;
}
.cid-sBUXOLV17i .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sBUXOLV17i .mbr-figure {
  margin: 0 auto;
}
.cid-sBUXOLV17i figcaption {
  position: relative;
}
.cid-sBUXOLV17i figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sBUXOLV17i .image-block {
    width: 100% !important;
  }
}
.cid-sBUXWF32s6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sBUXWF32s6 H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sBUXWF32s6 P {
  text-align: left;
  color: #ffffff;
}
.cid-sBUXWF32s6 H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sBUY0LiNW9 {
  background: #ffffff;
}
.cid-sBUY0LiNW9 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sBUY0LiNW9 .mbr-figure {
  margin: 0 auto;
}
.cid-sBUY0LiNW9 figcaption {
  position: relative;
}
.cid-sBUY0LiNW9 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sBUY0LiNW9 .image-block {
    width: 100% !important;
  }
}
.cid-sBUY6njn8h {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sBUY6njn8h H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sBUY6njn8h P {
  text-align: left;
  color: #ffffff;
}
.cid-sBUY6njn8h H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sBUYdmqGZ7 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-sBUYdmqGZ7 .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sBUYdmqGZ7 .modal-body .close {
  background: #1b1b1b;
}
.cid-sBUYdmqGZ7 .modal-body .close span {
  font-style: normal;
}
.cid-sBUYdmqGZ7 .carousel-inner > .active,
.cid-sBUYdmqGZ7 .carousel-inner > .next,
.cid-sBUYdmqGZ7 .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-sBUYdmqGZ7 .carousel-control .icon-next,
.cid-sBUYdmqGZ7 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sBUYdmqGZ7 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sBUYdmqGZ7 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sBUYdmqGZ7 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sBUYdmqGZ7 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sBUYdmqGZ7 .boxed-slider > div {
  position: relative;
}
.cid-sBUYdmqGZ7 .container img {
  width: 100%;
}
.cid-sBUYdmqGZ7 .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-sBUYdmqGZ7 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sBUYdmqGZ7 .mbr-table-cell {
  padding: 0;
}
.cid-sBUYdmqGZ7 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sBUYdmqGZ7 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-sBUYdmqGZ7 .mbr-overlay {
  z-index: 1;
}
.cid-sBUYdmqGZ7 .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sBUYdmqGZ7 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-sBUYdmqGZ7 .carousel-item.active.right,
.cid-sBUYdmqGZ7 .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sBUYdmqGZ7 .carousel-item.active.left,
.cid-sBUYdmqGZ7 .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sBUYdmqGZ7 .carousel-item.active,
.cid-sBUYdmqGZ7 .carousel-item.next.left,
.cid-sBUYdmqGZ7 .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-sBUYdmqGZ7 .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  z-index: 11;
}
.cid-sBUYdmqGZ7 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sBUYdmqGZ7 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sBUYdmqGZ7 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sBUYdmqGZ7 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sBUYdmqGZ7 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sBUYdmqGZ7 .mbr-slider .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-sBUYdmqGZ7 .mbr-slider .carousel-indicators li.active,
.cid-sBUYdmqGZ7 .mbr-slider .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sBUYdmqGZ7 .mbr-slider .carousel-indicators li::after,
.cid-sBUYdmqGZ7 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sBUYdmqGZ7 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sBUYdmqGZ7 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sBUYdmqGZ7 .mbr-slider > .container img {
  width: 100%;
}
.cid-sBUYdmqGZ7 .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sBUYdmqGZ7 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sBUYdmqGZ7 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sBUYdmqGZ7 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sBUYdmqGZ7 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sBUYdmqGZ7 .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-sBUYdmqGZ7 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sBUYdmqGZ7 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sBUYdmqGZ7 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sBUYdmqGZ7 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sBUYdmqGZ7 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sBUYdmqGZ7 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sBUYdmqGZ7 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sBUYdmqGZ7 .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-sBUYdmqGZ7 .carousel-inner {
  height: 100%;
}
.cid-sBUYdmqGZ7 .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-sBUYdmqGZ7 .image_wrapper {
  height: 700px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-sBUYdmqGZ7 .image_wrapper img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
.cid-sBUYdmqGZ7 .carousel-item .container-slide {
  text-align: center;
}
.cid-sBUYdmqGZ7 .content-slider-wrap {
  width: 100%;
}
.cid-sBUYwB7Q4j {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sBUYwB7Q4j H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sBUYwB7Q4j P {
  text-align: left;
  color: #ffffff;
}
.cid-sBUYwB7Q4j H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sBUYGQYQkv {
  background: #ffffff;
}
.cid-sBUYGQYQkv .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sBUYGQYQkv .mbr-figure {
  margin: 0 auto;
}
.cid-sBUYGQYQkv figcaption {
  position: relative;
}
.cid-sBUYGQYQkv figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sBUYGQYQkv .image-block {
    width: 100% !important;
  }
}
.cid-stjX42GNRu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-sChpIQBRAW {
  background: #ffffff;
}
.cid-sChpIQBRAW .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sChpIQBRAW .mbr-figure {
  margin: 0 auto;
}
.cid-sChpIQBRAW figcaption {
  position: relative;
}
.cid-sChpIQBRAW figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sChpIQBRAW .image-block {
    width: 100% !important;
  }
}
.cid-sChteYtzIh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sChteYtzIh H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sChteYtzIh P {
  text-align: left;
  color: #ffffff;
}
.cid-sChteYtzIh H1 {
  text-align: left;
  color: #4d5afa;
}
.cid-sChtEnAqci {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sChtEnAqci H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sChtEnAqci P {
  text-align: left;
  color: #ffffff;
}
.cid-sChtEnAqci H1 {
  text-align: left;
  color: #4d5afa;
}
.cid-sChtLF0Los {
  background: #ffffff;
}
.cid-sChtLF0Los .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sChtLF0Los .mbr-figure {
  margin: 0 auto;
}
.cid-sChtLF0Los figcaption {
  position: relative;
}
.cid-sChtLF0Los figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sChtLF0Los .image-block {
    width: 100% !important;
  }
}
.cid-sChL4F7yDd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sChL4F7yDd H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sChL4F7yDd P {
  text-align: left;
  color: #ffffff;
}
.cid-sChL4F7yDd H1 {
  text-align: left;
  color: #4d5afa;
}
.cid-sChLcs2Wdu {
  background: #ffffff;
}
.cid-sChLcs2Wdu .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sChLcs2Wdu .mbr-figure {
  margin: 0 auto;
}
.cid-sChLcs2Wdu figcaption {
  position: relative;
}
.cid-sChLcs2Wdu figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sChLcs2Wdu .image-block {
    width: 100% !important;
  }
}
.cid-sChLfRMARI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sChLfRMARI H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sChLfRMARI P {
  text-align: left;
  color: #ffffff;
}
.cid-sChLfRMARI H1 {
  text-align: left;
  color: #4d5afa;
}
.cid-sChLks24qj {
  background: #ffffff;
}
.cid-sChLks24qj .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sChLks24qj .mbr-figure {
  margin: 0 auto;
}
.cid-sChLks24qj figcaption {
  position: relative;
}
.cid-sChLks24qj figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sChLks24qj .image-block {
    width: 100% !important;
  }
}
.cid-sChLogJdww {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sChLogJdww H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sChLogJdww P {
  text-align: left;
  color: #ffffff;
}
.cid-sChLogJdww H1 {
  text-align: left;
  color: #4d5afa;
}
.cid-sChLzNeErY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sChLzNeErY H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sChLzNeErY P {
  text-align: left;
  color: #ffffff;
}
.cid-sChLzNeErY H1 {
  text-align: left;
  color: #4d5afa;
}
.cid-sChLtTv9Ns {
  background: #ffffff;
}
.cid-sChLtTv9Ns .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sChLtTv9Ns .mbr-figure {
  margin: 0 auto;
}
.cid-sChLtTv9Ns figcaption {
  position: relative;
}
.cid-sChLtTv9Ns figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sChLtTv9Ns .image-block {
    width: 100% !important;
  }
}
.cid-sChLSCy9Gp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sChLSCy9Gp H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sChLSCy9Gp P {
  text-align: left;
  color: #ffffff;
}
.cid-sChLSCy9Gp H1 {
  text-align: left;
  color: #4d5afa;
}
.cid-sChLWzsgJS {
  background: #ffffff;
}
.cid-sChLWzsgJS .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sChLWzsgJS .mbr-figure {
  margin: 0 auto;
}
.cid-sChLWzsgJS figcaption {
  position: relative;
}
.cid-sChLWzsgJS figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sChLWzsgJS .image-block {
    width: 100% !important;
  }
}
.cid-sChM17coWe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sChM17coWe H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sChM17coWe P {
  text-align: left;
  color: #ffffff;
}
.cid-sChM17coWe H1 {
  text-align: left;
  color: #4d5afa;
}
.cid-sChM9GaFP9 {
  background: #ffffff;
}
.cid-sChM9GaFP9 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sChM9GaFP9 .mbr-figure {
  margin: 0 auto;
}
.cid-sChM9GaFP9 figcaption {
  position: relative;
}
.cid-sChM9GaFP9 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sChM9GaFP9 .image-block {
    width: 100% !important;
  }
}
.cid-sChMeJ2rwQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sChMeJ2rwQ H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sChMeJ2rwQ P {
  text-align: left;
  color: #ffffff;
}
.cid-sChMeJ2rwQ H1 {
  text-align: left;
  color: #4d5afa;
}
.cid-sChMm1W1Gj {
  background: #ffffff;
}
.cid-sChMm1W1Gj .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sChMm1W1Gj .mbr-figure {
  margin: 0 auto;
}
.cid-sChMm1W1Gj figcaption {
  position: relative;
}
.cid-sChMm1W1Gj figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sChMm1W1Gj .image-block {
    width: 100% !important;
  }
}
.cid-sChMnbIRhL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sChMnbIRhL H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sChMnbIRhL P {
  text-align: left;
  color: #ffffff;
}
.cid-sChMnbIRhL H1 {
  text-align: left;
  color: #4d5afa;
}
.cid-sChMwHCq2Y {
  background: #ffffff;
}
.cid-sChMwHCq2Y .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sChMwHCq2Y .mbr-figure {
  margin: 0 auto;
}
.cid-sChMwHCq2Y figcaption {
  position: relative;
}
.cid-sChMwHCq2Y figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sChMwHCq2Y .image-block {
    width: 100% !important;
  }
}
.cid-sChMAPsH1t {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sChMAPsH1t H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sChMAPsH1t P {
  text-align: left;
  color: #ffffff;
}
.cid-sChMAPsH1t H1 {
  text-align: left;
  color: #4d5afa;
}
.cid-sChN1DSpkj {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-sChN1DSpkj .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sChN1DSpkj .modal-body .close {
  background: #1b1b1b;
}
.cid-sChN1DSpkj .modal-body .close span {
  font-style: normal;
}
.cid-sChN1DSpkj .carousel-inner > .active,
.cid-sChN1DSpkj .carousel-inner > .next,
.cid-sChN1DSpkj .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-sChN1DSpkj .carousel-control .icon-next,
.cid-sChN1DSpkj .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sChN1DSpkj .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sChN1DSpkj .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sChN1DSpkj .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sChN1DSpkj .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sChN1DSpkj .boxed-slider > div {
  position: relative;
}
.cid-sChN1DSpkj .container img {
  width: 100%;
}
.cid-sChN1DSpkj .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-sChN1DSpkj .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sChN1DSpkj .mbr-table-cell {
  padding: 0;
}
.cid-sChN1DSpkj .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sChN1DSpkj .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-sChN1DSpkj .mbr-overlay {
  z-index: 1;
}
.cid-sChN1DSpkj .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sChN1DSpkj .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-sChN1DSpkj .carousel-item.active.right,
.cid-sChN1DSpkj .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sChN1DSpkj .carousel-item.active.left,
.cid-sChN1DSpkj .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sChN1DSpkj .carousel-item.active,
.cid-sChN1DSpkj .carousel-item.next.left,
.cid-sChN1DSpkj .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-sChN1DSpkj .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  z-index: 11;
}
.cid-sChN1DSpkj .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sChN1DSpkj .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sChN1DSpkj .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sChN1DSpkj .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sChN1DSpkj .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sChN1DSpkj .mbr-slider .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-sChN1DSpkj .mbr-slider .carousel-indicators li.active,
.cid-sChN1DSpkj .mbr-slider .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sChN1DSpkj .mbr-slider .carousel-indicators li::after,
.cid-sChN1DSpkj .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sChN1DSpkj .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sChN1DSpkj .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sChN1DSpkj .mbr-slider > .container img {
  width: 100%;
}
.cid-sChN1DSpkj .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sChN1DSpkj .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sChN1DSpkj .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sChN1DSpkj .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sChN1DSpkj .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sChN1DSpkj .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-sChN1DSpkj .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sChN1DSpkj .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sChN1DSpkj .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sChN1DSpkj .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sChN1DSpkj .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sChN1DSpkj .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sChN1DSpkj .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sChN1DSpkj .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-sChN1DSpkj .carousel-inner {
  height: 100%;
}
.cid-sChN1DSpkj .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-sChN1DSpkj .image_wrapper {
  height: 700px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-sChN1DSpkj .image_wrapper img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
.cid-sChN1DSpkj .carousel-item .container-slide {
  text-align: center;
}
.cid-sChN1DSpkj .content-slider-wrap {
  width: 100%;
}
.cid-sChNiDeQ69 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sChNiDeQ69 H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sChNiDeQ69 P {
  text-align: left;
  color: #ffffff;
}
.cid-sChNiDeQ69 H1 {
  text-align: left;
  color: #4d5afa;
}
.cid-sChNvTqB6X {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sChNvTqB6X H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sChNvTqB6X P {
  text-align: left;
  color: #ffffff;
}
.cid-sChNvTqB6X H1 {
  text-align: left;
  color: #4d5afa;
}
.cid-sChNmXQ3p8 {
  background: #ffffff;
}
.cid-sChNmXQ3p8 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sChNmXQ3p8 .mbr-figure {
  margin: 0 auto;
}
.cid-sChNmXQ3p8 figcaption {
  position: relative;
}
.cid-sChNmXQ3p8 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sChNmXQ3p8 .image-block {
    width: 100% !important;
  }
}
.cid-sChNCCQ92W {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sChNCCQ92W H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sChNCCQ92W P {
  text-align: left;
  color: #ffffff;
}
.cid-sChNCCQ92W H1 {
  text-align: left;
  color: #4d5afa;
}
.cid-sChNHoddsd {
  background: #ffffff;
}
.cid-sChNHoddsd .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sChNHoddsd .mbr-figure {
  margin: 0 auto;
}
.cid-sChNHoddsd figcaption {
  position: relative;
}
.cid-sChNHoddsd figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sChNHoddsd .image-block {
    width: 100% !important;
  }
}
.cid-sChNKSj5NK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sChNKSj5NK H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sChNKSj5NK P {
  text-align: left;
  color: #ffffff;
}
.cid-sChNKSj5NK H1 {
  text-align: left;
  color: #4d5afa;
}
.cid-sChNPldb7J {
  background: #ffffff;
}
.cid-sChNPldb7J .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sChNPldb7J .mbr-figure {
  margin: 0 auto;
}
.cid-sChNPldb7J figcaption {
  position: relative;
}
.cid-sChNPldb7J figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sChNPldb7J .image-block {
    width: 100% !important;
  }
}
.cid-sChNXTNC9D {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sChNXTNC9D H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sChNXTNC9D P {
  text-align: left;
  color: #ffffff;
}
.cid-sChNXTNC9D H1 {
  text-align: left;
  color: #4d5afa;
}
.cid-sChOahZWrg {
  background: #ffffff;
}
.cid-sChOahZWrg .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sChOahZWrg .mbr-figure {
  margin: 0 auto;
}
.cid-sChOahZWrg figcaption {
  position: relative;
}
.cid-sChOahZWrg figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sChOahZWrg .image-block {
    width: 100% !important;
  }
}
.cid-sChOcYNsDp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sChOcYNsDp H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sChOcYNsDp P {
  text-align: left;
  color: #ffffff;
}
.cid-sChOcYNsDp H1 {
  text-align: left;
  color: #4d5afa;
}
.cid-sChOhI9mVo {
  background: #ffffff;
}
.cid-sChOhI9mVo .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sChOhI9mVo .mbr-figure {
  margin: 0 auto;
}
.cid-sChOhI9mVo figcaption {
  position: relative;
}
.cid-sChOhI9mVo figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sChOhI9mVo .image-block {
    width: 100% !important;
  }
}
.cid-sChOleq2u1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sChOleq2u1 H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sChOleq2u1 P {
  text-align: left;
  color: #ffffff;
}
.cid-sChOleq2u1 H1 {
  text-align: left;
  color: #4d5afa;
}
.cid-sChOpKjjhC {
  background: #ffffff;
}
.cid-sChOpKjjhC .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sChOpKjjhC .mbr-figure {
  margin: 0 auto;
}
.cid-sChOpKjjhC figcaption {
  position: relative;
}
.cid-sChOpKjjhC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sChOpKjjhC .image-block {
    width: 100% !important;
  }
}
.cid-sChQf07Ywg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sChQf07Ywg H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sChQf07Ywg P {
  text-align: left;
  color: #ffffff;
}
.cid-sChQf07Ywg H1 {
  text-align: left;
  color: #4d5afa;
}
.cid-sChRrmF20U {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-sChRrmF20U .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sChRrmF20U .modal-body .close {
  background: #1b1b1b;
}
.cid-sChRrmF20U .modal-body .close span {
  font-style: normal;
}
.cid-sChRrmF20U .carousel-inner > .active,
.cid-sChRrmF20U .carousel-inner > .next,
.cid-sChRrmF20U .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-sChRrmF20U .carousel-control .icon-next,
.cid-sChRrmF20U .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sChRrmF20U .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sChRrmF20U .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sChRrmF20U .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sChRrmF20U .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sChRrmF20U .boxed-slider > div {
  position: relative;
}
.cid-sChRrmF20U .container img {
  width: 100%;
}
.cid-sChRrmF20U .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-sChRrmF20U .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sChRrmF20U .mbr-table-cell {
  padding: 0;
}
.cid-sChRrmF20U .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sChRrmF20U .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-sChRrmF20U .mbr-overlay {
  z-index: 1;
}
.cid-sChRrmF20U .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sChRrmF20U .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-sChRrmF20U .carousel-item.active.right,
.cid-sChRrmF20U .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sChRrmF20U .carousel-item.active.left,
.cid-sChRrmF20U .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sChRrmF20U .carousel-item.active,
.cid-sChRrmF20U .carousel-item.next.left,
.cid-sChRrmF20U .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-sChRrmF20U .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  z-index: 11;
}
.cid-sChRrmF20U .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sChRrmF20U .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sChRrmF20U .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sChRrmF20U .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sChRrmF20U .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sChRrmF20U .mbr-slider .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-sChRrmF20U .mbr-slider .carousel-indicators li.active,
.cid-sChRrmF20U .mbr-slider .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sChRrmF20U .mbr-slider .carousel-indicators li::after,
.cid-sChRrmF20U .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sChRrmF20U .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sChRrmF20U .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sChRrmF20U .mbr-slider > .container img {
  width: 100%;
}
.cid-sChRrmF20U .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sChRrmF20U .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sChRrmF20U .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sChRrmF20U .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sChRrmF20U .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sChRrmF20U .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-sChRrmF20U .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sChRrmF20U .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sChRrmF20U .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sChRrmF20U .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sChRrmF20U .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sChRrmF20U .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sChRrmF20U .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sChRrmF20U .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-sChRrmF20U .carousel-inner {
  height: 100%;
}
.cid-sChRrmF20U .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-sChRrmF20U .image_wrapper {
  height: 700px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-sChRrmF20U .image_wrapper img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
.cid-sChRrmF20U .carousel-item .container-slide {
  text-align: center;
}
.cid-sChRrmF20U .content-slider-wrap {
  width: 100%;
}
.cid-sChRZoUqCv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sChRZoUqCv H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sChRZoUqCv P {
  text-align: left;
  color: #ffffff;
}
.cid-sChRZoUqCv H1 {
  text-align: left;
  color: #4d5afa;
}
.cid-sChS3zaVwB {
  background: #ffffff;
}
.cid-sChS3zaVwB .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sChS3zaVwB .mbr-figure {
  margin: 0 auto;
}
.cid-sChS3zaVwB figcaption {
  position: relative;
}
.cid-sChS3zaVwB figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sChS3zaVwB .image-block {
    width: 100% !important;
  }
}
.cid-sN8rD6rn9Y {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-sJPSzNPGYM {
  background: #ffffff;
}
.cid-sJPSzNPGYM .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sJPSzNPGYM .mbr-figure {
  margin: 0 auto;
}
.cid-sJPSzNPGYM figcaption {
  position: relative;
}
.cid-sJPSzNPGYM figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sJPSzNPGYM .image-block {
    width: 100% !important;
  }
}
.cid-sJPTiX3Vyv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sJPTiX3Vyv H3 {
  color: #db0730;
  text-align: left;
}
.cid-sJPTiX3Vyv P {
  text-align: center;
  color: #161d20;
}
.cid-sJPTiX3Vyv H1 {
  text-align: left;
}
.cid-sJPTxhpjpt {
  background: #ffffff;
}
.cid-sJPTxhpjpt .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sJPTxhpjpt .mbr-figure {
  margin: 0 auto;
}
.cid-sJPTxhpjpt figcaption {
  position: relative;
}
.cid-sJPTxhpjpt figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sJPTxhpjpt .image-block {
    width: 100% !important;
  }
}
.cid-sN7GRxmYtV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sN7GRxmYtV H3 {
  color: #000000;
  text-align: left;
}
.cid-sN7GRxmYtV P {
  text-align: left;
  color: #000000;
}
.cid-sN7GRxmYtV H1 {
  text-align: left;
  color: #c10500;
}
.cid-sJPTZi1f5S {
  background: #ffffff;
}
.cid-sJPTZi1f5S .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sJPTZi1f5S .mbr-figure {
  margin: 0 auto;
}
.cid-sJPTZi1f5S figcaption {
  position: relative;
}
.cid-sJPTZi1f5S figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sJPTZi1f5S .image-block {
    width: 100% !important;
  }
}
.cid-sJPUvO4Qwp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sJPUvO4Qwp H3 {
  color: #000000;
  text-align: left;
}
.cid-sJPUvO4Qwp P {
  text-align: left;
  color: #000000;
}
.cid-sJPUvO4Qwp H1 {
  text-align: left;
  color: #c10500;
}
.cid-sJPUKthmX0 {
  background: #ffffff;
}
.cid-sJPUKthmX0 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sJPUKthmX0 .mbr-figure {
  margin: 0 auto;
}
.cid-sJPUKthmX0 figcaption {
  position: relative;
}
.cid-sJPUKthmX0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sJPUKthmX0 .image-block {
    width: 100% !important;
  }
}
.cid-sJPUOdUDNP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sJPUOdUDNP H3 {
  color: #000000;
  text-align: left;
}
.cid-sJPUOdUDNP P {
  text-align: left;
  color: #000000;
}
.cid-sJPUOdUDNP H1 {
  text-align: left;
  color: #c10500;
}
.cid-sJPUXsjvKm {
  background: #ffffff;
}
.cid-sJPUXsjvKm .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sJPUXsjvKm .mbr-figure {
  margin: 0 auto;
}
.cid-sJPUXsjvKm figcaption {
  position: relative;
}
.cid-sJPUXsjvKm figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sJPUXsjvKm .image-block {
    width: 100% !important;
  }
}
.cid-sJPV3fB496 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sJPV3fB496 H3 {
  color: #000000;
  text-align: left;
}
.cid-sJPV3fB496 P {
  text-align: left;
  color: #000000;
}
.cid-sJPV3fB496 H1 {
  text-align: left;
  color: #c10500;
}
.cid-sJPVaOTFdP {
  background: #ffffff;
}
.cid-sJPVaOTFdP .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sJPVaOTFdP .mbr-figure {
  margin: 0 auto;
}
.cid-sJPVaOTFdP figcaption {
  position: relative;
}
.cid-sJPVaOTFdP figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sJPVaOTFdP .image-block {
    width: 100% !important;
  }
}
.cid-sJPVeZYLMW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sJPVeZYLMW H3 {
  color: #000000;
  text-align: left;
}
.cid-sJPVeZYLMW P {
  text-align: left;
  color: #000000;
}
.cid-sJPVeZYLMW H1 {
  text-align: left;
  color: #c10500;
}
.cid-sJPVmcCczF {
  background: #ffffff;
}
.cid-sJPVmcCczF .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sJPVmcCczF .mbr-figure {
  margin: 0 auto;
}
.cid-sJPVmcCczF figcaption {
  position: relative;
}
.cid-sJPVmcCczF figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sJPVmcCczF .image-block {
    width: 100% !important;
  }
}
.cid-sJPVrjKLAD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sJPVrjKLAD H3 {
  color: #000000;
  text-align: left;
}
.cid-sJPVrjKLAD P {
  text-align: left;
  color: #000000;
}
.cid-sJPVrjKLAD H1 {
  text-align: left;
  color: #c10500;
}
.cid-sJPVCyoZi8 {
  background: #ffffff;
}
.cid-sJPVCyoZi8 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sJPVCyoZi8 .mbr-figure {
  margin: 0 auto;
}
.cid-sJPVCyoZi8 figcaption {
  position: relative;
}
.cid-sJPVCyoZi8 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sJPVCyoZi8 .image-block {
    width: 100% !important;
  }
}
.cid-sJPVHkC3FK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sJPVHkC3FK H3 {
  color: #000000;
  text-align: left;
}
.cid-sJPVHkC3FK P {
  text-align: left;
  color: #000000;
}
.cid-sJPVHkC3FK H1 {
  text-align: left;
  color: #c10500;
}
.cid-sJPVO3eFo2 {
  background: #ffffff;
}
.cid-sJPVO3eFo2 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sJPVO3eFo2 .mbr-figure {
  margin: 0 auto;
}
.cid-sJPVO3eFo2 figcaption {
  position: relative;
}
.cid-sJPVO3eFo2 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sJPVO3eFo2 .image-block {
    width: 100% !important;
  }
}
.cid-sJPWyL36Xi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sJPWyL36Xi H3 {
  color: #000000;
  text-align: left;
}
.cid-sJPWyL36Xi P {
  text-align: left;
  color: #000000;
}
.cid-sJPWyL36Xi H1 {
  text-align: left;
  color: #c10500;
}
.cid-sJPWHsRnz0 {
  background: #ffffff;
}
.cid-sJPWHsRnz0 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sJPWHsRnz0 .mbr-figure {
  margin: 0 auto;
}
.cid-sJPWHsRnz0 figcaption {
  position: relative;
}
.cid-sJPWHsRnz0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sJPWHsRnz0 .image-block {
    width: 100% !important;
  }
}
.cid-sJPWWyF4oA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sJPWWyF4oA H3 {
  color: #000000;
  text-align: left;
}
.cid-sJPWWyF4oA P {
  text-align: left;
  color: #000000;
}
.cid-sJPWWyF4oA H1 {
  text-align: left;
  color: #c10500;
}
.cid-sJPX7MikZd {
  background: #ffffff;
}
.cid-sJPX7MikZd .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sJPX7MikZd .mbr-figure {
  margin: 0 auto;
}
.cid-sJPX7MikZd figcaption {
  position: relative;
}
.cid-sJPX7MikZd figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sJPX7MikZd .image-block {
    width: 100% !important;
  }
}
.cid-sJPXkAs2Rk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sJPXkAs2Rk H3 {
  color: #000000;
  text-align: left;
}
.cid-sJPXkAs2Rk P {
  text-align: left;
  color: #000000;
}
.cid-sJPXkAs2Rk H1 {
  text-align: left;
  color: #c10500;
}
.cid-sJPXtqcOd1 {
  background: #ffffff;
}
.cid-sJPXtqcOd1 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sJPXtqcOd1 .mbr-figure {
  margin: 0 auto;
}
.cid-sJPXtqcOd1 figcaption {
  position: relative;
}
.cid-sJPXtqcOd1 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sJPXtqcOd1 .image-block {
    width: 100% !important;
  }
}
.cid-sJPXy5xwmi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sJPXy5xwmi H3 {
  color: #000000;
  text-align: left;
}
.cid-sJPXy5xwmi P {
  text-align: left;
  color: #000000;
}
.cid-sJPXy5xwmi H1 {
  text-align: left;
  color: #c10500;
}
.cid-sJPXFP659T {
  background: #ffffff;
}
.cid-sJPXFP659T .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sJPXFP659T .mbr-figure {
  margin: 0 auto;
}
.cid-sJPXFP659T figcaption {
  position: relative;
}
.cid-sJPXFP659T figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sJPXFP659T .image-block {
    width: 100% !important;
  }
}
.cid-sJPXUO3U7N {
  background: #ffffff;
}
.cid-sJPXUO3U7N .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sJPXUO3U7N .mbr-figure {
  margin: 0 auto;
}
.cid-sJPXUO3U7N figcaption {
  position: relative;
}
.cid-sJPXUO3U7N figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sJPXUO3U7N .image-block {
    width: 100% !important;
  }
}
.cid-sL31dgojsG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-sL31dgTD84 {
  background: #ffffff;
}
.cid-sL31dgTD84 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sL31dgTD84 .mbr-figure {
  margin: 0 auto;
}
.cid-sL31dgTD84 figcaption {
  position: relative;
}
.cid-sL31dgTD84 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sL31dgTD84 .image-block {
    width: 100% !important;
  }
}
.cid-sL31dh9WOK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sL31dh9WOK H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sL31dh9WOK P {
  text-align: left;
  color: #ffffff;
}
.cid-sL31dh9WOK H1 {
  text-align: left;
  color: #f2ac00;
}
.cid-sL31dhFg0V {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sL31dhFg0V H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sL31dhFg0V P {
  text-align: left;
  color: #ffffff;
}
.cid-sL31dhFg0V H1 {
  text-align: left;
  color: #f2ac00;
}
.cid-sL31dhZsub {
  background: #ffffff;
}
.cid-sL31dhZsub .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sL31dhZsub .mbr-figure {
  margin: 0 auto;
}
.cid-sL31dhZsub figcaption {
  position: relative;
}
.cid-sL31dhZsub figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sL31dhZsub .image-block {
    width: 100% !important;
  }
}
.cid-sL31did3mB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sL31did3mB H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sL31did3mB P {
  text-align: left;
  color: #ffffff;
}
.cid-sL31did3mB H1 {
  text-align: left;
  color: #f2ac00;
}
.cid-sL31diymvy {
  background: #ffffff;
}
.cid-sL31diymvy .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sL31diymvy .mbr-figure {
  margin: 0 auto;
}
.cid-sL31diymvy figcaption {
  position: relative;
}
.cid-sL31diymvy figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sL31diymvy .image-block {
    width: 100% !important;
  }
}
.cid-sL31diMCfU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sL31diMCfU H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sL31diMCfU P {
  text-align: left;
  color: #ffffff;
}
.cid-sL31diMCfU H1 {
  text-align: left;
  color: #f2ac00;
}
.cid-sL31dj8RTa {
  background: #ffffff;
}
.cid-sL31dj8RTa .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sL31dj8RTa .mbr-figure {
  margin: 0 auto;
}
.cid-sL31dj8RTa figcaption {
  position: relative;
}
.cid-sL31dj8RTa figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sL31dj8RTa .image-block {
    width: 100% !important;
  }
}
.cid-sL31djpx3N {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sL31djpx3N H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sL31djpx3N P {
  text-align: left;
  color: #ffffff;
}
.cid-sL31djpx3N H1 {
  text-align: left;
  color: #f2ac00;
}
.cid-sL31djH8Vf {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-sL31djH8Vf .card-img {
  background-color: #fff;
}
.cid-sL31djH8Vf .card {
  align-self: stretch;
}
.cid-sL31djH8Vf .card-box {
  padding: 2rem;
  background-color: #000000;
}
.cid-sL31djH8Vf h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sL31djH8Vf p {
  text-align: left;
}
.cid-sL31djH8Vf .mbr-text {
  color: #ffffff;
}
.cid-sL31djH8Vf .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sL31djH8Vf .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-sL31djH8Vf .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-sL31djH8Vf .card-title {
  color: #f2ac00;
}
.cid-sL31dkb5YU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sL31dkb5YU H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sL31dkb5YU P {
  text-align: left;
  color: #ffffff;
}
.cid-sL31dkb5YU H1 {
  text-align: left;
  color: #f2ac00;
}
.cid-sL31dkqava {
  background: #ffffff;
}
.cid-sL31dkqava .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sL31dkqava .mbr-figure {
  margin: 0 auto;
}
.cid-sL31dkqava figcaption {
  position: relative;
}
.cid-sL31dkqava figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sL31dkqava .image-block {
    width: 100% !important;
  }
}
.cid-sL31dkEClB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sL31dkEClB H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sL31dkEClB P {
  text-align: left;
  color: #ffffff;
}
.cid-sL31dkEClB H1 {
  text-align: left;
  color: #f2ac00;
}
.cid-sL31dkWKm5 {
  background: #ffffff;
}
.cid-sL31dkWKm5 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sL31dkWKm5 .mbr-figure {
  margin: 0 auto;
}
.cid-sL31dkWKm5 figcaption {
  position: relative;
}
.cid-sL31dkWKm5 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sL31dkWKm5 .image-block {
    width: 100% !important;
  }
}
.cid-sL31dlgL6a {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sL31dlgL6a H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sL31dlgL6a P {
  text-align: left;
  color: #ffffff;
}
.cid-sL31dlgL6a H1 {
  text-align: left;
  color: #f2ac00;
}
.cid-sL31dlwi7l {
  background: #ffffff;
}
.cid-sL31dlwi7l .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sL31dlwi7l .mbr-figure {
  margin: 0 auto;
}
.cid-sL31dlwi7l figcaption {
  position: relative;
}
.cid-sL31dlwi7l figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sL31dlwi7l .image-block {
    width: 100% !important;
  }
}
.cid-sL31dlJZKC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sL31dlJZKC H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sL31dlJZKC P {
  text-align: left;
  color: #ffffff;
}
.cid-sL31dlJZKC H1 {
  text-align: left;
  color: #f2ac00;
}
.cid-sL31dlZUo7 {
  background: #ffffff;
}
.cid-sL31dlZUo7 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sL31dlZUo7 .mbr-figure {
  margin: 0 auto;
}
.cid-sL31dlZUo7 figcaption {
  position: relative;
}
.cid-sL31dlZUo7 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sL31dlZUo7 .image-block {
    width: 100% !important;
  }
}
.cid-sL31dmenB7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sL31dmenB7 H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sL31dmenB7 P {
  text-align: left;
  color: #ffffff;
}
.cid-sL31dmenB7 H1 {
  text-align: left;
  color: #f2ac00;
}
.cid-sL31dmuM3X {
  background: #ffffff;
}
.cid-sL31dmuM3X .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sL31dmuM3X .mbr-figure {
  margin: 0 auto;
}
.cid-sL31dmuM3X figcaption {
  position: relative;
}
.cid-sL31dmuM3X figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sL31dmuM3X .image-block {
    width: 100% !important;
  }
}
.cid-sL31dmLYlT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sL31dmLYlT H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sL31dmLYlT P {
  text-align: left;
  color: #ffffff;
}
.cid-sL31dmLYlT H1 {
  text-align: left;
  color: #f2ac00;
}
.cid-sL31dn3twa {
  background: #ffffff;
}
.cid-sL31dn3twa .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sL31dn3twa .mbr-figure {
  margin: 0 auto;
}
.cid-sL31dn3twa figcaption {
  position: relative;
}
.cid-sL31dn3twa figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sL31dn3twa .image-block {
    width: 100% !important;
  }
}
.cid-sL31dnibId {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sL31dnibId H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sL31dnibId P {
  text-align: left;
  color: #ffffff;
}
.cid-sL31dnibId H1 {
  text-align: left;
  color: #f2ac00;
}
.cid-sL31dnCLlK {
  background: #ffffff;
}
.cid-sL31dnCLlK .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sL31dnCLlK .mbr-figure {
  margin: 0 auto;
}
.cid-sL31dnCLlK figcaption {
  position: relative;
}
.cid-sL31dnCLlK figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sL31dnCLlK .image-block {
    width: 100% !important;
  }
}
.cid-sL31dnSoCT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sL31dnSoCT H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sL31dnSoCT P {
  text-align: left;
  color: #ffffff;
}
.cid-sL31dnSoCT H1 {
  text-align: left;
  color: #f2ac00;
}
.cid-sL31doaoe2 {
  background: #ffffff;
}
.cid-sL31doaoe2 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sL31doaoe2 .mbr-figure {
  margin: 0 auto;
}
.cid-sL31doaoe2 figcaption {
  position: relative;
}
.cid-sL31doaoe2 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sL31doaoe2 .image-block {
    width: 100% !important;
  }
}
.cid-sL31doq9kl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sL31doq9kl H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sL31doq9kl P {
  text-align: left;
  color: #ffffff;
}
.cid-sL31doq9kl H1 {
  text-align: left;
  color: #f2ac00;
}
.cid-sL31doIVqf {
  background: #ffffff;
}
.cid-sL31doIVqf .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sL31doIVqf .mbr-figure {
  margin: 0 auto;
}
.cid-sL31doIVqf figcaption {
  position: relative;
}
.cid-sL31doIVqf figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sL31doIVqf .image-block {
    width: 100% !important;
  }
}
.cid-spW9Qbmr0X {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-sL2Ppe8Y5q {
  background: #ffffff;
}
.cid-sL2Ppe8Y5q .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sL2Ppe8Y5q .mbr-figure {
  margin: 0 auto;
}
.cid-sL2Ppe8Y5q figcaption {
  position: relative;
}
.cid-sL2Ppe8Y5q figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sL2Ppe8Y5q .image-block {
    width: 100% !important;
  }
}
.cid-sL2PYO3zNm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sL2PYO3zNm H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sL2PYO3zNm P {
  text-align: left;
  color: #ffffff;
}
.cid-sL2PYO3zNm H1 {
  text-align: left;
  color: #f2ac00;
}
.cid-sL2Q8JOkcg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sL2Q8JOkcg H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sL2Q8JOkcg P {
  text-align: left;
  color: #ffffff;
}
.cid-sL2Q8JOkcg H1 {
  text-align: left;
  color: #f2ac00;
}
.cid-sL2Q1VgZVJ {
  background: #ffffff;
}
.cid-sL2Q1VgZVJ .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sL2Q1VgZVJ .mbr-figure {
  margin: 0 auto;
}
.cid-sL2Q1VgZVJ figcaption {
  position: relative;
}
.cid-sL2Q1VgZVJ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sL2Q1VgZVJ .image-block {
    width: 100% !important;
  }
}
.cid-sL2Qc54bqG {
  background: #ffffff;
}
.cid-sL2Qc54bqG .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sL2Qc54bqG .mbr-figure {
  margin: 0 auto;
}
.cid-sL2Qc54bqG figcaption {
  position: relative;
}
.cid-sL2Qc54bqG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sL2Qc54bqG .image-block {
    width: 100% !important;
  }
}
.cid-sL2TRVHO4u {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sL2TRVHO4u H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sL2TRVHO4u P {
  text-align: left;
  color: #ffffff;
}
.cid-sL2TRVHO4u H1 {
  text-align: left;
  color: #f2ac00;
}
.cid-sL2S5ekO5m {
  background: #ffffff;
}
.cid-sL2S5ekO5m .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sL2S5ekO5m .mbr-figure {
  margin: 0 auto;
}
.cid-sL2S5ekO5m figcaption {
  position: relative;
}
.cid-sL2S5ekO5m figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sL2S5ekO5m .image-block {
    width: 100% !important;
  }
}
.cid-sL2SiJr0z3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sL2SiJr0z3 H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sL2SiJr0z3 P {
  text-align: left;
  color: #ffffff;
}
.cid-sL2SiJr0z3 H1 {
  text-align: left;
  color: #f2ac00;
}
.cid-sN2cBPBl56 {
  background: #ffffff;
}
.cid-sN2cBPBl56 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sN2cBPBl56 .mbr-figure {
  margin: 0 auto;
}
.cid-sN2cBPBl56 figcaption {
  position: relative;
}
.cid-sN2cBPBl56 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sN2cBPBl56 .image-block {
    width: 100% !important;
  }
}
.cid-sL2VZoC6V5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sL2VZoC6V5 H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sL2VZoC6V5 P {
  text-align: left;
  color: #ffffff;
}
.cid-sL2VZoC6V5 H1 {
  text-align: left;
  color: #f2ac00;
}
.cid-sL2Sje808t {
  background: #ffffff;
}
.cid-sL2Sje808t .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sL2Sje808t .mbr-figure {
  margin: 0 auto;
}
.cid-sL2Sje808t figcaption {
  position: relative;
}
.cid-sL2Sje808t figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sL2Sje808t .image-block {
    width: 100% !important;
  }
}
.cid-sL2WgNh50F {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sL2WgNh50F H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sL2WgNh50F P {
  text-align: left;
  color: #ffffff;
}
.cid-sL2WgNh50F H1 {
  text-align: left;
  color: #f2ac00;
}
.cid-sL2WCkfkTj {
  background: #ffffff;
}
.cid-sL2WCkfkTj .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sL2WCkfkTj .mbr-figure {
  margin: 0 auto;
}
.cid-sL2WCkfkTj figcaption {
  position: relative;
}
.cid-sL2WCkfkTj figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sL2WCkfkTj .image-block {
    width: 100% !important;
  }
}
.cid-sL2WVS2Fb3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sL2WVS2Fb3 H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sL2WVS2Fb3 P {
  text-align: left;
  color: #ffffff;
}
.cid-sL2WVS2Fb3 H1 {
  text-align: left;
  color: #f2ac00;
}
.cid-sL2X2tQOec {
  background: #ffffff;
}
.cid-sL2X2tQOec .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sL2X2tQOec .mbr-figure {
  margin: 0 auto;
}
.cid-sL2X2tQOec figcaption {
  position: relative;
}
.cid-sL2X2tQOec figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sL2X2tQOec .image-block {
    width: 100% !important;
  }
}
.cid-sL2YfUrQtp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sL2YfUrQtp H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sL2YfUrQtp P {
  text-align: left;
  color: #ffffff;
}
.cid-sL2YfUrQtp H1 {
  text-align: left;
  color: #f2ac00;
}
.cid-sL2YnV079h {
  background: #ffffff;
}
.cid-sL2YnV079h .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sL2YnV079h .mbr-figure {
  margin: 0 auto;
}
.cid-sL2YnV079h figcaption {
  position: relative;
}
.cid-sL2YnV079h figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sL2YnV079h .image-block {
    width: 100% !important;
  }
}
.cid-sL2ZQncf6f {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sL2ZQncf6f H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sL2ZQncf6f P {
  text-align: left;
  color: #ffffff;
}
.cid-sL2ZQncf6f H1 {
  text-align: left;
  color: #f2ac00;
}
.cid-sL2ZWgCGAv {
  background: #ffffff;
}
.cid-sL2ZWgCGAv .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sL2ZWgCGAv .mbr-figure {
  margin: 0 auto;
}
.cid-sL2ZWgCGAv figcaption {
  position: relative;
}
.cid-sL2ZWgCGAv figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sL2ZWgCGAv .image-block {
    width: 100% !important;
  }
}
.cid-sL30fiUjfw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sL30fiUjfw H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sL30fiUjfw P {
  text-align: left;
  color: #ffffff;
}
.cid-sL30fiUjfw H1 {
  text-align: left;
  color: #f2ac00;
}
.cid-sL30kPuNXP {
  background: #ffffff;
}
.cid-sL30kPuNXP .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sL30kPuNXP .mbr-figure {
  margin: 0 auto;
}
.cid-sL30kPuNXP figcaption {
  position: relative;
}
.cid-sL30kPuNXP figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sL30kPuNXP .image-block {
    width: 100% !important;
  }
}
.cid-sL30Bf6wpV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sL30Bf6wpV H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sL30Bf6wpV P {
  text-align: left;
  color: #ffffff;
}
.cid-sL30Bf6wpV H1 {
  text-align: left;
  color: #f2ac00;
}
.cid-sL30I4JwRi {
  background: #ffffff;
}
.cid-sL30I4JwRi .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sL30I4JwRi .mbr-figure {
  margin: 0 auto;
}
.cid-sL30I4JwRi figcaption {
  position: relative;
}
.cid-sL30I4JwRi figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sL30I4JwRi .image-block {
    width: 100% !important;
  }
}
.cid-sL30LwoNGh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sL30LwoNGh H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sL30LwoNGh P {
  text-align: left;
  color: #ffffff;
}
.cid-sL30LwoNGh H1 {
  text-align: left;
  color: #f2ac00;
}
.cid-sL30SJCZlC {
  background: #ffffff;
}
.cid-sL30SJCZlC .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sL30SJCZlC .mbr-figure {
  margin: 0 auto;
}
.cid-sL30SJCZlC figcaption {
  position: relative;
}
.cid-sL30SJCZlC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sL30SJCZlC .image-block {
    width: 100% !important;
  }
}
.cid-sL30VNnmZk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sL30VNnmZk H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sL30VNnmZk P {
  text-align: left;
  color: #ffffff;
}
.cid-sL30VNnmZk H1 {
  text-align: left;
  color: #f2ac00;
}
.cid-sL312GNXgf {
  background: #ffffff;
}
.cid-sL312GNXgf .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sL312GNXgf .mbr-figure {
  margin: 0 auto;
}
.cid-sL312GNXgf figcaption {
  position: relative;
}
.cid-sL312GNXgf figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sL312GNXgf .image-block {
    width: 100% !important;
  }
}
.cid-sN288qGPGT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-sN288raHvA {
  background: #ffffff;
}
.cid-sN288raHvA .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sN288raHvA .mbr-figure {
  margin: 0 auto;
}
.cid-sN288raHvA figcaption {
  position: relative;
}
.cid-sN288raHvA figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sN288raHvA .image-block {
    width: 100% !important;
  }
}
.cid-sN288rrTXj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sN288rrTXj H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sN288rrTXj P {
  text-align: left;
  color: #ffffff;
}
.cid-sN288rrTXj H1 {
  text-align: left;
  color: #f2ac00;
}
.cid-sN288s6XGS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sN288s6XGS H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sN288s6XGS P {
  text-align: left;
  color: #ffffff;
}
.cid-sN288s6XGS H1 {
  text-align: left;
  color: #f2ac00;
}
.cid-sN288stUr4 {
  background: #ffffff;
}
.cid-sN288stUr4 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sN288stUr4 .mbr-figure {
  margin: 0 auto;
}
.cid-sN288stUr4 figcaption {
  position: relative;
}
.cid-sN288stUr4 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sN288stUr4 .image-block {
    width: 100% !important;
  }
}
.cid-sN288tgNYQ {
  background: #ffffff;
}
.cid-sN288tgNYQ .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sN288tgNYQ .mbr-figure {
  margin: 0 auto;
}
.cid-sN288tgNYQ figcaption {
  position: relative;
}
.cid-sN288tgNYQ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sN288tgNYQ .image-block {
    width: 100% !important;
  }
}
.cid-sN288tAHTg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sN288tAHTg H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sN288tAHTg P {
  text-align: left;
  color: #ffffff;
}
.cid-sN288tAHTg H1 {
  text-align: left;
  color: #f2ac00;
}
.cid-sN288tUvWw {
  background: #ffffff;
}
.cid-sN288tUvWw .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sN288tUvWw .mbr-figure {
  margin: 0 auto;
}
.cid-sN288tUvWw figcaption {
  position: relative;
}
.cid-sN288tUvWw figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sN288tUvWw .image-block {
    width: 100% !important;
  }
}
.cid-sN288vcQem {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sN288vcQem H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sN288vcQem P {
  text-align: left;
  color: #ffffff;
}
.cid-sN288vcQem H1 {
  text-align: left;
  color: #f2ac00;
}
.cid-sN288vuVXm {
  background: #ffffff;
}
.cid-sN288vuVXm .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sN288vuVXm .mbr-figure {
  margin: 0 auto;
}
.cid-sN288vuVXm figcaption {
  position: relative;
}
.cid-sN288vuVXm figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sN288vuVXm .image-block {
    width: 100% !important;
  }
}
.cid-sN288vL7CC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sN288vL7CC H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sN288vL7CC P {
  text-align: left;
  color: #ffffff;
}
.cid-sN288vL7CC H1 {
  text-align: left;
  color: #f2ac00;
}
.cid-sN288w39zG {
  background: #ffffff;
}
.cid-sN288w39zG .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sN288w39zG .mbr-figure {
  margin: 0 auto;
}
.cid-sN288w39zG figcaption {
  position: relative;
}
.cid-sN288w39zG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sN288w39zG .image-block {
    width: 100% !important;
  }
}
.cid-sN288womDQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sN288womDQ H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sN288womDQ P {
  text-align: left;
  color: #ffffff;
}
.cid-sN288womDQ H1 {
  text-align: left;
  color: #f2ac00;
}
.cid-sN288wKEQJ {
  background: #ffffff;
}
.cid-sN288wKEQJ .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sN288wKEQJ .mbr-figure {
  margin: 0 auto;
}
.cid-sN288wKEQJ figcaption {
  position: relative;
}
.cid-sN288wKEQJ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sN288wKEQJ .image-block {
    width: 100% !important;
  }
}
.cid-sN288x6GQq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sN288x6GQq H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sN288x6GQq P {
  text-align: left;
  color: #ffffff;
}
.cid-sN288x6GQq H1 {
  text-align: left;
  color: #f2ac00;
}
.cid-sN288xpXoI {
  background: #ffffff;
}
.cid-sN288xpXoI .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sN288xpXoI .mbr-figure {
  margin: 0 auto;
}
.cid-sN288xpXoI figcaption {
  position: relative;
}
.cid-sN288xpXoI figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sN288xpXoI .image-block {
    width: 100% !important;
  }
}
.cid-sN288xHJ4t {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sN288xHJ4t H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sN288xHJ4t P {
  text-align: left;
  color: #ffffff;
}
.cid-sN288xHJ4t H1 {
  text-align: left;
  color: #f2ac00;
}
.cid-sN288y4aRt {
  background: #ffffff;
}
.cid-sN288y4aRt .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sN288y4aRt .mbr-figure {
  margin: 0 auto;
}
.cid-sN288y4aRt figcaption {
  position: relative;
}
.cid-sN288y4aRt figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sN288y4aRt .image-block {
    width: 100% !important;
  }
}
.cid-sN288yohJH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sN288yohJH H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sN288yohJH P {
  text-align: left;
  color: #ffffff;
}
.cid-sN288yohJH H1 {
  text-align: left;
  color: #f2ac00;
}
.cid-sN288yM6Eq {
  background: #ffffff;
}
.cid-sN288yM6Eq .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sN288yM6Eq .mbr-figure {
  margin: 0 auto;
}
.cid-sN288yM6Eq figcaption {
  position: relative;
}
.cid-sN288yM6Eq figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sN288yM6Eq .image-block {
    width: 100% !important;
  }
}
.cid-sN288z6vZW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sN288z6vZW H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sN288z6vZW P {
  text-align: left;
  color: #ffffff;
}
.cid-sN288z6vZW H1 {
  text-align: left;
  color: #f2ac00;
}
.cid-sN288zw6Yb {
  background: #ffffff;
}
.cid-sN288zw6Yb .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sN288zw6Yb .mbr-figure {
  margin: 0 auto;
}
.cid-sN288zw6Yb figcaption {
  position: relative;
}
.cid-sN288zw6Yb figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sN288zw6Yb .image-block {
    width: 100% !important;
  }
}
.cid-sN288zQJM0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sN288zQJM0 H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sN288zQJM0 P {
  text-align: left;
  color: #ffffff;
}
.cid-sN288zQJM0 H1 {
  text-align: left;
  color: #f2ac00;
}
.cid-sN288AaKj1 {
  background: #ffffff;
}
.cid-sN288AaKj1 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sN288AaKj1 .mbr-figure {
  margin: 0 auto;
}
.cid-sN288AaKj1 figcaption {
  position: relative;
}
.cid-sN288AaKj1 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sN288AaKj1 .image-block {
    width: 100% !important;
  }
}
.cid-sN288Aqy38 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sN288Aqy38 H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sN288Aqy38 P {
  text-align: left;
  color: #ffffff;
}
.cid-sN288Aqy38 H1 {
  text-align: left;
  color: #f2ac00;
}
.cid-sN288AQvH0 {
  background: #ffffff;
}
.cid-sN288AQvH0 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sN288AQvH0 .mbr-figure {
  margin: 0 auto;
}
.cid-sN288AQvH0 figcaption {
  position: relative;
}
.cid-sN288AQvH0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sN288AQvH0 .image-block {
    width: 100% !important;
  }
}
.cid-sN2is5soyd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sN2is5soyd H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sN2is5soyd P {
  text-align: left;
  color: #ffffff;
}
.cid-sN2is5soyd H1 {
  text-align: left;
  color: #ff9400;
}
.cid-sN2iEtLfgv {
  background: #ffffff;
}
.cid-sN2iEtLfgv .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sN2iEtLfgv .mbr-figure {
  margin: 0 auto;
}
.cid-sN2iEtLfgv figcaption {
  position: relative;
}
.cid-sN2iEtLfgv figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sN2iEtLfgv .image-block {
    width: 100% !important;
  }
}
.cid-sN8qOOoANr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-sN7slGjGez {
  background: #ffffff;
}
.cid-sN7slGjGez .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sN7slGjGez .mbr-figure {
  margin: 0 auto;
}
.cid-sN7slGjGez figcaption {
  position: relative;
}
.cid-sN7slGjGez figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sN7slGjGez .image-block {
    width: 100% !important;
  }
}
.cid-sN7uD4DE2D {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #dad8d9;
}
.cid-sN7uD4DE2D H3 {
  color: #f04800;
  text-align: left;
}
.cid-sN7uD4DE2D P {
  text-align: left;
  color: #000000;
}
.cid-sN7uD4DE2D H1 {
  text-align: left;
  color: #000000;
}
.cid-sN7slH0eEB {
  background: #ffffff;
}
.cid-sN7slH0eEB .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sN7slH0eEB .mbr-figure {
  margin: 0 auto;
}
.cid-sN7slH0eEB figcaption {
  position: relative;
}
.cid-sN7slH0eEB figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sN7slH0eEB .image-block {
    width: 100% !important;
  }
}
.cid-sN7uRh19Yg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #dad8d9;
}
.cid-sN7uRh19Yg H3 {
  color: #f04800;
  text-align: left;
}
.cid-sN7uRh19Yg P {
  text-align: left;
  color: #000000;
}
.cid-sN7uRh19Yg H1 {
  text-align: left;
  color: #000000;
}
.cid-sN7slHyUDj {
  background: #ffffff;
}
.cid-sN7slHyUDj .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sN7slHyUDj .mbr-figure {
  margin: 0 auto;
}
.cid-sN7slHyUDj figcaption {
  position: relative;
}
.cid-sN7slHyUDj figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sN7slHyUDj .image-block {
    width: 100% !important;
  }
}
.cid-sN7vbmR6OI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #dad8d9;
}
.cid-sN7vbmR6OI H3 {
  color: #f04800;
  text-align: left;
}
.cid-sN7vbmR6OI P {
  text-align: left;
  color: #000000;
}
.cid-sN7vbmR6OI H1 {
  text-align: left;
  color: #000000;
}
.cid-sN7slI6fni {
  background: #ffffff;
}
.cid-sN7slI6fni .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sN7slI6fni .mbr-figure {
  margin: 0 auto;
}
.cid-sN7slI6fni figcaption {
  position: relative;
}
.cid-sN7slI6fni figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sN7slI6fni .image-block {
    width: 100% !important;
  }
}
.cid-sN7vF1CiYV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sN7vF1CiYV H3 {
  color: #f04800;
  text-align: left;
}
.cid-sN7vF1CiYV P {
  text-align: left;
  color: #ffffff;
}
.cid-sN7vF1CiYV H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sN7slIDjEr {
  background: #ffffff;
}
.cid-sN7slIDjEr .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sN7slIDjEr .mbr-figure {
  margin: 0 auto;
}
.cid-sN7slIDjEr figcaption {
  position: relative;
}
.cid-sN7slIDjEr figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sN7slIDjEr .image-block {
    width: 100% !important;
  }
}
.cid-sN7slIS0Kz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sN7slIS0Kz H3 {
  color: #f04800;
  text-align: left;
}
.cid-sN7slIS0Kz P {
  text-align: left;
  color: #ffffff;
}
.cid-sN7slIS0Kz H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sN7slJ9pjH {
  background: #ffffff;
}
.cid-sN7slJ9pjH .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sN7slJ9pjH .mbr-figure {
  margin: 0 auto;
}
.cid-sN7slJ9pjH figcaption {
  position: relative;
}
.cid-sN7slJ9pjH figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sN7slJ9pjH .image-block {
    width: 100% !important;
  }
}
.cid-sN7slJn5uA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sN7slJn5uA H3 {
  color: #f04800;
  text-align: left;
}
.cid-sN7slJn5uA P {
  text-align: left;
  color: #ffffff;
}
.cid-sN7slJn5uA H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sN7slJFcdQ {
  background: #ffffff;
}
.cid-sN7slJFcdQ .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sN7slJFcdQ .mbr-figure {
  margin: 0 auto;
}
.cid-sN7slJFcdQ figcaption {
  position: relative;
}
.cid-sN7slJFcdQ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sN7slJFcdQ .image-block {
    width: 100% !important;
  }
}
.cid-sN7slJVxzY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sN7slJVxzY H3 {
  color: #f04800;
  text-align: left;
}
.cid-sN7slJVxzY P {
  text-align: left;
  color: #ffffff;
}
.cid-sN7slJVxzY H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sN7slKb1Dl {
  background: #ffffff;
}
.cid-sN7slKb1Dl .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sN7slKb1Dl .mbr-figure {
  margin: 0 auto;
}
.cid-sN7slKb1Dl figcaption {
  position: relative;
}
.cid-sN7slKb1Dl figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sN7slKb1Dl .image-block {
    width: 100% !important;
  }
}
.cid-sN7slKpaeQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sN7slKpaeQ H3 {
  color: #f04800;
  text-align: left;
}
.cid-sN7slKpaeQ P {
  text-align: left;
  color: #ffffff;
}
.cid-sN7slKpaeQ H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sN7slKFb7v {
  background: #ffffff;
}
.cid-sN7slKFb7v .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sN7slKFb7v .mbr-figure {
  margin: 0 auto;
}
.cid-sN7slKFb7v figcaption {
  position: relative;
}
.cid-sN7slKFb7v figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sN7slKFb7v .image-block {
    width: 100% !important;
  }
}
.cid-sN7slKT9zl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sN7slKT9zl H3 {
  color: #f04800;
  text-align: left;
}
.cid-sN7slKT9zl P {
  text-align: left;
  color: #ffffff;
}
.cid-sN7slKT9zl H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sN7slLaZ3O {
  background: #ffffff;
}
.cid-sN7slLaZ3O .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sN7slLaZ3O .mbr-figure {
  margin: 0 auto;
}
.cid-sN7slLaZ3O figcaption {
  position: relative;
}
.cid-sN7slLaZ3O figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sN7slLaZ3O .image-block {
    width: 100% !important;
  }
}
.cid-sN7slLnbxy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sN7slLnbxy H3 {
  color: #f04800;
  text-align: left;
}
.cid-sN7slLnbxy P {
  text-align: left;
  color: #ffffff;
}
.cid-sN7slLnbxy H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sN7slLCU26 {
  background: #ffffff;
}
.cid-sN7slLCU26 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sN7slLCU26 .mbr-figure {
  margin: 0 auto;
}
.cid-sN7slLCU26 figcaption {
  position: relative;
}
.cid-sN7slLCU26 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sN7slLCU26 .image-block {
    width: 100% !important;
  }
}
.cid-sN7slLSlEh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sN7slLSlEh H3 {
  color: #f04800;
  text-align: left;
}
.cid-sN7slLSlEh P {
  text-align: left;
  color: #ffffff;
}
.cid-sN7slLSlEh H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sN7slM8fpS {
  background: #ffffff;
}
.cid-sN7slM8fpS .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sN7slM8fpS .mbr-figure {
  margin: 0 auto;
}
.cid-sN7slM8fpS figcaption {
  position: relative;
}
.cid-sN7slM8fpS figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sN7slM8fpS .image-block {
    width: 100% !important;
  }
}
.cid-sN7x3ZlDh2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #dad8d9;
}
.cid-sN7x3ZlDh2 H3 {
  color: #f04800;
  text-align: left;
}
.cid-sN7x3ZlDh2 P {
  text-align: left;
  color: #000000;
}
.cid-sN7x3ZlDh2 H1 {
  text-align: left;
  color: #000000;
}
.cid-sN7slMDhId {
  background: #ffffff;
}
.cid-sN7slMDhId .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sN7slMDhId .mbr-figure {
  margin: 0 auto;
}
.cid-sN7slMDhId figcaption {
  position: relative;
}
.cid-sN7slMDhId figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sN7slMDhId .image-block {
    width: 100% !important;
  }
}
.cid-sN7xgMgcWD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #dad8d9;
}
.cid-sN7xgMgcWD H3 {
  color: #f04800;
  text-align: left;
}
.cid-sN7xgMgcWD P {
  text-align: left;
  color: #000000;
}
.cid-sN7xgMgcWD H1 {
  text-align: left;
  color: #000000;
}
.cid-sN7slN9Bhl {
  background: #ffffff;
}
.cid-sN7slN9Bhl .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sN7slN9Bhl .mbr-figure {
  margin: 0 auto;
}
.cid-sN7slN9Bhl figcaption {
  position: relative;
}
.cid-sN7slN9Bhl figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sN7slN9Bhl .image-block {
    width: 100% !important;
  }
}
.cid-sN7slNoEku {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sN7slNoEku H3 {
  color: #f04800;
  text-align: left;
}
.cid-sN7slNoEku P {
  text-align: left;
  color: #ffffff;
}
.cid-sN7slNoEku H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sN7slNFf3o {
  background: #ffffff;
}
.cid-sN7slNFf3o .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sN7slNFf3o .mbr-figure {
  margin: 0 auto;
}
.cid-sN7slNFf3o figcaption {
  position: relative;
}
.cid-sN7slNFf3o figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sN7slNFf3o .image-block {
    width: 100% !important;
  }
}
.cid-sN7slNVepz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1b1b1b;
}
.cid-sN7slNVepz H3 {
  color: #f04800;
  text-align: left;
}
.cid-sN7slNVepz P {
  text-align: left;
  color: #ffffff;
}
.cid-sN7slNVepz H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sN7slOeQGq {
  background: #ffffff;
}
.cid-sN7slOeQGq .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sN7slOeQGq .mbr-figure {
  margin: 0 auto;
}
.cid-sN7slOeQGq figcaption {
  position: relative;
}
.cid-sN7slOeQGq figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sN7slOeQGq .image-block {
    width: 100% !important;
  }
}
.cid-sN7xNAfuqS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #dad8d9;
}
.cid-sN7xNAfuqS H3 {
  color: #f04800;
  text-align: left;
}
.cid-sN7xNAfuqS P {
  text-align: left;
  color: #000000;
}
.cid-sN7xNAfuqS H1 {
  text-align: left;
  color: #000000;
}
.cid-sN7slONJ58 {
  background: #ffffff;
}
.cid-sN7slONJ58 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sN7slONJ58 .mbr-figure {
  margin: 0 auto;
}
.cid-sN7slONJ58 figcaption {
  position: relative;
}
.cid-sN7slONJ58 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sN7slONJ58 .image-block {
    width: 100% !important;
  }
}
.cid-sN7slP3dH3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1b1b1b;
}
.cid-sN7slP3dH3 H3 {
  color: #f04800;
  text-align: left;
}
.cid-sN7slP3dH3 P {
  text-align: left;
  color: #ffffff;
}
.cid-sN7slP3dH3 H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sN7slPl1fH {
  background: #ffffff;
}
.cid-sN7slPl1fH .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sN7slPl1fH .mbr-figure {
  margin: 0 auto;
}
.cid-sN7slPl1fH figcaption {
  position: relative;
}
.cid-sN7slPl1fH figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sN7slPl1fH .image-block {
    width: 100% !important;
  }
}
.cid-sN7slPBfAN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sN7slPBfAN H3 {
  color: #f04800;
  text-align: left;
}
.cid-sN7slPBfAN P {
  text-align: left;
  color: #ffffff;
}
.cid-sN7slPBfAN H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sN7slPTGbs {
  background: #ffffff;
}
.cid-sN7slPTGbs .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sN7slPTGbs .mbr-figure {
  margin: 0 auto;
}
.cid-sN7slPTGbs figcaption {
  position: relative;
}
.cid-sN7slPTGbs figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sN7slPTGbs .image-block {
    width: 100% !important;
  }
}
.cid-sN7slQ9UJo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sN7slQ9UJo H3 {
  color: #f04800;
  text-align: left;
}
.cid-sN7slQ9UJo P {
  text-align: left;
  color: #100f14;
}
.cid-sN7slQ9UJo H1 {
  text-align: left;
  color: #100f14;
}
.cid-sN7slQujWf {
  background: #ffffff;
}
.cid-sN7slQujWf .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sN7slQujWf .mbr-figure {
  margin: 0 auto;
}
.cid-sN7slQujWf figcaption {
  position: relative;
}
.cid-sN7slQujWf figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sN7slQujWf .image-block {
    width: 100% !important;
  }
}
.cid-sN7yO2W4iM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #dad8d9;
}
.cid-sN7yO2W4iM H3 {
  color: #f04800;
  text-align: left;
}
.cid-sN7yO2W4iM P {
  text-align: left;
  color: #000000;
}
.cid-sN7yO2W4iM H1 {
  text-align: left;
  color: #000000;
}
.cid-sN7slR0M0v {
  background: #ffffff;
}
.cid-sN7slR0M0v .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sN7slR0M0v .mbr-figure {
  margin: 0 auto;
}
.cid-sN7slR0M0v figcaption {
  position: relative;
}
.cid-sN7slR0M0v figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sN7slR0M0v .image-block {
    width: 100% !important;
  }
}
.cid-sN7xa6ZxRi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #dad8d9;
}
.cid-sN7xa6ZxRi H3 {
  color: #f04800;
  text-align: left;
}
.cid-sN7xa6ZxRi P {
  text-align: left;
  color: #000000;
}
.cid-sN7xa6ZxRi H1 {
  text-align: left;
  color: #000000;
}
.cid-sN7zjYMSeq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #dad8d9;
}
.cid-sN7zjYMSeq H3 {
  color: #f04800;
  text-align: left;
}
.cid-sN7zjYMSeq P {
  text-align: left;
  color: #000000;
}
.cid-sN7zjYMSeq H1 {
  text-align: left;
  color: #000000;
}
.cid-sN7slRx03I {
  background: #ffffff;
}
.cid-sN7slRx03I .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sN7slRx03I .mbr-figure {
  margin: 0 auto;
}
.cid-sN7slRx03I figcaption {
  position: relative;
}
.cid-sN7slRx03I figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sN7slRx03I .image-block {
    width: 100% !important;
  }
}
.cid-sN7slRMFbU {
  background: #ffffff;
}
.cid-sN7slRMFbU .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sN7slRMFbU .mbr-figure {
  margin: 0 auto;
}
.cid-sN7slRMFbU figcaption {
  position: relative;
}
.cid-sN7slRMFbU figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sN7slRMFbU .image-block {
    width: 100% !important;
  }
}
.cid-sN8qB5CDid {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-sN7tAispNA {
  background: #ffffff;
}
.cid-sN7tAispNA .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sN7tAispNA .mbr-figure {
  margin: 0 auto;
}
.cid-sN7tAispNA figcaption {
  position: relative;
}
.cid-sN7tAispNA figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sN7tAispNA .image-block {
    width: 100% !important;
  }
}
.cid-sN7zXCGlwk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #dad8d9;
}
.cid-sN7zXCGlwk H3 {
  color: #f04800;
  text-align: left;
}
.cid-sN7zXCGlwk P {
  text-align: left;
  color: #000000;
}
.cid-sN7zXCGlwk H1 {
  text-align: left;
  color: #000000;
}
.cid-sN7tAiZBk7 {
  background: #ffffff;
}
.cid-sN7tAiZBk7 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sN7tAiZBk7 .mbr-figure {
  margin: 0 auto;
}
.cid-sN7tAiZBk7 figcaption {
  position: relative;
}
.cid-sN7tAiZBk7 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sN7tAiZBk7 .image-block {
    width: 100% !important;
  }
}
.cid-sN7B037qQi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #dad8d9;
}
.cid-sN7B037qQi H3 {
  color: #f04800;
  text-align: left;
}
.cid-sN7B037qQi P {
  text-align: left;
  color: #000000;
}
.cid-sN7B037qQi H1 {
  text-align: left;
  color: #000000;
}
.cid-sN7tAjBvKl {
  background: #ffffff;
}
.cid-sN7tAjBvKl .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sN7tAjBvKl .mbr-figure {
  margin: 0 auto;
}
.cid-sN7tAjBvKl figcaption {
  position: relative;
}
.cid-sN7tAjBvKl figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sN7tAjBvKl .image-block {
    width: 100% !important;
  }
}
.cid-sN7BbTZK82 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #dad8d9;
}
.cid-sN7BbTZK82 H3 {
  color: #f04800;
  text-align: left;
}
.cid-sN7BbTZK82 P {
  text-align: left;
  color: #000000;
}
.cid-sN7BbTZK82 H1 {
  text-align: left;
  color: #000000;
}
.cid-sN7tAkaQfO {
  background: #ffffff;
}
.cid-sN7tAkaQfO .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sN7tAkaQfO .mbr-figure {
  margin: 0 auto;
}
.cid-sN7tAkaQfO figcaption {
  position: relative;
}
.cid-sN7tAkaQfO figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sN7tAkaQfO .image-block {
    width: 100% !important;
  }
}
.cid-sN7tAkpJ3z {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sN7tAkpJ3z H3 {
  color: #f04800;
  text-align: left;
}
.cid-sN7tAkpJ3z P {
  text-align: left;
  color: #ffffff;
}
.cid-sN7tAkpJ3z H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sN7tAkHSkf {
  background: #ffffff;
}
.cid-sN7tAkHSkf .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sN7tAkHSkf .mbr-figure {
  margin: 0 auto;
}
.cid-sN7tAkHSkf figcaption {
  position: relative;
}
.cid-sN7tAkHSkf figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sN7tAkHSkf .image-block {
    width: 100% !important;
  }
}
.cid-sN7tAkWisL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sN7tAkWisL H3 {
  color: #f04800;
  text-align: left;
}
.cid-sN7tAkWisL P {
  text-align: left;
  color: #ffffff;
}
.cid-sN7tAkWisL H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sN7tAlf4UW {
  background: #ffffff;
}
.cid-sN7tAlf4UW .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sN7tAlf4UW .mbr-figure {
  margin: 0 auto;
}
.cid-sN7tAlf4UW figcaption {
  position: relative;
}
.cid-sN7tAlf4UW figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sN7tAlf4UW .image-block {
    width: 100% !important;
  }
}
.cid-sN7tAlwp1n {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sN7tAlwp1n H3 {
  color: #f04800;
  text-align: left;
}
.cid-sN7tAlwp1n P {
  text-align: left;
  color: #ffffff;
}
.cid-sN7tAlwp1n H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sN7tAlOGwC {
  background: #ffffff;
}
.cid-sN7tAlOGwC .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sN7tAlOGwC .mbr-figure {
  margin: 0 auto;
}
.cid-sN7tAlOGwC figcaption {
  position: relative;
}
.cid-sN7tAlOGwC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sN7tAlOGwC .image-block {
    width: 100% !important;
  }
}
.cid-sN7tAm60sy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sN7tAm60sy H3 {
  color: #f04800;
  text-align: left;
}
.cid-sN7tAm60sy P {
  text-align: left;
  color: #ffffff;
}
.cid-sN7tAm60sy H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sN7tAmmNrl {
  background: #ffffff;
}
.cid-sN7tAmmNrl .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sN7tAmmNrl .mbr-figure {
  margin: 0 auto;
}
.cid-sN7tAmmNrl figcaption {
  position: relative;
}
.cid-sN7tAmmNrl figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sN7tAmmNrl .image-block {
    width: 100% !important;
  }
}
.cid-sN7tAmANz5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sN7tAmANz5 H3 {
  color: #f04800;
  text-align: left;
}
.cid-sN7tAmANz5 P {
  text-align: left;
  color: #ffffff;
}
.cid-sN7tAmANz5 H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sN7tAmPHeG {
  background: #ffffff;
}
.cid-sN7tAmPHeG .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sN7tAmPHeG .mbr-figure {
  margin: 0 auto;
}
.cid-sN7tAmPHeG figcaption {
  position: relative;
}
.cid-sN7tAmPHeG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sN7tAmPHeG .image-block {
    width: 100% !important;
  }
}
.cid-sN7tAn3b00 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sN7tAn3b00 H3 {
  color: #f04800;
  text-align: left;
}
.cid-sN7tAn3b00 P {
  text-align: left;
  color: #ffffff;
}
.cid-sN7tAn3b00 H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sN7tAniMA1 {
  background: #ffffff;
}
.cid-sN7tAniMA1 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sN7tAniMA1 .mbr-figure {
  margin: 0 auto;
}
.cid-sN7tAniMA1 figcaption {
  position: relative;
}
.cid-sN7tAniMA1 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sN7tAniMA1 .image-block {
    width: 100% !important;
  }
}
.cid-sN7tAnwHmU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sN7tAnwHmU H3 {
  color: #f04800;
  text-align: left;
}
.cid-sN7tAnwHmU P {
  text-align: left;
  color: #ffffff;
}
.cid-sN7tAnwHmU H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sN7tAnOiar {
  background: #ffffff;
}
.cid-sN7tAnOiar .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sN7tAnOiar .mbr-figure {
  margin: 0 auto;
}
.cid-sN7tAnOiar figcaption {
  position: relative;
}
.cid-sN7tAnOiar figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sN7tAnOiar .image-block {
    width: 100% !important;
  }
}
.cid-sN7tAo3ula {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sN7tAo3ula H3 {
  color: #f04800;
  text-align: left;
}
.cid-sN7tAo3ula P {
  text-align: left;
  color: #ffffff;
}
.cid-sN7tAo3ula H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sN7tAomuwc {
  background: #ffffff;
}
.cid-sN7tAomuwc .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sN7tAomuwc .mbr-figure {
  margin: 0 auto;
}
.cid-sN7tAomuwc figcaption {
  position: relative;
}
.cid-sN7tAomuwc figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sN7tAomuwc .image-block {
    width: 100% !important;
  }
}
.cid-sN7CFrkYMG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #dad8d9;
}
.cid-sN7CFrkYMG H3 {
  color: #f04800;
  text-align: left;
}
.cid-sN7CFrkYMG P {
  text-align: left;
  color: #000000;
}
.cid-sN7CFrkYMG H1 {
  text-align: left;
  color: #000000;
}
.cid-sN7tAoQDrr {
  background: #ffffff;
}
.cid-sN7tAoQDrr .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sN7tAoQDrr .mbr-figure {
  margin: 0 auto;
}
.cid-sN7tAoQDrr figcaption {
  position: relative;
}
.cid-sN7tAoQDrr figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sN7tAoQDrr .image-block {
    width: 100% !important;
  }
}
.cid-sN7E8zZsU6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #dad8d9;
}
.cid-sN7E8zZsU6 H3 {
  color: #f04800;
  text-align: left;
}
.cid-sN7E8zZsU6 P {
  text-align: left;
  color: #000000;
}
.cid-sN7E8zZsU6 H1 {
  text-align: left;
  color: #000000;
}
.cid-sN7tAplEat {
  background: #ffffff;
}
.cid-sN7tAplEat .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sN7tAplEat .mbr-figure {
  margin: 0 auto;
}
.cid-sN7tAplEat figcaption {
  position: relative;
}
.cid-sN7tAplEat figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sN7tAplEat .image-block {
    width: 100% !important;
  }
}
.cid-sN7tApAolq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sN7tApAolq H3 {
  color: #f04800;
  text-align: left;
}
.cid-sN7tApAolq P {
  text-align: left;
  color: #ffffff;
}
.cid-sN7tApAolq H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sN7tApRQo5 {
  background: #ffffff;
}
.cid-sN7tApRQo5 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sN7tApRQo5 .mbr-figure {
  margin: 0 auto;
}
.cid-sN7tApRQo5 figcaption {
  position: relative;
}
.cid-sN7tApRQo5 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sN7tApRQo5 .image-block {
    width: 100% !important;
  }
}
.cid-sN7tAq7Oub {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1b1b1b;
}
.cid-sN7tAq7Oub H3 {
  color: #f04800;
  text-align: left;
}
.cid-sN7tAq7Oub P {
  text-align: left;
  color: #ffffff;
}
.cid-sN7tAq7Oub H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sN7tAqsmK9 {
  background: #ffffff;
}
.cid-sN7tAqsmK9 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sN7tAqsmK9 .mbr-figure {
  margin: 0 auto;
}
.cid-sN7tAqsmK9 figcaption {
  position: relative;
}
.cid-sN7tAqsmK9 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sN7tAqsmK9 .image-block {
    width: 100% !important;
  }
}
.cid-sN7tAqHczV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sN7tAqHczV H3 {
  color: #f04800;
  text-align: left;
}
.cid-sN7tAqHczV P {
  text-align: left;
  color: #100f14;
}
.cid-sN7tAqHczV H1 {
  text-align: left;
  color: #100f14;
}
.cid-sN7tAqYw74 {
  background: #ffffff;
}
.cid-sN7tAqYw74 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sN7tAqYw74 .mbr-figure {
  margin: 0 auto;
}
.cid-sN7tAqYw74 figcaption {
  position: relative;
}
.cid-sN7tAqYw74 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sN7tAqYw74 .image-block {
    width: 100% !important;
  }
}
.cid-sN7tArifpK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1b1b1b;
}
.cid-sN7tArifpK H3 {
  color: #f04800;
  text-align: left;
}
.cid-sN7tArifpK P {
  text-align: left;
  color: #ffffff;
}
.cid-sN7tArifpK H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sN7tAryQsd {
  background: #ffffff;
}
.cid-sN7tAryQsd .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sN7tAryQsd .mbr-figure {
  margin: 0 auto;
}
.cid-sN7tAryQsd figcaption {
  position: relative;
}
.cid-sN7tAryQsd figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sN7tAryQsd .image-block {
    width: 100% !important;
  }
}
.cid-sN7tArQxDD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sN7tArQxDD H3 {
  color: #f04800;
  text-align: left;
}
.cid-sN7tArQxDD P {
  text-align: left;
  color: #ffffff;
}
.cid-sN7tArQxDD H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sN7tAs8YL1 {
  background: #ffffff;
}
.cid-sN7tAs8YL1 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sN7tAs8YL1 .mbr-figure {
  margin: 0 auto;
}
.cid-sN7tAs8YL1 figcaption {
  position: relative;
}
.cid-sN7tAs8YL1 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sN7tAs8YL1 .image-block {
    width: 100% !important;
  }
}
.cid-sN7tAsoktN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sN7tAsoktN H3 {
  color: #f04800;
  text-align: left;
}
.cid-sN7tAsoktN P {
  text-align: left;
  color: #100f14;
}
.cid-sN7tAsoktN H1 {
  text-align: left;
  color: #100f14;
}
.cid-sN7tAsG2pF {
  background: #ffffff;
}
.cid-sN7tAsG2pF .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sN7tAsG2pF .mbr-figure {
  margin: 0 auto;
}
.cid-sN7tAsG2pF figcaption {
  position: relative;
}
.cid-sN7tAsG2pF figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sN7tAsG2pF .image-block {
    width: 100% !important;
  }
}
.cid-sN7tAsV3Fy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sN7tAsV3Fy H3 {
  color: #f04800;
  text-align: left;
}
.cid-sN7tAsV3Fy P {
  text-align: left;
  color: #100f14;
}
.cid-sN7tAsV3Fy H1 {
  text-align: left;
  color: #100f14;
}
.cid-sN7tAtcWgv {
  background: #ffffff;
}
.cid-sN7tAtcWgv .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sN7tAtcWgv .mbr-figure {
  margin: 0 auto;
}
.cid-sN7tAtcWgv figcaption {
  position: relative;
}
.cid-sN7tAtcWgv figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sN7tAtcWgv .image-block {
    width: 100% !important;
  }
}
.cid-sN7FwsSJB6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #dad8d9;
}
.cid-sN7FwsSJB6 H3 {
  color: #f04800;
  text-align: left;
}
.cid-sN7FwsSJB6 P {
  text-align: left;
  color: #000000;
}
.cid-sN7FwsSJB6 H1 {
  text-align: left;
  color: #000000;
}
.cid-sN7tAtr7Ru {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sN7tAtr7Ru H3 {
  color: #f04800;
  text-align: left;
}
.cid-sN7tAtr7Ru P {
  text-align: left;
  color: #ffffff;
}
.cid-sN7tAtr7Ru H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sN7tAtIA5G {
  background: #ffffff;
}
.cid-sN7tAtIA5G .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sN7tAtIA5G .mbr-figure {
  margin: 0 auto;
}
.cid-sN7tAtIA5G figcaption {
  position: relative;
}
.cid-sN7tAtIA5G figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sN7tAtIA5G .image-block {
    width: 100% !important;
  }
}
.cid-sN7tAtYKYB {
  background: #ffffff;
}
.cid-sN7tAtYKYB .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sN7tAtYKYB .mbr-figure {
  margin: 0 auto;
}
.cid-sN7tAtYKYB figcaption {
  position: relative;
}
.cid-sN7tAtYKYB figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sN7tAtYKYB .image-block {
    width: 100% !important;
  }
}
.cid-sN8rqa5PTW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-sJQyXsrXRN {
  background: #ffffff;
}
.cid-sJQyXsrXRN .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sJQyXsrXRN .mbr-figure {
  margin: 0 auto;
}
.cid-sJQyXsrXRN figcaption {
  position: relative;
}
.cid-sJQyXsrXRN figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sJQyXsrXRN .image-block {
    width: 100% !important;
  }
}
.cid-sJQyYgKCQK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100f14;
}
.cid-sJQyYgKCQK H3 {
  color: #db0730;
  text-align: left;
}
.cid-sJQyYgKCQK P {
  text-align: center;
}
.cid-sJQyYgKCQK H1 {
  text-align: left;
}
.cid-sJQBVJWhRJ {
  background: #ffffff;
}
.cid-sJQBVJWhRJ .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sJQBVJWhRJ .mbr-figure {
  margin: 0 auto;
}
.cid-sJQBVJWhRJ figcaption {
  position: relative;
}
.cid-sJQBVJWhRJ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sJQBVJWhRJ .image-block {
    width: 100% !important;
  }
}
.cid-sJQClkbS5o {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100f14;
}
.cid-sJQClkbS5o H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sJQClkbS5o P {
  text-align: left;
  color: #ffffff;
}
.cid-sJQClkbS5o H1 {
  text-align: left;
  color: #55b4d4;
}
.cid-sJQCxrakq9 {
  background: #ffffff;
}
.cid-sJQCxrakq9 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sJQCxrakq9 .mbr-figure {
  margin: 0 auto;
}
.cid-sJQCxrakq9 figcaption {
  position: relative;
}
.cid-sJQCxrakq9 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sJQCxrakq9 .image-block {
    width: 100% !important;
  }
}
.cid-sN2KpBrwcD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100f14;
}
.cid-sN2KpBrwcD H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sN2KpBrwcD P {
  text-align: left;
  color: #ffffff;
}
.cid-sN2KpBrwcD H1 {
  text-align: left;
  color: #55b4d4;
}
.cid-sN2KyQ0glo {
  background: #ffffff;
}
.cid-sN2KyQ0glo .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sN2KyQ0glo .mbr-figure {
  margin: 0 auto;
}
.cid-sN2KyQ0glo figcaption {
  position: relative;
}
.cid-sN2KyQ0glo figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sN2KyQ0glo .image-block {
    width: 100% !important;
  }
}
.cid-sN2KEFc1xT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100f14;
}
.cid-sN2KEFc1xT H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sN2KEFc1xT P {
  text-align: left;
  color: #ffffff;
}
.cid-sN2KEFc1xT H1 {
  text-align: left;
  color: #55b4d4;
}
.cid-sN2KKMzJ7n {
  background: #ffffff;
}
.cid-sN2KKMzJ7n .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sN2KKMzJ7n .mbr-figure {
  margin: 0 auto;
}
.cid-sN2KKMzJ7n figcaption {
  position: relative;
}
.cid-sN2KKMzJ7n figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sN2KKMzJ7n .image-block {
    width: 100% !important;
  }
}
.cid-sN2KStlN89 {
  background: #ffffff;
}
.cid-sN2KStlN89 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sN2KStlN89 .mbr-figure {
  margin: 0 auto;
}
.cid-sN2KStlN89 figcaption {
  position: relative;
}
.cid-sN2KStlN89 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sN2KStlN89 .image-block {
    width: 100% !important;
  }
}
.cid-sN2KP0KZ62 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100f14;
}
.cid-sN2KP0KZ62 H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sN2KP0KZ62 P {
  text-align: left;
  color: #ffffff;
}
.cid-sN2KP0KZ62 H1 {
  text-align: left;
  color: #55b4d4;
}
.cid-sN2L2lRIjl {
  background: #ffffff;
}
.cid-sN2L2lRIjl .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sN2L2lRIjl .mbr-figure {
  margin: 0 auto;
}
.cid-sN2L2lRIjl figcaption {
  position: relative;
}
.cid-sN2L2lRIjl figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sN2L2lRIjl .image-block {
    width: 100% !important;
  }
}
.cid-sN2Lgafcw1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100f14;
}
.cid-sN2Lgafcw1 H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sN2Lgafcw1 P {
  text-align: left;
  color: #ffffff;
}
.cid-sN2Lgafcw1 H1 {
  text-align: left;
  color: #55b4d4;
}
.cid-sN2LkZIvug {
  background: #ffffff;
}
.cid-sN2LkZIvug .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sN2LkZIvug .mbr-figure {
  margin: 0 auto;
}
.cid-sN2LkZIvug figcaption {
  position: relative;
}
.cid-sN2LkZIvug figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sN2LkZIvug .image-block {
    width: 100% !important;
  }
}
.cid-sN2LwkPBPQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100f14;
}
.cid-sN2LwkPBPQ H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sN2LwkPBPQ P {
  text-align: left;
  color: #ffffff;
}
.cid-sN2LwkPBPQ H1 {
  text-align: left;
  color: #55b4d4;
}
.cid-sN2LEQCHU2 {
  background: #ffffff;
}
.cid-sN2LEQCHU2 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sN2LEQCHU2 .mbr-figure {
  margin: 0 auto;
}
.cid-sN2LEQCHU2 figcaption {
  position: relative;
}
.cid-sN2LEQCHU2 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sN2LEQCHU2 .image-block {
    width: 100% !important;
  }
}
.cid-sN2LLdxP0r {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100f14;
}
.cid-sN2LLdxP0r H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sN2LLdxP0r P {
  text-align: left;
  color: #ffffff;
}
.cid-sN2LLdxP0r H1 {
  text-align: left;
  color: #55b4d4;
}
.cid-sN2LU06ufJ {
  background: #ffffff;
}
.cid-sN2LU06ufJ .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sN2LU06ufJ .mbr-figure {
  margin: 0 auto;
}
.cid-sN2LU06ufJ figcaption {
  position: relative;
}
.cid-sN2LU06ufJ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sN2LU06ufJ .image-block {
    width: 100% !important;
  }
}
.cid-sN2LYtbmZi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100f14;
}
.cid-sN2LYtbmZi H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sN2LYtbmZi P {
  text-align: left;
  color: #ffffff;
}
.cid-sN2LYtbmZi H1 {
  text-align: left;
  color: #55b4d4;
}
.cid-sN2M6pYnm1 {
  background: #ffffff;
}
.cid-sN2M6pYnm1 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sN2M6pYnm1 .mbr-figure {
  margin: 0 auto;
}
.cid-sN2M6pYnm1 figcaption {
  position: relative;
}
.cid-sN2M6pYnm1 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sN2M6pYnm1 .image-block {
    width: 100% !important;
  }
}
.cid-sN2MidufIN {
  background: #ffffff;
}
.cid-sN2MidufIN .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sN2MidufIN .mbr-figure {
  margin: 0 auto;
}
.cid-sN2MidufIN figcaption {
  position: relative;
}
.cid-sN2MidufIN figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sN2MidufIN .image-block {
    width: 100% !important;
  }
}
.cid-sN2McN5pmB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100f14;
}
.cid-sN2McN5pmB H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sN2McN5pmB P {
  text-align: left;
  color: #ffffff;
}
.cid-sN2McN5pmB H1 {
  text-align: left;
  color: #55b4d4;
}
.cid-sN2Mw0mIYt {
  background: #ffffff;
}
.cid-sN2Mw0mIYt .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sN2Mw0mIYt .mbr-figure {
  margin: 0 auto;
}
.cid-sN2Mw0mIYt figcaption {
  position: relative;
}
.cid-sN2Mw0mIYt figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sN2Mw0mIYt .image-block {
    width: 100% !important;
  }
}
.cid-sN2NCTPk0d {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100f14;
}
.cid-sN2NCTPk0d H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sN2NCTPk0d P {
  text-align: left;
  color: #ffffff;
}
.cid-sN2NCTPk0d H1 {
  text-align: left;
  color: #55b4d4;
}
.cid-sN2NMrt4Nu {
  background: #ffffff;
}
.cid-sN2NMrt4Nu .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sN2NMrt4Nu .mbr-figure {
  margin: 0 auto;
}
.cid-sN2NMrt4Nu figcaption {
  position: relative;
}
.cid-sN2NMrt4Nu figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sN2NMrt4Nu .image-block {
    width: 100% !important;
  }
}
.cid-sN2NQlJq55 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100f14;
}
.cid-sN2NQlJq55 H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sN2NQlJq55 P {
  text-align: left;
  color: #ffffff;
}
.cid-sN2NQlJq55 H1 {
  text-align: left;
  color: #55b4d4;
}
.cid-sN2NXF2BCd {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #100f14;
}
.cid-sN2NXF2BCd .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sN2NXF2BCd .modal-body .close {
  background: #1b1b1b;
}
.cid-sN2NXF2BCd .modal-body .close span {
  font-style: normal;
}
.cid-sN2NXF2BCd .carousel-inner > .active,
.cid-sN2NXF2BCd .carousel-inner > .next,
.cid-sN2NXF2BCd .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-sN2NXF2BCd .carousel-control .icon-next,
.cid-sN2NXF2BCd .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sN2NXF2BCd .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sN2NXF2BCd .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sN2NXF2BCd .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sN2NXF2BCd .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sN2NXF2BCd .boxed-slider > div {
  position: relative;
}
.cid-sN2NXF2BCd .container img {
  width: 100%;
}
.cid-sN2NXF2BCd .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-sN2NXF2BCd .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sN2NXF2BCd .mbr-table-cell {
  padding: 0;
}
.cid-sN2NXF2BCd .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sN2NXF2BCd .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-sN2NXF2BCd .mbr-overlay {
  z-index: 1;
}
.cid-sN2NXF2BCd .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sN2NXF2BCd .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-sN2NXF2BCd .carousel-item.active.right,
.cid-sN2NXF2BCd .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sN2NXF2BCd .carousel-item.active.left,
.cid-sN2NXF2BCd .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sN2NXF2BCd .carousel-item.active,
.cid-sN2NXF2BCd .carousel-item.next.left,
.cid-sN2NXF2BCd .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-sN2NXF2BCd .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  z-index: 11;
}
.cid-sN2NXF2BCd .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sN2NXF2BCd .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sN2NXF2BCd .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sN2NXF2BCd .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sN2NXF2BCd .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sN2NXF2BCd .mbr-slider .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-sN2NXF2BCd .mbr-slider .carousel-indicators li.active,
.cid-sN2NXF2BCd .mbr-slider .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sN2NXF2BCd .mbr-slider .carousel-indicators li::after,
.cid-sN2NXF2BCd .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sN2NXF2BCd .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sN2NXF2BCd .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sN2NXF2BCd .mbr-slider > .container img {
  width: 100%;
}
.cid-sN2NXF2BCd .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sN2NXF2BCd .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sN2NXF2BCd .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sN2NXF2BCd .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sN2NXF2BCd .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sN2NXF2BCd .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-sN2NXF2BCd .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sN2NXF2BCd .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sN2NXF2BCd .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sN2NXF2BCd .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sN2NXF2BCd .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sN2NXF2BCd .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sN2NXF2BCd .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sN2NXF2BCd .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-sN2NXF2BCd .carousel-inner {
  height: 100%;
}
.cid-sN2NXF2BCd .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-sN2NXF2BCd .image_wrapper {
  height: 700px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-sN2NXF2BCd .image_wrapper img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
.cid-sN2NXF2BCd .carousel-item .container-slide {
  text-align: center;
}
.cid-sN2NXF2BCd .content-slider-wrap {
  width: 100%;
}
.cid-sN2OeGLaAS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100f14;
}
.cid-sN2OeGLaAS H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sN2OeGLaAS P {
  text-align: left;
  color: #ffffff;
}
.cid-sN2OeGLaAS H1 {
  text-align: left;
  color: #55b4d4;
}
.cid-sN2OoDHKi3 {
  background: #ffffff;
}
.cid-sN2OoDHKi3 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sN2OoDHKi3 .mbr-figure {
  margin: 0 auto;
}
.cid-sN2OoDHKi3 figcaption {
  position: relative;
}
.cid-sN2OoDHKi3 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sN2OoDHKi3 .image-block {
    width: 100% !important;
  }
}
.cid-sN2OtRzfSQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100f14;
}
.cid-sN2OtRzfSQ H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sN2OtRzfSQ P {
  text-align: left;
  color: #ffffff;
}
.cid-sN2OtRzfSQ H1 {
  text-align: left;
  color: #55b4d4;
}
.cid-sN2OF3xRqQ {
  background: #ffffff;
}
.cid-sN2OF3xRqQ .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sN2OF3xRqQ .mbr-figure {
  margin: 0 auto;
}
.cid-sN2OF3xRqQ figcaption {
  position: relative;
}
.cid-sN2OF3xRqQ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sN2OF3xRqQ .image-block {
    width: 100% !important;
  }
}
.cid-sN2OVvxE1e {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100f14;
}
.cid-sN2OVvxE1e H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sN2OVvxE1e P {
  text-align: left;
  color: #ffffff;
}
.cid-sN2OVvxE1e H1 {
  text-align: left;
  color: #55b4d4;
}
.cid-sN2P4g2DzI {
  background: #ffffff;
}
.cid-sN2P4g2DzI .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sN2P4g2DzI .mbr-figure {
  margin: 0 auto;
}
.cid-sN2P4g2DzI figcaption {
  position: relative;
}
.cid-sN2P4g2DzI figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sN2P4g2DzI .image-block {
    width: 100% !important;
  }
}
.cid-sN2P9Wv37l {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100f14;
}
.cid-sN2P9Wv37l H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sN2P9Wv37l P {
  text-align: left;
  color: #ffffff;
}
.cid-sN2P9Wv37l H1 {
  text-align: left;
  color: #55b4d4;
}
.cid-sN2PhkL4tc {
  background: #ffffff;
}
.cid-sN2PhkL4tc .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sN2PhkL4tc .mbr-figure {
  margin: 0 auto;
}
.cid-sN2PhkL4tc figcaption {
  position: relative;
}
.cid-sN2PhkL4tc figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sN2PhkL4tc .image-block {
    width: 100% !important;
  }
}
.cid-sN2Po9HKzr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100f14;
}
.cid-sN2Po9HKzr H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sN2Po9HKzr P {
  text-align: left;
  color: #ffffff;
}
.cid-sN2Po9HKzr H1 {
  text-align: left;
  color: #55b4d4;
}
.cid-sN2PvYhRaj {
  background: #ffffff;
}
.cid-sN2PvYhRaj .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sN2PvYhRaj .mbr-figure {
  margin: 0 auto;
}
.cid-sN2PvYhRaj figcaption {
  position: relative;
}
.cid-sN2PvYhRaj figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sN2PvYhRaj .image-block {
    width: 100% !important;
  }
}
.cid-sN2PD9Hcfl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100f14;
}
.cid-sN2PD9Hcfl H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sN2PD9Hcfl P {
  text-align: left;
  color: #ffffff;
}
.cid-sN2PD9Hcfl H1 {
  text-align: left;
  color: #55b4d4;
}
.cid-sN2PMAF8Cd {
  background: #ffffff;
}
.cid-sN2PMAF8Cd .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sN2PMAF8Cd .mbr-figure {
  margin: 0 auto;
}
.cid-sN2PMAF8Cd figcaption {
  position: relative;
}
.cid-sN2PMAF8Cd figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sN2PMAF8Cd .image-block {
    width: 100% !important;
  }
}
.cid-sN2PRE6beQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100f14;
}
.cid-sN2PRE6beQ H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sN2PRE6beQ P {
  text-align: left;
  color: #ffffff;
}
.cid-sN2PRE6beQ H1 {
  text-align: left;
  color: #55b4d4;
}
.cid-sN2PY8gFtD {
  background: #ffffff;
}
.cid-sN2PY8gFtD .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sN2PY8gFtD .mbr-figure {
  margin: 0 auto;
}
.cid-sN2PY8gFtD figcaption {
  position: relative;
}
.cid-sN2PY8gFtD figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sN2PY8gFtD .image-block {
    width: 100% !important;
  }
}
.cid-sN2Q4yl8eW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100f14;
}
.cid-sN2Q4yl8eW H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sN2Q4yl8eW P {
  text-align: left;
  color: #ffffff;
}
.cid-sN2Q4yl8eW H1 {
  text-align: left;
  color: #55b4d4;
}
.cid-sN2QgUl1xM {
  background: #ffffff;
}
.cid-sN2QgUl1xM .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sN2QgUl1xM .mbr-figure {
  margin: 0 auto;
}
.cid-sN2QgUl1xM figcaption {
  position: relative;
}
.cid-sN2QgUl1xM figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sN2QgUl1xM .image-block {
    width: 100% !important;
  }
}
.cid-sN2QmguKI5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100f14;
}
.cid-sN2QmguKI5 H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sN2QmguKI5 P {
  text-align: left;
  color: #ffffff;
}
.cid-sN2QmguKI5 H1 {
  text-align: left;
  color: #55b4d4;
}
.cid-sN2QueneUT {
  background: #ffffff;
}
.cid-sN2QueneUT .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sN2QueneUT .mbr-figure {
  margin: 0 auto;
}
.cid-sN2QueneUT figcaption {
  position: relative;
}
.cid-sN2QueneUT figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sN2QueneUT .image-block {
    width: 100% !important;
  }
}
.cid-sN2QB4juBY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100f14;
}
.cid-sN2QB4juBY H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sN2QB4juBY P {
  text-align: left;
  color: #ffffff;
}
.cid-sN2QB4juBY H1 {
  text-align: left;
  color: #55b4d4;
}
.cid-sN2QHW0KaS {
  background: #ffffff;
}
.cid-sN2QHW0KaS .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sN2QHW0KaS .mbr-figure {
  margin: 0 auto;
}
.cid-sN2QHW0KaS figcaption {
  position: relative;
}
.cid-sN2QHW0KaS figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sN2QHW0KaS .image-block {
    width: 100% !important;
  }
}
.cid-sN2QRAMdxE {
  background: #ffffff;
}
.cid-sN2QRAMdxE .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sN2QRAMdxE .mbr-figure {
  margin: 0 auto;
}
.cid-sN2QRAMdxE figcaption {
  position: relative;
}
.cid-sN2QRAMdxE figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sN2QRAMdxE .image-block {
    width: 100% !important;
  }
}
.cid-sN8qYgOqlV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-sKRgNpcj9L {
  background: #ffffff;
}
.cid-sKRgNpcj9L .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKRgNpcj9L .mbr-figure {
  margin: 0 auto;
}
.cid-sKRgNpcj9L figcaption {
  position: relative;
}
.cid-sKRgNpcj9L figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKRgNpcj9L .image-block {
    width: 100% !important;
  }
}
.cid-sKRh0sSQfV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100f14;
}
.cid-sKRh0sSQfV H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sKRh0sSQfV P {
  text-align: left;
  color: #ffffff;
}
.cid-sKRh0sSQfV H1 {
  text-align: left;
  color: #4d5afa;
}
.cid-sKRh5CHwE6 {
  background: #ffffff;
}
.cid-sKRh5CHwE6 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKRh5CHwE6 .mbr-figure {
  margin: 0 auto;
}
.cid-sKRh5CHwE6 figcaption {
  position: relative;
}
.cid-sKRh5CHwE6 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKRh5CHwE6 .image-block {
    width: 100% !important;
  }
}
.cid-sKRhz9uIWF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100f14;
}
.cid-sKRhz9uIWF H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sKRhz9uIWF P {
  text-align: left;
  color: #ffffff;
}
.cid-sKRhz9uIWF H1 {
  text-align: left;
  color: #4d5afa;
}
.cid-sKRhGSp6pO {
  background: #ffffff;
}
.cid-sKRhGSp6pO .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKRhGSp6pO .mbr-figure {
  margin: 0 auto;
}
.cid-sKRhGSp6pO figcaption {
  position: relative;
}
.cid-sKRhGSp6pO figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKRhGSp6pO .image-block {
    width: 100% !important;
  }
}
.cid-sKRhPP3a4O {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100f14;
}
.cid-sKRhPP3a4O H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sKRhPP3a4O P {
  text-align: left;
  color: #ffffff;
}
.cid-sKRhPP3a4O H1 {
  text-align: left;
  color: #4d5afa;
}
.cid-sKRif4oYGJ {
  background: #ffffff;
}
.cid-sKRif4oYGJ .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKRif4oYGJ .mbr-figure {
  margin: 0 auto;
}
.cid-sKRif4oYGJ figcaption {
  position: relative;
}
.cid-sKRif4oYGJ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKRif4oYGJ .image-block {
    width: 100% !important;
  }
}
.cid-sKRij6DtyB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100f14;
}
.cid-sKRij6DtyB H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sKRij6DtyB P {
  text-align: left;
  color: #ffffff;
}
.cid-sKRij6DtyB H1 {
  text-align: left;
  color: #4d5afa;
}
.cid-sKRivxmTKZ {
  background: #ffffff;
}
.cid-sKRivxmTKZ .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKRivxmTKZ .mbr-figure {
  margin: 0 auto;
}
.cid-sKRivxmTKZ figcaption {
  position: relative;
}
.cid-sKRivxmTKZ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKRivxmTKZ .image-block {
    width: 100% !important;
  }
}
.cid-sKRiRu9EoH {
  background: #ffffff;
}
.cid-sKRiRu9EoH .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKRiRu9EoH .mbr-figure {
  margin: 0 auto;
}
.cid-sKRiRu9EoH figcaption {
  position: relative;
}
.cid-sKRiRu9EoH figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKRiRu9EoH .image-block {
    width: 100% !important;
  }
}
.cid-sKRiAohfNt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100f14;
}
.cid-sKRiAohfNt H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sKRiAohfNt P {
  text-align: left;
  color: #ffffff;
}
.cid-sKRiAohfNt H1 {
  text-align: left;
  color: #4d5afa;
}
.cid-sKRj2RTgo9 {
  background: #ffffff;
}
.cid-sKRj2RTgo9 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKRj2RTgo9 .mbr-figure {
  margin: 0 auto;
}
.cid-sKRj2RTgo9 figcaption {
  position: relative;
}
.cid-sKRj2RTgo9 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKRj2RTgo9 .image-block {
    width: 100% !important;
  }
}
.cid-sKRj6EDW1n {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100f14;
}
.cid-sKRj6EDW1n H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sKRj6EDW1n P {
  text-align: left;
  color: #ffffff;
}
.cid-sKRj6EDW1n H1 {
  text-align: left;
  color: #4d5afa;
}
.cid-sKRjd8JScP {
  background: #ffffff;
}
.cid-sKRjd8JScP .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKRjd8JScP .mbr-figure {
  margin: 0 auto;
}
.cid-sKRjd8JScP figcaption {
  position: relative;
}
.cid-sKRjd8JScP figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKRjd8JScP .image-block {
    width: 100% !important;
  }
}
.cid-sKRjjoIeDH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100f14;
}
.cid-sKRjjoIeDH H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sKRjjoIeDH P {
  text-align: left;
  color: #ffffff;
}
.cid-sKRjjoIeDH H1 {
  text-align: left;
  color: #4d5afa;
}
.cid-sKRjsgYxq1 {
  background: #ffffff;
}
.cid-sKRjsgYxq1 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKRjsgYxq1 .mbr-figure {
  margin: 0 auto;
}
.cid-sKRjsgYxq1 figcaption {
  position: relative;
}
.cid-sKRjsgYxq1 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKRjsgYxq1 .image-block {
    width: 100% !important;
  }
}
.cid-sKRjx9KyA5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100f14;
}
.cid-sKRjx9KyA5 H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sKRjx9KyA5 P {
  text-align: left;
  color: #ffffff;
}
.cid-sKRjx9KyA5 H1 {
  text-align: left;
  color: #4d5afa;
}
.cid-sKRjFi8Ffs {
  background: #ffffff;
}
.cid-sKRjFi8Ffs .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKRjFi8Ffs .mbr-figure {
  margin: 0 auto;
}
.cid-sKRjFi8Ffs figcaption {
  position: relative;
}
.cid-sKRjFi8Ffs figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKRjFi8Ffs .image-block {
    width: 100% !important;
  }
}
.cid-sKRjLO6bjN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100f14;
}
.cid-sKRjLO6bjN H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sKRjLO6bjN P {
  text-align: left;
  color: #ffffff;
}
.cid-sKRjLO6bjN H1 {
  text-align: left;
  color: #4d5afa;
}
.cid-sKRk4z7JhU {
  background: #ffffff;
}
.cid-sKRk4z7JhU .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKRk4z7JhU .mbr-figure {
  margin: 0 auto;
}
.cid-sKRk4z7JhU figcaption {
  position: relative;
}
.cid-sKRk4z7JhU figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKRk4z7JhU .image-block {
    width: 100% !important;
  }
}
.cid-sKRkdcxOZi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100f14;
}
.cid-sKRkdcxOZi H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sKRkdcxOZi P {
  text-align: left;
  color: #ffffff;
}
.cid-sKRkdcxOZi H1 {
  text-align: left;
  color: #4d5afa;
}
.cid-sKRkJ20iue {
  background: #ffffff;
}
.cid-sKRkJ20iue .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKRkJ20iue .mbr-figure {
  margin: 0 auto;
}
.cid-sKRkJ20iue figcaption {
  position: relative;
}
.cid-sKRkJ20iue figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKRkJ20iue .image-block {
    width: 100% !important;
  }
}
.cid-sKRl02zdki {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100f14;
}
.cid-sKRl02zdki H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sKRl02zdki P {
  text-align: left;
  color: #ffffff;
}
.cid-sKRl02zdki H1 {
  text-align: left;
  color: #4d5afa;
}
.cid-sKRlcunn3K {
  background: #ffffff;
}
.cid-sKRlcunn3K .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKRlcunn3K .mbr-figure {
  margin: 0 auto;
}
.cid-sKRlcunn3K figcaption {
  position: relative;
}
.cid-sKRlcunn3K figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKRlcunn3K .image-block {
    width: 100% !important;
  }
}
.cid-sKRlhjKtzK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100f14;
}
.cid-sKRlhjKtzK H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sKRlhjKtzK P {
  text-align: left;
  color: #ffffff;
}
.cid-sKRlhjKtzK H1 {
  text-align: left;
  color: #4d5afa;
}
.cid-sKRlJlnHZS {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #100f14;
}
.cid-sKRlJlnHZS .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sKRlJlnHZS .modal-body .close {
  background: #1b1b1b;
}
.cid-sKRlJlnHZS .modal-body .close span {
  font-style: normal;
}
.cid-sKRlJlnHZS .carousel-inner > .active,
.cid-sKRlJlnHZS .carousel-inner > .next,
.cid-sKRlJlnHZS .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-sKRlJlnHZS .carousel-control .icon-next,
.cid-sKRlJlnHZS .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sKRlJlnHZS .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sKRlJlnHZS .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sKRlJlnHZS .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sKRlJlnHZS .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sKRlJlnHZS .boxed-slider > div {
  position: relative;
}
.cid-sKRlJlnHZS .container img {
  width: 100%;
}
.cid-sKRlJlnHZS .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-sKRlJlnHZS .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sKRlJlnHZS .mbr-table-cell {
  padding: 0;
}
.cid-sKRlJlnHZS .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sKRlJlnHZS .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-sKRlJlnHZS .mbr-overlay {
  z-index: 1;
}
.cid-sKRlJlnHZS .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sKRlJlnHZS .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-sKRlJlnHZS .carousel-item.active.right,
.cid-sKRlJlnHZS .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sKRlJlnHZS .carousel-item.active.left,
.cid-sKRlJlnHZS .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sKRlJlnHZS .carousel-item.active,
.cid-sKRlJlnHZS .carousel-item.next.left,
.cid-sKRlJlnHZS .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-sKRlJlnHZS .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  z-index: 11;
}
.cid-sKRlJlnHZS .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sKRlJlnHZS .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sKRlJlnHZS .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sKRlJlnHZS .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sKRlJlnHZS .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sKRlJlnHZS .mbr-slider .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-sKRlJlnHZS .mbr-slider .carousel-indicators li.active,
.cid-sKRlJlnHZS .mbr-slider .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sKRlJlnHZS .mbr-slider .carousel-indicators li::after,
.cid-sKRlJlnHZS .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sKRlJlnHZS .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sKRlJlnHZS .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sKRlJlnHZS .mbr-slider > .container img {
  width: 100%;
}
.cid-sKRlJlnHZS .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sKRlJlnHZS .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sKRlJlnHZS .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sKRlJlnHZS .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sKRlJlnHZS .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sKRlJlnHZS .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-sKRlJlnHZS .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sKRlJlnHZS .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sKRlJlnHZS .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sKRlJlnHZS .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sKRlJlnHZS .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sKRlJlnHZS .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sKRlJlnHZS .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sKRlJlnHZS .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-sKRlJlnHZS .carousel-inner {
  height: 100%;
}
.cid-sKRlJlnHZS .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-sKRlJlnHZS .image_wrapper {
  height: 700px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-sKRlJlnHZS .image_wrapper img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
.cid-sKRlJlnHZS .carousel-item .container-slide {
  text-align: center;
}
.cid-sKRlJlnHZS .content-slider-wrap {
  width: 100%;
}
.cid-sKRm2Gzo3d {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100f14;
}
.cid-sKRm2Gzo3d H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sKRm2Gzo3d P {
  text-align: left;
  color: #ffffff;
}
.cid-sKRm2Gzo3d H1 {
  text-align: left;
  color: #4d5afa;
}
.cid-sKRmaGG37l {
  background: #ffffff;
}
.cid-sKRmaGG37l .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKRmaGG37l .mbr-figure {
  margin: 0 auto;
}
.cid-sKRmaGG37l figcaption {
  position: relative;
}
.cid-sKRmaGG37l figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKRmaGG37l .image-block {
    width: 100% !important;
  }
}
.cid-sKRmdO5nvc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100f14;
}
.cid-sKRmdO5nvc H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sKRmdO5nvc P {
  text-align: left;
  color: #ffffff;
}
.cid-sKRmdO5nvc H1 {
  text-align: left;
  color: #4d5afa;
}
.cid-sKRmo1FWhh {
  background: #ffffff;
}
.cid-sKRmo1FWhh .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKRmo1FWhh .mbr-figure {
  margin: 0 auto;
}
.cid-sKRmo1FWhh figcaption {
  position: relative;
}
.cid-sKRmo1FWhh figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKRmo1FWhh .image-block {
    width: 100% !important;
  }
}
.cid-sKRmtWOT12 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100f14;
}
.cid-sKRmtWOT12 H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sKRmtWOT12 P {
  text-align: left;
  color: #ffffff;
}
.cid-sKRmtWOT12 H1 {
  text-align: left;
  color: #4d5afa;
}
.cid-sKRmCgtnTR {
  background: #ffffff;
}
.cid-sKRmCgtnTR .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKRmCgtnTR .mbr-figure {
  margin: 0 auto;
}
.cid-sKRmCgtnTR figcaption {
  position: relative;
}
.cid-sKRmCgtnTR figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKRmCgtnTR .image-block {
    width: 100% !important;
  }
}
.cid-sKRmFmBWfb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100f14;
}
.cid-sKRmFmBWfb H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sKRmFmBWfb P {
  text-align: left;
  color: #ffffff;
}
.cid-sKRmFmBWfb H1 {
  text-align: left;
  color: #4d5afa;
}
.cid-sKRmNVxlKc {
  background: #ffffff;
}
.cid-sKRmNVxlKc .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKRmNVxlKc .mbr-figure {
  margin: 0 auto;
}
.cid-sKRmNVxlKc figcaption {
  position: relative;
}
.cid-sKRmNVxlKc figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKRmNVxlKc .image-block {
    width: 100% !important;
  }
}
.cid-sKRmXHat2k {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100f14;
}
.cid-sKRmXHat2k H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sKRmXHat2k P {
  text-align: left;
  color: #ffffff;
}
.cid-sKRmXHat2k H1 {
  text-align: left;
  color: #4d5afa;
}
.cid-sKRq6Iu83n {
  background: #ffffff;
}
.cid-sKRq6Iu83n .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKRq6Iu83n .mbr-figure {
  margin: 0 auto;
}
.cid-sKRq6Iu83n figcaption {
  position: relative;
}
.cid-sKRq6Iu83n figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKRq6Iu83n .image-block {
    width: 100% !important;
  }
}
.cid-sKRqbyd07c {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100f14;
}
.cid-sKRqbyd07c H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sKRqbyd07c P {
  text-align: left;
  color: #ffffff;
}
.cid-sKRqbyd07c H1 {
  text-align: left;
  color: #4d5afa;
}
.cid-sKRqkXapqj {
  background: #ffffff;
}
.cid-sKRqkXapqj .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKRqkXapqj .mbr-figure {
  margin: 0 auto;
}
.cid-sKRqkXapqj figcaption {
  position: relative;
}
.cid-sKRqkXapqj figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKRqkXapqj .image-block {
    width: 100% !important;
  }
}
.cid-sKRqo3m4rg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100f14;
}
.cid-sKRqo3m4rg H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sKRqo3m4rg P {
  text-align: left;
  color: #ffffff;
}
.cid-sKRqo3m4rg H1 {
  text-align: left;
  color: #4d5afa;
}
.cid-sKRqx1K6tY {
  background: #ffffff;
}
.cid-sKRqx1K6tY .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKRqx1K6tY .mbr-figure {
  margin: 0 auto;
}
.cid-sKRqx1K6tY figcaption {
  position: relative;
}
.cid-sKRqx1K6tY figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKRqx1K6tY .image-block {
    width: 100% !important;
  }
}
.cid-sKRqOcSI7k {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100f14;
}
.cid-sKRqOcSI7k H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sKRqOcSI7k P {
  text-align: left;
  color: #ffffff;
}
.cid-sKRqOcSI7k H1 {
  text-align: left;
  color: #4d5afa;
}
.cid-sKRqMO387d {
  background: #ffffff;
}
.cid-sKRqMO387d .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKRqMO387d .mbr-figure {
  margin: 0 auto;
}
.cid-sKRqMO387d figcaption {
  position: relative;
}
.cid-sKRqMO387d figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKRqMO387d .image-block {
    width: 100% !important;
  }
}
.cid-sKRqAtJTRS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100f14;
}
.cid-sKRqAtJTRS H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sKRqAtJTRS P {
  text-align: left;
  color: #ffffff;
}
.cid-sKRqAtJTRS H1 {
  text-align: left;
  color: #4d5afa;
}
.cid-sKRr7SY9Sv {
  background: #ffffff;
}
.cid-sKRr7SY9Sv .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKRr7SY9Sv .mbr-figure {
  margin: 0 auto;
}
.cid-sKRr7SY9Sv figcaption {
  position: relative;
}
.cid-sKRr7SY9Sv figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKRr7SY9Sv .image-block {
    width: 100% !important;
  }
}
.cid-sKRraXZCv6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100f14;
}
.cid-sKRraXZCv6 H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sKRraXZCv6 P {
  text-align: left;
  color: #ffffff;
}
.cid-sKRraXZCv6 H1 {
  text-align: left;
  color: #4d5afa;
}
.cid-sKRrjHgZUP {
  background: #ffffff;
}
.cid-sKRrjHgZUP .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKRrjHgZUP .mbr-figure {
  margin: 0 auto;
}
.cid-sKRrjHgZUP figcaption {
  position: relative;
}
.cid-sKRrjHgZUP figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKRrjHgZUP .image-block {
    width: 100% !important;
  }
}
.cid-sN8qVXYqPj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-sKRrIY8RU3 {
  background: #ffffff;
}
.cid-sKRrIY8RU3 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKRrIY8RU3 .mbr-figure {
  margin: 0 auto;
}
.cid-sKRrIY8RU3 figcaption {
  position: relative;
}
.cid-sKRrIY8RU3 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKRrIY8RU3 .image-block {
    width: 100% !important;
  }
}
.cid-sKRrJKUnFG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100f14;
}
.cid-sKRrJKUnFG H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sKRrJKUnFG P {
  text-align: left;
  color: #ffffff;
}
.cid-sKRrJKUnFG H1 {
  text-align: left;
  color: #4d5afa;
}
.cid-sKRrJWI6e5 {
  background: #ffffff;
}
.cid-sKRrJWI6e5 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKRrJWI6e5 .mbr-figure {
  margin: 0 auto;
}
.cid-sKRrJWI6e5 figcaption {
  position: relative;
}
.cid-sKRrJWI6e5 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKRrJWI6e5 .image-block {
    width: 100% !important;
  }
}
.cid-sKRrKbthmf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100f14;
}
.cid-sKRrKbthmf H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sKRrKbthmf P {
  text-align: left;
  color: #ffffff;
}
.cid-sKRrKbthmf H1 {
  text-align: left;
  color: #4d5afa;
}
.cid-sKRrKo1hGB {
  background: #ffffff;
}
.cid-sKRrKo1hGB .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKRrKo1hGB .mbr-figure {
  margin: 0 auto;
}
.cid-sKRrKo1hGB figcaption {
  position: relative;
}
.cid-sKRrKo1hGB figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKRrKo1hGB .image-block {
    width: 100% !important;
  }
}
.cid-sKRBJ8yIni {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100f14;
}
.cid-sKRBJ8yIni H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sKRBJ8yIni P {
  text-align: left;
  color: #000000;
}
.cid-sKRBJ8yIni H1 {
  text-align: left;
  color: #4d5afa;
}
.cid-sKRrKNamoZ {
  background: #ffffff;
}
.cid-sKRrKNamoZ .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKRrKNamoZ .mbr-figure {
  margin: 0 auto;
}
.cid-sKRrKNamoZ figcaption {
  position: relative;
}
.cid-sKRrKNamoZ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKRrKNamoZ .image-block {
    width: 100% !important;
  }
}
.cid-sKRrL9Qsen {
  background: #ffffff;
}
.cid-sKRrL9Qsen .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKRrL9Qsen .mbr-figure {
  margin: 0 auto;
}
.cid-sKRrL9Qsen figcaption {
  position: relative;
}
.cid-sKRrL9Qsen figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKRrL9Qsen .image-block {
    width: 100% !important;
  }
}
.cid-sKRrLtagrj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100f14;
}
.cid-sKRrLtagrj H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sKRrLtagrj P {
  text-align: left;
  color: #ffffff;
}
.cid-sKRrLtagrj H1 {
  text-align: left;
  color: #4d5afa;
}
.cid-sKRrLKynsF {
  background: #ffffff;
}
.cid-sKRrLKynsF .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKRrLKynsF .mbr-figure {
  margin: 0 auto;
}
.cid-sKRrLKynsF figcaption {
  position: relative;
}
.cid-sKRrLKynsF figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKRrLKynsF .image-block {
    width: 100% !important;
  }
}
.cid-sKRrLXX34G {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100f14;
}
.cid-sKRrLXX34G H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sKRrLXX34G P {
  text-align: left;
  color: #ffffff;
}
.cid-sKRrLXX34G H1 {
  text-align: left;
  color: #4d5afa;
}
.cid-sKRCvGPz8B {
  background: #ffffff;
}
.cid-sKRCvGPz8B .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKRCvGPz8B .mbr-figure {
  margin: 0 auto;
}
.cid-sKRCvGPz8B figcaption {
  position: relative;
}
.cid-sKRCvGPz8B figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKRCvGPz8B .image-block {
    width: 100% !important;
  }
}
.cid-sKRCySE3Bd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100f14;
}
.cid-sKRCySE3Bd H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sKRCySE3Bd P {
  text-align: left;
  color: #ffffff;
}
.cid-sKRCySE3Bd H1 {
  text-align: left;
  color: #4d5afa;
}
.cid-sKRCEXpHfR {
  background: #ffffff;
}
.cid-sKRCEXpHfR .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKRCEXpHfR .mbr-figure {
  margin: 0 auto;
}
.cid-sKRCEXpHfR figcaption {
  position: relative;
}
.cid-sKRCEXpHfR figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKRCEXpHfR .image-block {
    width: 100% !important;
  }
}
.cid-sKRCIW4UsP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100f14;
}
.cid-sKRCIW4UsP H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sKRCIW4UsP P {
  text-align: left;
  color: #ffffff;
}
.cid-sKRCIW4UsP H1 {
  text-align: left;
  color: #4d5afa;
}
.cid-sKRCNCoXad {
  background: #ffffff;
}
.cid-sKRCNCoXad .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKRCNCoXad .mbr-figure {
  margin: 0 auto;
}
.cid-sKRCNCoXad figcaption {
  position: relative;
}
.cid-sKRCNCoXad figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKRCNCoXad .image-block {
    width: 100% !important;
  }
}
.cid-sKRCSX3UOt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100f14;
}
.cid-sKRCSX3UOt H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sKRCSX3UOt P {
  text-align: left;
  color: #ffffff;
}
.cid-sKRCSX3UOt H1 {
  text-align: left;
  color: #4d5afa;
}
.cid-sKRCXNgcxu {
  background: #ffffff;
}
.cid-sKRCXNgcxu .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKRCXNgcxu .mbr-figure {
  margin: 0 auto;
}
.cid-sKRCXNgcxu figcaption {
  position: relative;
}
.cid-sKRCXNgcxu figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKRCXNgcxu .image-block {
    width: 100% !important;
  }
}
.cid-sKRN9SNQqz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100f14;
}
.cid-sKRN9SNQqz H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sKRN9SNQqz P {
  text-align: left;
  color: #ffffff;
}
.cid-sKRN9SNQqz H1 {
  text-align: left;
  color: #4d5afa;
}
.cid-sKRNjygCYl {
  background: #ffffff;
}
.cid-sKRNjygCYl .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKRNjygCYl .mbr-figure {
  margin: 0 auto;
}
.cid-sKRNjygCYl figcaption {
  position: relative;
}
.cid-sKRNjygCYl figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKRNjygCYl .image-block {
    width: 100% !important;
  }
}
.cid-sKRNmYFPK1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100f14;
}
.cid-sKRNmYFPK1 H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sKRNmYFPK1 P {
  text-align: left;
  color: #ffffff;
}
.cid-sKRNmYFPK1 H1 {
  text-align: left;
  color: #4d5afa;
}
.cid-sKRNsTytlc {
  background: #ffffff;
}
.cid-sKRNsTytlc .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKRNsTytlc .mbr-figure {
  margin: 0 auto;
}
.cid-sKRNsTytlc figcaption {
  position: relative;
}
.cid-sKRNsTytlc figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKRNsTytlc .image-block {
    width: 100% !important;
  }
}
.cid-sKRNxq9GNO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100f14;
}
.cid-sKRNxq9GNO H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sKRNxq9GNO P {
  text-align: left;
  color: #ffffff;
}
.cid-sKRNxq9GNO H1 {
  text-align: left;
  color: #4d5afa;
}
.cid-sKRNKx9jIw {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #100f14;
}
.cid-sKRNKx9jIw .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sKRNKx9jIw .modal-body .close {
  background: #1b1b1b;
}
.cid-sKRNKx9jIw .modal-body .close span {
  font-style: normal;
}
.cid-sKRNKx9jIw .carousel-inner > .active,
.cid-sKRNKx9jIw .carousel-inner > .next,
.cid-sKRNKx9jIw .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-sKRNKx9jIw .carousel-control .icon-next,
.cid-sKRNKx9jIw .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sKRNKx9jIw .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sKRNKx9jIw .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sKRNKx9jIw .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sKRNKx9jIw .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sKRNKx9jIw .boxed-slider > div {
  position: relative;
}
.cid-sKRNKx9jIw .container img {
  width: 100%;
}
.cid-sKRNKx9jIw .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-sKRNKx9jIw .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sKRNKx9jIw .mbr-table-cell {
  padding: 0;
}
.cid-sKRNKx9jIw .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sKRNKx9jIw .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-sKRNKx9jIw .mbr-overlay {
  z-index: 1;
}
.cid-sKRNKx9jIw .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sKRNKx9jIw .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-sKRNKx9jIw .carousel-item.active.right,
.cid-sKRNKx9jIw .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sKRNKx9jIw .carousel-item.active.left,
.cid-sKRNKx9jIw .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sKRNKx9jIw .carousel-item.active,
.cid-sKRNKx9jIw .carousel-item.next.left,
.cid-sKRNKx9jIw .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-sKRNKx9jIw .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  z-index: 11;
}
.cid-sKRNKx9jIw .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sKRNKx9jIw .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sKRNKx9jIw .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sKRNKx9jIw .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sKRNKx9jIw .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sKRNKx9jIw .mbr-slider .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-sKRNKx9jIw .mbr-slider .carousel-indicators li.active,
.cid-sKRNKx9jIw .mbr-slider .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sKRNKx9jIw .mbr-slider .carousel-indicators li::after,
.cid-sKRNKx9jIw .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sKRNKx9jIw .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sKRNKx9jIw .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sKRNKx9jIw .mbr-slider > .container img {
  width: 100%;
}
.cid-sKRNKx9jIw .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sKRNKx9jIw .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sKRNKx9jIw .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sKRNKx9jIw .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sKRNKx9jIw .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sKRNKx9jIw .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-sKRNKx9jIw .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sKRNKx9jIw .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sKRNKx9jIw .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sKRNKx9jIw .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sKRNKx9jIw .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sKRNKx9jIw .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sKRNKx9jIw .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sKRNKx9jIw .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-sKRNKx9jIw .carousel-inner {
  height: 100%;
}
.cid-sKRNKx9jIw .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-sKRNKx9jIw .image_wrapper {
  height: 700px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-sKRNKx9jIw .image_wrapper img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
.cid-sKRNKx9jIw .carousel-item .container-slide {
  text-align: center;
}
.cid-sKRNKx9jIw .content-slider-wrap {
  width: 100%;
}
.cid-sKROmemd9C {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100f14;
}
.cid-sKROmemd9C H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sKROmemd9C P {
  text-align: left;
  color: #ffffff;
}
.cid-sKROmemd9C H1 {
  text-align: left;
  color: #4d5afa;
}
.cid-sKROt9f9ZU {
  background: #ffffff;
}
.cid-sKROt9f9ZU .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKROt9f9ZU .mbr-figure {
  margin: 0 auto;
}
.cid-sKROt9f9ZU figcaption {
  position: relative;
}
.cid-sKROt9f9ZU figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKROt9f9ZU .image-block {
    width: 100% !important;
  }
}
.cid-sKRONc6GCY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100f14;
}
.cid-sKRONc6GCY H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sKRONc6GCY P {
  text-align: left;
  color: #ffffff;
}
.cid-sKRONc6GCY H1 {
  text-align: left;
  color: #4d5afa;
}
.cid-sKROY7azqf {
  background: #ffffff;
}
.cid-sKROY7azqf .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKROY7azqf .mbr-figure {
  margin: 0 auto;
}
.cid-sKROY7azqf figcaption {
  position: relative;
}
.cid-sKROY7azqf figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKROY7azqf .image-block {
    width: 100% !important;
  }
}
.cid-sKRP87YS8v {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100f14;
}
.cid-sKRP87YS8v H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sKRP87YS8v P {
  text-align: left;
  color: #ffffff;
}
.cid-sKRP87YS8v H1 {
  text-align: left;
  color: #4d5afa;
}
.cid-sKRPejiQse {
  background: #ffffff;
}
.cid-sKRPejiQse .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKRPejiQse .mbr-figure {
  margin: 0 auto;
}
.cid-sKRPejiQse figcaption {
  position: relative;
}
.cid-sKRPejiQse figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKRPejiQse .image-block {
    width: 100% !important;
  }
}
.cid-sKRPikLaCA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100f14;
}
.cid-sKRPikLaCA H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sKRPikLaCA P {
  text-align: left;
  color: #ffffff;
}
.cid-sKRPikLaCA H1 {
  text-align: left;
  color: #4d5afa;
}
.cid-sKRPo6sIGi {
  background: #ffffff;
}
.cid-sKRPo6sIGi .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKRPo6sIGi .mbr-figure {
  margin: 0 auto;
}
.cid-sKRPo6sIGi figcaption {
  position: relative;
}
.cid-sKRPo6sIGi figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKRPo6sIGi .image-block {
    width: 100% !important;
  }
}
.cid-sKRPrCs1PJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100f14;
}
.cid-sKRPrCs1PJ H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sKRPrCs1PJ P {
  text-align: left;
  color: #ffffff;
}
.cid-sKRPrCs1PJ H1 {
  text-align: left;
  color: #4d5afa;
}
.cid-sKRPwIHOX6 {
  background: #ffffff;
}
.cid-sKRPwIHOX6 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKRPwIHOX6 .mbr-figure {
  margin: 0 auto;
}
.cid-sKRPwIHOX6 figcaption {
  position: relative;
}
.cid-sKRPwIHOX6 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKRPwIHOX6 .image-block {
    width: 100% !important;
  }
}
.cid-sKRPAJMEus {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100f14;
}
.cid-sKRPAJMEus H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sKRPAJMEus P {
  text-align: left;
  color: #ffffff;
}
.cid-sKRPAJMEus H1 {
  text-align: left;
  color: #4d5afa;
}
.cid-sKRPFSaW5n {
  background: #ffffff;
}
.cid-sKRPFSaW5n .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKRPFSaW5n .mbr-figure {
  margin: 0 auto;
}
.cid-sKRPFSaW5n figcaption {
  position: relative;
}
.cid-sKRPFSaW5n figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKRPFSaW5n .image-block {
    width: 100% !important;
  }
}
.cid-sKRPJMD54M {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100f14;
}
.cid-sKRPJMD54M H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sKRPJMD54M P {
  text-align: left;
  color: #ffffff;
}
.cid-sKRPJMD54M H1 {
  text-align: left;
  color: #4d5afa;
}
.cid-sKRPPeYl6q {
  background: #ffffff;
}
.cid-sKRPPeYl6q .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKRPPeYl6q .mbr-figure {
  margin: 0 auto;
}
.cid-sKRPPeYl6q figcaption {
  position: relative;
}
.cid-sKRPPeYl6q figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKRPPeYl6q .image-block {
    width: 100% !important;
  }
}
.cid-sKRPSiAuGw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100f14;
}
.cid-sKRPSiAuGw H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sKRPSiAuGw P {
  text-align: left;
  color: #ffffff;
}
.cid-sKRPSiAuGw H1 {
  text-align: left;
  color: #4d5afa;
}
.cid-sKRPXfAdyo {
  background: #ffffff;
}
.cid-sKRPXfAdyo .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKRPXfAdyo .mbr-figure {
  margin: 0 auto;
}
.cid-sKRPXfAdyo figcaption {
  position: relative;
}
.cid-sKRPXfAdyo figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKRPXfAdyo .image-block {
    width: 100% !important;
  }
}
.cid-sKRQ3tutdG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100f14;
}
.cid-sKRQ3tutdG H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sKRQ3tutdG P {
  text-align: left;
  color: #ffffff;
}
.cid-sKRQ3tutdG H1 {
  text-align: left;
  color: #4d5afa;
}
.cid-sKRQ9MOqlp {
  background: #ffffff;
}
.cid-sKRQ9MOqlp .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKRQ9MOqlp .mbr-figure {
  margin: 0 auto;
}
.cid-sKRQ9MOqlp figcaption {
  position: relative;
}
.cid-sKRQ9MOqlp figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKRQ9MOqlp .image-block {
    width: 100% !important;
  }
}
.cid-sKRQdAEY6Z {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100f14;
}
.cid-sKRQdAEY6Z H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sKRQdAEY6Z P {
  text-align: left;
  color: #ffffff;
}
.cid-sKRQdAEY6Z H1 {
  text-align: left;
  color: #4d5afa;
}
.cid-sKRQjfbsUm {
  background: #ffffff;
}
.cid-sKRQjfbsUm .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKRQjfbsUm .mbr-figure {
  margin: 0 auto;
}
.cid-sKRQjfbsUm figcaption {
  position: relative;
}
.cid-sKRQjfbsUm figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKRQjfbsUm .image-block {
    width: 100% !important;
  }
}
.cid-sKRQmCAvDx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100f14;
}
.cid-sKRQmCAvDx H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sKRQmCAvDx P {
  text-align: left;
  color: #ffffff;
}
.cid-sKRQmCAvDx H1 {
  text-align: left;
  color: #4d5afa;
}
.cid-sKRQr3t5tT {
  background: #ffffff;
}
.cid-sKRQr3t5tT .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKRQr3t5tT .mbr-figure {
  margin: 0 auto;
}
.cid-sKRQr3t5tT figcaption {
  position: relative;
}
.cid-sKRQr3t5tT figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKRQr3t5tT .image-block {
    width: 100% !important;
  }
}
.cid-sKRQu2D8yl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100f14;
}
.cid-sKRQu2D8yl H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sKRQu2D8yl P {
  text-align: left;
  color: #ffffff;
}
.cid-sKRQu2D8yl H1 {
  text-align: left;
  color: #4d5afa;
}
.cid-sKRQzvmcHW {
  background: #ffffff;
}
.cid-sKRQzvmcHW .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKRQzvmcHW .mbr-figure {
  margin: 0 auto;
}
.cid-sKRQzvmcHW figcaption {
  position: relative;
}
.cid-sKRQzvmcHW figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKRQzvmcHW .image-block {
    width: 100% !important;
  }
}
.cid-sKRQJIsxcO {
  background: #ffffff;
}
.cid-sKRQJIsxcO .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKRQJIsxcO .mbr-figure {
  margin: 0 auto;
}
.cid-sKRQJIsxcO figcaption {
  position: relative;
}
.cid-sKRQJIsxcO figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKRQJIsxcO .image-block {
    width: 100% !important;
  }
}
.cid-sN8qSccmOK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-sKRV3cRtHy {
  background: #ffffff;
}
.cid-sKRV3cRtHy .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKRV3cRtHy .mbr-figure {
  margin: 0 auto;
}
.cid-sKRV3cRtHy figcaption {
  position: relative;
}
.cid-sKRV3cRtHy figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKRV3cRtHy .image-block {
    width: 100% !important;
  }
}
.cid-sKRV3Vnzyo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e6edf4;
}
.cid-sKRV3Vnzyo H3 {
  color: #ffffff;
  text-align: left;
}
.cid-sKRV3Vnzyo P {
  text-align: left;
  color: #000000;
}
.cid-sKRV3Vnzyo H1 {
  text-align: left;
  color: #4d5afa;
}
.cid-sKRVNg4E8O {
  background: #ffffff;
}
.cid-sKRVNg4E8O .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKRVNg4E8O .mbr-figure {
  margin: 0 auto;
}
.cid-sKRVNg4E8O figcaption {
  position: relative;
}
.cid-sKRVNg4E8O figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKRVNg4E8O .image-block {
    width: 100% !important;
  }
}
.cid-sKRWCwJ2WK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e6edf4;
}
.cid-sKRWCwJ2WK H3 {
  color: #149dcc;
  text-align: left;
}
.cid-sKRWCwJ2WK P {
  text-align: left;
  color: #000000;
}
.cid-sKRWCwJ2WK H1 {
  text-align: left;
  color: #000000;
}
.cid-sKRXCcFASo {
  background: #ffffff;
}
.cid-sKRXCcFASo .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKRXCcFASo .mbr-figure {
  margin: 0 auto;
}
.cid-sKRXCcFASo figcaption {
  position: relative;
}
.cid-sKRXCcFASo figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKRXCcFASo .image-block {
    width: 100% !important;
  }
}
.cid-sKRYGwESmh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sKRYGwESmh H3 {
  color: #149dcc;
  text-align: left;
}
.cid-sKRYGwESmh P {
  text-align: left;
  color: #ffffff;
}
.cid-sKRYGwESmh H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sKRYq8OSmw {
  background: #ffffff;
}
.cid-sKRYq8OSmw .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKRYq8OSmw .mbr-figure {
  margin: 0 auto;
}
.cid-sKRYq8OSmw figcaption {
  position: relative;
}
.cid-sKRYq8OSmw figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKRYq8OSmw .image-block {
    width: 100% !important;
  }
}
.cid-sN3DsbUvjm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sN3DsbUvjm H3 {
  color: #149dcc;
  text-align: left;
}
.cid-sN3DsbUvjm P {
  text-align: left;
  color: #ffffff;
}
.cid-sN3DsbUvjm H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sKRYWx8j4O {
  background: #ffffff;
}
.cid-sKRYWx8j4O .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKRYWx8j4O .mbr-figure {
  margin: 0 auto;
}
.cid-sKRYWx8j4O figcaption {
  position: relative;
}
.cid-sKRYWx8j4O figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKRYWx8j4O .image-block {
    width: 100% !important;
  }
}
.cid-sKRYtQTUjX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sKRYtQTUjX H3 {
  color: #149dcc;
  text-align: left;
}
.cid-sKRYtQTUjX P {
  text-align: left;
  color: #ffffff;
}
.cid-sKRYtQTUjX H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sKRYNuyL6D {
  background: #ffffff;
}
.cid-sKRYNuyL6D .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKRYNuyL6D .mbr-figure {
  margin: 0 auto;
}
.cid-sKRYNuyL6D figcaption {
  position: relative;
}
.cid-sKRYNuyL6D figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKRYNuyL6D .image-block {
    width: 100% !important;
  }
}
.cid-sKRYSHwCHM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sKRYSHwCHM H3 {
  color: #149dcc;
  text-align: left;
}
.cid-sKRYSHwCHM P {
  text-align: left;
  color: #ffffff;
}
.cid-sKRYSHwCHM H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sKRZ2p2LLA {
  background: #ffffff;
}
.cid-sKRZ2p2LLA .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKRZ2p2LLA .mbr-figure {
  margin: 0 auto;
}
.cid-sKRZ2p2LLA figcaption {
  position: relative;
}
.cid-sKRZ2p2LLA figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKRZ2p2LLA .image-block {
    width: 100% !important;
  }
}
.cid-sKRZdKlt19 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sKRZdKlt19 H3 {
  color: #149dcc;
  text-align: left;
}
.cid-sKRZdKlt19 P {
  text-align: left;
  color: #ffffff;
}
.cid-sKRZdKlt19 H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sKRZilycno {
  background: #ffffff;
}
.cid-sKRZilycno .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKRZilycno .mbr-figure {
  margin: 0 auto;
}
.cid-sKRZilycno figcaption {
  position: relative;
}
.cid-sKRZilycno figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKRZilycno .image-block {
    width: 100% !important;
  }
}
.cid-sKRZouwVyB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sKRZouwVyB H3 {
  color: #149dcc;
  text-align: left;
}
.cid-sKRZouwVyB P {
  text-align: left;
  color: #ffffff;
}
.cid-sKRZouwVyB H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sKRZtwxaPP {
  background: #ffffff;
}
.cid-sKRZtwxaPP .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKRZtwxaPP .mbr-figure {
  margin: 0 auto;
}
.cid-sKRZtwxaPP figcaption {
  position: relative;
}
.cid-sKRZtwxaPP figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKRZtwxaPP .image-block {
    width: 100% !important;
  }
}
.cid-sKRZF6o9MZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sKRZF6o9MZ H3 {
  color: #149dcc;
  text-align: left;
}
.cid-sKRZF6o9MZ P {
  text-align: left;
  color: #ffffff;
}
.cid-sKRZF6o9MZ H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sKRZJpaHhS {
  background: #ffffff;
}
.cid-sKRZJpaHhS .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKRZJpaHhS .mbr-figure {
  margin: 0 auto;
}
.cid-sKRZJpaHhS figcaption {
  position: relative;
}
.cid-sKRZJpaHhS figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKRZJpaHhS .image-block {
    width: 100% !important;
  }
}
.cid-sKS027rDvk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sKS027rDvk H3 {
  color: #149dcc;
  text-align: left;
}
.cid-sKS027rDvk P {
  text-align: left;
  color: #ffffff;
}
.cid-sKS027rDvk H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sKS06gGXio {
  background: #ffffff;
}
.cid-sKS06gGXio .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKS06gGXio .mbr-figure {
  margin: 0 auto;
}
.cid-sKS06gGXio figcaption {
  position: relative;
}
.cid-sKS06gGXio figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKS06gGXio .image-block {
    width: 100% !important;
  }
}
.cid-sKS0eRTc7z {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e6edf4;
}
.cid-sKS0eRTc7z H3 {
  color: #149dcc;
  text-align: left;
}
.cid-sKS0eRTc7z P {
  text-align: left;
  color: #000000;
}
.cid-sKS0eRTc7z H1 {
  text-align: left;
  color: #000000;
}
.cid-sKS0b8iXUB {
  background: #ffffff;
}
.cid-sKS0b8iXUB .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKS0b8iXUB .mbr-figure {
  margin: 0 auto;
}
.cid-sKS0b8iXUB figcaption {
  position: relative;
}
.cid-sKS0b8iXUB figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKS0b8iXUB .image-block {
    width: 100% !important;
  }
}
.cid-sKS0pe1VQd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e6edf4;
}
.cid-sKS0pe1VQd H3 {
  color: #149dcc;
  text-align: left;
}
.cid-sKS0pe1VQd P {
  text-align: left;
  color: #000000;
}
.cid-sKS0pe1VQd H1 {
  text-align: left;
  color: #000000;
}
.cid-sN3ELdJCdC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e6edf4;
}
.cid-sN3ELdJCdC H3 {
  color: #149dcc;
  text-align: left;
}
.cid-sN3ELdJCdC P {
  text-align: left;
  color: #000000;
}
.cid-sN3ELdJCdC H1 {
  text-align: left;
  color: #000000;
}
.cid-sKS0zu3Q36 {
  background: #ffffff;
}
.cid-sKS0zu3Q36 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKS0zu3Q36 .mbr-figure {
  margin: 0 auto;
}
.cid-sKS0zu3Q36 figcaption {
  position: relative;
}
.cid-sKS0zu3Q36 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKS0zu3Q36 .image-block {
    width: 100% !important;
  }
}
.cid-sKS0Fu9HFP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e6edf4;
}
.cid-sKS0Fu9HFP H3 {
  color: #149dcc;
  text-align: left;
}
.cid-sKS0Fu9HFP P {
  text-align: left;
  color: #000000;
}
.cid-sKS0Fu9HFP H1 {
  text-align: left;
  color: #000000;
}
.cid-sKS5Bw7ED9 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sKS5Bw7ED9 .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sKS5Bw7ED9 .modal-body .close {
  background: #1b1b1b;
}
.cid-sKS5Bw7ED9 .modal-body .close span {
  font-style: normal;
}
.cid-sKS5Bw7ED9 .carousel-inner > .active,
.cid-sKS5Bw7ED9 .carousel-inner > .next,
.cid-sKS5Bw7ED9 .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-sKS5Bw7ED9 .carousel-control .icon-next,
.cid-sKS5Bw7ED9 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sKS5Bw7ED9 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sKS5Bw7ED9 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sKS5Bw7ED9 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sKS5Bw7ED9 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sKS5Bw7ED9 .boxed-slider > div {
  position: relative;
}
.cid-sKS5Bw7ED9 .container img {
  width: 100%;
}
.cid-sKS5Bw7ED9 .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-sKS5Bw7ED9 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sKS5Bw7ED9 .mbr-table-cell {
  padding: 0;
}
.cid-sKS5Bw7ED9 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sKS5Bw7ED9 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-sKS5Bw7ED9 .mbr-overlay {
  z-index: 1;
}
.cid-sKS5Bw7ED9 .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sKS5Bw7ED9 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-sKS5Bw7ED9 .carousel-item.active.right,
.cid-sKS5Bw7ED9 .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sKS5Bw7ED9 .carousel-item.active.left,
.cid-sKS5Bw7ED9 .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sKS5Bw7ED9 .carousel-item.active,
.cid-sKS5Bw7ED9 .carousel-item.next.left,
.cid-sKS5Bw7ED9 .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-sKS5Bw7ED9 .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  z-index: 11;
}
.cid-sKS5Bw7ED9 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sKS5Bw7ED9 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sKS5Bw7ED9 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sKS5Bw7ED9 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sKS5Bw7ED9 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sKS5Bw7ED9 .mbr-slider .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-sKS5Bw7ED9 .mbr-slider .carousel-indicators li.active,
.cid-sKS5Bw7ED9 .mbr-slider .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sKS5Bw7ED9 .mbr-slider .carousel-indicators li::after,
.cid-sKS5Bw7ED9 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sKS5Bw7ED9 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sKS5Bw7ED9 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sKS5Bw7ED9 .mbr-slider > .container img {
  width: 100%;
}
.cid-sKS5Bw7ED9 .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sKS5Bw7ED9 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sKS5Bw7ED9 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sKS5Bw7ED9 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sKS5Bw7ED9 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sKS5Bw7ED9 .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-sKS5Bw7ED9 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sKS5Bw7ED9 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sKS5Bw7ED9 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sKS5Bw7ED9 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sKS5Bw7ED9 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sKS5Bw7ED9 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sKS5Bw7ED9 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sKS5Bw7ED9 .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-sKS5Bw7ED9 .carousel-inner {
  height: 100%;
}
.cid-sKS5Bw7ED9 .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-sKS5Bw7ED9 .image_wrapper {
  height: 700px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-sKS5Bw7ED9 .image_wrapper img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
.cid-sKS5Bw7ED9 .carousel-item .container-slide {
  text-align: center;
}
.cid-sKS5Bw7ED9 .content-slider-wrap {
  width: 100%;
}
.cid-sKS6ISGIXY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sKS6ISGIXY H3 {
  color: #149dcc;
  text-align: left;
}
.cid-sKS6ISGIXY P {
  text-align: left;
  color: #000000;
}
.cid-sKS6ISGIXY H1 {
  text-align: left;
  color: #000000;
}
.cid-sKS6MfQSjq {
  background: #ffffff;
}
.cid-sKS6MfQSjq .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKS6MfQSjq .mbr-figure {
  margin: 0 auto;
}
.cid-sKS6MfQSjq figcaption {
  position: relative;
}
.cid-sKS6MfQSjq figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKS6MfQSjq .image-block {
    width: 100% !important;
  }
}
.cid-sKS6RkxLOT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sKS6RkxLOT H3 {
  color: #149dcc;
  text-align: left;
}
.cid-sKS6RkxLOT P {
  text-align: left;
  color: #000000;
}
.cid-sKS6RkxLOT H1 {
  text-align: left;
  color: #000000;
}
.cid-sKS6XkTejJ {
  background: #ffffff;
}
.cid-sKS6XkTejJ .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKS6XkTejJ .mbr-figure {
  margin: 0 auto;
}
.cid-sKS6XkTejJ figcaption {
  position: relative;
}
.cid-sKS6XkTejJ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKS6XkTejJ .image-block {
    width: 100% !important;
  }
}
.cid-sKS70rBC23 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e6edf4;
}
.cid-sKS70rBC23 H3 {
  color: #149dcc;
  text-align: left;
}
.cid-sKS70rBC23 P {
  text-align: left;
  color: #000000;
}
.cid-sKS70rBC23 H1 {
  text-align: left;
  color: #000000;
}
.cid-sKS75s3Z8K {
  background: #ffffff;
}
.cid-sKS75s3Z8K .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKS75s3Z8K .mbr-figure {
  margin: 0 auto;
}
.cid-sKS75s3Z8K figcaption {
  position: relative;
}
.cid-sKS75s3Z8K figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKS75s3Z8K .image-block {
    width: 100% !important;
  }
}
.cid-sKS79XjQPR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e6edf4;
}
.cid-sKS79XjQPR H3 {
  color: #149dcc;
  text-align: left;
}
.cid-sKS79XjQPR P {
  text-align: left;
  color: #000000;
}
.cid-sKS79XjQPR H1 {
  text-align: left;
  color: #000000;
}
.cid-sKS7e8btyE {
  background: #ffffff;
}
.cid-sKS7e8btyE .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKS7e8btyE .mbr-figure {
  margin: 0 auto;
}
.cid-sKS7e8btyE figcaption {
  position: relative;
}
.cid-sKS7e8btyE figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKS7e8btyE .image-block {
    width: 100% !important;
  }
}
.cid-sKS7gZ9eum {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e6edf4;
}
.cid-sKS7gZ9eum H3 {
  color: #149dcc;
  text-align: left;
}
.cid-sKS7gZ9eum P {
  text-align: left;
  color: #000000;
}
.cid-sKS7gZ9eum H1 {
  text-align: left;
  color: #000000;
}
.cid-sKS7lpmHYA {
  background: #ffffff;
}
.cid-sKS7lpmHYA .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKS7lpmHYA .mbr-figure {
  margin: 0 auto;
}
.cid-sKS7lpmHYA figcaption {
  position: relative;
}
.cid-sKS7lpmHYA figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKS7lpmHYA .image-block {
    width: 100% !important;
  }
}
.cid-sKS7ocrtA2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e6edf4;
}
.cid-sKS7ocrtA2 H3 {
  color: #149dcc;
  text-align: left;
}
.cid-sKS7ocrtA2 P {
  text-align: left;
  color: #000000;
}
.cid-sKS7ocrtA2 H1 {
  text-align: left;
  color: #000000;
}
.cid-sKS7AvE5eP {
  background: #ffffff;
}
.cid-sKS7AvE5eP .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKS7AvE5eP .mbr-figure {
  margin: 0 auto;
}
.cid-sKS7AvE5eP figcaption {
  position: relative;
}
.cid-sKS7AvE5eP figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKS7AvE5eP .image-block {
    width: 100% !important;
  }
}
.cid-sN8qLlwDWo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-sKS8AN90M3 {
  background: #ffffff;
}
.cid-sKS8AN90M3 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKS8AN90M3 .mbr-figure {
  margin: 0 auto;
}
.cid-sKS8AN90M3 figcaption {
  position: relative;
}
.cid-sKS8AN90M3 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKS8AN90M3 .image-block {
    width: 100% !important;
  }
}
.cid-sKS8LHvjvV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sKS8LHvjvV H3 {
  color: #f04800;
  text-align: left;
}
.cid-sKS8LHvjvV P {
  text-align: left;
  color: #ffffff;
}
.cid-sKS8LHvjvV H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sKS8XTBZ6S {
  background: #ffffff;
}
.cid-sKS8XTBZ6S .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKS8XTBZ6S .mbr-figure {
  margin: 0 auto;
}
.cid-sKS8XTBZ6S figcaption {
  position: relative;
}
.cid-sKS8XTBZ6S figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKS8XTBZ6S .image-block {
    width: 100% !important;
  }
}
.cid-sKS90rmwBn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sKS90rmwBn H3 {
  color: #f04800;
  text-align: left;
}
.cid-sKS90rmwBn P {
  text-align: left;
  color: #ffffff;
}
.cid-sKS90rmwBn H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sKS9bKZCam {
  background: #ffffff;
}
.cid-sKS9bKZCam .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKS9bKZCam .mbr-figure {
  margin: 0 auto;
}
.cid-sKS9bKZCam figcaption {
  position: relative;
}
.cid-sKS9bKZCam figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKS9bKZCam .image-block {
    width: 100% !important;
  }
}
.cid-sKS9gw0WYr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sKS9gw0WYr H3 {
  color: #f04800;
  text-align: left;
}
.cid-sKS9gw0WYr P {
  text-align: left;
  color: #ffffff;
}
.cid-sKS9gw0WYr H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sKS9kxKqYM {
  background: #ffffff;
}
.cid-sKS9kxKqYM .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKS9kxKqYM .mbr-figure {
  margin: 0 auto;
}
.cid-sKS9kxKqYM figcaption {
  position: relative;
}
.cid-sKS9kxKqYM figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKS9kxKqYM .image-block {
    width: 100% !important;
  }
}
.cid-sKS9oIP7r4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sKS9oIP7r4 H3 {
  color: #f04800;
  text-align: left;
}
.cid-sKS9oIP7r4 P {
  text-align: left;
  color: #ffffff;
}
.cid-sKS9oIP7r4 H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sKS9w6mXdG {
  background: #ffffff;
}
.cid-sKS9w6mXdG .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKS9w6mXdG .mbr-figure {
  margin: 0 auto;
}
.cid-sKS9w6mXdG figcaption {
  position: relative;
}
.cid-sKS9w6mXdG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKS9w6mXdG .image-block {
    width: 100% !important;
  }
}
.cid-sKS9BqZd3A {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sKS9BqZd3A H3 {
  color: #f04800;
  text-align: left;
}
.cid-sKS9BqZd3A P {
  text-align: left;
  color: #ffffff;
}
.cid-sKS9BqZd3A H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sKS9FKyDX9 {
  background: #ffffff;
}
.cid-sKS9FKyDX9 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKS9FKyDX9 .mbr-figure {
  margin: 0 auto;
}
.cid-sKS9FKyDX9 figcaption {
  position: relative;
}
.cid-sKS9FKyDX9 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKS9FKyDX9 .image-block {
    width: 100% !important;
  }
}
.cid-sKS9JFwmPG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sKS9JFwmPG H3 {
  color: #f04800;
  text-align: left;
}
.cid-sKS9JFwmPG P {
  text-align: left;
  color: #ffffff;
}
.cid-sKS9JFwmPG H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sKS9N3HM4y {
  background: #ffffff;
}
.cid-sKS9N3HM4y .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKS9N3HM4y .mbr-figure {
  margin: 0 auto;
}
.cid-sKS9N3HM4y figcaption {
  position: relative;
}
.cid-sKS9N3HM4y figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKS9N3HM4y .image-block {
    width: 100% !important;
  }
}
.cid-sKS9QwoKY8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sKS9QwoKY8 H3 {
  color: #f04800;
  text-align: left;
}
.cid-sKS9QwoKY8 P {
  text-align: left;
  color: #ffffff;
}
.cid-sKS9QwoKY8 H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sKS9UQLztu {
  background: #ffffff;
}
.cid-sKS9UQLztu .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKS9UQLztu .mbr-figure {
  margin: 0 auto;
}
.cid-sKS9UQLztu figcaption {
  position: relative;
}
.cid-sKS9UQLztu figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKS9UQLztu .image-block {
    width: 100% !important;
  }
}
.cid-sKS9XPw5hb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sKS9XPw5hb H3 {
  color: #f04800;
  text-align: left;
}
.cid-sKS9XPw5hb P {
  text-align: left;
  color: #ffffff;
}
.cid-sKS9XPw5hb H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sKSa3WLGPt {
  background: #ffffff;
}
.cid-sKSa3WLGPt .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKSa3WLGPt .mbr-figure {
  margin: 0 auto;
}
.cid-sKSa3WLGPt figcaption {
  position: relative;
}
.cid-sKSa3WLGPt figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKSa3WLGPt .image-block {
    width: 100% !important;
  }
}
.cid-sKSa871JXa {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sKSa871JXa H3 {
  color: #f04800;
  text-align: left;
}
.cid-sKSa871JXa P {
  text-align: left;
  color: #ffffff;
}
.cid-sKSa871JXa H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sKSac8Uv21 {
  background: #ffffff;
}
.cid-sKSac8Uv21 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKSac8Uv21 .mbr-figure {
  margin: 0 auto;
}
.cid-sKSac8Uv21 figcaption {
  position: relative;
}
.cid-sKSac8Uv21 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKSac8Uv21 .image-block {
    width: 100% !important;
  }
}
.cid-sKSahh05s8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sKSahh05s8 H3 {
  color: #f04800;
  text-align: left;
}
.cid-sKSahh05s8 P {
  text-align: left;
  color: #ffffff;
}
.cid-sKSahh05s8 H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sKSalIMAwV {
  background: #ffffff;
}
.cid-sKSalIMAwV .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKSalIMAwV .mbr-figure {
  margin: 0 auto;
}
.cid-sKSalIMAwV figcaption {
  position: relative;
}
.cid-sKSalIMAwV figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKSalIMAwV .image-block {
    width: 100% !important;
  }
}
.cid-sKSapeEobo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sKSapeEobo H3 {
  color: #f04800;
  text-align: left;
}
.cid-sKSapeEobo P {
  text-align: left;
  color: #ffffff;
}
.cid-sKSapeEobo H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sKSatkbNBy {
  background: #ffffff;
}
.cid-sKSatkbNBy .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKSatkbNBy .mbr-figure {
  margin: 0 auto;
}
.cid-sKSatkbNBy figcaption {
  position: relative;
}
.cid-sKSatkbNBy figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKSatkbNBy .image-block {
    width: 100% !important;
  }
}
.cid-sKSaxgiiLB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1b1b1b;
}
.cid-sKSaxgiiLB H3 {
  color: #f04800;
  text-align: left;
}
.cid-sKSaxgiiLB P {
  text-align: left;
  color: #ffffff;
}
.cid-sKSaxgiiLB H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sKSbfkbV0S {
  background: #ffffff;
}
.cid-sKSbfkbV0S .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKSbfkbV0S .mbr-figure {
  margin: 0 auto;
}
.cid-sKSbfkbV0S figcaption {
  position: relative;
}
.cid-sKSbfkbV0S figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKSbfkbV0S .image-block {
    width: 100% !important;
  }
}
.cid-sKShb2QC1S {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sKShb2QC1S H3 {
  color: #f04800;
  text-align: left;
}
.cid-sKShb2QC1S P {
  text-align: left;
  color: #100f14;
}
.cid-sKShb2QC1S H1 {
  text-align: left;
  color: #100f14;
}
.cid-sKSbpdnK02 {
  background: #ffffff;
}
.cid-sKSbpdnK02 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKSbpdnK02 .mbr-figure {
  margin: 0 auto;
}
.cid-sKSbpdnK02 figcaption {
  position: relative;
}
.cid-sKSbpdnK02 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKSbpdnK02 .image-block {
    width: 100% !important;
  }
}
.cid-sKShGscq6F {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sKShGscq6F H3 {
  color: #f04800;
  text-align: left;
}
.cid-sKShGscq6F P {
  text-align: left;
  color: #ffffff;
}
.cid-sKShGscq6F H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sKShp9ijUH {
  background: #ffffff;
}
.cid-sKShp9ijUH .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKShp9ijUH .mbr-figure {
  margin: 0 auto;
}
.cid-sKShp9ijUH figcaption {
  position: relative;
}
.cid-sKShp9ijUH figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKShp9ijUH .image-block {
    width: 100% !important;
  }
}
.cid-sKShx9K4Kp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1b1b1b;
}
.cid-sKShx9K4Kp H3 {
  color: #f04800;
  text-align: left;
}
.cid-sKShx9K4Kp P {
  text-align: left;
  color: #ffffff;
}
.cid-sKShx9K4Kp H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sKShC2Mczc {
  background: #ffffff;
}
.cid-sKShC2Mczc .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKShC2Mczc .mbr-figure {
  margin: 0 auto;
}
.cid-sKShC2Mczc figcaption {
  position: relative;
}
.cid-sKShC2Mczc figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKShC2Mczc .image-block {
    width: 100% !important;
  }
}
.cid-sKShTKkl0r {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sKShTKkl0r H3 {
  color: #f04800;
  text-align: left;
}
.cid-sKShTKkl0r P {
  text-align: left;
  color: #ffffff;
}
.cid-sKShTKkl0r H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sKShUbfLOz {
  background: #ffffff;
}
.cid-sKShUbfLOz .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKShUbfLOz .mbr-figure {
  margin: 0 auto;
}
.cid-sKShUbfLOz figcaption {
  position: relative;
}
.cid-sKShUbfLOz figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKShUbfLOz .image-block {
    width: 100% !important;
  }
}
.cid-sKSi6cU73a {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1b1b1b;
}
.cid-sKSi6cU73a H3 {
  color: #f04800;
  text-align: left;
}
.cid-sKSi6cU73a P {
  text-align: left;
  color: #ffffff;
}
.cid-sKSi6cU73a H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sKSiaOueFW {
  background: #ffffff;
}
.cid-sKSiaOueFW .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKSiaOueFW .mbr-figure {
  margin: 0 auto;
}
.cid-sKSiaOueFW figcaption {
  position: relative;
}
.cid-sKSiaOueFW figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKSiaOueFW .image-block {
    width: 100% !important;
  }
}
.cid-sKSifB8WDF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sKSifB8WDF H3 {
  color: #f04800;
  text-align: left;
}
.cid-sKSifB8WDF P {
  text-align: left;
  color: #ffffff;
}
.cid-sKSifB8WDF H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sKSihEooax {
  background: #ffffff;
}
.cid-sKSihEooax .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKSihEooax .mbr-figure {
  margin: 0 auto;
}
.cid-sKSihEooax figcaption {
  position: relative;
}
.cid-sKSihEooax figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKSihEooax .image-block {
    width: 100% !important;
  }
}
.cid-sKSipEQYyZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sKSipEQYyZ H3 {
  color: #f04800;
  text-align: left;
}
.cid-sKSipEQYyZ P {
  text-align: left;
  color: #100f14;
}
.cid-sKSipEQYyZ H1 {
  text-align: left;
  color: #100f14;
}
.cid-sKSitIKqv9 {
  background: #ffffff;
}
.cid-sKSitIKqv9 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKSitIKqv9 .mbr-figure {
  margin: 0 auto;
}
.cid-sKSitIKqv9 figcaption {
  position: relative;
}
.cid-sKSitIKqv9 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKSitIKqv9 .image-block {
    width: 100% !important;
  }
}
.cid-sKSixeDrqa {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sKSixeDrqa H3 {
  color: #f04800;
  text-align: left;
}
.cid-sKSixeDrqa P {
  text-align: left;
  color: #ffffff;
}
.cid-sKSixeDrqa H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sKSixG4i74 {
  background: #ffffff;
}
.cid-sKSixG4i74 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKSixG4i74 .mbr-figure {
  margin: 0 auto;
}
.cid-sKSixG4i74 figcaption {
  position: relative;
}
.cid-sKSixG4i74 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKSixG4i74 .image-block {
    width: 100% !important;
  }
}
.cid-sKSiDU5wnT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sKSiDU5wnT H3 {
  color: #f04800;
  text-align: left;
}
.cid-sKSiDU5wnT P {
  text-align: left;
  color: #100f14;
}
.cid-sKSiDU5wnT H1 {
  text-align: left;
  color: #100f14;
}
.cid-sKSiHiBCQu {
  background: #ffffff;
}
.cid-sKSiHiBCQu .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKSiHiBCQu .mbr-figure {
  margin: 0 auto;
}
.cid-sKSiHiBCQu figcaption {
  position: relative;
}
.cid-sKSiHiBCQu figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKSiHiBCQu .image-block {
    width: 100% !important;
  }
}
.cid-sKSiLLZuxI {
  background: #ffffff;
}
.cid-sKSiLLZuxI .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKSiLLZuxI .mbr-figure {
  margin: 0 auto;
}
.cid-sKSiLLZuxI figcaption {
  position: relative;
}
.cid-sKSiLLZuxI figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKSiLLZuxI .image-block {
    width: 100% !important;
  }
}
.cid-sN8qDItkdc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-sKSmeAgVBO {
  background: #ffffff;
}
.cid-sKSmeAgVBO .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKSmeAgVBO .mbr-figure {
  margin: 0 auto;
}
.cid-sKSmeAgVBO figcaption {
  position: relative;
}
.cid-sKSmeAgVBO figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKSmeAgVBO .image-block {
    width: 100% !important;
  }
}
.cid-sKSmj1AxnU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #dce6e8;
}
.cid-sKSmj1AxnU H3 {
  color: #149dcc;
  text-align: left;
}
.cid-sKSmj1AxnU P {
  text-align: left;
  color: #000000;
}
.cid-sKSmj1AxnU H1 {
  text-align: left;
  color: #000000;
}
.cid-sKSmo7dF8Z {
  background: #ffffff;
}
.cid-sKSmo7dF8Z .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKSmo7dF8Z .mbr-figure {
  margin: 0 auto;
}
.cid-sKSmo7dF8Z figcaption {
  position: relative;
}
.cid-sKSmo7dF8Z figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKSmo7dF8Z .image-block {
    width: 100% !important;
  }
}
.cid-sKSmExV1MP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #dce6e8;
}
.cid-sKSmExV1MP H3 {
  color: #149dcc;
  text-align: left;
}
.cid-sKSmExV1MP P {
  text-align: left;
  color: #000000;
}
.cid-sKSmExV1MP H1 {
  text-align: left;
  color: #000000;
}
.cid-sKSmLeDjTx {
  background: #ffffff;
}
.cid-sKSmLeDjTx .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKSmLeDjTx .mbr-figure {
  margin: 0 auto;
}
.cid-sKSmLeDjTx figcaption {
  position: relative;
}
.cid-sKSmLeDjTx figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKSmLeDjTx .image-block {
    width: 100% !important;
  }
}
.cid-sN3ha7LF3K {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sN3ha7LF3K H3 {
  color: #149dcc;
  text-align: left;
}
.cid-sN3ha7LF3K P {
  text-align: left;
  color: #ffffff;
}
.cid-sN3ha7LF3K H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sKSmW2v07I {
  background: #ffffff;
}
.cid-sKSmW2v07I .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKSmW2v07I .mbr-figure {
  margin: 0 auto;
}
.cid-sKSmW2v07I figcaption {
  position: relative;
}
.cid-sKSmW2v07I figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKSmW2v07I .image-block {
    width: 100% !important;
  }
}
.cid-sN3hqTaOSn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sN3hqTaOSn H3 {
  color: #149dcc;
  text-align: left;
}
.cid-sN3hqTaOSn P {
  text-align: left;
  color: #ffffff;
}
.cid-sN3hqTaOSn H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sKSn3L8C2S {
  background: #ffffff;
}
.cid-sKSn3L8C2S .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKSn3L8C2S .mbr-figure {
  margin: 0 auto;
}
.cid-sKSn3L8C2S figcaption {
  position: relative;
}
.cid-sKSn3L8C2S figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKSn3L8C2S .image-block {
    width: 100% !important;
  }
}
.cid-sN3hSKeXdd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sN3hSKeXdd H3 {
  color: #149dcc;
  text-align: left;
}
.cid-sN3hSKeXdd P {
  text-align: left;
  color: #ffffff;
}
.cid-sN3hSKeXdd H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sKSoPgfrx1 {
  background: #ffffff;
}
.cid-sKSoPgfrx1 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKSoPgfrx1 .mbr-figure {
  margin: 0 auto;
}
.cid-sKSoPgfrx1 figcaption {
  position: relative;
}
.cid-sKSoPgfrx1 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKSoPgfrx1 .image-block {
    width: 100% !important;
  }
}
.cid-sN3i7wzvkR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sN3i7wzvkR H3 {
  color: #149dcc;
  text-align: left;
}
.cid-sN3i7wzvkR P {
  text-align: left;
  color: #ffffff;
}
.cid-sN3i7wzvkR H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sKSqjlglxY {
  background: #ffffff;
}
.cid-sKSqjlglxY .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKSqjlglxY .mbr-figure {
  margin: 0 auto;
}
.cid-sKSqjlglxY figcaption {
  position: relative;
}
.cid-sKSqjlglxY figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKSqjlglxY .image-block {
    width: 100% !important;
  }
}
.cid-sKSqoGYJ4V {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sKSqoGYJ4V H3 {
  color: #149dcc;
  text-align: left;
}
.cid-sKSqoGYJ4V P {
  text-align: left;
  color: #ffffff;
}
.cid-sKSqoGYJ4V H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sKSqtzwXnt {
  background: #ffffff;
}
.cid-sKSqtzwXnt .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKSqtzwXnt .mbr-figure {
  margin: 0 auto;
}
.cid-sKSqtzwXnt figcaption {
  position: relative;
}
.cid-sKSqtzwXnt figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKSqtzwXnt .image-block {
    width: 100% !important;
  }
}
.cid-sKSqDcWb9Z {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sKSqDcWb9Z H3 {
  color: #149dcc;
  text-align: left;
}
.cid-sKSqDcWb9Z P {
  text-align: left;
  color: #ffffff;
}
.cid-sKSqDcWb9Z H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sKSqICrmfD {
  background: #ffffff;
}
.cid-sKSqICrmfD .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKSqICrmfD .mbr-figure {
  margin: 0 auto;
}
.cid-sKSqICrmfD figcaption {
  position: relative;
}
.cid-sKSqICrmfD figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKSqICrmfD .image-block {
    width: 100% !important;
  }
}
.cid-sKSqMdQYow {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sKSqMdQYow H3 {
  color: #149dcc;
  text-align: left;
}
.cid-sKSqMdQYow P {
  text-align: left;
  color: #ffffff;
}
.cid-sKSqMdQYow H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sKSqQLAtIQ {
  background: #ffffff;
}
.cid-sKSqQLAtIQ .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKSqQLAtIQ .mbr-figure {
  margin: 0 auto;
}
.cid-sKSqQLAtIQ figcaption {
  position: relative;
}
.cid-sKSqQLAtIQ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKSqQLAtIQ .image-block {
    width: 100% !important;
  }
}
.cid-sKSqU7Zjhp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sKSqU7Zjhp H3 {
  color: #149dcc;
  text-align: left;
}
.cid-sKSqU7Zjhp P {
  text-align: left;
  color: #ffffff;
}
.cid-sKSqU7Zjhp H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sKSqYnG5Dp {
  background: #ffffff;
}
.cid-sKSqYnG5Dp .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKSqYnG5Dp .mbr-figure {
  margin: 0 auto;
}
.cid-sKSqYnG5Dp figcaption {
  position: relative;
}
.cid-sKSqYnG5Dp figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKSqYnG5Dp .image-block {
    width: 100% !important;
  }
}
.cid-sKSr5pKDQN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #dce6e8;
}
.cid-sKSr5pKDQN H3 {
  color: #149dcc;
  text-align: left;
}
.cid-sKSr5pKDQN P {
  text-align: left;
  color: #000000;
}
.cid-sKSr5pKDQN H1 {
  text-align: left;
  color: #000000;
}
.cid-sKSrcy9CHU {
  background: #ffffff;
}
.cid-sKSrcy9CHU .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKSrcy9CHU .mbr-figure {
  margin: 0 auto;
}
.cid-sKSrcy9CHU figcaption {
  position: relative;
}
.cid-sKSrcy9CHU figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKSrcy9CHU .image-block {
    width: 100% !important;
  }
}
.cid-sKSriZf6rT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #dce6e8;
}
.cid-sKSriZf6rT H3 {
  color: #149dcc;
  text-align: left;
}
.cid-sKSriZf6rT P {
  text-align: left;
  color: #000000;
}
.cid-sKSriZf6rT H1 {
  text-align: left;
  color: #000000;
}
.cid-sKSrodg35U {
  background: #ffffff;
}
.cid-sKSrodg35U .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKSrodg35U .mbr-figure {
  margin: 0 auto;
}
.cid-sKSrodg35U figcaption {
  position: relative;
}
.cid-sKSrodg35U figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKSrodg35U .image-block {
    width: 100% !important;
  }
}
.cid-sKSrwun0XR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sKSrwun0XR H3 {
  color: #149dcc;
  text-align: left;
}
.cid-sKSrwun0XR P {
  text-align: left;
  color: #000000;
}
.cid-sKSrwun0XR H1 {
  text-align: left;
  color: #000000;
}
.cid-sKSrCFg8bl {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sKSrCFg8bl .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sKSrCFg8bl .modal-body .close {
  background: #1b1b1b;
}
.cid-sKSrCFg8bl .modal-body .close span {
  font-style: normal;
}
.cid-sKSrCFg8bl .carousel-inner > .active,
.cid-sKSrCFg8bl .carousel-inner > .next,
.cid-sKSrCFg8bl .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-sKSrCFg8bl .carousel-control .icon-next,
.cid-sKSrCFg8bl .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sKSrCFg8bl .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sKSrCFg8bl .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sKSrCFg8bl .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sKSrCFg8bl .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sKSrCFg8bl .boxed-slider > div {
  position: relative;
}
.cid-sKSrCFg8bl .container img {
  width: 100%;
}
.cid-sKSrCFg8bl .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-sKSrCFg8bl .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sKSrCFg8bl .mbr-table-cell {
  padding: 0;
}
.cid-sKSrCFg8bl .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sKSrCFg8bl .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-sKSrCFg8bl .mbr-overlay {
  z-index: 1;
}
.cid-sKSrCFg8bl .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sKSrCFg8bl .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-sKSrCFg8bl .carousel-item.active.right,
.cid-sKSrCFg8bl .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sKSrCFg8bl .carousel-item.active.left,
.cid-sKSrCFg8bl .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sKSrCFg8bl .carousel-item.active,
.cid-sKSrCFg8bl .carousel-item.next.left,
.cid-sKSrCFg8bl .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-sKSrCFg8bl .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  z-index: 11;
}
.cid-sKSrCFg8bl .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sKSrCFg8bl .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sKSrCFg8bl .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sKSrCFg8bl .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sKSrCFg8bl .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sKSrCFg8bl .mbr-slider .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-sKSrCFg8bl .mbr-slider .carousel-indicators li.active,
.cid-sKSrCFg8bl .mbr-slider .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sKSrCFg8bl .mbr-slider .carousel-indicators li::after,
.cid-sKSrCFg8bl .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sKSrCFg8bl .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sKSrCFg8bl .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sKSrCFg8bl .mbr-slider > .container img {
  width: 100%;
}
.cid-sKSrCFg8bl .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sKSrCFg8bl .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sKSrCFg8bl .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sKSrCFg8bl .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sKSrCFg8bl .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sKSrCFg8bl .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-sKSrCFg8bl .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sKSrCFg8bl .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sKSrCFg8bl .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sKSrCFg8bl .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sKSrCFg8bl .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sKSrCFg8bl .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sKSrCFg8bl .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sKSrCFg8bl .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-sKSrCFg8bl .carousel-inner {
  height: 100%;
}
.cid-sKSrCFg8bl .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-sKSrCFg8bl .image_wrapper {
  height: 700px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-sKSrCFg8bl .image_wrapper img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
.cid-sKSrCFg8bl .carousel-item .container-slide {
  text-align: center;
}
.cid-sKSrCFg8bl .content-slider-wrap {
  width: 100%;
}
.cid-sKSrXXYcHO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sKSrXXYcHO H3 {
  color: #149dcc;
  text-align: left;
}
.cid-sKSrXXYcHO P {
  text-align: left;
  color: #000000;
}
.cid-sKSrXXYcHO H1 {
  text-align: left;
  color: #000000;
}
.cid-sKSs2ZrzQZ {
  background: #ffffff;
}
.cid-sKSs2ZrzQZ .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKSs2ZrzQZ .mbr-figure {
  margin: 0 auto;
}
.cid-sKSs2ZrzQZ figcaption {
  position: relative;
}
.cid-sKSs2ZrzQZ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKSs2ZrzQZ .image-block {
    width: 100% !important;
  }
}
.cid-sKSs6GikvK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sKSs6GikvK H3 {
  color: #149dcc;
  text-align: left;
}
.cid-sKSs6GikvK P {
  text-align: left;
  color: #000000;
}
.cid-sKSs6GikvK H1 {
  text-align: left;
  color: #000000;
}
.cid-sKSsbJvz7B {
  background: #ffffff;
}
.cid-sKSsbJvz7B .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKSsbJvz7B .mbr-figure {
  margin: 0 auto;
}
.cid-sKSsbJvz7B figcaption {
  position: relative;
}
.cid-sKSsbJvz7B figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKSsbJvz7B .image-block {
    width: 100% !important;
  }
}
.cid-sKSsfhQYlU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #dce6e8;
}
.cid-sKSsfhQYlU H3 {
  color: #149dcc;
  text-align: left;
}
.cid-sKSsfhQYlU P {
  text-align: left;
  color: #000000;
}
.cid-sKSsfhQYlU H1 {
  text-align: left;
  color: #000000;
}
.cid-sKSskwlZ9V {
  background: #ffffff;
}
.cid-sKSskwlZ9V .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKSskwlZ9V .mbr-figure {
  margin: 0 auto;
}
.cid-sKSskwlZ9V figcaption {
  position: relative;
}
.cid-sKSskwlZ9V figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKSskwlZ9V .image-block {
    width: 100% !important;
  }
}
.cid-sKSsnXi0oN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #dce6e8;
}
.cid-sKSsnXi0oN H3 {
  color: #149dcc;
  text-align: left;
}
.cid-sKSsnXi0oN P {
  text-align: left;
  color: #000000;
}
.cid-sKSsnXi0oN H1 {
  text-align: left;
  color: #000000;
}
.cid-sKSstVkHxH {
  background: #ffffff;
}
.cid-sKSstVkHxH .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKSstVkHxH .mbr-figure {
  margin: 0 auto;
}
.cid-sKSstVkHxH figcaption {
  position: relative;
}
.cid-sKSstVkHxH figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKSstVkHxH .image-block {
    width: 100% !important;
  }
}
.cid-sKSsxfONOF {
  background: #ffffff;
}
.cid-sKSsxfONOF .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKSsxfONOF .mbr-figure {
  margin: 0 auto;
}
.cid-sKSsxfONOF figcaption {
  position: relative;
}
.cid-sKSsxfONOF figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKSsxfONOF .image-block {
    width: 100% !important;
  }
}
.cid-sN8qyaFE8t {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-sKSELxOiUL {
  background: #ffffff;
}
.cid-sKSELxOiUL .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKSELxOiUL .mbr-figure {
  margin: 0 auto;
}
.cid-sKSELxOiUL figcaption {
  position: relative;
}
.cid-sKSELxOiUL figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKSELxOiUL .image-block {
    width: 100% !important;
  }
}
.cid-sKWRVjQHqR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sKWRVjQHqR H3 {
  color: #d4b186;
  text-align: left;
}
.cid-sKWRVjQHqR P {
  text-align: left;
  color: #ffffff;
}
.cid-sKWRVjQHqR H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sKWRXvSHUF {
  background: #ffffff;
}
.cid-sKWRXvSHUF .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKWRXvSHUF .mbr-figure {
  margin: 0 auto;
}
.cid-sKWRXvSHUF figcaption {
  position: relative;
}
.cid-sKWRXvSHUF figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKWRXvSHUF .image-block {
    width: 100% !important;
  }
}
.cid-sN3aj5rI1J {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sN3aj5rI1J H3 {
  color: #f04800;
  text-align: left;
}
.cid-sN3aj5rI1J P {
  text-align: left;
  color: #ffffff;
}
.cid-sN3aj5rI1J H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sKWShls1gw {
  background: #ffffff;
}
.cid-sKWShls1gw .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKWShls1gw .mbr-figure {
  margin: 0 auto;
}
.cid-sKWShls1gw figcaption {
  position: relative;
}
.cid-sKWShls1gw figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKWShls1gw .image-block {
    width: 100% !important;
  }
}
.cid-sN3ayxuPjl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sN3ayxuPjl H3 {
  color: #f04800;
  text-align: left;
}
.cid-sN3ayxuPjl P {
  text-align: left;
  color: #ffffff;
}
.cid-sN3ayxuPjl H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sKWSq6XaMT {
  background: #ffffff;
}
.cid-sKWSq6XaMT .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKWSq6XaMT .mbr-figure {
  margin: 0 auto;
}
.cid-sKWSq6XaMT figcaption {
  position: relative;
}
.cid-sKWSq6XaMT figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKWSq6XaMT .image-block {
    width: 100% !important;
  }
}
.cid-sN3ab2OCD7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sN3ab2OCD7 H3 {
  color: #f04800;
  text-align: left;
}
.cid-sN3ab2OCD7 P {
  text-align: left;
  color: #ffffff;
}
.cid-sN3ab2OCD7 H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sKWSDTHOfI {
  background: #ffffff;
}
.cid-sKWSDTHOfI .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKWSDTHOfI .mbr-figure {
  margin: 0 auto;
}
.cid-sKWSDTHOfI figcaption {
  position: relative;
}
.cid-sKWSDTHOfI figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKWSDTHOfI .image-block {
    width: 100% !important;
  }
}
.cid-sN3aXsHvB3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sN3aXsHvB3 H3 {
  color: #f04800;
  text-align: left;
}
.cid-sN3aXsHvB3 P {
  text-align: left;
  color: #ffffff;
}
.cid-sN3aXsHvB3 H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sKWSUWcmY6 {
  background: #ffffff;
}
.cid-sKWSUWcmY6 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKWSUWcmY6 .mbr-figure {
  margin: 0 auto;
}
.cid-sKWSUWcmY6 figcaption {
  position: relative;
}
.cid-sKWSUWcmY6 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKWSUWcmY6 .image-block {
    width: 100% !important;
  }
}
.cid-sN3bc2Ned4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sN3bc2Ned4 H3 {
  color: #f04800;
  text-align: left;
}
.cid-sN3bc2Ned4 P {
  text-align: left;
  color: #ffffff;
}
.cid-sN3bc2Ned4 H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sKWTnuLClL {
  background: #ffffff;
}
.cid-sKWTnuLClL .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKWTnuLClL .mbr-figure {
  margin: 0 auto;
}
.cid-sKWTnuLClL figcaption {
  position: relative;
}
.cid-sKWTnuLClL figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKWTnuLClL .image-block {
    width: 100% !important;
  }
}
.cid-sN3bmr0VUK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sN3bmr0VUK H3 {
  color: #f04800;
  text-align: left;
}
.cid-sN3bmr0VUK P {
  text-align: left;
  color: #ffffff;
}
.cid-sN3bmr0VUK H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sKWTJYYvFi {
  background: #ffffff;
}
.cid-sKWTJYYvFi .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKWTJYYvFi .mbr-figure {
  margin: 0 auto;
}
.cid-sKWTJYYvFi figcaption {
  position: relative;
}
.cid-sKWTJYYvFi figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKWTJYYvFi .image-block {
    width: 100% !important;
  }
}
.cid-sN3bEC8Rbr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sN3bEC8Rbr H3 {
  color: #f04800;
  text-align: left;
}
.cid-sN3bEC8Rbr P {
  text-align: left;
  color: #ffffff;
}
.cid-sN3bEC8Rbr H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sKWTWzXnYz {
  background: #ffffff;
}
.cid-sKWTWzXnYz .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKWTWzXnYz .mbr-figure {
  margin: 0 auto;
}
.cid-sKWTWzXnYz figcaption {
  position: relative;
}
.cid-sKWTWzXnYz figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKWTWzXnYz .image-block {
    width: 100% !important;
  }
}
.cid-sN3bT9qbh3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sN3bT9qbh3 H3 {
  color: #f04800;
  text-align: left;
}
.cid-sN3bT9qbh3 P {
  text-align: left;
  color: #ffffff;
}
.cid-sN3bT9qbh3 H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sKWUsjQ4Ng {
  background: #ffffff;
}
.cid-sKWUsjQ4Ng .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKWUsjQ4Ng .mbr-figure {
  margin: 0 auto;
}
.cid-sKWUsjQ4Ng figcaption {
  position: relative;
}
.cid-sKWUsjQ4Ng figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKWUsjQ4Ng .image-block {
    width: 100% !important;
  }
}
.cid-sN3c8Bufww {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sN3c8Bufww H3 {
  color: #f04800;
  text-align: left;
}
.cid-sN3c8Bufww P {
  text-align: left;
  color: #ffffff;
}
.cid-sN3c8Bufww H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sKWUTJ5jId {
  background: #ffffff;
}
.cid-sKWUTJ5jId .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKWUTJ5jId .mbr-figure {
  margin: 0 auto;
}
.cid-sKWUTJ5jId figcaption {
  position: relative;
}
.cid-sKWUTJ5jId figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKWUTJ5jId .image-block {
    width: 100% !important;
  }
}
.cid-sN3clbKkWU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sN3clbKkWU H3 {
  color: #f04800;
  text-align: left;
}
.cid-sN3clbKkWU P {
  text-align: left;
  color: #ffffff;
}
.cid-sN3clbKkWU H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sN3cU2uL3f {
  background: #ffffff;
}
.cid-sN3cU2uL3f .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sN3cU2uL3f .mbr-figure {
  margin: 0 auto;
}
.cid-sN3cU2uL3f figcaption {
  position: relative;
}
.cid-sN3cU2uL3f figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sN3cU2uL3f .image-block {
    width: 100% !important;
  }
}
.cid-sKWV1PGS5I {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1b1b1b;
}
.cid-sKWV1PGS5I H3 {
  color: #f04800;
  text-align: left;
}
.cid-sKWV1PGS5I P {
  text-align: left;
  color: #ffffff;
}
.cid-sKWV1PGS5I H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sKWV7ziuJy {
  background: #ffffff;
}
.cid-sKWV7ziuJy .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKWV7ziuJy .mbr-figure {
  margin: 0 auto;
}
.cid-sKWV7ziuJy figcaption {
  position: relative;
}
.cid-sKWV7ziuJy figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKWV7ziuJy .image-block {
    width: 100% !important;
  }
}
.cid-sKWVKIyO5n {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sKWVKIyO5n H3 {
  color: #f04800;
  text-align: left;
}
.cid-sKWVKIyO5n P {
  text-align: left;
  color: #100f14;
}
.cid-sKWVKIyO5n H1 {
  text-align: left;
  color: #100f14;
}
.cid-sKWVWLWI0o {
  background: #ffffff;
}
.cid-sKWVWLWI0o .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKWVWLWI0o .mbr-figure {
  margin: 0 auto;
}
.cid-sKWVWLWI0o figcaption {
  position: relative;
}
.cid-sKWVWLWI0o figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKWVWLWI0o .image-block {
    width: 100% !important;
  }
}
.cid-sN3dru8nVA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sN3dru8nVA H3 {
  color: #f04800;
  text-align: left;
}
.cid-sN3dru8nVA P {
  text-align: left;
  color: #ffffff;
}
.cid-sN3dru8nVA H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sKWWerbuSf {
  background: #ffffff;
}
.cid-sKWWerbuSf .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKWWerbuSf .mbr-figure {
  margin: 0 auto;
}
.cid-sKWWerbuSf figcaption {
  position: relative;
}
.cid-sKWWerbuSf figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKWWerbuSf .image-block {
    width: 100% !important;
  }
}
.cid-sKWWjrMkbj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1b1b1b;
}
.cid-sKWWjrMkbj H3 {
  color: #f04800;
  text-align: left;
}
.cid-sKWWjrMkbj P {
  text-align: left;
  color: #ffffff;
}
.cid-sKWWjrMkbj H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sKWWpIGGxV {
  background: #ffffff;
}
.cid-sKWWpIGGxV .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKWWpIGGxV .mbr-figure {
  margin: 0 auto;
}
.cid-sKWWpIGGxV figcaption {
  position: relative;
}
.cid-sKWWpIGGxV figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKWWpIGGxV .image-block {
    width: 100% !important;
  }
}
.cid-sN3dYlWDD7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sN3dYlWDD7 H3 {
  color: #f04800;
  text-align: left;
}
.cid-sN3dYlWDD7 P {
  text-align: left;
  color: #100f14;
}
.cid-sN3dYlWDD7 H1 {
  text-align: left;
  color: #100f14;
}
.cid-sKWWMOhfGf {
  background: #ffffff;
}
.cid-sKWWMOhfGf .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKWWMOhfGf .mbr-figure {
  margin: 0 auto;
}
.cid-sKWWMOhfGf figcaption {
  position: relative;
}
.cid-sKWWMOhfGf figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKWWMOhfGf .image-block {
    width: 100% !important;
  }
}
.cid-sKWWTbKxkt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1b1b1b;
}
.cid-sKWWTbKxkt H3 {
  color: #f04800;
  text-align: left;
}
.cid-sKWWTbKxkt P {
  text-align: left;
  color: #ffffff;
}
.cid-sKWWTbKxkt H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sKWX08iKc6 {
  background: #ffffff;
}
.cid-sKWX08iKc6 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKWX08iKc6 .mbr-figure {
  margin: 0 auto;
}
.cid-sKWX08iKc6 figcaption {
  position: relative;
}
.cid-sKWX08iKc6 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKWX08iKc6 .image-block {
    width: 100% !important;
  }
}
.cid-sN3elbg0M5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sN3elbg0M5 H3 {
  color: #f04800;
  text-align: left;
}
.cid-sN3elbg0M5 P {
  text-align: left;
  color: #ffffff;
}
.cid-sN3elbg0M5 H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sKWX8PvqS1 {
  background: #ffffff;
}
.cid-sKWX8PvqS1 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKWX8PvqS1 .mbr-figure {
  margin: 0 auto;
}
.cid-sKWX8PvqS1 figcaption {
  position: relative;
}
.cid-sKWX8PvqS1 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKWX8PvqS1 .image-block {
    width: 100% !important;
  }
}
.cid-sKWXHNQLMV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sKWXHNQLMV H3 {
  color: #f04800;
  text-align: left;
}
.cid-sKWXHNQLMV P {
  text-align: left;
  color: #100f14;
}
.cid-sKWXHNQLMV H1 {
  text-align: left;
  color: #100f14;
}
.cid-sKWXoe7GN0 {
  background: #ffffff;
}
.cid-sKWXoe7GN0 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKWXoe7GN0 .mbr-figure {
  margin: 0 auto;
}
.cid-sKWXoe7GN0 figcaption {
  position: relative;
}
.cid-sKWXoe7GN0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKWXoe7GN0 .image-block {
    width: 100% !important;
  }
}
.cid-sKWXXNclwZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sKWXXNclwZ H3 {
  color: #f04800;
  text-align: left;
}
.cid-sKWXXNclwZ P {
  text-align: left;
  color: #100f14;
}
.cid-sKWXXNclwZ H1 {
  text-align: left;
  color: #100f14;
}
.cid-sKWXzyidNS {
  background: #ffffff;
}
.cid-sKWXzyidNS .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKWXzyidNS .mbr-figure {
  margin: 0 auto;
}
.cid-sKWXzyidNS figcaption {
  position: relative;
}
.cid-sKWXzyidNS figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKWXzyidNS .image-block {
    width: 100% !important;
  }
}
.cid-sN3ffWzxRS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sN3ffWzxRS H3 {
  color: #f04800;
  text-align: left;
}
.cid-sN3ffWzxRS P {
  text-align: left;
  color: #ffffff;
}
.cid-sN3ffWzxRS H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sKWYoJhZZC {
  background: #ffffff;
}
.cid-sKWYoJhZZC .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKWYoJhZZC .mbr-figure {
  margin: 0 auto;
}
.cid-sKWYoJhZZC figcaption {
  position: relative;
}
.cid-sKWYoJhZZC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKWYoJhZZC .image-block {
    width: 100% !important;
  }
}
.cid-sKWZ3Fbq8i {
  background: #ffffff;
}
.cid-sKWZ3Fbq8i .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKWZ3Fbq8i .mbr-figure {
  margin: 0 auto;
}
.cid-sKWZ3Fbq8i figcaption {
  position: relative;
}
.cid-sKWZ3Fbq8i figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKWZ3Fbq8i .image-block {
    width: 100% !important;
  }
}
.cid-sN8qsTYENe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-sKXenOGv15 {
  background: #ffffff;
}
.cid-sKXenOGv15 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKXenOGv15 .mbr-figure {
  margin: 0 auto;
}
.cid-sKXenOGv15 figcaption {
  position: relative;
}
.cid-sKXenOGv15 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKXenOGv15 .image-block {
    width: 100% !important;
  }
}
.cid-sKXenP8fjH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sKXenP8fjH H3 {
  color: #d4b186;
  text-align: left;
}
.cid-sKXenP8fjH P {
  text-align: left;
  color: #ffffff;
}
.cid-sKXenP8fjH H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sKXenPxN6V {
  background: #ffffff;
}
.cid-sKXenPxN6V .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKXenPxN6V .mbr-figure {
  margin: 0 auto;
}
.cid-sKXenPxN6V figcaption {
  position: relative;
}
.cid-sKXenPxN6V figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKXenPxN6V .image-block {
    width: 100% !important;
  }
}
.cid-sKXenPTQd1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sKXenPTQd1 H3 {
  color: #d4b186;
  text-align: left;
}
.cid-sKXenPTQd1 P {
  text-align: left;
  color: #100f14;
}
.cid-sKXenPTQd1 H1 {
  text-align: left;
  color: #100f14;
}
.cid-sKXenQlUdb {
  background: #ffffff;
}
.cid-sKXenQlUdb .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKXenQlUdb .mbr-figure {
  margin: 0 auto;
}
.cid-sKXenQlUdb figcaption {
  position: relative;
}
.cid-sKXenQlUdb figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKXenQlUdb .image-block {
    width: 100% !important;
  }
}
.cid-sKXenQAcB2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sKXenQAcB2 H3 {
  color: #d4b186;
  text-align: left;
}
.cid-sKXenQAcB2 P {
  text-align: left;
  color: #ffffff;
}
.cid-sKXenQAcB2 H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sKXenQWcJ3 {
  background: #ffffff;
}
.cid-sKXenQWcJ3 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKXenQWcJ3 .mbr-figure {
  margin: 0 auto;
}
.cid-sKXenQWcJ3 figcaption {
  position: relative;
}
.cid-sKXenQWcJ3 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKXenQWcJ3 .image-block {
    width: 100% !important;
  }
}
.cid-sKXenReuwa {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sKXenReuwa H3 {
  color: #d4b186;
  text-align: left;
}
.cid-sKXenReuwa P {
  text-align: left;
  color: #ffffff;
}
.cid-sKXenReuwa H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sKXenRBrkm {
  background: #ffffff;
}
.cid-sKXenRBrkm .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKXenRBrkm .mbr-figure {
  margin: 0 auto;
}
.cid-sKXenRBrkm figcaption {
  position: relative;
}
.cid-sKXenRBrkm figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKXenRBrkm .image-block {
    width: 100% !important;
  }
}
.cid-sKXenRP3ZR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sKXenRP3ZR H3 {
  color: #d4b186;
  text-align: left;
}
.cid-sKXenRP3ZR P {
  text-align: left;
  color: #ffffff;
}
.cid-sKXenRP3ZR H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sKXenS8j4a {
  background: #ffffff;
}
.cid-sKXenS8j4a .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKXenS8j4a .mbr-figure {
  margin: 0 auto;
}
.cid-sKXenS8j4a figcaption {
  position: relative;
}
.cid-sKXenS8j4a figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKXenS8j4a .image-block {
    width: 100% !important;
  }
}
.cid-sKXenSojsY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sKXenSojsY H3 {
  color: #d4b186;
  text-align: left;
}
.cid-sKXenSojsY P {
  text-align: left;
  color: #ffffff;
}
.cid-sKXenSojsY H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sKXenSF8OC {
  background: #ffffff;
}
.cid-sKXenSF8OC .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKXenSF8OC .mbr-figure {
  margin: 0 auto;
}
.cid-sKXenSF8OC figcaption {
  position: relative;
}
.cid-sKXenSF8OC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKXenSF8OC .image-block {
    width: 100% !important;
  }
}
.cid-sKXenSUVLn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sKXenSUVLn H3 {
  color: #d4b186;
  text-align: left;
}
.cid-sKXenSUVLn P {
  text-align: left;
  color: #100f14;
}
.cid-sKXenSUVLn H1 {
  text-align: left;
  color: #100f14;
}
.cid-sKXenTbWtc {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sKXenTbWtc .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sKXenTbWtc .modal-body .close {
  background: #1b1b1b;
}
.cid-sKXenTbWtc .modal-body .close span {
  font-style: normal;
}
.cid-sKXenTbWtc .carousel-inner > .active,
.cid-sKXenTbWtc .carousel-inner > .next,
.cid-sKXenTbWtc .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-sKXenTbWtc .carousel-control .icon-next,
.cid-sKXenTbWtc .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sKXenTbWtc .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sKXenTbWtc .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sKXenTbWtc .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sKXenTbWtc .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sKXenTbWtc .boxed-slider > div {
  position: relative;
}
.cid-sKXenTbWtc .container img {
  width: 100%;
}
.cid-sKXenTbWtc .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-sKXenTbWtc .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sKXenTbWtc .mbr-table-cell {
  padding: 0;
}
.cid-sKXenTbWtc .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sKXenTbWtc .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-sKXenTbWtc .mbr-overlay {
  z-index: 1;
}
.cid-sKXenTbWtc .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sKXenTbWtc .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-sKXenTbWtc .carousel-item.active.right,
.cid-sKXenTbWtc .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sKXenTbWtc .carousel-item.active.left,
.cid-sKXenTbWtc .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sKXenTbWtc .carousel-item.active,
.cid-sKXenTbWtc .carousel-item.next.left,
.cid-sKXenTbWtc .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-sKXenTbWtc .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  z-index: 11;
}
.cid-sKXenTbWtc .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sKXenTbWtc .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sKXenTbWtc .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sKXenTbWtc .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sKXenTbWtc .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sKXenTbWtc .mbr-slider .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-sKXenTbWtc .mbr-slider .carousel-indicators li.active,
.cid-sKXenTbWtc .mbr-slider .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sKXenTbWtc .mbr-slider .carousel-indicators li::after,
.cid-sKXenTbWtc .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sKXenTbWtc .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sKXenTbWtc .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sKXenTbWtc .mbr-slider > .container img {
  width: 100%;
}
.cid-sKXenTbWtc .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sKXenTbWtc .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sKXenTbWtc .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sKXenTbWtc .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sKXenTbWtc .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sKXenTbWtc .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-sKXenTbWtc .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sKXenTbWtc .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sKXenTbWtc .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sKXenTbWtc .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sKXenTbWtc .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sKXenTbWtc .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sKXenTbWtc .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sKXenTbWtc .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-sKXenTbWtc .carousel-inner {
  height: 100%;
}
.cid-sKXenTbWtc .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-sKXenTbWtc .image_wrapper {
  height: 700px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-sKXenTbWtc .image_wrapper img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
.cid-sKXenTbWtc .carousel-item .container-slide {
  text-align: center;
}
.cid-sKXenTbWtc .content-slider-wrap {
  width: 100%;
}
.cid-sKXenTAt0T {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sKXenTAt0T H3 {
  color: #d4b186;
  text-align: left;
}
.cid-sKXenTAt0T P {
  text-align: left;
  color: #100f14;
}
.cid-sKXenTAt0T H1 {
  text-align: left;
  color: #100f14;
}
.cid-sKXenTSynz {
  background: #ffffff;
}
.cid-sKXenTSynz .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKXenTSynz .mbr-figure {
  margin: 0 auto;
}
.cid-sKXenTSynz figcaption {
  position: relative;
}
.cid-sKXenTSynz figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKXenTSynz .image-block {
    width: 100% !important;
  }
}
.cid-sKXenU97iL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sKXenU97iL H3 {
  color: #d4b186;
  text-align: left;
}
.cid-sKXenU97iL P {
  text-align: left;
  color: #ffffff;
}
.cid-sKXenU97iL H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sKXenUpF7R {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #000000;
}
.cid-sKXenUpF7R .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sKXenUpF7R .modal-body .close {
  background: #1b1b1b;
}
.cid-sKXenUpF7R .modal-body .close span {
  font-style: normal;
}
.cid-sKXenUpF7R .carousel-inner > .active,
.cid-sKXenUpF7R .carousel-inner > .next,
.cid-sKXenUpF7R .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-sKXenUpF7R .carousel-control .icon-next,
.cid-sKXenUpF7R .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sKXenUpF7R .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sKXenUpF7R .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sKXenUpF7R .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sKXenUpF7R .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sKXenUpF7R .boxed-slider > div {
  position: relative;
}
.cid-sKXenUpF7R .container img {
  width: 100%;
}
.cid-sKXenUpF7R .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-sKXenUpF7R .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sKXenUpF7R .mbr-table-cell {
  padding: 0;
}
.cid-sKXenUpF7R .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sKXenUpF7R .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-sKXenUpF7R .mbr-overlay {
  z-index: 1;
}
.cid-sKXenUpF7R .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sKXenUpF7R .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-sKXenUpF7R .carousel-item.active.right,
.cid-sKXenUpF7R .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sKXenUpF7R .carousel-item.active.left,
.cid-sKXenUpF7R .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sKXenUpF7R .carousel-item.active,
.cid-sKXenUpF7R .carousel-item.next.left,
.cid-sKXenUpF7R .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-sKXenUpF7R .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  z-index: 11;
}
.cid-sKXenUpF7R .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sKXenUpF7R .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sKXenUpF7R .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sKXenUpF7R .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sKXenUpF7R .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sKXenUpF7R .mbr-slider .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-sKXenUpF7R .mbr-slider .carousel-indicators li.active,
.cid-sKXenUpF7R .mbr-slider .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sKXenUpF7R .mbr-slider .carousel-indicators li::after,
.cid-sKXenUpF7R .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sKXenUpF7R .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sKXenUpF7R .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sKXenUpF7R .mbr-slider > .container img {
  width: 100%;
}
.cid-sKXenUpF7R .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sKXenUpF7R .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sKXenUpF7R .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sKXenUpF7R .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sKXenUpF7R .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sKXenUpF7R .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-sKXenUpF7R .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sKXenUpF7R .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sKXenUpF7R .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sKXenUpF7R .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sKXenUpF7R .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sKXenUpF7R .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sKXenUpF7R .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sKXenUpF7R .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-sKXenUpF7R .carousel-inner {
  height: 100%;
}
.cid-sKXenUpF7R .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-sKXenUpF7R .image_wrapper {
  height: 700px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-sKXenUpF7R .image_wrapper img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
.cid-sKXenUpF7R .carousel-item .container-slide {
  text-align: center;
}
.cid-sKXenUpF7R .content-slider-wrap {
  width: 100%;
}
.cid-sKXenUK4yM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sKXenUK4yM H3 {
  color: #d4b186;
  text-align: left;
}
.cid-sKXenUK4yM P {
  text-align: left;
  color: #ffffff;
}
.cid-sKXenUK4yM H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sKXenV17WR {
  background: #ffffff;
}
.cid-sKXenV17WR .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKXenV17WR .mbr-figure {
  margin: 0 auto;
}
.cid-sKXenV17WR figcaption {
  position: relative;
}
.cid-sKXenV17WR figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKXenV17WR .image-block {
    width: 100% !important;
  }
}
.cid-sKXenVfRwb {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #000000;
}
.cid-sKXenVfRwb .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sKXenVfRwb .modal-body .close {
  background: #1b1b1b;
}
.cid-sKXenVfRwb .modal-body .close span {
  font-style: normal;
}
.cid-sKXenVfRwb .carousel-inner > .active,
.cid-sKXenVfRwb .carousel-inner > .next,
.cid-sKXenVfRwb .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-sKXenVfRwb .carousel-control .icon-next,
.cid-sKXenVfRwb .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sKXenVfRwb .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sKXenVfRwb .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sKXenVfRwb .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sKXenVfRwb .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sKXenVfRwb .boxed-slider > div {
  position: relative;
}
.cid-sKXenVfRwb .container img {
  width: 100%;
}
.cid-sKXenVfRwb .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-sKXenVfRwb .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sKXenVfRwb .mbr-table-cell {
  padding: 0;
}
.cid-sKXenVfRwb .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sKXenVfRwb .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-sKXenVfRwb .mbr-overlay {
  z-index: 1;
}
.cid-sKXenVfRwb .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sKXenVfRwb .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-sKXenVfRwb .carousel-item.active.right,
.cid-sKXenVfRwb .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sKXenVfRwb .carousel-item.active.left,
.cid-sKXenVfRwb .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sKXenVfRwb .carousel-item.active,
.cid-sKXenVfRwb .carousel-item.next.left,
.cid-sKXenVfRwb .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-sKXenVfRwb .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  z-index: 11;
}
.cid-sKXenVfRwb .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sKXenVfRwb .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sKXenVfRwb .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sKXenVfRwb .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sKXenVfRwb .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sKXenVfRwb .mbr-slider .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-sKXenVfRwb .mbr-slider .carousel-indicators li.active,
.cid-sKXenVfRwb .mbr-slider .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sKXenVfRwb .mbr-slider .carousel-indicators li::after,
.cid-sKXenVfRwb .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sKXenVfRwb .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sKXenVfRwb .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sKXenVfRwb .mbr-slider > .container img {
  width: 100%;
}
.cid-sKXenVfRwb .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sKXenVfRwb .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sKXenVfRwb .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sKXenVfRwb .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sKXenVfRwb .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sKXenVfRwb .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-sKXenVfRwb .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sKXenVfRwb .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sKXenVfRwb .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sKXenVfRwb .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sKXenVfRwb .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sKXenVfRwb .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sKXenVfRwb .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sKXenVfRwb .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-sKXenVfRwb .carousel-inner {
  height: 100%;
}
.cid-sKXenVfRwb .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-sKXenVfRwb .image_wrapper {
  height: 700px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-sKXenVfRwb .image_wrapper img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
.cid-sKXenVfRwb .carousel-item .container-slide {
  text-align: center;
}
.cid-sKXenVfRwb .content-slider-wrap {
  width: 100%;
}
.cid-sKXenVyUwa {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sKXenVyUwa H3 {
  color: #d4b186;
  text-align: left;
}
.cid-sKXenVyUwa P {
  text-align: left;
  color: #ffffff;
}
.cid-sKXenVyUwa H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sKXenVQHGz {
  background: #ffffff;
}
.cid-sKXenVQHGz .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKXenVQHGz .mbr-figure {
  margin: 0 auto;
}
.cid-sKXenVQHGz figcaption {
  position: relative;
}
.cid-sKXenVQHGz figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKXenVQHGz .image-block {
    width: 100% !important;
  }
}
.cid-sKXenW7kho {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sKXenW7kho H3 {
  color: #d4b186;
  text-align: left;
}
.cid-sKXenW7kho P {
  text-align: left;
  color: #100f14;
}
.cid-sKXenW7kho H1 {
  text-align: left;
  color: #100f14;
}
.cid-sKXenWpaE7 {
  background: #ffffff;
}
.cid-sKXenWpaE7 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKXenWpaE7 .mbr-figure {
  margin: 0 auto;
}
.cid-sKXenWpaE7 figcaption {
  position: relative;
}
.cid-sKXenWpaE7 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKXenWpaE7 .image-block {
    width: 100% !important;
  }
}
.cid-sKXhUO69I6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sKXhUO69I6 H3 {
  color: #d4b186;
  text-align: left;
}
.cid-sKXhUO69I6 P {
  text-align: left;
  color: #100f14;
}
.cid-sKXhUO69I6 H1 {
  text-align: left;
  color: #100f14;
}
.cid-sKXi2NJ200 {
  background: #ffffff;
}
.cid-sKXi2NJ200 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKXi2NJ200 .mbr-figure {
  margin: 0 auto;
}
.cid-sKXi2NJ200 figcaption {
  position: relative;
}
.cid-sKXi2NJ200 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKXi2NJ200 .image-block {
    width: 100% !important;
  }
}
.cid-sKXenWE48D {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sKXenWE48D H3 {
  color: #d4b186;
  text-align: left;
}
.cid-sKXenWE48D P {
  text-align: left;
  color: #ffffff;
}
.cid-sKXenWE48D H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sKXenWWIbU {
  background: #ffffff;
}
.cid-sKXenWWIbU .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKXenWWIbU .mbr-figure {
  margin: 0 auto;
}
.cid-sKXenWWIbU figcaption {
  position: relative;
}
.cid-sKXenWWIbU figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKXenWWIbU .image-block {
    width: 100% !important;
  }
}
.cid-sKXenXbkXY {
  background: #ffffff;
}
.cid-sKXenXbkXY .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKXenXbkXY .mbr-figure {
  margin: 0 auto;
}
.cid-sKXenXbkXY figcaption {
  position: relative;
}
.cid-sKXenXbkXY figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKXenXbkXY .image-block {
    width: 100% !important;
  }
}
.cid-sN8qoPrVOG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-sKX08mIgLg {
  background: #ffffff;
}
.cid-sKX08mIgLg .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKX08mIgLg .mbr-figure {
  margin: 0 auto;
}
.cid-sKX08mIgLg figcaption {
  position: relative;
}
.cid-sKX08mIgLg figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKX08mIgLg .image-block {
    width: 100% !important;
  }
}
.cid-sKX0aRbc1K {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sKX0aRbc1K H3 {
  color: #d4b186;
  text-align: left;
}
.cid-sKX0aRbc1K P {
  text-align: left;
  color: #ffffff;
}
.cid-sKX0aRbc1K H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sKX10X5KNL {
  background: #ffffff;
}
.cid-sKX10X5KNL .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKX10X5KNL .mbr-figure {
  margin: 0 auto;
}
.cid-sKX10X5KNL figcaption {
  position: relative;
}
.cid-sKX10X5KNL figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKX10X5KNL .image-block {
    width: 100% !important;
  }
}
.cid-sKX19aqFzY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sKX19aqFzY H3 {
  color: #d4b186;
  text-align: left;
}
.cid-sKX19aqFzY P {
  text-align: left;
  color: #100f14;
}
.cid-sKX19aqFzY H1 {
  text-align: left;
  color: #100f14;
}
.cid-sKX1gPtS9Q {
  background: #ffffff;
}
.cid-sKX1gPtS9Q .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKX1gPtS9Q .mbr-figure {
  margin: 0 auto;
}
.cid-sKX1gPtS9Q figcaption {
  position: relative;
}
.cid-sKX1gPtS9Q figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKX1gPtS9Q .image-block {
    width: 100% !important;
  }
}
.cid-sKX3rkkOE3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sKX3rkkOE3 H3 {
  color: #d4b186;
  text-align: left;
}
.cid-sKX3rkkOE3 P {
  text-align: left;
  color: #ffffff;
}
.cid-sKX3rkkOE3 H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sKX3zCnnB4 {
  background: #ffffff;
}
.cid-sKX3zCnnB4 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKX3zCnnB4 .mbr-figure {
  margin: 0 auto;
}
.cid-sKX3zCnnB4 figcaption {
  position: relative;
}
.cid-sKX3zCnnB4 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKX3zCnnB4 .image-block {
    width: 100% !important;
  }
}
.cid-sKX3MyfTj9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sKX3MyfTj9 H3 {
  color: #d4b186;
  text-align: left;
}
.cid-sKX3MyfTj9 P {
  text-align: left;
  color: #ffffff;
}
.cid-sKX3MyfTj9 H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sKX3Thkr8E {
  background: #ffffff;
}
.cid-sKX3Thkr8E .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKX3Thkr8E .mbr-figure {
  margin: 0 auto;
}
.cid-sKX3Thkr8E figcaption {
  position: relative;
}
.cid-sKX3Thkr8E figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKX3Thkr8E .image-block {
    width: 100% !important;
  }
}
.cid-sKX4lkNNO1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sKX4lkNNO1 H3 {
  color: #d4b186;
  text-align: left;
}
.cid-sKX4lkNNO1 P {
  text-align: left;
  color: #ffffff;
}
.cid-sKX4lkNNO1 H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sKX5RCeTLA {
  background: #ffffff;
}
.cid-sKX5RCeTLA .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKX5RCeTLA .mbr-figure {
  margin: 0 auto;
}
.cid-sKX5RCeTLA figcaption {
  position: relative;
}
.cid-sKX5RCeTLA figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKX5RCeTLA .image-block {
    width: 100% !important;
  }
}
.cid-sKX5ZdAAE4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sKX5ZdAAE4 H3 {
  color: #d4b186;
  text-align: left;
}
.cid-sKX5ZdAAE4 P {
  text-align: left;
  color: #ffffff;
}
.cid-sKX5ZdAAE4 H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sKX6dQCRy0 {
  background: #ffffff;
}
.cid-sKX6dQCRy0 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKX6dQCRy0 .mbr-figure {
  margin: 0 auto;
}
.cid-sKX6dQCRy0 figcaption {
  position: relative;
}
.cid-sKX6dQCRy0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKX6dQCRy0 .image-block {
    width: 100% !important;
  }
}
.cid-sKX7hEcjw1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sKX7hEcjw1 H3 {
  color: #d4b186;
  text-align: left;
}
.cid-sKX7hEcjw1 P {
  text-align: left;
  color: #100f14;
}
.cid-sKX7hEcjw1 H1 {
  text-align: left;
  color: #100f14;
}
.cid-sKX7rFgLL5 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sKX7rFgLL5 .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sKX7rFgLL5 .modal-body .close {
  background: #1b1b1b;
}
.cid-sKX7rFgLL5 .modal-body .close span {
  font-style: normal;
}
.cid-sKX7rFgLL5 .carousel-inner > .active,
.cid-sKX7rFgLL5 .carousel-inner > .next,
.cid-sKX7rFgLL5 .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-sKX7rFgLL5 .carousel-control .icon-next,
.cid-sKX7rFgLL5 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sKX7rFgLL5 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sKX7rFgLL5 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sKX7rFgLL5 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sKX7rFgLL5 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sKX7rFgLL5 .boxed-slider > div {
  position: relative;
}
.cid-sKX7rFgLL5 .container img {
  width: 100%;
}
.cid-sKX7rFgLL5 .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-sKX7rFgLL5 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sKX7rFgLL5 .mbr-table-cell {
  padding: 0;
}
.cid-sKX7rFgLL5 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sKX7rFgLL5 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-sKX7rFgLL5 .mbr-overlay {
  z-index: 1;
}
.cid-sKX7rFgLL5 .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sKX7rFgLL5 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-sKX7rFgLL5 .carousel-item.active.right,
.cid-sKX7rFgLL5 .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sKX7rFgLL5 .carousel-item.active.left,
.cid-sKX7rFgLL5 .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sKX7rFgLL5 .carousel-item.active,
.cid-sKX7rFgLL5 .carousel-item.next.left,
.cid-sKX7rFgLL5 .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-sKX7rFgLL5 .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  z-index: 11;
}
.cid-sKX7rFgLL5 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sKX7rFgLL5 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sKX7rFgLL5 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sKX7rFgLL5 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sKX7rFgLL5 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sKX7rFgLL5 .mbr-slider .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-sKX7rFgLL5 .mbr-slider .carousel-indicators li.active,
.cid-sKX7rFgLL5 .mbr-slider .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sKX7rFgLL5 .mbr-slider .carousel-indicators li::after,
.cid-sKX7rFgLL5 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sKX7rFgLL5 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sKX7rFgLL5 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sKX7rFgLL5 .mbr-slider > .container img {
  width: 100%;
}
.cid-sKX7rFgLL5 .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sKX7rFgLL5 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sKX7rFgLL5 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sKX7rFgLL5 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sKX7rFgLL5 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sKX7rFgLL5 .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-sKX7rFgLL5 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sKX7rFgLL5 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sKX7rFgLL5 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sKX7rFgLL5 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sKX7rFgLL5 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sKX7rFgLL5 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sKX7rFgLL5 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sKX7rFgLL5 .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-sKX7rFgLL5 .carousel-inner {
  height: 100%;
}
.cid-sKX7rFgLL5 .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-sKX7rFgLL5 .image_wrapper {
  height: 700px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-sKX7rFgLL5 .image_wrapper img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
.cid-sKX7rFgLL5 .carousel-item .container-slide {
  text-align: center;
}
.cid-sKX7rFgLL5 .content-slider-wrap {
  width: 100%;
}
.cid-sKX8taNdjK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sKX8taNdjK H3 {
  color: #d4b186;
  text-align: left;
}
.cid-sKX8taNdjK P {
  text-align: left;
  color: #100f14;
}
.cid-sKX8taNdjK H1 {
  text-align: left;
  color: #100f14;
}
.cid-sKX8NbaaKJ {
  background: #ffffff;
}
.cid-sKX8NbaaKJ .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKX8NbaaKJ .mbr-figure {
  margin: 0 auto;
}
.cid-sKX8NbaaKJ figcaption {
  position: relative;
}
.cid-sKX8NbaaKJ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKX8NbaaKJ .image-block {
    width: 100% !important;
  }
}
.cid-sKX9npK2aR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sKX9npK2aR H3 {
  color: #d4b186;
  text-align: left;
}
.cid-sKX9npK2aR P {
  text-align: left;
  color: #ffffff;
}
.cid-sKX9npK2aR H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sKX9G1f1V8 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #000000;
}
.cid-sKX9G1f1V8 .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sKX9G1f1V8 .modal-body .close {
  background: #1b1b1b;
}
.cid-sKX9G1f1V8 .modal-body .close span {
  font-style: normal;
}
.cid-sKX9G1f1V8 .carousel-inner > .active,
.cid-sKX9G1f1V8 .carousel-inner > .next,
.cid-sKX9G1f1V8 .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-sKX9G1f1V8 .carousel-control .icon-next,
.cid-sKX9G1f1V8 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sKX9G1f1V8 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sKX9G1f1V8 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sKX9G1f1V8 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sKX9G1f1V8 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sKX9G1f1V8 .boxed-slider > div {
  position: relative;
}
.cid-sKX9G1f1V8 .container img {
  width: 100%;
}
.cid-sKX9G1f1V8 .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-sKX9G1f1V8 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sKX9G1f1V8 .mbr-table-cell {
  padding: 0;
}
.cid-sKX9G1f1V8 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sKX9G1f1V8 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-sKX9G1f1V8 .mbr-overlay {
  z-index: 1;
}
.cid-sKX9G1f1V8 .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sKX9G1f1V8 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-sKX9G1f1V8 .carousel-item.active.right,
.cid-sKX9G1f1V8 .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sKX9G1f1V8 .carousel-item.active.left,
.cid-sKX9G1f1V8 .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sKX9G1f1V8 .carousel-item.active,
.cid-sKX9G1f1V8 .carousel-item.next.left,
.cid-sKX9G1f1V8 .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-sKX9G1f1V8 .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  z-index: 11;
}
.cid-sKX9G1f1V8 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sKX9G1f1V8 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sKX9G1f1V8 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sKX9G1f1V8 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sKX9G1f1V8 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sKX9G1f1V8 .mbr-slider .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-sKX9G1f1V8 .mbr-slider .carousel-indicators li.active,
.cid-sKX9G1f1V8 .mbr-slider .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sKX9G1f1V8 .mbr-slider .carousel-indicators li::after,
.cid-sKX9G1f1V8 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sKX9G1f1V8 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sKX9G1f1V8 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sKX9G1f1V8 .mbr-slider > .container img {
  width: 100%;
}
.cid-sKX9G1f1V8 .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sKX9G1f1V8 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sKX9G1f1V8 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sKX9G1f1V8 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sKX9G1f1V8 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sKX9G1f1V8 .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-sKX9G1f1V8 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sKX9G1f1V8 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sKX9G1f1V8 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sKX9G1f1V8 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sKX9G1f1V8 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sKX9G1f1V8 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sKX9G1f1V8 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sKX9G1f1V8 .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-sKX9G1f1V8 .carousel-inner {
  height: 100%;
}
.cid-sKX9G1f1V8 .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-sKX9G1f1V8 .image_wrapper {
  height: 700px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-sKX9G1f1V8 .image_wrapper img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
.cid-sKX9G1f1V8 .carousel-item .container-slide {
  text-align: center;
}
.cid-sKX9G1f1V8 .content-slider-wrap {
  width: 100%;
}
.cid-sKXaP75ZWL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sKXaP75ZWL H3 {
  color: #d4b186;
  text-align: left;
}
.cid-sKXaP75ZWL P {
  text-align: left;
  color: #ffffff;
}
.cid-sKXaP75ZWL H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sKXb3dIKLg {
  background: #ffffff;
}
.cid-sKXb3dIKLg .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKXb3dIKLg .mbr-figure {
  margin: 0 auto;
}
.cid-sKXb3dIKLg figcaption {
  position: relative;
}
.cid-sKXb3dIKLg figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKXb3dIKLg .image-block {
    width: 100% !important;
  }
}
.cid-sKXbcAKV7g {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #000000;
}
.cid-sKXbcAKV7g .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sKXbcAKV7g .modal-body .close {
  background: #1b1b1b;
}
.cid-sKXbcAKV7g .modal-body .close span {
  font-style: normal;
}
.cid-sKXbcAKV7g .carousel-inner > .active,
.cid-sKXbcAKV7g .carousel-inner > .next,
.cid-sKXbcAKV7g .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-sKXbcAKV7g .carousel-control .icon-next,
.cid-sKXbcAKV7g .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sKXbcAKV7g .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sKXbcAKV7g .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sKXbcAKV7g .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sKXbcAKV7g .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sKXbcAKV7g .boxed-slider > div {
  position: relative;
}
.cid-sKXbcAKV7g .container img {
  width: 100%;
}
.cid-sKXbcAKV7g .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-sKXbcAKV7g .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sKXbcAKV7g .mbr-table-cell {
  padding: 0;
}
.cid-sKXbcAKV7g .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sKXbcAKV7g .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-sKXbcAKV7g .mbr-overlay {
  z-index: 1;
}
.cid-sKXbcAKV7g .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sKXbcAKV7g .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-sKXbcAKV7g .carousel-item.active.right,
.cid-sKXbcAKV7g .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sKXbcAKV7g .carousel-item.active.left,
.cid-sKXbcAKV7g .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sKXbcAKV7g .carousel-item.active,
.cid-sKXbcAKV7g .carousel-item.next.left,
.cid-sKXbcAKV7g .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-sKXbcAKV7g .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  z-index: 11;
}
.cid-sKXbcAKV7g .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sKXbcAKV7g .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sKXbcAKV7g .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sKXbcAKV7g .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sKXbcAKV7g .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sKXbcAKV7g .mbr-slider .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-sKXbcAKV7g .mbr-slider .carousel-indicators li.active,
.cid-sKXbcAKV7g .mbr-slider .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sKXbcAKV7g .mbr-slider .carousel-indicators li::after,
.cid-sKXbcAKV7g .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sKXbcAKV7g .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sKXbcAKV7g .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sKXbcAKV7g .mbr-slider > .container img {
  width: 100%;
}
.cid-sKXbcAKV7g .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sKXbcAKV7g .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sKXbcAKV7g .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sKXbcAKV7g .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sKXbcAKV7g .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sKXbcAKV7g .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-sKXbcAKV7g .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sKXbcAKV7g .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sKXbcAKV7g .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sKXbcAKV7g .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sKXbcAKV7g .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sKXbcAKV7g .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sKXbcAKV7g .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sKXbcAKV7g .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-sKXbcAKV7g .carousel-inner {
  height: 100%;
}
.cid-sKXbcAKV7g .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-sKXbcAKV7g .image_wrapper {
  height: 700px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-sKXbcAKV7g .image_wrapper img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
.cid-sKXbcAKV7g .carousel-item .container-slide {
  text-align: center;
}
.cid-sKXbcAKV7g .content-slider-wrap {
  width: 100%;
}
.cid-sKXbscnh0K {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sKXbscnh0K H3 {
  color: #d4b186;
  text-align: left;
}
.cid-sKXbscnh0K P {
  text-align: left;
  color: #ffffff;
}
.cid-sKXbscnh0K H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sKXbyVq5xp {
  background: #ffffff;
}
.cid-sKXbyVq5xp .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKXbyVq5xp .mbr-figure {
  margin: 0 auto;
}
.cid-sKXbyVq5xp figcaption {
  position: relative;
}
.cid-sKXbyVq5xp figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKXbyVq5xp .image-block {
    width: 100% !important;
  }
}
.cid-sKXbTH3ocf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sKXbTH3ocf H3 {
  color: #d4b186;
  text-align: left;
}
.cid-sKXbTH3ocf P {
  text-align: left;
  color: #100f14;
}
.cid-sKXbTH3ocf H1 {
  text-align: left;
  color: #100f14;
}
.cid-sKXbYu25Kp {
  background: #ffffff;
}
.cid-sKXbYu25Kp .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKXbYu25Kp .mbr-figure {
  margin: 0 auto;
}
.cid-sKXbYu25Kp figcaption {
  position: relative;
}
.cid-sKXbYu25Kp figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKXbYu25Kp .image-block {
    width: 100% !important;
  }
}
.cid-sKXc3oJzNR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sKXc3oJzNR H3 {
  color: #d4b186;
  text-align: left;
}
.cid-sKXc3oJzNR P {
  text-align: left;
  color: #ffffff;
}
.cid-sKXc3oJzNR H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sKXc9DyNtq {
  background: #ffffff;
}
.cid-sKXc9DyNtq .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKXc9DyNtq .mbr-figure {
  margin: 0 auto;
}
.cid-sKXc9DyNtq figcaption {
  position: relative;
}
.cid-sKXc9DyNtq figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKXc9DyNtq .image-block {
    width: 100% !important;
  }
}
.cid-sKXcgv0cz6 {
  background: #ffffff;
}
.cid-sKXcgv0cz6 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sKXcgv0cz6 .mbr-figure {
  margin: 0 auto;
}
.cid-sKXcgv0cz6 figcaption {
  position: relative;
}
.cid-sKXcgv0cz6 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sKXcgv0cz6 .image-block {
    width: 100% !important;
  }
}
.cid-sN8rt6O1tv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-sJQ0BDCkdd {
  background: #ffffff;
}
.cid-sJQ0BDCkdd .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sJQ0BDCkdd .mbr-figure {
  margin: 0 auto;
}
.cid-sJQ0BDCkdd figcaption {
  position: relative;
}
.cid-sJQ0BDCkdd figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sJQ0BDCkdd .image-block {
    width: 100% !important;
  }
}
.cid-sN3m3Mwwzd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e6edf4;
}
.cid-sN3m3Mwwzd H3 {
  color: #149dcc;
  text-align: left;
}
.cid-sN3m3Mwwzd P {
  text-align: left;
  color: #000000;
}
.cid-sN3m3Mwwzd H1 {
  text-align: left;
  color: #000000;
}
.cid-sJQ0V1DtFg {
  background: #ffffff;
}
.cid-sJQ0V1DtFg .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sJQ0V1DtFg .mbr-figure {
  margin: 0 auto;
}
.cid-sJQ0V1DtFg figcaption {
  position: relative;
}
.cid-sJQ0V1DtFg figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sJQ0V1DtFg .image-block {
    width: 100% !important;
  }
}
.cid-sN3rmmCMRo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e6edf4;
}
.cid-sN3rmmCMRo H3 {
  color: #149dcc;
  text-align: left;
}
.cid-sN3rmmCMRo P {
  text-align: left;
  color: #000000;
}
.cid-sN3rmmCMRo H1 {
  text-align: left;
  color: #000000;
}
.cid-sJQ1lRImBR {
  background: #ffffff;
}
.cid-sJQ1lRImBR .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sJQ1lRImBR .mbr-figure {
  margin: 0 auto;
}
.cid-sJQ1lRImBR figcaption {
  position: relative;
}
.cid-sJQ1lRImBR figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sJQ1lRImBR .image-block {
    width: 100% !important;
  }
}
.cid-sN3tsXqYSg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sN3tsXqYSg H3 {
  color: #149dcc;
  text-align: left;
}
.cid-sN3tsXqYSg P {
  text-align: left;
  color: #ffffff;
}
.cid-sN3tsXqYSg H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sJQ1A2Fs2h {
  background: #ffffff;
}
.cid-sJQ1A2Fs2h .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sJQ1A2Fs2h .mbr-figure {
  margin: 0 auto;
}
.cid-sJQ1A2Fs2h figcaption {
  position: relative;
}
.cid-sJQ1A2Fs2h figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sJQ1A2Fs2h .image-block {
    width: 100% !important;
  }
}
.cid-sN3tQXHYCf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sN3tQXHYCf H3 {
  color: #149dcc;
  text-align: left;
}
.cid-sN3tQXHYCf P {
  text-align: left;
  color: #ffffff;
}
.cid-sN3tQXHYCf H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sJQ1OVAGO4 {
  background: #ffffff;
}
.cid-sJQ1OVAGO4 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sJQ1OVAGO4 .mbr-figure {
  margin: 0 auto;
}
.cid-sJQ1OVAGO4 figcaption {
  position: relative;
}
.cid-sJQ1OVAGO4 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sJQ1OVAGO4 .image-block {
    width: 100% !important;
  }
}
.cid-sN3u3q8JKU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sN3u3q8JKU H3 {
  color: #149dcc;
  text-align: left;
}
.cid-sN3u3q8JKU P {
  text-align: left;
  color: #ffffff;
}
.cid-sN3u3q8JKU H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sJQ22RKoaC {
  background: #ffffff;
}
.cid-sJQ22RKoaC .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sJQ22RKoaC .mbr-figure {
  margin: 0 auto;
}
.cid-sJQ22RKoaC figcaption {
  position: relative;
}
.cid-sJQ22RKoaC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sJQ22RKoaC .image-block {
    width: 100% !important;
  }
}
.cid-sN3uGSlzXe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sN3uGSlzXe H3 {
  color: #149dcc;
  text-align: left;
}
.cid-sN3uGSlzXe P {
  text-align: left;
  color: #ffffff;
}
.cid-sN3uGSlzXe H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sJQ2u0BnAC {
  background: #ffffff;
}
.cid-sJQ2u0BnAC .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sJQ2u0BnAC .mbr-figure {
  margin: 0 auto;
}
.cid-sJQ2u0BnAC figcaption {
  position: relative;
}
.cid-sJQ2u0BnAC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sJQ2u0BnAC .image-block {
    width: 100% !important;
  }
}
.cid-sN3uULh8Zj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sN3uULh8Zj H3 {
  color: #149dcc;
  text-align: left;
}
.cid-sN3uULh8Zj P {
  text-align: left;
  color: #ffffff;
}
.cid-sN3uULh8Zj H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sJQ32vgaOq {
  background: #ffffff;
}
.cid-sJQ32vgaOq .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sJQ32vgaOq .mbr-figure {
  margin: 0 auto;
}
.cid-sJQ32vgaOq figcaption {
  position: relative;
}
.cid-sJQ32vgaOq figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sJQ32vgaOq .image-block {
    width: 100% !important;
  }
}
.cid-sN3vbWELII {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sN3vbWELII H3 {
  color: #149dcc;
  text-align: left;
}
.cid-sN3vbWELII P {
  text-align: left;
  color: #ffffff;
}
.cid-sN3vbWELII H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sJQ38Pe0Le {
  background: #ffffff;
}
.cid-sJQ38Pe0Le .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sJQ38Pe0Le .mbr-figure {
  margin: 0 auto;
}
.cid-sJQ38Pe0Le figcaption {
  position: relative;
}
.cid-sJQ38Pe0Le figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sJQ38Pe0Le .image-block {
    width: 100% !important;
  }
}
.cid-sN3vGoNy1W {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sN3vGoNy1W H3 {
  color: #149dcc;
  text-align: left;
}
.cid-sN3vGoNy1W P {
  text-align: left;
  color: #ffffff;
}
.cid-sN3vGoNy1W H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sJQ3xAwQcC {
  background: #ffffff;
}
.cid-sJQ3xAwQcC .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sJQ3xAwQcC .mbr-figure {
  margin: 0 auto;
}
.cid-sJQ3xAwQcC figcaption {
  position: relative;
}
.cid-sJQ3xAwQcC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sJQ3xAwQcC .image-block {
    width: 100% !important;
  }
}
.cid-sN3y1PSoI1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sN3y1PSoI1 H3 {
  color: #149dcc;
  text-align: left;
}
.cid-sN3y1PSoI1 P {
  text-align: left;
  color: #ffffff;
}
.cid-sN3y1PSoI1 H1 {
  text-align: left;
  color: #ffffff;
}
.cid-sN3y3k0ThI {
  background: #ffffff;
}
.cid-sN3y3k0ThI .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sN3y3k0ThI .mbr-figure {
  margin: 0 auto;
}
.cid-sN3y3k0ThI figcaption {
  position: relative;
}
.cid-sN3y3k0ThI figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sN3y3k0ThI .image-block {
    width: 100% !important;
  }
}
.cid-sN3x99lWJ8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e6edf4;
}
.cid-sN3x99lWJ8 H3 {
  color: #149dcc;
  text-align: left;
}
.cid-sN3x99lWJ8 P {
  text-align: left;
  color: #000000;
}
.cid-sN3x99lWJ8 H1 {
  text-align: left;
  color: #000000;
}
.cid-sJQ3IVU91w {
  background: #ffffff;
}
.cid-sJQ3IVU91w .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sJQ3IVU91w .mbr-figure {
  margin: 0 auto;
}
.cid-sJQ3IVU91w figcaption {
  position: relative;
}
.cid-sJQ3IVU91w figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sJQ3IVU91w .image-block {
    width: 100% !important;
  }
}
.cid-sN3xRaVpVv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e6edf4;
}
.cid-sN3xRaVpVv H3 {
  color: #149dcc;
  text-align: left;
}
.cid-sN3xRaVpVv P {
  text-align: left;
  color: #000000;
}
.cid-sN3xRaVpVv H1 {
  text-align: left;
  color: #000000;
}
.cid-sJQ6KlwN4T .modal-body .close {
  background: #1b1b1b;
}
.cid-sJQ6KlwN4T .modal-body .close span {
  font-style: normal;
}
.cid-sJQ6KlwN4T .carousel-inner > .active,
.cid-sJQ6KlwN4T .carousel-inner > .next,
.cid-sJQ6KlwN4T .carousel-inner > .prev {
  display: flex;
}
.cid-sJQ6KlwN4T .carousel-control .icon-next,
.cid-sJQ6KlwN4T .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sJQ6KlwN4T .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sJQ6KlwN4T .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sJQ6KlwN4T .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sJQ6KlwN4T .boxed-slider > div {
  position: relative;
}
.cid-sJQ6KlwN4T .container img {
  width: 100%;
}
.cid-sJQ6KlwN4T .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-sJQ6KlwN4T .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sJQ6KlwN4T .mbr-table-cell {
  padding: 0;
}
.cid-sJQ6KlwN4T .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sJQ6KlwN4T .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-sJQ6KlwN4T .mbr-overlay {
  z-index: 1;
}
.cid-sJQ6KlwN4T .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sJQ6KlwN4T .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-sJQ6KlwN4T .carousel-item.active.right,
.cid-sJQ6KlwN4T .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sJQ6KlwN4T .carousel-item.active.left,
.cid-sJQ6KlwN4T .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sJQ6KlwN4T .carousel-item.active,
.cid-sJQ6KlwN4T .carousel-item.next.left,
.cid-sJQ6KlwN4T .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-sJQ6KlwN4T .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-sJQ6KlwN4T .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sJQ6KlwN4T .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sJQ6KlwN4T .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-sJQ6KlwN4T .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sJQ6KlwN4T .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sJQ6KlwN4T .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-sJQ6KlwN4T .mbr-slider .carousel-indicators li.active,
.cid-sJQ6KlwN4T .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-sJQ6KlwN4T .mbr-slider .carousel-indicators li::after,
.cid-sJQ6KlwN4T .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sJQ6KlwN4T .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sJQ6KlwN4T .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sJQ6KlwN4T .mbr-slider > .container img {
  width: 100%;
}
.cid-sJQ6KlwN4T .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sJQ6KlwN4T .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sJQ6KlwN4T .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sJQ6KlwN4T .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sJQ6KlwN4T .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sJQ6KlwN4T .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-sJQ6KlwN4T .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sJQ6KlwN4T .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sJQ6KlwN4T .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sJQ6KlwN4T .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sJQ6KlwN4T .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sJQ6KlwN4T .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sJQ6KlwN4T .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sN3ySzywx8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e6edf4;
}
.cid-sN3ySzywx8 H3 {
  color: #149dcc;
  text-align: left;
}
.cid-sN3ySzywx8 P {
  text-align: left;
  color: #000000;
}
.cid-sN3ySzywx8 H1 {
  text-align: left;
  color: #000000;
}
.cid-sJQgeeNMKd {
  background: #ffffff;
}
.cid-sJQgeeNMKd .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sJQgeeNMKd .mbr-figure {
  margin: 0 auto;
}
.cid-sJQgeeNMKd figcaption {
  position: relative;
}
.cid-sJQgeeNMKd figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sJQgeeNMKd .image-block {
    width: 100% !important;
  }
}
.cid-sN3zhdubm3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e6edf4;
}
.cid-sN3zhdubm3 H3 {
  color: #149dcc;
  text-align: left;
}
.cid-sN3zhdubm3 P {
  text-align: left;
  color: #000000;
}
.cid-sN3zhdubm3 H1 {
  text-align: left;
  color: #000000;
}
.cid-sN3zwnYHwv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dce6e8;
}
.cid-sN3zwnYHwv .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sN3zwnYHwv .modal-body .close {
  background: #1b1b1b;
}
.cid-sN3zwnYHwv .modal-body .close span {
  font-style: normal;
}
.cid-sN3zwnYHwv .carousel-inner > .active,
.cid-sN3zwnYHwv .carousel-inner > .next,
.cid-sN3zwnYHwv .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-sN3zwnYHwv .carousel-control .icon-next,
.cid-sN3zwnYHwv .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sN3zwnYHwv .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sN3zwnYHwv .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sN3zwnYHwv .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sN3zwnYHwv .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sN3zwnYHwv .boxed-slider > div {
  position: relative;
}
.cid-sN3zwnYHwv .container img {
  width: 100%;
}
.cid-sN3zwnYHwv .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-sN3zwnYHwv .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sN3zwnYHwv .mbr-table-cell {
  padding: 0;
}
.cid-sN3zwnYHwv .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sN3zwnYHwv .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-sN3zwnYHwv .mbr-overlay {
  z-index: 1;
}
.cid-sN3zwnYHwv .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sN3zwnYHwv .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-sN3zwnYHwv .carousel-item.active.right,
.cid-sN3zwnYHwv .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sN3zwnYHwv .carousel-item.active.left,
.cid-sN3zwnYHwv .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sN3zwnYHwv .carousel-item.active,
.cid-sN3zwnYHwv .carousel-item.next.left,
.cid-sN3zwnYHwv .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-sN3zwnYHwv .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  z-index: 11;
}
.cid-sN3zwnYHwv .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sN3zwnYHwv .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sN3zwnYHwv .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sN3zwnYHwv .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sN3zwnYHwv .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sN3zwnYHwv .mbr-slider .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-sN3zwnYHwv .mbr-slider .carousel-indicators li.active,
.cid-sN3zwnYHwv .mbr-slider .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sN3zwnYHwv .mbr-slider .carousel-indicators li::after,
.cid-sN3zwnYHwv .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sN3zwnYHwv .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sN3zwnYHwv .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sN3zwnYHwv .mbr-slider > .container img {
  width: 100%;
}
.cid-sN3zwnYHwv .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sN3zwnYHwv .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sN3zwnYHwv .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sN3zwnYHwv .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sN3zwnYHwv .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sN3zwnYHwv .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-sN3zwnYHwv .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sN3zwnYHwv .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sN3zwnYHwv .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sN3zwnYHwv .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sN3zwnYHwv .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sN3zwnYHwv .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sN3zwnYHwv .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sN3zwnYHwv .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-sN3zwnYHwv .carousel-inner {
  height: 100%;
}
.cid-sN3zwnYHwv .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-sN3zwnYHwv .image_wrapper {
  height: 700px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-sN3zwnYHwv .image_wrapper img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
.cid-sN3zwnYHwv .carousel-item .container-slide {
  text-align: center;
}
.cid-sN3zwnYHwv .content-slider-wrap {
  width: 100%;
}
.cid-sN3zN6CLTU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e6edf4;
}
.cid-sN3zN6CLTU H3 {
  color: #149dcc;
  text-align: left;
}
.cid-sN3zN6CLTU P {
  text-align: left;
  color: #000000;
}
.cid-sN3zN6CLTU H1 {
  text-align: left;
  color: #000000;
}
.cid-sJQvDDtvDc {
  background: #ffffff;
}
.cid-sJQvDDtvDc .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sJQvDDtvDc .mbr-figure {
  margin: 0 auto;
}
.cid-sJQvDDtvDc figcaption {
  position: relative;
}
.cid-sJQvDDtvDc figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sJQvDDtvDc .image-block {
    width: 100% !important;
  }
}
.cid-sJQvLxwyZ3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sJQvLxwyZ3 H3 {
  color: #000000;
  text-align: left;
}
.cid-sJQvLxwyZ3 P {
  text-align: left;
  color: #000000;
}
.cid-sJQvLxwyZ3 H1 {
  text-align: left;
  color: #55b4d4;
}
.cid-sJQwcX3rPJ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sJQwcX3rPJ .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sJQwcX3rPJ .modal-body .close {
  background: #1b1b1b;
}
.cid-sJQwcX3rPJ .modal-body .close span {
  font-style: normal;
}
.cid-sJQwcX3rPJ .carousel-inner > .active,
.cid-sJQwcX3rPJ .carousel-inner > .next,
.cid-sJQwcX3rPJ .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-sJQwcX3rPJ .carousel-control .icon-next,
.cid-sJQwcX3rPJ .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sJQwcX3rPJ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sJQwcX3rPJ .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sJQwcX3rPJ .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sJQwcX3rPJ .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sJQwcX3rPJ .boxed-slider > div {
  position: relative;
}
.cid-sJQwcX3rPJ .container img {
  width: 100%;
}
.cid-sJQwcX3rPJ .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-sJQwcX3rPJ .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sJQwcX3rPJ .mbr-table-cell {
  padding: 0;
}
.cid-sJQwcX3rPJ .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sJQwcX3rPJ .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-sJQwcX3rPJ .mbr-overlay {
  z-index: 1;
}
.cid-sJQwcX3rPJ .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sJQwcX3rPJ .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-sJQwcX3rPJ .carousel-item.active.right,
.cid-sJQwcX3rPJ .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sJQwcX3rPJ .carousel-item.active.left,
.cid-sJQwcX3rPJ .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sJQwcX3rPJ .carousel-item.active,
.cid-sJQwcX3rPJ .carousel-item.next.left,
.cid-sJQwcX3rPJ .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-sJQwcX3rPJ .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  z-index: 11;
}
.cid-sJQwcX3rPJ .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sJQwcX3rPJ .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sJQwcX3rPJ .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sJQwcX3rPJ .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sJQwcX3rPJ .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sJQwcX3rPJ .mbr-slider .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-sJQwcX3rPJ .mbr-slider .carousel-indicators li.active,
.cid-sJQwcX3rPJ .mbr-slider .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sJQwcX3rPJ .mbr-slider .carousel-indicators li::after,
.cid-sJQwcX3rPJ .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sJQwcX3rPJ .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sJQwcX3rPJ .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sJQwcX3rPJ .mbr-slider > .container img {
  width: 100%;
}
.cid-sJQwcX3rPJ .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sJQwcX3rPJ .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sJQwcX3rPJ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sJQwcX3rPJ .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sJQwcX3rPJ .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sJQwcX3rPJ .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-sJQwcX3rPJ .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sJQwcX3rPJ .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sJQwcX3rPJ .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sJQwcX3rPJ .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sJQwcX3rPJ .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sJQwcX3rPJ .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sJQwcX3rPJ .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sJQwcX3rPJ .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-sJQwcX3rPJ .carousel-inner {
  height: 100%;
}
.cid-sJQwcX3rPJ .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-sJQwcX3rPJ .image_wrapper {
  height: 700px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-sJQwcX3rPJ .image_wrapper img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
.cid-sJQwcX3rPJ .carousel-item .container-slide {
  text-align: center;
}
.cid-sJQwcX3rPJ .content-slider-wrap {
  width: 100%;
}
.cid-sJQwECgdnW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sJQwECgdnW H3 {
  color: #000000;
  text-align: left;
}
.cid-sJQwECgdnW P {
  text-align: left;
  color: #000000;
}
.cid-sJQwECgdnW H1 {
  text-align: left;
  color: #55b4d4;
}
.cid-sJQwNe7t7M {
  background: #ffffff;
}
.cid-sJQwNe7t7M .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sJQwNe7t7M .mbr-figure {
  margin: 0 auto;
}
.cid-sJQwNe7t7M figcaption {
  position: relative;
}
.cid-sJQwNe7t7M figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sJQwNe7t7M .image-block {
    width: 100% !important;
  }
}
.cid-sJQwRfleeF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sJQwRfleeF H3 {
  color: #000000;
  text-align: left;
}
.cid-sJQwRfleeF P {
  text-align: left;
  color: #000000;
}
.cid-sJQwRfleeF H1 {
  text-align: left;
  color: #55b4d4;
}
.cid-sJQxaFFmpH {
  background: #ffffff;
}
.cid-sJQxaFFmpH .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sJQxaFFmpH .mbr-figure {
  margin: 0 auto;
}
.cid-sJQxaFFmpH figcaption {
  position: relative;
}
.cid-sJQxaFFmpH figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sJQxaFFmpH .image-block {
    width: 100% !important;
  }
}
.cid-sN3AxAQq4g {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e6edf4;
}
.cid-sN3AxAQq4g H3 {
  color: #149dcc;
  text-align: left;
}
.cid-sN3AxAQq4g P {
  text-align: left;
  color: #000000;
}
.cid-sN3AxAQq4g H1 {
  text-align: left;
  color: #000000;
}
.cid-sJQxkLglLL {
  background: #ffffff;
}
.cid-sJQxkLglLL .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sJQxkLglLL .mbr-figure {
  margin: 0 auto;
}
.cid-sJQxkLglLL figcaption {
  position: relative;
}
.cid-sJQxkLglLL figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sJQxkLglLL .image-block {
    width: 100% !important;
  }
}
.cid-sN3AKoqiiW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e6edf4;
}
.cid-sN3AKoqiiW H3 {
  color: #149dcc;
  text-align: left;
}
.cid-sN3AKoqiiW P {
  text-align: left;
  color: #000000;
}
.cid-sN3AKoqiiW H1 {
  text-align: left;
  color: #000000;
}
.cid-sJQxwPiiT9 {
  background: #ffffff;
}
.cid-sJQxwPiiT9 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sJQxwPiiT9 .mbr-figure {
  margin: 0 auto;
}
.cid-sJQxwPiiT9 figcaption {
  position: relative;
}
.cid-sJQxwPiiT9 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sJQxwPiiT9 .image-block {
    width: 100% !important;
  }
}
.cid-sN3AXEEGE0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e6edf4;
}
.cid-sN3AXEEGE0 H3 {
  color: #149dcc;
  text-align: left;
}
.cid-sN3AXEEGE0 P {
  text-align: left;
  color: #000000;
}
.cid-sN3AXEEGE0 H1 {
  text-align: left;
  color: #000000;
}
.cid-sJQxHfKi7S {
  background: #ffffff;
}
.cid-sJQxHfKi7S .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sJQxHfKi7S .mbr-figure {
  margin: 0 auto;
}
.cid-sJQxHfKi7S figcaption {
  position: relative;
}
.cid-sJQxHfKi7S figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sJQxHfKi7S .image-block {
    width: 100% !important;
  }
}
.cid-sJQxKrFJ0R {
  background: #ffffff;
}
.cid-sJQxKrFJ0R .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sJQxKrFJ0R .mbr-figure {
  margin: 0 auto;
}
.cid-sJQxKrFJ0R figcaption {
  position: relative;
}
.cid-sJQxKrFJ0R figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sJQxKrFJ0R .image-block {
    width: 100% !important;
  }
}
.cid-tlQbm5Rx2t {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-tlQbm6hvpF {
  background: #ffffff;
}
.cid-tlQbm6hvpF .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tlQbm6hvpF .mbr-figure {
  margin: 0 auto;
}
.cid-tlQbm6hvpF figcaption {
  position: relative;
}
.cid-tlQbm6hvpF figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tlQbm6hvpF .image-block {
    width: 100% !important;
  }
}
.cid-tlQbm6vpel {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tlQbm6vpel H3 {
  color: #db0730;
  text-align: left;
}
.cid-tlQbm6vpel P {
  text-align: center;
  color: #ffffff;
}
.cid-tlQbm6vpel H1 {
  text-align: left;
}
.cid-tlQmVeSKaG {
  background: #ffffff;
}
.cid-tlQmVeSKaG .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tlQmVeSKaG .mbr-figure {
  margin: 0 auto;
}
.cid-tlQmVeSKaG figcaption {
  position: relative;
}
.cid-tlQmVeSKaG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tlQmVeSKaG .image-block {
    width: 100% !important;
  }
}
.cid-tlQo1B7Ixl {
  background: #ffffff;
}
.cid-tlQo1B7Ixl .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-tlQo1B7Ixl .video-block {
    width: 100% !important;
  }
}
.cid-tlQowSSVid {
  background-image: url("../../../assets/images/artboard-1-2000x2170.jpg");
}
.cid-tlQowSSVid h1 {
  color: #616161;
}
.cid-tlQowSSVid h2,
.cid-tlQowSSVid h3,
.cid-tlQowSSVid p {
  color: #767676;
}
.cid-tlQowSSVid .mbr-section-subtitle {
  font-style: italic;
}
.cid-tlQowSSVid H1 {
  color: #efefef;
}
.cid-tlQowSSVid DIV {
  text-align: left;
}
.cid-tlQowSSVid H3 {
  color: #ffffff;
}
.cid-tlQowSSVid .mbr-text,
.cid-tlQowSSVid .mbr-section-btn {
  color: #ffffff;
}
.cid-tlQqwxpm2M {
  background: #ffffff;
}
.cid-tlQqwxpm2M .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tlQqwxpm2M .mbr-figure {
  margin: 0 auto;
}
.cid-tlQqwxpm2M figcaption {
  position: relative;
}
.cid-tlQqwxpm2M figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tlQqwxpm2M .image-block {
    width: 100% !important;
  }
}
.cid-tlQbm6XqMA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tlQbm6XqMA H3 {
  color: #ffffff;
  text-align: left;
}
.cid-tlQbm6XqMA P {
  text-align: left;
  color: #ffffff;
}
.cid-tlQbm6XqMA H1 {
  text-align: left;
  color: #5d38f4;
}
.cid-tlQwxZY0mH {
  background: #ffffff;
}
.cid-tlQwxZY0mH .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tlQwxZY0mH .mbr-figure {
  margin: 0 auto;
}
.cid-tlQwxZY0mH figcaption {
  position: relative;
}
.cid-tlQwxZY0mH figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tlQwxZY0mH .image-block {
    width: 100% !important;
  }
}
.cid-tlQbmbFb7Z {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tlQbmbFb7Z H3 {
  color: #ffffff;
  text-align: left;
}
.cid-tlQbmbFb7Z P {
  text-align: left;
  color: #ffffff;
}
.cid-tlQbmbFb7Z H1 {
  text-align: left;
  color: #5d38f4;
}
.cid-tlQzayqaoK {
  background: #ffffff;
}
.cid-tlQzayqaoK .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tlQzayqaoK .mbr-figure {
  margin: 0 auto;
}
.cid-tlQzayqaoK figcaption {
  position: relative;
}
.cid-tlQzayqaoK figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tlQzayqaoK .image-block {
    width: 100% !important;
  }
}
.cid-tlQAFSf8E4 {
  background: #000000;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #000000, #000000);
}
.cid-tlQAFSf8E4 .image-block {
  margin: auto;
}
.cid-tlQAFSf8E4 figcaption {
  position: relative;
}
.cid-tlQAFSf8E4 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tlQAFSf8E4 .image-block {
    width: 100% !important;
  }
}
.cid-tlQCbUO0CV {
  background-image: url("../../../assets/images/cpu-new-2000x817.jpeg");
}
.cid-tlQCbUO0CV h1 {
  color: #616161;
}
.cid-tlQCbUO0CV h2,
.cid-tlQCbUO0CV h3,
.cid-tlQCbUO0CV p {
  color: #767676;
}
.cid-tlQCbUO0CV .mbr-section-subtitle {
  font-style: italic;
}
.cid-tlQCbUO0CV H1 {
  color: #efefef;
}
.cid-tlQCbUO0CV DIV {
  text-align: left;
}
.cid-tlQCbUO0CV H3 {
  color: #ffffff;
}
.cid-tlQCbUO0CV .mbr-text,
.cid-tlQCbUO0CV .mbr-section-btn {
  color: #ffffff;
}
.cid-tlQDKo89gu {
  background: #000000;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #000000, #000000);
}
.cid-tlQDKo89gu .image-block {
  margin: auto;
}
.cid-tlQDKo89gu figcaption {
  position: relative;
}
.cid-tlQDKo89gu figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tlQDKo89gu .image-block {
    width: 100% !important;
  }
}
.cid-tlQENIDbUB {
  background-image: url("../../../assets/images/ff-2000x1751.jpg");
}
.cid-tlQENIDbUB h1 {
  color: #616161;
}
.cid-tlQENIDbUB h2,
.cid-tlQENIDbUB h3,
.cid-tlQENIDbUB p {
  color: #767676;
}
.cid-tlQENIDbUB .mbr-section-subtitle {
  font-style: italic;
}
.cid-tlQENIDbUB H1 {
  color: #efefef;
  text-align: right;
}
.cid-tlQENIDbUB DIV {
  text-align: right;
}
.cid-tlQENIDbUB H3 {
  color: #ffffff;
}
.cid-tlQENIDbUB .mbr-text,
.cid-tlQENIDbUB .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-tlR7VSaast {
  background: #000000;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #000000, #000000);
}
.cid-tlR7VSaast .image-block {
  margin: auto;
}
.cid-tlR7VSaast figcaption {
  position: relative;
}
.cid-tlR7VSaast figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tlR7VSaast .image-block {
    width: 100% !important;
  }
}
.cid-tlQbm7rzDh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tlQbm7rzDh H3 {
  color: #ffffff;
  text-align: left;
}
.cid-tlQbm7rzDh P {
  text-align: left;
  color: #ffffff;
}
.cid-tlQbm7rzDh H1 {
  text-align: left;
  color: #5d38f4;
}
.cid-tlQbm7ddSp {
  background: #ffffff;
}
.cid-tlQbm7ddSp .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tlQbm7ddSp .mbr-figure {
  margin: 0 auto;
}
.cid-tlQbm7ddSp figcaption {
  position: relative;
}
.cid-tlQbm7ddSp figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tlQbm7ddSp .image-block {
    width: 100% !important;
  }
}
.cid-tlRdn6VIgP {
  background: #000000;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-tlRdn6VIgP .image-block {
  margin: auto;
}
.cid-tlRdn6VIgP figcaption {
  position: relative;
}
.cid-tlRdn6VIgP figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tlRdn6VIgP .image-block {
    width: 100% !important;
  }
}
.cid-tlRg8AOWvn {
  background: #ffffff;
}
.cid-tlRg8AOWvn .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tlRg8AOWvn .mbr-figure {
  margin: 0 auto;
}
.cid-tlRg8AOWvn figcaption {
  position: relative;
}
.cid-tlRg8AOWvn figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tlRg8AOWvn .image-block {
    width: 100% !important;
  }
}
.cid-tlRn9p0UeJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-tlRn9pvICu {
  background: #ffffff;
}
.cid-tlRn9pvICu .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tlRn9pvICu .mbr-figure {
  margin: 0 auto;
}
.cid-tlRn9pvICu figcaption {
  position: relative;
}
.cid-tlRn9pvICu figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tlRn9pvICu .image-block {
    width: 100% !important;
  }
}
.cid-tlRn9pvICu DIV {
  text-align: center;
  color: #d4b186;
}
.cid-tlRn9pVywM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f4f3;
}
.cid-tlRn9pVywM H3 {
  color: #db0730;
  text-align: left;
}
.cid-tlRn9pVywM P {
  text-align: center;
  color: #232323;
}
.cid-tlRn9pVywM H1 {
  text-align: left;
}
.cid-tlRBM8TweL {
  background: #ffffff;
}
.cid-tlRBM8TweL .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tlRBM8TweL .mbr-figure {
  margin: 0 auto;
}
.cid-tlRBM8TweL figcaption {
  position: relative;
}
.cid-tlRBM8TweL figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tlRBM8TweL .image-block {
    width: 100% !important;
  }
}
.cid-tlRC5UDEAD {
  background: #ffffff;
}
.cid-tlRC5UDEAD .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-tlRC5UDEAD .video-block {
    width: 100% !important;
  }
}
.cid-tlRCmGdFMe {
  background: #f9f4f3;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-tlRCmGdFMe .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tlRCmGdFMe .video-block {
    width: 100% !important;
  }
}
.cid-tlRDfDuueT {
  background: #ffffff;
}
.cid-tlRDfDuueT .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tlRDfDuueT .mbr-figure {
  margin: 0 auto;
}
.cid-tlRDfDuueT figcaption {
  position: relative;
}
.cid-tlRDfDuueT figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tlRDfDuueT .image-block {
    width: 100% !important;
  }
}
.cid-tlRFt6v3ZA {
  background: #ffffff;
}
.cid-tlRFt6v3ZA .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tlRFt6v3ZA .mbr-figure {
  margin: 0 auto;
}
.cid-tlRFt6v3ZA figcaption {
  position: relative;
}
.cid-tlRFt6v3ZA figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tlRFt6v3ZA .image-block {
    width: 100% !important;
  }
}
.cid-tlRGhjm54G {
  background: #ffffff;
}
.cid-tlRGhjm54G .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tlRGhjm54G .mbr-figure {
  margin: 0 auto;
}
.cid-tlRGhjm54G figcaption {
  position: relative;
}
.cid-tlRGhjm54G figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tlRGhjm54G .image-block {
    width: 100% !important;
  }
}
.cid-tlRHXCae06 {
  background: #ffffff;
}
.cid-tlRHXCae06 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tlRHXCae06 .mbr-figure {
  margin: 0 auto;
}
.cid-tlRHXCae06 figcaption {
  position: relative;
}
.cid-tlRHXCae06 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tlRHXCae06 .image-block {
    width: 100% !important;
  }
}
.cid-tlRn9qJjRY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #9cb4cf;
}
.cid-tlRn9qJjRY H3 {
  color: #100f14;
  text-align: center;
}
.cid-tlRn9qJjRY P {
  text-align: center;
  color: #232323;
}
.cid-tlRn9qJjRY H1 {
  text-align: center;
  color: #100f14;
}
.cid-tlRn9rgLxv {
  background: #ffffff;
}
.cid-tlRn9rgLxv .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tlRn9rgLxv .mbr-figure {
  margin: 0 auto;
}
.cid-tlRn9rgLxv figcaption {
  position: relative;
}
.cid-tlRn9rgLxv figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tlRn9rgLxv .image-block {
    width: 100% !important;
  }
}
.cid-tlRn9rFUaG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #383434;
}
.cid-tlRn9rFUaG H3 {
  color: #f9f4f3;
  text-align: center;
}
.cid-tlRn9rFUaG P {
  text-align: center;
  color: #ffffff;
}
.cid-tlRn9rFUaG H1 {
  text-align: center;
  color: #f9f4f3;
}
.cid-tlRPbkCEvq {
  background: #ffffff;
}
.cid-tlRPbkCEvq .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tlRPbkCEvq .mbr-figure {
  margin: 0 auto;
}
.cid-tlRPbkCEvq figcaption {
  position: relative;
}
.cid-tlRPbkCEvq figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tlRPbkCEvq .image-block {
    width: 100% !important;
  }
}
.cid-tlRn9si3gZ {
  background: #ffffff;
}
.cid-tlRn9si3gZ .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tlRn9si3gZ .mbr-figure {
  margin: 0 auto;
}
.cid-tlRn9si3gZ figcaption {
  position: relative;
}
.cid-tlRn9si3gZ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tlRn9si3gZ .image-block {
    width: 100% !important;
  }
}
.cid-tlRn9sJLyq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tlRn9sJLyq H3 {
  color: #100f14;
  text-align: center;
}
.cid-tlRn9sJLyq P {
  text-align: center;
  color: #100f14;
}
.cid-tlRn9sJLyq H1 {
  text-align: center;
  color: #100f14;
}
.cid-tlRn9tdFGm {
  background: #ffffff;
}
.cid-tlRn9tdFGm .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tlRn9tdFGm .mbr-figure {
  margin: 0 auto;
}
.cid-tlRn9tdFGm figcaption {
  position: relative;
}
.cid-tlRn9tdFGm figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tlRn9tdFGm .image-block {
    width: 100% !important;
  }
}
.cid-tlRTsrZIqL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tlRTsrZIqL p {
  color: #767676;
}
.cid-tlRTsrZIqL .item:focus,
.cid-tlRTsrZIqL span:focus {
  outline: none;
}
.cid-tlRTsrZIqL .item {
  padding-bottom: 3rem;
  cursor: pointer;
}
.cid-tlRTsrZIqL .item-wrapper {
  position: relative;
}
.cid-tlRTsrZIqL .item-btn,
.cid-tlRTsrZIqL h4,
.cid-tlRTsrZIqL h5 {
  margin: 0;
}
.cid-tlRTsrZIqL .item-content {
  padding-top: 2rem;
}
.cid-tlRTsrZIqL .item-title {
  color: #8c695a;
  text-align: center;
}
.cid-tlRTsrZIqL item-text {
  text-align: center;
}
.cid-tlRXJnGXbv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-tlRXJocvh2 {
  background: #ffffff;
}
.cid-tlRXJocvh2 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tlRXJocvh2 .mbr-figure {
  margin: 0 auto;
}
.cid-tlRXJocvh2 figcaption {
  position: relative;
}
.cid-tlRXJocvh2 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tlRXJocvh2 .image-block {
    width: 100% !important;
  }
}
.cid-tlRXJowpIQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #d3dbd7;
}
.cid-tlRXJowpIQ H3 {
  color: #db0730;
  text-align: left;
}
.cid-tlRXJowpIQ P {
  text-align: center;
  color: #232323;
}
.cid-tlRXJowpIQ H1 {
  text-align: left;
}
.cid-tlSlxf8rH1 {
  background: #ffffff;
}
.cid-tlSlxf8rH1 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tlSlxf8rH1 .mbr-figure {
  margin: 0 auto;
}
.cid-tlSlxf8rH1 figcaption {
  position: relative;
}
.cid-tlSlxf8rH1 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tlSlxf8rH1 .image-block {
    width: 100% !important;
  }
}
.cid-tlS3Wd9ILF {
  background: #ffffff;
}
.cid-tlS3Wd9ILF .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-tlS3Wd9ILF .video-block {
    width: 100% !important;
  }
}
.cid-tlS3SX669B {
  background: #ffffff;
}
.cid-tlS3SX669B .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tlS3SX669B .mbr-figure {
  margin: 0 auto;
}
.cid-tlS3SX669B figcaption {
  position: relative;
}
.cid-tlS3SX669B figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tlS3SX669B .image-block {
    width: 100% !important;
  }
}
.cid-tlRXJpA4zB {
  padding-top: 105px;
  padding-bottom: 60px;
  background: #ffffff;
}
.cid-tlRXJpA4zB .image-block {
  margin: auto;
}
.cid-tlRXJpA4zB .mbr-figure {
  margin: 0 auto;
}
.cid-tlRXJpA4zB figcaption {
  position: relative;
}
.cid-tlRXJpA4zB figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tlRXJpA4zB .image-block {
    width: 100% !important;
  }
}
.cid-tlRXJqgAfy {
  background: #ffffff;
}
.cid-tlRXJqgAfy .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tlRXJqgAfy .mbr-figure {
  margin: 0 auto;
}
.cid-tlRXJqgAfy figcaption {
  position: relative;
}
.cid-tlRXJqgAfy figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tlRXJqgAfy .image-block {
    width: 100% !important;
  }
}
.cid-tlRXJqwf1L {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tlRXJqwf1L H3 {
  color: #73594a;
  text-align: center;
}
.cid-tlRXJqwf1L P {
  text-align: center;
  color: #232323;
}
.cid-tlRXJqwf1L H1 {
  text-align: center;
  color: #232323;
}
.cid-tlRXJqM9nV {
  background: #ffffff;
}
.cid-tlRXJqM9nV .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tlRXJqM9nV .mbr-figure {
  margin: 0 auto;
}
.cid-tlRXJqM9nV figcaption {
  position: relative;
}
.cid-tlRXJqM9nV figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tlRXJqM9nV .image-block {
    width: 100% !important;
  }
}
.cid-tlS9vehfZ8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tlS9vehfZ8 H3 {
  color: #232323;
  text-align: center;
}
.cid-tlS9vehfZ8 P {
  text-align: center;
  color: #232323;
}
.cid-tlS9vehfZ8 H1 {
  text-align: center;
  color: #232323;
}
.cid-tlSaTT6ir1 {
  background: #ffffff;
}
.cid-tlSaTT6ir1 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tlSaTT6ir1 .mbr-figure {
  margin: 0 auto;
}
.cid-tlSaTT6ir1 figcaption {
  position: relative;
}
.cid-tlSaTT6ir1 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tlSaTT6ir1 .image-block {
    width: 100% !important;
  }
}
.cid-tlRXJrljdS {
  background-image: url("../../../assets/images/02-inner-wifi6-2-2000x1048.jpeg");
}
.cid-tlRXJrljdS h1 {
  color: #616161;
}
.cid-tlRXJrljdS h2,
.cid-tlRXJrljdS h3,
.cid-tlRXJrljdS p {
  color: #767676;
}
.cid-tlRXJrljdS .mbr-section-subtitle {
  font-style: italic;
}
.cid-tlRXJrljdS .mbr-text,
.cid-tlRXJrljdS .mbr-section-btn {
  color: #232323;
  text-align: right;
}
.cid-tlRXJrljdS H1 {
  color: #232323;
  text-align: right;
}
.cid-tlRXJrljdS H3 {
  color: #8c695a;
  text-align: right;
}
.cid-tlScuDYEu8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tlScuDYEu8 H3 {
  color: #232323;
  text-align: center;
}
.cid-tlScuDYEu8 P {
  text-align: center;
  color: #232323;
}
.cid-tlScuDYEu8 H1 {
  text-align: center;
  color: #232323;
}
.cid-tlRXJsRQnl {
  background: #ffffff;
}
.cid-tlRXJsRQnl .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tlRXJsRQnl .mbr-figure {
  margin: 0 auto;
}
.cid-tlRXJsRQnl figcaption {
  position: relative;
}
.cid-tlRXJsRQnl figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tlRXJsRQnl .image-block {
    width: 100% !important;
  }
}
.cid-tlSff9Z7aV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3c4342;
}
.cid-tlSff9Z7aV H3 {
  color: #232323;
  text-align: center;
}
.cid-tlSff9Z7aV P {
  text-align: center;
  color: #232323;
}
.cid-tlSff9Z7aV H1 {
  text-align: center;
  color: #232323;
}
.cid-tlSfXTZ3I5 {
  background: #ffffff;
}
.cid-tlSfXTZ3I5 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tlSfXTZ3I5 .mbr-figure {
  margin: 0 auto;
}
.cid-tlSfXTZ3I5 figcaption {
  position: relative;
}
.cid-tlSfXTZ3I5 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tlSfXTZ3I5 .image-block {
    width: 100% !important;
  }
}
.cid-tlSh4Yy9JL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e6eeee;
}
.cid-tlSh4Yy9JL H3 {
  color: #232323;
  text-align: center;
}
.cid-tlSh4Yy9JL P {
  text-align: center;
  color: #232323;
}
.cid-tlSh4Yy9JL H1 {
  text-align: center;
  color: #232323;
}
.cid-tlRXJtvU6L {
  background: #ffffff;
}
.cid-tlRXJtvU6L .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tlRXJtvU6L .mbr-figure {
  margin: 0 auto;
}
.cid-tlRXJtvU6L figcaption {
  position: relative;
}
.cid-tlRXJtvU6L figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tlRXJtvU6L .image-block {
    width: 100% !important;
  }
}
.cid-tlSgViEqs4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tlSgViEqs4 p {
  color: #767676;
}
.cid-tlSgViEqs4 .item:focus,
.cid-tlSgViEqs4 span:focus {
  outline: none;
}
.cid-tlSgViEqs4 .item {
  padding-bottom: 3rem;
  cursor: pointer;
}
.cid-tlSgViEqs4 .item-wrapper {
  position: relative;
}
.cid-tlSgViEqs4 .item-btn,
.cid-tlSgViEqs4 h4,
.cid-tlSgViEqs4 h5 {
  margin: 0;
}
.cid-tlSgViEqs4 .item-content {
  padding-top: 2rem;
}
.cid-tlSgViEqs4 .item-title {
  color: #8c695a;
  text-align: center;
}
.cid-tlSgViEqs4 item-text {
  text-align: center;
}
.cid-tlRXJtPl7f {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #eeeeee;
}
.cid-tlRXJtPl7f H3 {
  color: #232323;
  text-align: left;
}
.cid-tlRXJtPl7f P {
  text-align: left;
  color: #232323;
}
.cid-tlRXJtPl7f H1 {
  text-align: left;
  color: #232323;
}
.cid-tlV15Zfum7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-tlV15ZzMJn {
  background: #ffffff;
}
.cid-tlV15ZzMJn .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tlV15ZzMJn .mbr-figure {
  margin: 0 auto;
}
.cid-tlV15ZzMJn figcaption {
  position: relative;
}
.cid-tlV15ZzMJn figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tlV15ZzMJn .image-block {
    width: 100% !important;
  }
}
.cid-tlV160zOcT {
  background: #ffffff;
}
.cid-tlV160zOcT .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tlV160zOcT .mbr-figure {
  margin: 0 auto;
}
.cid-tlV160zOcT figcaption {
  position: relative;
}
.cid-tlV160zOcT figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tlV160zOcT .image-block {
    width: 100% !important;
  }
}
.cid-tlV1618cTW {
  background: #ffffff;
}
.cid-tlV1618cTW .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tlV1618cTW .mbr-figure {
  margin: 0 auto;
}
.cid-tlV1618cTW figcaption {
  position: relative;
}
.cid-tlV1618cTW figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tlV1618cTW .image-block {
    width: 100% !important;
  }
}
.cid-tlV15ZORSP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tlV15ZORSP H3 {
  color: #ffffff;
  text-align: center;
}
.cid-tlV15ZORSP P {
  text-align: center;
  color: #ffffff;
}
.cid-tlV15ZORSP H1 {
  text-align: left;
  color: #4f919f;
}
.cid-tlV161OW8J {
  background: #ffffff;
}
.cid-tlV161OW8J .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tlV161OW8J .mbr-figure {
  margin: 0 auto;
}
.cid-tlV161OW8J figcaption {
  position: relative;
}
.cid-tlV161OW8J figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tlV161OW8J .image-block {
    width: 100% !important;
  }
}
.cid-tlV6HlfHUm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tlV6HlfHUm p {
  color: #767676;
}
.cid-tlV6HlfHUm .item:focus,
.cid-tlV6HlfHUm span:focus {
  outline: none;
}
.cid-tlV6HlfHUm .item {
  padding-bottom: 3rem;
  cursor: pointer;
}
.cid-tlV6HlfHUm .item-wrapper {
  position: relative;
}
.cid-tlV6HlfHUm .item-btn,
.cid-tlV6HlfHUm h4,
.cid-tlV6HlfHUm h5 {
  margin: 0;
}
.cid-tlV6HlfHUm .item-content {
  padding-top: 2rem;
}
.cid-tlV6HlfHUm .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-tlV6HlfHUm item-text {
  color: #ffffff;
  text-align: center;
}
.cid-tlV98e7TtG {
  background: #ffffff;
}
.cid-tlV98e7TtG .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tlV98e7TtG .mbr-figure {
  margin: 0 auto;
}
.cid-tlV98e7TtG figcaption {
  position: relative;
}
.cid-tlV98e7TtG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tlV98e7TtG .image-block {
    width: 100% !important;
  }
}
.cid-tlV160gn7a {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tlV160gn7a H3 {
  color: #ffffff;
  text-align: center;
}
.cid-tlV160gn7a P {
  text-align: left;
  color: #ffffff;
}
.cid-tlV160gn7a H1 {
  text-align: left;
  color: #4f919f;
}
.cid-tlV162U4wl {
  background: #ffffff;
}
.cid-tlV162U4wl .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tlV162U4wl .mbr-figure {
  margin: 0 auto;
}
.cid-tlV162U4wl figcaption {
  position: relative;
}
.cid-tlV162U4wl figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tlV162U4wl .image-block {
    width: 100% !important;
  }
}
.cid-tlV160NwIK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tlV160NwIK H3 {
  color: #ffffff;
  text-align: center;
}
.cid-tlV160NwIK P {
  text-align: center;
  color: #ffffff;
}
.cid-tlV160NwIK H1 {
  text-align: left;
  color: #4f919f;
}
.cid-tlV162oKXk {
  background: #ffffff;
}
.cid-tlV162oKXk .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tlV162oKXk .mbr-figure {
  margin: 0 auto;
}
.cid-tlV162oKXk figcaption {
  position: relative;
}
.cid-tlV162oKXk figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tlV162oKXk .image-block {
    width: 100% !important;
  }
}
.cid-tlV162CwAb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tlV162CwAb H3 {
  color: #ffffff;
  text-align: center;
}
.cid-tlV162CwAb P {
  text-align: center;
  color: #ffffff;
}
.cid-tlV162CwAb H1 {
  text-align: left;
  color: #4f919f;
}
.cid-tlV163rvj6 {
  background: #ffffff;
}
.cid-tlV163rvj6 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tlV163rvj6 .mbr-figure {
  margin: 0 auto;
}
.cid-tlV163rvj6 figcaption {
  position: relative;
}
.cid-tlV163rvj6 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tlV163rvj6 .image-block {
    width: 100% !important;
  }
}
.cid-tlV163GeeY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tlV163GeeY H3 {
  color: #ffffff;
  text-align: center;
}
.cid-tlV163GeeY P {
  text-align: center;
  color: #ffffff;
}
.cid-tlV163GeeY H1 {
  text-align: left;
  color: #4f919f;
}
.cid-tlV1647Hyd {
  background: #ffffff;
}
.cid-tlV1647Hyd .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tlV1647Hyd .mbr-figure {
  margin: 0 auto;
}
.cid-tlV1647Hyd figcaption {
  position: relative;
}
.cid-tlV1647Hyd figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tlV1647Hyd .image-block {
    width: 100% !important;
  }
}
.cid-tlV164oHuP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tlV164oHuP H3 {
  color: #ffffff;
  text-align: left;
}
.cid-tlV164oHuP P {
  text-align: left;
  color: #ffffff;
}
.cid-tlV164oHuP H1 {
  text-align: left;
  color: #4f919f;
}
.cid-tlVjf5kYi8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-tlVjf5CjUW {
  background: #ffffff;
}
.cid-tlVjf5CjUW .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tlVjf5CjUW .mbr-figure {
  margin: 0 auto;
}
.cid-tlVjf5CjUW figcaption {
  position: relative;
}
.cid-tlVjf5CjUW figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tlVjf5CjUW .image-block {
    width: 100% !important;
  }
}
.cid-tlVjf6s4au {
  background: #ffffff;
}
.cid-tlVjf6s4au .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tlVjf6s4au .mbr-figure {
  margin: 0 auto;
}
.cid-tlVjf6s4au figcaption {
  position: relative;
}
.cid-tlVjf6s4au figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tlVjf6s4au .image-block {
    width: 100% !important;
  }
}
.cid-tlVjf5PhCC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tlVjf5PhCC H3 {
  color: #ffffff;
  text-align: left;
}
.cid-tlVjf5PhCC P {
  text-align: left;
  color: #ffffff;
}
.cid-tlVjf5PhCC H1 {
  text-align: left;
  color: #f2ac00;
}
.cid-tlVjf6bJ3G {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tlVjf6bJ3G H3 {
  color: #ffffff;
  text-align: left;
}
.cid-tlVjf6bJ3G P {
  text-align: left;
  color: #ffffff;
}
.cid-tlVjf6bJ3G H1 {
  text-align: left;
  color: #f2ac00;
}
.cid-tlVjf6IMkZ {
  background: #ffffff;
}
.cid-tlVjf6IMkZ .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tlVjf6IMkZ .mbr-figure {
  margin: 0 auto;
}
.cid-tlVjf6IMkZ figcaption {
  position: relative;
}
.cid-tlVjf6IMkZ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tlVjf6IMkZ .image-block {
    width: 100% !important;
  }
}
.cid-tlVjf7g18r {
  background: #ffffff;
}
.cid-tlVjf7g18r .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tlVjf7g18r .mbr-figure {
  margin: 0 auto;
}
.cid-tlVjf7g18r figcaption {
  position: relative;
}
.cid-tlVjf7g18r figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tlVjf7g18r .image-block {
    width: 100% !important;
  }
}
.cid-tlVjf6VwUv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tlVjf6VwUv H3 {
  color: #ffffff;
  text-align: left;
}
.cid-tlVjf6VwUv P {
  text-align: left;
  color: #ffffff;
}
.cid-tlVjf6VwUv H1 {
  text-align: left;
  color: #f2ac00;
}
.cid-tlVn6TVuwv {
  background: #000000;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-tlVn6TVuwv .image-block {
  margin: auto;
}
.cid-tlVn6TVuwv figcaption {
  position: relative;
}
.cid-tlVn6TVuwv figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tlVn6TVuwv .image-block {
    width: 100% !important;
  }
}
.cid-tlVjf7uLV3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tlVjf7uLV3 H3 {
  color: #f2ac00;
  text-align: left;
}
.cid-tlVjf7uLV3 P {
  text-align: left;
  color: #ffffff;
}
.cid-tlVjf7uLV3 H1 {
  text-align: left;
  color: #f2ac00;
}
.cid-tlVnExiKOK {
  background: #000000;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-tlVnExiKOK .image-block {
  margin: auto;
}
.cid-tlVnExiKOK figcaption {
  position: relative;
}
.cid-tlVnExiKOK figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tlVnExiKOK .image-block {
    width: 100% !important;
  }
}
.cid-tlVo2ZFrDt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tlVo2ZFrDt H3 {
  color: #f2ac00;
  text-align: left;
}
.cid-tlVo2ZFrDt P {
  text-align: left;
  color: #ffffff;
}
.cid-tlVo2ZFrDt H1 {
  text-align: left;
  color: #f2ac00;
}
.cid-tlVnFfdnXI {
  background: #000000;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-tlVnFfdnXI .image-block {
  margin: auto;
}
.cid-tlVnFfdnXI figcaption {
  position: relative;
}
.cid-tlVnFfdnXI figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tlVnFfdnXI .image-block {
    width: 100% !important;
  }
}
.cid-tlVo5MPUus {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tlVo5MPUus H3 {
  color: #f2ac00;
  text-align: left;
}
.cid-tlVo5MPUus P {
  text-align: left;
  color: #ffffff;
}
.cid-tlVo5MPUus H1 {
  text-align: left;
  color: #f2ac00;
}
.cid-tlVjf7QriP {
  background: #ffffff;
}
.cid-tlVjf7QriP .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tlVjf7QriP .mbr-figure {
  margin: 0 auto;
}
.cid-tlVjf7QriP figcaption {
  position: relative;
}
.cid-tlVjf7QriP figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tlVjf7QriP .image-block {
    width: 100% !important;
  }
}
.cid-tlVjf84F7q {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tlVjf84F7q H3 {
  color: #f2ac00;
  text-align: left;
}
.cid-tlVjf84F7q P {
  text-align: left;
  color: #ffffff;
}
.cid-tlVjf84F7q H1 {
  text-align: left;
  color: #f2ac00;
}
.cid-tlVoT6ZB59 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/nv-bng-2000x633.jpg");
}
.cid-tlVoT6ZB59 .mbr-overlay {
  background: #000000;
  opacity: 0.4;
}
.cid-tlVoT6ZB59 p {
  color: #767676;
}
.cid-tlVoT6ZB59 .item:focus,
.cid-tlVoT6ZB59 span:focus {
  outline: none;
}
.cid-tlVoT6ZB59 .item {
  padding-bottom: 3rem;
  cursor: pointer;
}
.cid-tlVoT6ZB59 .item-wrapper {
  position: relative;
}
.cid-tlVoT6ZB59 .item-btn,
.cid-tlVoT6ZB59 h4,
.cid-tlVoT6ZB59 h5 {
  margin: 0;
}
.cid-tlVoT6ZB59 .item-content {
  padding-top: 2rem;
}
.cid-tlVoT6ZB59 .item-title {
  color: #57ff00;
  text-align: center;
}
.cid-tlVoT6ZB59 item-text {
  text-align: center;
  color: #efefef;
}
.cid-tlVjf8jXvO {
  background: #ffffff;
}
.cid-tlVjf8jXvO .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tlVjf8jXvO .mbr-figure {
  margin: 0 auto;
}
.cid-tlVjf8jXvO figcaption {
  position: relative;
}
.cid-tlVjf8jXvO figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tlVjf8jXvO .image-block {
    width: 100% !important;
  }
}
.cid-tlVjf8xMMV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tlVjf8xMMV H3 {
  color: #f2ac00;
  text-align: left;
}
.cid-tlVjf8xMMV P {
  text-align: left;
  color: #ffffff;
}
.cid-tlVjf8xMMV H1 {
  text-align: left;
  color: #f2ac00;
}
.cid-tlVjf8Ot7v {
  background: #ffffff;
}
.cid-tlVjf8Ot7v .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tlVjf8Ot7v .mbr-figure {
  margin: 0 auto;
}
.cid-tlVjf8Ot7v figcaption {
  position: relative;
}
.cid-tlVjf8Ot7v figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tlVjf8Ot7v .image-block {
    width: 100% !important;
  }
}
.cid-tlVjf93nMc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tlVjf93nMc H3 {
  color: #ffffff;
  text-align: left;
}
.cid-tlVjf93nMc P {
  text-align: left;
  color: #ffffff;
}
.cid-tlVjf93nMc H1 {
  text-align: left;
  color: #f2ac00;
}
.cid-tlVjf9mDPA {
  background: #ffffff;
}
.cid-tlVjf9mDPA .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tlVjf9mDPA .mbr-figure {
  margin: 0 auto;
}
.cid-tlVjf9mDPA figcaption {
  position: relative;
}
.cid-tlVjf9mDPA figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tlVjf9mDPA .image-block {
    width: 100% !important;
  }
}
.cid-tlVjf9Bk1L {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tlVjf9Bk1L H3 {
  color: #f2ac00;
  text-align: left;
}
.cid-tlVjf9Bk1L P {
  text-align: left;
  color: #ffffff;
}
.cid-tlVjf9Bk1L H1 {
  text-align: left;
  color: #f2ac00;
}
.cid-tlVjf9U7Oz {
  background: #ffffff;
}
.cid-tlVjf9U7Oz .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tlVjf9U7Oz .mbr-figure {
  margin: 0 auto;
}
.cid-tlVjf9U7Oz figcaption {
  position: relative;
}
.cid-tlVjf9U7Oz figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tlVjf9U7Oz .image-block {
    width: 100% !important;
  }
}
.cid-tlVjfaaxPS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tlVjfaaxPS H3 {
  color: #ffffff;
  text-align: left;
}
.cid-tlVjfaaxPS P {
  text-align: left;
  color: #ffffff;
}
.cid-tlVjfaaxPS H1 {
  text-align: left;
  color: #f2ac00;
}
.cid-tlVjfaqE1L {
  background: #ffffff;
}
.cid-tlVjfaqE1L .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tlVjfaqE1L .mbr-figure {
  margin: 0 auto;
}
.cid-tlVjfaqE1L figcaption {
  position: relative;
}
.cid-tlVjfaqE1L figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tlVjfaqE1L .image-block {
    width: 100% !important;
  }
}
.cid-tlVjfaEPMR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tlVjfaEPMR H3 {
  color: #ffffff;
  text-align: left;
}
.cid-tlVjfaEPMR P {
  text-align: left;
  color: #ffffff;
}
.cid-tlVjfaEPMR H1 {
  text-align: left;
  color: #f2ac00;
}
.cid-tlVjfaWpOC {
  background: #ffffff;
}
.cid-tlVjfaWpOC .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tlVjfaWpOC .mbr-figure {
  margin: 0 auto;
}
.cid-tlVjfaWpOC figcaption {
  position: relative;
}
.cid-tlVjfaWpOC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tlVjfaWpOC .image-block {
    width: 100% !important;
  }
}
.cid-tlVjfb9HOa {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tlVjfb9HOa H3 {
  color: #ffffff;
  text-align: left;
}
.cid-tlVjfb9HOa P {
  text-align: left;
  color: #ffffff;
}
.cid-tlVjfb9HOa H1 {
  text-align: left;
  color: #f2ac00;
}
.cid-tlVjfcweQC {
  background: #ffffff;
}
.cid-tlVjfcweQC .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tlVjfcweQC .mbr-figure {
  margin: 0 auto;
}
.cid-tlVjfcweQC figcaption {
  position: relative;
}
.cid-tlVjfcweQC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tlVjfcweQC .image-block {
    width: 100% !important;
  }
}
.cid-tlVjfbG7TD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tlVjfbG7TD H3 {
  color: #ffffff;
  text-align: left;
}
.cid-tlVjfbG7TD P {
  text-align: left;
  color: #ffffff;
}
.cid-tlVjfbG7TD H1 {
  text-align: left;
  color: #f2ac00;
}
.cid-tlVjfbXmcy {
  background: #ffffff;
}
.cid-tlVjfbXmcy .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tlVjfbXmcy .mbr-figure {
  margin: 0 auto;
}
.cid-tlVjfbXmcy figcaption {
  position: relative;
}
.cid-tlVjfbXmcy figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tlVjfbXmcy .image-block {
    width: 100% !important;
  }
}
.cid-tlVjfcfGoX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tlVjfcfGoX H3 {
  color: #ffffff;
  text-align: left;
}
.cid-tlVjfcfGoX P {
  text-align: left;
  color: #ffffff;
}
.cid-tlVjfcfGoX H1 {
  text-align: left;
  color: #f2ac00;
}
.cid-tlVtcdrRty {
  background: #ffffff;
}
.cid-tlVtcdrRty .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tlVtcdrRty .mbr-figure {
  margin: 0 auto;
}
.cid-tlVtcdrRty figcaption {
  position: relative;
}
.cid-tlVtcdrRty figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tlVtcdrRty .image-block {
    width: 100% !important;
  }
}
.cid-tlVvSq1LZm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-tlVvSqpM5Z {
  background: #ffffff;
}
.cid-tlVvSqpM5Z .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tlVvSqpM5Z .mbr-figure {
  margin: 0 auto;
}
.cid-tlVvSqpM5Z figcaption {
  position: relative;
}
.cid-tlVvSqpM5Z figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tlVvSqpM5Z .image-block {
    width: 100% !important;
  }
}
.cid-tlVvSrsRdJ {
  background: #ffffff;
}
.cid-tlVvSrsRdJ .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tlVvSrsRdJ .mbr-figure {
  margin: 0 auto;
}
.cid-tlVvSrsRdJ figcaption {
  position: relative;
}
.cid-tlVvSrsRdJ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tlVvSrsRdJ .image-block {
    width: 100% !important;
  }
}
.cid-tlVvSqGv2J {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tlVvSqGv2J H3 {
  color: #db0730;
  text-align: left;
}
.cid-tlVvSqGv2J P {
  text-align: center;
}
.cid-tlVvSqGv2J H1 {
  text-align: left;
}
.cid-tlVvSr9toQ {
  background: #000000;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-tlVvSr9toQ .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tlVvSr9toQ .video-block {
    width: 100% !important;
  }
}
.cid-tlVCWZRLem {
  background-image: url("../../../assets/images/2-performance.webp");
}
.cid-tlVCWZRLem h1 {
  color: #616161;
}
.cid-tlVCWZRLem h2,
.cid-tlVCWZRLem h3,
.cid-tlVCWZRLem p {
  color: #767676;
}
.cid-tlVCWZRLem .mbr-section-subtitle {
  font-style: italic;
}
.cid-tlVCWZRLem H1 {
  color: #efefef;
}
.cid-tlVCWZRLem DIV {
  text-align: right;
}
.cid-tlVCWZRLem H3 {
  color: #ffffff;
}
.cid-tlVCWZRLem .mbr-text,
.cid-tlVCWZRLem .mbr-section-btn {
  color: #fdfdfd;
  text-align: right;
}
.cid-tlVEplozjy {
  background-image: url("../../../assets/images/2-1-performance-1.webp");
}
.cid-tlVEplozjy h1 {
  color: #616161;
}
.cid-tlVEplozjy h2,
.cid-tlVEplozjy h3,
.cid-tlVEplozjy p {
  color: #767676;
}
.cid-tlVEplozjy .mbr-section-subtitle {
  font-style: italic;
}
.cid-tlVEplozjy H1 {
  color: #efefef;
}
.cid-tlVEplozjy DIV {
  text-align: left;
}
.cid-tlVEplozjy H3 {
  color: #ffffff;
}
.cid-tlVEplozjy .mbr-text,
.cid-tlVEplozjy .mbr-section-btn {
  color: #fdfdfd;
}
.cid-tlVvSs1Nb4 {
  padding-top: 105px;
  padding-bottom: 60px;
  background: #000000;
}
.cid-tlVvSs1Nb4 .image-block {
  margin: auto;
}
.cid-tlVvSs1Nb4 .mbr-figure {
  margin: 0 auto;
}
.cid-tlVvSs1Nb4 figcaption {
  position: relative;
}
.cid-tlVvSs1Nb4 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tlVvSs1Nb4 .image-block {
    width: 100% !important;
  }
}
.cid-tlVF6VJuL2 {
  background-image: url("../../../assets/images/2-performance.webp");
}
.cid-tlVF6VJuL2 h1 {
  color: #616161;
}
.cid-tlVF6VJuL2 h2,
.cid-tlVF6VJuL2 h3,
.cid-tlVF6VJuL2 p {
  color: #767676;
}
.cid-tlVF6VJuL2 .mbr-section-subtitle {
  font-style: italic;
}
.cid-tlVF6VJuL2 H1 {
  color: #efefef;
}
.cid-tlVF6VJuL2 DIV {
  text-align: left;
}
.cid-tlVF6VJuL2 H3 {
  color: #ffffff;
}
.cid-tlVF6VJuL2 .mbr-text,
.cid-tlVF6VJuL2 .mbr-section-btn {
  color: #fdfdfd;
}
.cid-tlVFxtWi7E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/nv-bng-2000x633.jpg");
}
.cid-tlVFxtWi7E .mbr-overlay {
  background: #000000;
  opacity: 0.4;
}
.cid-tlVFxtWi7E p {
  color: #767676;
}
.cid-tlVFxtWi7E .item:focus,
.cid-tlVFxtWi7E span:focus {
  outline: none;
}
.cid-tlVFxtWi7E .item {
  padding-bottom: 3rem;
  cursor: pointer;
}
.cid-tlVFxtWi7E .item-wrapper {
  position: relative;
}
.cid-tlVFxtWi7E .item-btn,
.cid-tlVFxtWi7E h4,
.cid-tlVFxtWi7E h5 {
  margin: 0;
}
.cid-tlVFxtWi7E .item-content {
  padding-top: 2rem;
}
.cid-tlVFxtWi7E .item-title {
  color: #57ff00;
  text-align: center;
}
.cid-tlVFxtWi7E item-text {
  text-align: center;
  color: #fdfdfd;
}
.cid-tlVGdV0QZi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/4-performance3.webp");
}
.cid-tlVGdV0QZi p {
  color: #767676;
}
.cid-tlVGdV0QZi .item:focus,
.cid-tlVGdV0QZi span:focus {
  outline: none;
}
.cid-tlVGdV0QZi .item {
  padding-bottom: 3rem;
  cursor: pointer;
}
.cid-tlVGdV0QZi .item-wrapper {
  position: relative;
}
.cid-tlVGdV0QZi .item-btn,
.cid-tlVGdV0QZi h4,
.cid-tlVGdV0QZi h5 {
  margin: 0;
}
.cid-tlVGdV0QZi .item-content {
  padding-top: 2rem;
}
.cid-tlVGdV0QZi item-text {
  color: #ffffff;
}
.cid-tlVGdV0QZi .item-title {
  color: #ffffff;
}
.cid-tlVvSsjtc5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tlVvSsjtc5 H3 {
  color: #ffffff;
  text-align: center;
}
.cid-tlVvSsjtc5 P {
  text-align: center;
  color: #ffffff;
}
.cid-tlVvSsjtc5 H1 {
  text-align: center;
  color: #4f919f;
}
.cid-tlVvSu27By {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tlVvSu27By .card-img {
  background-color: #fff;
}
.cid-tlVvSu27By .card-box {
  background-color: #232323;
  padding: 2rem;
}
.cid-tlVvSu27By h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tlVvSu27By p {
  text-align: left;
}
.cid-tlVvSu27By .mbr-text {
  color: #ffffff;
}
.cid-tlVvSu27By .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tlVvSu27By .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tlVvSu27By .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-tlVvSu27By .card-title {
  color: #6ce300;
  text-align: left;
}
.cid-tlVvSsIv8R {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tlVvSsIv8R H3 {
  color: #ffffff;
  text-align: left;
}
.cid-tlVvSsIv8R P {
  text-align: left;
  color: #ffffff;
}
.cid-tlVvSsIv8R H1 {
  text-align: left;
  color: #26aae5;
}
.cid-tlVvSuOVtv {
  background: #ffffff;
}
.cid-tlVvSuOVtv .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tlVvSuOVtv .mbr-figure {
  margin: 0 auto;
}
.cid-tlVvSuOVtv figcaption {
  position: relative;
}
.cid-tlVvSuOVtv figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tlVvSuOVtv .image-block {
    width: 100% !important;
  }
}
.cid-tlVMuqCKiK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-tlVMuqX63H {
  background: #ffffff;
}
.cid-tlVMuqX63H .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tlVMuqX63H .mbr-figure {
  margin: 0 auto;
}
.cid-tlVMuqX63H figcaption {
  position: relative;
}
.cid-tlVMuqX63H figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tlVMuqX63H .image-block {
    width: 100% !important;
  }
}
.cid-tlVMurTpJx {
  background: #ffffff;
}
.cid-tlVMurTpJx .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tlVMurTpJx .mbr-figure {
  margin: 0 auto;
}
.cid-tlVMurTpJx figcaption {
  position: relative;
}
.cid-tlVMurTpJx figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tlVMurTpJx .image-block {
    width: 100% !important;
  }
}
.cid-tlVPdvqkSt {
  background-image: url("../../../assets/images/artboard-1-1401x930.jpg");
}
.cid-tlVPdvqkSt h1 {
  color: #616161;
}
.cid-tlVPdvqkSt h2,
.cid-tlVPdvqkSt h3,
.cid-tlVPdvqkSt p {
  color: #767676;
}
.cid-tlVPdvqkSt .mbr-section-subtitle {
  font-style: italic;
}
.cid-tlVPdvqkSt H1 {
  color: #efefef;
}
.cid-tlVPdvqkSt DIV {
  text-align: right;
}
.cid-tlVPdvqkSt H3 {
  color: #ffffff;
}
.cid-tlVPdvqkSt .mbr-text,
.cid-tlVPdvqkSt .mbr-section-btn {
  color: #fdfdfd;
  text-align: right;
}
.cid-tlVMurDcpJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tlVMurDcpJ H3 {
  color: #ffffff;
  text-align: center;
}
.cid-tlVMurDcpJ P {
  text-align: center;
  color: #ffffff;
}
.cid-tlVMurDcpJ H1 {
  text-align: center;
  color: #4f919f;
}
.cid-tlVMusoSi7 {
  background: #ffffff;
}
.cid-tlVMusoSi7 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tlVMusoSi7 .mbr-figure {
  margin: 0 auto;
}
.cid-tlVMusoSi7 figcaption {
  position: relative;
}
.cid-tlVMusoSi7 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tlVMusoSi7 .image-block {
    width: 100% !important;
  }
}
.cid-tlVPyNjIlS {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tlVPyNjIlS .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tlVPyNjIlS .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tlVPyNjIlS .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tlVPyNjIlS .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tlVPyNjIlS .row > .row {
  display: block;
}
.cid-tlVPyNjIlS .mbr-gallery-item {
  width: 100%;
}
.cid-tlVPyNjIlS .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tlVPyNjIlS .mbr-gallery-item > div {
  position: relative;
}
.cid-tlVPyNjIlS .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tlVPyNjIlS .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tlVPyNjIlS .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tlVPyNjIlS .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tlVMus64BE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tlVMus64BE H3 {
  color: #ffffff;
  text-align: left;
}
.cid-tlVMus64BE P {
  text-align: left;
  color: #ffffff;
}
.cid-tlVMus64BE H1 {
  text-align: left;
  color: #4f919f;
}
.cid-tlVMusVhMO {
  background: #ffffff;
}
.cid-tlVMusVhMO .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tlVMusVhMO .mbr-figure {
  margin: 0 auto;
}
.cid-tlVMusVhMO figcaption {
  position: relative;
}
.cid-tlVMusVhMO figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tlVMusVhMO .image-block {
    width: 100% !important;
  }
}
.cid-tlVMusEwY6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tlVMusEwY6 H3 {
  color: #ffffff;
  text-align: center;
}
.cid-tlVMusEwY6 P {
  text-align: center;
  color: #ffffff;
}
.cid-tlVMusEwY6 H1 {
  text-align: center;
  color: #4f919f;
}
.cid-tlVMutrfHx {
  background: #ffffff;
}
.cid-tlVMutrfHx .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tlVMutrfHx .mbr-figure {
  margin: 0 auto;
}
.cid-tlVMutrfHx figcaption {
  position: relative;
}
.cid-tlVMutrfHx figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tlVMutrfHx .image-block {
    width: 100% !important;
  }
}
.cid-tlVMuuqJaz {
  background: #ffffff;
}
.cid-tlVMuuqJaz .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tlVMuuqJaz .mbr-figure {
  margin: 0 auto;
}
.cid-tlVMuuqJaz figcaption {
  position: relative;
}
.cid-tlVMuuqJaz figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tlVMuuqJaz .image-block {
    width: 100% !important;
  }
}
.cid-tlVMutWuXm {
  background: #ffffff;
}
.cid-tlVMutWuXm .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tlVMutWuXm .mbr-figure {
  margin: 0 auto;
}
.cid-tlVMutWuXm figcaption {
  position: relative;
}
.cid-tlVMutWuXm figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tlVMutWuXm .image-block {
    width: 100% !important;
  }
}
.cid-tlVMuuYyqy {
  background: #ffffff;
}
.cid-tlVMuuYyqy .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tlVMuuYyqy .mbr-figure {
  margin: 0 auto;
}
.cid-tlVMuuYyqy figcaption {
  position: relative;
}
.cid-tlVMuuYyqy figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tlVMuuYyqy .image-block {
    width: 100% !important;
  }
}
.cid-tlVMutFOKw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tlVMutFOKw H3 {
  color: #ffffff;
  text-align: center;
}
.cid-tlVMutFOKw P {
  text-align: center;
  color: #ffffff;
}
.cid-tlVMutFOKw H1 {
  text-align: center;
  color: #4f919f;
}
.cid-tlVMuvsF0s {
  background: #ffffff;
}
.cid-tlVMuvsF0s .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tlVMuvsF0s .mbr-figure {
  margin: 0 auto;
}
.cid-tlVMuvsF0s figcaption {
  position: relative;
}
.cid-tlVMuvsF0s figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tlVMuvsF0s .image-block {
    width: 100% !important;
  }
}
.cid-tlVMuvGTYQ {
  background: #ffffff;
}
.cid-tlVMuvGTYQ .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tlVMuvGTYQ .mbr-figure {
  margin: 0 auto;
}
.cid-tlVMuvGTYQ figcaption {
  position: relative;
}
.cid-tlVMuvGTYQ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tlVMuvGTYQ .image-block {
    width: 100% !important;
  }
}
.cid-tlVMuvcjls {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tlVMuvcjls H3 {
  color: #ffffff;
  text-align: left;
}
.cid-tlVMuvcjls P {
  text-align: left;
  color: #ffffff;
}
.cid-tlVMuvcjls H1 {
  text-align: left;
  color: #4f919f;
}
.cid-tlVMuvVHNb {
  background: #ffffff;
}
.cid-tlVMuvVHNb .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tlVMuvVHNb .mbr-figure {
  margin: 0 auto;
}
.cid-tlVMuvVHNb figcaption {
  position: relative;
}
.cid-tlVMuvVHNb figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tlVMuvVHNb .image-block {
    width: 100% !important;
  }
}
.cid-tlVWsOVmQn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-tlVWsPjGrt {
  background: #ffffff;
}
.cid-tlVWsPjGrt .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tlVWsPjGrt .mbr-figure {
  margin: 0 auto;
}
.cid-tlVWsPjGrt figcaption {
  position: relative;
}
.cid-tlVWsPjGrt figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tlVWsPjGrt .image-block {
    width: 100% !important;
  }
}
.cid-tlVWsPyGRD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100f14;
}
.cid-tlVWsPyGRD H3 {
  color: #ffffff;
  text-align: left;
}
.cid-tlVWsPyGRD P {
  text-align: center;
  color: #ffffff;
}
.cid-tlVWsPyGRD H1 {
  text-align: left;
  color: #4d5afa;
}
.cid-tlVZLm8fTJ {
  background: #ffffff;
}
.cid-tlVZLm8fTJ .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-tlVZLm8fTJ .video-block {
    width: 100% !important;
  }
}
.cid-tlVWsQe9k7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100f14;
}
.cid-tlVWsQe9k7 H3 {
  color: #ffffff;
  text-align: center;
}
.cid-tlVWsQe9k7 P {
  text-align: center;
  color: #ffffff;
}
.cid-tlVWsQe9k7 H1 {
  text-align: center;
  color: #4d5afa;
}
.cid-tlVWsPZCkA {
  background: #ffffff;
}
.cid-tlVWsPZCkA .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tlVWsPZCkA .mbr-figure {
  margin: 0 auto;
}
.cid-tlVWsPZCkA figcaption {
  position: relative;
}
.cid-tlVWsPZCkA figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tlVWsPZCkA .image-block {
    width: 100% !important;
  }
}
.cid-tlVWsQysPv {
  background: #ffffff;
}
.cid-tlVWsQysPv .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tlVWsQysPv .mbr-figure {
  margin: 0 auto;
}
.cid-tlVWsQysPv figcaption {
  position: relative;
}
.cid-tlVWsQysPv figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tlVWsQysPv .image-block {
    width: 100% !important;
  }
}
.cid-tlVWsQSa0Q {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100f14;
}
.cid-tlVWsQSa0Q H3 {
  color: #ffffff;
  text-align: center;
}
.cid-tlVWsQSa0Q P {
  text-align: center;
  color: #ffffff;
}
.cid-tlVWsQSa0Q H1 {
  text-align: center;
  color: #4d5afa;
}
.cid-tlVWsRj0x3 {
  background: #ffffff;
}
.cid-tlVWsRj0x3 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tlVWsRj0x3 .mbr-figure {
  margin: 0 auto;
}
.cid-tlVWsRj0x3 figcaption {
  position: relative;
}
.cid-tlVWsRj0x3 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tlVWsRj0x3 .image-block {
    width: 100% !important;
  }
}
.cid-tlVWsRQClp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100f14;
}
.cid-tlVWsRQClp H3 {
  color: #ffffff;
  text-align: center;
}
.cid-tlVWsRQClp P {
  text-align: center;
  color: #ffffff;
}
.cid-tlVWsRQClp H1 {
  text-align: center;
  color: #4d5afa;
}
.cid-tlVWsRzM5L {
  background: #ffffff;
}
.cid-tlVWsRzM5L .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tlVWsRzM5L .mbr-figure {
  margin: 0 auto;
}
.cid-tlVWsRzM5L figcaption {
  position: relative;
}
.cid-tlVWsRzM5L figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tlVWsRzM5L .image-block {
    width: 100% !important;
  }
}
.cid-tlVWsS73vx {
  background: #ffffff;
}
.cid-tlVWsS73vx .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tlVWsS73vx .mbr-figure {
  margin: 0 auto;
}
.cid-tlVWsS73vx figcaption {
  position: relative;
}
.cid-tlVWsS73vx figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tlVWsS73vx .image-block {
    width: 100% !important;
  }
}
.cid-tlVWsSmQSL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100f14;
}
.cid-tlVWsSmQSL H3 {
  color: #ffffff;
  text-align: center;
}
.cid-tlVWsSmQSL P {
  text-align: center;
  color: #ffffff;
}
.cid-tlVWsSmQSL H1 {
  text-align: center;
  color: #4d5afa;
}
.cid-tlVWsSEBRn {
  background: #ffffff;
}
.cid-tlVWsSEBRn .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tlVWsSEBRn .mbr-figure {
  margin: 0 auto;
}
.cid-tlVWsSEBRn figcaption {
  position: relative;
}
.cid-tlVWsSEBRn figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tlVWsSEBRn .image-block {
    width: 100% !important;
  }
}
.cid-tlVWsSWXgL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100f14;
}
.cid-tlVWsSWXgL H3 {
  color: #ffffff;
  text-align: center;
}
.cid-tlVWsSWXgL P {
  text-align: center;
  color: #ffffff;
}
.cid-tlVWsSWXgL H1 {
  text-align: center;
  color: #4d5afa;
}
.cid-tlVWsTdyTG {
  background: #ffffff;
}
.cid-tlVWsTdyTG .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tlVWsTdyTG .mbr-figure {
  margin: 0 auto;
}
.cid-tlVWsTdyTG figcaption {
  position: relative;
}
.cid-tlVWsTdyTG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tlVWsTdyTG .image-block {
    width: 100% !important;
  }
}
.cid-tmNizjYibK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-tmNizkqkj5 {
  background: #ffffff;
}
.cid-tmNizkqkj5 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tmNizkqkj5 .mbr-figure {
  margin: 0 auto;
}
.cid-tmNizkqkj5 figcaption {
  position: relative;
}
.cid-tmNizkqkj5 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tmNizkqkj5 .image-block {
    width: 100% !important;
  }
}
.cid-tmNizkHtXm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tmNizkHtXm H3 {
  color: #db0730;
  text-align: left;
}
.cid-tmNizkHtXm P {
  text-align: center;
  color: #ffffff;
}
.cid-tmNizkHtXm H1 {
  text-align: left;
}
.cid-tmNizl2jBm {
  background: #ffffff;
}
.cid-tmNizl2jBm .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tmNizl2jBm .mbr-figure {
  margin: 0 auto;
}
.cid-tmNizl2jBm figcaption {
  position: relative;
}
.cid-tmNizl2jBm figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tmNizl2jBm .image-block {
    width: 100% !important;
  }
}
.cid-tmNizlozAk {
  background: #ffffff;
}
.cid-tmNizlozAk .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-tmNizlozAk .video-block {
    width: 100% !important;
  }
}
.cid-tmNizlISDr {
  background-image: url("../../../assets/images/artbasoard-1-1659x1200.jpg");
}
.cid-tmNizlISDr h1 {
  color: #616161;
}
.cid-tmNizlISDr h2,
.cid-tmNizlISDr h3,
.cid-tmNizlISDr p {
  color: #767676;
}
.cid-tmNizlISDr .mbr-section-subtitle {
  font-style: italic;
}
.cid-tmNizlISDr H1 {
  color: #efefef;
}
.cid-tmNizlISDr DIV {
  text-align: left;
}
.cid-tmNizlISDr H3 {
  color: #ffffff;
}
.cid-tmNizlISDr .mbr-text,
.cid-tmNizlISDr .mbr-section-btn {
  color: #ffffff;
}
.cid-tmNizm5fzS {
  background: #000000;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-tmNizm5fzS .image-block {
  margin: auto;
}
.cid-tmNizm5fzS .mbr-figure {
  margin: 0 auto;
}
.cid-tmNizm5fzS figcaption {
  position: relative;
}
.cid-tmNizm5fzS figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tmNizm5fzS .image-block {
    width: 100% !important;
  }
}
.cid-tmNizmmgqP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tmNizmmgqP H3 {
  color: #ffffff;
  text-align: left;
}
.cid-tmNizmmgqP P {
  text-align: left;
  color: #ffffff;
}
.cid-tmNizmmgqP H1 {
  text-align: left;
  color: #5d38f4;
}
.cid-tmNizmGRU8 {
  background: #ffffff;
}
.cid-tmNizmGRU8 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tmNizmGRU8 .mbr-figure {
  margin: 0 auto;
}
.cid-tmNizmGRU8 figcaption {
  position: relative;
}
.cid-tmNizmGRU8 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tmNizmGRU8 .image-block {
    width: 100% !important;
  }
}
.cid-tmNizmYIoD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tmNizmYIoD H3 {
  color: #ffffff;
  text-align: left;
}
.cid-tmNizmYIoD P {
  text-align: left;
  color: #ffffff;
}
.cid-tmNizmYIoD H1 {
  text-align: left;
  color: #5d38f4;
}
.cid-tmNiznpnW4 {
  background: #ffffff;
}
.cid-tmNiznpnW4 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tmNiznpnW4 .mbr-figure {
  margin: 0 auto;
}
.cid-tmNiznpnW4 figcaption {
  position: relative;
}
.cid-tmNiznpnW4 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tmNiznpnW4 .image-block {
    width: 100% !important;
  }
}
.cid-tmNizofuGU {
  background-image: url("../../../assets/images/cpu-new-2000x817.jpeg");
}
.cid-tmNizofuGU h1 {
  color: #616161;
}
.cid-tmNizofuGU h2,
.cid-tmNizofuGU h3,
.cid-tmNizofuGU p {
  color: #767676;
}
.cid-tmNizofuGU .mbr-section-subtitle {
  font-style: italic;
}
.cid-tmNizofuGU H1 {
  color: #efefef;
}
.cid-tmNizofuGU DIV {
  text-align: left;
}
.cid-tmNizofuGU H3 {
  color: #ffffff;
}
.cid-tmNizofuGU .mbr-text,
.cid-tmNizofuGU .mbr-section-btn {
  color: #ffffff;
}
.cid-tmNizoIptC {
  background: #000000;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #000000, #000000);
}
.cid-tmNizoIptC .image-block {
  margin: auto;
}
.cid-tmNizoIptC figcaption {
  position: relative;
}
.cid-tmNizoIptC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tmNizoIptC .image-block {
    width: 100% !important;
  }
}
.cid-tmNizp1VJT {
  background-image: url("../../../assets/images/ff-2000x1751.jpg");
}
.cid-tmNizp1VJT h1 {
  color: #616161;
}
.cid-tmNizp1VJT h2,
.cid-tmNizp1VJT h3,
.cid-tmNizp1VJT p {
  color: #767676;
}
.cid-tmNizp1VJT .mbr-section-subtitle {
  font-style: italic;
}
.cid-tmNizp1VJT H1 {
  color: #efefef;
  text-align: right;
}
.cid-tmNizp1VJT DIV {
  text-align: right;
}
.cid-tmNizp1VJT H3 {
  color: #ffffff;
}
.cid-tmNizp1VJT .mbr-text,
.cid-tmNizp1VJT .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-tmNizpo49I {
  background: #000000;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #000000, #000000);
}
.cid-tmNizpo49I .image-block {
  margin: auto;
}
.cid-tmNizpo49I figcaption {
  position: relative;
}
.cid-tmNizpo49I figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tmNizpo49I .image-block {
    width: 100% !important;
  }
}
.cid-tmNizpHAKu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tmNizpHAKu H3 {
  color: #ffffff;
  text-align: left;
}
.cid-tmNizpHAKu P {
  text-align: left;
  color: #ffffff;
}
.cid-tmNizpHAKu H1 {
  text-align: left;
  color: #5d38f4;
}
.cid-tmNizq0EVl {
  background: #ffffff;
}
.cid-tmNizq0EVl .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tmNizq0EVl .mbr-figure {
  margin: 0 auto;
}
.cid-tmNizq0EVl figcaption {
  position: relative;
}
.cid-tmNizq0EVl figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tmNizq0EVl .image-block {
    width: 100% !important;
  }
}
.cid-tmNizqgloU {
  background: #000000;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-tmNizqgloU .image-block {
  margin: auto;
}
.cid-tmNizqgloU figcaption {
  position: relative;
}
.cid-tmNizqgloU figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tmNizqgloU .image-block {
    width: 100% !important;
  }
}
.cid-tmNizqx1fm {
  background: #ffffff;
}
.cid-tmNizqx1fm .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tmNizqx1fm .mbr-figure {
  margin: 0 auto;
}
.cid-tmNizqx1fm figcaption {
  position: relative;
}
.cid-tmNizqx1fm figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tmNizqx1fm .image-block {
    width: 100% !important;
  }
}
.cid-ttihPrD1Bf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-ttihPs8g3J {
  background: #ffffff;
}
.cid-ttihPs8g3J .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-ttihPs8g3J .mbr-figure {
  margin: 0 auto;
}
.cid-ttihPs8g3J figcaption {
  position: relative;
}
.cid-ttihPs8g3J figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttihPs8g3J .image-block {
    width: 100% !important;
  }
}
.cid-ttihPstKt2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-ttihPstKt2 H3 {
  color: #ffffff;
  text-align: left;
}
.cid-ttihPstKt2 P {
  text-align: left;
  color: #232323;
}
.cid-ttihPstKt2 H1 {
  text-align: left;
  color: #4d5afa;
}
.cid-ttihPsXWVL {
  background: #ffffff;
}
.cid-ttihPsXWVL .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-ttihPsXWVL .mbr-figure {
  margin: 0 auto;
}
.cid-ttihPsXWVL figcaption {
  position: relative;
}
.cid-ttihPsXWVL figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttihPsXWVL .image-block {
    width: 100% !important;
  }
}
.cid-ttihPtfFw5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-ttihPtfFw5 H3 {
  color: #4d5afa;
  text-align: left;
}
.cid-ttihPtfFw5 P {
  text-align: left;
  color: #000000;
}
.cid-ttihPtfFw5 H1 {
  text-align: left;
  color: #4d5afa;
}
.cid-ttihPub7gM {
  background: #ffffff;
}
.cid-ttihPub7gM .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-ttihPub7gM .mbr-figure {
  margin: 0 auto;
}
.cid-ttihPub7gM figcaption {
  position: relative;
}
.cid-ttihPub7gM figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttihPub7gM .image-block {
    width: 100% !important;
  }
}
.cid-ttihPtzBGK {
  background: #ffffff;
}
.cid-ttihPtzBGK .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-ttihPtzBGK .mbr-figure {
  margin: 0 auto;
}
.cid-ttihPtzBGK figcaption {
  position: relative;
}
.cid-ttihPtzBGK figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttihPtzBGK .image-block {
    width: 100% !important;
  }
}
.cid-ttihPtRVQz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-ttihPtRVQz H3 {
  color: #232323;
  text-align: left;
}
.cid-ttihPtRVQz P {
  text-align: left;
  color: #000000;
}
.cid-ttihPtRVQz H1 {
  text-align: left;
  color: #4d5afa;
}
.cid-ttihPuqchm {
  background: #ffffff;
}
.cid-ttihPuqchm .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-ttihPuqchm .mbr-figure {
  margin: 0 auto;
}
.cid-ttihPuqchm figcaption {
  position: relative;
}
.cid-ttihPuqchm figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttihPuqchm .image-block {
    width: 100% !important;
  }
}
.cid-ttihPuGD9d {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100f14;
}
.cid-ttihPuGD9d H3 {
  color: #ffffff;
  text-align: left;
}
.cid-ttihPuGD9d P {
  text-align: left;
  color: #ffffff;
}
.cid-ttihPuGD9d H1 {
  text-align: left;
  color: #4d5afa;
}
.cid-ttihPuZwmm {
  background: #ffffff;
}
.cid-ttihPuZwmm .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-ttihPuZwmm .mbr-figure {
  margin: 0 auto;
}
.cid-ttihPuZwmm figcaption {
  position: relative;
}
.cid-ttihPuZwmm figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttihPuZwmm .image-block {
    width: 100% !important;
  }
}
.cid-ttihPvjn2J {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100f14;
}
.cid-ttihPvjn2J H3 {
  color: #ffffff;
  text-align: left;
}
.cid-ttihPvjn2J P {
  text-align: left;
  color: #ffffff;
}
.cid-ttihPvjn2J H1 {
  text-align: left;
  color: #4d5afa;
}
.cid-ttihPvIBaf {
  background: #ffffff;
}
.cid-ttihPvIBaf .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-ttihPvIBaf .mbr-figure {
  margin: 0 auto;
}
.cid-ttihPvIBaf figcaption {
  position: relative;
}
.cid-ttihPvIBaf figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttihPvIBaf .image-block {
    width: 100% !important;
  }
}
.cid-ttihPvZHRO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100f14;
}
.cid-ttihPvZHRO H3 {
  color: #ffffff;
  text-align: left;
}
.cid-ttihPvZHRO P {
  text-align: left;
  color: #ffffff;
}
.cid-ttihPvZHRO H1 {
  text-align: left;
  color: #4d5afa;
}
.cid-ttihPwimeG {
  background: #ffffff;
}
.cid-ttihPwimeG .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-ttihPwimeG .mbr-figure {
  margin: 0 auto;
}
.cid-ttihPwimeG figcaption {
  position: relative;
}
.cid-ttihPwimeG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttihPwimeG .image-block {
    width: 100% !important;
  }
}
.cid-ttihPwzi6q {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100f14;
}
.cid-ttihPwzi6q H3 {
  color: #ffffff;
  text-align: left;
}
.cid-ttihPwzi6q P {
  text-align: left;
  color: #ffffff;
}
.cid-ttihPwzi6q H1 {
  text-align: left;
  color: #4d5afa;
}
.cid-ttihPwUDcn {
  background: #ffffff;
}
.cid-ttihPwUDcn .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-ttihPwUDcn .mbr-figure {
  margin: 0 auto;
}
.cid-ttihPwUDcn figcaption {
  position: relative;
}
.cid-ttihPwUDcn figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttihPwUDcn .image-block {
    width: 100% !important;
  }
}
.cid-ttihPxh9yD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100f14;
}
.cid-ttihPxh9yD H3 {
  color: #ffffff;
  text-align: left;
}
.cid-ttihPxh9yD P {
  text-align: left;
  color: #ffffff;
}
.cid-ttihPxh9yD H1 {
  text-align: left;
  color: #4d5afa;
}
.cid-ttihPxGK9q {
  background: #ffffff;
}
.cid-ttihPxGK9q .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-ttihPxGK9q .mbr-figure {
  margin: 0 auto;
}
.cid-ttihPxGK9q figcaption {
  position: relative;
}
.cid-ttihPxGK9q figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttihPxGK9q .image-block {
    width: 100% !important;
  }
}
.cid-ttihPxZu0I {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100f14;
}
.cid-ttihPxZu0I H3 {
  color: #ffffff;
  text-align: left;
}
.cid-ttihPxZu0I P {
  text-align: left;
  color: #ffffff;
}
.cid-ttihPxZu0I H1 {
  text-align: left;
  color: #4d5afa;
}
.cid-ttihPyksRE {
  background: #ffffff;
}
.cid-ttihPyksRE .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-ttihPyksRE .mbr-figure {
  margin: 0 auto;
}
.cid-ttihPyksRE figcaption {
  position: relative;
}
.cid-ttihPyksRE figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttihPyksRE .image-block {
    width: 100% !important;
  }
}
.cid-ttihPyA3Ft {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100f14;
}
.cid-ttihPyA3Ft H3 {
  color: #ffffff;
  text-align: left;
}
.cid-ttihPyA3Ft P {
  text-align: left;
  color: #ffffff;
}
.cid-ttihPyA3Ft H1 {
  text-align: left;
  color: #4d5afa;
}
.cid-ttihPyV9e1 {
  background: #ffffff;
}
.cid-ttihPyV9e1 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-ttihPyV9e1 .mbr-figure {
  margin: 0 auto;
}
.cid-ttihPyV9e1 figcaption {
  position: relative;
}
.cid-ttihPyV9e1 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttihPyV9e1 .image-block {
    width: 100% !important;
  }
}
.cid-ttihPzcirL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100f14;
}
.cid-ttihPzcirL H3 {
  color: #ffffff;
  text-align: left;
}
.cid-ttihPzcirL P {
  text-align: left;
  color: #ffffff;
}
.cid-ttihPzcirL H1 {
  text-align: left;
  color: #4d5afa;
}
.cid-ttihPzwaBu {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #100f14;
}
.cid-ttihPzwaBu .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-ttihPzwaBu .modal-body .close {
  background: #1b1b1b;
}
.cid-ttihPzwaBu .modal-body .close span {
  font-style: normal;
}
.cid-ttihPzwaBu .carousel-inner > .active,
.cid-ttihPzwaBu .carousel-inner > .next,
.cid-ttihPzwaBu .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-ttihPzwaBu .carousel-control .icon-next,
.cid-ttihPzwaBu .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-ttihPzwaBu .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ttihPzwaBu .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-ttihPzwaBu .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-ttihPzwaBu .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-ttihPzwaBu .boxed-slider > div {
  position: relative;
}
.cid-ttihPzwaBu .container img {
  width: 100%;
}
.cid-ttihPzwaBu .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-ttihPzwaBu .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-ttihPzwaBu .mbr-table-cell {
  padding: 0;
}
.cid-ttihPzwaBu .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-ttihPzwaBu .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-ttihPzwaBu .mbr-overlay {
  z-index: 1;
}
.cid-ttihPzwaBu .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-ttihPzwaBu .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-ttihPzwaBu .carousel-item.active.right,
.cid-ttihPzwaBu .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-ttihPzwaBu .carousel-item.active.left,
.cid-ttihPzwaBu .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-ttihPzwaBu .carousel-item.active,
.cid-ttihPzwaBu .carousel-item.next.left,
.cid-ttihPzwaBu .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-ttihPzwaBu .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  z-index: 11;
}
.cid-ttihPzwaBu .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ttihPzwaBu .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ttihPzwaBu .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-ttihPzwaBu .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ttihPzwaBu .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-ttihPzwaBu .mbr-slider .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-ttihPzwaBu .mbr-slider .carousel-indicators li.active,
.cid-ttihPzwaBu .mbr-slider .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ttihPzwaBu .mbr-slider .carousel-indicators li::after,
.cid-ttihPzwaBu .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-ttihPzwaBu .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-ttihPzwaBu .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-ttihPzwaBu .mbr-slider > .container img {
  width: 100%;
}
.cid-ttihPzwaBu .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-ttihPzwaBu .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-ttihPzwaBu .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ttihPzwaBu .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-ttihPzwaBu .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-ttihPzwaBu .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-ttihPzwaBu .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-ttihPzwaBu .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-ttihPzwaBu .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-ttihPzwaBu .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-ttihPzwaBu .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-ttihPzwaBu .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-ttihPzwaBu .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-ttihPzwaBu .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-ttihPzwaBu .carousel-inner {
  height: 100%;
}
.cid-ttihPzwaBu .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-ttihPzwaBu .image_wrapper {
  height: 700px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-ttihPzwaBu .image_wrapper img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
.cid-ttihPzwaBu .carousel-item .container-slide {
  text-align: center;
}
.cid-ttihPzwaBu .content-slider-wrap {
  width: 100%;
}
.cid-ttihPBdX1w {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100f14;
}
.cid-ttihPBdX1w H3 {
  color: #ffffff;
  text-align: left;
}
.cid-ttihPBdX1w P {
  text-align: left;
  color: #ffffff;
}
.cid-ttihPBdX1w H1 {
  text-align: left;
  color: #4d5afa;
}
.cid-ttihPBAzIw {
  background: #ffffff;
}
.cid-ttihPBAzIw .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-ttihPBAzIw .mbr-figure {
  margin: 0 auto;
}
.cid-ttihPBAzIw figcaption {
  position: relative;
}
.cid-ttihPBAzIw figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttihPBAzIw .image-block {
    width: 100% !important;
  }
}
.cid-ttihPBR1Lr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100f14;
}
.cid-ttihPBR1Lr H3 {
  color: #ffffff;
  text-align: left;
}
.cid-ttihPBR1Lr P {
  text-align: left;
  color: #ffffff;
}
.cid-ttihPBR1Lr H1 {
  text-align: left;
  color: #4d5afa;
}
.cid-ttihPC9iaM {
  background: #ffffff;
}
.cid-ttihPC9iaM .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-ttihPC9iaM .mbr-figure {
  margin: 0 auto;
}
.cid-ttihPC9iaM figcaption {
  position: relative;
}
.cid-ttihPC9iaM figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttihPC9iaM .image-block {
    width: 100% !important;
  }
}
.cid-ttihPCqTej {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100f14;
}
.cid-ttihPCqTej H3 {
  color: #ffffff;
  text-align: left;
}
.cid-ttihPCqTej P {
  text-align: left;
  color: #ffffff;
}
.cid-ttihPCqTej H1 {
  text-align: left;
  color: #4d5afa;
}
.cid-ttihPCL5FM {
  background: #ffffff;
}
.cid-ttihPCL5FM .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-ttihPCL5FM .mbr-figure {
  margin: 0 auto;
}
.cid-ttihPCL5FM figcaption {
  position: relative;
}
.cid-ttihPCL5FM figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttihPCL5FM .image-block {
    width: 100% !important;
  }
}
.cid-ttihPD1eKT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100f14;
}
.cid-ttihPD1eKT H3 {
  color: #ffffff;
  text-align: left;
}
.cid-ttihPD1eKT P {
  text-align: left;
  color: #ffffff;
}
.cid-ttihPD1eKT H1 {
  text-align: left;
  color: #4d5afa;
}
.cid-ttihPDlYhi {
  background: #ffffff;
}
.cid-ttihPDlYhi .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-ttihPDlYhi .mbr-figure {
  margin: 0 auto;
}
.cid-ttihPDlYhi figcaption {
  position: relative;
}
.cid-ttihPDlYhi figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttihPDlYhi .image-block {
    width: 100% !important;
  }
}
.cid-ttihPDCGCH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100f14;
}
.cid-ttihPDCGCH H3 {
  color: #ffffff;
  text-align: left;
}
.cid-ttihPDCGCH P {
  text-align: left;
  color: #ffffff;
}
.cid-ttihPDCGCH H1 {
  text-align: left;
  color: #4d5afa;
}
.cid-ttihPDVUtQ {
  background: #ffffff;
}
.cid-ttihPDVUtQ .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-ttihPDVUtQ .mbr-figure {
  margin: 0 auto;
}
.cid-ttihPDVUtQ figcaption {
  position: relative;
}
.cid-ttihPDVUtQ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttihPDVUtQ .image-block {
    width: 100% !important;
  }
}
.cid-ttihPEeUYt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100f14;
}
.cid-ttihPEeUYt H3 {
  color: #ffffff;
  text-align: left;
}
.cid-ttihPEeUYt P {
  text-align: left;
  color: #ffffff;
}
.cid-ttihPEeUYt H1 {
  text-align: left;
  color: #4d5afa;
}
.cid-ttihPEACFs {
  background: #ffffff;
}
.cid-ttihPEACFs .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-ttihPEACFs .mbr-figure {
  margin: 0 auto;
}
.cid-ttihPEACFs figcaption {
  position: relative;
}
.cid-ttihPEACFs figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttihPEACFs .image-block {
    width: 100% !important;
  }
}
.cid-ttihPEU78Z {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100f14;
}
.cid-ttihPEU78Z H3 {
  color: #ffffff;
  text-align: left;
}
.cid-ttihPEU78Z P {
  text-align: left;
  color: #ffffff;
}
.cid-ttihPEU78Z H1 {
  text-align: left;
  color: #4d5afa;
}
.cid-ttihPFgBVs {
  background: #ffffff;
}
.cid-ttihPFgBVs .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-ttihPFgBVs .mbr-figure {
  margin: 0 auto;
}
.cid-ttihPFgBVs figcaption {
  position: relative;
}
.cid-ttihPFgBVs figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttihPFgBVs .image-block {
    width: 100% !important;
  }
}
.cid-ttihPFwvxN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100f14;
}
.cid-ttihPFwvxN H3 {
  color: #ffffff;
  text-align: left;
}
.cid-ttihPFwvxN P {
  text-align: left;
  color: #ffffff;
}
.cid-ttihPFwvxN H1 {
  text-align: left;
  color: #4d5afa;
}
.cid-ttihPFTJP9 {
  background: #ffffff;
}
.cid-ttihPFTJP9 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-ttihPFTJP9 .mbr-figure {
  margin: 0 auto;
}
.cid-ttihPFTJP9 figcaption {
  position: relative;
}
.cid-ttihPFTJP9 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttihPFTJP9 .image-block {
    width: 100% !important;
  }
}
.cid-ttihPGhN1N {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100f14;
}
.cid-ttihPGhN1N H3 {
  color: #ffffff;
  text-align: left;
}
.cid-ttihPGhN1N P {
  text-align: left;
  color: #ffffff;
}
.cid-ttihPGhN1N H1 {
  text-align: left;
  color: #4d5afa;
}
.cid-ttihPGGQD0 {
  background: #c1c1c1;
}
.cid-ttihPGGQD0 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-ttihPGGQD0 .mbr-figure {
  margin: 0 auto;
}
.cid-ttihPGGQD0 figcaption {
  position: relative;
}
.cid-ttihPGGQD0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttihPGGQD0 .image-block {
    width: 100% !important;
  }
}
.cid-ttihPGZDnQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #100f14;
}
.cid-ttihPGZDnQ H3 {
  color: #ffffff;
  text-align: left;
}
.cid-ttihPGZDnQ P {
  text-align: left;
  color: #ffffff;
}
.cid-ttihPGZDnQ H1 {
  text-align: left;
  color: #4d5afa;
}
.cid-ttihPHnf2G {
  background: #ffffff;
}
.cid-ttihPHnf2G .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-ttihPHnf2G .mbr-figure {
  margin: 0 auto;
}
.cid-ttihPHnf2G figcaption {
  position: relative;
}
.cid-ttihPHnf2G figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttihPHnf2G .image-block {
    width: 100% !important;
  }
}
.cid-ttihPHG0fj {
  background: #ffffff;
}
.cid-ttihPHG0fj .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-ttihPHG0fj .mbr-figure {
  margin: 0 auto;
}
.cid-ttihPHG0fj figcaption {
  position: relative;
}
.cid-ttihPHG0fj figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttihPHG0fj .image-block {
    width: 100% !important;
  }
}
.cid-txgq5Jdfqz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-txgq5JCAIZ {
  background: #ffffff;
}
.cid-txgq5JCAIZ .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-txgq5JCAIZ .mbr-figure {
  margin: 0 auto;
}
.cid-txgq5JCAIZ figcaption {
  position: relative;
}
.cid-txgq5JCAIZ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-txgq5JCAIZ .image-block {
    width: 100% !important;
  }
}
.cid-txgq5KYqna {
  background-image: url("../../../assets/images/nvtelen-terv-1920x1080.jpg");
}
.cid-txgq5KYqna h1 {
  color: #616161;
}
.cid-txgq5KYqna h2,
.cid-txgq5KYqna h3,
.cid-txgq5KYqna p {
  color: #767676;
}
.cid-txgq5KYqna .mbr-section-subtitle {
  font-style: italic;
}
.cid-txgq5KYqna H1 {
  color: #efefef;
}
.cid-txgq5KYqna DIV {
  text-align: left;
}
.cid-txgq5KYqna H3 {
  color: #ffffff;
}
.cid-txgq5KYqna .mbr-text,
.cid-txgq5KYqna .mbr-section-btn {
  color: #fdfdfd;
}
.cid-txgq5JQ1QC {
  background: #ffffff;
}
.cid-txgq5JQ1QC .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-txgq5JQ1QC .mbr-figure {
  margin: 0 auto;
}
.cid-txgq5JQ1QC figcaption {
  position: relative;
}
.cid-txgq5JQ1QC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-txgq5JQ1QC .image-block {
    width: 100% !important;
  }
}
.cid-txgq5K3XPW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-txgq5K3XPW H3 {
  color: #db0730;
  text-align: left;
}
.cid-txgq5K3XPW P {
  text-align: center;
}
.cid-txgq5K3XPW H1 {
  text-align: left;
}
.cid-txgq5KrPNb {
  background: #000000;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-txgq5KrPNb .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-txgq5KrPNb .video-block {
    width: 100% !important;
  }
}
.cid-txgq5Lvi0z {
  background-image: url("../../../assets/images/bg-cpu.webp");
}
.cid-txgq5Lvi0z h1 {
  color: #616161;
}
.cid-txgq5Lvi0z h2,
.cid-txgq5Lvi0z h3,
.cid-txgq5Lvi0z p {
  color: #767676;
}
.cid-txgq5Lvi0z .mbr-section-subtitle {
  font-style: italic;
}
.cid-txgq5Lvi0z H1 {
  color: #efefef;
}
.cid-txgq5Lvi0z DIV {
  text-align: left;
}
.cid-txgq5Lvi0z H3 {
  color: #ffffff;
}
.cid-txgq5Lvi0z .mbr-text,
.cid-txgq5Lvi0z .mbr-section-btn {
  color: #fdfdfd;
}
.cid-txgq5KEAZa {
  background-image: url("../../../assets/images/bg-gpu.webp");
}
.cid-txgq5KEAZa h1 {
  color: #616161;
}
.cid-txgq5KEAZa h2,
.cid-txgq5KEAZa h3,
.cid-txgq5KEAZa p {
  color: #767676;
}
.cid-txgq5KEAZa .mbr-section-subtitle {
  font-style: italic;
}
.cid-txgq5KEAZa H1 {
  color: #efefef;
  text-align: right;
}
.cid-txgq5KEAZa DIV {
  text-align: right;
}
.cid-txgq5KEAZa H3 {
  color: #ffffff;
}
.cid-txgq5KEAZa .mbr-text,
.cid-txgq5KEAZa .mbr-section-btn {
  color: #fdfdfd;
  text-align: right;
}
.cid-txgq5LOeqH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/nv-bng-2000x633.jpg");
}
.cid-txgq5LOeqH .mbr-overlay {
  background: #000000;
  opacity: 0.4;
}
.cid-txgq5LOeqH p {
  color: #767676;
}
.cid-txgq5LOeqH .item:focus,
.cid-txgq5LOeqH span:focus {
  outline: none;
}
.cid-txgq5LOeqH .item {
  padding-bottom: 3rem;
  cursor: pointer;
}
.cid-txgq5LOeqH .item-wrapper {
  position: relative;
}
.cid-txgq5LOeqH .item-btn,
.cid-txgq5LOeqH h4,
.cid-txgq5LOeqH h5 {
  margin: 0;
}
.cid-txgq5LOeqH .item-content {
  padding-top: 2rem;
}
.cid-txgq5LOeqH .item-title {
  color: #57ff00;
  text-align: center;
}
.cid-txgq5LOeqH item-text {
  text-align: center;
  color: #fdfdfd;
}
.cid-txgq5Lg8cT {
  padding-top: 105px;
  padding-bottom: 60px;
  background: #000000;
}
.cid-txgq5Lg8cT .image-block {
  margin: auto;
}
.cid-txgq5Lg8cT .mbr-figure {
  margin: 0 auto;
}
.cid-txgq5Lg8cT figcaption {
  position: relative;
}
.cid-txgq5Lg8cT figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-txgq5Lg8cT .image-block {
    width: 100% !important;
  }
}
.cid-txgq5M9q6T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/4-performance3.webp");
}
.cid-txgq5M9q6T p {
  color: #767676;
}
.cid-txgq5M9q6T .item:focus,
.cid-txgq5M9q6T span:focus {
  outline: none;
}
.cid-txgq5M9q6T .item {
  padding-bottom: 3rem;
  cursor: pointer;
}
.cid-txgq5M9q6T .item-wrapper {
  position: relative;
}
.cid-txgq5M9q6T .item-btn,
.cid-txgq5M9q6T h4,
.cid-txgq5M9q6T h5 {
  margin: 0;
}
.cid-txgq5M9q6T .item-content {
  padding-top: 2rem;
}
.cid-txgq5M9q6T item-text {
  color: #ffffff;
}
.cid-txgq5M9q6T .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-txgCJYbAyY {
  background-image: url("../../../assets/images/nvtelen-terv-1-1920x1080.jpg");
}
.cid-txgCJYbAyY H1 {
  text-align: right;
}
.cid-txgCJYbAyY .mbr-text,
.cid-txgCJYbAyY .mbr-section-btn {
  text-align: right;
}
.cid-txgCJYbAyY H3 {
  text-align: right;
}
.cid-txgq5MqlDF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-txgq5MqlDF H3 {
  color: #ffffff;
  text-align: center;
}
.cid-txgq5MqlDF P {
  text-align: center;
  color: #ffffff;
}
.cid-txgq5MqlDF H1 {
  text-align: center;
  color: #4f919f;
}
.cid-txgq5NbBjQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-txgq5NbBjQ H3 {
  color: #ffffff;
  text-align: left;
}
.cid-txgq5NbBjQ P {
  text-align: left;
  color: #ffffff;
}
.cid-txgq5NbBjQ H1 {
  text-align: left;
  color: #26aae5;
}
.cid-txgq5NrGk9 {
  background: #ffffff;
}
.cid-txgq5NrGk9 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-txgq5NrGk9 .mbr-figure {
  margin: 0 auto;
}
.cid-txgq5NrGk9 figcaption {
  position: relative;
}
.cid-txgq5NrGk9 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-txgq5NrGk9 .image-block {
    width: 100% !important;
  }
}
.cid-txlRNCyIEz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-txlRNCRr3c {
  background: #ffffff;
}
.cid-txlRNCRr3c .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-txlRNCRr3c .mbr-figure {
  margin: 0 auto;
}
.cid-txlRNCRr3c figcaption {
  position: relative;
}
.cid-txlRNCRr3c figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-txlRNCRr3c .image-block {
    width: 100% !important;
  }
}
.cid-txlRND9Cmj {
  background-image: url("../../../assets/images/nvtelen-terv-1920x1080.jpg");
}
.cid-txlRND9Cmj h1 {
  color: #616161;
}
.cid-txlRND9Cmj h2,
.cid-txlRND9Cmj h3,
.cid-txlRND9Cmj p {
  color: #767676;
}
.cid-txlRND9Cmj .mbr-section-subtitle {
  font-style: italic;
}
.cid-txlRND9Cmj H1 {
  color: #efefef;
}
.cid-txlRND9Cmj DIV {
  text-align: left;
}
.cid-txlRND9Cmj H3 {
  color: #ffffff;
}
.cid-txlRND9Cmj .mbr-text,
.cid-txlRND9Cmj .mbr-section-btn {
  color: #fdfdfd;
}
.cid-txlRNDvz0g {
  background: #ffffff;
}
.cid-txlRNDvz0g .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-txlRNDvz0g .mbr-figure {
  margin: 0 auto;
}
.cid-txlRNDvz0g figcaption {
  position: relative;
}
.cid-txlRNDvz0g figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-txlRNDvz0g .image-block {
    width: 100% !important;
  }
}
.cid-txlRNDPgLG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-txlRNDPgLG H3 {
  color: #db0730;
  text-align: left;
}
.cid-txlRNDPgLG P {
  text-align: center;
}
.cid-txlRNDPgLG H1 {
  text-align: left;
}
.cid-txlRNEc6WF {
  background: #000000;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-txlRNEc6WF .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-txlRNEc6WF .video-block {
    width: 100% !important;
  }
}
.cid-txlRNEtzoP {
  background-image: url("../../../assets/images/bg-cpu.webp");
}
.cid-txlRNEtzoP h1 {
  color: #616161;
}
.cid-txlRNEtzoP h2,
.cid-txlRNEtzoP h3,
.cid-txlRNEtzoP p {
  color: #767676;
}
.cid-txlRNEtzoP .mbr-section-subtitle {
  font-style: italic;
}
.cid-txlRNEtzoP H1 {
  color: #efefef;
}
.cid-txlRNEtzoP DIV {
  text-align: left;
}
.cid-txlRNEtzoP H3 {
  color: #ffffff;
}
.cid-txlRNEtzoP .mbr-text,
.cid-txlRNEtzoP .mbr-section-btn {
  color: #fdfdfd;
}
.cid-txlRNES2rD {
  background-image: url("../../../assets/images/bg-gpu.webp");
}
.cid-txlRNES2rD h1 {
  color: #616161;
}
.cid-txlRNES2rD h2,
.cid-txlRNES2rD h3,
.cid-txlRNES2rD p {
  color: #767676;
}
.cid-txlRNES2rD .mbr-section-subtitle {
  font-style: italic;
}
.cid-txlRNES2rD H1 {
  color: #efefef;
  text-align: right;
}
.cid-txlRNES2rD DIV {
  text-align: right;
}
.cid-txlRNES2rD H3 {
  color: #ffffff;
}
.cid-txlRNES2rD .mbr-text,
.cid-txlRNES2rD .mbr-section-btn {
  color: #fdfdfd;
  text-align: right;
}
.cid-txlRNFeTqD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/nv-bng-2000x633.jpg");
}
.cid-txlRNFeTqD .mbr-overlay {
  background: #000000;
  opacity: 0.4;
}
.cid-txlRNFeTqD p {
  color: #767676;
}
.cid-txlRNFeTqD .item:focus,
.cid-txlRNFeTqD span:focus {
  outline: none;
}
.cid-txlRNFeTqD .item {
  padding-bottom: 3rem;
  cursor: pointer;
}
.cid-txlRNFeTqD .item-wrapper {
  position: relative;
}
.cid-txlRNFeTqD .item-btn,
.cid-txlRNFeTqD h4,
.cid-txlRNFeTqD h5 {
  margin: 0;
}
.cid-txlRNFeTqD .item-content {
  padding-top: 2rem;
}
.cid-txlRNFeTqD .item-title {
  color: #57ff00;
  text-align: center;
}
.cid-txlRNFeTqD item-text {
  text-align: center;
  color: #fdfdfd;
}
.cid-txlRNFDgsV {
  padding-top: 105px;
  padding-bottom: 60px;
  background: #000000;
}
.cid-txlRNFDgsV .image-block {
  margin: auto;
}
.cid-txlRNFDgsV .mbr-figure {
  margin: 0 auto;
}
.cid-txlRNFDgsV figcaption {
  position: relative;
}
.cid-txlRNFDgsV figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-txlRNFDgsV .image-block {
    width: 100% !important;
  }
}
.cid-txlRNFUaAw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/4-performance3.webp");
}
.cid-txlRNFUaAw p {
  color: #767676;
}
.cid-txlRNFUaAw .item:focus,
.cid-txlRNFUaAw span:focus {
  outline: none;
}
.cid-txlRNFUaAw .item {
  padding-bottom: 3rem;
  cursor: pointer;
}
.cid-txlRNFUaAw .item-wrapper {
  position: relative;
}
.cid-txlRNFUaAw .item-btn,
.cid-txlRNFUaAw h4,
.cid-txlRNFUaAw h5 {
  margin: 0;
}
.cid-txlRNFUaAw .item-content {
  padding-top: 2rem;
}
.cid-txlRNFUaAw item-text {
  color: #ffffff;
}
.cid-txlRNFUaAw .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-txlRNGhm1E {
  background-image: url("../../../assets/images/nvtelen-terv-1-1920x1080.jpg");
}
.cid-txlRNGhm1E H1 {
  text-align: right;
}
.cid-txlRNGhm1E .mbr-text,
.cid-txlRNGhm1E .mbr-section-btn {
  text-align: right;
}
.cid-txlRNGhm1E H3 {
  text-align: right;
}
.cid-txlRNGDM3s {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-txlRNGDM3s H3 {
  color: #ffffff;
  text-align: center;
}
.cid-txlRNGDM3s P {
  text-align: center;
  color: #ffffff;
}
.cid-txlRNGDM3s H1 {
  text-align: center;
  color: #4f919f;
}
.cid-txlRNGZ4ed {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-txlRNGZ4ed H3 {
  color: #ffffff;
  text-align: left;
}
.cid-txlRNGZ4ed P {
  text-align: left;
  color: #ffffff;
}
.cid-txlRNGZ4ed H1 {
  text-align: left;
  color: #26aae5;
}
.cid-txlRNHnDjD {
  background: #ffffff;
}
.cid-txlRNHnDjD .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-txlRNHnDjD .mbr-figure {
  margin: 0 auto;
}
.cid-txlRNHnDjD figcaption {
  position: relative;
}
.cid-txlRNHnDjD figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-txlRNHnDjD .image-block {
    width: 100% !important;
  }
}
.cid-uOmUjZ1nb4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-uOmVKBcPQO {
  background-image: url("../../../assets/images/1.webp");
}
.cid-uOmVKBcPQO H1 {
  text-align: center;
}
.cid-uOmUjZNift {
  padding-top: 45px;
  padding-bottom: 0px;
  background: #1c1c1c;
}
.cid-uOmUjZNift .image-block {
  margin: auto;
}
.cid-uOmUjZNift .mbr-figure {
  margin: 0 auto;
}
.cid-uOmUjZNift figcaption {
  position: relative;
}
.cid-uOmUjZNift figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uOmUjZNift .image-block {
    width: 100% !important;
  }
}
.cid-uOmUjZftHT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1c1c1c;
}
.cid-uOmUjZftHT H3 {
  color: #db0730;
  text-align: left;
}
.cid-uOmUjZftHT P {
  text-align: center;
}
.cid-uOmUjZftHT H1 {
  text-align: left;
}
.cid-uOn3yJLj9i {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/oled-csempe-5-1920x315.png");
}
.cid-uOn3yJLj9i .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uOn3yJLj9i .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uOn3yJLj9i .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uOn3yJLj9i .mbr-text {
    text-align: center;
  }
}
.cid-uOmUjZnm9A {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1c1c1c;
}
.cid-uOmUjZnm9A .mbr-section-subtitle,
.cid-uOmUjZnm9A .mbr-text {
  color: #767676;
}
.cid-uOmUjZnm9A .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uOmUjZnm9A .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uOmUjZnm9A .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uOmUjZnm9A .card-wrapper .card-img .mbr-overlay {
  background-color: #1c1c1c;
  display: none;
  transition: opacity .3s;
}
.cid-uOmUjZnm9A .card-wrapper .card-img img {
  width: 100%;
}
.cid-uOmUjZnm9A .card-wrapper .card-box {
  background-color: #1c1c1c;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-uOmUjZnm9A .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-uOmUjZnm9A .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-uOmUjZnm9A .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-uOmUjZnm9A .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-uOmUjZnm9A .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-uOmUjZnm9A .mbr-text {
  color: #efefef;
}
.cid-uOmUk0ouvk {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #1c1c1c;
}
.cid-uOmUk0ouvk .image-block {
  margin: auto;
}
.cid-uOmUk0ouvk .mbr-figure {
  margin: 0 auto;
}
.cid-uOmUk0ouvk figcaption {
  position: relative;
}
.cid-uOmUk0ouvk figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uOmUk0ouvk .image-block {
    width: 100% !important;
  }
}
.cid-uOxYEtxFLe {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #1c1c1c;
}
.cid-uOxYEtxFLe .image-block {
  margin: auto;
}
.cid-uOxYEtxFLe .mbr-figure {
  margin: 0 auto;
}
.cid-uOxYEtxFLe figcaption {
  position: relative;
}
.cid-uOxYEtxFLe figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uOxYEtxFLe .image-block {
    width: 100% !important;
  }
}
.cid-uOy18awcmv {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/proart20p16-h7606-scenario20photo-1-2000x1266.png");
}
.cid-uOy18awcmv .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-uOy18awcmv .media-container-column {
  background-color: #4f4943;
}
@media (max-width: 767px) {
  .cid-uOy18awcmv .media-container-column {
    padding: 1rem !important;
  }
}
.cid-uOy48BvFtt {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/proart20p16-h7606-scenario20photo-2-2000x1272.jpg");
}
.cid-uOy48BvFtt .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-uOy48BvFtt .media-container-column {
  background-color: #4f4943;
}
@media (max-width: 767px) {
  .cid-uOy48BvFtt .media-container-column {
    padding: 1rem !important;
  }
}
.cid-uOy49YN2hZ {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/proart20p16-h7606-scenario20photo-3-2000x1278.jpg");
}
.cid-uOy49YN2hZ .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-uOy49YN2hZ .media-container-column {
  background-color: #4f4943;
}
@media (max-width: 767px) {
  .cid-uOy49YN2hZ .media-container-column {
    padding: 1rem !important;
  }
}
.cid-uOmUjZDs9j {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #1c1c1c;
}
.cid-uOmUjZDs9j H3 {
  color: #997e60;
  text-align: left;
}
.cid-uOmUjZDs9j P {
  text-align: left;
  color: #ffffff;
}
.cid-uOmUjZDs9j H1 {
  text-align: left;
  color: #ffffff;
}
.cid-uOmXVJQ6Z2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #1c1c1c;
}
.cid-uOmXVJQ6Z2 .image-block {
  margin: auto;
}
.cid-uOmXVJQ6Z2 .mbr-figure {
  margin: 0 auto;
}
.cid-uOmXVJQ6Z2 figcaption {
  position: relative;
}
.cid-uOmXVJQ6Z2 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uOmXVJQ6Z2 .image-block {
    width: 100% !important;
  }
}
.cid-uOylLlifLG {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #1c1c1c;
}
.cid-uOylLlifLG P {
  color: #767676;
}
.cid-uOypxWrhpL {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #fdfdfd;
}
.cid-uOypxWrhpL H3 {
  color: #997e60;
  text-align: left;
}
.cid-uOypxWrhpL P {
  text-align: left;
  color: #1c1c1c;
}
.cid-uOypxWrhpL H1 {
  text-align: left;
  color: #1c1c1c;
}
.cid-uOmUk016fY {
  background: #ffffff;
}
.cid-uOmUk016fY .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uOmUk016fY .mbr-figure {
  margin: 0 auto;
}
.cid-uOmUk016fY figcaption {
  position: relative;
}
.cid-uOmUk016fY figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uOmUk016fY .image-block {
    width: 100% !important;
  }
}
.cid-uOypZjtmhF {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #fdfdfd;
}
.cid-uOypZjtmhF H3 {
  color: #997e60;
  text-align: left;
}
.cid-uOypZjtmhF P {
  text-align: left;
  color: #1c1c1c;
}
.cid-uOypZjtmhF H1 {
  text-align: left;
  color: #1c1c1c;
}
.cid-uOyqhUvT71 {
  background: #ffffff;
}
.cid-uOyqhUvT71 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uOyqhUvT71 .mbr-figure {
  margin: 0 auto;
}
.cid-uOyqhUvT71 figcaption {
  position: relative;
}
.cid-uOyqhUvT71 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uOyqhUvT71 .image-block {
    width: 100% !important;
  }
}
.cid-uOyqRPouww {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uOyqRPouww P {
  color: #767676;
}
.cid-uOmUk0cG7j {
  background: #ffffff;
}
.cid-uOmUk0cG7j .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uOmUk0cG7j .mbr-figure {
  margin: 0 auto;
}
.cid-uOmUk0cG7j figcaption {
  position: relative;
}
.cid-uOmUk0cG7j figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uOmUk0cG7j .image-block {
    width: 100% !important;
  }
}
.cid-uOyttySE6e {
  background: #ffffff;
}
.cid-uOyttySE6e .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uOyttySE6e .mbr-figure {
  margin: 0 auto;
}
.cid-uOyttySE6e figcaption {
  position: relative;
}
.cid-uOyttySE6e figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uOyttySE6e .image-block {
    width: 100% !important;
  }
}
.cid-uOytCeLGht {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #1c1c1c;
}
.cid-uOytCeLGht H3 {
  color: #997e60;
  text-align: left;
}
.cid-uOytCeLGht P {
  text-align: left;
  color: #ffffff;
}
.cid-uOytCeLGht H1 {
  text-align: left;
  color: #ffffff;
}
.cid-uOyCEmNPAH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1c1c1c;
}
.cid-uOyCEmNPAH .mbr-section-subtitle,
.cid-uOyCEmNPAH .mbr-text {
  color: #767676;
}
.cid-uOyCEmNPAH .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uOyCEmNPAH .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uOyCEmNPAH .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uOyCEmNPAH .card-wrapper .card-img .mbr-overlay {
  background-color: #1c1c1c;
  display: none;
  transition: opacity .3s;
}
.cid-uOyCEmNPAH .card-wrapper .card-img img {
  width: 100%;
}
.cid-uOyCEmNPAH .card-wrapper .card-box {
  background-color: #1c1c1c;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-uOyCEmNPAH .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-uOyCEmNPAH .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-uOyCEmNPAH .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-uOyCEmNPAH .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-uOyCEmNPAH .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-uOyCEmNPAH .mbr-text {
  color: #efefef;
}
.cid-uOyEaVz3T8 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #1c1c1c;
}
.cid-uOyEaVz3T8 H3 {
  color: #997e60;
  text-align: left;
}
.cid-uOyEaVz3T8 P {
  text-align: left;
  color: #ffffff;
}
.cid-uOyEaVz3T8 H1 {
  text-align: left;
  color: #ffffff;
}
.cid-uOyErmF51K {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1c1c1c;
}
.cid-uOyErmF51K .mbr-section-subtitle,
.cid-uOyErmF51K .mbr-text {
  color: #767676;
}
.cid-uOyErmF51K .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uOyErmF51K .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uOyErmF51K .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uOyErmF51K .card-wrapper .card-img .mbr-overlay {
  background-color: #1c1c1c;
  display: none;
  transition: opacity .3s;
}
.cid-uOyErmF51K .card-wrapper .card-img .mbr-section-btn {
  position: absolute;
  transition: opacity .3s;
  width: 100%;
  left: 0;
  top: 50%;
  height: auto;
  transform: translateY(-50%);
}
.cid-uOyErmF51K .card-wrapper .card-img img {
  width: 100%;
}
.cid-uOyErmF51K .card-wrapper .card-box {
  background-color: #1c1c1c;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-uOyErmF51K .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-uOyErmF51K .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-uOyErmF51K .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-uOyErmF51K .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-uOyErmF51K .card-img .mbr-section-btn {
  opacity: 0;
}
.cid-uOyErmF51K .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-uOyErmF51K .card-img:hover .mbr-section-btn {
  opacity: 1;
}
.cid-uOyErmF51K .mbr-text {
  color: #efefef;
}
.cid-uOzb8eIlaf {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #1c1c1c;
}
.cid-uOzb8eIlaf H3 {
  color: #997e60;
  text-align: left;
}
.cid-uOzb8eIlaf P {
  text-align: left;
  color: #ffffff;
}
.cid-uOzb8eIlaf H1 {
  text-align: left;
  color: #ffffff;
}
.cid-uOzfrCMUeN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1c1c1c;
}
.cid-uOzfrCMUeN .mbr-section-subtitle,
.cid-uOzfrCMUeN .mbr-text {
  color: #767676;
}
.cid-uOzfrCMUeN .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uOzfrCMUeN .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uOzfrCMUeN .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uOzfrCMUeN .card-wrapper .card-img .mbr-overlay {
  background-color: #1c1c1c;
  display: none;
  transition: opacity .3s;
}
.cid-uOzfrCMUeN .card-wrapper .card-img img {
  width: 100%;
}
.cid-uOzfrCMUeN .card-wrapper .card-box {
  background-color: #1c1c1c;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-uOzfrCMUeN .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-uOzfrCMUeN .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-uOzfrCMUeN .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-uOzfrCMUeN .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-uOzfrCMUeN .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-uOzfrCMUeN .mbr-text {
  color: #efefef;
}
.cid-uOzjBeLsf1 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uOzjBeLsf1 H3 {
  color: #997e60;
  text-align: left;
}
.cid-uOzjBeLsf1 P {
  text-align: left;
  color: #ffffff;
}
.cid-uOzjBeLsf1 H1 {
  text-align: left;
  color: #ffffff;
}
.cid-uOzjRO4XID {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uOzjRO4XID P {
  color: #767676;
}
.cid-uOnXXgiRlK {
  background: #ffffff;
}
.cid-uOnXXgiRlK .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uOnXXgiRlK .mbr-figure {
  margin: 0 auto;
}
.cid-uOnXXgiRlK figcaption {
  position: relative;
}
.cid-uOnXXgiRlK figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uOnXXgiRlK .image-block {
    width: 100% !important;
  }
}
.cid-uOzl89qmKa {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uOzl89qmKa H3 {
  color: #997e60;
  text-align: left;
}
.cid-uOzl89qmKa P {
  text-align: left;
  color: #ffffff;
}
.cid-uOzl89qmKa H1 {
  text-align: left;
  color: #ffffff;
}
.cid-uOzld0kBZu {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uOzld0kBZu P {
  color: #767676;
}
.cid-uOmUk0EyiT {
  background: #ffffff;
}
.cid-uOmUk0EyiT .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uOmUk0EyiT .mbr-figure {
  margin: 0 auto;
}
.cid-uOmUk0EyiT figcaption {
  position: relative;
}
.cid-uOmUk0EyiT figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uOmUk0EyiT .image-block {
    width: 100% !important;
  }
}
.cid-uOzslhydmH {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uOzslhydmH H3 {
  color: #997e60;
  text-align: left;
}
.cid-uOzslhydmH P {
  text-align: left;
  color: #ffffff;
}
.cid-uOzslhydmH H1 {
  text-align: left;
  color: #ffffff;
}
.cid-uOzsrNkXDK {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uOzsrNkXDK P {
  color: #767676;
}
.cid-uOmUk0RbnP {
  background: #ffffff;
}
.cid-uOmUk0RbnP .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uOmUk0RbnP .mbr-figure {
  margin: 0 auto;
}
.cid-uOmUk0RbnP figcaption {
  position: relative;
}
.cid-uOmUk0RbnP figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uOmUk0RbnP .image-block {
    width: 100% !important;
  }
}
.cid-uOzsTfSXst {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uOzsTfSXst H3 {
  color: #997e60;
  text-align: left;
}
.cid-uOzsTfSXst P {
  text-align: left;
  color: #ffffff;
}
.cid-uOzsTfSXst H1 {
  text-align: left;
  color: #ffffff;
}
.cid-uOzsYBkWxd {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uOzsYBkWxd P {
  color: #767676;
}
.cid-uOmUk135SN {
  background: #ffffff;
}
.cid-uOmUk135SN .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uOmUk135SN .mbr-figure {
  margin: 0 auto;
}
.cid-uOmUk135SN figcaption {
  position: relative;
}
.cid-uOmUk135SN figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uOmUk135SN .image-block {
    width: 100% !important;
  }
}
.cid-uOzu7CXbny {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uOzu7CXbny H3 {
  color: #997e60;
  text-align: left;
}
.cid-uOzu7CXbny P {
  text-align: left;
  color: #ffffff;
}
.cid-uOzu7CXbny H1 {
  text-align: left;
  color: #ffffff;
}
.cid-uOzucloO7K {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uOzucloO7K P {
  color: #767676;
}
.cid-uOmUk1g0uC {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #000000;
}
.cid-uOmUk1g0uC .image-block {
  margin: auto;
}
.cid-uOmUk1g0uC .mbr-figure {
  margin: 0 auto;
}
.cid-uOmUk1g0uC figcaption {
  position: relative;
}
.cid-uOmUk1g0uC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uOmUk1g0uC .image-block {
    width: 100% !important;
  }
}
.cid-uOmUk1uFTC {
  background: #000000;
}
.cid-uOmUk1uFTC .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uOmUk1uFTC .mbr-figure {
  margin: 0 auto;
}
.cid-uOmUk1uFTC figcaption {
  position: relative;
}
.cid-uOmUk1uFTC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uOmUk1uFTC .image-block {
    width: 100% !important;
  }
}
.cid-uOzBWZsrjB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uOzBWZsrjB .mbr-section-subtitle,
.cid-uOzBWZsrjB .mbr-text {
  color: #767676;
}
.cid-uOzBWZsrjB .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uOzBWZsrjB .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uOzBWZsrjB .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uOzBWZsrjB .card-wrapper .card-img .mbr-overlay {
  background-color: #1c1c1c;
  display: none;
  transition: opacity .3s;
}
.cid-uOzBWZsrjB .card-wrapper .card-img img {
  width: 100%;
}
.cid-uOzBWZsrjB .card-wrapper .card-box {
  background-color: #1c1c1c;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-uOzBWZsrjB .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-uOzBWZsrjB .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-uOzBWZsrjB .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-uOzBWZsrjB .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-uOzBWZsrjB .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-uOzBWZsrjB .mbr-text {
  color: #efefef;
}
.cid-uOzC0YBvLt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uOzC0YBvLt .mbr-section-subtitle,
.cid-uOzC0YBvLt .mbr-text {
  color: #767676;
}
.cid-uOzC0YBvLt .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uOzC0YBvLt .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uOzC0YBvLt .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uOzC0YBvLt .card-wrapper .card-img .mbr-overlay {
  background-color: #1c1c1c;
  display: none;
  transition: opacity .3s;
}
.cid-uOzC0YBvLt .card-wrapper .card-img .mbr-section-btn {
  position: absolute;
  transition: opacity .3s;
  width: 100%;
  left: 0;
  top: 50%;
  height: auto;
  transform: translateY(-50%);
}
.cid-uOzC0YBvLt .card-wrapper .card-img img {
  width: 100%;
}
.cid-uOzC0YBvLt .card-wrapper .card-box {
  background-color: #1c1c1c;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-uOzC0YBvLt .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-uOzC0YBvLt .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-uOzC0YBvLt .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-uOzC0YBvLt .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-uOzC0YBvLt .card-img .mbr-section-btn {
  opacity: 0;
}
.cid-uOzC0YBvLt .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-uOzC0YBvLt .card-img:hover .mbr-section-btn {
  opacity: 1;
}
.cid-uOzC0YBvLt .mbr-text {
  color: #efefef;
}
.cid-uP1ABQYqSE {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uP1ABQYqSE H3 {
  color: #997e60;
  text-align: left;
}
.cid-uP1ABQYqSE P {
  text-align: left;
  color: #232323;
}
.cid-uP1ABQYqSE H1 {
  text-align: left;
  color: #232323;
}
.cid-uP1HiIIYCv {
  background: #000000;
}
.cid-uP1HiIIYCv .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uP1HiIIYCv .mbr-figure {
  margin: 0 auto;
}
.cid-uP1HiIIYCv figcaption {
  position: relative;
}
.cid-uP1HiIIYCv figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uP1HiIIYCv .image-block {
    width: 100% !important;
  }
}
.cid-uP1ISSz3bB {
  background: #000000;
}
.cid-uP1ISSz3bB .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uP1ISSz3bB .mbr-figure {
  margin: 0 auto;
}
.cid-uP1ISSz3bB figcaption {
  position: relative;
}
.cid-uP1ISSz3bB figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uP1ISSz3bB .image-block {
    width: 100% !important;
  }
}
.cid-uP1ITfJjXD {
  background: #000000;
}
.cid-uP1ITfJjXD .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uP1ITfJjXD .mbr-figure {
  margin: 0 auto;
}
.cid-uP1ITfJjXD figcaption {
  position: relative;
}
.cid-uP1ITfJjXD figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uP1ITfJjXD .image-block {
    width: 100% !important;
  }
}
.cid-uP1JYAo11T {
  background-image: url("../../../assets/images/proart-csik-1-2000x773.jpeg");
}
.cid-uP1JYAo11T H1 {
  text-align: center;
  color: #ffffff;
}
.cid-uP1JYAo11T H3 {
  color: #b1a374;
}
.cid-uP1QTIG00u {
  background: #1c1c1c;
}
.cid-uP1QTIG00u .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uP1QTIG00u .mbr-figure {
  margin: 0 auto;
}
.cid-uP1QTIG00u figcaption {
  position: relative;
}
.cid-uP1QTIG00u figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uP1QTIG00u .image-block {
    width: 100% !important;
  }
}
.cid-uP1S7hHwto {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #1c1c1c;
}
.cid-uP1S7hHwto H3 {
  color: #997e60;
  text-align: left;
}
.cid-uP1S7hHwto P {
  text-align: left;
  color: #ffffff;
}
.cid-uP1S7hHwto H1 {
  text-align: left;
  color: #ffffff;
}
.cid-uP1XKM68yz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #1c1c1c;
}
.cid-uP1XKM68yz .mbr-text,
.cid-uP1XKM68yz blockquote {
  color: #767676;
}
.cid-uP1XKM68yz .mbr-text P {
  text-align: center;
}
.cid-uP2iNlqAU7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-uP2iNlz6vi {
  background: #ffffff;
}
.cid-uP2iNlz6vi .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uP2iNlz6vi .mbr-figure {
  margin: 0 auto;
}
.cid-uP2iNlz6vi figcaption {
  position: relative;
}
.cid-uP2iNlz6vi figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uP2iNlz6vi .image-block {
    width: 100% !important;
  }
}
.cid-uP2iNlNePZ {
  background: #ffffff;
}
.cid-uP2iNlNePZ .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uP2iNlNePZ .mbr-figure {
  margin: 0 auto;
}
.cid-uP2iNlNePZ figcaption {
  position: relative;
}
.cid-uP2iNlNePZ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uP2iNlNePZ .image-block {
    width: 100% !important;
  }
}
.cid-uP2iNm0t5X {
  background: #ffffff;
}
.cid-uP2iNm0t5X .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uP2iNm0t5X .mbr-figure {
  margin: 0 auto;
}
.cid-uP2iNm0t5X figcaption {
  position: relative;
}
.cid-uP2iNm0t5X figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uP2iNm0t5X .image-block {
    width: 100% !important;
  }
}
.cid-uP2iNmcpTK {
  background: #ffffff;
}
.cid-uP2iNmcpTK .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uP2iNmcpTK .mbr-figure {
  margin: 0 auto;
}
.cid-uP2iNmcpTK figcaption {
  position: relative;
}
.cid-uP2iNmcpTK figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uP2iNmcpTK .image-block {
    width: 100% !important;
  }
}
.cid-uP2iNmuK3m {
  background: #ffffff;
}
.cid-uP2iNmuK3m .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uP2iNmuK3m .mbr-figure {
  margin: 0 auto;
}
.cid-uP2iNmuK3m figcaption {
  position: relative;
}
.cid-uP2iNmuK3m figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uP2iNmuK3m .image-block {
    width: 100% !important;
  }
}
.cid-uP2iNmGJbn {
  background: #ffffff;
}
.cid-uP2iNmGJbn .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uP2iNmGJbn .mbr-figure {
  margin: 0 auto;
}
.cid-uP2iNmGJbn figcaption {
  position: relative;
}
.cid-uP2iNmGJbn figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uP2iNmGJbn .image-block {
    width: 100% !important;
  }
}
.cid-uPGeOzjTDv {
  background: #ffffff;
}
.cid-uPGeOzjTDv .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uPGeOzjTDv .mbr-figure {
  margin: 0 auto;
}
.cid-uPGeOzjTDv figcaption {
  position: relative;
}
.cid-uPGeOzjTDv figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uPGeOzjTDv .image-block {
    width: 100% !important;
  }
}
.cid-uPGeRA3KEA {
  background: #ffffff;
}
.cid-uPGeRA3KEA .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uPGeRA3KEA .mbr-figure {
  margin: 0 auto;
}
.cid-uPGeRA3KEA figcaption {
  position: relative;
}
.cid-uPGeRA3KEA figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uPGeRA3KEA .image-block {
    width: 100% !important;
  }
}
.cid-uPHchmzRSA {
  background: #ffffff;
}
.cid-uPHchmzRSA .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uPHchmzRSA .mbr-figure {
  margin: 0 auto;
}
.cid-uPHchmzRSA figcaption {
  position: relative;
}
.cid-uPHchmzRSA figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uPHchmzRSA .image-block {
    width: 100% !important;
  }
}
.cid-uPHd176NHP {
  background: #ffffff;
}
.cid-uPHd176NHP .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uPHd176NHP .mbr-figure {
  margin: 0 auto;
}
.cid-uPHd176NHP figcaption {
  position: relative;
}
.cid-uPHd176NHP figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uPHd176NHP .image-block {
    width: 100% !important;
  }
}
.cid-uPHdA26rjm {
  background: #ffffff;
}
.cid-uPHdA26rjm .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uPHdA26rjm .mbr-figure {
  margin: 0 auto;
}
.cid-uPHdA26rjm figcaption {
  position: relative;
}
.cid-uPHdA26rjm figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uPHdA26rjm .image-block {
    width: 100% !important;
  }
}
.cid-uPHmhHT2qr {
  background: #ffffff;
}
.cid-uPHmhHT2qr .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uPHmhHT2qr .mbr-figure {
  margin: 0 auto;
}
.cid-uPHmhHT2qr figcaption {
  position: relative;
}
.cid-uPHmhHT2qr figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uPHmhHT2qr .image-block {
    width: 100% !important;
  }
}
.cid-uPHnz5vNOQ {
  background: #ffffff;
}
.cid-uPHnz5vNOQ .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uPHnz5vNOQ .mbr-figure {
  margin: 0 auto;
}
.cid-uPHnz5vNOQ figcaption {
  position: relative;
}
.cid-uPHnz5vNOQ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uPHnz5vNOQ .image-block {
    width: 100% !important;
  }
}
.cid-uPHrwTThRa {
  background: #ffffff;
}
.cid-uPHrwTThRa .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uPHrwTThRa .mbr-figure {
  margin: 0 auto;
}
.cid-uPHrwTThRa figcaption {
  position: relative;
}
.cid-uPHrwTThRa figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uPHrwTThRa .image-block {
    width: 100% !important;
  }
}
.cid-uPHunMHBAs {
  background: #ffffff;
}
.cid-uPHunMHBAs .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uPHunMHBAs .mbr-figure {
  margin: 0 auto;
}
.cid-uPHunMHBAs figcaption {
  position: relative;
}
.cid-uPHunMHBAs figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uPHunMHBAs .image-block {
    width: 100% !important;
  }
}
.cid-uPHv3prd6g {
  background: #ffffff;
}
.cid-uPHv3prd6g .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uPHv3prd6g .mbr-figure {
  margin: 0 auto;
}
.cid-uPHv3prd6g figcaption {
  position: relative;
}
.cid-uPHv3prd6g figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uPHv3prd6g .image-block {
    width: 100% !important;
  }
}
.cid-uPHw2mz4Oz {
  background: #ffffff;
}
.cid-uPHw2mz4Oz .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uPHw2mz4Oz .mbr-figure {
  margin: 0 auto;
}
.cid-uPHw2mz4Oz figcaption {
  position: relative;
}
.cid-uPHw2mz4Oz figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uPHw2mz4Oz .image-block {
    width: 100% !important;
  }
}
.cid-uPHwHMR3FL {
  background: #ffffff;
}
.cid-uPHwHMR3FL .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uPHwHMR3FL .mbr-figure {
  margin: 0 auto;
}
.cid-uPHwHMR3FL figcaption {
  position: relative;
}
.cid-uPHwHMR3FL figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uPHwHMR3FL .image-block {
    width: 100% !important;
  }
}
.cid-uPHyjUbO9J {
  background: #ffffff;
}
.cid-uPHyjUbO9J .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uPHyjUbO9J .mbr-figure {
  margin: 0 auto;
}
.cid-uPHyjUbO9J figcaption {
  position: relative;
}
.cid-uPHyjUbO9J figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uPHyjUbO9J .image-block {
    width: 100% !important;
  }
}
.cid-uPHzx5omaX {
  background: #ffffff;
}
.cid-uPHzx5omaX .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uPHzx5omaX .mbr-figure {
  margin: 0 auto;
}
.cid-uPHzx5omaX figcaption {
  position: relative;
}
.cid-uPHzx5omaX figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uPHzx5omaX .image-block {
    width: 100% !important;
  }
}
.cid-uPHzDjCwLB {
  background: #ffffff;
}
.cid-uPHzDjCwLB .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uPHzDjCwLB .mbr-figure {
  margin: 0 auto;
}
.cid-uPHzDjCwLB figcaption {
  position: relative;
}
.cid-uPHzDjCwLB figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uPHzDjCwLB .image-block {
    width: 100% !important;
  }
}
.cid-uPHzIV3nd0 {
  background: #ffffff;
}
.cid-uPHzIV3nd0 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uPHzIV3nd0 .mbr-figure {
  margin: 0 auto;
}
.cid-uPHzIV3nd0 figcaption {
  position: relative;
}
.cid-uPHzIV3nd0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uPHzIV3nd0 .image-block {
    width: 100% !important;
  }
}
.cid-uPHBb690SM {
  background: #ffffff;
}
.cid-uPHBb690SM .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uPHBb690SM .mbr-figure {
  margin: 0 auto;
}
.cid-uPHBb690SM figcaption {
  position: relative;
}
.cid-uPHBb690SM figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uPHBb690SM .image-block {
    width: 100% !important;
  }
}
.cid-uPHE3pax8U {
  background: #ffffff;
}
.cid-uPHE3pax8U .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uPHE3pax8U .mbr-figure {
  margin: 0 auto;
}
.cid-uPHE3pax8U figcaption {
  position: relative;
}
.cid-uPHE3pax8U figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uPHE3pax8U .image-block {
    width: 100% !important;
  }
}
.cid-uPHE8hVjuM {
  background: #ffffff;
}
.cid-uPHE8hVjuM .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uPHE8hVjuM .mbr-figure {
  margin: 0 auto;
}
.cid-uPHE8hVjuM figcaption {
  position: relative;
}
.cid-uPHE8hVjuM figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uPHE8hVjuM .image-block {
    width: 100% !important;
  }
}
.cid-uPHFKRWjtr {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uPHFKRWjtr .line {
  background-color: #000000;
  color: #000000;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uPHFKRWjtr .section-text {
  padding: 2rem 0;
  color: #ffffff;
}
.cid-uPHFKRWjtr .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uPHFKRWjtr .inner-container {
    width: 100% !important;
  }
}
.cid-uP2T2mKX4l {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-uP2T2mT9WI {
  background: #ffffff;
}
.cid-uP2T2mT9WI .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uP2T2mT9WI .mbr-figure {
  margin: 0 auto;
}
.cid-uP2T2mT9WI figcaption {
  position: relative;
}
.cid-uP2T2mT9WI figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uP2T2mT9WI .image-block {
    width: 100% !important;
  }
}
.cid-uP2T2ncf9Y {
  background: #ffffff;
}
.cid-uP2T2ncf9Y .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uP2T2ncf9Y .mbr-figure {
  margin: 0 auto;
}
.cid-uP2T2ncf9Y figcaption {
  position: relative;
}
.cid-uP2T2ncf9Y figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uP2T2ncf9Y .image-block {
    width: 100% !important;
  }
}
.cid-uP2T2o2893 {
  background: #ffffff;
}
.cid-uP2T2o2893 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uP2T2o2893 .mbr-figure {
  margin: 0 auto;
}
.cid-uP2T2o2893 figcaption {
  position: relative;
}
.cid-uP2T2o2893 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uP2T2o2893 .image-block {
    width: 100% !important;
  }
}
.cid-uP2T2of9X0 {
  background: #ffffff;
}
.cid-uP2T2of9X0 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uP2T2of9X0 .mbr-figure {
  margin: 0 auto;
}
.cid-uP2T2of9X0 figcaption {
  position: relative;
}
.cid-uP2T2of9X0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uP2T2of9X0 .image-block {
    width: 100% !important;
  }
}
.cid-uQl3OJMPVM {
  background: #ffffff;
}
.cid-uQl3OJMPVM .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uQl3OJMPVM .mbr-figure {
  margin: 0 auto;
}
.cid-uQl3OJMPVM figcaption {
  position: relative;
}
.cid-uQl3OJMPVM figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uQl3OJMPVM .image-block {
    width: 100% !important;
  }
}
.cid-uQl3TJ0cQd {
  background: #ffffff;
}
.cid-uQl3TJ0cQd .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uQl3TJ0cQd .mbr-figure {
  margin: 0 auto;
}
.cid-uQl3TJ0cQd figcaption {
  position: relative;
}
.cid-uQl3TJ0cQd figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uQl3TJ0cQd .image-block {
    width: 100% !important;
  }
}
.cid-uQl3Y2jBmw {
  background: #ffffff;
}
.cid-uQl3Y2jBmw .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uQl3Y2jBmw .mbr-figure {
  margin: 0 auto;
}
.cid-uQl3Y2jBmw figcaption {
  position: relative;
}
.cid-uQl3Y2jBmw figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uQl3Y2jBmw .image-block {
    width: 100% !important;
  }
}
.cid-uQl42TdXOC {
  background: #ffffff;
}
.cid-uQl42TdXOC .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uQl42TdXOC .mbr-figure {
  margin: 0 auto;
}
.cid-uQl42TdXOC figcaption {
  position: relative;
}
.cid-uQl42TdXOC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uQl42TdXOC .image-block {
    width: 100% !important;
  }
}
.cid-uQl46V11vi {
  background: #ffffff;
}
.cid-uQl46V11vi .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uQl46V11vi .mbr-figure {
  margin: 0 auto;
}
.cid-uQl46V11vi figcaption {
  position: relative;
}
.cid-uQl46V11vi figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uQl46V11vi .image-block {
    width: 100% !important;
  }
}
.cid-uQl4aJGtfK {
  background: #ffffff;
}
.cid-uQl4aJGtfK .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uQl4aJGtfK .mbr-figure {
  margin: 0 auto;
}
.cid-uQl4aJGtfK figcaption {
  position: relative;
}
.cid-uQl4aJGtfK figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uQl4aJGtfK .image-block {
    width: 100% !important;
  }
}
.cid-uQl4eAM0ZM {
  background: #ffffff;
}
.cid-uQl4eAM0ZM .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uQl4eAM0ZM .mbr-figure {
  margin: 0 auto;
}
.cid-uQl4eAM0ZM figcaption {
  position: relative;
}
.cid-uQl4eAM0ZM figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uQl4eAM0ZM .image-block {
    width: 100% !important;
  }
}
.cid-uP2T2omvKe {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ddd9d4;
}
.cid-uP2T2omvKe H3 {
  color: #66625b;
  text-align: center;
}
.cid-uP2T2omvKe P {
  text-align: center;
  color: #274c6d;
}
.cid-uP2T2omvKe H1 {
  text-align: center;
  color: #f2f0ed;
}
.cid-uQl4hZY8Te {
  background: #ffffff;
}
.cid-uQl4hZY8Te .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uQl4hZY8Te .mbr-figure {
  margin: 0 auto;
}
.cid-uQl4hZY8Te figcaption {
  position: relative;
}
.cid-uQl4hZY8Te figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uQl4hZY8Te .image-block {
    width: 100% !important;
  }
}
.cid-uQl7jJ4H9l {
  background: #ffffff;
}
.cid-uQl7jJ4H9l .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uQl7jJ4H9l .mbr-figure {
  margin: 0 auto;
}
.cid-uQl7jJ4H9l figcaption {
  position: relative;
}
.cid-uQl7jJ4H9l figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uQl7jJ4H9l .image-block {
    width: 100% !important;
  }
}
.cid-uQl7orkRt5 {
  background: #ffffff;
}
.cid-uQl7orkRt5 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uQl7orkRt5 .mbr-figure {
  margin: 0 auto;
}
.cid-uQl7orkRt5 figcaption {
  position: relative;
}
.cid-uQl7orkRt5 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uQl7orkRt5 .image-block {
    width: 100% !important;
  }
}
.cid-uQl7rgKJzq {
  background: #ffffff;
}
.cid-uQl7rgKJzq .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uQl7rgKJzq .mbr-figure {
  margin: 0 auto;
}
.cid-uQl7rgKJzq figcaption {
  position: relative;
}
.cid-uQl7rgKJzq figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uQl7rgKJzq .image-block {
    width: 100% !important;
  }
}
.cid-uQl7ubdVAY {
  background: #ffffff;
}
.cid-uQl7ubdVAY .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uQl7ubdVAY .mbr-figure {
  margin: 0 auto;
}
.cid-uQl7ubdVAY figcaption {
  position: relative;
}
.cid-uQl7ubdVAY figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uQl7ubdVAY .image-block {
    width: 100% !important;
  }
}
.cid-uP2T2ouKmQ {
  background: #ffffff;
}
.cid-uP2T2ouKmQ .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uP2T2ouKmQ .mbr-figure {
  margin: 0 auto;
}
.cid-uP2T2ouKmQ figcaption {
  position: relative;
}
.cid-uP2T2ouKmQ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uP2T2ouKmQ .image-block {
    width: 100% !important;
  }
}
.cid-uP2T2oH5sr {
  background: #ffffff;
}
.cid-uP2T2oH5sr .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uP2T2oH5sr .mbr-figure {
  margin: 0 auto;
}
.cid-uP2T2oH5sr figcaption {
  position: relative;
}
.cid-uP2T2oH5sr figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uP2T2oH5sr .image-block {
    width: 100% !important;
  }
}
.cid-uP2T2p1y2J {
  background: #ffffff;
}
.cid-uP2T2p1y2J .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uP2T2p1y2J .mbr-figure {
  margin: 0 auto;
}
.cid-uP2T2p1y2J figcaption {
  position: relative;
}
.cid-uP2T2p1y2J figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uP2T2p1y2J .image-block {
    width: 100% !important;
  }
}
.cid-uQl8dkgaCw {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uQl8dkgaCw .card-img {
  background-color: #fff;
}
.cid-uQl8dkgaCw .card {
  align-self: stretch;
}
.cid-uQl8dkgaCw .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-uQl8dkgaCw h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uQl8dkgaCw p {
  text-align: left;
}
.cid-uQl8dkgaCw .mbr-text {
  color: #767676;
}
.cid-uQl8dkgaCw .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uQl8dkgaCw .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-uQl8dkgaCw .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-uP2T2pgHOi {
  background: #ffffff;
}
.cid-uP2T2pgHOi .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uP2T2pgHOi .mbr-figure {
  margin: 0 auto;
}
.cid-uP2T2pgHOi figcaption {
  position: relative;
}
.cid-uP2T2pgHOi figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uP2T2pgHOi .image-block {
    width: 100% !important;
  }
}
.cid-uP2T2pxDMJ {
  background: #ffffff;
}
.cid-uP2T2pxDMJ .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uP2T2pxDMJ .mbr-figure {
  margin: 0 auto;
}
.cid-uP2T2pxDMJ figcaption {
  position: relative;
}
.cid-uP2T2pxDMJ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uP2T2pxDMJ .image-block {
    width: 100% !important;
  }
}
.cid-uP2T2pMPbe {
  background: #ffffff;
}
.cid-uP2T2pMPbe .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uP2T2pMPbe .mbr-figure {
  margin: 0 auto;
}
.cid-uP2T2pMPbe figcaption {
  position: relative;
}
.cid-uP2T2pMPbe figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uP2T2pMPbe .image-block {
    width: 100% !important;
  }
}
.cid-uP2T2q3PhP {
  background: #ffffff;
}
.cid-uP2T2q3PhP .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uP2T2q3PhP .mbr-figure {
  margin: 0 auto;
}
.cid-uP2T2q3PhP figcaption {
  position: relative;
}
.cid-uP2T2q3PhP figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uP2T2q3PhP .image-block {
    width: 100% !important;
  }
}
.cid-uQltCrGU22 {
  background: #ffffff;
}
.cid-uQltCrGU22 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uQltCrGU22 .mbr-figure {
  margin: 0 auto;
}
.cid-uQltCrGU22 figcaption {
  position: relative;
}
.cid-uQltCrGU22 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uQltCrGU22 .image-block {
    width: 100% !important;
  }
}
.cid-uQlul2t0Fx {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uQlul2t0Fx .card-box {
  padding: 0 2rem;
}
.cid-uQlul2t0Fx .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uQlul2t0Fx .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uQlul2t0Fx h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uQlul2t0Fx p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-uQlul2t0Fx .mbr-text {
  color: #767676;
}
.cid-uQlul2t0Fx .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
  padding-bottom: 0;
}
.cid-uQlul2t0Fx .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uQlx2vljdN {
  background: #ffffff;
}
.cid-uQlx2vljdN .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uQlx2vljdN .mbr-figure {
  margin: 0 auto;
}
.cid-uQlx2vljdN figcaption {
  position: relative;
}
.cid-uQlx2vljdN figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uQlx2vljdN .image-block {
    width: 100% !important;
  }
}
.cid-uQlyvvyCdS {
  background: #ffffff;
}
.cid-uQlyvvyCdS .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uQlyvvyCdS .mbr-figure {
  margin: 0 auto;
}
.cid-uQlyvvyCdS figcaption {
  position: relative;
}
.cid-uQlyvvyCdS figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uQlyvvyCdS .image-block {
    width: 100% !important;
  }
}
.cid-uQlzJNLoT4 {
  background: #ffffff;
}
.cid-uQlzJNLoT4 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uQlzJNLoT4 .mbr-figure {
  margin: 0 auto;
}
.cid-uQlzJNLoT4 figcaption {
  position: relative;
}
.cid-uQlzJNLoT4 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uQlzJNLoT4 .image-block {
    width: 100% !important;
  }
}
.cid-uQlCg3Ql1J {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uQlCg3Ql1J .mbr-text,
.cid-uQlCg3Ql1J blockquote {
  color: #767676;
}
.cid-uPY8wVDgf0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-uPY8wVLSls {
  background: #ffffff;
}
.cid-uPY8wVLSls .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uPY8wVLSls .mbr-figure {
  margin: 0 auto;
}
.cid-uPY8wVLSls figcaption {
  position: relative;
}
.cid-uPY8wVLSls figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uPY8wVLSls .image-block {
    width: 100% !important;
  }
}
.cid-uPY8wVQLlB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uPY8wVQLlB H3 {
  color: #db0730;
  text-align: left;
}
.cid-uPY8wVQLlB P {
  text-align: center;
}
.cid-uPY8wVQLlB H1 {
  text-align: left;
}
.cid-uPY8wVYjAR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uPY8wVYjAR H3 {
  color: #ffffff;
  text-align: left;
}
.cid-uPY8wVYjAR P {
  text-align: left;
}
.cid-uPY8wVYjAR H1 {
  text-align: left;
}
.cid-uPY8wW59Yf {
  background: #ffffff;
}
.cid-uPY8wW59Yf .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uPY8wW59Yf .mbr-figure {
  margin: 0 auto;
}
.cid-uPY8wW59Yf figcaption {
  position: relative;
}
.cid-uPY8wW59Yf figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uPY8wW59Yf .image-block {
    width: 100% !important;
  }
}
.cid-uPY8wWcJGU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uPY8wWcJGU H3 {
  color: #ffffff;
  text-align: left;
}
.cid-uPY8wWcJGU P {
  text-align: left;
}
.cid-uPY8wWcJGU H1 {
  text-align: left;
}
.cid-uPY8wWk1a1 .modal-body .close {
  background: #1b1b1b;
}
.cid-uPY8wWk1a1 .modal-body .close span {
  font-style: normal;
}
.cid-uPY8wWk1a1 .carousel-inner > .active,
.cid-uPY8wWk1a1 .carousel-inner > .next,
.cid-uPY8wWk1a1 .carousel-inner > .prev {
  display: table;
}
.cid-uPY8wWk1a1 .carousel-control .icon-next,
.cid-uPY8wWk1a1 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uPY8wWk1a1 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uPY8wWk1a1 .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uPY8wWk1a1 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uPY8wWk1a1 .boxed-slider > div {
  position: relative;
}
.cid-uPY8wWk1a1 .container img {
  width: 100%;
}
.cid-uPY8wWk1a1 .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uPY8wWk1a1 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uPY8wWk1a1 .mbr-table-cell {
  padding: 0;
}
.cid-uPY8wWk1a1 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uPY8wWk1a1 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-uPY8wWk1a1 .mbr-overlay {
  z-index: 1;
}
.cid-uPY8wWk1a1 .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uPY8wWk1a1 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-uPY8wWk1a1 .carousel-item .container {
    width: 100%;
  }
}
.cid-uPY8wWk1a1 .carousel-item-next.carousel-item-left,
.cid-uPY8wWk1a1 .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-uPY8wWk1a1 .active.carousel-item-right,
.cid-uPY8wWk1a1 .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-uPY8wWk1a1 .active.carousel-item-left,
.cid-uPY8wWk1a1 .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-uPY8wWk1a1 .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-uPY8wWk1a1 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPY8wWk1a1 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uPY8wWk1a1 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-uPY8wWk1a1 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uPY8wWk1a1 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uPY8wWk1a1 .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-uPY8wWk1a1 .mbr-slider .carousel-indicators li.active,
.cid-uPY8wWk1a1 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uPY8wWk1a1 .mbr-slider .carousel-indicators li::after,
.cid-uPY8wWk1a1 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uPY8wWk1a1 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uPY8wWk1a1 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uPY8wWk1a1 .mbr-slider > .container img {
  width: 100%;
}
.cid-uPY8wWk1a1 .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uPY8wWk1a1 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uPY8wWk1a1 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uPY8wWk1a1 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uPY8wWk1a1 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uPY8wWk1a1 .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-uPY8wWk1a1 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uPY8wWk1a1 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uPY8wWk1a1 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uPY8wWk1a1 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uPY8wWk1a1 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uPY8wWk1a1 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uPY8wWk1a1 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uPY8wWy3Dc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uPY8wWy3Dc H3 {
  color: #ffffff;
  text-align: left;
}
.cid-uPY8wWy3Dc P {
  text-align: left;
}
.cid-uPY8wWy3Dc H1 {
  text-align: left;
}
.cid-uPY8wWGZrJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uPY8wWGZrJ .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uPY8wWGZrJ .modal-body .close {
  background: #1b1b1b;
}
.cid-uPY8wWGZrJ .modal-body .close span {
  font-style: normal;
}
.cid-uPY8wWGZrJ .carousel-inner > .active,
.cid-uPY8wWGZrJ .carousel-inner > .next,
.cid-uPY8wWGZrJ .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-uPY8wWGZrJ .carousel-control .icon-next,
.cid-uPY8wWGZrJ .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uPY8wWGZrJ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uPY8wWGZrJ .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uPY8wWGZrJ .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-uPY8wWGZrJ .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uPY8wWGZrJ .boxed-slider > div {
  position: relative;
}
.cid-uPY8wWGZrJ .container img {
  width: 100%;
}
.cid-uPY8wWGZrJ .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uPY8wWGZrJ .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uPY8wWGZrJ .mbr-table-cell {
  padding: 0;
}
.cid-uPY8wWGZrJ .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uPY8wWGZrJ .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-uPY8wWGZrJ .mbr-overlay {
  z-index: 1;
}
.cid-uPY8wWGZrJ .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uPY8wWGZrJ .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-uPY8wWGZrJ .carousel-item .container {
    width: 100%;
  }
}
.cid-uPY8wWGZrJ .carousel-item-next.carousel-item-left,
.cid-uPY8wWGZrJ .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-uPY8wWGZrJ .active.carousel-item-right,
.cid-uPY8wWGZrJ .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-uPY8wWGZrJ .active.carousel-item-left,
.cid-uPY8wWGZrJ .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-uPY8wWGZrJ .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-uPY8wWGZrJ .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPY8wWGZrJ .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uPY8wWGZrJ .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uPY8wWGZrJ .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uPY8wWGZrJ .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uPY8wWGZrJ .mbr-slider .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: .5;
  transition: all .3s;
}
.cid-uPY8wWGZrJ .mbr-slider .carousel-indicators li.active,
.cid-uPY8wWGZrJ .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uPY8wWGZrJ .mbr-slider .carousel-indicators li::after,
.cid-uPY8wWGZrJ .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uPY8wWGZrJ .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uPY8wWGZrJ .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uPY8wWGZrJ .mbr-slider > .container img {
  width: 100%;
}
.cid-uPY8wWGZrJ .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uPY8wWGZrJ .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uPY8wWGZrJ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uPY8wWGZrJ .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uPY8wWGZrJ .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uPY8wWGZrJ .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-uPY8wWGZrJ .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uPY8wWGZrJ .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uPY8wWGZrJ .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uPY8wWGZrJ .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uPY8wWGZrJ .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uPY8wWGZrJ .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uPY8wWGZrJ .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uPY8wWGZrJ .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-uPY8wWGZrJ .carousel-inner {
  height: 100%;
}
.cid-uPY8wWGZrJ .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-uPY8wWGZrJ .image_wrapper {
  height: 300px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-uPY8wWGZrJ .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-uPY8wWGZrJ .carousel-item .container-slide {
  text-align: center;
}
.cid-uPY8wWGZrJ .content-slider-wrap {
  width: 100%;
}
.cid-uPY8wWPQ2Q {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uPY8wWPQ2Q H3 {
  color: #ffffff;
  text-align: left;
}
.cid-uPY8wWPQ2Q P {
  text-align: left;
}
.cid-uPY8wWPQ2Q H1 {
  text-align: left;
}
.cid-uPY8wWVt3J {
  background: #ffffff;
}
.cid-uPY8wWVt3J .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uPY8wWVt3J .mbr-figure {
  margin: 0 auto;
}
.cid-uPY8wWVt3J figcaption {
  position: relative;
}
.cid-uPY8wWVt3J figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uPY8wWVt3J .image-block {
    width: 100% !important;
  }
}
.cid-uPY8wX1hzX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uPY8wX1hzX H3 {
  color: #ffffff;
  text-align: left;
}
.cid-uPY8wX1hzX P {
  text-align: left;
}
.cid-uPY8wX1hzX H1 {
  text-align: left;
}
.cid-uPY8wXarCQ {
  background: #ffffff;
}
.cid-uPY8wXarCQ .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uPY8wXarCQ .mbr-figure {
  margin: 0 auto;
}
.cid-uPY8wXarCQ figcaption {
  position: relative;
}
.cid-uPY8wXarCQ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uPY8wXarCQ .image-block {
    width: 100% !important;
  }
}
.cid-uPY8wXf4xv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uPY8wXf4xv H3 {
  color: #ffffff;
  text-align: left;
}
.cid-uPY8wXf4xv P {
  text-align: left;
}
.cid-uPY8wXf4xv H1 {
  text-align: left;
}
.cid-uPY8wXmDpG {
  background: #ffffff;
}
.cid-uPY8wXmDpG .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uPY8wXmDpG .mbr-figure {
  margin: 0 auto;
}
.cid-uPY8wXmDpG figcaption {
  position: relative;
}
.cid-uPY8wXmDpG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uPY8wXmDpG .image-block {
    width: 100% !important;
  }
}
.cid-uPY8wXsQzg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uPY8wXsQzg H3 {
  color: #ffffff;
  text-align: left;
}
.cid-uPY8wXsQzg P {
  text-align: left;
}
.cid-uPY8wXsQzg H1 {
  text-align: left;
}
.cid-uPY8wXyqZb {
  background: #ffffff;
}
.cid-uPY8wXyqZb .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uPY8wXyqZb .mbr-figure {
  margin: 0 auto;
}
.cid-uPY8wXyqZb figcaption {
  position: relative;
}
.cid-uPY8wXyqZb figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uPY8wXyqZb .image-block {
    width: 100% !important;
  }
}
.cid-uPY8wXEotI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uPY8wXEotI H3 {
  color: #ffffff;
  text-align: left;
}
.cid-uPY8wXEotI P {
  text-align: left;
}
.cid-uPY8wXEotI H1 {
  text-align: left;
}
.cid-uPY8wXLlHT {
  background: #ffffff;
}
.cid-uPY8wXLlHT .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uPY8wXLlHT .mbr-figure {
  margin: 0 auto;
}
.cid-uPY8wXLlHT figcaption {
  position: relative;
}
.cid-uPY8wXLlHT figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uPY8wXLlHT .image-block {
    width: 100% !important;
  }
}
.cid-uPY8wXRRaK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uPY8wXRRaK H3 {
  color: #ffffff;
  text-align: left;
}
.cid-uPY8wXRRaK P {
  text-align: left;
}
.cid-uPY8wXRRaK H1 {
  text-align: left;
}
.cid-uPY8wY0XVS {
  background: #ffffff;
}
.cid-uPY8wY0XVS .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uPY8wY0XVS .mbr-figure {
  margin: 0 auto;
}
.cid-uPY8wY0XVS figcaption {
  position: relative;
}
.cid-uPY8wY0XVS figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uPY8wY0XVS .image-block {
    width: 100% !important;
  }
}
.cid-uPY8wY6zKt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uPY8wY6zKt H3 {
  color: #ffffff;
  text-align: left;
}
.cid-uPY8wY6zKt P {
  text-align: left;
}
.cid-uPY8wY6zKt H1 {
  text-align: left;
}
.cid-uPY8wYepjV {
  background: #ffffff;
}
.cid-uPY8wYepjV .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uPY8wYepjV .mbr-figure {
  margin: 0 auto;
}
.cid-uPY8wYepjV figcaption {
  position: relative;
}
.cid-uPY8wYepjV figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uPY8wYepjV .image-block {
    width: 100% !important;
  }
}
.cid-uPY8wYkKAC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uPY8wYkKAC H3 {
  color: #ffffff;
  text-align: left;
}
.cid-uPY8wYkKAC P {
  text-align: left;
}
.cid-uPY8wYkKAC H1 {
  text-align: left;
}
.cid-uPY8wYsq1p {
  background: #ffffff;
}
.cid-uPY8wYsq1p .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uPY8wYsq1p .mbr-figure {
  margin: 0 auto;
}
.cid-uPY8wYsq1p figcaption {
  position: relative;
}
.cid-uPY8wYsq1p figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uPY8wYsq1p .image-block {
    width: 100% !important;
  }
}
.cid-uPY8wYz38Q {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uPY8wYz38Q H3 {
  color: #ffffff;
  text-align: left;
}
.cid-uPY8wYz38Q P {
  text-align: left;
}
.cid-uPY8wYz38Q H1 {
  text-align: left;
}
.cid-uPY8wYHRsG {
  background: #ffffff;
}
.cid-uPY8wYHRsG .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uPY8wYHRsG .mbr-figure {
  margin: 0 auto;
}
.cid-uPY8wYHRsG figcaption {
  position: relative;
}
.cid-uPY8wYHRsG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uPY8wYHRsG .image-block {
    width: 100% !important;
  }
}
.cid-uQrwtumqBX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-uQrwtutH3j {
  background: #ffffff;
}
.cid-uQrwtutH3j .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uQrwtutH3j .mbr-figure {
  margin: 0 auto;
}
.cid-uQrwtutH3j figcaption {
  position: relative;
}
.cid-uQrwtutH3j figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uQrwtutH3j .image-block {
    width: 100% !important;
  }
}
.cid-uQrwtuz21i {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ececec;
}
.cid-uQrwtuz21i H3 {
  color: #232323;
  text-align: center;
}
.cid-uQrwtuz21i P {
  text-align: center;
  color: #232323;
}
.cid-uQrwtuz21i H1 {
  text-align: center;
  color: #232323;
}
.cid-uQrwtuLvBA {
  background: #ffffff;
}
.cid-uQrwtuLvBA .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uQrwtuLvBA .mbr-figure {
  margin: 0 auto;
}
.cid-uQrwtuLvBA figcaption {
  position: relative;
}
.cid-uQrwtuLvBA figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uQrwtuLvBA .image-block {
    width: 100% !important;
  }
}
.cid-uQrwtuWpCT {
  background: #ffffff;
}
.cid-uQrwtuWpCT .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uQrwtuWpCT .mbr-figure {
  margin: 0 auto;
}
.cid-uQrwtuWpCT figcaption {
  position: relative;
}
.cid-uQrwtuWpCT figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uQrwtuWpCT .image-block {
    width: 100% !important;
  }
}
.cid-uQrwtv7OLe {
  background: #ffffff;
}
.cid-uQrwtv7OLe .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uQrwtv7OLe .mbr-figure {
  margin: 0 auto;
}
.cid-uQrwtv7OLe figcaption {
  position: relative;
}
.cid-uQrwtv7OLe figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uQrwtv7OLe .image-block {
    width: 100% !important;
  }
}
.cid-uQrwtvuAS3 {
  background: #ffffff;
}
.cid-uQrwtvuAS3 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uQrwtvuAS3 .mbr-figure {
  margin: 0 auto;
}
.cid-uQrwtvuAS3 figcaption {
  position: relative;
}
.cid-uQrwtvuAS3 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uQrwtvuAS3 .image-block {
    width: 100% !important;
  }
}
.cid-uQrwtvH3bY {
  background: #ffffff;
}
.cid-uQrwtvH3bY .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uQrwtvH3bY .mbr-figure {
  margin: 0 auto;
}
.cid-uQrwtvH3bY figcaption {
  position: relative;
}
.cid-uQrwtvH3bY figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uQrwtvH3bY .image-block {
    width: 100% !important;
  }
}
.cid-uQrwtw9Wez {
  background: #ffffff;
}
.cid-uQrwtw9Wez .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uQrwtw9Wez .mbr-figure {
  margin: 0 auto;
}
.cid-uQrwtw9Wez figcaption {
  position: relative;
}
.cid-uQrwtw9Wez figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uQrwtw9Wez .image-block {
    width: 100% !important;
  }
}
.cid-uQrwtx4Jnu {
  background: #ffffff;
}
.cid-uQrwtx4Jnu .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uQrwtx4Jnu .mbr-figure {
  margin: 0 auto;
}
.cid-uQrwtx4Jnu figcaption {
  position: relative;
}
.cid-uQrwtx4Jnu figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uQrwtx4Jnu .image-block {
    width: 100% !important;
  }
}
.cid-uQrynecu0R {
  background: #ffffff;
}
.cid-uQrynecu0R .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uQrynecu0R .mbr-figure {
  margin: 0 auto;
}
.cid-uQrynecu0R figcaption {
  position: relative;
}
.cid-uQrynecu0R figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uQrynecu0R .image-block {
    width: 100% !important;
  }
}
.cid-uQryptKqQw {
  background: #ffffff;
}
.cid-uQryptKqQw .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uQryptKqQw .mbr-figure {
  margin: 0 auto;
}
.cid-uQryptKqQw figcaption {
  position: relative;
}
.cid-uQryptKqQw figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uQryptKqQw .image-block {
    width: 100% !important;
  }
}
.cid-uQrysdH6ID {
  background: #ffffff;
}
.cid-uQrysdH6ID .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uQrysdH6ID .mbr-figure {
  margin: 0 auto;
}
.cid-uQrysdH6ID figcaption {
  position: relative;
}
.cid-uQrysdH6ID figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uQrysdH6ID .image-block {
    width: 100% !important;
  }
}
.cid-uQryxyQFTz {
  background: #ffffff;
}
.cid-uQryxyQFTz .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uQryxyQFTz .mbr-figure {
  margin: 0 auto;
}
.cid-uQryxyQFTz figcaption {
  position: relative;
}
.cid-uQryxyQFTz figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uQryxyQFTz .image-block {
    width: 100% !important;
  }
}
.cid-uQryAiJ14x {
  background: #ffffff;
}
.cid-uQryAiJ14x .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uQryAiJ14x .mbr-figure {
  margin: 0 auto;
}
.cid-uQryAiJ14x figcaption {
  position: relative;
}
.cid-uQryAiJ14x figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uQryAiJ14x .image-block {
    width: 100% !important;
  }
}
.cid-uQs5Czqoj8 {
  background: #ffffff;
}
.cid-uQs5Czqoj8 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uQs5Czqoj8 .mbr-figure {
  margin: 0 auto;
}
.cid-uQs5Czqoj8 figcaption {
  position: relative;
}
.cid-uQs5Czqoj8 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uQs5Czqoj8 .image-block {
    width: 100% !important;
  }
}
.cid-uQs5FALYpr {
  background: #ffffff;
}
.cid-uQs5FALYpr .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uQs5FALYpr .mbr-figure {
  margin: 0 auto;
}
.cid-uQs5FALYpr figcaption {
  position: relative;
}
.cid-uQs5FALYpr figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uQs5FALYpr .image-block {
    width: 100% !important;
  }
}
.cid-uQs5IbT6Rw {
  background: #ffffff;
}
.cid-uQs5IbT6Rw .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uQs5IbT6Rw .mbr-figure {
  margin: 0 auto;
}
.cid-uQs5IbT6Rw figcaption {
  position: relative;
}
.cid-uQs5IbT6Rw figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uQs5IbT6Rw .image-block {
    width: 100% !important;
  }
}
.cid-uQs5M5gRv1 {
  background: #ffffff;
}
.cid-uQs5M5gRv1 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uQs5M5gRv1 .mbr-figure {
  margin: 0 auto;
}
.cid-uQs5M5gRv1 figcaption {
  position: relative;
}
.cid-uQs5M5gRv1 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uQs5M5gRv1 .image-block {
    width: 100% !important;
  }
}
.cid-uQs5P6V1Pr {
  background: #ffffff;
}
.cid-uQs5P6V1Pr .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uQs5P6V1Pr .mbr-figure {
  margin: 0 auto;
}
.cid-uQs5P6V1Pr figcaption {
  position: relative;
}
.cid-uQs5P6V1Pr figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uQs5P6V1Pr .image-block {
    width: 100% !important;
  }
}
.cid-uQs5RQJXUw {
  background: #ffffff;
}
.cid-uQs5RQJXUw .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uQs5RQJXUw .mbr-figure {
  margin: 0 auto;
}
.cid-uQs5RQJXUw figcaption {
  position: relative;
}
.cid-uQs5RQJXUw figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uQs5RQJXUw .image-block {
    width: 100% !important;
  }
}
.cid-uQs5VJRmUj {
  background: #ffffff;
}
.cid-uQs5VJRmUj .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uQs5VJRmUj .mbr-figure {
  margin: 0 auto;
}
.cid-uQs5VJRmUj figcaption {
  position: relative;
}
.cid-uQs5VJRmUj figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uQs5VJRmUj .image-block {
    width: 100% !important;
  }
}
.cid-uQs5YCqVd5 {
  background: #ffffff;
}
.cid-uQs5YCqVd5 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uQs5YCqVd5 .mbr-figure {
  margin: 0 auto;
}
.cid-uQs5YCqVd5 figcaption {
  position: relative;
}
.cid-uQs5YCqVd5 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uQs5YCqVd5 .image-block {
    width: 100% !important;
  }
}
.cid-uQs61UeQ97 {
  background: #ffffff;
}
.cid-uQs61UeQ97 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uQs61UeQ97 .mbr-figure {
  margin: 0 auto;
}
.cid-uQs61UeQ97 figcaption {
  position: relative;
}
.cid-uQs61UeQ97 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uQs61UeQ97 .image-block {
    width: 100% !important;
  }
}
.cid-uQs6diZmb0 {
  background: #ffffff;
}
.cid-uQs6diZmb0 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uQs6diZmb0 .mbr-figure {
  margin: 0 auto;
}
.cid-uQs6diZmb0 figcaption {
  position: relative;
}
.cid-uQs6diZmb0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uQs6diZmb0 .image-block {
    width: 100% !important;
  }
}
.cid-uQs6fVc5yk {
  background: #ffffff;
}
.cid-uQs6fVc5yk .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uQs6fVc5yk .mbr-figure {
  margin: 0 auto;
}
.cid-uQs6fVc5yk figcaption {
  position: relative;
}
.cid-uQs6fVc5yk figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uQs6fVc5yk .image-block {
    width: 100% !important;
  }
}
.cid-uQs6j1Ov2l {
  background: #ffffff;
}
.cid-uQs6j1Ov2l .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uQs6j1Ov2l .mbr-figure {
  margin: 0 auto;
}
.cid-uQs6j1Ov2l figcaption {
  position: relative;
}
.cid-uQs6j1Ov2l figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uQs6j1Ov2l .image-block {
    width: 100% !important;
  }
}
.cid-uQs6vMlcTY {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uQs6vMlcTY .card-box {
  padding: 0 2rem;
}
.cid-uQs6vMlcTY .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uQs6vMlcTY .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uQs6vMlcTY h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uQs6vMlcTY p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-uQs6vMlcTY .mbr-text {
  color: #767676;
}
.cid-uQs6vMlcTY .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
  padding-bottom: 0;
}
.cid-uQs6vMlcTY .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uQs6FzCT4U {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-uQs6FzCT4U .card-box {
  padding: 0 2rem;
}
.cid-uQs6FzCT4U .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uQs6FzCT4U .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uQs6FzCT4U h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uQs6FzCT4U p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-uQs6FzCT4U .mbr-text {
  color: #767676;
}
.cid-uQs6FzCT4U .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
  padding-bottom: 0;
}
.cid-uQs6FzCT4U .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uQs6LKE6OY {
  background: #ffffff;
}
.cid-uQs6LKE6OY .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uQs6LKE6OY .mbr-figure {
  margin: 0 auto;
}
.cid-uQs6LKE6OY figcaption {
  position: relative;
}
.cid-uQs6LKE6OY figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uQs6LKE6OY .image-block {
    width: 100% !important;
  }
}
.cid-uQs6VtwDBr {
  background: #ffffff;
}
.cid-uQs6VtwDBr .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uQs6VtwDBr .mbr-figure {
  margin: 0 auto;
}
.cid-uQs6VtwDBr figcaption {
  position: relative;
}
.cid-uQs6VtwDBr figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uQs6VtwDBr .image-block {
    width: 100% !important;
  }
}
.cid-uQs6YBLIku {
  background: #ffffff;
}
.cid-uQs6YBLIku .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uQs6YBLIku .mbr-figure {
  margin: 0 auto;
}
.cid-uQs6YBLIku figcaption {
  position: relative;
}
.cid-uQs6YBLIku figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uQs6YBLIku .image-block {
    width: 100% !important;
  }
}
.cid-uQs73TSZrw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uQs73TSZrw .mbr-text,
.cid-uQs73TSZrw blockquote {
  color: #767676;
}
.cid-uQs73TSZrw .mbr-text P {
  text-align: center;
}
.cid-uQxNy2b9rN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-uQxNy2iPyc {
  background: #ffffff;
}
.cid-uQxNy2iPyc .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uQxNy2iPyc .mbr-figure {
  margin: 0 auto;
}
.cid-uQxNy2iPyc figcaption {
  position: relative;
}
.cid-uQxNy2iPyc figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uQxNy2iPyc .image-block {
    width: 100% !important;
  }
}
.cid-uR09aBJN8G {
  background: #ffffff;
}
.cid-uR09aBJN8G .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uR09aBJN8G .mbr-figure {
  margin: 0 auto;
}
.cid-uR09aBJN8G figcaption {
  position: relative;
}
.cid-uR09aBJN8G figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uR09aBJN8G .image-block {
    width: 100% !important;
  }
}
.cid-uR09dk7vaY {
  background: #ffffff;
}
.cid-uR09dk7vaY .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uR09dk7vaY .mbr-figure {
  margin: 0 auto;
}
.cid-uR09dk7vaY figcaption {
  position: relative;
}
.cid-uR09dk7vaY figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uR09dk7vaY .image-block {
    width: 100% !important;
  }
}
.cid-uR09fLLQx1 {
  background: #ffffff;
}
.cid-uR09fLLQx1 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uR09fLLQx1 .mbr-figure {
  margin: 0 auto;
}
.cid-uR09fLLQx1 figcaption {
  position: relative;
}
.cid-uR09fLLQx1 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uR09fLLQx1 .image-block {
    width: 100% !important;
  }
}
.cid-uR09iBn7sy {
  background: #ffffff;
}
.cid-uR09iBn7sy .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uR09iBn7sy .mbr-figure {
  margin: 0 auto;
}
.cid-uR09iBn7sy figcaption {
  position: relative;
}
.cid-uR09iBn7sy figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uR09iBn7sy .image-block {
    width: 100% !important;
  }
}
.cid-uQxNy2o4uJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uQxNy2o4uJ H3 {
  color: #5b5987;
  text-align: center;
}
.cid-uQxNy2o4uJ P {
  text-align: center;
  color: #5b686b;
}
.cid-uQxNy2o4uJ H1 {
  text-align: center;
  color: #5b686b;
}
.cid-uQxNy2uMM9 {
  background: #ffffff;
}
.cid-uQxNy2uMM9 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uQxNy2uMM9 .mbr-figure {
  margin: 0 auto;
}
.cid-uQxNy2uMM9 figcaption {
  position: relative;
}
.cid-uQxNy2uMM9 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uQxNy2uMM9 .image-block {
    width: 100% !important;
  }
}
.cid-uQxNy2ZOzM {
  background: #ffffff;
}
.cid-uQxNy2ZOzM .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uQxNy2ZOzM .mbr-figure {
  margin: 0 auto;
}
.cid-uQxNy2ZOzM figcaption {
  position: relative;
}
.cid-uQxNy2ZOzM figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uQxNy2ZOzM .image-block {
    width: 100% !important;
  }
}
.cid-uR0bMJaLlk {
  background: #ffffff;
}
.cid-uR0bMJaLlk .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uR0bMJaLlk .mbr-figure {
  margin: 0 auto;
}
.cid-uR0bMJaLlk figcaption {
  position: relative;
}
.cid-uR0bMJaLlk figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uR0bMJaLlk .image-block {
    width: 100% !important;
  }
}
.cid-uQxNy34Vas {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uQxNy34Vas H3 {
  color: #5b5987;
  text-align: center;
}
.cid-uQxNy34Vas P {
  text-align: center;
  color: #5b686b;
}
.cid-uQxNy34Vas H1 {
  text-align: center;
  color: #5b686b;
}
.cid-uR0ckCUyoR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uR0ckCUyoR H3 {
  color: #5b5987;
  text-align: center;
}
.cid-uR0ckCUyoR P {
  text-align: center;
  color: #232323;
}
.cid-uR0ckCUyoR H1 {
  text-align: center;
  color: #5b686b;
}
.cid-uQxNy3aGgK {
  background: #ffffff;
}
.cid-uQxNy3aGgK .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uQxNy3aGgK .mbr-figure {
  margin: 0 auto;
}
.cid-uQxNy3aGgK figcaption {
  position: relative;
}
.cid-uQxNy3aGgK figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uQxNy3aGgK .image-block {
    width: 100% !important;
  }
}
.cid-uQxNy3lLRV {
  background: #ffffff;
}
.cid-uQxNy3lLRV .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uQxNy3lLRV .mbr-figure {
  margin: 0 auto;
}
.cid-uQxNy3lLRV figcaption {
  position: relative;
}
.cid-uQxNy3lLRV figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uQxNy3lLRV .image-block {
    width: 100% !important;
  }
}
.cid-uQxNy3qvhQ {
  background: #ffffff;
}
.cid-uQxNy3qvhQ .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uQxNy3qvhQ .mbr-figure {
  margin: 0 auto;
}
.cid-uQxNy3qvhQ figcaption {
  position: relative;
}
.cid-uQxNy3qvhQ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uQxNy3qvhQ .image-block {
    width: 100% !important;
  }
}
.cid-uR0nsMsSoo {
  background: #ffffff;
}
.cid-uR0nsMsSoo .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uR0nsMsSoo .mbr-figure {
  margin: 0 auto;
}
.cid-uR0nsMsSoo figcaption {
  position: relative;
}
.cid-uR0nsMsSoo figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uR0nsMsSoo .image-block {
    width: 100% !important;
  }
}
.cid-uR0nMNacKB {
  background: #ffffff;
}
.cid-uR0nMNacKB .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uR0nMNacKB .mbr-figure {
  margin: 0 auto;
}
.cid-uR0nMNacKB figcaption {
  position: relative;
}
.cid-uR0nMNacKB figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uR0nMNacKB .image-block {
    width: 100% !important;
  }
}
.cid-uR0nRJZWHR {
  background: #ffffff;
}
.cid-uR0nRJZWHR .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uR0nRJZWHR .mbr-figure {
  margin: 0 auto;
}
.cid-uR0nRJZWHR figcaption {
  position: relative;
}
.cid-uR0nRJZWHR figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uR0nRJZWHR .image-block {
    width: 100% !important;
  }
}
.cid-uR0nV24yP3 {
  background: #ffffff;
}
.cid-uR0nV24yP3 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uR0nV24yP3 .mbr-figure {
  margin: 0 auto;
}
.cid-uR0nV24yP3 figcaption {
  position: relative;
}
.cid-uR0nV24yP3 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uR0nV24yP3 .image-block {
    width: 100% !important;
  }
}
.cid-uQxNy3vNBU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uQxNy3vNBU H3 {
  color: #5b5987;
  text-align: center;
}
.cid-uQxNy3vNBU P {
  text-align: center;
  color: #5b686b;
}
.cid-uQxNy3vNBU H1 {
  text-align: center;
  color: #5b686b;
}
.cid-uR0oqFyrrk {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uR0oqFyrrk .card-box {
  padding: 0 2rem;
}
.cid-uR0oqFyrrk .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uR0oqFyrrk .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uR0oqFyrrk h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uR0oqFyrrk p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-uR0oqFyrrk .mbr-text {
  color: #767676;
}
.cid-uR0oqFyrrk .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
  padding-bottom: 0;
}
.cid-uR0oqFyrrk .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uQxNy3IqG3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uQxNy3IqG3 H3 {
  color: #5b5987;
  text-align: center;
}
.cid-uQxNy3IqG3 P {
  text-align: center;
  color: #5b686b;
}
.cid-uQxNy3IqG3 H1 {
  text-align: center;
  color: #5b686b;
}
.cid-uQxNy3Ow63 {
  background: #ffffff;
}
.cid-uQxNy3Ow63 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uQxNy3Ow63 .mbr-figure {
  margin: 0 auto;
}
.cid-uQxNy3Ow63 figcaption {
  position: relative;
}
.cid-uQxNy3Ow63 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uQxNy3Ow63 .image-block {
    width: 100% !important;
  }
}
.cid-uR0r7hcG8X {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uR0r7hcG8X .card-box {
  padding: 0 2rem;
}
.cid-uR0r7hcG8X .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uR0r7hcG8X .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uR0r7hcG8X h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uR0r7hcG8X p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-uR0r7hcG8X .mbr-text {
  color: #767676;
}
.cid-uR0r7hcG8X .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
  padding-bottom: 0;
}
.cid-uR0r7hcG8X .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uR0ujWqXbC {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uR0ujWqXbC .card-box {
  padding: 0 2rem;
}
.cid-uR0ujWqXbC .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uR0ujWqXbC .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uR0ujWqXbC h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uR0ujWqXbC p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-uR0ujWqXbC .mbr-text {
  color: #767676;
}
.cid-uR0ujWqXbC .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
  padding-bottom: 0;
}
.cid-uR0ujWqXbC .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uQxNy3THXo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uQxNy3THXo H3 {
  color: #5b5987;
  text-align: center;
}
.cid-uQxNy3THXo P {
  text-align: center;
  color: #5b686b;
}
.cid-uQxNy3THXo H1 {
  text-align: center;
  color: #5b686b;
}
.cid-uQxNy3ZfW0 {
  background: #ffffff;
}
.cid-uQxNy3ZfW0 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uQxNy3ZfW0 .mbr-figure {
  margin: 0 auto;
}
.cid-uQxNy3ZfW0 figcaption {
  position: relative;
}
.cid-uQxNy3ZfW0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uQxNy3ZfW0 .image-block {
    width: 100% !important;
  }
}
.cid-uR0C82XDjJ {
  background: #ffffff;
}
.cid-uR0C82XDjJ .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uR0C82XDjJ .mbr-figure {
  margin: 0 auto;
}
.cid-uR0C82XDjJ figcaption {
  position: relative;
}
.cid-uR0C82XDjJ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uR0C82XDjJ .image-block {
    width: 100% !important;
  }
}
.cid-uR0Cboo4Xd {
  background: #ffffff;
}
.cid-uR0Cboo4Xd .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uR0Cboo4Xd .mbr-figure {
  margin: 0 auto;
}
.cid-uR0Cboo4Xd figcaption {
  position: relative;
}
.cid-uR0Cboo4Xd figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uR0Cboo4Xd .image-block {
    width: 100% !important;
  }
}
.cid-uR0ClitHxZ {
  background: #ffffff;
}
.cid-uR0ClitHxZ .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uR0ClitHxZ .mbr-figure {
  margin: 0 auto;
}
.cid-uR0ClitHxZ figcaption {
  position: relative;
}
.cid-uR0ClitHxZ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uR0ClitHxZ .image-block {
    width: 100% !important;
  }
}
.cid-uR0CpdRoUf {
  background: #ffffff;
}
.cid-uR0CpdRoUf .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uR0CpdRoUf .mbr-figure {
  margin: 0 auto;
}
.cid-uR0CpdRoUf figcaption {
  position: relative;
}
.cid-uR0CpdRoUf figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uR0CpdRoUf .image-block {
    width: 100% !important;
  }
}
.cid-uR0CrQlgxc {
  background: #ffffff;
}
.cid-uR0CrQlgxc .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uR0CrQlgxc .mbr-figure {
  margin: 0 auto;
}
.cid-uR0CrQlgxc figcaption {
  position: relative;
}
.cid-uR0CrQlgxc figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uR0CrQlgxc .image-block {
    width: 100% !important;
  }
}
.cid-uQxNy44ZpO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uQxNy44ZpO H3 {
  color: #5b5987;
  text-align: center;
}
.cid-uQxNy44ZpO P {
  text-align: center;
  color: #5b686b;
}
.cid-uQxNy44ZpO H1 {
  text-align: center;
  color: #5b686b;
}
.cid-uQxNy4b6vI {
  background: #ffffff;
}
.cid-uQxNy4b6vI .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uQxNy4b6vI .mbr-figure {
  margin: 0 auto;
}
.cid-uQxNy4b6vI figcaption {
  position: relative;
}
.cid-uQxNy4b6vI figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uQxNy4b6vI .image-block {
    width: 100% !important;
  }
}
.cid-uR1d3fycr2 {
  background: #ffffff;
}
.cid-uR1d3fycr2 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uR1d3fycr2 .mbr-figure {
  margin: 0 auto;
}
.cid-uR1d3fycr2 figcaption {
  position: relative;
}
.cid-uR1d3fycr2 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uR1d3fycr2 .image-block {
    width: 100% !important;
  }
}
.cid-uR1d6xKbZH {
  background: #ffffff;
}
.cid-uR1d6xKbZH .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uR1d6xKbZH .mbr-figure {
  margin: 0 auto;
}
.cid-uR1d6xKbZH figcaption {
  position: relative;
}
.cid-uR1d6xKbZH figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uR1d6xKbZH .image-block {
    width: 100% !important;
  }
}
.cid-uR1digo9VK {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uR1digo9VK .mbr-text,
.cid-uR1digo9VK .mbr-section-btn {
  text-align: center;
  color: #5b686b;
}
.cid-uR1DtPfQ35 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-uR1DtPpEem {
  background: #ffffff;
}
.cid-uR1DtPpEem .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uR1DtPpEem .mbr-figure {
  margin: 0 auto;
}
.cid-uR1DtPpEem figcaption {
  position: relative;
}
.cid-uR1DtPpEem figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uR1DtPpEem .image-block {
    width: 100% !important;
  }
}
.cid-uR1DtPwMzE {
  background: #ffffff;
}
.cid-uR1DtPwMzE .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uR1DtPwMzE .mbr-figure {
  margin: 0 auto;
}
.cid-uR1DtPwMzE figcaption {
  position: relative;
}
.cid-uR1DtPwMzE figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uR1DtPwMzE .image-block {
    width: 100% !important;
  }
}
.cid-uR1DtPDFZo {
  background: #ffffff;
}
.cid-uR1DtPDFZo .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uR1DtPDFZo .mbr-figure {
  margin: 0 auto;
}
.cid-uR1DtPDFZo figcaption {
  position: relative;
}
.cid-uR1DtPDFZo figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uR1DtPDFZo .image-block {
    width: 100% !important;
  }
}
.cid-uR1DtPKEGg {
  background: #ffffff;
}
.cid-uR1DtPKEGg .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uR1DtPKEGg .mbr-figure {
  margin: 0 auto;
}
.cid-uR1DtPKEGg figcaption {
  position: relative;
}
.cid-uR1DtPKEGg figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uR1DtPKEGg .image-block {
    width: 100% !important;
  }
}
.cid-uR1DtPQ9Yg {
  background: #ffffff;
}
.cid-uR1DtPQ9Yg .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uR1DtPQ9Yg .mbr-figure {
  margin: 0 auto;
}
.cid-uR1DtPQ9Yg figcaption {
  position: relative;
}
.cid-uR1DtPQ9Yg figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uR1DtPQ9Yg .image-block {
    width: 100% !important;
  }
}
.cid-uR1DtPXC1W {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uR1DtPXC1W H3 {
  color: #5b5987;
  text-align: center;
}
.cid-uR1DtPXC1W P {
  text-align: center;
  color: #5b686b;
}
.cid-uR1DtPXC1W H1 {
  text-align: center;
  color: #5b686b;
}
.cid-uR1DtQ72Tt {
  background: #ffffff;
}
.cid-uR1DtQ72Tt .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uR1DtQ72Tt .mbr-figure {
  margin: 0 auto;
}
.cid-uR1DtQ72Tt figcaption {
  position: relative;
}
.cid-uR1DtQ72Tt figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uR1DtQ72Tt .image-block {
    width: 100% !important;
  }
}
.cid-uR1DtQhOkp {
  background: #ffffff;
}
.cid-uR1DtQhOkp .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uR1DtQhOkp .mbr-figure {
  margin: 0 auto;
}
.cid-uR1DtQhOkp figcaption {
  position: relative;
}
.cid-uR1DtQhOkp figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uR1DtQhOkp .image-block {
    width: 100% !important;
  }
}
.cid-uR1DtQnNfj {
  background: #ffffff;
}
.cid-uR1DtQnNfj .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uR1DtQnNfj .mbr-figure {
  margin: 0 auto;
}
.cid-uR1DtQnNfj figcaption {
  position: relative;
}
.cid-uR1DtQnNfj figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uR1DtQnNfj .image-block {
    width: 100% !important;
  }
}
.cid-uR1DtQtWmB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uR1DtQtWmB H3 {
  color: #1f5ab6;
  text-align: center;
}
.cid-uR1DtQtWmB P {
  text-align: center;
  color: #5b686b;
}
.cid-uR1DtQtWmB H1 {
  text-align: center;
  color: #5b686b;
}
.cid-uR1DtQBQCk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uR1DtQBQCk H3 {
  color: #232323;
  text-align: center;
}
.cid-uR1DtQBQCk P {
  text-align: center;
  color: #232323;
}
.cid-uR1DtQBQCk H1 {
  text-align: center;
  color: #5b686b;
}
.cid-uR1DtQIhNc {
  background: #ffffff;
}
.cid-uR1DtQIhNc .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uR1DtQIhNc .mbr-figure {
  margin: 0 auto;
}
.cid-uR1DtQIhNc figcaption {
  position: relative;
}
.cid-uR1DtQIhNc figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uR1DtQIhNc .image-block {
    width: 100% !important;
  }
}
.cid-uR1DtQPDqo {
  background: #ffffff;
}
.cid-uR1DtQPDqo .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uR1DtQPDqo .mbr-figure {
  margin: 0 auto;
}
.cid-uR1DtQPDqo figcaption {
  position: relative;
}
.cid-uR1DtQPDqo figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uR1DtQPDqo .image-block {
    width: 100% !important;
  }
}
.cid-uR1DtQVwY9 {
  background: #ffffff;
}
.cid-uR1DtQVwY9 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uR1DtQVwY9 .mbr-figure {
  margin: 0 auto;
}
.cid-uR1DtQVwY9 figcaption {
  position: relative;
}
.cid-uR1DtQVwY9 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uR1DtQVwY9 .image-block {
    width: 100% !important;
  }
}
.cid-uR1DtR2DSY {
  background: #ffffff;
}
.cid-uR1DtR2DSY .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uR1DtR2DSY .mbr-figure {
  margin: 0 auto;
}
.cid-uR1DtR2DSY figcaption {
  position: relative;
}
.cid-uR1DtR2DSY figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uR1DtR2DSY .image-block {
    width: 100% !important;
  }
}
.cid-uR1DtR8KtR {
  background: #ffffff;
}
.cid-uR1DtR8KtR .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uR1DtR8KtR .mbr-figure {
  margin: 0 auto;
}
.cid-uR1DtR8KtR figcaption {
  position: relative;
}
.cid-uR1DtR8KtR figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uR1DtR8KtR .image-block {
    width: 100% !important;
  }
}
.cid-uR1DtReGA7 {
  background: #ffffff;
}
.cid-uR1DtReGA7 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uR1DtReGA7 .mbr-figure {
  margin: 0 auto;
}
.cid-uR1DtReGA7 figcaption {
  position: relative;
}
.cid-uR1DtReGA7 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uR1DtReGA7 .image-block {
    width: 100% !important;
  }
}
.cid-uR1DtRt3RD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uR1DtRt3RD H3 {
  color: #1f5ab6;
  text-align: center;
}
.cid-uR1DtRt3RD P {
  text-align: center;
  color: #5b686b;
}
.cid-uR1DtRt3RD H1 {
  text-align: center;
  color: #5b686b;
}
.cid-uR1DtRBWZB {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uR1DtRBWZB .card-box {
  padding: 0 2rem;
}
.cid-uR1DtRBWZB .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uR1DtRBWZB .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uR1DtRBWZB h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uR1DtRBWZB p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-uR1DtRBWZB .mbr-text {
  color: #767676;
}
.cid-uR1DtRBWZB .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
  padding-bottom: 0;
}
.cid-uR1DtRBWZB .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uR1DtRNKTQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uR1DtRNKTQ H3 {
  color: #1f5ab6;
  text-align: center;
}
.cid-uR1DtRNKTQ P {
  text-align: center;
  color: #5b686b;
}
.cid-uR1DtRNKTQ H1 {
  text-align: center;
  color: #5b686b;
}
.cid-uR1DtSLGs8 {
  background: #ffffff;
}
.cid-uR1DtSLGs8 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uR1DtSLGs8 .mbr-figure {
  margin: 0 auto;
}
.cid-uR1DtSLGs8 figcaption {
  position: relative;
}
.cid-uR1DtSLGs8 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uR1DtSLGs8 .image-block {
    width: 100% !important;
  }
}
.cid-uR1DtSWsBG {
  background: #ffffff;
}
.cid-uR1DtSWsBG .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uR1DtSWsBG .mbr-figure {
  margin: 0 auto;
}
.cid-uR1DtSWsBG figcaption {
  position: relative;
}
.cid-uR1DtSWsBG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uR1DtSWsBG .image-block {
    width: 100% !important;
  }
}
.cid-uR1DtT8fJl {
  background: #ffffff;
}
.cid-uR1DtT8fJl .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uR1DtT8fJl .mbr-figure {
  margin: 0 auto;
}
.cid-uR1DtT8fJl figcaption {
  position: relative;
}
.cid-uR1DtT8fJl figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uR1DtT8fJl .image-block {
    width: 100% !important;
  }
}
.cid-uR1DtTlxku {
  background: #ffffff;
}
.cid-uR1DtTlxku .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uR1DtTlxku .mbr-figure {
  margin: 0 auto;
}
.cid-uR1DtTlxku figcaption {
  position: relative;
}
.cid-uR1DtTlxku figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uR1DtTlxku .image-block {
    width: 100% !important;
  }
}
.cid-uR1DtTtbCx {
  background: #ffffff;
}
.cid-uR1DtTtbCx .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uR1DtTtbCx .mbr-figure {
  margin: 0 auto;
}
.cid-uR1DtTtbCx figcaption {
  position: relative;
}
.cid-uR1DtTtbCx figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uR1DtTtbCx .image-block {
    width: 100% !important;
  }
}
.cid-uR1DtTB2zl {
  background: #ffffff;
}
.cid-uR1DtTB2zl .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uR1DtTB2zl .mbr-figure {
  margin: 0 auto;
}
.cid-uR1DtTB2zl figcaption {
  position: relative;
}
.cid-uR1DtTB2zl figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uR1DtTB2zl .image-block {
    width: 100% !important;
  }
}
.cid-uR1DtTL3py {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uR1DtTL3py H3 {
  color: #1f5ab6;
  text-align: center;
}
.cid-uR1DtTL3py P {
  text-align: center;
  color: #5b686b;
}
.cid-uR1DtTL3py H1 {
  text-align: center;
  color: #5b686b;
}
.cid-uR1DtTV7i1 {
  background: #ffffff;
}
.cid-uR1DtTV7i1 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uR1DtTV7i1 .mbr-figure {
  margin: 0 auto;
}
.cid-uR1DtTV7i1 figcaption {
  position: relative;
}
.cid-uR1DtTV7i1 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uR1DtTV7i1 .image-block {
    width: 100% !important;
  }
}
.cid-uR1DtU3WXA {
  background: #ffffff;
}
.cid-uR1DtU3WXA .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uR1DtU3WXA .mbr-figure {
  margin: 0 auto;
}
.cid-uR1DtU3WXA figcaption {
  position: relative;
}
.cid-uR1DtU3WXA figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uR1DtU3WXA .image-block {
    width: 100% !important;
  }
}
.cid-uR1DtUbO4B {
  background: #ffffff;
}
.cid-uR1DtUbO4B .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uR1DtUbO4B .mbr-figure {
  margin: 0 auto;
}
.cid-uR1DtUbO4B figcaption {
  position: relative;
}
.cid-uR1DtUbO4B figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uR1DtUbO4B .image-block {
    width: 100% !important;
  }
}
.cid-uR1DtUivWs {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uR1DtUivWs .mbr-text,
.cid-uR1DtUivWs .mbr-section-btn {
  text-align: center;
  color: #5b686b;
}
.cid-uUXIJUyQok {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-uUXIJUE8Ls {
  background: #ffffff;
}
.cid-uUXIJUE8Ls .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uUXIJUE8Ls .mbr-figure {
  margin: 0 auto;
}
.cid-uUXIJUE8Ls figcaption {
  position: relative;
}
.cid-uUXIJUE8Ls figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uUXIJUE8Ls .image-block {
    width: 100% !important;
  }
}
.cid-uUXIJUJgtC {
  background: #ffffff;
}
.cid-uUXIJUJgtC .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uUXIJUJgtC .mbr-figure {
  margin: 0 auto;
}
.cid-uUXIJUJgtC figcaption {
  position: relative;
}
.cid-uUXIJUJgtC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uUXIJUJgtC .image-block {
    width: 100% !important;
  }
}
.cid-uUXIJV0Tnz {
  background: #ffffff;
}
.cid-uUXIJV0Tnz .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uUXIJV0Tnz .mbr-figure {
  margin: 0 auto;
}
.cid-uUXIJV0Tnz figcaption {
  position: relative;
}
.cid-uUXIJV0Tnz figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uUXIJV0Tnz .image-block {
    width: 100% !important;
  }
}
.cid-uUXIJVx1vT {
  background: #ffffff;
}
.cid-uUXIJVx1vT .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uUXIJVx1vT .mbr-figure {
  margin: 0 auto;
}
.cid-uUXIJVx1vT figcaption {
  position: relative;
}
.cid-uUXIJVx1vT figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uUXIJVx1vT .image-block {
    width: 100% !important;
  }
}
.cid-uUXIJVKVTu {
  background: #ffffff;
}
.cid-uUXIJVKVTu .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uUXIJVKVTu .mbr-figure {
  margin: 0 auto;
}
.cid-uUXIJVKVTu figcaption {
  position: relative;
}
.cid-uUXIJVKVTu figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uUXIJVKVTu .image-block {
    width: 100% !important;
  }
}
.cid-uUXIJVPTUX {
  background: #ffffff;
}
.cid-uUXIJVPTUX .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uUXIJVPTUX .mbr-figure {
  margin: 0 auto;
}
.cid-uUXIJVPTUX figcaption {
  position: relative;
}
.cid-uUXIJVPTUX figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uUXIJVPTUX .image-block {
    width: 100% !important;
  }
}
.cid-uUXIJVVLJQ {
  background: #ffffff;
}
.cid-uUXIJVVLJQ .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uUXIJVVLJQ .mbr-figure {
  margin: 0 auto;
}
.cid-uUXIJVVLJQ figcaption {
  position: relative;
}
.cid-uUXIJVVLJQ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uUXIJVVLJQ .image-block {
    width: 100% !important;
  }
}
.cid-uUXIJW0XVB {
  background: #ffffff;
}
.cid-uUXIJW0XVB .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uUXIJW0XVB .mbr-figure {
  margin: 0 auto;
}
.cid-uUXIJW0XVB figcaption {
  position: relative;
}
.cid-uUXIJW0XVB figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uUXIJW0XVB .image-block {
    width: 100% !important;
  }
}
.cid-uUXIJWchtj {
  background: #ffffff;
}
.cid-uUXIJWchtj .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uUXIJWchtj .mbr-figure {
  margin: 0 auto;
}
.cid-uUXIJWchtj figcaption {
  position: relative;
}
.cid-uUXIJWchtj figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uUXIJWchtj .image-block {
    width: 100% !important;
  }
}
.cid-uUXIJWi5jo {
  background: #ffffff;
}
.cid-uUXIJWi5jo .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uUXIJWi5jo .mbr-figure {
  margin: 0 auto;
}
.cid-uUXIJWi5jo figcaption {
  position: relative;
}
.cid-uUXIJWi5jo figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uUXIJWi5jo .image-block {
    width: 100% !important;
  }
}
.cid-uUXIJWwt51 {
  background: #ffffff;
}
.cid-uUXIJWwt51 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uUXIJWwt51 .mbr-figure {
  margin: 0 auto;
}
.cid-uUXIJWwt51 figcaption {
  position: relative;
}
.cid-uUXIJWwt51 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uUXIJWwt51 .image-block {
    width: 100% !important;
  }
}
.cid-v974OtLU8u {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-v974OtVdZx {
  background: #ffffff;
}
.cid-v974OtVdZx .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-v974OtVdZx .mbr-figure {
  margin: 0 auto;
}
.cid-v974OtVdZx figcaption {
  position: relative;
}
.cid-v974OtVdZx figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-v974OtVdZx .image-block {
    width: 100% !important;
  }
}
.cid-v974Ou0bnX {
  background: #ffffff;
}
.cid-v974Ou0bnX .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-v974Ou0bnX .mbr-figure {
  margin: 0 auto;
}
.cid-v974Ou0bnX figcaption {
  position: relative;
}
.cid-v974Ou0bnX figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-v974Ou0bnX .image-block {
    width: 100% !important;
  }
}
.cid-v974Ou7eGV {
  background: #ffffff;
}
.cid-v974Ou7eGV .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-v974Ou7eGV .mbr-figure {
  margin: 0 auto;
}
.cid-v974Ou7eGV figcaption {
  position: relative;
}
.cid-v974Ou7eGV figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-v974Ou7eGV .image-block {
    width: 100% !important;
  }
}
.cid-v974OucqbA {
  background: #ffffff;
}
.cid-v974OucqbA .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-v974OucqbA .mbr-figure {
  margin: 0 auto;
}
.cid-v974OucqbA figcaption {
  position: relative;
}
.cid-v974OucqbA figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-v974OucqbA .image-block {
    width: 100% !important;
  }
}
.cid-v974OuiMNy {
  background: #ffffff;
}
.cid-v974OuiMNy .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-v974OuiMNy .mbr-figure {
  margin: 0 auto;
}
.cid-v974OuiMNy figcaption {
  position: relative;
}
.cid-v974OuiMNy figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-v974OuiMNy .image-block {
    width: 100% !important;
  }
}
.cid-v974Ouncep {
  background: #ffffff;
}
.cid-v974Ouncep .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-v974Ouncep .mbr-figure {
  margin: 0 auto;
}
.cid-v974Ouncep figcaption {
  position: relative;
}
.cid-v974Ouncep figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-v974Ouncep .image-block {
    width: 100% !important;
  }
}
.cid-v974OusUsw {
  background: #ffffff;
}
.cid-v974OusUsw .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-v974OusUsw .mbr-figure {
  margin: 0 auto;
}
.cid-v974OusUsw figcaption {
  position: relative;
}
.cid-v974OusUsw figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-v974OusUsw .image-block {
    width: 100% !important;
  }
}
.cid-v974Ouxy77 {
  background: #ffffff;
}
.cid-v974Ouxy77 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-v974Ouxy77 .mbr-figure {
  margin: 0 auto;
}
.cid-v974Ouxy77 figcaption {
  position: relative;
}
.cid-v974Ouxy77 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-v974Ouxy77 .image-block {
    width: 100% !important;
  }
}
.cid-v974OuCybI {
  background: #ffffff;
}
.cid-v974OuCybI .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-v974OuCybI .mbr-figure {
  margin: 0 auto;
}
.cid-v974OuCybI figcaption {
  position: relative;
}
.cid-v974OuCybI figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-v974OuCybI .image-block {
    width: 100% !important;
  }
}
.cid-v974OuIAe1 {
  background: #ffffff;
}
.cid-v974OuIAe1 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-v974OuIAe1 .mbr-figure {
  margin: 0 auto;
}
.cid-v974OuIAe1 figcaption {
  position: relative;
}
.cid-v974OuIAe1 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-v974OuIAe1 .image-block {
    width: 100% !important;
  }
}
.cid-v974Ov1IkB {
  background: #ffffff;
}
.cid-v974Ov1IkB .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-v974Ov1IkB .mbr-figure {
  margin: 0 auto;
}
.cid-v974Ov1IkB figcaption {
  position: relative;
}
.cid-v974Ov1IkB figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-v974Ov1IkB .image-block {
    width: 100% !important;
  }
}
.cid-v974Ov751l {
  background: #ffffff;
}
.cid-v974Ov751l .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-v974Ov751l .mbr-figure {
  margin: 0 auto;
}
.cid-v974Ov751l figcaption {
  position: relative;
}
.cid-v974Ov751l figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-v974Ov751l .image-block {
    width: 100% !important;
  }
}
.cid-v974OvcZDn {
  background: #ffffff;
}
.cid-v974OvcZDn .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-v974OvcZDn .mbr-figure {
  margin: 0 auto;
}
.cid-v974OvcZDn figcaption {
  position: relative;
}
.cid-v974OvcZDn figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-v974OvcZDn .image-block {
    width: 100% !important;
  }
}
.cid-v974Ow6j5A {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-v974Ow6j5A H3 {
  color: #ffffff;
  text-align: left;
}
.cid-v974Ow6j5A P {
  text-align: left;
}
.cid-v974Ow6j5A H1 {
  text-align: left;
}
.cid-v974Ow6j5A DIV {
  text-align: left;
}
