.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #ebecef;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #979dac !important;
}
.bg-success {
  background-color: #36da8e !important;
}
.bg-info {
  background-color: #1dcff3 !important;
}
.bg-warning {
  background-color: #ffc311 !important;
}
.bg-danger {
  background-color: #dc3444 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #979dac !important;
  border-color: #979dac !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #b3b8c3 !important;
  border-color: #b3b8c3 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b3b8c3 !important;
  border-color: #b3b8c3 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #4666aa !important;
  border-color: #4666aa !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #6481bf !important;
  border-color: #6481bf !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #6481bf !important;
  border-color: #6481bf !important;
}
.btn-info,
.btn-info:active {
  background-color: #1dcff3 !important;
  border-color: #1dcff3 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #4dd9f6 !important;
  border-color: #4dd9f6 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #4dd9f6 !important;
  border-color: #4dd9f6 !important;
}
.btn-success,
.btn-success:active {
  background-color: #36da8e !important;
  border-color: #36da8e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #61e2a6 !important;
  border-color: #61e2a6 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #61e2a6 !important;
  border-color: #61e2a6 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffc311 !important;
  border-color: #ffc311 !important;
  color: #110d00 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffd044 !important;
  border-color: #ffd044 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #110d00 !important;
  background-color: #ffd044 !important;
  border-color: #ffd044 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #dc3444 !important;
  border-color: #dc3444 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #e45f6c !important;
  border-color: #e45f6c !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #e45f6c !important;
  border-color: #e45f6c !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #979dac;
  color: #979dac;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #697083 !important;
  background-color: transparent !important;
  border-color: #697083 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #979dac !important;
  border-color: #979dac !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #4666aa;
  color: #4666aa;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #2d416d !important;
  background-color: transparent !important;
  border-color: #2d416d !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #4666aa !important;
  border-color: #4666aa !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #1dcff3;
  color: #1dcff3;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0994b0 !important;
  background-color: transparent !important;
  border-color: #0994b0 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #1dcff3 !important;
  border-color: #1dcff3 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #36da8e;
  color: #36da8e;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #1d9c61 !important;
  background-color: transparent !important;
  border-color: #1d9c61 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #36da8e !important;
  border-color: #36da8e !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffc311;
  color: #ffc311;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #b98b00 !important;
  background-color: transparent !important;
  border-color: #b98b00 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #110d00 !important;
  background-color: #ffc311 !important;
  border-color: #ffc311 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #dc3444;
  color: #dc3444;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #9e1b28 !important;
  background-color: transparent !important;
  border-color: #9e1b28 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #dc3444 !important;
  border-color: #dc3444 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #979dac !important;
}
.text-secondary {
  color: #4666aa !important;
}
.text-success {
  color: #36da8e !important;
}
.text-info {
  color: #1dcff3 !important;
}
.text-warning {
  color: #ffc311 !important;
}
.text-danger {
  color: #dc3444 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #62697b !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #283b62 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #1a9059 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0988a1 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #aa7f00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #911924 !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: #979dac;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #1dcff3;
}
.alert-warning {
  background-color: #ffc311;
}
.alert-danger {
  background-color: #dc3444;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #979dac;
  border-color: #979dac;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #979dac;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #dee0e5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e2faef;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #dff8fd;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fff6dd;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fae2e4;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #979dac !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #979dac;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #979dac;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #979dac;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #979dac;
  border-bottom-color: #979dac;
}
.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: #000000 !important;
  background-color: #979dac !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #4666aa !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='%23979dac' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uc5WJ3354r {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uc5WJ3354r .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;
}
@media (max-width: 767px) {
  .cid-uc5WJ3354r .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uc5WJ3354r .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uc5WJ3354r .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uc5WJ3354r .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uc5WJ3354r .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uc5WJ3354r .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uc5WJ3354r .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uc5WJ3354r .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uc5WJ3354r .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uc5WJ3354r .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uc5WJ3354r .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uc5WJ3354r .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uc5WJ3354r .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uc5WJ3354r .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uc5WJ3354r .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uc5WJ3354r .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uc5WJ3354r .navbar-logo {
    padding-left: 0;
  }
}
.cid-uc5WJ3354r .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uc5WJ3354r .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uc5WJ3354r .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uc5WJ3354r .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uc5WJ3354r .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uc5WJ3354r .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uc5WJ3354r .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uc5WJ3354r .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uc5WJ3354r .nav-item:focus,
.cid-uc5WJ3354r .nav-link:focus {
  outline: none;
}
.cid-uc5WJ3354r .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uc5WJ3354r .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uc5WJ3354r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uc5WJ3354r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uc5WJ3354r .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uc5WJ3354r .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uc5WJ3354r .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uc5WJ3354r .navbar.opened {
  transition: all 0.3s;
}
.cid-uc5WJ3354r .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uc5WJ3354r .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uc5WJ3354r .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uc5WJ3354r .navbar.collapsed {
  justify-content: center;
}
.cid-uc5WJ3354r .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uc5WJ3354r .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uc5WJ3354r .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uc5WJ3354r .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uc5WJ3354r .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uc5WJ3354r .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-uc5WJ3354r .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uc5WJ3354r .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uc5WJ3354r .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uc5WJ3354r .navbar {
    min-height: 72px;
  }
  .cid-uc5WJ3354r .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uc5WJ3354r .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uc5WJ3354r .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uc5WJ3354r .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uc5WJ3354r .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uc5WJ3354r .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-uc5WJ3354r .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uc5WJ3354r .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uc5WJ3354r .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uc5WJ3354r .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uc5WJ3354r .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uc5WJ3354r .dropdown-item.active,
