body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Bellota Text', display;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Bellota Text', display;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Bellota Text', display;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Bellota Text', display;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Bellota Text', display;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.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.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #4d6d9a !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #4d6d9a !important;
  border-color: #4d6d9a !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: #304460 !important;
  border-color: #304460 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #304460 !important;
  border-color: #304460 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #edb5bf !important;
  border-color: #edb5bf !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: #dc6f83 !important;
  border-color: #dc6f83 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #dc6f83 !important;
  border-color: #dc6f83 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #4d6d9a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #304460 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #4d6d9a !important;
  border-color: #4d6d9a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #edb5bf;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #dc6f83 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #edb5bf !important;
  border-color: #edb5bf !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #4d6d9a !important;
}
.text-secondary {
  color: #edb5bf !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #2b3d56 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #d96378 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #4d6d9a;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #4d6d9a;
  border-color: #4d6d9a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #4d6d9a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #9aafcc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Bellota Text', display;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #4d6d9a !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Bellota Text', display;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #4d6d9a;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #4d6d9a;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #4d6d9a;
}
.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: #4d6d9a;
  border-bottom-color: #4d6d9a;
}
.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: #4d6d9a !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #edb5bf !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='%234d6d9a' %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;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-sFGMsvHDIa .navbar-dropdown {
  position: relative !important;
}
.cid-sFGMsvHDIa .navbar-dropdown {
  position: absolute !important;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFGMsvHDIa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFGMsvHDIa .dropdown-item:hover,
.cid-sFGMsvHDIa .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-sFGMsvHDIa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFGMsvHDIa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFGMsvHDIa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFGMsvHDIa .nav-link {
  position: relative;
}
.cid-sFGMsvHDIa .container {
  display: flex;
  margin: auto;
}
.cid-sFGMsvHDIa .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFGMsvHDIa .dropdown-menu,
.cid-sFGMsvHDIa .navbar.opened {
  background: #000000 !important;
}
.cid-sFGMsvHDIa .nav-item:focus,
.cid-sFGMsvHDIa .nav-link:focus {
  outline: none;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFGMsvHDIa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFGMsvHDIa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFGMsvHDIa .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.6);
}
.cid-sFGMsvHDIa .navbar.opened {
  transition: all 0.3s;
}
.cid-sFGMsvHDIa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFGMsvHDIa .navbar .navbar-logo img {
  width: auto;
}
.cid-sFGMsvHDIa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFGMsvHDIa .navbar.collapsed {
  justify-content: center;
}
.cid-sFGMsvHDIa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFGMsvHDIa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFGMsvHDIa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFGMsvHDIa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFGMsvHDIa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFGMsvHDIa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFGMsvHDIa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFGMsvHDIa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFGMsvHDIa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFGMsvHDIa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFGMsvHDIa .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFGMsvHDIa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFGMsvHDIa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFGMsvHDIa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFGMsvHDIa .dropdown-item.active,
.cid-sFGMsvHDIa .dropdown-item:active {
  background-color: transparent;
}
.cid-sFGMsvHDIa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFGMsvHDIa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sFGMsvHDIa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFGMsvHDIa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFGMsvHDIa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFGMsvHDIa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFGMsvHDIa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sFGMsvHDIa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar {
    height: 70px;
  }
  .cid-sFGMsvHDIa .navbar.opened {
    height: auto;
  }
  .cid-sFGMsvHDIa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFGMfPD7iT {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #000000;
}
.cid-sFGMfPD7iT .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-sFGMfPD7iT .mbr-text,
.cid-sFGMfPD7iT .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-sFGNHRkFsi {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #000000;
}
.cid-sFGNHRkFsi .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sFGNHRkFsi .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sFGNHRkFsi .mbr-iconfont {
  font-size: 4rem;
  color: #4d6d9a;
  padding-right: 1.5rem;
}
.cid-sFGNHRkFsi .card-text {
  color: #ffffff;
}
.cid-u1eLIttbpy {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u1eLIttbpy .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1eLIttbpy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1eLIttbpy .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-u1eLIttbpy .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-u1eLIttbpy .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-u1eLIttbpy .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #124ad6;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-u1eLIttbpy .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #47b5ed !important;
}
.cid-u1eLIttbpy .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-u1eLIttbpy .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u1eLIttbpy .text-wrapper {
    margin: 0 30px;
  }
}
.cid-u1eLIttbpy .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-u1eLIttbpy .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-u1eLIttbpy .mbr-section-title {
  color: #FFFFFF;
}
.cid-u1eLIttbpy .mbr-section-title,
.cid-u1eLIttbpy .mbr-section-btn {
  text-align: center;
  color: #a71109;
}
.cid-sFGOTvnvck {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-sFGOTvnvck .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-sFGOTvnvck .card {
    margin-bottom: 2rem!important;
  }
  .cid-sFGOTvnvck .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sFGOTvnvck .link-wrap {
    align-items: center;
  }
}
.cid-sFGOTvnvck .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sFGOTvnvck .card-title,
.cid-sFGOTvnvck .card-box {
  color: #ffffff;
}
.cid-u1eLGEwuUh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u1eLGEwuUh .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1eLGEwuUh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1eLGEwuUh .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-u1eLGEwuUh .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-u1eLGEwuUh .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-u1eLGEwuUh .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #124ad6;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-u1eLGEwuUh .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #47b5ed !important;
}
.cid-u1eLGEwuUh .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-u1eLGEwuUh .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u1eLGEwuUh .text-wrapper {
    margin: 0 30px;
  }
}
.cid-u1eLGEwuUh .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-u1eLGEwuUh .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-u1eLGEwuUh .mbr-section-title {
  color: #FFFFFF;
}
.cid-u1eLGEwuUh .mbr-section-title,
.cid-u1eLGEwuUh .mbr-section-btn {
  text-align: center;
  color: #a71109;
}
.cid-sFGNGNNW5A {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-sFGNGNNW5A img,
.cid-sFGNGNNW5A .item-img {
  width: 100%;
}
.cid-sFGNGNNW5A .item:focus,
.cid-sFGNGNNW5A span:focus {
  outline: none;
}
.cid-sFGNGNNW5A .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sFGNGNNW5A .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sFGNGNNW5A .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sFGNGNNW5A .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sFGNGNNW5A .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sFGNGNNW5A .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sFGNGNNW5A .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sFGNGNNW5A .mbr-section-title {
  color: #ffffff;
}
.cid-sFGNGNNW5A .mbr-text,
.cid-sFGNGNNW5A .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-sFGNGNNW5A .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-sFGNGNNW5A .item-subtitle {
  text-align: left;
}
.cid-u1eLuY2fGp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u1eLuY2fGp .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1eLuY2fGp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1eLuY2fGp .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-u1eLuY2fGp .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-u1eLuY2fGp .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-u1eLuY2fGp .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #124ad6;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-u1eLuY2fGp .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #47b5ed !important;
}
.cid-u1eLuY2fGp .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-u1eLuY2fGp .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u1eLuY2fGp .text-wrapper {
    margin: 0 30px;
  }
}
.cid-u1eLuY2fGp .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-u1eLuY2fGp .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-u1eLuY2fGp .mbr-section-title {
  color: #FFFFFF;
}
.cid-u1eLuY2fGp .mbr-section-title,
.cid-u1eLuY2fGp .mbr-section-btn {
  text-align: center;
  color: #a71109;
}
.cid-sFGTcFRqw0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-sFGTcFRqw0 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sFGTcFRqw0 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-sFGTcFRqw0 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-sFGTcFRqw0 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sFGTcFRqw0 textarea {
  min-height: 10rem;
}
.cid-sFGTcFRqw0 .mbr-section-title {
  color: #ffffff;
}
.cid-u1eKNVsjxj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u1eKNVsjxj .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1eKNVsjxj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1eKNVsjxj .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-u1eKNVsjxj .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-u1eKNVsjxj .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-u1eKNVsjxj .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #124ad6;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-u1eKNVsjxj .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #47b5ed !important;
}
.cid-u1eKNVsjxj .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-u1eKNVsjxj .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u1eKNVsjxj .text-wrapper {
    margin: 0 30px;
  }
}
.cid-u1eKNVsjxj .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-u1eKNVsjxj .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-u1eKNVsjxj .mbr-section-title {
  color: #FFFFFF;
}
.cid-u1eKNVsjxj .mbr-section-title,
.cid-u1eKNVsjxj .mbr-section-btn {
  text-align: center;
  color: #a71109;
}
.cid-u19kvGbuA8 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-u19kvGbuA8 .media-container-row {
  justify-content: space-between;
}
.cid-u19kvGbuA8 .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-u19kvGbuA8 .text-content {
    max-width: none;
  }
}
.cid-u19kvGbuA8 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #000000;
  border: 2px solid #000000;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-u19kvGbuA8 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-u19kvGbuA8 .mbr-iconfont-social:hover {
  background-color: #000000;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-u19kvGbuA8 .icons {
    justify-content: center !important;
  }
  .cid-u19kvGbuA8 .text-content * {
    text-align: center;
  }
}
.cid-u19kvGbuA8 .mbr-section-title {
  color: #ffffff;
}
.cid-u19kvGbuA8 P {
  color: #ffffff;
}
.cid-u1euk3ZMyD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-u1euk3ZMyD .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-u1ewQzcfz9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-u1ewQzcfz9 blockquote {
  border-width: 1px;
  border-color: #ffffff;
  padding: 0 0 0 20px;
}
.cid-u1ewQzcfz9 .mbr-text,
.cid-u1ewQzcfz9 .blockquote-quote {
  color: #ffffff;
}
.cid-u1ewQzcfz9 footer {
  font-style: normal;
}
.cid-u1eBbjJ2Gl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u1eBbjJ2Gl .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1eBbjJ2Gl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1eBbjJ2Gl .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-u1eBbjJ2Gl .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-u1eBbjJ2Gl .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-u1eBbjJ2Gl .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #124ad6;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-u1eBbjJ2Gl .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #47b5ed !important;
}
.cid-u1eBbjJ2Gl .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-u1eBbjJ2Gl .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u1eBbjJ2Gl .text-wrapper {
    margin: 0 30px;
  }
}
.cid-u1eBbjJ2Gl .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-u1eBbjJ2Gl .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-u1eBbjJ2Gl .mbr-section-title {
  color: #FFFFFF;
}
.cid-u1eBbjJ2Gl .mbr-section-title,
.cid-u1eBbjJ2Gl .mbr-section-btn {
  text-align: center;
  color: #a71109;
}
.cid-u1eAltDzDX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-u1eAltDzDX blockquote {
  border-width: 1px;
  border-color: #ffffff;
  padding: 0 0 0 20px;
}
.cid-u1eAltDzDX .mbr-text,
.cid-u1eAltDzDX .blockquote-quote {
  color: #ffffff;
}
.cid-u1eAltDzDX footer {
  font-style: normal;
}
.cid-u1eAVIhqJK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u1eAVIhqJK .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1eAVIhqJK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1eAVIhqJK .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-u1eAVIhqJK .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-u1eAVIhqJK .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-u1eAVIhqJK .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #124ad6;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-u1eAVIhqJK .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #47b5ed !important;
}
.cid-u1eAVIhqJK .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-u1eAVIhqJK .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u1eAVIhqJK .text-wrapper {
    margin: 0 30px;
  }
}
.cid-u1eAVIhqJK .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-u1eAVIhqJK .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-u1eAVIhqJK .mbr-section-title {
  color: #FFFFFF;
}
.cid-u1eAVIhqJK .mbr-section-title,
.cid-u1eAVIhqJK .mbr-section-btn {
  text-align: center;
  color: #a71109;
}
.cid-u1eDuCSAIZ {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/rsi-33.webp");
}
.cid-u1eDuCSAIZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1eDuCSAIZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1eDuCSAIZ .mbr-section-title {
  color: #ffffff;
}
.cid-u1eDuCSAIZ .mbr-text,
.cid-u1eDuCSAIZ .mbr-section-btn {
  color: #ffffff;
}
.cid-u1qo0rLslg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u1qo0rLslg .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1qo0rLslg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1qo0rLslg .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-u1qo0rLslg .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-u1qo0rLslg .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-u1qo0rLslg .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #124ad6;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-u1qo0rLslg .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #47b5ed !important;
}
.cid-u1qo0rLslg .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-u1qo0rLslg .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u1qo0rLslg .text-wrapper {
    margin: 0 30px;
  }
}
.cid-u1qo0rLslg .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-u1qo0rLslg .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-u1qo0rLslg .mbr-section-title {
  color: #FFFFFF;
}
.cid-u1qo0rLslg .mbr-section-title,
.cid-u1qo0rLslg .mbr-section-btn {
  text-align: center;
  color: #a71109;
}
.cid-v0EuKduofd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-v0EuKduofd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0EuKduofd .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-v0EuKduofd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0EuKduofd .row {
  flex-direction: row-reverse;
}
.cid-v0EuKduofd img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v0EuKduofd .text-wrapper {
    padding: 2rem;
  }
}
.cid-v0EuKduofd .mbr-section-title {
  color: #ffffff;
}
.cid-v0EuKduofd .mbr-text {
  color: #ffffff;
}
.cid-v0EuKduofd .mbr-description {
  color: #ffffff;
}
.cid-v0EuL2FrJD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v0EuL2FrJD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0EuL2FrJD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0EuL2FrJD .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-v0EuL2FrJD .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-v0EuL2FrJD .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-v0EuL2FrJD .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #124ad6;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-v0EuL2FrJD .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #47b5ed !important;
}
.cid-v0EuL2FrJD .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-v0EuL2FrJD .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v0EuL2FrJD .text-wrapper {
    margin: 0 30px;
  }
}
.cid-v0EuL2FrJD .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v0EuL2FrJD .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-v0EuL2FrJD .mbr-section-title {
  color: #FFFFFF;
}
.cid-v0EuL2FrJD .mbr-section-title,
.cid-v0EuL2FrJD .mbr-section-btn {
  text-align: center;
  color: #a71109;
}
.cid-v0Eq6Pon82 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-v0Eq6Pon82 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0Eq6Pon82 .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-v0Eq6Pon82 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0Eq6Pon82 .row {
  flex-direction: row-reverse;
}
.cid-v0Eq6Pon82 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v0Eq6Pon82 .text-wrapper {
    padding: 2rem;
  }
}
.cid-v0Eq6Pon82 .mbr-section-title {
  color: #ffffff;
}
.cid-v0Eq6Pon82 .mbr-text {
  color: #ffffff;
}
.cid-v0Eq6Pon82 .mbr-description {
  color: #ffffff;
}
.cid-v0Eq87umQS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v0Eq87umQS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0Eq87umQS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0Eq87umQS .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-v0Eq87umQS .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-v0Eq87umQS .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-v0Eq87umQS .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #124ad6;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-v0Eq87umQS .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #47b5ed !important;
}
.cid-v0Eq87umQS .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-v0Eq87umQS .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v0Eq87umQS .text-wrapper {
    margin: 0 30px;
  }
}
.cid-v0Eq87umQS .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v0Eq87umQS .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-v0Eq87umQS .mbr-section-title {
  color: #FFFFFF;
}
.cid-v0Eq87umQS .mbr-section-title,
.cid-v0Eq87umQS .mbr-section-btn {
  text-align: center;
  color: #a71109;
}
.cid-uajkJ37q2F {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uajkJ37q2F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uajkJ37q2F .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-uajkJ37q2F .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uajkJ37q2F .row {
  flex-direction: row-reverse;
}
.cid-uajkJ37q2F img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uajkJ37q2F .text-wrapper {
    padding: 2rem;
  }
}
.cid-uajkJ37q2F .mbr-section-title {
  color: #ffffff;
}
.cid-uajkJ37q2F .mbr-text {
  color: #ffffff;
}
.cid-uajkJ37q2F .mbr-description {
  color: #ffffff;
}
.cid-uajnsbI8KB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uajnsbI8KB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uajnsbI8KB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uajnsbI8KB .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uajnsbI8KB .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-uajnsbI8KB .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-uajnsbI8KB .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #124ad6;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uajnsbI8KB .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #47b5ed !important;
}
.cid-uajnsbI8KB .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uajnsbI8KB .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uajnsbI8KB .text-wrapper {
    margin: 0 30px;
  }
}
.cid-uajnsbI8KB .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uajnsbI8KB .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-uajnsbI8KB .mbr-section-title {
  color: #FFFFFF;
}
.cid-uajnsbI8KB .mbr-section-title,
.cid-uajnsbI8KB .mbr-section-btn {
  text-align: center;
  color: #a71109;
}
.cid-v0EmI8Oz4u {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-v0EmI8Oz4u .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0EmI8Oz4u .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-v0EmI8Oz4u .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0EmI8Oz4u .row {
  flex-direction: row-reverse;
}
.cid-v0EmI8Oz4u img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v0EmI8Oz4u .text-wrapper {
    padding: 2rem;
  }
}
.cid-v0EmI8Oz4u .mbr-text {
  color: #ffffff;
}
.cid-v0EmI8Oz4u .mbr-section-title {
  color: #ffffff;
}
.cid-v0EmI8Oz4u .mbr-description {
  color: #ffffff;
}
.cid-v0En4rjQHN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v0En4rjQHN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0En4rjQHN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0En4rjQHN .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-v0En4rjQHN .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-v0En4rjQHN .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-v0En4rjQHN .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #124ad6;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-v0En4rjQHN .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #47b5ed !important;
}
.cid-v0En4rjQHN .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-v0En4rjQHN .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v0En4rjQHN .text-wrapper {
    margin: 0 30px;
  }
}
.cid-v0En4rjQHN .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v0En4rjQHN .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-v0En4rjQHN .mbr-section-title {
  color: #FFFFFF;
}
.cid-v0En4rjQHN .mbr-section-title,
.cid-v0En4rjQHN .mbr-section-btn {
  text-align: center;
  color: #a71109;
}
.cid-uai9TJh8UM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uai9TJh8UM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uai9TJh8UM .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-uai9TJh8UM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uai9TJh8UM img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uai9TJh8UM .text-wrapper {
    padding: 2rem;
  }
}
.cid-uai9TJh8UM .mbr-section-title {
  color: #ffffff;
}
.cid-uai9TJh8UM .mbr-text {
  color: #fafafa;
}
.cid-uai9TJh8UM .mbr-description {
  color: #ffffff;
}
.cid-uai9VqOKy9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uai9VqOKy9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uai9VqOKy9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uai9VqOKy9 .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uai9VqOKy9 .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-uai9VqOKy9 .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-uai9VqOKy9 .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #124ad6;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uai9VqOKy9 .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #47b5ed !important;
}
.cid-uai9VqOKy9 .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uai9VqOKy9 .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uai9VqOKy9 .text-wrapper {
    margin: 0 30px;
  }
}
.cid-uai9VqOKy9 .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uai9VqOKy9 .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-uai9VqOKy9 .mbr-section-title {
  color: #FFFFFF;
}
.cid-uai9VqOKy9 .mbr-section-title,
.cid-uai9VqOKy9 .mbr-section-btn {
  text-align: center;
  color: #a71109;
}
.cid-uacQ0B97jQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uacQ0B97jQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uacQ0B97jQ .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-uacQ0B97jQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uacQ0B97jQ .row {
  flex-direction: row-reverse;
}
.cid-uacQ0B97jQ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uacQ0B97jQ .text-wrapper {
    padding: 2rem;
  }
}
.cid-uacQ0B97jQ .mbr-section-title {
  color: #ffffff;
}
.cid-uacQ0B97jQ .mbr-text {
  color: #ffffff;
}
.cid-uacQ0B97jQ .mbr-description {
  color: #ffffff;
}
.cid-uacQ51bZxT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uacQ51bZxT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uacQ51bZxT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uacQ51bZxT .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uacQ51bZxT .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-uacQ51bZxT .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-uacQ51bZxT .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #124ad6;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uacQ51bZxT .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #47b5ed !important;
}
.cid-uacQ51bZxT .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uacQ51bZxT .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uacQ51bZxT .text-wrapper {
    margin: 0 30px;
  }
}
.cid-uacQ51bZxT .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uacQ51bZxT .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-uacQ51bZxT .mbr-section-title {
  color: #FFFFFF;
}
.cid-uacQ51bZxT .mbr-section-title,
.cid-uacQ51bZxT .mbr-section-btn {
  text-align: center;
  color: #a71109;
}
.cid-u1eCJ6ezr9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-u1eCJ6ezr9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1eCJ6ezr9 .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-u1eCJ6ezr9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u1eCJ6ezr9 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u1eCJ6ezr9 .text-wrapper {
    padding: 2rem;
  }
}
.cid-u1eCJ6ezr9 .mbr-section-title {
  color: #ffffff;
}
.cid-u1eCJ6ezr9 .mbr-text {
  color: #ffffff;
}
.cid-u1eCJ6ezr9 .mbr-description {
  color: #ffffff;
}
.cid-u1klXGTYZ5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u1klXGTYZ5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1klXGTYZ5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1klXGTYZ5 .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-u1klXGTYZ5 .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-u1klXGTYZ5 .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-u1klXGTYZ5 .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #124ad6;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-u1klXGTYZ5 .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #47b5ed !important;
}
.cid-u1klXGTYZ5 .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-u1klXGTYZ5 .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u1klXGTYZ5 .text-wrapper {
    margin: 0 30px;
  }
}
.cid-u1klXGTYZ5 .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-u1klXGTYZ5 .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-u1klXGTYZ5 .mbr-section-title {
  color: #FFFFFF;
}
.cid-u1klXGTYZ5 .mbr-section-title,
.cid-u1klXGTYZ5 .mbr-section-btn {
  text-align: center;
  color: #a71109;
}
.cid-u1kjoiupJW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-u1kjoiupJW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1kjoiupJW .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-u1kjoiupJW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u1kjoiupJW .row {
  flex-direction: row-reverse;
}
.cid-u1kjoiupJW img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u1kjoiupJW .text-wrapper {
    padding: 2rem;
  }
}
.cid-u1kjoiupJW .mbr-section-title {
  color: #ffffff;
}
.cid-u1kjoiupJW .mbr-text {
  color: #ffffff;
}
.cid-u1kjoiupJW .mbr-description {
  color: #ffffff;
}
.cid-u1eCb6aoq1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u1eCb6aoq1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1eCb6aoq1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1eCb6aoq1 .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-u1eCb6aoq1 .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-u1eCb6aoq1 .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-u1eCb6aoq1 .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #124ad6;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-u1eCb6aoq1 .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #47b5ed !important;
}
.cid-u1eCb6aoq1 .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-u1eCb6aoq1 .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u1eCb6aoq1 .text-wrapper {
    margin: 0 30px;
  }
}
.cid-u1eCb6aoq1 .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-u1eCb6aoq1 .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-u1eCb6aoq1 .mbr-section-title {
  color: #FFFFFF;
}
.cid-u1eCb6aoq1 .mbr-section-title,
.cid-u1eCb6aoq1 .mbr-section-btn {
  text-align: center;
  color: #a71109;
}
.cid-u1kmnQwPvC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-u1kmnQwPvC .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1kmnQwPvC .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-u1kmnQwPvC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u1kmnQwPvC img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u1kmnQwPvC .text-wrapper {
    padding: 2rem;
  }
}
.cid-u1kmnQwPvC .mbr-section-title {
  color: #ffffff;
}
.cid-u1kmnQwPvC .mbr-text {
  color: #ffffff;
}
.cid-u1kmnQwPvC .mbr-description {
  color: #ffffff;
}
.cid-u1kmUlD2Z6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u1kmUlD2Z6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1kmUlD2Z6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1kmUlD2Z6 .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-u1kmUlD2Z6 .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-u1kmUlD2Z6 .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-u1kmUlD2Z6 .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #124ad6;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-u1kmUlD2Z6 .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #47b5ed !important;
}
.cid-u1kmUlD2Z6 .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-u1kmUlD2Z6 .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u1kmUlD2Z6 .text-wrapper {
    margin: 0 30px;
  }
}
.cid-u1kmUlD2Z6 .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-u1kmUlD2Z6 .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-u1kmUlD2Z6 .mbr-section-title {
  color: #FFFFFF;
}
.cid-u1kmUlD2Z6 .mbr-section-title,
.cid-u1kmUlD2Z6 .mbr-section-btn {
  text-align: center;
  color: #a71109;
}
.cid-u1knFvkoiG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-u1knFvkoiG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1knFvkoiG .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-u1knFvkoiG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u1knFvkoiG .row {
  flex-direction: row-reverse;
}
.cid-u1knFvkoiG img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u1knFvkoiG .text-wrapper {
    padding: 2rem;
  }
}
.cid-u1knFvkoiG .mbr-section-title {
  color: #ffffff;
}
.cid-u1knFvkoiG .mbr-text {
  color: #ffffff;
}
.cid-u1knFvkoiG .mbr-description {
  color: #ffffff;
}
.cid-u1knNbOSyr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u1knNbOSyr .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1knNbOSyr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1knNbOSyr .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-u1knNbOSyr .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-u1knNbOSyr .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-u1knNbOSyr .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #124ad6;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-u1knNbOSyr .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #47b5ed !important;
}
.cid-u1knNbOSyr .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-u1knNbOSyr .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u1knNbOSyr .text-wrapper {
    margin: 0 30px;
  }
}
.cid-u1knNbOSyr .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-u1knNbOSyr .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-u1knNbOSyr .mbr-section-title {
  color: #FFFFFF;
}
.cid-u1knNbOSyr .mbr-section-title,
.cid-u1knNbOSyr .mbr-section-btn {
  text-align: center;
  color: #a71109;
}
.cid-u1knH65JdA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-u1knH65JdA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1knH65JdA .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-u1knH65JdA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u1knH65JdA img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u1knH65JdA .text-wrapper {
    padding: 2rem;
  }
}
.cid-u1knH65JdA .mbr-section-title {
  color: #ffffff;
}
.cid-u1knH65JdA .mbr-text {
  color: #ffffff;
}
.cid-u1knH65JdA .mbr-description {
  color: #ffffff;
}
.cid-u1knOfpmdu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u1knOfpmdu .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1knOfpmdu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1knOfpmdu .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-u1knOfpmdu .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-u1knOfpmdu .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-u1knOfpmdu .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #124ad6;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-u1knOfpmdu .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #47b5ed !important;
}
.cid-u1knOfpmdu .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-u1knOfpmdu .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u1knOfpmdu .text-wrapper {
    margin: 0 30px;
  }
}
.cid-u1knOfpmdu .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-u1knOfpmdu .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-u1knOfpmdu .mbr-section-title {
  color: #FFFFFF;
}
.cid-u1knOfpmdu .mbr-section-title,
.cid-u1knOfpmdu .mbr-section-btn {
  text-align: center;
  color: #a71109;
}
.cid-u1knIBdJtA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-u1knIBdJtA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1knIBdJtA .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-u1knIBdJtA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u1knIBdJtA .row {
  flex-direction: row-reverse;
}
.cid-u1knIBdJtA img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u1knIBdJtA .text-wrapper {
    padding: 2rem;
  }
}
.cid-u1knIBdJtA .mbr-section-title {
  color: #ffffff;
}
.cid-u1knIBdJtA .mbr-text {
  color: #ffffff;
}
.cid-u1knIBdJtA .mbr-description {
  color: #ffffff;
}
.cid-u1knPcKsEL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u1knPcKsEL .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1knPcKsEL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1knPcKsEL .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-u1knPcKsEL .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-u1knPcKsEL .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-u1knPcKsEL .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #124ad6;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-u1knPcKsEL .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #47b5ed !important;
}
.cid-u1knPcKsEL .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-u1knPcKsEL .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u1knPcKsEL .text-wrapper {
    margin: 0 30px;
  }
}
.cid-u1knPcKsEL .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-u1knPcKsEL .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-u1knPcKsEL .mbr-section-title {
  color: #FFFFFF;
}
.cid-u1knPcKsEL .mbr-section-title,
.cid-u1knPcKsEL .mbr-section-btn {
  text-align: center;
  color: #a71109;
}
.cid-u1knJwyeAA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-u1knJwyeAA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1knJwyeAA .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-u1knJwyeAA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u1knJwyeAA img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u1knJwyeAA .text-wrapper {
    padding: 2rem;
  }
}
.cid-u1knJwyeAA .mbr-section-title {
  color: #ffffff;
}
.cid-u1knJwyeAA .mbr-text {
  color: #ffffff;
}
.cid-u1knJwyeAA .mbr-description {
  color: #ffffff;
}
.cid-u1knQwnCdu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u1knQwnCdu .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1knQwnCdu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1knQwnCdu .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-u1knQwnCdu .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-u1knQwnCdu .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-u1knQwnCdu .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #124ad6;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-u1knQwnCdu .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #47b5ed !important;
}
.cid-u1knQwnCdu .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-u1knQwnCdu .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u1knQwnCdu .text-wrapper {
    margin: 0 30px;
  }
}
.cid-u1knQwnCdu .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-u1knQwnCdu .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-u1knQwnCdu .mbr-section-title {
  color: #FFFFFF;
}
.cid-u1knQwnCdu .mbr-section-title,
.cid-u1knQwnCdu .mbr-section-btn {
  text-align: center;
  color: #a71109;
}
.cid-u1kqRhXl7E {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-u1kqRhXl7E .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1kqRhXl7E .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-u1kqRhXl7E .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u1kqRhXl7E .row {
  flex-direction: row-reverse;
}
.cid-u1kqRhXl7E img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u1kqRhXl7E .text-wrapper {
    padding: 2rem;
  }
}
.cid-u1kqRhXl7E .mbr-section-title {
  color: #ffffff;
}
.cid-u1kqRhXl7E .mbr-text {
  color: #ffffff;
}
.cid-u1kqRhXl7E .mbr-description {
  color: #ffffff;
}
.cid-u1kqW9bEa8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u1kqW9bEa8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1kqW9bEa8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1kqW9bEa8 .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-u1kqW9bEa8 .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-u1kqW9bEa8 .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-u1kqW9bEa8 .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #124ad6;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-u1kqW9bEa8 .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #47b5ed !important;
}
.cid-u1kqW9bEa8 .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-u1kqW9bEa8 .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u1kqW9bEa8 .text-wrapper {
    margin: 0 30px;
  }
}
.cid-u1kqW9bEa8 .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-u1kqW9bEa8 .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-u1kqW9bEa8 .mbr-section-title {
  color: #FFFFFF;
}
.cid-u1kqW9bEa8 .mbr-section-title,
.cid-u1kqW9bEa8 .mbr-section-btn {
  text-align: center;
  color: #a71109;
}
.cid-u1kqSzYd99 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-u1kqSzYd99 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1kqSzYd99 .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-u1kqSzYd99 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u1kqSzYd99 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u1kqSzYd99 .text-wrapper {
    padding: 2rem;
  }
}
.cid-u1kqSzYd99 .mbr-section-title {
  color: #ffffff;
}
.cid-u1kqSzYd99 .mbr-text {
  color: #ffffff;
}
.cid-u1kqSzYd99 .mbr-description {
  color: #ffffff;
}
.cid-u1kqXlXZLu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u1kqXlXZLu .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1kqXlXZLu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1kqXlXZLu .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-u1kqXlXZLu .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-u1kqXlXZLu .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-u1kqXlXZLu .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #124ad6;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-u1kqXlXZLu .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #47b5ed !important;
}
.cid-u1kqXlXZLu .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-u1kqXlXZLu .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u1kqXlXZLu .text-wrapper {
    margin: 0 30px;
  }
}
.cid-u1kqXlXZLu .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-u1kqXlXZLu .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-u1kqXlXZLu .mbr-section-title {
  color: #FFFFFF;
}
.cid-u1kqXlXZLu .mbr-section-title,
.cid-u1kqXlXZLu .mbr-section-btn {
  text-align: center;
  color: #a71109;
}
.cid-u1ksDq17RW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-u1ksDq17RW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1ksDq17RW .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-u1ksDq17RW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u1ksDq17RW .row {
  flex-direction: row-reverse;
}
.cid-u1ksDq17RW img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u1ksDq17RW .text-wrapper {
    padding: 2rem;
  }
}
.cid-u1ksDq17RW .mbr-section-title {
  color: #ffffff;
}
.cid-u1ksDq17RW .mbr-text {
  color: #ffffff;
}
.cid-u1ksDq17RW .mbr-description {
  color: #ffffff;
}
.cid-u1ksIMrpic {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u1ksIMrpic .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1ksIMrpic .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1ksIMrpic .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-u1ksIMrpic .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-u1ksIMrpic .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-u1ksIMrpic .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #124ad6;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-u1ksIMrpic .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #47b5ed !important;
}
.cid-u1ksIMrpic .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-u1ksIMrpic .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u1ksIMrpic .text-wrapper {
    margin: 0 30px;
  }
}
.cid-u1ksIMrpic .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-u1ksIMrpic .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-u1ksIMrpic .mbr-section-title {
  color: #FFFFFF;
}
.cid-u1ksIMrpic .mbr-section-title,
.cid-u1ksIMrpic .mbr-section-btn {
  text-align: center;
  color: #a71109;
}
.cid-u1ksElHx1K {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-u1ksElHx1K .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1ksElHx1K .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-u1ksElHx1K .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u1ksElHx1K img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u1ksElHx1K .text-wrapper {
    padding: 2rem;
  }
}
.cid-u1ksElHx1K .mbr-section-title {
  color: #ffffff;
}
.cid-u1ksElHx1K .mbr-text {
  color: #ffffff;
}
.cid-u1ksElHx1K .mbr-description {
  color: #ffffff;
}
.cid-u1ksJLl5Y7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u1ksJLl5Y7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1ksJLl5Y7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1ksJLl5Y7 .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-u1ksJLl5Y7 .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-u1ksJLl5Y7 .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-u1ksJLl5Y7 .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #124ad6;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-u1ksJLl5Y7 .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #47b5ed !important;
}
.cid-u1ksJLl5Y7 .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-u1ksJLl5Y7 .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u1ksJLl5Y7 .text-wrapper {
    margin: 0 30px;
  }
}
.cid-u1ksJLl5Y7 .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-u1ksJLl5Y7 .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-u1ksJLl5Y7 .mbr-section-title {
  color: #FFFFFF;
}
.cid-u1ksJLl5Y7 .mbr-section-title,
.cid-u1ksJLl5Y7 .mbr-section-btn {
  text-align: center;
  color: #a71109;
}
.cid-u1mdatVi5j {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-u1mdatVi5j .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1mdatVi5j .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-u1mdatVi5j .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u1mdatVi5j .row {
  flex-direction: row-reverse;
}
.cid-u1mdatVi5j img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u1mdatVi5j .text-wrapper {
    padding: 2rem;
  }
}
.cid-u1mdatVi5j .mbr-section-title {
  color: #ffffff;
}
.cid-u1mdatVi5j .mbr-text {
  color: #ffffff;
}
.cid-u1mdatVi5j .mbr-description {
  color: #ffffff;
}
.cid-u1mdjATQzt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u1mdjATQzt .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1mdjATQzt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1mdjATQzt .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-u1mdjATQzt .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-u1mdjATQzt .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-u1mdjATQzt .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #124ad6;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-u1mdjATQzt .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #47b5ed !important;
}
.cid-u1mdjATQzt .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-u1mdjATQzt .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u1mdjATQzt .text-wrapper {
    margin: 0 30px;
  }
}
.cid-u1mdjATQzt .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-u1mdjATQzt .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-u1mdjATQzt .mbr-section-title {
  color: #FFFFFF;
}
.cid-u1mdjATQzt .mbr-section-title,
.cid-u1mdjATQzt .mbr-section-btn {
  text-align: center;
  color: #a71109;
}
.cid-u1mdbJxwsk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-u1mdbJxwsk .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1mdbJxwsk .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-u1mdbJxwsk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u1mdbJxwsk img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u1mdbJxwsk .text-wrapper {
    padding: 2rem;
  }
}
.cid-u1mdbJxwsk .mbr-section-title {
  color: #ffffff;
}
.cid-u1mdbJxwsk .mbr-text {
  color: #ffffff;
}
.cid-u1mdbJxwsk .mbr-description {
  color: #ffffff;
}
.cid-u1mdkAfUEK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u1mdkAfUEK .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1mdkAfUEK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1mdkAfUEK .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-u1mdkAfUEK .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-u1mdkAfUEK .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-u1mdkAfUEK .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #124ad6;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-u1mdkAfUEK .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #47b5ed !important;
}
.cid-u1mdkAfUEK .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-u1mdkAfUEK .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u1mdkAfUEK .text-wrapper {
    margin: 0 30px;
  }
}
.cid-u1mdkAfUEK .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-u1mdkAfUEK .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-u1mdkAfUEK .mbr-section-title {
  color: #FFFFFF;
}
.cid-u1mdkAfUEK .mbr-section-title,
.cid-u1mdkAfUEK .mbr-section-btn {
  text-align: center;
  color: #a71109;
}
.cid-u1qDWIzqsD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-u1qDWIzqsD .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1qDWIzqsD .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-u1qDWIzqsD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u1qDWIzqsD .row {
  flex-direction: row-reverse;
}
.cid-u1qDWIzqsD img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u1qDWIzqsD .text-wrapper {
    padding: 2rem;
  }
}
.cid-u1qDWIzqsD .mbr-section-title {
  color: #ffffff;
}
.cid-u1qDWIzqsD .mbr-text {
  color: #ffffff;
}
.cid-u1qDWIzqsD .mbr-description {
  color: #ffffff;
}
.cid-u1qE5TIgDy {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u1qE5TIgDy .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1qE5TIgDy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1qE5TIgDy .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-u1qE5TIgDy .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-u1qE5TIgDy .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-u1qE5TIgDy .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #124ad6;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-u1qE5TIgDy .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #47b5ed !important;
}
.cid-u1qE5TIgDy .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-u1qE5TIgDy .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u1qE5TIgDy .text-wrapper {
    margin: 0 30px;
  }
}
.cid-u1qE5TIgDy .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-u1qE5TIgDy .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-u1qE5TIgDy .mbr-section-title {
  color: #FFFFFF;
}
.cid-u1qE5TIgDy .mbr-section-title,
.cid-u1qE5TIgDy .mbr-section-btn {
  text-align: center;
  color: #a71109;
}
.cid-u1qDY7rk74 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-u1qDY7rk74 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1qDY7rk74 .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-u1qDY7rk74 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u1qDY7rk74 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u1qDY7rk74 .text-wrapper {
    padding: 2rem;
  }
}
.cid-u1qDY7rk74 .mbr-section-title {
  color: #ffffff;
}
.cid-u1qDY7rk74 .mbr-text {
  color: #ffffff;
}
.cid-u1qDY7rk74 .mbr-description {
  color: #ffffff;
}
.cid-u1rVozAHP6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u1rVozAHP6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1rVozAHP6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1rVozAHP6 .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-u1rVozAHP6 .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-u1rVozAHP6 .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-u1rVozAHP6 .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #124ad6;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-u1rVozAHP6 .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #47b5ed !important;
}
.cid-u1rVozAHP6 .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-u1rVozAHP6 .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u1rVozAHP6 .text-wrapper {
    margin: 0 30px;
  }
}
.cid-u1rVozAHP6 .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-u1rVozAHP6 .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-u1rVozAHP6 .mbr-section-title {
  color: #FFFFFF;
}
.cid-u1rVozAHP6 .mbr-section-title,
.cid-u1rVozAHP6 .mbr-section-btn {
  text-align: center;
  color: #a71109;
}
.cid-u1rVaC6ZwY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-u1rVaC6ZwY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1rVaC6ZwY .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-u1rVaC6ZwY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u1rVaC6ZwY .row {
  flex-direction: row-reverse;
}
.cid-u1rVaC6ZwY img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u1rVaC6ZwY .text-wrapper {
    padding: 2rem;
  }
}
.cid-u1rVaC6ZwY .mbr-section-title {
  color: #ffffff;
}
.cid-u1rVaC6ZwY .mbr-text {
  color: #ffffff;
}
.cid-u1qE6HZbk2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u1qE6HZbk2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1qE6HZbk2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1qE6HZbk2 .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-u1qE6HZbk2 .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-u1qE6HZbk2 .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-u1qE6HZbk2 .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #124ad6;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-u1qE6HZbk2 .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #47b5ed !important;
}
.cid-u1qE6HZbk2 .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-u1qE6HZbk2 .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u1qE6HZbk2 .text-wrapper {
    margin: 0 30px;
  }
}
.cid-u1qE6HZbk2 .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-u1qE6HZbk2 .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-u1qE6HZbk2 .mbr-section-title {
  color: #FFFFFF;
}
.cid-u1qE6HZbk2 .mbr-section-title,
.cid-u1qE6HZbk2 .mbr-section-btn {
  text-align: center;
  color: #a71109;
}
.cid-u1rVczlswR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-u1rVczlswR .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1rVczlswR .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-u1rVczlswR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u1rVczlswR img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u1rVczlswR .text-wrapper {
    padding: 2rem;
  }
}
.cid-u1rVczlswR .mbr-section-title {
  color: #ffffff;
}
.cid-u1rVczlswR .mbr-text {
  color: #ffffff;
}
.cid-u1rVczlswR .mbr-description {
  color: #ffffff;
}
.cid-u1qnW1EjlH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u1qnW1EjlH .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1qnW1EjlH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1qnW1EjlH .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-u1qnW1EjlH .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-u1qnW1EjlH .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-u1qnW1EjlH .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #124ad6;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-u1qnW1EjlH .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #47b5ed !important;
}
.cid-u1qnW1EjlH .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-u1qnW1EjlH .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u1qnW1EjlH .text-wrapper {
    margin: 0 30px;
  }
}
.cid-u1qnW1EjlH .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-u1qnW1EjlH .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-u1qnW1EjlH .mbr-section-title {
  color: #FFFFFF;
}
.cid-u1qnW1EjlH .mbr-section-title,
.cid-u1qnW1EjlH .mbr-section-btn {
  text-align: center;
  color: #a71109;
}
.cid-u1rWGOKlfq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-u1rWGOKlfq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1rWGOKlfq .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-u1rWGOKlfq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u1rWGOKlfq .row {
  flex-direction: row-reverse;
}
.cid-u1rWGOKlfq img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u1rWGOKlfq .text-wrapper {
    padding: 2rem;
  }
}
.cid-u1rWGOKlfq .mbr-section-title {
  color: #ffffff;
}
.cid-u1rWGOKlfq .mbr-text {
  color: #ffffff;
}
.cid-u1rWGOKlfq .mbr-description {
  color: #ffffff;
}
.cid-u1rWKVZRPq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u1rWKVZRPq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1rWKVZRPq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1rWKVZRPq .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-u1rWKVZRPq .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-u1rWKVZRPq .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-u1rWKVZRPq .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #124ad6;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-u1rWKVZRPq .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #47b5ed !important;
}
.cid-u1rWKVZRPq .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-u1rWKVZRPq .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u1rWKVZRPq .text-wrapper {
    margin: 0 30px;
  }
}
.cid-u1rWKVZRPq .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-u1rWKVZRPq .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-u1rWKVZRPq .mbr-section-title {
  color: #FFFFFF;
}
.cid-u1rWKVZRPq .mbr-section-title,
.cid-u1rWKVZRPq .mbr-section-btn {
  text-align: center;
  color: #a71109;
}
.cid-u2JRYYbmD3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-u2JRYYbmD3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2JRYYbmD3 .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-u2JRYYbmD3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u2JRYYbmD3 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u2JRYYbmD3 .text-wrapper {
    padding: 2rem;
  }
}
.cid-u2JRYYbmD3 .mbr-section-title {
  color: #ffffff;
}
.cid-u2JRYYbmD3 .mbr-text {
  color: #ffffff;
}
.cid-u2JRYYbmD3 .mbr-description {
  color: #ffffff;
}
.cid-u2JS8er7Bk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u2JS8er7Bk .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2JS8er7Bk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2JS8er7Bk .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-u2JS8er7Bk .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-u2JS8er7Bk .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-u2JS8er7Bk .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #124ad6;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-u2JS8er7Bk .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #47b5ed !important;
}
.cid-u2JS8er7Bk .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-u2JS8er7Bk .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u2JS8er7Bk .text-wrapper {
    margin: 0 30px;
  }
}
.cid-u2JS8er7Bk .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-u2JS8er7Bk .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-u2JS8er7Bk .mbr-section-title {
  color: #FFFFFF;
}
.cid-u2JS8er7Bk .mbr-section-title,
.cid-u2JS8er7Bk .mbr-section-btn {
  text-align: center;
  color: #a71109;
}
.cid-u2LVV9NW2Z {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-u2LVV9NW2Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2LVV9NW2Z .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-u2LVV9NW2Z .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u2LVV9NW2Z .row {
  flex-direction: row-reverse;
}
.cid-u2LVV9NW2Z img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u2LVV9NW2Z .text-wrapper {
    padding: 2rem;
  }
}
.cid-u2LVV9NW2Z .mbr-section-title {
  color: #ffffff;
}
.cid-u2LVV9NW2Z .mbr-text {
  color: #ffffff;
}
.cid-u2LVV9NW2Z .mbr-description {
  color: #ffffff;
}
.cid-u2LW1Nap1A {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u2LW1Nap1A .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2LW1Nap1A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2LW1Nap1A .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-u2LW1Nap1A .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-u2LW1Nap1A .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-u2LW1Nap1A .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #124ad6;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-u2LW1Nap1A .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #47b5ed !important;
}
.cid-u2LW1Nap1A .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-u2LW1Nap1A .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u2LW1Nap1A .text-wrapper {
    margin: 0 30px;
  }
}
.cid-u2LW1Nap1A .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-u2LW1Nap1A .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-u2LW1Nap1A .mbr-section-title {
  color: #FFFFFF;
}
.cid-u2LW1Nap1A .mbr-section-title,
.cid-u2LW1Nap1A .mbr-section-btn {
  text-align: center;
  color: #a71109;
}
.cid-u1eCb6owOt {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #000000;
  overflow: hidden;
}
.cid-u1eCb6owOt .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-u1eEzxAnVV {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/rsi-30.webp");
}
.cid-u1eEzxAnVV .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1eEzxAnVV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1eEzxAnVV .mbr-section-title {
  color: #fafafa;
}
.cid-u1eEzxAnVV .mbr-text,
.cid-u1eEzxAnVV .mbr-section-btn {
  color: #fafafa;
}
.cid-u1qq82GMxT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u1qq82GMxT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1qq82GMxT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1qq82GMxT .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-u1qq82GMxT .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-u1qq82GMxT .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-u1qq82GMxT .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #124ad6;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-u1qq82GMxT .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #47b5ed !important;
}
.cid-u1qq82GMxT .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-u1qq82GMxT .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u1qq82GMxT .text-wrapper {
    margin: 0 30px;
  }
}
.cid-u1qq82GMxT .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-u1qq82GMxT .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-u1qq82GMxT .mbr-section-title {
  color: #FFFFFF;
}
.cid-u1qq82GMxT .mbr-section-title,
.cid-u1qq82GMxT .mbr-section-btn {
  text-align: center;
  color: #a71109;
}
.cid-u1kuftLOWq {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u1kuftLOWq img,
.cid-u1kuftLOWq .item-img {
  width: 100%;
}
.cid-u1kuftLOWq .item:focus,
.cid-u1kuftLOWq span:focus {
  outline: none;
}
.cid-u1kuftLOWq .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u1kuftLOWq .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u1kuftLOWq .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u1kuftLOWq .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u1kuftLOWq .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u1kuftLOWq .mbr-section-title {
  color: #ffffff;
}
.cid-u1kuftLOWq .mbr-text,
.cid-u1kuftLOWq .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-u1kuftLOWq .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-u1kuftLOWq .item-subtitle {
  text-align: center;
}
.cid-u1eEzyeE6p {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u1eEzyeE6p .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1eEzyeE6p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1eEzyeE6p .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-u1eEzyeE6p .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-u1eEzyeE6p .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-u1eEzyeE6p .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #124ad6;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-u1eEzyeE6p .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #47b5ed !important;
}
.cid-u1eEzyeE6p .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-u1eEzyeE6p .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u1eEzyeE6p .text-wrapper {
    margin: 0 30px;
  }
}
.cid-u1eEzyeE6p .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-u1eEzyeE6p .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-u1eEzyeE6p .mbr-section-title {
  color: #FFFFFF;
}
.cid-u1eEzyeE6p .mbr-section-title,
.cid-u1eEzyeE6p .mbr-section-btn {
  text-align: center;
  color: #a71109;
}
.cid-vcrNVcFcdb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vcrNVcFcdb img,
.cid-vcrNVcFcdb .item-img {
  width: 100%;
}
.cid-vcrNVcFcdb .item:focus,
.cid-vcrNVcFcdb span:focus {
  outline: none;
}
.cid-vcrNVcFcdb .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vcrNVcFcdb .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vcrNVcFcdb .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vcrNVcFcdb .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vcrNVcFcdb .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcrNVcFcdb .mbr-section-title {
  color: #232323;
}
.cid-vcrNVcFcdb .mbr-text,
.cid-vcrNVcFcdb .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-vcrNVcFcdb .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-vcrNVcFcdb .item-subtitle {
  text-align: center;
}
.cid-vcxjTmDzOv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-vcxjTmDzOv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcxjTmDzOv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcxjTmDzOv .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-vcxjTmDzOv .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-vcxjTmDzOv .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-vcxjTmDzOv .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #124ad6;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-vcxjTmDzOv .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #47b5ed !important;
}
.cid-vcxjTmDzOv .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-vcxjTmDzOv .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vcxjTmDzOv .text-wrapper {
    margin: 0 30px;
  }
}
.cid-vcxjTmDzOv .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vcxjTmDzOv .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-vcxjTmDzOv .mbr-section-title {
  color: #FFFFFF;
}
.cid-vcxjTmDzOv .mbr-section-title,
.cid-vcxjTmDzOv .mbr-section-btn {
  text-align: center;
  color: #a71109;
}
.cid-vcxbNVPtcr {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vcxbNVPtcr img,
.cid-vcxbNVPtcr .item-img {
  width: 100%;
}
.cid-vcxbNVPtcr .item:focus,
.cid-vcxbNVPtcr span:focus {
  outline: none;
}
.cid-vcxbNVPtcr .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vcxbNVPtcr .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vcxbNVPtcr .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vcxbNVPtcr .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vcxbNVPtcr .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcxbNVPtcr .mbr-section-title {
  color: #232323;
}
.cid-vcxbNVPtcr .mbr-text,
.cid-vcxbNVPtcr .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-vcxbNVPtcr .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-vcxbNVPtcr .item-subtitle {
  text-align: center;
}
.cid-vcxjYqZpSL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-vcxjYqZpSL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcxjYqZpSL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcxjYqZpSL .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-vcxjYqZpSL .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-vcxjYqZpSL .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-vcxjYqZpSL .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #124ad6;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-vcxjYqZpSL .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #47b5ed !important;
}
.cid-vcxjYqZpSL .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-vcxjYqZpSL .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vcxjYqZpSL .text-wrapper {
    margin: 0 30px;
  }
}
.cid-vcxjYqZpSL .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vcxjYqZpSL .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-vcxjYqZpSL .mbr-section-title {
  color: #FFFFFF;
}
.cid-vcxjYqZpSL .mbr-section-title,
.cid-vcxjYqZpSL .mbr-section-btn {
  text-align: center;
  color: #a71109;
}
.cid-vcxkn1G4wS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vcxkn1G4wS img,
.cid-vcxkn1G4wS .item-img {
  width: 100%;
}
.cid-vcxkn1G4wS .item:focus,
.cid-vcxkn1G4wS span:focus {
  outline: none;
}
.cid-vcxkn1G4wS .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vcxkn1G4wS .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vcxkn1G4wS .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vcxkn1G4wS .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vcxkn1G4wS .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcxkn1G4wS .mbr-section-title {
  color: #232323;
}
.cid-vcxkn1G4wS .mbr-text,
.cid-vcxkn1G4wS .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-vcxkn1G4wS .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-vcxkn1G4wS .item-subtitle {
  text-align: center;
}
.cid-vcxkolPZLZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-vcxkolPZLZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcxkolPZLZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcxkolPZLZ .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-vcxkolPZLZ .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-vcxkolPZLZ .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-vcxkolPZLZ .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #124ad6;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-vcxkolPZLZ .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #47b5ed !important;
}
.cid-vcxkolPZLZ .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-vcxkolPZLZ .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vcxkolPZLZ .text-wrapper {
    margin: 0 30px;
  }
}
.cid-vcxkolPZLZ .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vcxkolPZLZ .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-vcxkolPZLZ .mbr-section-title {
  color: #FFFFFF;
}
.cid-vcxkolPZLZ .mbr-section-title,
.cid-vcxkolPZLZ .mbr-section-btn {
  text-align: center;
  color: #a71109;
}
.cid-vcT8DUpJef {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vcT8DUpJef img,
.cid-vcT8DUpJef .item-img {
  width: 100%;
}
.cid-vcT8DUpJef .item:focus,
.cid-vcT8DUpJef span:focus {
  outline: none;
}
.cid-vcT8DUpJef .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vcT8DUpJef .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vcT8DUpJef .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vcT8DUpJef .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vcT8DUpJef .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcT8DUpJef .mbr-section-title {
  color: #232323;
}
.cid-vcT8DUpJef .mbr-text,
.cid-vcT8DUpJef .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-vcT8DUpJef .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-vcT8DUpJef .item-subtitle {
  text-align: center;
}
.cid-vcT8Gf8sZw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-vcT8Gf8sZw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcT8Gf8sZw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcT8Gf8sZw .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-vcT8Gf8sZw .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-vcT8Gf8sZw .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-vcT8Gf8sZw .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #124ad6;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-vcT8Gf8sZw .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #47b5ed !important;
}
.cid-vcT8Gf8sZw .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-vcT8Gf8sZw .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vcT8Gf8sZw .text-wrapper {
    margin: 0 30px;
  }
}
.cid-vcT8Gf8sZw .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vcT8Gf8sZw .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-vcT8Gf8sZw .mbr-section-title {
  color: #FFFFFF;
}
.cid-vcT8Gf8sZw .mbr-section-title,
.cid-vcT8Gf8sZw .mbr-section-btn {
  text-align: center;
  color: #a71109;
}
.cid-vcTb96QqRR {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vcTb96QqRR img,
.cid-vcTb96QqRR .item-img {
  width: 100%;
}
.cid-vcTb96QqRR .item:focus,
.cid-vcTb96QqRR span:focus {
  outline: none;
}
.cid-vcTb96QqRR .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vcTb96QqRR .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vcTb96QqRR .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vcTb96QqRR .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vcTb96QqRR .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcTb96QqRR .mbr-section-title {
  color: #232323;
}
.cid-vcTb96QqRR .mbr-text,
.cid-vcTb96QqRR .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-vcTb96QqRR .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-vcTb96QqRR .item-subtitle {
  text-align: center;
}
.cid-vcTbaoHCP4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-vcTbaoHCP4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTbaoHCP4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTbaoHCP4 .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-vcTbaoHCP4 .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-vcTbaoHCP4 .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-vcTbaoHCP4 .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #124ad6;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-vcTbaoHCP4 .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #47b5ed !important;
}
.cid-vcTbaoHCP4 .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-vcTbaoHCP4 .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vcTbaoHCP4 .text-wrapper {
    margin: 0 30px;
  }
}
.cid-vcTbaoHCP4 .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vcTbaoHCP4 .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-vcTbaoHCP4 .mbr-section-title {
  color: #FFFFFF;
}
.cid-vcTbaoHCP4 .mbr-section-title,
.cid-vcTbaoHCP4 .mbr-section-btn {
  text-align: center;
  color: #a71109;
}
.cid-u1eGVmf1T4 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/rsi-8.webp");
}
.cid-u1eGVmf1T4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1eGVmf1T4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1eGVmf1T4 .mbr-section-title {
  color: #232323;
}
.cid-u1eGVmf1T4 .mbr-text,
.cid-u1eGVmf1T4 .mbr-section-btn {
  color: #fafafa;
}
.cid-u1qr8CpH89 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u1qr8CpH89 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1qr8CpH89 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1qr8CpH89 .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-u1qr8CpH89 .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-u1qr8CpH89 .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-u1qr8CpH89 .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #124ad6;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-u1qr8CpH89 .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #47b5ed !important;
}
.cid-u1qr8CpH89 .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-u1qr8CpH89 .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u1qr8CpH89 .text-wrapper {
    margin: 0 30px;
  }
}
.cid-u1qr8CpH89 .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-u1qr8CpH89 .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-u1qr8CpH89 .mbr-section-title {
  color: #FFFFFF;
}
.cid-u1qr8CpH89 .mbr-section-title,
.cid-u1qr8CpH89 .mbr-section-btn {
  text-align: center;
  color: #a71109;
}
.cid-uanBNfTG9Z {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uanBNfTG9Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uanBNfTG9Z .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-uanBNfTG9Z .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uanBNfTG9Z .row {
  flex-direction: row-reverse;
}
.cid-uanBNfTG9Z img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uanBNfTG9Z .text-wrapper {
    padding: 2rem;
  }
}
.cid-uanBNfTG9Z .mbr-section-title {
  color: #ffffff;
}
.cid-uanBNfTG9Z .mbr-text {
  color: #ffffff;
}
.cid-uanBNfTG9Z .mbr-description {
  color: #ffffff;
}
.cid-uanBRGnjy1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uanBRGnjy1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uanBRGnjy1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uanBRGnjy1 .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uanBRGnjy1 .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-uanBRGnjy1 .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-uanBRGnjy1 .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #124ad6;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uanBRGnjy1 .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #47b5ed !important;
}
.cid-uanBRGnjy1 .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uanBRGnjy1 .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uanBRGnjy1 .text-wrapper {
    margin: 0 30px;
  }
}
.cid-uanBRGnjy1 .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uanBRGnjy1 .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-uanBRGnjy1 .mbr-section-title {
  color: #FFFFFF;
}
.cid-uanBRGnjy1 .mbr-section-title,
.cid-uanBRGnjy1 .mbr-section-btn {
  text-align: center;
  color: #a71109;
}
.cid-uajM8keRjM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uajM8keRjM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uajM8keRjM .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-uajM8keRjM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uajM8keRjM img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uajM8keRjM .text-wrapper {
    padding: 2rem;
  }
}
.cid-uajM8keRjM .mbr-section-title {
  color: #ffffff;
}
.cid-uajM8keRjM .mbr-text {
  color: #ffffff;
}
.cid-uajM8keRjM .mbr-description {
  color: #ffffff;
}
.cid-uajMbDI9PD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uajMbDI9PD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uajMbDI9PD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uajMbDI9PD .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uajMbDI9PD .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-uajMbDI9PD .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-uajMbDI9PD .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #124ad6;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uajMbDI9PD .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #47b5ed !important;
}
.cid-uajMbDI9PD .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uajMbDI9PD .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uajMbDI9PD .text-wrapper {
    margin: 0 30px;
  }
}
.cid-uajMbDI9PD .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uajMbDI9PD .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-uajMbDI9PD .mbr-section-title {
  color: #FFFFFF;
}
.cid-uajMbDI9PD .mbr-section-title,
.cid-uajMbDI9PD .mbr-section-btn {
  text-align: center;
  color: #a71109;
}
.cid-uajwpKz7tN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uajwpKz7tN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uajwpKz7tN .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-uajwpKz7tN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uajwpKz7tN .row {
  flex-direction: row-reverse;
}
.cid-uajwpKz7tN img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uajwpKz7tN .text-wrapper {
    padding: 2rem;
  }
}
.cid-uajwpKz7tN .mbr-section-title {
  color: #ffffff;
}
.cid-uajwpKz7tN .mbr-text {
  color: #ffffff;
}
.cid-uajwpKz7tN .mbr-description {
  color: #ffffff;
}
.cid-uajwunqudM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uajwunqudM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uajwunqudM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uajwunqudM .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uajwunqudM .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-uajwunqudM .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-uajwunqudM .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #124ad6;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uajwunqudM .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #47b5ed !important;
}
.cid-uajwunqudM .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uajwunqudM .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uajwunqudM .text-wrapper {
    margin: 0 30px;
  }
}
.cid-uajwunqudM .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uajwunqudM .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-uajwunqudM .mbr-section-title {
  color: #FFFFFF;
}
.cid-uajwunqudM .mbr-section-title,
.cid-uajwunqudM .mbr-section-btn {
  text-align: center;
  color: #a71109;
}
.cid-u1eGVmzqJr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-u1eGVmzqJr .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1eGVmzqJr .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-u1eGVmzqJr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u1eGVmzqJr img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u1eGVmzqJr .text-wrapper {
    padding: 2rem;
  }
}
.cid-u1eGVmzqJr .mbr-section-title {
  color: #ffffff;
}
.cid-u1eGVmzqJr .mbr-text {
  color: #ffffff;
}
.cid-u1eGVmzqJr .mbr-description {
  color: #ffffff;
}
.cid-u1eGVmOnK0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u1eGVmOnK0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1eGVmOnK0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1eGVmOnK0 .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-u1eGVmOnK0 .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-u1eGVmOnK0 .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-u1eGVmOnK0 .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #124ad6;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-u1eGVmOnK0 .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #47b5ed !important;
}
.cid-u1eGVmOnK0 .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-u1eGVmOnK0 .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u1eGVmOnK0 .text-wrapper {
    margin: 0 30px;
  }
}
.cid-u1eGVmOnK0 .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-u1eGVmOnK0 .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-u1eGVmOnK0 .mbr-section-title {
  color: #FFFFFF;
}
.cid-u1eGVmOnK0 .mbr-section-title,
.cid-u1eGVmOnK0 .mbr-section-btn {
  text-align: center;
  color: #a71109;
}
.cid-u1mjOHYL64 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-u1mjOHYL64 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1mjOHYL64 .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-u1mjOHYL64 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u1mjOHYL64 .row {
  flex-direction: row-reverse;
}
.cid-u1mjOHYL64 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u1mjOHYL64 .text-wrapper {
    padding: 2rem;
  }
}
.cid-u1mjOHYL64 .mbr-section-title {
  color: #ffffff;
}
.cid-u1mjOHYL64 .mbr-text {
  color: #ffffff;
}
.cid-u1mjOHYL64 .mbr-description {
  color: #ffffff;
}
.cid-u1ml4EKpMI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u1ml4EKpMI .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1ml4EKpMI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1ml4EKpMI .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-u1ml4EKpMI .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-u1ml4EKpMI .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-u1ml4EKpMI .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #124ad6;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-u1ml4EKpMI .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #47b5ed !important;
}
.cid-u1ml4EKpMI .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-u1ml4EKpMI .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u1ml4EKpMI .text-wrapper {
    margin: 0 30px;
  }
}
.cid-u1ml4EKpMI .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-u1ml4EKpMI .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-u1ml4EKpMI .mbr-section-title {
  color: #FFFFFF;
}
.cid-u1ml4EKpMI .mbr-section-title,
.cid-u1ml4EKpMI .mbr-section-btn {
  text-align: center;
  color: #a71109;
}
.cid-u1mmn8PMw7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-u1mmn8PMw7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1mmn8PMw7 .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-u1mmn8PMw7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u1mmn8PMw7 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u1mmn8PMw7 .text-wrapper {
    padding: 2rem;
  }
}
.cid-u1mmn8PMw7 .mbr-section-title {
  color: #ffffff;
}
.cid-u1mmn8PMw7 .mbr-text {
  color: #ffffff;
}
.cid-u1mmn8PMw7 .mbr-description {
  color: #ffffff;
}
.cid-u1mmtY8Gi2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u1mmtY8Gi2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1mmtY8Gi2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1mmtY8Gi2 .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-u1mmtY8Gi2 .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-u1mmtY8Gi2 .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-u1mmtY8Gi2 .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #124ad6;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-u1mmtY8Gi2 .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #47b5ed !important;
}
.cid-u1mmtY8Gi2 .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-u1mmtY8Gi2 .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u1mmtY8Gi2 .text-wrapper {
    margin: 0 30px;
  }
}
.cid-u1mmtY8Gi2 .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-u1mmtY8Gi2 .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-u1mmtY8Gi2 .mbr-section-title {
  color: #FFFFFF;
}
.cid-u1mmtY8Gi2 .mbr-section-title,
.cid-u1mmtY8Gi2 .mbr-section-btn {
  text-align: center;
  color: #a71109;
}
.cid-u2JVc12W8l {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-u2JVc12W8l .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2JVc12W8l .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-u2JVc12W8l .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u2JVc12W8l .row {
  flex-direction: row-reverse;
}
.cid-u2JVc12W8l img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u2JVc12W8l .text-wrapper {
    padding: 2rem;
  }
}
.cid-u2JVc12W8l .mbr-section-title {
  color: #ffffff;
}
.cid-u2JVc12W8l .mbr-text {
  color: #ffffff;
}
.cid-u2JVc12W8l .mbr-description {
  color: #ffffff;
}
.cid-u2JVgYew2Q {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u2JVgYew2Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2JVgYew2Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2JVgYew2Q .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-u2JVgYew2Q .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-u2JVgYew2Q .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-u2JVgYew2Q .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #124ad6;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-u2JVgYew2Q .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #47b5ed !important;
}
.cid-u2JVgYew2Q .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-u2JVgYew2Q .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u2JVgYew2Q .text-wrapper {
    margin: 0 30px;
  }
}
.cid-u2JVgYew2Q .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-u2JVgYew2Q .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-u2JVgYew2Q .mbr-section-title {
  color: #FFFFFF;
}
.cid-u2JVgYew2Q .mbr-section-title,
.cid-u2JVgYew2Q .mbr-section-btn {
  text-align: center;
  color: #a71109;
}
