.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}

.display-header {
font-family: 'Caveat-Bold';
  font-size: 1.5rem;
  line-height: 1.1;
}


.display-epig {
font-family: 'Caveat-Bold';
  font-size: 2rem;
  line-height: 1.1;
}

.display-cite {
	font-family: 'Noto Serif';
  font-size: 1.3rem;
  line-height: 1.5;
}

.display-1 {
  font-family: 'Caveat-Bold';
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'GoogleSans-Medium';
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.03rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.2875rem;
}
.display-5 {
  font-family: 'GoogleSans-Medium';
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'GoogleSans-Medium';
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}

.display-6 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}


/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.824rem;
    font-size: calc( 1.0105rem + (1.03 - 1.0105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0105rem + (1.03 - 1.0105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  
  .display-header {font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));}
  
.display-epig {font-size: 0.96rem;
    font-size: calc( 1.57rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));}  
  
  .display-cite {font-size: 0.96rem;
    font-size: calc( 1.17rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));}  
  
  
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #e43f3f !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #e43f3f !important;
}
.bg-warning {
  background-color: #232323 !important;
}
.bg-danger {
  background-color: #bbbbbb !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #4479d9 !important;
  border-color: #4479d9 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #2150a5 !important;
  border-color: #2150a5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #2150a5 !important;
  border-color: #2150a5 !important;
}
.btn-info,
.btn-info:active {
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #909090 !important;
  border-color: #909090 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #909090 !important;
  border-color: #909090 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #e43f3f;
  color: #e43f3f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #b31919 !important;
  background-color: transparent!important;
  border-color: #b31919 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #4479d9;
  color: #4479d9;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #2150a5 !important;
  background-color: transparent!important;
  border-color: #2150a5 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #4479d9 !important;
  border-color: #4479d9 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #e43f3f;
  color: #e43f3f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #b31919 !important;
  background-color: transparent!important;
  border-color: #b31919 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #bbbbbb;
  color: #bbbbbb;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #909090 !important;
  background-color: transparent!important;
  border-color: #909090 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #e43f3f !important;
}
.text-secondary {
  color: #4479d9 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #e43f3f !important;
}
.text-warning {
  color: #232323 !important;
}
.text-danger {
  color: #bbbbbb !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #a61717 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #1f4a98 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #a61717 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #888888 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #e43f3f;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #e43f3f;
}
.alert-warning {
  background-color: #232323;
}
.alert-danger {
  background-color: #bbbbbb;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e43f3f;
  border-color: #e43f3f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #e43f3f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fdf2f2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fdf2f2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d5d5d5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fbfbfb;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.03rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.2875rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #e43f3f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.03rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.2875rem;
}
blockquote {
  border-color: #e43f3f;
}
/* Forms */
.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);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e43f3f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #e43f3f;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #e43f3f;
  border-bottom-color: #e43f3f;
}
.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: #e43f3f !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: #4479d9 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23e43f3f' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tCK5mnJGKF {
  background-image: url("../../../assets/images/master-cover-no-title-hands-left-bw-handglow-opt.jpg");
}
.cid-tCK5mnJGKF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCK5mnJGKF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCK5mnJGKF .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-tCK5mnJGKF .mbr-text,
.cid-tCK5mnJGKF .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-tBZ3W5y1SE {
  z-index: 1000;
  width: 100%;
}
.cid-tBZ3W5y1SE nav.navbar {
  position: fixed;
}
.cid-tBZ3W5y1SE .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBZ3W5y1SE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tBZ3W5y1SE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tBZ3W5y1SE .dropdown-item:hover,
.cid-tBZ3W5y1SE .dropdown-item:focus {
  background: #e43f3f !important;
  color: white !important;
}
.cid-tBZ3W5y1SE .dropdown-item:hover span {
  color: white;
}
.cid-tBZ3W5y1SE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tBZ3W5y1SE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tBZ3W5y1SE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tBZ3W5y1SE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tBZ3W5y1SE .nav-link {
  position: relative;
}
.cid-tBZ3W5y1SE .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tBZ3W5y1SE .container {
    flex-wrap: nowrap;
  }
}
.cid-tBZ3W5y1SE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tBZ3W5y1SE .dropdown-menu,
.cid-tBZ3W5y1SE .navbar.opened {
  background: #f40d0d !important;
}
.cid-tBZ3W5y1SE .nav-item:focus,
.cid-tBZ3W5y1SE .nav-link:focus {
  outline: none;
}
.cid-tBZ3W5y1SE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tBZ3W5y1SE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tBZ3W5y1SE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tBZ3W5y1SE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBZ3W5y1SE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBZ3W5y1SE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBZ3W5y1SE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(244, 13, 13, 0.6);
}
.cid-tBZ3W5y1SE .navbar.opened {
  transition: all 0.3s;
}
.cid-tBZ3W5y1SE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tBZ3W5y1SE .navbar .navbar-logo img {
  width: auto;
}
.cid-tBZ3W5y1SE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tBZ3W5y1SE .navbar.collapsed {
  justify-content: center;
}
.cid-tBZ3W5y1SE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBZ3W5y1SE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tBZ3W5y1SE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBZ3W5y1SE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tBZ3W5y1SE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tBZ3W5y1SE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tBZ3W5y1SE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tBZ3W5y1SE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tBZ3W5y1SE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBZ3W5y1SE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBZ3W5y1SE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBZ3W5y1SE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tBZ3W5y1SE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tBZ3W5y1SE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tBZ3W5y1SE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBZ3W5y1SE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tBZ3W5y1SE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tBZ3W5y1SE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tBZ3W5y1SE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tBZ3W5y1SE .navbar.navbar-short {
  min-height: 60px;
}
.cid-tBZ3W5y1SE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tBZ3W5y1SE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tBZ3W5y1SE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tBZ3W5y1SE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tBZ3W5y1SE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBZ3W5y1SE .dropdown-item.active,
.cid-tBZ3W5y1SE .dropdown-item:active {
  background-color: transparent;
}
.cid-tBZ3W5y1SE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tBZ3W5y1SE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBZ3W5y1SE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBZ3W5y1SE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f40d0d;
}
.cid-tBZ3W5y1SE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tBZ3W5y1SE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBZ3W5y1SE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBZ3W5y1SE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tBZ3W5y1SE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tBZ3W5y1SE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tBZ3W5y1SE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tBZ3W5y1SE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBZ3W5y1SE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBZ3W5y1SE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tBZ3W5y1SE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBZ3W5y1SE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tBZ3W5y1SE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tBZ3W5y1SE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBZ3W5y1SE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tBZ3W5y1SE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tBZ3W5y1SE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBZ3W5y1SE .navbar {
    height: 70px;
  }
  .cid-tBZ3W5y1SE .navbar.opened {
    height: auto;
  }
  .cid-tBZ3W5y1SE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCIDcL6EAD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tCIDcL6EAD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCIDcL6EAD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tCIDcL6EAD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tCIDcL6EAD img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tCIDcL6EAD .text-wrapper {
    padding: 2rem;
  }
}
.cid-tCIDcL6EAD .mbr-text {
  text-align: right;
}
.cid-tFEYBpM0LU {
  background-image: url("../../../assets/images/04-grahov-21-09-18-150-blur-crop-left-1.jpg");
}
.cid-tFEYBpM0LU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFEYBpM0LU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFEYBpM0LU .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tFEYBpM0LU .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tFEYBpM0LU .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tFEYBpM0LU .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-tFEYBpM0LU .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tFEYBpM0LU .mbr-section-title {
  color: #f40d0d;
}
.cid-tFEYBpM0LU .mbr-text,
.cid-tFEYBpM0LU .mbr-section-btn {
  color: #f40d0d;
}
.cid-tCMJ2YG9pX {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tCMJ2YG9pX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCMJ2YG9pX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tCMJ2YG9pX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tCMJ2YG9pX .row {
  flex-direction: row-reverse;
}
.cid-tCMJ2YG9pX img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tCMJ2YG9pX .text-wrapper {
    padding: 2rem;
  }
}
.cid-tD6FyazvL0 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tD6FyazvL0 .carousel {
    min-height: 800px;
  }
  .cid-tD6FyazvL0 .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tD6FyazvL0 .carousel {
    min-height: 520px;
  }
  .cid-tD6FyazvL0 .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tD6FyazvL0 .carousel {
    min-height: 440px;
  }
  .cid-tD6FyazvL0 .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-tD6FyazvL0 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tD6FyazvL0 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tD6FyazvL0 .carousel,