.cid-uc5WJ3354r .dropdown-item:active {
  background-color: transparent;
}
.cid-uc5WJ3354r .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uc5WJ3354r .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uc5WJ3354r .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uc5WJ3354r .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uc5WJ3354r .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uc5WJ3354r .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uc5WJ3354r ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uc5WJ3354r .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uc5WJ3354r .navbar-buttons {
    text-align: left;
  }
}
.cid-uc5WJ3354r button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uc5WJ3354r button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uc5WJ3354r button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uc5WJ3354r button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uc5WJ3354r button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uc5WJ3354r button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uc5WJ3354r nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uc5WJ3354r nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uc5WJ3354r nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uc5WJ3354r nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uc5WJ3354r .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uc5WJ3354r a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uc5WJ3354r .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uc5WJ3354r .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uc5WJ3354r .navbar {
    height: 70px;
  }
  .cid-uc5WJ3354r .navbar.opened {
    height: auto;
  }
  .cid-uc5WJ3354r .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uc5WJ3354r .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uc5WJ3354r .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uc5WJ3354r .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uc5WJ3354r .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uc5WJ3354r .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uc5WJ3354r .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uc5WJ3354r .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uc5WJ3354r .navbar-brand {
    margin-right: auto;
  }
  .cid-uc5WJ3354r .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uc5WJ3354r .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uc5WJ3354r .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uc5WJ3354r .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uc5WJ3354r .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uc5WJ3354r .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uc5WJ3354r .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uc5WJ3354r .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uc5WJ3354r .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uc5WJ3354r .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uc5WJ3354r .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uc5WJ33yhb {
  display: flex;
  background-image: url("../../../assets/images/rsi-023-1301x867-1301x867.jpg");
}
.cid-uc5WJ33yhb .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-uc5WJ33yhb {
    align-items: flex-end;
  }
  .cid-uc5WJ33yhb .row {
    justify-content: center;
  }
  .cid-uc5WJ33yhb .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uc5WJ33yhb .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uc5WJ33yhb {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uc5WJ33yhb .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uc5WJ33yhb .content-wrap {
    width: 100%;
  }
}
.cid-uc5WJ33yhb .mbr-section-title,
.cid-uc5WJ33yhb .mbr-section-subtitle {
  text-align: center;
}
.cid-uc5WJ33yhb .mbr-text,
.cid-uc5WJ33yhb .mbr-section-btn {
  text-align: center;
}
.cid-uc5WJ34OXl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uc5WJ34OXl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc5WJ34OXl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc5WJ34OXl .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-uc5WJ34OXl .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uc5WJ34OXl .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uc5WJ34OXl .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uc5WJ34OXl .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uc5WJ34OXl .row {
  flex-direction: row-reverse;
}
.cid-uc5WJ34OXl .image-wrapper {
  padding: 0 1rem;
}
.cid-uc5WJ34OXl img,
.cid-uc5WJ34OXl .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uc5WJ34OXl img,
  .cid-uc5WJ34OXl .image-wrapper {
    max-height: 350px;
  }
}
.cid-uc5WJ34OXl .mbr-section-title {
  color: #000000;
}
.cid-uc5WJ34OXl .mbr-text {
  color: #000000;
}
.cid-uc5WJ34JDP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uc5WJ34JDP .mbr-text {
  color: #000000;
}
.cid-uc5WJ34JDP .mbr-section-subtitle {
  color: #000000;
}
.cid-uc5WJ34JDP .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uc5WJ34JDP .mbr-text,
.cid-uc5WJ34JDP .item .mbr-section-btn {
  text-align: left;
}
.cid-uc5WJ34JDP .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uc5WJ34JDP .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uc5WJ34JDP .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uc5WJ36qRO {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uc5WJ36qRO .row {
  flex-direction: row-reverse;
}
.cid-uc5WJ36qRO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc5WJ36qRO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc5WJ36qRO .mbr-side-description {
  text-align: left;
}
.cid-uc5WJ378fe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uc5WJ378fe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc5WJ378fe .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-uc5WJ378fe .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uc5WJ378fe .row {
  flex-direction: row-reverse;
}
.cid-uc5WJ378fe .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uc5WJ378fe .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uc5WJ378fe .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uc5WJ378fe .mbr-section-title {
  color: #000000;
}
.cid-uc5WJ378fe .mbr-text,
.cid-uc5WJ378fe .mbr-section-btn {
  color: #000000;
}
.cid-uc5WJ37keP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uc5WJ37keP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc5WJ37keP .item-wrapper {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.cid-uc5WJ37keP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc5WJ37keP .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #d70081;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uc5WJ37keP .card-title,
.cid-uc5WJ37keP .iconfont-wrapper,
.cid-uc5WJ37keP .card-text {
  color: #000000;
  text-align: center;
}
.cid-uc5WJ37keP .content-head {
  max-width: 800px;
}
.cid-uc5WJ37keP .mbr-section-title {
  color: #000000;
}
.cid-uc5WJ37keP .mbr-section-btn {
  text-align: center;
}
.cid-uc5WJ37keP .card-title,
.cid-uc5WJ37keP .iconfont-wrapper {
  color: #979DAC;
}
.cid-uc5WJ379zX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uc5WJ379zX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc5WJ379zX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc5WJ379zX .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 2rem;
  color: #9fe870;
  width: 40px;
  justify-content: center;
  align-items: center;
}
.cid-uc5WJ379zX .card-title,
.cid-uc5WJ379zX .iconfont-wrapper {
  color: #232323;
}
.cid-uc5WJ379zX .card-text {
  color: #232323;
}
.cid-uc5WJ379zX .mbr-section-title {
  color: #232323;
}
.cid-uc5WJ379zX .mbr-section-subtitle {
  color: #232323;
}
.cid-uc5WJ379zX .content-head {
  max-width: 800px;
}
.cid-uc5WJ37gbk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uc5WJ37gbk .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-uc5WJ37gbk img,
.cid-uc5WJ37gbk .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uc5WJ37gbk .item:focus,
.cid-uc5WJ37gbk span:focus {
  outline: none;
}
.cid-uc5WJ37gbk .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uc5WJ37gbk .item {
    margin-bottom: 1rem;
  }
}
.cid-uc5WJ37gbk .mbr-section-title {
  color: #000000;
}
.cid-uc5WJ37gbk .mbr-text,
.cid-uc5WJ37gbk .mbr-section-btn {
  color: #000000;
}
.cid-uc5WJ37gbk .item-title {
  color: #000000;
}
.cid-uc5WJ37gbk .content-head {
  max-width: 800px;
}
.cid-uc5WJ38SKR {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uc5WJ38SKR .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: center;
}
.cid-uc5WJ38SKR img,
.cid-uc5WJ38SKR .item-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uc5WJ38SKR .item:focus,
.cid-uc5WJ38SKR span:focus {
  outline: none;
}
.cid-uc5WJ38SKR .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uc5WJ38SKR .item {
    margin-bottom: 1rem;
  }
}
.cid-uc5WJ38SKR .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uc5WJ38SKR .mbr-section-title {
  color: #000000;
}
.cid-uc5WJ38SKR .mbr-text,
.cid-uc5WJ38SKR .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uc5WJ38SKR .item-title {
  color: #000000;
  text-align: center;
}
.cid-uc5WJ38SKR .content-head {
  max-width: 800px;
}
.cid-uc5WJ397D0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-uc5WJ397D0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc5WJ397D0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uc5WJ397D0 .container-fluid {
    padding: 0;
  }
}
.cid-uc5WJ397D0 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uc5WJ397D0 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uc5WJ397D0 .embla__slide a {
  display: block;
  width: 100%;
}
.cid-uc5WJ397D0 .embla__button--next,
.cid-uc5WJ397D0 .embla__button--prev {
  display: flex;
}
.cid-uc5WJ397D0 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uc5WJ397D0 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uc5WJ397D0 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uc5WJ397D0 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uc5WJ397D0 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uc5WJ397D0 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uc5WJ397D0 .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uc5WJ397D0 .embla {
  position: relative;
  width: 100%;
}
.cid-uc5WJ397D0 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uc5WJ397D0 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uc5WJ397D0 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uc5WJ397D0 .embla__slide a {
  cursor: grab;
}
.cid-uc5WJ397D0 .embla__slide a:active {
  cursor: grabbing;
}
.cid-uc5WJ397D0 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uc5WJ397D0 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uc5WJ397D0 .mbr-section-title {
  color: #232323;
}
.cid-uc5WJ397D0 .mbr-section-subtitle {
  color: #232323;
}
.cid-uc5WJ397D0 .mbr-box {
  color: #ffffff;
}
.cid-uc5WJ397D0 .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uc5WJ397D0 img,
.cid-uc5WJ397D0 .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uc5WJ397D0 .item-wrapper {
  position: relative;
}
.cid-uc5WJ397D0 .content-head {
  max-width: 800px;
}
.cid-uc5WJ3bkRn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/rsi-028-1363x909.gif");
}
.cid-uc5WJ3bkRn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc5WJ3bkRn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc5WJ3bkRn .card-wrapper {
  background: #407ae7;
}
@media (max-width: 767px) {
  .cid-uc5WJ3bkRn .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uc5WJ3bkRn .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uc5WJ3bkRn .card-wrapper {
    padding: 4rem;
  }
}
.cid-uc5WJ3bkRn .mbr-text,
.cid-uc5WJ3bkRn .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uc5WJ3bkRn .card-title {
  color: #ffffff;
}
.cid-uc5WJ3cs4i {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uc5WJ3cs4i .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uc5WJ3cs4i .social-row .soc-item {
  margin: 8px;
}
.cid-uc5WJ3cs4i .social-row .soc-item a:hover .mbr-iconfont,
.cid-uc5WJ3cs4i .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uc5WJ3cs4i .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #ffa600;
  color: #0c2c68;
  transition: all 0.3s ease-in-out;
}
.cid-uc5WJ3cs4i .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uc5WJ3cs4i .mbr-section-title {
  color: #ffffff;
}
.cid-uc5WJ3cs4i .mbr-section-title,
.cid-uc5WJ3cs4i .social-list {
  color: #000000;
}
.cid-uc5WJ3cZBc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uc5WJ3cZBc .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-uc5WJ3cZBc img,
.cid-uc5WJ3cZBc .item-img {
  width: 100%;
}
.cid-uc5WJ3cZBc .item:focus,
.cid-uc5WJ3cZBc span:focus {
  outline: none;
}
.cid-uc5WJ3cZBc .item {
  margin-bottom: 2rem;
}
@media (max-width: 575px) {
  .cid-uc5WJ3cZBc .item {
    margin-bottom: 1rem;
  }
}
.cid-uc5WJ3cZBc .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uc5WJ3cZBc .mbr-section-title {
  color: #000000;
}
.cid-uc5WJ3cZBc .mbr-text,
.cid-uc5WJ3cZBc .mbr-section-btn {
  color: #000000;
}
.cid-uc5WJ3cZBc .item-title {
  color: #000000;
  text-align: center;
}
.cid-uc5WJ3cZBc .content-head {
  max-width: 800px;
}
.cid-uc5WJ3cZBc img {
  filter: grayscale(1);
}
.cid-uc5WJ3cxzI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-uc5WJ3cxzI .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uc5WJ3cxzI form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uc5WJ3cxzI form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uc5WJ3cxzI form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uc5WJ3cxzI .content-head {
  max-width: 800px;
}
.cid-uc5WJ3cXcR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uc5WJ3cXcR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc5WJ3cXcR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uc5WJ3cXcR .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uc5WJ3cXcR .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uc5WJ3cXcR .google-map {
  height: 100%;
  position: relative;
}
.cid-uc5WJ3cXcR .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uc5WJ3cXcR .google-map iframe {
    min-height: 350px;
  }
}
.cid-uc5WJ3cXcR .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uc5WJ3cXcR .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uc5WJ3cXcR .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uc5WJ3cXcR .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uc5WJ3cXcR .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uc5WJ3cXcR .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uc5WJ3cXcR ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uc5WJ3cXcR .content-head {
  max-width: 800px;
}
.cid-uc5WJ3cnk7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-ucbvTytLlm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucbvTytLlm .mbr-text {
  color: #000000;
}
.cid-ucbvTytLlm .mbr-section-subtitle {
  color: #000000;
}
.cid-ucbvTytLlm .mbr-section-title {
  color: #000000;
}
.cid-ucbwZSMCxa {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ucbwZSMCxa .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucbwZSMCxa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucbwZSMCxa .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-ucbwZSMCxa .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-ucbwZSMCxa .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-ucbwZSMCxa .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-ucbwZSMCxa .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #1dcff3 !important;
}
.cid-ucbwZSMCxa .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-ucbwZSMCxa .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ucbwZSMCxa .text-wrapper {
    margin: 0 30px;
  }
}
.cid-ucbwZSMCxa .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ucbwZSMCxa .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-ucbwZSMCxa .mbr-section-title {
  color: #FFFFFF;
}
.cid-ucbwZSMCxa .mbr-section-title,
.cid-ucbwZSMCxa .mbr-section-btn {
  text-align: center;
  color: #a71109;
}
.cid-ucbyb5pe4U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucbyb5pe4U .mbr-text {
  color: #000000;
}
.cid-ucbyb5pe4U .mbr-section-subtitle {
  color: #000000;
}
.cid-ucbyb5pe4U .mbr-section-title {
  color: #000000;
}
.cid-ucbyb5JewD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ucbyb5JewD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucbyb5JewD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucbyb5JewD .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-ucbyb5JewD .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-ucbyb5JewD .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-ucbyb5JewD .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-ucbyb5JewD .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #1dcff3 !important;
}
.cid-ucbyb5JewD .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-ucbyb5JewD .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ucbyb5JewD .text-wrapper {
    margin: 0 30px;
  }
}
.cid-ucbyb5JewD .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ucbyb5JewD .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-ucbyb5JewD .mbr-section-title {
  color: #FFFFFF;
}
.cid-ucbyb5JewD .mbr-section-title,
.cid-ucbyb5JewD .mbr-section-btn {
  text-align: center;
  color: #a71109;
}
.cid-ucbEvsWGjJ {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/rsi-33.jpg");
}
.cid-ucbEvsWGjJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucbEvsWGjJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucbEvsWGjJ .mbr-section-title {
  color: #ffffff;
}
.cid-ucbEvsWGjJ .mbr-text,
.cid-ucbEvsWGjJ .mbr-section-btn {
  color: #ffffff;
}
.cid-ucbLSeJWkY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1e1c1b;
}
.cid-ucbLSeJWkY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucbLSeJWkY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucbLSeJWkY .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-ucbLSeJWkY .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-ucbLSeJWkY .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-ucbLSeJWkY .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-ucbLSeJWkY .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #1dcff3 !important;
}
.cid-ucbLSeJWkY .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-ucbLSeJWkY .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ucbLSeJWkY .text-wrapper {
    margin: 0 30px;
  }
}
.cid-ucbLSeJWkY .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ucbLSeJWkY .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-ucbLSeJWkY .mbr-section-title {
  color: #FFFFFF;
}
.cid-ucbLSeJWkY .mbr-section-title,
.cid-ucbLSeJWkY .mbr-section-btn {
  text-align: center;
  color: #a71109;
}
.cid-ucbENizXrl {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ucbENizXrl .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucbENizXrl .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-ucbENizXrl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucbENizXrl .row {
  flex-direction: row-reverse;
}
.cid-ucbENizXrl img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ucbENizXrl .text-wrapper {
    padding: 2rem;
  }
}
.cid-ucbGXKYUdf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ucbGXKYUdf .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucbGXKYUdf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucbGXKYUdf .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-ucbGXKYUdf .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-ucbGXKYUdf .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-ucbGXKYUdf .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-ucbGXKYUdf .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #1dcff3 !important;
}
.cid-ucbGXKYUdf .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-ucbGXKYUdf .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ucbGXKYUdf .text-wrapper {
    margin: 0 30px;
  }
}
.cid-ucbGXKYUdf .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ucbGXKYUdf .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-ucbGXKYUdf .mbr-section-title {
  color: #FFFFFF;
}
.cid-ucbGXKYUdf .mbr-section-title,
.cid-ucbGXKYUdf .mbr-section-btn {
  text-align: center;
  color: #a71109;
}
.cid-ucbEQGsQRY {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ucbEQGsQRY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucbEQGsQRY .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-ucbEQGsQRY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucbEQGsQRY img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ucbEQGsQRY .text-wrapper {
    padding: 2rem;
  }
}
.cid-ucbGW4P9FB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ucbGW4P9FB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucbGW4P9FB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucbGW4P9FB .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-ucbGW4P9FB .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-ucbGW4P9FB .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-ucbGW4P9FB .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-ucbGW4P9FB .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #1dcff3 !important;
}
.cid-ucbGW4P9FB .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-ucbGW4P9FB .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ucbGW4P9FB .text-wrapper {
    margin: 0 30px;
  }
}
.cid-ucbGW4P9FB .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ucbGW4P9FB .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-ucbGW4P9FB .mbr-section-title {
  color: #FFFFFF;
}
.cid-ucbGW4P9FB .mbr-section-title,
.cid-ucbGW4P9FB .mbr-section-btn {
  text-align: center;
  color: #a71109;
}
.cid-ucbERWyVRp {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ucbERWyVRp .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucbERWyVRp .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-ucbERWyVRp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucbERWyVRp .row {
  flex-direction: row-reverse;
}
.cid-ucbERWyVRp img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ucbERWyVRp .text-wrapper {
    padding: 2rem;
  }
}
.cid-ucbGUyyL1A {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ucbGUyyL1A .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucbGUyyL1A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucbGUyyL1A .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-ucbGUyyL1A .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-ucbGUyyL1A .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-ucbGUyyL1A .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-ucbGUyyL1A .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #1dcff3 !important;
}
.cid-ucbGUyyL1A .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-ucbGUyyL1A .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ucbGUyyL1A .text-wrapper {
    margin: 0 30px;
  }
}
.cid-ucbGUyyL1A .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ucbGUyyL1A .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-ucbGUyyL1A .mbr-section-title {
  color: #FFFFFF;
}
.cid-ucbGUyyL1A .mbr-section-title,
.cid-ucbGUyyL1A .mbr-section-btn {
  text-align: center;
  color: #a71109;
}
.cid-ucbETgLqGT {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ucbETgLqGT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucbETgLqGT .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-ucbETgLqGT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucbETgLqGT img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ucbETgLqGT .text-wrapper {
    padding: 2rem;
  }
}
.cid-ucbGTcbcOi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ucbGTcbcOi .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucbGTcbcOi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucbGTcbcOi .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-ucbGTcbcOi .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-ucbGTcbcOi .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-ucbGTcbcOi .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-ucbGTcbcOi .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #1dcff3 !important;
}
.cid-ucbGTcbcOi .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-ucbGTcbcOi .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ucbGTcbcOi .text-wrapper {
    margin: 0 30px;
  }
}
.cid-ucbGTcbcOi .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ucbGTcbcOi .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-ucbGTcbcOi .mbr-section-title {
  color: #FFFFFF;
}
.cid-ucbGTcbcOi .mbr-section-title,
.cid-ucbGTcbcOi .mbr-section-btn {
  text-align: center;
  color: #a71109;
}
.cid-ucbEUHiokL {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ucbEUHiokL .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucbEUHiokL .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-ucbEUHiokL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucbEUHiokL .row {
  flex-direction: row-reverse;
}
.cid-ucbEUHiokL img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ucbEUHiokL .text-wrapper {
    padding: 2rem;
  }
}
.cid-ucbGRzj9a7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ucbGRzj9a7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucbGRzj9a7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucbGRzj9a7 .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-ucbGRzj9a7 .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-ucbGRzj9a7 .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-ucbGRzj9a7 .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-ucbGRzj9a7 .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #1dcff3 !important;
}
.cid-ucbGRzj9a7 .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-ucbGRzj9a7 .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ucbGRzj9a7 .text-wrapper {
    margin: 0 30px;
  }
}
.cid-ucbGRzj9a7 .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ucbGRzj9a7 .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-ucbGRzj9a7 .mbr-section-title {
  color: #FFFFFF;
}
.cid-ucbGRzj9a7 .mbr-section-title,
.cid-ucbGRzj9a7 .mbr-section-btn {
  text-align: center;
  color: #a71109;
}
.cid-ucbEWIRGKB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ucbEWIRGKB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucbEWIRGKB .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-ucbEWIRGKB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucbEWIRGKB img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ucbEWIRGKB .text-wrapper {
    padding: 2rem;
  }
}
.cid-ucbGQ4gLmJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ucbGQ4gLmJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucbGQ4gLmJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucbGQ4gLmJ .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-ucbGQ4gLmJ .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-ucbGQ4gLmJ .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-ucbGQ4gLmJ .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-ucbGQ4gLmJ .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #1dcff3 !important;
}
.cid-ucbGQ4gLmJ .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-ucbGQ4gLmJ .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ucbGQ4gLmJ .text-wrapper {
    margin: 0 30px;
  }
}
.cid-ucbGQ4gLmJ .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ucbGQ4gLmJ .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-ucbGQ4gLmJ .mbr-section-title {
  color: #FFFFFF;
}
.cid-ucbGQ4gLmJ .mbr-section-title,
.cid-ucbGQ4gLmJ .mbr-section-btn {
  text-align: center;
  color: #a71109;
}
.cid-ucbEXRsG8v {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ucbEXRsG8v .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucbEXRsG8v .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-ucbEXRsG8v .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucbEXRsG8v .row {
  flex-direction: row-reverse;
}
.cid-ucbEXRsG8v img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ucbEXRsG8v .text-wrapper {
    padding: 2rem;
  }
}
.cid-ucbGOuT379 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ucbGOuT379 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucbGOuT379 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucbGOuT379 .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-ucbGOuT379 .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-ucbGOuT379 .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-ucbGOuT379 .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-ucbGOuT379 .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #1dcff3 !important;
}
.cid-ucbGOuT379 .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-ucbGOuT379 .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ucbGOuT379 .text-wrapper {
    margin: 0 30px;
  }
}
.cid-ucbGOuT379 .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ucbGOuT379 .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-ucbGOuT379 .mbr-section-title {
  color: #FFFFFF;
}
.cid-ucbGOuT379 .mbr-section-title,
.cid-ucbGOuT379 .mbr-section-btn {
  text-align: center;
  color: #a71109;
}
.cid-ucbEYYQOjC {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ucbEYYQOjC .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucbEYYQOjC .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-ucbEYYQOjC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucbEYYQOjC img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ucbEYYQOjC .text-wrapper {
    padding: 2rem;
  }
}
.cid-ucbGMTe9xU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ucbGMTe9xU .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucbGMTe9xU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucbGMTe9xU .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-ucbGMTe9xU .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-ucbGMTe9xU .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-ucbGMTe9xU .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-ucbGMTe9xU .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #1dcff3 !important;
}
.cid-ucbGMTe9xU .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-ucbGMTe9xU .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ucbGMTe9xU .text-wrapper {
    margin: 0 30px;
  }
}
.cid-ucbGMTe9xU .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ucbGMTe9xU .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-ucbGMTe9xU .mbr-section-title {
  color: #FFFFFF;
}
.cid-ucbGMTe9xU .mbr-section-title,
.cid-ucbGMTe9xU .mbr-section-btn {
  text-align: center;
  color: #a71109;
}
.cid-ucbF1a9Mwp {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ucbF1a9Mwp .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucbF1a9Mwp .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-ucbF1a9Mwp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucbF1a9Mwp .row {
  flex-direction: row-reverse;
}
.cid-ucbF1a9Mwp img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ucbF1a9Mwp .text-wrapper {
    padding: 2rem;
  }
}
.cid-ucbGLzYyaA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ucbGLzYyaA .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucbGLzYyaA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucbGLzYyaA .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-ucbGLzYyaA .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-ucbGLzYyaA .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-ucbGLzYyaA .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-ucbGLzYyaA .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #1dcff3 !important;
}
.cid-ucbGLzYyaA .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-ucbGLzYyaA .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ucbGLzYyaA .text-wrapper {
    margin: 0 30px;
  }
}
.cid-ucbGLzYyaA .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ucbGLzYyaA .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-ucbGLzYyaA .mbr-section-title {
  color: #FFFFFF;
}
.cid-ucbGLzYyaA .mbr-section-title,
.cid-ucbGLzYyaA .mbr-section-btn {
  text-align: center;
  color: #a71109;
}
.cid-ucbF2CbQBQ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ucbF2CbQBQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucbF2CbQBQ .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-ucbF2CbQBQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucbF2CbQBQ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ucbF2CbQBQ .text-wrapper {
    padding: 2rem;
  }
}
.cid-ucbGJLKOFF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ucbGJLKOFF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucbGJLKOFF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucbGJLKOFF .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-ucbGJLKOFF .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-ucbGJLKOFF .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-ucbGJLKOFF .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-ucbGJLKOFF .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #1dcff3 !important;
}
.cid-ucbGJLKOFF .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-ucbGJLKOFF .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ucbGJLKOFF .text-wrapper {
    margin: 0 30px;
  }
}
.cid-ucbGJLKOFF .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ucbGJLKOFF .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-ucbGJLKOFF .mbr-section-title {
  color: #FFFFFF;
}
.cid-ucbGJLKOFF .mbr-section-title,
.cid-ucbGJLKOFF .mbr-section-btn {
  text-align: center;
  color: #a71109;
}
.cid-ucbF49C0Qz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ucbF49C0Qz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucbF49C0Qz .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-ucbF49C0Qz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucbF49C0Qz .row {
  flex-direction: row-reverse;
}
.cid-ucbF49C0Qz img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ucbF49C0Qz .text-wrapper {
    padding: 2rem;
  }
}
.cid-ucbGIhBzTA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ucbGIhBzTA .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucbGIhBzTA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucbGIhBzTA .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-ucbGIhBzTA .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-ucbGIhBzTA .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-ucbGIhBzTA .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-ucbGIhBzTA .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #1dcff3 !important;
}
.cid-ucbGIhBzTA .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-ucbGIhBzTA .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ucbGIhBzTA .text-wrapper {
    margin: 0 30px;
  }
}
.cid-ucbGIhBzTA .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ucbGIhBzTA .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-ucbGIhBzTA .mbr-section-title {
  color: #FFFFFF;
}
.cid-ucbGIhBzTA .mbr-section-title,
.cid-ucbGIhBzTA .mbr-section-btn {
  text-align: center;
  color: #a71109;
}
.cid-ucbF5E1MA0 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ucbF5E1MA0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucbF5E1MA0 .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-ucbF5E1MA0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucbF5E1MA0 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ucbF5E1MA0 .text-wrapper {
    padding: 2rem;
  }
}
.cid-ucbGGOnOse {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ucbGGOnOse .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucbGGOnOse .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucbGGOnOse .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-ucbGGOnOse .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-ucbGGOnOse .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-ucbGGOnOse .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-ucbGGOnOse .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #1dcff3 !important;
}
.cid-ucbGGOnOse .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-ucbGGOnOse .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ucbGGOnOse .text-wrapper {
    margin: 0 30px;
  }
}
.cid-ucbGGOnOse .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ucbGGOnOse .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-ucbGGOnOse .mbr-section-title {
  color: #FFFFFF;
}
.cid-ucbGGOnOse .mbr-section-title,
.cid-ucbGGOnOse .mbr-section-btn {
  text-align: center;
  color: #a71109;
}
.cid-ucbF76N618 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ucbF76N618 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucbF76N618 .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-ucbF76N618 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucbF76N618 .row {
  flex-direction: row-reverse;
}
.cid-ucbF76N618 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ucbF76N618 .text-wrapper {
    padding: 2rem;
  }
}
.cid-ucbGF93ts0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ucbGF93ts0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucbGF93ts0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucbGF93ts0 .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-ucbGF93ts0 .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-ucbGF93ts0 .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-ucbGF93ts0 .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-ucbGF93ts0 .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #1dcff3 !important;
}
.cid-ucbGF93ts0 .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-ucbGF93ts0 .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ucbGF93ts0 .text-wrapper {
    margin: 0 30px;
  }
}
.cid-ucbGF93ts0 .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ucbGF93ts0 .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-ucbGF93ts0 .mbr-section-title {
  color: #FFFFFF;
}
.cid-ucbGF93ts0 .mbr-section-title,
.cid-ucbGF93ts0 .mbr-section-btn {
  text-align: center;
  color: #a71109;
}
.cid-ucbF8rcDy1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ucbF8rcDy1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucbF8rcDy1 .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-ucbF8rcDy1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucbF8rcDy1 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ucbF8rcDy1 .text-wrapper {
    padding: 2rem;
  }
}
.cid-ucbGDqoeSc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ucbGDqoeSc .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucbGDqoeSc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucbGDqoeSc .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-ucbGDqoeSc .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-ucbGDqoeSc .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-ucbGDqoeSc .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-ucbGDqoeSc .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #1dcff3 !important;
}
.cid-ucbGDqoeSc .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-ucbGDqoeSc .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ucbGDqoeSc .text-wrapper {
    margin: 0 30px;
  }
}
.cid-ucbGDqoeSc .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ucbGDqoeSc .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-ucbGDqoeSc .mbr-section-title {
  color: #FFFFFF;
}
.cid-ucbGDqoeSc .mbr-section-title,
.cid-ucbGDqoeSc .mbr-section-btn {
  text-align: center;
  color: #a71109;
}
.cid-ucbFa1Ny22 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ucbFa1Ny22 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucbFa1Ny22 .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-ucbFa1Ny22 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucbFa1Ny22 .row {
  flex-direction: row-reverse;
}
.cid-ucbFa1Ny22 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ucbFa1Ny22 .text-wrapper {
    padding: 2rem;
  }
}
.cid-ucbGCfGSpk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ucbGCfGSpk .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucbGCfGSpk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucbGCfGSpk .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-ucbGCfGSpk .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-ucbGCfGSpk .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-ucbGCfGSpk .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-ucbGCfGSpk .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #1dcff3 !important;
}
.cid-ucbGCfGSpk .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-ucbGCfGSpk .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ucbGCfGSpk .text-wrapper {
    margin: 0 30px;
  }
}
.cid-ucbGCfGSpk .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ucbGCfGSpk .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-ucbGCfGSpk .mbr-section-title {
  color: #FFFFFF;
}
.cid-ucbGCfGSpk .mbr-section-title,
.cid-ucbGCfGSpk .mbr-section-btn {
  text-align: center;
  color: #a71109;
}
.cid-ucbFbHTdv7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ucbFbHTdv7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucbFbHTdv7 .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-ucbFbHTdv7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucbFbHTdv7 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ucbFbHTdv7 .text-wrapper {
    padding: 2rem;
  }
}
.cid-ucbGALqgRN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ucbGALqgRN .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucbGALqgRN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucbGALqgRN .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-ucbGALqgRN .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-ucbGALqgRN .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-ucbGALqgRN .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-ucbGALqgRN .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #1dcff3 !important;
}
.cid-ucbGALqgRN .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-ucbGALqgRN .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ucbGALqgRN .text-wrapper {
    margin: 0 30px;
  }
}
.cid-ucbGALqgRN .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ucbGALqgRN .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-ucbGALqgRN .mbr-section-title {
  color: #FFFFFF;
}
.cid-ucbGALqgRN .mbr-section-title,
.cid-ucbGALqgRN .mbr-section-btn {
  text-align: center;
  color: #a71109;
}
.cid-ucbFd96B11 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ucbFd96B11 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucbFd96B11 .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-ucbFd96B11 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucbFd96B11 .row {
  flex-direction: row-reverse;
}
.cid-ucbFd96B11 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ucbFd96B11 .text-wrapper {
    padding: 2rem;
  }
}
.cid-ucbGz1obef {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ucbGz1obef .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucbGz1obef .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucbGz1obef .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-ucbGz1obef .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-ucbGz1obef .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-ucbGz1obef .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-ucbGz1obef .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #1dcff3 !important;
}
.cid-ucbGz1obef .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-ucbGz1obef .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ucbGz1obef .text-wrapper {
    margin: 0 30px;
  }
}
.cid-ucbGz1obef .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ucbGz1obef .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-ucbGz1obef .mbr-section-title {
  color: #FFFFFF;
}
.cid-ucbGz1obef .mbr-section-title,
.cid-ucbGz1obef .mbr-section-btn {
  text-align: center;
  color: #a71109;
}
.cid-ucbFeuebxO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ucbFeuebxO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucbFeuebxO .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-ucbFeuebxO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucbFeuebxO img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ucbFeuebxO .text-wrapper {
    padding: 2rem;
  }
}
.cid-ucbGxOcWU1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ucbGxOcWU1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucbGxOcWU1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucbGxOcWU1 .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-ucbGxOcWU1 .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-ucbGxOcWU1 .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-ucbGxOcWU1 .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-ucbGxOcWU1 .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #1dcff3 !important;
}
.cid-ucbGxOcWU1 .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-ucbGxOcWU1 .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ucbGxOcWU1 .text-wrapper {
    margin: 0 30px;
  }
}
.cid-ucbGxOcWU1 .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ucbGxOcWU1 .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-ucbGxOcWU1 .mbr-section-title {
  color: #FFFFFF;
}
.cid-ucbGxOcWU1 .mbr-section-title,
.cid-ucbGxOcWU1 .mbr-section-btn {
  text-align: center;
  color: #a71109;
}
.cid-ucbFgKyYeL {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ucbFgKyYeL .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucbFgKyYeL .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-ucbFgKyYeL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucbFgKyYeL .row {
  flex-direction: row-reverse;
}
.cid-ucbFgKyYeL img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ucbFgKyYeL .text-wrapper {
    padding: 2rem;
  }
}
.cid-ucbGwb0fyM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ucbGwb0fyM .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucbGwb0fyM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucbGwb0fyM .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-ucbGwb0fyM .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-ucbGwb0fyM .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-ucbGwb0fyM .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-ucbGwb0fyM .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #1dcff3 !important;
}
.cid-ucbGwb0fyM .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-ucbGwb0fyM .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ucbGwb0fyM .text-wrapper {
    margin: 0 30px;
  }
}
.cid-ucbGwb0fyM .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ucbGwb0fyM .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-ucbGwb0fyM .mbr-section-title {
  color: #FFFFFF;
}
.cid-ucbGwb0fyM .mbr-section-title,
.cid-ucbGwb0fyM .mbr-section-btn {
  text-align: center;
  color: #a71109;
}
.cid-ucbFiyEdFA {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ucbFiyEdFA .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucbFiyEdFA .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-ucbFiyEdFA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucbFiyEdFA img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ucbFiyEdFA .text-wrapper {
    padding: 2rem;
  }
}
.cid-ucbGu9f7Jv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ucbGu9f7Jv .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucbGu9f7Jv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucbGu9f7Jv .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-ucbGu9f7Jv .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-ucbGu9f7Jv .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-ucbGu9f7Jv .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-ucbGu9f7Jv .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #1dcff3 !important;
}
.cid-ucbGu9f7Jv .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-ucbGu9f7Jv .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ucbGu9f7Jv .text-wrapper {
    margin: 0 30px;
  }
}
.cid-ucbGu9f7Jv .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ucbGu9f7Jv .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-ucbGu9f7Jv .mbr-section-title {
  color: #FFFFFF;
}
.cid-ucbGu9f7Jv .mbr-section-title,
.cid-ucbGu9f7Jv .mbr-section-btn {
  text-align: center;
  color: #a71109;
}
.cid-ucbFjKUMRp {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ucbFjKUMRp .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucbFjKUMRp .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-ucbFjKUMRp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucbFjKUMRp .row {
  flex-direction: row-reverse;
}
.cid-ucbFjKUMRp img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ucbFjKUMRp .text-wrapper {
    padding: 2rem;
  }
}
.cid-ucbGsHDJpG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ucbGsHDJpG .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucbGsHDJpG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucbGsHDJpG .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-ucbGsHDJpG .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-ucbGsHDJpG .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-ucbGsHDJpG .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-ucbGsHDJpG .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #1dcff3 !important;
}
.cid-ucbGsHDJpG .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-ucbGsHDJpG .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ucbGsHDJpG .text-wrapper {
    margin: 0 30px;
  }
}
.cid-ucbGsHDJpG .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ucbGsHDJpG .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-ucbGsHDJpG .mbr-section-title {
  color: #FFFFFF;
}
.cid-ucbGsHDJpG .mbr-section-title,
.cid-ucbGsHDJpG .mbr-section-btn {
  text-align: center;
  color: #a71109;
}
.cid-ucbFlj8Sfm {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ucbFlj8Sfm .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucbFlj8Sfm .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-ucbFlj8Sfm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucbFlj8Sfm img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ucbFlj8Sfm .text-wrapper {
    padding: 2rem;
  }
}
.cid-ucbGfg3dzk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ucbGfg3dzk .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucbGfg3dzk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucbGfg3dzk .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-ucbGfg3dzk .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-ucbGfg3dzk .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-ucbGfg3dzk .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-ucbGfg3dzk .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #1dcff3 !important;
}
.cid-ucbGfg3dzk .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-ucbGfg3dzk .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ucbGfg3dzk .text-wrapper {
    margin: 0 30px;
  }
}
.cid-ucbGfg3dzk .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ucbGfg3dzk .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-ucbGfg3dzk .mbr-section-title {
  color: #FFFFFF;
}
.cid-ucbGfg3dzk .mbr-section-title,
.cid-ucbGfg3dzk .mbr-section-btn {
  text-align: center;
  color: #a71109;
}
.cid-ucbFmWPSTC {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ucbFmWPSTC .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucbFmWPSTC .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-ucbFmWPSTC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucbFmWPSTC .row {
  flex-direction: row-reverse;
}
.cid-ucbFmWPSTC img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ucbFmWPSTC .text-wrapper {
    padding: 2rem;
  }
}
.cid-ucbMoh11YB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ucbMoh11YB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucbMoh11YB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucbMoh11YB .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-ucbMoh11YB .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-ucbMoh11YB .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-ucbMoh11YB .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-ucbMoh11YB .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #1dcff3 !important;
}
.cid-ucbMoh11YB .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-ucbMoh11YB .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ucbMoh11YB .text-wrapper {
    margin: 0 30px;
  }
}
.cid-ucbMoh11YB .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ucbMoh11YB .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-ucbMoh11YB .mbr-section-title {
  color: #FFFFFF;
}
.cid-ucbMoh11YB .mbr-section-title,
.cid-ucbMoh11YB .mbr-section-btn {
  text-align: center;
  color: #a71109;
}
.cid-ucbWYcxiah {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1238.jpg");
}
.cid-ucbWYcxiah .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucbWYcxiah .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucbWYcxiah .mbr-section-title {
  color: #ffffff;
}
.cid-ucbWYcxiah .mbr-text,
.cid-ucbWYcxiah .mbr-section-btn {
  color: #ffffff;
}
.cid-ucbWYd1t9W {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ucbWYd1t9W .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucbWYd1t9W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucbWYd1t9W .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-ucbWYd1t9W .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-ucbWYd1t9W .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-ucbWYd1t9W .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-ucbWYd1t9W .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #1dcff3 !important;
}
.cid-ucbWYd1t9W .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-ucbWYd1t9W .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ucbWYd1t9W .text-wrapper {
    margin: 0 30px;
  }
}
.cid-ucbWYd1t9W .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ucbWYd1t9W .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-ucbWYd1t9W .mbr-section-title {
  color: #FFFFFF;
}
.cid-ucbWYd1t9W .mbr-section-title,
.cid-ucbWYd1t9W .mbr-section-btn {
  text-align: center;
  color: #a71109;
}
.cid-ucbZ5uDE2T {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/rsi-13.jpg");
}
.cid-ucbZ5uDE2T img,
.cid-ucbZ5uDE2T .item-img {
  width: 100%;
}
.cid-ucbZ5uDE2T .item:focus,
.cid-ucbZ5uDE2T span:focus {
  outline: none;
}
.cid-ucbZ5uDE2T .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-ucbZ5uDE2T .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ucbZ5uDE2T .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-ucbZ5uDE2T .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ucbZ5uDE2T .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-ucbZ5uDE2T .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-ucbZ5uDE2T .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ucbZ5uDE2T .mbr-section-title {
  color: #ffffff;
}
.cid-ucbZ5uDE2T .mbr-text,
.cid-ucbZ5uDE2T .mbr-section-btn {
  text-align: center;
}
.cid-ucbZ5uDE2T .item-title {
  text-align: center;
}
.cid-ucbZ5uDE2T .item-subtitle {
  text-align: left;
}
.cid-ucbWYDkmQf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ucbWYDkmQf .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucbWYDkmQf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucbWYDkmQf .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-ucbWYDkmQf .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-ucbWYDkmQf .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-ucbWYDkmQf .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-ucbWYDkmQf .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #1dcff3 !important;
}
.cid-ucbWYDkmQf .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-ucbWYDkmQf .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ucbWYDkmQf .text-wrapper {
    margin: 0 30px;
  }
}
.cid-ucbWYDkmQf .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ucbWYDkmQf .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-ucbWYDkmQf .mbr-section-title {
  color: #FFFFFF;
}
.cid-ucbWYDkmQf .mbr-section-title,
.cid-ucbWYDkmQf .mbr-section-btn {
  text-align: center;
  color: #a71109;
}
.cid-ucc5aX6neQ {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/rsi-8.jpg");
}
.cid-ucc5aX6neQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucc5aX6neQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucc5aX6neQ .mbr-section-title {
  color: #232323;
}
.cid-ucc5aX6neQ .mbr-text,
.cid-ucc5aX6neQ .mbr-section-btn {
  color: #fafafa;
}
.cid-ucc51eQTOy {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ucc51eQTOy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucc51eQTOy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucc51eQTOy .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-ucc51eQTOy .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-ucc51eQTOy .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-ucc51eQTOy .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-ucc51eQTOy .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #1dcff3 !important;
}
.cid-ucc51eQTOy .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-ucc51eQTOy .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ucc51eQTOy .text-wrapper {
    margin: 0 30px;
  }
}
.cid-ucc51eQTOy .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ucc51eQTOy .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-ucc51eQTOy .mbr-section-title {
  color: #FFFFFF;
}
.cid-ucc51eQTOy .mbr-section-title,
.cid-ucc51eQTOy .mbr-section-btn {
  text-align: center;
  color: #a71109;
}
.cid-ucc5oQw8qP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ucc5oQw8qP .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucc5oQw8qP .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-ucc5oQw8qP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucc5oQw8qP .row {
  flex-direction: row-reverse;
}
.cid-ucc5oQw8qP img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ucc5oQw8qP .text-wrapper {
    padding: 2rem;
  }
}
.cid-ucc6aGo4Oz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ucc6aGo4Oz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucc6aGo4Oz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucc6aGo4Oz .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-ucc6aGo4Oz .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-ucc6aGo4Oz .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-ucc6aGo4Oz .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-ucc6aGo4Oz .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #1dcff3 !important;
}
.cid-ucc6aGo4Oz .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-ucc6aGo4Oz .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ucc6aGo4Oz .text-wrapper {
    margin: 0 30px;
  }
}
.cid-ucc6aGo4Oz .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ucc6aGo4Oz .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-ucc6aGo4Oz .mbr-section-title {
  color: #FFFFFF;
}
.cid-ucc6aGo4Oz .mbr-section-title,
.cid-ucc6aGo4Oz .mbr-section-btn {
  text-align: center;
  color: #a71109;
}
.cid-ucc5qMpTU4 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ucc5qMpTU4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucc5qMpTU4 .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-ucc5qMpTU4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucc5qMpTU4 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ucc5qMpTU4 .text-wrapper {
    padding: 2rem;
  }
}
.cid-ucc6jAYTTM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ucc6jAYTTM .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucc6jAYTTM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucc6jAYTTM .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-ucc6jAYTTM .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-ucc6jAYTTM .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-ucc6jAYTTM .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-ucc6jAYTTM .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #1dcff3 !important;
}
.cid-ucc6jAYTTM .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-ucc6jAYTTM .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ucc6jAYTTM .text-wrapper {
    margin: 0 30px;
  }
}
.cid-ucc6jAYTTM .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ucc6jAYTTM .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-ucc6jAYTTM .mbr-section-title {
  color: #FFFFFF;
}
.cid-ucc6jAYTTM .mbr-section-title,
.cid-ucc6jAYTTM .mbr-section-btn {
  text-align: center;
  color: #a71109;
}
.cid-ucc5sfJQA1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ucc5sfJQA1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucc5sfJQA1 .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-ucc5sfJQA1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucc5sfJQA1 .row {
  flex-direction: row-reverse;
}
.cid-ucc5sfJQA1 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ucc5sfJQA1 .text-wrapper {
    padding: 2rem;
  }
}
.cid-ucc51fhS5V {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ucc51fhS5V .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucc51fhS5V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucc51fhS5V .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-ucc51fhS5V .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-ucc51fhS5V .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-ucc51fhS5V .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-ucc51fhS5V .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #1dcff3 !important;
}
.cid-ucc51fhS5V .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-ucc51fhS5V .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ucc51fhS5V .text-wrapper {
    margin: 0 30px;
  }
}
.cid-ucc51fhS5V .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ucc51fhS5V .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-ucc51fhS5V .mbr-section-title {
  color: #FFFFFF;
}
.cid-ucc51fhS5V .mbr-section-title,
.cid-ucc51fhS5V .mbr-section-btn {
  text-align: center;
  color: #a71109;
}
.cid-ucc5tqoKob {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ucc5tqoKob .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucc5tqoKob .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-ucc5tqoKob .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucc5tqoKob img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ucc5tqoKob .text-wrapper {
    padding: 2rem;
  }
}
.cid-ucc6hv7EXZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ucc6hv7EXZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucc6hv7EXZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucc6hv7EXZ .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-ucc6hv7EXZ .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-ucc6hv7EXZ .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-ucc6hv7EXZ .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-ucc6hv7EXZ .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #1dcff3 !important;
}
.cid-ucc6hv7EXZ .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-ucc6hv7EXZ .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ucc6hv7EXZ .text-wrapper {
    margin: 0 30px;
  }
}
.cid-ucc6hv7EXZ .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ucc6hv7EXZ .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-ucc6hv7EXZ .mbr-section-title {
  color: #FFFFFF;
}
.cid-ucc6hv7EXZ .mbr-section-title,
.cid-ucc6hv7EXZ .mbr-section-btn {
  text-align: center;
  color: #a71109;
}
.cid-ucc5vqvk0U {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ucc5vqvk0U .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucc5vqvk0U .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-ucc5vqvk0U .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucc5vqvk0U .row {
  flex-direction: row-reverse;
}
.cid-ucc5vqvk0U img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ucc5vqvk0U .text-wrapper {
    padding: 2rem;
  }
}
.cid-ucc6ekLYBI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ucc6ekLYBI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucc6ekLYBI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucc6ekLYBI .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-ucc6ekLYBI .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-ucc6ekLYBI .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-ucc6ekLYBI .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-ucc6ekLYBI .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #1dcff3 !important;
}
.cid-ucc6ekLYBI .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-ucc6ekLYBI .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ucc6ekLYBI .text-wrapper {
    margin: 0 30px;
  }
}
.cid-ucc6ekLYBI .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ucc6ekLYBI .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-ucc6ekLYBI .mbr-section-title {
  color: #FFFFFF;
}
.cid-ucc6ekLYBI .mbr-section-title,
.cid-ucc6ekLYBI .mbr-section-btn {
  text-align: center;
  color: #a71109;
}
.cid-ucc5xavT8y {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ucc5xavT8y .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucc5xavT8y .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-ucc5xavT8y .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucc5xavT8y img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ucc5xavT8y .text-wrapper {
    padding: 2rem;
  }
}
.cid-ucc6f55iLq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ucc6f55iLq .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucc6f55iLq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucc6f55iLq .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-ucc6f55iLq .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-ucc6f55iLq .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-ucc6f55iLq .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-ucc6f55iLq .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #1dcff3 !important;
}
.cid-ucc6f55iLq .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-ucc6f55iLq .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ucc6f55iLq .text-wrapper {
    margin: 0 30px;
  }
}
.cid-ucc6f55iLq .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ucc6f55iLq .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-ucc6f55iLq .mbr-section-title {
  color: #FFFFFF;
}
.cid-ucc6f55iLq .mbr-section-title,
.cid-ucc6f55iLq .mbr-section-btn {
  text-align: center;
  color: #a71109;
}
.cid-ucc5yGCXsU {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ucc5yGCXsU .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucc5yGCXsU .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-ucc5yGCXsU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ucc5yGCXsU .row {
  flex-direction: row-reverse;
}
.cid-ucc5yGCXsU img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ucc5yGCXsU .text-wrapper {
    padding: 2rem;
  }
}
.cid-ucc6gi2FPG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ucc6gi2FPG .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucc6gi2FPG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucc6gi2FPG .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-ucc6gi2FPG .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-ucc6gi2FPG .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-ucc6gi2FPG .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-ucc6gi2FPG .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #1dcff3 !important;
}
.cid-ucc6gi2FPG .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-ucc6gi2FPG .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ucc6gi2FPG .text-wrapper {
    margin: 0 30px;
  }
}
.cid-ucc6gi2FPG .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ucc6gi2FPG .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-ucc6gi2FPG .mbr-section-title {
  color: #FFFFFF;
}
.cid-ucc6gi2FPG .mbr-section-title,
.cid-ucc6gi2FPG .mbr-section-btn {
  text-align: center;
  color: #a71109;
}
.cid-ucEbrPrEqI {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/rsi-201102-1404x642.gif");
}
.cid-ucEbrPrEqI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucEbrPrEqI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucEbrPrEqI .mbr-section-title {
  color: #edefeb;
}
.cid-ucEbrPrEqI .mbr-text,
.cid-ucEbrPrEqI .mbr-section-btn {
  color: #edefeb;
}
.cid-ucEbrPrEqI .mbr-section-subtitle {
  color: #edefeb;
}
.cid-ucEbrPS2wb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-ucEbrPS2wb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucEbrPS2wb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucEbrPS2wb .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-ucEbrPS2wb .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-ucEbrPS2wb .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-ucEbrPS2wb .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: #ffa600;
  color: #124ad6;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-ucEbrPS2wb .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #1dcff3 !important;
}
.cid-ucEbrPS2wb .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-ucEbrPS2wb .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ucEbrPS2wb .text-wrapper {
    margin: 0 30px;
  }
}
.cid-ucEbrPS2wb .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ucEbrPS2wb .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-ucEbrPS2wb .mbr-section-title {
  color: #FFFFFF;
}
.cid-ucEbrPS2wb .mbr-section-title,
.cid-ucEbrPS2wb .mbr-section-btn {
  text-align: center;
  color: #a71109;
}
.cid-ucED6TBT64 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-ucED6TBT64 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucED6TBT64 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucED6TBT64 .mbr-section-btn {
  opacity: 0;
  transition-delay: 0.1s;
  z-index: 1;
  position: relative;
  margin: auto;
}
.cid-ucED6TBT64 .content-head {
  max-width: 800px;
}
.cid-ucED6TBT64 .card1 {
  background-image: url("../../../assets/images/rsi-people-001-936x996.gif");
  background-size: cover;
  background-position: center center;
}
.cid-ucED6TBT64 .card1:before {
  background: #ffc195;
}
.cid-ucED6TBT64 .card2 {
  background-image: url("../../../assets/images/rsi-people-002-936x1020.gif");
  background-size: cover;
  background-position: center center;
}
.cid-ucED6TBT64 .card2:before {
  background: #ffd7ef;
}
.cid-ucED6TBT64 .card3 {
  background-image: url("../../../assets/images/rsi-people-004-936x1088.gif");
  background-size: cover;
  background-position: center center;
}
.cid-ucED6TBT64 .card3:before {
  background: #ffea64;
}
.cid-ucED6TBT64 .card4 {
  background-image: url("../../../assets/images/rsi-people-003-912x825.gif");
  background-size: cover;
  background-position: center center;
}
.cid-ucED6TBT64 .card4:before {
  background: #9fe870;
}
.cid-ucED6TBT64 .content-wrap {
  margin: auto;
  display: flex;
  height: 100%;
}
.cid-ucED6TBT64 .card-wrap {
  border-radius: inherit;
  height: 400px;
  position: relative;
  transition: all 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ucED6TBT64 .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-ucED6TBT64 .card-wrap:before {
  content: "";
  position: absolute;
  border-radius: inherit;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition-delay: 0.1s;
  opacity: 0;
}
.cid-ucED6TBT64 .card {
  transition: transform 0.6s;
}
.cid-ucED6TBT64 .card:hover .card-wrap,
.cid-ucED6TBT64 .card:focus-within .card-wrap {
  transform: rotateY(180deg);
}
.cid-ucED6TBT64 .card:hover .card-wrap:before,
.cid-ucED6TBT64 .card:focus-within .card-wrap:before {
  opacity: 1;
}
.cid-ucED6TBT64 .card:hover .mbr-section-btn,
.cid-ucED6TBT64 .card:focus-within .mbr-section-btn {
  opacity: 1;
  transform: rotateY(180deg);
}
@media (max-width: 767px) {
  .cid-ucED6TBT64 .card:hover .card-wrap {
    transform: none;
  }
  .cid-ucED6TBT64 .card:hover .card-wrap:before {
    opacity: 0.8;
  }
  .cid-ucED6TBT64 .card-wrap:before {
    opacity: 0.8;
  }
  .cid-ucED6TBT64 .card-wrap:hover {
    transform: none;
  }
  .cid-ucED6TBT64 .card-wrap:hover .mbr-section-btn {
    transform: none;
  }
  .cid-ucED6TBT64 .mbr-section-btn {
    opacity: 1;
  }
}
.cid-ucEbrQxZuo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-ucEbrQxZuo .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucEbrQxZuo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucEbrQxZuo .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-ucEbrQxZuo .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-ucEbrQxZuo .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-ucEbrQxZuo .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: #ffa600;
  color: #124ad6;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-ucEbrQxZuo .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #1dcff3 !important;
}
.cid-ucEbrQxZuo .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-ucEbrQxZuo .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ucEbrQxZuo .text-wrapper {
    margin: 0 30px;
  }
}
.cid-ucEbrQxZuo .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ucEbrQxZuo .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-ucEbrQxZuo .mbr-section-title {
  color: #FFFFFF;
}
.cid-ucEbrQxZuo .mbr-section-title,
.cid-ucEbrQxZuo .mbr-section-btn {
  text-align: center;
  color: #a71109;
}
.cid-ucElWh9EyY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-ucElWh9EyY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucElWh9EyY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucElWh9EyY .mbr-section-btn {
  opacity: 0;
  transition-delay: 0.1s;
  z-index: 1;
  position: relative;
  margin: auto;
}
.cid-ucElWh9EyY .content-head {
  max-width: 800px;
}
.cid-ucElWh9EyY .card1 {
  background-image: url("../../../assets/images/rsi-people-005-936x1404-1.png");
  background-size: cover;
  background-position: center center;
}
.cid-ucElWh9EyY .card1:before {
  background: #ffc195;
}
.cid-ucElWh9EyY .card2 {
  background-image: url("../../../assets/images/rsi-people-006-936x1128.gif");
  background-size: cover;
  background-position: center center;
}
.cid-ucElWh9EyY .card2:before {
  background: #ffd7ef;
}
.cid-ucElWh9EyY .card3 {
  background-image: url("../../../assets/images/rsi-people-007-936x1404.gif");
  background-size: cover;
  background-position: center center;
}
.cid-ucElWh9EyY .card3:before {
  background: #ffea64;
}
.cid-ucElWh9EyY .card4 {
  background-image: url("../../../assets/images/rsi-people-008-728x860.gif");
  background-size: cover;
  background-position: center center;
}
.cid-ucElWh9EyY .card4:before {
  background: #9fe870;
}
.cid-ucElWh9EyY .content-wrap {
  margin: auto;
  display: flex;
  height: 100%;
}
.cid-ucElWh9EyY .card-wrap {
  border-radius: inherit;
  height: 400px;
  position: relative;
  transition: all 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ucElWh9EyY .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-ucElWh9EyY .card-wrap:before {
  content: "";
  position: absolute;
  border-radius: inherit;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition-delay: 0.1s;
  opacity: 0;
}
.cid-ucElWh9EyY .card {
  transition: transform 0.6s;
}
.cid-ucElWh9EyY .card:hover .card-wrap,
.cid-ucElWh9EyY .card:focus-within .card-wrap {
  transform: rotateY(180deg);
}
.cid-ucElWh9EyY .card:hover .card-wrap:before,
.cid-ucElWh9EyY .card:focus-within .card-wrap:before {
  opacity: 1;
}
.cid-ucElWh9EyY .card:hover .mbr-section-btn,
.cid-ucElWh9EyY .card:focus-within .mbr-section-btn {
  opacity: 1;
  transform: rotateY(180deg);
}
@media (max-width: 767px) {
  .cid-ucElWh9EyY .card:hover .card-wrap {
    transform: none;
  }
  .cid-ucElWh9EyY .card:hover .card-wrap:before {
    opacity: 0.8;
  }
  .cid-ucElWh9EyY .card-wrap:before {
    opacity: 0.8;
  }
  .cid-ucElWh9EyY .card-wrap:hover {
    transform: none;
  }
  .cid-ucElWh9EyY .card-wrap:hover .mbr-section-btn {
    transform: none;
  }
  .cid-ucElWh9EyY .mbr-section-btn {
    opacity: 1;
  }
}
.cid-ucEbrRaEcv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-ucEbrRaEcv .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucEbrRaEcv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucEbrRaEcv .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-ucEbrRaEcv .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-ucEbrRaEcv .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-ucEbrRaEcv .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: #ffa600;
  color: #124ad6;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-ucEbrRaEcv .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #1dcff3 !important;
}
.cid-ucEbrRaEcv .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-ucEbrRaEcv .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ucEbrRaEcv .text-wrapper {
    margin: 0 30px;
  }
}
.cid-ucEbrRaEcv .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ucEbrRaEcv .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-ucEbrRaEcv .mbr-section-title {
  color: #FFFFFF;
}
.cid-ucEbrRaEcv .mbr-section-title,
.cid-ucEbrRaEcv .mbr-section-btn {
  text-align: center;
  color: #a71109;
}
.cid-ucElY9zVYV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-ucElY9zVYV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucElY9zVYV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucElY9zVYV .mbr-section-btn {
  opacity: 0;
  transition-delay: 0.1s;
  z-index: 1;
  position: relative;
  margin: auto;
}
.cid-ucElY9zVYV .content-head {
  max-width: 800px;
}
.cid-ucElY9zVYV .card1 {
  background-image: url("../../../assets/images/rsi-people-009-786x1179.gif");
  background-size: cover;
  background-position: center center;
}
.cid-ucElY9zVYV .card1:before {
  background: #ffc195;
}
.cid-ucElY9zVYV .card2 {
  background-image: url("../../../assets/images/rsi-people-010-936x1404.gif");
  background-size: cover;
  background-position: center center;
}
.cid-ucElY9zVYV .card2:before {
  background: #ffd7ef;
}
.cid-ucElY9zVYV .card3 {
  background-image: url("../../../assets/images/rsi-people-011-759x928.gif");
  background-size: cover;
  background-position: center center;
}
.cid-ucElY9zVYV .card3:before {
  background: #ffea64;
}
.cid-ucElY9zVYV .card4 {
  background-image: url("../../../assets/images/rsi-people-012-954x1514.gif");
  background-size: cover;
  background-position: center center;
}
.cid-ucElY9zVYV .card4:before {
  background: #9fe870;
}
.cid-ucElY9zVYV .content-wrap {
  margin: auto;
  display: flex;
  height: 100%;
}
.cid-ucElY9zVYV .card-wrap {
  border-radius: inherit;
  height: 400px;
  position: relative;
  transition: all 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ucElY9zVYV .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-ucElY9zVYV .card-wrap:before {
  content: "";
  position: absolute;
  border-radius: inherit;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition-delay: 0.1s;
  opacity: 0;
}
.cid-ucElY9zVYV .card {
  transition: transform 0.6s;
}
.cid-ucElY9zVYV .card:hover .card-wrap,
.cid-ucElY9zVYV .card:focus-within .card-wrap {
  transform: rotateY(180deg);
}
.cid-ucElY9zVYV .card:hover .card-wrap:before,
.cid-ucElY9zVYV .card:focus-within .card-wrap:before {
  opacity: 1;
}
.cid-ucElY9zVYV .card:hover .mbr-section-btn,
.cid-ucElY9zVYV .card:focus-within .mbr-section-btn {
  opacity: 1;
  transform: rotateY(180deg);
}
@media (max-width: 767px) {
  .cid-ucElY9zVYV .card:hover .card-wrap {
    transform: none;
  }
  .cid-ucElY9zVYV .card:hover .card-wrap:before {
    opacity: 0.8;
  }
  .cid-ucElY9zVYV .card-wrap:before {
    opacity: 0.8;
  }
  .cid-ucElY9zVYV .card-wrap:hover {
    transform: none;
  }
  .cid-ucElY9zVYV .card-wrap:hover .mbr-section-btn {
    transform: none;
  }
  .cid-ucElY9zVYV .mbr-section-btn {
    opacity: 1;
  }
}
.cid-ucEbrRMtW3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-ucEbrRMtW3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucEbrRMtW3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucEbrRMtW3 .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-ucEbrRMtW3 .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-ucEbrRMtW3 .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-ucEbrRMtW3 .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: #ffa600;
  color: #124ad6;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-ucEbrRMtW3 .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #1dcff3 !important;
}
.cid-ucEbrRMtW3 .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-ucEbrRMtW3 .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ucEbrRMtW3 .text-wrapper {
    margin: 0 30px;
  }
}
.cid-ucEbrRMtW3 .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ucEbrRMtW3 .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-ucEbrRMtW3 .mbr-section-title {
  color: #FFFFFF;
}
.cid-ucEbrRMtW3 .mbr-section-title,
.cid-ucEbrRMtW3 .mbr-section-btn {
  text-align: center;
  color: #a71109;
}
.cid-ucElZJ5zDT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-ucElZJ5zDT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucElZJ5zDT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucElZJ5zDT .mbr-section-btn {
  opacity: 0;
  transition-delay: 0.1s;
  z-index: 1;
  position: relative;
  margin: auto;
}
.cid-ucElZJ5zDT .content-head {
  max-width: 800px;
}
.cid-ucElZJ5zDT .card1 {
  background-image: url("../../../assets/images/rsi-people-013-928x1392.gif");
  background-size: cover;
  background-position: center center;
}
.cid-ucElZJ5zDT .card1:before {
  background: #ffc195;
}
.cid-ucElZJ5zDT .card2 {
  background-image: url("../../../assets/images/rsi-people-014-928x1392.gif");
  background-size: cover;
  background-position: center center;
}
.cid-ucElZJ5zDT .card2:before {
  background: #ffd7ef;
}
.cid-ucElZJ5zDT .card3 {
  background-image: url("../../../assets/images/team3.jpg");
  background-size: cover;
  background-position: center center;
}
.cid-ucElZJ5zDT .card3:before {
  background: #ffea64;
}
.cid-ucElZJ5zDT .card4 {
  background-image: url("../../../assets/images/team4.jpg");
  background-size: cover;
  background-position: center center;
}
.cid-ucElZJ5zDT .card4:before {
  background: #9fe870;
}
.cid-ucElZJ5zDT .content-wrap {
  margin: auto;
  display: flex;
  height: 100%;
}
.cid-ucElZJ5zDT .card-wrap {
  border-radius: inherit;
  height: 400px;
  position: relative;
  transition: all 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ucElZJ5zDT .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-ucElZJ5zDT .card-wrap:before {
  content: "";
  position: absolute;
  border-radius: inherit;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition-delay: 0.1s;
  opacity: 0;
}
.cid-ucElZJ5zDT .card {
  transition: transform 0.6s;
}
.cid-ucElZJ5zDT .card:hover .card-wrap,
.cid-ucElZJ5zDT .card:focus-within .card-wrap {
  transform: rotateY(180deg);
}
.cid-ucElZJ5zDT .card:hover .card-wrap:before,
.cid-ucElZJ5zDT .card:focus-within .card-wrap:before {
  opacity: 1;
}
.cid-ucElZJ5zDT .card:hover .mbr-section-btn,
.cid-ucElZJ5zDT .card:focus-within .mbr-section-btn {
  opacity: 1;
  transform: rotateY(180deg);
}
@media (max-width: 767px) {
  .cid-ucElZJ5zDT .card:hover .card-wrap {
    transform: none;
  }
  .cid-ucElZJ5zDT .card:hover .card-wrap:before {
    opacity: 0.8;
  }
  .cid-ucElZJ5zDT .card-wrap:before {
    opacity: 0.8;
  }
  .cid-ucElZJ5zDT .card-wrap:hover {
    transform: none;
  }
  .cid-ucElZJ5zDT .card-wrap:hover .mbr-section-btn {
    transform: none;
  }
  .cid-ucElZJ5zDT .mbr-section-btn {
    opacity: 1;
  }
}
.cid-ucEbrSrDti {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-ucEbrSrDti .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucEbrSrDti .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucEbrSrDti .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-ucEbrSrDti .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-ucEbrSrDti .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-ucEbrSrDti .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: #ffa600;
  color: #124ad6;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-ucEbrSrDti .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #1dcff3 !important;
}
.cid-ucEbrSrDti .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-ucEbrSrDti .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ucEbrSrDti .text-wrapper {
    margin: 0 30px;
  }
}
.cid-ucEbrSrDti .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ucEbrSrDti .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-ucEbrSrDti .mbr-section-title {
  color: #FFFFFF;
}
.cid-ucEbrSrDti .mbr-section-title,
.cid-ucEbrSrDti .mbr-section-btn {
  text-align: center;
  color: #a71109;
}
.cid-ucEm0N86et {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-ucEm0N86et .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucEm0N86et .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucEm0N86et .mbr-section-btn {
  opacity: 0;
  transition-delay: 0.1s;
  z-index: 1;
  position: relative;
  margin: auto;
}
.cid-ucEm0N86et .content-head {
  max-width: 800px;
}
.cid-ucEm0N86et .card1 {
  background-image: url("../../../assets/images/team1.jpg");
  background-size: cover;
  background-position: center center;
}
.cid-ucEm0N86et .card1:before {
  background: #ffc195;
}
.cid-ucEm0N86et .card2 {
  background-image: url("../../../assets/images/team2.jpg");
  background-size: cover;
  background-position: center center;
}
.cid-ucEm0N86et .card2:before {
  background: #ffd7ef;
}
.cid-ucEm0N86et .card3 {
  background-image: url("../../../assets/images/team3.jpg");
  background-size: cover;
  background-position: center center;
}
.cid-ucEm0N86et .card3:before {
  background: #ffea64;
}
.cid-ucEm0N86et .card4 {
  background-image: url("../../../assets/images/team4.jpg");
  background-size: cover;
  background-position: center center;
}
.cid-ucEm0N86et .card4:before {
  background: #9fe870;
}
.cid-ucEm0N86et .content-wrap {
  margin: auto;
  display: flex;
  height: 100%;
}
.cid-ucEm0N86et .card-wrap {
  border-radius: inherit;
  height: 400px;
  position: relative;
  transition: all 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ucEm0N86et .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-ucEm0N86et .card-wrap:before {
  content: "";
  position: absolute;
  border-radius: inherit;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition-delay: 0.1s;
  opacity: 0;
}
.cid-ucEm0N86et .card {
  transition: transform 0.6s;
}
.cid-ucEm0N86et .card:hover .card-wrap,
.cid-ucEm0N86et .card:focus-within .card-wrap {
  transform: rotateY(180deg);
}
.cid-ucEm0N86et .card:hover .card-wrap:before,
.cid-ucEm0N86et .card:focus-within .card-wrap:before {
  opacity: 1;
}
.cid-ucEm0N86et .card:hover .mbr-section-btn,
.cid-ucEm0N86et .card:focus-within .mbr-section-btn {
  opacity: 1;
  transform: rotateY(180deg);
}
@media (max-width: 767px) {
  .cid-ucEm0N86et .card:hover .card-wrap {
    transform: none;
  }
  .cid-ucEm0N86et .card:hover .card-wrap:before {
    opacity: 0.8;
  }
  .cid-ucEm0N86et .card-wrap:before {
    opacity: 0.8;
  }
  .cid-ucEm0N86et .card-wrap:hover {
    transform: none;
  }
  .cid-ucEm0N86et .card-wrap:hover .mbr-section-btn {
    transform: none;
  }
  .cid-ucEm0N86et .mbr-section-btn {
    opacity: 1;
  }
}
.cid-ucEbrT4yFN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-ucEbrT4yFN .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucEbrT4yFN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucEbrT4yFN .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-ucEbrT4yFN .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-ucEbrT4yFN .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-ucEbrT4yFN .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: #ffa600;
  color: #124ad6;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-ucEbrT4yFN .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #1dcff3 !important;
}
.cid-ucEbrT4yFN .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-ucEbrT4yFN .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ucEbrT4yFN .text-wrapper {
    margin: 0 30px;
  }
}
.cid-ucEbrT4yFN .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ucEbrT4yFN .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-ucEbrT4yFN .mbr-section-title {
  color: #FFFFFF;
}
.cid-ucEbrT4yFN .mbr-section-title,
.cid-ucEbrT4yFN .mbr-section-btn {
  text-align: center;
  color: #a71109;
}
.cid-ucEm2pWJpe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-ucEm2pWJpe .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucEm2pWJpe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucEm2pWJpe .mbr-section-btn {
  opacity: 0;
  transition-delay: 0.1s;
  z-index: 1;
  position: relative;
  margin: auto;
}
.cid-ucEm2pWJpe .content-head {
  max-width: 800px;
}
.cid-ucEm2pWJpe .card1 {
  background-image: url("../../../assets/images/team1.jpg");
  background-size: cover;
  background-position: center center;
}
.cid-ucEm2pWJpe .card1:before {
  background: #ffc195;
}
.cid-ucEm2pWJpe .card2 {
  background-image: url("../../../assets/images/team2.jpg");
  background-size: cover;
  background-position: center center;
}
.cid-ucEm2pWJpe .card2:before {
  background: #ffd7ef;
}
.cid-ucEm2pWJpe .card3 {
  background-image: url("../../../assets/images/team3.jpg");
  background-size: cover;
  background-position: center center;
}
.cid-ucEm2pWJpe .card3:before {
  background: #ffea64;
}
.cid-ucEm2pWJpe .card4 {
  background-image: url("../../../assets/images/team4.jpg");
  background-size: cover;
  background-position: center center;
}
.cid-ucEm2pWJpe .card4:before {
  background: #9fe870;
}
.cid-ucEm2pWJpe .content-wrap {
  margin: auto;
  display: flex;
  height: 100%;
}
.cid-ucEm2pWJpe .card-wrap {
  border-radius: inherit;
  height: 400px;
  position: relative;
  transition: all 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ucEm2pWJpe .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-ucEm2pWJpe .card-wrap:before {
  content: "";
  position: absolute;
  border-radius: inherit;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition-delay: 0.1s;
  opacity: 0;
}
.cid-ucEm2pWJpe .card {
  transition: transform 0.6s;
}
.cid-ucEm2pWJpe .card:hover .card-wrap,
.cid-ucEm2pWJpe .card:focus-within .card-wrap {
  transform: rotateY(180deg);
}
.cid-ucEm2pWJpe .card:hover .card-wrap:before,
.cid-ucEm2pWJpe .card:focus-within .card-wrap:before {
  opacity: 1;
}
.cid-ucEm2pWJpe .card:hover .mbr-section-btn,
.cid-ucEm2pWJpe .card:focus-within .mbr-section-btn {
  opacity: 1;
  transform: rotateY(180deg);
}
@media (max-width: 767px) {
  .cid-ucEm2pWJpe .card:hover .card-wrap {
    transform: none;
  }
  .cid-ucEm2pWJpe .card:hover .card-wrap:before {
    opacity: 0.8;
  }
  .cid-ucEm2pWJpe .card-wrap:before {
    opacity: 0.8;
  }
  .cid-ucEm2pWJpe .card-wrap:hover {
    transform: none;
  }
  .cid-ucEm2pWJpe .card-wrap:hover .mbr-section-btn {
    transform: none;
  }
  .cid-ucEm2pWJpe .mbr-section-btn {
    opacity: 1;
  }
}
.cid-ucEbrTJdwr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-ucEbrTJdwr .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucEbrTJdwr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucEbrTJdwr .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-ucEbrTJdwr .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-ucEbrTJdwr .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-ucEbrTJdwr .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: #ffa600;
  color: #124ad6;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-ucEbrTJdwr .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #1dcff3 !important;
}
.cid-ucEbrTJdwr .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-ucEbrTJdwr .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ucEbrTJdwr .text-wrapper {
    margin: 0 30px;
  }
}
.cid-ucEbrTJdwr .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ucEbrTJdwr .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-ucEbrTJdwr .mbr-section-title {
  color: #FFFFFF;
}
.cid-ucEbrTJdwr .mbr-section-title,
.cid-ucEbrTJdwr .mbr-section-btn {
  text-align: center;
  color: #a71109;
}
.cid-ucEm40Xhta {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-ucEm40Xhta .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucEm40Xhta .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucEm40Xhta .mbr-section-btn {
  opacity: 0;
  transition-delay: 0.1s;
  z-index: 1;
  position: relative;
  margin: auto;
}
.cid-ucEm40Xhta .content-head {
  max-width: 800px;
}
.cid-ucEm40Xhta .card1 {
  background-image: url("../../../assets/images/team1.jpg");
  background-size: cover;
  background-position: center center;
}
.cid-ucEm40Xhta .card1:before {
  background: #ffc195;
}
.cid-ucEm40Xhta .card2 {
  background-image: url("../../../assets/images/team2.jpg");
  background-size: cover;
  background-position: center center;
}
.cid-ucEm40Xhta .card2:before {
  background: #ffd7ef;
}
.cid-ucEm40Xhta .card3 {
  background-image: url("../../../assets/images/team3.jpg");
  background-size: cover;
  background-position: center center;
}
.cid-ucEm40Xhta .card3:before {
  background: #ffea64;
}
.cid-ucEm40Xhta .card4 {
  background-image: url("../../../assets/images/team4.jpg");
  background-size: cover;
  background-position: center center;
}
.cid-ucEm40Xhta .card4:before {
  background: #9fe870;
}
.cid-ucEm40Xhta .content-wrap {
  margin: auto;
  display: flex;
  height: 100%;
}
.cid-ucEm40Xhta .card-wrap {
  border-radius: inherit;
  height: 400px;
  position: relative;
  transition: all 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ucEm40Xhta .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-ucEm40Xhta .card-wrap:before {
  content: "";
  position: absolute;
  border-radius: inherit;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition-delay: 0.1s;
  opacity: 0;
}
.cid-ucEm40Xhta .card {
  transition: transform 0.6s;
}
.cid-ucEm40Xhta .card:hover .card-wrap,
.cid-ucEm40Xhta .card:focus-within .card-wrap {
  transform: rotateY(180deg);
}
.cid-ucEm40Xhta .card:hover .card-wrap:before,
.cid-ucEm40Xhta .card:focus-within .card-wrap:before {
  opacity: 1;
}
.cid-ucEm40Xhta .card:hover .mbr-section-btn,
.cid-ucEm40Xhta .card:focus-within .mbr-section-btn {
  opacity: 1;
  transform: rotateY(180deg);
}
@media (max-width: 767px) {
  .cid-ucEm40Xhta .card:hover .card-wrap {
    transform: none;
  }
  .cid-ucEm40Xhta .card:hover .card-wrap:before {
    opacity: 0.8;
  }
  .cid-ucEm40Xhta .card-wrap:before {
    opacity: 0.8;
  }
  .cid-ucEm40Xhta .card-wrap:hover {
    transform: none;
  }
  .cid-ucEm40Xhta .card-wrap:hover .mbr-section-btn {
    transform: none;
  }
  .cid-ucEm40Xhta .mbr-section-btn {
    opacity: 1;
  }
}
.cid-ucEbrUrlLm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #edefeb;
}
.cid-ucEbrUrlLm .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucEbrUrlLm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucEbrUrlLm .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-ucEbrUrlLm .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-ucEbrUrlLm .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-ucEbrUrlLm .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: #ffa600;
  color: #124ad6;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-ucEbrUrlLm .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #1dcff3 !important;
}
.cid-ucEbrUrlLm .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-ucEbrUrlLm .text-wrapper {
  margin: 0 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ucEbrUrlLm .text-wrapper {
    margin: 0 30px;
  }
}
.cid-ucEbrUrlLm .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-ucEbrUrlLm .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-ucEbrUrlLm .mbr-section-title {
  color: #FFFFFF;
}
.cid-ucEbrUrlLm .mbr-section-title,
.cid-ucEbrUrlLm .mbr-section-btn {
  text-align: center;
  color: #a71109;
}