.cid-tD6FyazvL0 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tD6FyazvL0 .item-wrapper {
  width: 100%;
}
.cid-tD6FyazvL0 .carousel-caption {
  bottom: 40px;
}
.cid-tD6FyazvL0 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tD6FyazvL0 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tD6FyazvL0 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tD6FyazvL0 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tD6FyazvL0 .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-tD6FyazvL0 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tD6FyazvL0 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tD6FyazvL0 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tD6FyazvL0 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tD6FyazvL0 .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-tD6FyazvL0 .carousel-indicators li.active,
.cid-tD6FyazvL0 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tD6FyazvL0 .carousel-indicators li::after,
.cid-tD6FyazvL0 .carousel-indicators li::before {
  content: none;
}
.cid-tD6FyazvL0 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tD6FyazvL0 .carousel-indicators {
    display: none !important;
  }
}
.cid-tCTuJiOR4I {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tD6GojNMds {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tD6GojNMds .carousel {
    min-height: 800px;
  }
  .cid-tD6GojNMds .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tD6GojNMds .carousel {
    min-height: 520px;
  }
  .cid-tD6GojNMds .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tD6GojNMds .carousel {
    min-height: 440px;
  }
  .cid-tD6GojNMds .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-tD6GojNMds .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tD6GojNMds .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tD6GojNMds .carousel,
.cid-tD6GojNMds .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tD6GojNMds .item-wrapper {
  width: 100%;
}
.cid-tD6GojNMds .carousel-caption {
  bottom: 40px;
}
.cid-tD6GojNMds .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tD6GojNMds .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tD6GojNMds .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tD6GojNMds .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tD6GojNMds .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-tD6GojNMds .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tD6GojNMds .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tD6GojNMds .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tD6GojNMds .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tD6GojNMds .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-tD6GojNMds .carousel-indicators li.active,
.cid-tD6GojNMds .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tD6GojNMds .carousel-indicators li::after,
.cid-tD6GojNMds .carousel-indicators li::before {
  content: none;
}
.cid-tD6GojNMds .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tD6GojNMds .carousel-indicators {
    display: none !important;
  }
}
.cid-tCTHEY7mSg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}

.cid-tCTHEY7mSg-2 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}

.cid-tCTJ2KsTrH {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tCTJ2KsTrH .carousel {
    min-height: 800px;
  }
  .cid-tCTJ2KsTrH .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tCTJ2KsTrH .carousel {
    min-height: 520px;
  }
  .cid-tCTJ2KsTrH .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tCTJ2KsTrH .carousel {
    min-height: 440px;
  }
  .cid-tCTJ2KsTrH .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-tCTJ2KsTrH .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tCTJ2KsTrH .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tCTJ2KsTrH .carousel,
.cid-tCTJ2KsTrH .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tCTJ2KsTrH .item-wrapper {
  width: 100%;
}
.cid-tCTJ2KsTrH .carousel-caption {
  bottom: 40px;
}
.cid-tCTJ2KsTrH .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tCTJ2KsTrH .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tCTJ2KsTrH .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tCTJ2KsTrH .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tCTJ2KsTrH .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-tCTJ2KsTrH .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCTJ2KsTrH .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tCTJ2KsTrH .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tCTJ2KsTrH .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tCTJ2KsTrH .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-tCTJ2KsTrH .carousel-indicators li.active,
.cid-tCTJ2KsTrH .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tCTJ2KsTrH .carousel-indicators li::after,
.cid-tCTJ2KsTrH .carousel-indicators li::before {
  content: none;
}
.cid-tCTJ2KsTrH .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tCTJ2KsTrH .carousel-indicators {
    display: none !important;
  }
}
.cid-tEIwMb42Y7 {
  background-image: url("../../../assets/images/77-02-1473-006-0032-blur-bw.jpg");
}
.cid-tEIwMb42Y7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEIwMb42Y7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEIwMb42Y7 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tEIwMb42Y7 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tEIwMb42Y7 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tEIwMb42Y7 .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-tEIwMb42Y7 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tEIwMb42Y7 .mbr-section-title {
  color: #f40d0d;
}
.cid-tEIwMb42Y7 .mbr-text,
.cid-tEIwMb42Y7 .mbr-section-btn {
  color: #f40d0d;
}
.cid-tDzOJXAvon {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tDzOJXAvon .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDzOJXAvon .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tDzOJXAvon .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tDzOJXAvon .row {
  flex-direction: row-reverse;
}
.cid-tDzOJXAvon img {
  width: 100%;
}
.cid-tDzQm6zNoX {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tDzQm6zNoX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDzQm6zNoX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tDzQm6zNoX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tDzQm6zNoX .row {
  flex-direction: row-reverse;
}
.cid-tDzQm6zNoX img {
  width: 100%;
}
.cid-tDzQPMJRpJ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tDzQPMJRpJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDzQPMJRpJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tDzQPMJRpJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tDzQPMJRpJ .row {
  flex-direction: row-reverse;
}
.cid-tDzQPMJRpJ img {
  width: 100%;
}
.cid-tEIRTnIcXS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/28-2-1473-4.jpg");
}
.cid-tEIRTnIcXS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEIRTnIcXS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEIRTnIcXS .mbr-text,
.cid-tEIRTnIcXS .mbr-section-btn {
  color: #232323;
}
.cid-tEIRTnIcXS .card-title,
.cid-tEIRTnIcXS .card-box {
  color: #ffffff;
}
.cid-tEIRTnIcXS .mbr-text,
.cid-tEIRTnIcXS .link-wrap {
  color: #ffffff;
}
.cid-tDzRjGSZSi {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tDzRjGSZSi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDzRjGSZSi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tDzRjGSZSi .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tDzRjGSZSi .row {
  flex-direction: row-reverse;
}
.cid-tDzRjGSZSi img {
  width: 100%;
}
.cid-tDzRMenYtR {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tDzRMenYtR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDzRMenYtR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tDzRMenYtR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tDzRMenYtR .row {
  flex-direction: row-reverse;
}
.cid-tDzRMenYtR img {
  width: 100%;
}
.cid-tDzSsX5Hp8 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tDzSsX5Hp8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDzSsX5Hp8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tDzSsX5Hp8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tDzSsX5Hp8 .row {
  flex-direction: row-reverse;
}
.cid-tDzSsX5Hp8 img {
  width: 100%;
}
.cid-tDzUZmNnRW {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tDzUZmNnRW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDzUZmNnRW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tDzUZmNnRW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tDzUZmNnRW .row {
  flex-direction: row-reverse;
}
.cid-tDzUZmNnRW img {
  width: 100%;
}
.cid-tEISLRzqhY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/73-02-1473-3.jpg");
}
.cid-tEISLRzqhY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEISLRzqhY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEISLRzqhY .mbr-text,
.cid-tEISLRzqhY .mbr-section-btn {
  color: #232323;
}
.cid-tEISLRzqhY .card-title,
.cid-tEISLRzqhY .card-box {
  color: #ffffff;
}
.cid-tEISLRzqhY .mbr-text,
.cid-tEISLRzqhY .link-wrap {
  color: #ffffff;
}
.cid-tDzVk7LRmE {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tDzVk7LRmE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDzVk7LRmE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tDzVk7LRmE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tDzVk7LRmE .row {
  flex-direction: row-reverse;
}
.cid-tDzVk7LRmE img {
  width: 100%;
}
.cid-tDzW5TJo0S {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tDzW5TJo0S .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDzW5TJo0S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tDzW5TJo0S .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tDzW5TJo0S .row {
  flex-direction: row-reverse;
}
.cid-tDzW5TJo0S img {
  width: 100%;
}
.cid-tDzXv2Mmun {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tDzXv2Mmun .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDzXv2Mmun .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tDzXv2Mmun .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tDzXv2Mmun .row {
  flex-direction: row-reverse;
}
.cid-tDzXv2Mmun img {
  width: 100%;
}
.cid-tEITXW3QoN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/75-02-1473-3.jpg");
}
.cid-tEITXW3QoN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEITXW3QoN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEITXW3QoN .mbr-text,
.cid-tEITXW3QoN .mbr-section-btn {
  color: #232323;
}
.cid-tEITXW3QoN .card-title,
.cid-tEITXW3QoN .card-box {
  color: #ffffff;
}
.cid-tEITXW3QoN .mbr-text,
.cid-tEITXW3QoN .link-wrap {
  color: #ffffff;
}
.cid-tDzY1qUC5k {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tDzY1qUC5k .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDzY1qUC5k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tDzY1qUC5k .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tDzY1qUC5k .row {
  flex-direction: row-reverse;
}
.cid-tDzY1qUC5k img {
  width: 100%;
}
.cid-tFEyfo81rt {
  background-image: url("../../../assets/images/63-02-1473-006-0014-blur-bw.jpg");
}
.cid-tFEyfo81rt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFEyfo81rt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFEyfo81rt .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tFEyfo81rt .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tFEyfo81rt .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tFEyfo81rt .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-tFEyfo81rt .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tFEyfo81rt .mbr-section-title {
  color: #f40d0d;
}
.cid-tFEyfo81rt .mbr-text,
.cid-tFEyfo81rt .mbr-section-btn {
  color: #f40d0d;
}
.cid-tDMkpqyR1x {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tDMkpqyR1x .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDMkpqyR1x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tDMkpqyR1x .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tDMkpqyR1x .row {
  flex-direction: row-reverse;
}
.cid-tDMkpqyR1x img {
  width: 100%;
}
.cid-tDMkMslpoj {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tDMkMslpoj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDMkMslpoj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tDMkMslpoj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tDMkMslpoj .row {
  flex-direction: row-reverse;
}
.cid-tDMkMslpoj img {
  width: 100%;
}
.cid-tDMl1EBnSK {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tDMl1EBnSK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDMl1EBnSK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tDMl1EBnSK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tDMl1EBnSK .row {
  flex-direction: row-reverse;
}
.cid-tDMl1EBnSK img {
  width: 100%;
}
.cid-tDMljBFHnh {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tDMljBFHnh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDMljBFHnh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tDMljBFHnh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tDMljBFHnh .row {
  flex-direction: row-reverse;
}
.cid-tDMljBFHnh img {
  width: 100%;
}
.cid-tDMlyQJCar {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/61-02-1473-3.jpg");
}
.cid-tDMlyQJCar .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDMlyQJCar .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDMlyQJCar .mbr-text,
.cid-tDMlyQJCar .mbr-section-btn {
  color: #232323;
}
.cid-tDMlyQJCar .card-title,
.cid-tDMlyQJCar .card-box {
  color: #ffffff;
}
.cid-tDMlyQJCar .mbr-text,
.cid-tDMlyQJCar .link-wrap {
  color: #ffffff;
}
.cid-tDMlXsnwYl {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tDMlXsnwYl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDMlXsnwYl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tDMlXsnwYl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tDMlXsnwYl .row {
  flex-direction: row-reverse;
}
.cid-tDMlXsnwYl img {
  width: 100%;
}
.cid-tDMmeJDvFS {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tDMmeJDvFS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDMmeJDvFS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tDMmeJDvFS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tDMmeJDvFS .row {
  flex-direction: row-reverse;
}
.cid-tDMmeJDvFS img {
  width: 100%;
}
.cid-tDMmsukuGu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/63-02-1473-6.jpg");
}
.cid-tDMmsukuGu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDMmsukuGu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDMmsukuGu .mbr-text,
.cid-tDMmsukuGu .mbr-section-btn {
  color: #232323;
}
.cid-tDMmsukuGu .card-title,
.cid-tDMmsukuGu .card-box {
  color: #ffffff;
}
.cid-tDMmsukuGu .mbr-text,
.cid-tDMmsukuGu .link-wrap {
  color: #ffffff;
}
.cid-tDMmShOJ2M {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tDMmShOJ2M .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDMmShOJ2M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tDMmShOJ2M .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tDMmShOJ2M .row {
  flex-direction: row-reverse;
}
.cid-tDMmShOJ2M img {
  width: 100%;
}
.cid-tDMnlbUqBr {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tDMnlbUqBr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDMnlbUqBr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tDMnlbUqBr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tDMnlbUqBr .row {
  flex-direction: row-reverse;
}
.cid-tDMnlbUqBr img {
  width: 100%;
}
.cid-tDMnzDorFx {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tDMnzDorFx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDMnzDorFx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tDMnzDorFx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tDMnzDorFx .row {
  flex-direction: row-reverse;
}
.cid-tDMnzDorFx img {
  width: 100%;
}
.cid-tDMnMCK0vL {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tDMnMCK0vL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDMnMCK0vL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tDMnMCK0vL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tDMnMCK0vL .row {
  flex-direction: row-reverse;
}
.cid-tDMnMCK0vL img {
  width: 100%;
}
.cid-tFEEC1Shl0 {
  background-image: url("../../../assets/images/41-02-1473-004-0943-blur-1.jpg");
}
.cid-tFEEC1Shl0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFEEC1Shl0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFEEC1Shl0 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tFEEC1Shl0 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tFEEC1Shl0 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tFEEC1Shl0 .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-tFEEC1Shl0 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tFEEC1Shl0 .mbr-section-title {
  color: #f40d0d;
}
.cid-tFEEC1Shl0 .mbr-text,
.cid-tFEEC1Shl0 .mbr-section-btn {
  color: #f40d0d;
}
.cid-tEc4m4nehb {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tEc4m4nehb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEc4m4nehb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tEc4m4nehb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tEc4m4nehb .row {
  flex-direction: row-reverse;
}
.cid-tEc4m4nehb img {
  width: 100%;
}
.cid-tEc5euPi4w {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/38-02-1473-4.jpg");
}
.cid-tEc5euPi4w .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEc5euPi4w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEc5euPi4w .mbr-text,
.cid-tEc5euPi4w .mbr-section-btn {
  color: #232323;
}
.cid-tEc5euPi4w .card-title,
.cid-tEc5euPi4w .card-box {
  color: #ffffff;
}
.cid-tEc5euPi4w .mbr-text,
.cid-tEc5euPi4w .link-wrap {
  color: #ffffff;
}
.cid-tEc4YQ7mKn {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tEc4YQ7mKn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEc4YQ7mKn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tEc4YQ7mKn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tEc4YQ7mKn .row {
  flex-direction: row-reverse;
}
.cid-tEc4YQ7mKn img {
  width: 100%;
}
.cid-tEc5JRUcwV {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tEc5JRUcwV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEc5JRUcwV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tEc5JRUcwV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tEc5JRUcwV .row {
  flex-direction: row-reverse;
}
.cid-tEc5JRUcwV img {
  width: 100%;
}
.cid-tEc60RGOvz {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tEc60RGOvz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEc60RGOvz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tEc60RGOvz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tEc60RGOvz .row {
  flex-direction: row-reverse;
}
.cid-tEc60RGOvz img {
  width: 100%;
}
.cid-tEc6nqYaHB {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tEc6nqYaHB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEc6nqYaHB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tEc6nqYaHB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tEc6nqYaHB .row {
  flex-direction: row-reverse;
}
.cid-tEc6nqYaHB img {
  width: 100%;
}
.cid-tEctvtlMgk {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tEctvtlMgk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEctvtlMgk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tEctvtlMgk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tEctvtlMgk .row {
  flex-direction: row-reverse;
}
.cid-tEctvtlMgk img {
  width: 100%;
}
.cid-tEctRcIPzx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/40-02-1473-4.jpg");
}
.cid-tEctRcIPzx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEctRcIPzx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEctRcIPzx .mbr-text,
.cid-tEctRcIPzx .mbr-section-btn {
  color: #232323;
}
.cid-tEctRcIPzx .card-title,
.cid-tEctRcIPzx .card-box {
  color: #ffffff;
}
.cid-tEctRcIPzx .mbr-text,
.cid-tEctRcIPzx .link-wrap {
  color: #ffffff;
}
.cid-tEcukrCWWc {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tEcukrCWWc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEcukrCWWc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tEcukrCWWc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tEcukrCWWc .row {
  flex-direction: row-reverse;
}
.cid-tEcukrCWWc img {
  width: 100%;
}
.cid-tEcuCuvo7A {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tEcuCuvo7A .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEcuCuvo7A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tEcuCuvo7A .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tEcuCuvo7A .row {
  flex-direction: row-reverse;
}
.cid-tEcuCuvo7A img {
  width: 100%;
}
.cid-tEcuQsuaFZ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tEcuQsuaFZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEcuQsuaFZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tEcuQsuaFZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tEcuQsuaFZ .row {
  flex-direction: row-reverse;
}
.cid-tEcuQsuaFZ img {
  width: 100%;
}
.cid-tEcvm1s72j {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/45-02-1473-4.jpg");
}
.cid-tEcvm1s72j .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEcvm1s72j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEcvm1s72j .mbr-text,
.cid-tEcvm1s72j .mbr-section-btn {
  color: #232323;
}
.cid-tEcvm1s72j .card-title,
.cid-tEcvm1s72j .card-box {
  color: #ffffff;
}
.cid-tEcvm1s72j .mbr-text,
.cid-tEcvm1s72j .link-wrap {
  color: #ffffff;
}
.cid-tEcv5GJxeJ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tEcv5GJxeJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEcv5GJxeJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tEcv5GJxeJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tEcv5GJxeJ .row {
  flex-direction: row-reverse;
}
.cid-tEcv5GJxeJ img {
  width: 100%;
}
.cid-tEcvJg6IGZ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tEcvJg6IGZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEcvJg6IGZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tEcvJg6IGZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tEcvJg6IGZ .row {
  flex-direction: row-reverse;
}
.cid-tEcvJg6IGZ img {
  width: 100%;
}
.cid-tFENvb7sIS {
  background-image: url("../../../assets/images/35-02-1473-003-0534-blur.jpg");
}
.cid-tFENvb7sIS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFENvb7sIS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFENvb7sIS .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tFENvb7sIS .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tFENvb7sIS .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tFENvb7sIS .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-tFENvb7sIS .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tFENvb7sIS .mbr-section-title {
  color: #f40d0d;
}
.cid-tFENvb7sIS .mbr-text,
.cid-tFENvb7sIS .mbr-section-btn {
  color: #f40d0d;
}
.cid-tD42ZmDgbU {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tD42ZmDgbU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD42ZmDgbU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tD42ZmDgbU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tD42ZmDgbU .row {
  flex-direction: row-reverse;
}
.cid-tD42ZmDgbU img {
  width: 100%;
}
.cid-tD4gFYHEYI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/29-02-1473-4.jpg");
}
.cid-tD4gFYHEYI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD4gFYHEYI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD4gFYHEYI .mbr-text,
.cid-tD4gFYHEYI .mbr-section-btn {
  color: #232323;
}
.cid-tD4gFYHEYI .card-title,
.cid-tD4gFYHEYI .card-box {
  color: #ffffff;
}
.cid-tD4gFYHEYI .mbr-text,
.cid-tD4gFYHEYI .link-wrap {
  color: #ffffff;
}
.cid-tD4d1usqmO {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tD4d1usqmO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD4d1usqmO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tD4d1usqmO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tD4d1usqmO .row {
  flex-direction: row-reverse;
}
.cid-tD4d1usqmO img {
  width: 100%;
}
.cid-tD4dJl4qEk {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tD4dJl4qEk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD4dJl4qEk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tD4dJl4qEk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tD4dJl4qEk .row {
  flex-direction: row-reverse;
}
.cid-tD4dJl4qEk img {
  width: 100%;
}
.cid-tD4e1TNf0B {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tD4e1TNf0B .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD4e1TNf0B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tD4e1TNf0B .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tD4e1TNf0B .row {
  flex-direction: row-reverse;
}
.cid-tD4e1TNf0B img {
  width: 100%;
}
.cid-tD4f0BFfy5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/31-02-1473-003-347.jpg");
}
.cid-tD4f0BFfy5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD4f0BFfy5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD4f0BFfy5 .mbr-text,
.cid-tD4f0BFfy5 .mbr-section-btn {
  color: #232323;
}
.cid-tD4f0BFfy5 .card-title,
.cid-tD4f0BFfy5 .card-box {
  color: #ffffff;
}
.cid-tD4f0BFfy5 .mbr-text,
.cid-tD4f0BFfy5 .link-wrap {
  color: #ffffff;
}
.cid-tD4s705uaZ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tD4s705uaZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD4s705uaZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tD4s705uaZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tD4s705uaZ .row {
  flex-direction: row-reverse;
}
.cid-tD4s705uaZ img {
  width: 100%;
}
.cid-tD4sxNFSJD {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tD4sxNFSJD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD4sxNFSJD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tD4sxNFSJD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tD4sxNFSJD .row {
  flex-direction: row-reverse;
}
.cid-tD4sxNFSJD img {
  width: 100%;
}
.cid-tD4sOq3Uo9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/32-02-1473-6.jpg");
}
.cid-tD4sOq3Uo9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD4sOq3Uo9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD4sOq3Uo9 .mbr-text,
.cid-tD4sOq3Uo9 .mbr-section-btn {
  color: #232323;
}
.cid-tD4sOq3Uo9 .card-title,
.cid-tD4sOq3Uo9 .card-box {
  color: #ffffff;
}
.cid-tD4sOq3Uo9 .mbr-text,
.cid-tD4sOq3Uo9 .link-wrap {
  color: #ffffff;
}
.cid-tD7Gkz9X9u {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tD7Gkz9X9u .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD7Gkz9X9u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tD7Gkz9X9u .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tD7Gkz9X9u .row {
  flex-direction: row-reverse;
}
.cid-tD7Gkz9X9u img {
  width: 100%;
}
.cid-tDadjyOcHk {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tDadjyOcHk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDadjyOcHk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tDadjyOcHk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tDadjyOcHk .row {
  flex-direction: row-reverse;
}
.cid-tDadjyOcHk img {
  width: 100%;
}
.cid-tDadswYxFv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/35-02-1473-3.jpg");
}
.cid-tDadswYxFv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDadswYxFv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDadswYxFv .mbr-text,
.cid-tDadswYxFv .mbr-section-btn {
  color: #232323;
}
.cid-tDadswYxFv .card-title,
.cid-tDadswYxFv .card-box {
  color: #ffffff;
}
.cid-tDadswYxFv .mbr-text,
.cid-tDadswYxFv .link-wrap {
  color: #ffffff;
}
.cid-tDadL08RbF {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tDadL08RbF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDadL08RbF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tDadL08RbF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tDadL08RbF .row {
  flex-direction: row-reverse;
}
.cid-tDadL08RbF img {
  width: 100%;
}
.cid-tDadYLdo1S {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tDadYLdo1S .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDadYLdo1S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tDadYLdo1S .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tDadYLdo1S .row {
  flex-direction: row-reverse;
}
.cid-tDadYLdo1S img {
  width: 100%;
}
.cid-tFEPeZetgL {
  background-image: url("../../../assets/images/23-02-1473-003-0064-blur.jpg");
}
.cid-tFEPeZetgL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFEPeZetgL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFEPeZetgL .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tFEPeZetgL .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tFEPeZetgL .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tFEPeZetgL .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-tFEPeZetgL .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tFEPeZetgL .mbr-section-title {
  color: #f40d0d;
}
.cid-tFEPeZetgL .mbr-text,
.cid-tFEPeZetgL .mbr-section-btn {
  color: #f40d0d;
}
.cid-tDzalZxV8Y {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tDzalZxV8Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDzalZxV8Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tDzalZxV8Y .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tDzalZxV8Y .row {
  flex-direction: row-reverse;
}
.cid-tDzalZxV8Y img {
  width: 100%;
}
.cid-tDzaUpuXGj {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tDzaUpuXGj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDzaUpuXGj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tDzaUpuXGj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tDzaUpuXGj .row {
  flex-direction: row-reverse;
}
.cid-tDzaUpuXGj img {
  width: 100%;
}
.cid-tDzb6snxTU {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tDzb6snxTU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDzb6snxTU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tDzb6snxTU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tDzb6snxTU .row {
  flex-direction: row-reverse;
}
.cid-tDzb6snxTU img {
  width: 100%;
}
.cid-tDzbnuVL0c {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/22-02-1473-004-0198-.jpg");
}
.cid-tDzbnuVL0c .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDzbnuVL0c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDzbnuVL0c .mbr-text,
.cid-tDzbnuVL0c .mbr-section-btn {
  color: #232323;
}
.cid-tDzbnuVL0c .card-title,
.cid-tDzbnuVL0c .card-box {
  color: #ffffff;
}
.cid-tDzbnuVL0c .mbr-text,
.cid-tDzbnuVL0c .link-wrap {
  color: #ffffff;
}
.cid-tDzcBfoag6 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tDzcBfoag6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDzcBfoag6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tDzcBfoag6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tDzcBfoag6 .row {
  flex-direction: row-reverse;
}
.cid-tDzcBfoag6 img {
  width: 100%;
}
.cid-tDzcUiVjYF {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tDzcUiVjYF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDzcUiVjYF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tDzcUiVjYF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tDzcUiVjYF .row {
  flex-direction: row-reverse;
}
.cid-tDzcUiVjYF img {
  width: 100%;
}
.cid-tEFJPV7WDs {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tEFJPV7WDs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEFJPV7WDs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tEFJPV7WDs .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tEFJPV7WDs .row {
  flex-direction: row-reverse;
}
.cid-tEFJPV7WDs img {
  width: 100%;
}
.cid-tDzjgxLFUl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/23-02-1473-3.jpg");
}
.cid-tDzjgxLFUl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDzjgxLFUl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDzjgxLFUl .mbr-text,
.cid-tDzjgxLFUl .mbr-section-btn {
  color: #232323;
}
.cid-tDzjgxLFUl .card-title,
.cid-tDzjgxLFUl .card-box {
  color: #ffffff;
}
.cid-tDzjgxLFUl .mbr-text,
.cid-tDzjgxLFUl .link-wrap {
  color: #ffffff;
}
.cid-tDzjC0odtk {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tDzjC0odtk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDzjC0odtk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tDzjC0odtk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tDzjC0odtk .row {
  flex-direction: row-reverse;
}
.cid-tDzjC0odtk img {
  width: 100%;
}
.cid-tDzjRcIzQG {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tDzjRcIzQG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDzjRcIzQG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tDzjRcIzQG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tDzjRcIzQG .row {
  flex-direction: row-reverse;
}
.cid-tDzjRcIzQG img {
  width: 100%;
}
.cid-tDzkmsIJbx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/24-02-1473-3.jpg");
}
.cid-tDzkmsIJbx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDzkmsIJbx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDzkmsIJbx .mbr-text,
.cid-tDzkmsIJbx .mbr-section-btn {
  color: #232323;
}
.cid-tDzkmsIJbx .card-title,
.cid-tDzkmsIJbx .card-box {
  color: #ffffff;
}
.cid-tDzkmsIJbx .mbr-text,
.cid-tDzkmsIJbx .link-wrap {
  color: #ffffff;
}
.cid-tDzkCl7nPw {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tDzkCl7nPw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDzkCl7nPw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tDzkCl7nPw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tDzkCl7nPw .row {
  flex-direction: row-reverse;
}
.cid-tDzkCl7nPw img {
  width: 100%;
}
.cid-tDzkNb25ii {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tDzkNb25ii .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDzkNb25ii .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tDzkNb25ii .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tDzkNb25ii .row {
  flex-direction: row-reverse;
}
.cid-tDzkNb25ii img {
  width: 100%;
}
.cid-tFERFI0zVK {
  background-image: url("../../../assets/images/13-02-1473-003-0246-blur.jpg");
}
.cid-tFERFI0zVK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFERFI0zVK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFERFI0zVK .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tFERFI0zVK .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tFERFI0zVK .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tFERFI0zVK .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-tFERFI0zVK .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tFERFI0zVK .mbr-section-title {
  color: #f40d0d;
}
.cid-tFERFI0zVK .mbr-text,
.cid-tFERFI0zVK .mbr-section-btn {
  color: #f40d0d;
}
.cid-tDMoNDWEtJ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tDMoNDWEtJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDMoNDWEtJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tDMoNDWEtJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tDMoNDWEtJ .row {
  flex-direction: row-reverse;
}
.cid-tDMoNDWEtJ img {
  width: 100%;
}
.cid-tDMoYLM4tq {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tDMoYLM4tq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDMoYLM4tq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tDMoYLM4tq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tDMoYLM4tq .row {
  flex-direction: row-reverse;
}
.cid-tDMoYLM4tq img {
  width: 100%;
}
.cid-tDMp70lfmF {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tDMp70lfmF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDMp70lfmF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tDMp70lfmF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tDMp70lfmF .row {
  flex-direction: row-reverse;
}
.cid-tDMp70lfmF img {
  width: 100%;
}
.cid-tDMphePdl7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/12-02-1473-4.jpg");
}
.cid-tDMphePdl7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDMphePdl7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDMphePdl7 .mbr-text,
.cid-tDMphePdl7 .mbr-section-btn {
  color: #232323;
}
.cid-tDMphePdl7 .card-title,
.cid-tDMphePdl7 .card-box {
  color: #ffffff;
}
.cid-tDMphePdl7 .mbr-text,
.cid-tDMphePdl7 .link-wrap {
  color: #ffffff;
}
.cid-tDMprGoy6U {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tDMprGoy6U .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDMprGoy6U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tDMprGoy6U .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tDMprGoy6U .row {
  flex-direction: row-reverse;
}
.cid-tDMprGoy6U img {
  width: 100%;
}
.cid-tDMpXg9e2B {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tDMpXg9e2B .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDMpXg9e2B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tDMpXg9e2B .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tDMpXg9e2B .row {
  flex-direction: row-reverse;
}
.cid-tDMpXg9e2B img {
  width: 100%;
}
.cid-tDMq9VL0UQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/14-02-1473-3.jpg");
}
.cid-tDMq9VL0UQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDMq9VL0UQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDMq9VL0UQ .mbr-text,
.cid-tDMq9VL0UQ .mbr-section-btn {
  color: #232323;
}
.cid-tDMq9VL0UQ .card-title,
.cid-tDMq9VL0UQ .card-box {
  color: #ffffff;
}
.cid-tDMq9VL0UQ .mbr-text,
.cid-tDMq9VL0UQ .link-wrap {
  color: #ffffff;
}
.cid-tDMqraj798 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tDMqraj798 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDMqraj798 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tDMqraj798 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tDMqraj798 .row {
  flex-direction: row-reverse;
}
.cid-tDMqraj798 img {
  width: 100%;
}
.cid-tDMqBqC4x1 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tDMqBqC4x1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDMqBqC4x1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tDMqBqC4x1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tDMqBqC4x1 .row {
  flex-direction: row-reverse;
}
.cid-tDMqBqC4x1 img {
  width: 100%;
}
.cid-tDMqSMu9Sc {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tDMqSMu9Sc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDMqSMu9Sc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tDMqSMu9Sc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tDMqSMu9Sc .row {
  flex-direction: row-reverse;
}
.cid-tDMqSMu9Sc img {
  width: 100%;
}
.cid-tDMrbA5N6W {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/17-02-1473-3.jpg");
}
.cid-tDMrbA5N6W .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDMrbA5N6W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDMrbA5N6W .mbr-text,
.cid-tDMrbA5N6W .mbr-section-btn {
  color: #232323;
}
.cid-tDMrbA5N6W .card-title,
.cid-tDMrbA5N6W .card-box {
  color: #ffffff;
}
.cid-tDMrbA5N6W .mbr-text,
.cid-tDMrbA5N6W .link-wrap {
  color: #ffffff;
}
.cid-tDMrvWoGbx {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tDMrvWoGbx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDMrvWoGbx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tDMrvWoGbx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tDMrvWoGbx .row {
  flex-direction: row-reverse;
}
.cid-tDMrvWoGbx img {
  width: 100%;
}
.cid-tDMrHGvIpC {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tDMrHGvIpC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDMrHGvIpC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tDMrHGvIpC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tDMrHGvIpC .row {
  flex-direction: row-reverse;
}
.cid-tDMrHGvIpC img {
  width: 100%;
}
.cid-tFEV9NWcoJ {
  background-image: url("../../../assets/images/49-02-1473-003-0478-blur.jpg");
}
.cid-tFEV9NWcoJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFEV9NWcoJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFEV9NWcoJ .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tFEV9NWcoJ .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tFEV9NWcoJ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tFEV9NWcoJ .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-tFEV9NWcoJ .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tFEV9NWcoJ .mbr-section-title {
  color: #f40d0d;
}
.cid-tFEV9NWcoJ .mbr-text,
.cid-tFEV9NWcoJ .mbr-section-btn {
  color: #f40d0d;
}
.cid-tEcwqx8S34 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tEcwqx8S34 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEcwqx8S34 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tEcwqx8S34 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tEcwqx8S34 .row {
  flex-direction: row-reverse;
}
.cid-tEcwqx8S34 img {
  width: 100%;
}
.cid-tEcwOAz2hu {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tEcwOAz2hu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEcwOAz2hu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tEcwOAz2hu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tEcwOAz2hu .row {
  flex-direction: row-reverse;
}
.cid-tEcwOAz2hu img {
  width: 100%;
}
.cid-tEcx9xidNX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/50-02-1473-3.jpg");
}
.cid-tEcx9xidNX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEcx9xidNX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEcx9xidNX .mbr-text,
.cid-tEcx9xidNX .mbr-section-btn {
  color: #232323;
}
.cid-tEcx9xidNX .card-title,
.cid-tEcx9xidNX .card-box {
  color: #ffffff;
}
.cid-tEcx9xidNX .mbr-text,
.cid-tEcx9xidNX .link-wrap {
  color: #ffffff;
}
.cid-tEcwZhutTI {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tEcwZhutTI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEcwZhutTI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tEcwZhutTI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tEcwZhutTI .row {
  flex-direction: row-reverse;
}
.cid-tEcwZhutTI img {
  width: 100%;
}
.cid-tEcxtvJT6A {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tEcxtvJT6A .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEcxtvJT6A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tEcxtvJT6A .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tEcxtvJT6A .row {
  flex-direction: row-reverse;
}
.cid-tEcxtvJT6A img {
  width: 100%;
}
.cid-tEcxHH7Dvv {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tEcxHH7Dvv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEcxHH7Dvv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tEcxHH7Dvv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tEcxHH7Dvv .row {
  flex-direction: row-reverse;
}
.cid-tEcxHH7Dvv img {
  width: 100%;
}
.cid-tEcy5NdTRt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/52-02-1473-3.jpg");
}
.cid-tEcy5NdTRt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEcy5NdTRt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEcy5NdTRt .mbr-text,
.cid-tEcy5NdTRt .mbr-section-btn {
  color: #232323;
}
.cid-tEcy5NdTRt .card-title,
.cid-tEcy5NdTRt .card-box {
  color: #ffffff;
}
.cid-tEcy5NdTRt .mbr-text,
.cid-tEcy5NdTRt .link-wrap {
  color: #ffffff;
}
.cid-tEcyjWOBKR {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tEcyjWOBKR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEcyjWOBKR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tEcyjWOBKR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tEcyjWOBKR .row {
  flex-direction: row-reverse;
}
.cid-tEcyjWOBKR img {
  width: 100%;
}
.cid-tEcyFx2vyK {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tEcyFx2vyK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEcyFx2vyK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tEcyFx2vyK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tEcyFx2vyK .row {
  flex-direction: row-reverse;
}
.cid-tEcyFx2vyK img {
  width: 100%;
}
.cid-tEcyXfRV1M {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tEcyXfRV1M .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEcyXfRV1M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tEcyXfRV1M .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tEcyXfRV1M .row {
  flex-direction: row-reverse;
}
.cid-tEcyXfRV1M img {
  width: 100%;
}
.cid-tEczfOLHBm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/55-02-1473-4.jpg");
}
.cid-tEczfOLHBm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEczfOLHBm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEczfOLHBm .mbr-text,
.cid-tEczfOLHBm .mbr-section-btn {
  color: #232323;
}
.cid-tEczfOLHBm .card-title,
.cid-tEczfOLHBm .card-box {
  color: #ffffff;
}
.cid-tEczfOLHBm .mbr-text,
.cid-tEczfOLHBm .link-wrap {
  color: #ffffff;
}
.cid-tEcAabmgbQ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tEcAabmgbQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEcAabmgbQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tEcAabmgbQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tEcAabmgbQ .row {
  flex-direction: row-reverse;
}
.cid-tEcAabmgbQ img {
  width: 100%;
}
.cid-tEcAjmGqI7 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tEcAjmGqI7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEcAjmGqI7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tEcAjmGqI7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tEcAjmGqI7 .row {
  flex-direction: row-reverse;
}
.cid-tEcAjmGqI7 img {
  width: 100%;
}
.cid-tFE0FmM9rV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tFE0FmM9rV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFE0FmM9rV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tFE0FmM9rV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tFE0FmM9rV .row {
  flex-direction: row-reverse;
}
.cid-tFE0FmM9rV img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tFE0FmM9rV .text-wrapper {
    padding: 2rem;
  }
}
.cid-tEdirufrur {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tEdirufrur .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tEdirufrur .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-tEdirufrur .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #f40d0d;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-tEcADZCbFS {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f40d0d;
}
.cid-tEcADZCbFS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEcADZCbFS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEcADZCbFS .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tEcADZCbFS .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tEcADZCbFS .row {
    text-align: center;
  }
  .cid-tEcADZCbFS .row > div {
    margin: auto;
  }
  .cid-tEcADZCbFS .social-row {
    justify-content: center;
  }
}
.cid-tEcADZCbFS .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tEcADZCbFS .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tEcADZCbFS .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tEcADZCbFS .list {
    margin-bottom: 0rem;
  }
}
.cid-tEcADZCbFS .mbr-text {
  color: #ffffff;
}
.cid-tEcADZCbFS .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tEcADZCbFS .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tEcADZCbFS div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tEcADZCbFS .copyright {
  color: #ffffff;
}

.bordrad {border-radius:1rem;}
.bordradimg {border-radius:0.3rem;}
.shad {box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.4);}
.badgebg {
background-color:rgba(0, 0, 0, 0.3);padding:.1rem .5rem .1rem .5rem;border-radius:0.25rem;
}

.hr {width:50%;}

.short-note {background-color:#f40d0d;padding:.1rem .3rem .25rem .3rem;color:#fff;border-radius:.15rem;}