body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 1.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 2rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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: 1.28rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.12rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ff5500 !important;
}
.bg-success {
  background-color: #bbbbbb !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff5500 !important;
  border-color: #ff5500 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #a83800 !important;
  border-color: #a83800 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a83800 !important;
  border-color: #a83800 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff5500 !important;
  border-color: #ff5500 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #a83800 !important;
  border-color: #a83800 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #a83800 !important;
  border-color: #a83800 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #909090 !important;
  border-color: #909090 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #909090 !important;
  border-color: #909090 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff5500;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a83800 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff5500 !important;
  border-color: #ff5500 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff5500;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a83800 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff5500 !important;
  border-color: #ff5500 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #bbbbbb;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #909090 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ff5500 !important;
}
.text-secondary {
  color: #ff5500 !important;
}
.text-success {
  color: #bbbbbb !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #993300 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #993300 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #888888 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ff5500;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff5500;
  border-color: #ff5500;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ff5500;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffddcc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fbfbfb;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ff5500 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #ff5500;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff5500;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff5500;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff5500;
  border-bottom-color: #ff5500;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #ff5500 !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: #ff5500 !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='%23ff5500' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-tgAX4Ry6DG {
  z-index: 1000;
  width: 100%;
}
.cid-tgAX4Ry6DG nav.navbar {
  position: fixed;
}
.cid-tgAX4Ry6DG .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tgAX4Ry6DG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tgAX4Ry6DG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tgAX4Ry6DG .dropdown-item:hover,
.cid-tgAX4Ry6DG .dropdown-item:focus {
  background: #ff5500 !important;
  color: white !important;
}
.cid-tgAX4Ry6DG .dropdown-item:hover span {
  color: white;
}
.cid-tgAX4Ry6DG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tgAX4Ry6DG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tgAX4Ry6DG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tgAX4Ry6DG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tgAX4Ry6DG .nav-link {
  position: relative;
}
.cid-tgAX4Ry6DG .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tgAX4Ry6DG .container {
    flex-wrap: nowrap;
  }
}
.cid-tgAX4Ry6DG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tgAX4Ry6DG .dropdown-menu,
.cid-tgAX4Ry6DG .navbar.opened {
  background: #ffffff !important;
}
.cid-tgAX4Ry6DG .nav-item:focus,
.cid-tgAX4Ry6DG .nav-link:focus {
  outline: none;
}
.cid-tgAX4Ry6DG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tgAX4Ry6DG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tgAX4Ry6DG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tgAX4Ry6DG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tgAX4Ry6DG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgAX4Ry6DG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgAX4Ry6DG .navbar {
  min-height: 220px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
}
.cid-tgAX4Ry6DG .navbar.opened {
  transition: all 0.3s;
}
.cid-tgAX4Ry6DG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tgAX4Ry6DG .navbar .navbar-logo img {
  width: auto;
}
.cid-tgAX4Ry6DG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tgAX4Ry6DG .navbar.collapsed {
  justify-content: center;
}
.cid-tgAX4Ry6DG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgAX4Ry6DG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tgAX4Ry6DG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgAX4Ry6DG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tgAX4Ry6DG .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-tgAX4Ry6DG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgAX4Ry6DG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tgAX4Ry6DG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tgAX4Ry6DG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgAX4Ry6DG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgAX4Ry6DG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgAX4Ry6DG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tgAX4Ry6DG .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-tgAX4Ry6DG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tgAX4Ry6DG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgAX4Ry6DG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tgAX4Ry6DG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: fit-content;
    word-break: break-word;
    padding-right: 0rem;
  }
  .cid-tgAX4Ry6DG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tgAX4Ry6DG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tgAX4Ry6DG .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tgAX4Ry6DG .navbar.navbar-short {
  min-height: 60px;
}
.cid-tgAX4Ry6DG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tgAX4Ry6DG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tgAX4Ry6DG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tgAX4Ry6DG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tgAX4Ry6DG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgAX4Ry6DG .dropdown-item.active,
.cid-tgAX4Ry6DG .dropdown-item:active {
  background-color: transparent;
}
.cid-tgAX4Ry6DG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tgAX4Ry6DG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tgAX4Ry6DG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tgAX4Ry6DG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tgAX4Ry6DG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tgAX4Ry6DG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgAX4Ry6DG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tgAX4Ry6DG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tgAX4Ry6DG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tgAX4Ry6DG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff5500;
}
.cid-tgAX4Ry6DG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tgAX4Ry6DG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgAX4Ry6DG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgAX4Ry6DG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tgAX4Ry6DG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgAX4Ry6DG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tgAX4Ry6DG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tgAX4Ry6DG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgAX4Ry6DG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tgAX4Ry6DG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tgAX4Ry6DG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tgAX4Ry6DG .navbar {
    height: 70px;
  }
  .cid-tgAX4Ry6DG .navbar.opened {
    height: auto;
  }
  .cid-tgAX4Ry6DG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgANaTuQYe {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tgANaTuQYe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgANaTuQYe .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-tgANaTuQYe .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tgANaTuQYe .row {
  flex-direction: row-reverse;
}
.cid-tgANaTuQYe img {
  width: 100%;
}
.cid-tgANaTuQYe .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-vepT6yEhXE {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vepT6yEhXE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vepT6yEhXE .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-vepT6yEhXE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vepT6yEhXE .row {
  flex-direction: row-reverse;
}
.cid-vepT6yEhXE img {
  width: 100%;
}
.cid-vepT6yEhXE .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-vepSuVDsD6 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vepSuVDsD6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vepSuVDsD6 .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-vepSuVDsD6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vepSuVDsD6 .row {
  flex-direction: row-reverse;
}
.cid-vepSuVDsD6 img {
  width: 100%;
}
.cid-vepSuVDsD6 .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-vepSwltaMW {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vepSwltaMW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vepSwltaMW .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-vepSwltaMW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vepSwltaMW .row {
  flex-direction: row-reverse;
}
.cid-vepSwltaMW img {
  width: 100%;
}
.cid-vepSwltaMW .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-vepRphI8IW {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vepRphI8IW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vepRphI8IW .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-vepRphI8IW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vepRphI8IW .row {
  flex-direction: row-reverse;
}
.cid-vepRphI8IW img {
  width: 100%;
}
.cid-vepRphI8IW .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-vepS259bJb {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vepS259bJb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vepS259bJb .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-vepS259bJb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vepS259bJb .row {
  flex-direction: row-reverse;
}
.cid-vepS259bJb img {
  width: 100%;
}
.cid-vepS259bJb .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-vepS3dGmOG {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vepS3dGmOG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vepS3dGmOG .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-vepS3dGmOG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vepS3dGmOG .row {
  flex-direction: row-reverse;
}
.cid-vepS3dGmOG img {
  width: 100%;
}
.cid-vepS3dGmOG .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-vepRruUQbh {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vepRruUQbh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vepRruUQbh .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-vepRruUQbh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vepRruUQbh .row {
  flex-direction: row-reverse;
}
.cid-vepRruUQbh img {
  width: 100%;
}
.cid-vepRruUQbh .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-vepRsCNbul {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vepRsCNbul .mbr-fallback-image.disabled {
  display: none;
}
.cid-vepRsCNbul .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-vepRsCNbul .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vepRsCNbul .row {
  flex-direction: row-reverse;
}
.cid-vepRsCNbul img {
  width: 100%;
}
.cid-vepRsCNbul .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-vepQz8XJ3g {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vepQz8XJ3g .mbr-fallback-image.disabled {
  display: none;
}
.cid-vepQz8XJ3g .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-vepQz8XJ3g .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vepQz8XJ3g .row {
  flex-direction: row-reverse;
}
.cid-vepQz8XJ3g img {
  width: 100%;
}
.cid-vepQz8XJ3g .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-vepQA5td7C {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vepQA5td7C .mbr-fallback-image.disabled {
  display: none;
}
.cid-vepQA5td7C .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-vepQA5td7C .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vepQA5td7C .row {
  flex-direction: row-reverse;
}
.cid-vepQA5td7C img {
  width: 100%;
}
.cid-vepQA5td7C .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-vepQB9QZ2c {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vepQB9QZ2c .mbr-fallback-image.disabled {
  display: none;
}
.cid-vepQB9QZ2c .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-vepQB9QZ2c .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vepQB9QZ2c .row {
  flex-direction: row-reverse;
}
.cid-vepQB9QZ2c img {
  width: 100%;
}
.cid-vepQB9QZ2c .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-vepPxoFm9G {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vepPxoFm9G .mbr-fallback-image.disabled {
  display: none;
}
.cid-vepPxoFm9G .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-vepPxoFm9G .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vepPxoFm9G .row {
  flex-direction: row-reverse;
}
.cid-vepPxoFm9G img {
  width: 100%;
}
.cid-vepPxoFm9G .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-vepPyGiAFT {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vepPyGiAFT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vepPyGiAFT .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-vepPyGiAFT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vepPyGiAFT .row {
  flex-direction: row-reverse;
}
.cid-vepPyGiAFT img {
  width: 100%;
}
.cid-vepPyGiAFT .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-vepPwnovo0 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vepPwnovo0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vepPwnovo0 .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-vepPwnovo0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vepPwnovo0 .row {
  flex-direction: row-reverse;
}
.cid-vepPwnovo0 img {
  width: 100%;
}
.cid-vepPwnovo0 .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-vepKXE5sSw {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vepKXE5sSw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vepKXE5sSw .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-vepKXE5sSw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vepKXE5sSw .row {
  flex-direction: row-reverse;
}
.cid-vepKXE5sSw img {
  width: 100%;
}
.cid-vepKXE5sSw .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-vepKVKxMBL {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vepKVKxMBL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vepKVKxMBL .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-vepKVKxMBL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vepKVKxMBL .row {
  flex-direction: row-reverse;
}
.cid-vepKVKxMBL img {
  width: 100%;
}
.cid-vepKVKxMBL .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-vepKYSzsLl {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vepKYSzsLl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vepKYSzsLl .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-vepKYSzsLl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vepKYSzsLl .row {
  flex-direction: row-reverse;
}
.cid-vepKYSzsLl img {
  width: 100%;
}
.cid-vepKYSzsLl .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-vepHH1VQPV {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vepHH1VQPV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vepHH1VQPV .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-vepHH1VQPV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vepHH1VQPV .row {
  flex-direction: row-reverse;
}
.cid-vepHH1VQPV img {
  width: 100%;
}
.cid-vepHH1VQPV .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-vepHB9Wi3s {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vepHB9Wi3s .mbr-fallback-image.disabled {
  display: none;
}
.cid-vepHB9Wi3s .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-vepHB9Wi3s .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vepHB9Wi3s .row {
  flex-direction: row-reverse;
}
.cid-vepHB9Wi3s img {
  width: 100%;
}
.cid-vepHB9Wi3s .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-vepHCkO3zW {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vepHCkO3zW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vepHCkO3zW .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-vepHCkO3zW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vepHCkO3zW .row {
  flex-direction: row-reverse;
}
.cid-vepHCkO3zW img {
  width: 100%;
}
.cid-vepHCkO3zW .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-vepGnUx2iD {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vepGnUx2iD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vepGnUx2iD .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-vepGnUx2iD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vepGnUx2iD .row {
  flex-direction: row-reverse;
}
.cid-vepGnUx2iD img {
  width: 100%;
}
.cid-vepGnUx2iD .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-vepGoQjr8V {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vepGoQjr8V .mbr-fallback-image.disabled {
  display: none;
}
.cid-vepGoQjr8V .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-vepGoQjr8V .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vepGoQjr8V .row {
  flex-direction: row-reverse;
}
.cid-vepGoQjr8V img {
  width: 100%;
}
.cid-vepGoQjr8V .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-vepGpW4Fhw {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vepGpW4Fhw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vepGpW4Fhw .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-vepGpW4Fhw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vepGpW4Fhw .row {
  flex-direction: row-reverse;
}
.cid-vepGpW4Fhw img {
  width: 100%;
}
.cid-vepGpW4Fhw .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-vepGqQMycm {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vepGqQMycm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vepGqQMycm .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-vepGqQMycm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vepGqQMycm .row {
  flex-direction: row-reverse;
}
.cid-vepGqQMycm img {
  width: 100%;
}
.cid-vepGqQMycm .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-vepGrGz9Be {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vepGrGz9Be .mbr-fallback-image.disabled {
  display: none;
}
.cid-vepGrGz9Be .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-vepGrGz9Be .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vepGrGz9Be .row {
  flex-direction: row-reverse;
}
.cid-vepGrGz9Be img {
  width: 100%;
}
.cid-vepGrGz9Be .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-vepGsxoG8V {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vepGsxoG8V .mbr-fallback-image.disabled {
  display: none;
}
.cid-vepGsxoG8V .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-vepGsxoG8V .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vepGsxoG8V .row {
  flex-direction: row-reverse;
}
.cid-vepGsxoG8V img {
  width: 100%;
}
.cid-vepGsxoG8V .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-vepGtqBQNc {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vepGtqBQNc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vepGtqBQNc .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-vepGtqBQNc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vepGtqBQNc .row {
  flex-direction: row-reverse;
}
.cid-vepGtqBQNc img {
  width: 100%;
}
.cid-vepGtqBQNc .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-vepGkSHt3t {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vepGkSHt3t .mbr-fallback-image.disabled {
  display: none;
}
.cid-vepGkSHt3t .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-vepGkSHt3t .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vepGkSHt3t .row {
  flex-direction: row-reverse;
}
.cid-vepGkSHt3t img {
  width: 100%;
}
.cid-vepGkSHt3t .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-vepFpcbG88 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vepFpcbG88 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vepFpcbG88 .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-vepFpcbG88 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vepFpcbG88 .row {
  flex-direction: row-reverse;
}
.cid-vepFpcbG88 img {
  width: 100%;
}
.cid-vepFpcbG88 .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-vepFq3RtmK {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vepFq3RtmK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vepFq3RtmK .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-vepFq3RtmK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vepFq3RtmK .row {
  flex-direction: row-reverse;
}
.cid-vepFq3RtmK img {
  width: 100%;
}
.cid-vepFq3RtmK .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-vepFr5WRQo {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vepFr5WRQo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vepFr5WRQo .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-vepFr5WRQo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vepFr5WRQo .row {
  flex-direction: row-reverse;
}
.cid-vepFr5WRQo img {
  width: 100%;
}
.cid-vepFr5WRQo .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-vepFs4ML9f {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vepFs4ML9f .mbr-fallback-image.disabled {
  display: none;
}
.cid-vepFs4ML9f .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-vepFs4ML9f .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vepFs4ML9f .row {
  flex-direction: row-reverse;
}
.cid-vepFs4ML9f img {
  width: 100%;
}
.cid-vepFs4ML9f .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uS6aVotKhs {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uS6aVotKhs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS6aVotKhs .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-uS6aVotKhs .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uS6aVotKhs .row {
  flex-direction: row-reverse;
}
.cid-uS6aVotKhs img {
  width: 100%;
}
.cid-uS6aVotKhs .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-vepDX45Kxw {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vepDX45Kxw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vepDX45Kxw .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-vepDX45Kxw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vepDX45Kxw .row {
  flex-direction: row-reverse;
}
.cid-vepDX45Kxw img {
  width: 100%;
}
.cid-vepDX45Kxw .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-vepDYmZa7X {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vepDYmZa7X .mbr-fallback-image.disabled {
  display: none;
}
.cid-vepDYmZa7X .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-vepDYmZa7X .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vepDYmZa7X .row {
  flex-direction: row-reverse;
}
.cid-vepDYmZa7X img {
  width: 100%;
}
.cid-vepDYmZa7X .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-vepDZjFbOS {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vepDZjFbOS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vepDZjFbOS .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-vepDZjFbOS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vepDZjFbOS .row {
  flex-direction: row-reverse;
}
.cid-vepDZjFbOS img {
  width: 100%;
}
.cid-vepDZjFbOS .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-vepE0bYid5 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vepE0bYid5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vepE0bYid5 .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-vepE0bYid5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vepE0bYid5 .row {
  flex-direction: row-reverse;
}
.cid-vepE0bYid5 img {
  width: 100%;
}
.cid-vepE0bYid5 .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-vepE113hLB {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vepE113hLB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vepE113hLB .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-vepE113hLB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vepE113hLB .row {
  flex-direction: row-reverse;
}
.cid-vepE113hLB img {
  width: 100%;
}
.cid-vepE113hLB .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uPHOxujfEt {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uPHOxujfEt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHOxujfEt .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-uPHOxujfEt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uPHOxujfEt .row {
  flex-direction: row-reverse;
}
.cid-uPHOxujfEt img {
  width: 100%;
}
.cid-uPHOxujfEt .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uPHNy62lUr {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uPHNy62lUr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHNy62lUr .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-uPHNy62lUr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uPHNy62lUr .row {
  flex-direction: row-reverse;
}
.cid-uPHNy62lUr img {
  width: 100%;
}
.cid-uPHNy62lUr .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uPHNBuoqHE {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uPHNBuoqHE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHNBuoqHE .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-uPHNBuoqHE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uPHNBuoqHE .row {
  flex-direction: row-reverse;
}
.cid-uPHNBuoqHE img {
  width: 100%;
}
.cid-uPHNBuoqHE .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uPHNAhPDVP {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uPHNAhPDVP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHNAhPDVP .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-uPHNAhPDVP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uPHNAhPDVP .row {
  flex-direction: row-reverse;
}
.cid-uPHNAhPDVP img {
  width: 100%;
}
.cid-uPHNAhPDVP .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uPHNzwxLlH {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uPHNzwxLlH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHNzwxLlH .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-uPHNzwxLlH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uPHNzwxLlH .row {
  flex-direction: row-reverse;
}
.cid-uPHNzwxLlH img {
  width: 100%;
}
.cid-uPHNzwxLlH .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uPHMJ83YQF {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uPHMJ83YQF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHMJ83YQF .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-uPHMJ83YQF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uPHMJ83YQF .row {
  flex-direction: row-reverse;
}
.cid-uPHMJ83YQF img {
  width: 100%;
}
.cid-uPHMJ83YQF .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uPHMKpgSgF {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uPHMKpgSgF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHMKpgSgF .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-uPHMKpgSgF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uPHMKpgSgF .row {
  flex-direction: row-reverse;
}
.cid-uPHMKpgSgF img {
  width: 100%;
}
.cid-uPHMKpgSgF .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uPHMM1WuEQ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uPHMM1WuEQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHMM1WuEQ .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-uPHMM1WuEQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uPHMM1WuEQ .row {
  flex-direction: row-reverse;
}
.cid-uPHMM1WuEQ img {
  width: 100%;
}
.cid-uPHMM1WuEQ .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uPHMh03eiv {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uPHMh03eiv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHMh03eiv .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-uPHMh03eiv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uPHMh03eiv .row {
  flex-direction: row-reverse;
}
.cid-uPHMh03eiv img {
  width: 100%;
}
.cid-uPHMh03eiv .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uPHMi2U5Vd {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uPHMi2U5Vd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHMi2U5Vd .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-uPHMi2U5Vd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uPHMi2U5Vd .row {
  flex-direction: row-reverse;
}
.cid-uPHMi2U5Vd img {
  width: 100%;
}
.cid-uPHMi2U5Vd .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uPHMj0kvx5 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uPHMj0kvx5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHMj0kvx5 .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-uPHMj0kvx5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uPHMj0kvx5 .row {
  flex-direction: row-reverse;
}
.cid-uPHMj0kvx5 img {
  width: 100%;
}
.cid-uPHMj0kvx5 .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uPHKBNGi66 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uPHKBNGi66 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHKBNGi66 .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-uPHKBNGi66 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uPHKBNGi66 .row {
  flex-direction: row-reverse;
}
.cid-uPHKBNGi66 img {
  width: 100%;
}
.cid-uPHKBNGi66 .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uPHKCYBars {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uPHKCYBars .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHKCYBars .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-uPHKCYBars .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uPHKCYBars .row {
  flex-direction: row-reverse;
}
.cid-uPHKCYBars img {
  width: 100%;
}
.cid-uPHKCYBars .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uPHKE3Kh7v {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uPHKE3Kh7v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHKE3Kh7v .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-uPHKE3Kh7v .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uPHKE3Kh7v .row {
  flex-direction: row-reverse;
}
.cid-uPHKE3Kh7v img {
  width: 100%;
}
.cid-uPHKE3Kh7v .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uPHIGEF0ZO {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uPHIGEF0ZO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHIGEF0ZO .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-uPHIGEF0ZO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uPHIGEF0ZO .row {
  flex-direction: row-reverse;
}
.cid-uPHIGEF0ZO img {
  width: 100%;
}
.cid-uPHIGEF0ZO .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uPHIMVwuWK {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uPHIMVwuWK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHIMVwuWK .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-uPHIMVwuWK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uPHIMVwuWK .row {
  flex-direction: row-reverse;
}
.cid-uPHIMVwuWK img {
  width: 100%;
}
.cid-uPHIMVwuWK .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uPHINRmtzA {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uPHINRmtzA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHINRmtzA .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-uPHINRmtzA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uPHINRmtzA .row {
  flex-direction: row-reverse;
}
.cid-uPHINRmtzA img {
  width: 100%;
}
.cid-uPHINRmtzA .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uPHHGNeyJt {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uPHHGNeyJt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHHGNeyJt .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-uPHHGNeyJt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uPHHGNeyJt .row {
  flex-direction: row-reverse;
}
.cid-uPHHGNeyJt img {
  width: 100%;
}
.cid-uPHHGNeyJt .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uPHGblmU8B {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uPHGblmU8B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHGblmU8B .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-uPHGblmU8B .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uPHGblmU8B .row {
  flex-direction: row-reverse;
}
.cid-uPHGblmU8B img {
  width: 100%;
}
.cid-uPHGblmU8B .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uPHGdWo257 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uPHGdWo257 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHGdWo257 .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-uPHGdWo257 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uPHGdWo257 .row {
  flex-direction: row-reverse;
}
.cid-uPHGdWo257 img {
  width: 100%;
}
.cid-uPHGdWo257 .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uPHzHh5Ejk {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uPHzHh5Ejk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHzHh5Ejk .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-uPHzHh5Ejk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uPHzHh5Ejk .row {
  flex-direction: row-reverse;
}
.cid-uPHzHh5Ejk img {
  width: 100%;
}
.cid-uPHzHh5Ejk .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uPHzIsePiL {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uPHzIsePiL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHzIsePiL .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-uPHzIsePiL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uPHzIsePiL .row {
  flex-direction: row-reverse;
}
.cid-uPHzIsePiL img {
  width: 100%;
}
.cid-uPHzIsePiL .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uPHCCRTfTi {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uPHCCRTfTi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHCCRTfTi .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-uPHCCRTfTi .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uPHCCRTfTi .row {
  flex-direction: row-reverse;
}
.cid-uPHCCRTfTi img {
  width: 100%;
}
.cid-uPHCCRTfTi .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uPHCE6qiyO {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uPHCE6qiyO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHCE6qiyO .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-uPHCE6qiyO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uPHCE6qiyO .row {
  flex-direction: row-reverse;
}
.cid-uPHCE6qiyO img {
  width: 100%;
}
.cid-uPHCE6qiyO .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uPHCF2nGfi {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uPHCF2nGfi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHCF2nGfi .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-uPHCF2nGfi .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uPHCF2nGfi .row {
  flex-direction: row-reverse;
}
.cid-uPHCF2nGfi img {
  width: 100%;
}
.cid-uPHCF2nGfi .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uPHzJAXWM6 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uPHzJAXWM6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHzJAXWM6 .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-uPHzJAXWM6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uPHzJAXWM6 .row {
  flex-direction: row-reverse;
}
.cid-uPHzJAXWM6 img {
  width: 100%;
}
.cid-uPHzJAXWM6 .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uPHzbwnVK0 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uPHzbwnVK0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHzbwnVK0 .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-uPHzbwnVK0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uPHzbwnVK0 .row {
  flex-direction: row-reverse;
}
.cid-uPHzbwnVK0 img {
  width: 100%;
}
.cid-uPHzbwnVK0 .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uMZqusdObB {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uMZqusdObB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMZqusdObB .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-uMZqusdObB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uMZqusdObB .row {
  flex-direction: row-reverse;
}
.cid-uMZqusdObB img {
  width: 100%;
}
.cid-uMZqusdObB .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uMZqvNVhx0 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uMZqvNVhx0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMZqvNVhx0 .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-uMZqvNVhx0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uMZqvNVhx0 .row {
  flex-direction: row-reverse;
}
.cid-uMZqvNVhx0 img {
  width: 100%;
}
.cid-uMZqvNVhx0 .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uMZqwEefsi {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uMZqwEefsi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMZqwEefsi .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-uMZqwEefsi .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uMZqwEefsi .row {
  flex-direction: row-reverse;
}
.cid-uMZqwEefsi img {
  width: 100%;
}
.cid-uMZqwEefsi .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uMZqxpIC7o {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uMZqxpIC7o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMZqxpIC7o .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-uMZqxpIC7o .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uMZqxpIC7o .row {
  flex-direction: row-reverse;
}
.cid-uMZqxpIC7o img {
  width: 100%;
}
.cid-uMZqxpIC7o .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uMZqy7ak2z {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uMZqy7ak2z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMZqy7ak2z .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-uMZqy7ak2z .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uMZqy7ak2z .row {
  flex-direction: row-reverse;
}
.cid-uMZqy7ak2z img {
  width: 100%;
}
.cid-uMZqy7ak2z .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uMZqyQ8O1c {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uMZqyQ8O1c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMZqyQ8O1c .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-uMZqyQ8O1c .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uMZqyQ8O1c .row {
  flex-direction: row-reverse;
}
.cid-uMZqyQ8O1c img {
  width: 100%;
}
.cid-uMZqyQ8O1c .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uMZqiXFfzk {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uMZqiXFfzk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMZqiXFfzk .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-uMZqiXFfzk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uMZqiXFfzk .row {
  flex-direction: row-reverse;
}
.cid-uMZqiXFfzk img {
  width: 100%;
}
.cid-uMZqiXFfzk .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uMZivOH015 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uMZivOH015 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMZivOH015 .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-uMZivOH015 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uMZivOH015 .row {
  flex-direction: row-reverse;
}
.cid-uMZivOH015 img {
  width: 100%;
}
.cid-uMZivOH015 .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uAP4reKFti {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uAP4reKFti .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAP4reKFti .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-uAP4reKFti .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uAP4reKFti .row {
  flex-direction: row-reverse;
}
.cid-uAP4reKFti img {
  width: 100%;
}
.cid-uAP4reKFti .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uAP4dK4UZs {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uAP4dK4UZs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAP4dK4UZs .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-uAP4dK4UZs .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uAP4dK4UZs .row {
  flex-direction: row-reverse;
}
.cid-uAP4dK4UZs img {
  width: 100%;
}
.cid-uAP4dK4UZs .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uAP41mvrrH {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uAP41mvrrH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAP41mvrrH .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-uAP41mvrrH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uAP41mvrrH .row {
  flex-direction: row-reverse;
}
.cid-uAP41mvrrH img {
  width: 100%;
}
.cid-uAP41mvrrH .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uAP42lyPdJ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uAP42lyPdJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAP42lyPdJ .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-uAP42lyPdJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uAP42lyPdJ .row {
  flex-direction: row-reverse;
}
.cid-uAP42lyPdJ img {
  width: 100%;
}
.cid-uAP42lyPdJ .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uAP3U3DmHo {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uAP3U3DmHo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAP3U3DmHo .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-uAP3U3DmHo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uAP3U3DmHo .row {
  flex-direction: row-reverse;
}
.cid-uAP3U3DmHo img {
  width: 100%;
}
.cid-uAP3U3DmHo .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uzMcrUUzqd {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uzMcrUUzqd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzMcrUUzqd .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-uzMcrUUzqd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzMcrUUzqd .row {
  flex-direction: row-reverse;
}
.cid-uzMcrUUzqd img {
  width: 100%;
}
.cid-uzMcrUUzqd .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uzMcsZxYH0 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uzMcsZxYH0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzMcsZxYH0 .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-uzMcsZxYH0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzMcsZxYH0 .row {
  flex-direction: row-reverse;
}
.cid-uzMcsZxYH0 img {
  width: 100%;
}
.cid-uzMcsZxYH0 .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uzMc4bmZXY {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uzMc4bmZXY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzMc4bmZXY .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-uzMc4bmZXY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzMc4bmZXY .row {
  flex-direction: row-reverse;
}
.cid-uzMc4bmZXY img {
  width: 100%;
}
.cid-uzMc4bmZXY .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uzMbseX40Y {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uzMbseX40Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzMbseX40Y .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-uzMbseX40Y .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzMbseX40Y .row {
  flex-direction: row-reverse;
}
.cid-uzMbseX40Y img {
  width: 100%;
}
.cid-uzMbseX40Y .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uzMbuEQIfS {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uzMbuEQIfS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzMbuEQIfS .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-uzMbuEQIfS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzMbuEQIfS .row {
  flex-direction: row-reverse;
}
.cid-uzMbuEQIfS img {
  width: 100%;
}
.cid-uzMbuEQIfS .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uzMbttxopM {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uzMbttxopM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzMbttxopM .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-uzMbttxopM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzMbttxopM .row {
  flex-direction: row-reverse;
}
.cid-uzMbttxopM img {
  width: 100%;
}
.cid-uzMbttxopM .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uzMaP3Vs8r {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uzMaP3Vs8r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzMaP3Vs8r .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-uzMaP3Vs8r .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzMaP3Vs8r .row {
  flex-direction: row-reverse;
}
.cid-uzMaP3Vs8r img {
  width: 100%;
}
.cid-uzMaP3Vs8r .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uzMb3V2hVH {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uzMb3V2hVH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzMb3V2hVH .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-uzMb3V2hVH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzMb3V2hVH .row {
  flex-direction: row-reverse;
}
.cid-uzMb3V2hVH img {
  width: 100%;
}
.cid-uzMb3V2hVH .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uzMb51yQvo {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uzMb51yQvo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzMb51yQvo .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-uzMb51yQvo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzMb51yQvo .row {
  flex-direction: row-reverse;
}
.cid-uzMb51yQvo img {
  width: 100%;
}
.cid-uzMb51yQvo .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uzMaQnI3iO {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uzMaQnI3iO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzMaQnI3iO .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-uzMaQnI3iO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzMaQnI3iO .row {
  flex-direction: row-reverse;
}
.cid-uzMaQnI3iO img {
  width: 100%;
}
.cid-uzMaQnI3iO .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uzMaRmHP8g {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uzMaRmHP8g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzMaRmHP8g .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-uzMaRmHP8g .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzMaRmHP8g .row {
  flex-direction: row-reverse;
}
.cid-uzMaRmHP8g img {
  width: 100%;
}
.cid-uzMaRmHP8g .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uzMamFQoPB {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uzMamFQoPB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzMamFQoPB .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-uzMamFQoPB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzMamFQoPB .row {
  flex-direction: row-reverse;
}
.cid-uzMamFQoPB img {
  width: 100%;
}
.cid-uzMamFQoPB .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uzMaoi9oHk {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uzMaoi9oHk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzMaoi9oHk .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-uzMaoi9oHk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzMaoi9oHk .row {
  flex-direction: row-reverse;
}
.cid-uzMaoi9oHk img {
  width: 100%;
}
.cid-uzMaoi9oHk .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uMZnL562s0 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uMZnL562s0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMZnL562s0 .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-uMZnL562s0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uMZnL562s0 .row {
  flex-direction: row-reverse;
}
.cid-uMZnL562s0 img {
  width: 100%;
}
.cid-uMZnL562s0 .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uMZnLKuqLM {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uMZnLKuqLM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMZnLKuqLM .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-uMZnLKuqLM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uMZnLKuqLM .row {
  flex-direction: row-reverse;
}
.cid-uMZnLKuqLM img {
  width: 100%;
}
.cid-uMZnLKuqLM .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uMZnEqRcnd {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uMZnEqRcnd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMZnEqRcnd .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-uMZnEqRcnd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uMZnEqRcnd .row {
  flex-direction: row-reverse;
}
.cid-uMZnEqRcnd img {
  width: 100%;
}
.cid-uMZnEqRcnd .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uMZiOfkZrQ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uMZiOfkZrQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMZiOfkZrQ .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-uMZiOfkZrQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uMZiOfkZrQ .row {
  flex-direction: row-reverse;
}
.cid-uMZiOfkZrQ img {
  width: 100%;
}
.cid-uMZiOfkZrQ .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uMZj1PkDiO {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uMZj1PkDiO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMZj1PkDiO .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-uMZj1PkDiO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uMZj1PkDiO .row {
  flex-direction: row-reverse;
}
.cid-uMZj1PkDiO img {
  width: 100%;
}
.cid-uMZj1PkDiO .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uMZj2G7A1c {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uMZj2G7A1c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMZj2G7A1c .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-uMZj2G7A1c .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uMZj2G7A1c .row {
  flex-direction: row-reverse;
}
.cid-uMZj2G7A1c img {
  width: 100%;
}
.cid-uMZj2G7A1c .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uMZj3yQ3aU {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uMZj3yQ3aU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMZj3yQ3aU .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-uMZj3yQ3aU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uMZj3yQ3aU .row {
  flex-direction: row-reverse;
}
.cid-uMZj3yQ3aU img {
  width: 100%;
}
.cid-uMZj3yQ3aU .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uzMar6rVTX {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uzMar6rVTX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzMar6rVTX .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-uzMar6rVTX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzMar6rVTX .row {
  flex-direction: row-reverse;
}
.cid-uzMar6rVTX img {
  width: 100%;
}
.cid-uzMar6rVTX .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uzM9Fbfnoa {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uzM9Fbfnoa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzM9Fbfnoa .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-uzM9Fbfnoa .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzM9Fbfnoa .row {
  flex-direction: row-reverse;
}
.cid-uzM9Fbfnoa img {
  width: 100%;
}
.cid-uzM9Fbfnoa .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uzM9X4hh32 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uzM9X4hh32 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzM9X4hh32 .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-uzM9X4hh32 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzM9X4hh32 .row {
  flex-direction: row-reverse;
}
.cid-uzM9X4hh32 img {
  width: 100%;
}
.cid-uzM9X4hh32 .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uzM9Y4Dyrk {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uzM9Y4Dyrk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzM9Y4Dyrk .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-uzM9Y4Dyrk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzM9Y4Dyrk .row {
  flex-direction: row-reverse;
}
.cid-uzM9Y4Dyrk img {
  width: 100%;
}
.cid-uzM9Y4Dyrk .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uzM9UM2pj6 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uzM9UM2pj6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzM9UM2pj6 .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-uzM9UM2pj6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzM9UM2pj6 .row {
  flex-direction: row-reverse;
}
.cid-uzM9UM2pj6 img {
  width: 100%;
}
.cid-uzM9UM2pj6 .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uzM9CeDFs8 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uzM9CeDFs8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzM9CeDFs8 .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-uzM9CeDFs8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzM9CeDFs8 .row {
  flex-direction: row-reverse;
}
.cid-uzM9CeDFs8 img {
  width: 100%;
}
.cid-uzM9CeDFs8 .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uzM9EeZPvU {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uzM9EeZPvU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzM9EeZPvU .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-uzM9EeZPvU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzM9EeZPvU .row {
  flex-direction: row-reverse;
}
.cid-uzM9EeZPvU img {
  width: 100%;
}
.cid-uzM9EeZPvU .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uMZlfwtcRW {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uMZlfwtcRW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMZlfwtcRW .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-uMZlfwtcRW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uMZlfwtcRW .row {
  flex-direction: row-reverse;
}
.cid-uMZlfwtcRW img {
  width: 100%;
}
.cid-uMZlfwtcRW .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uMZkMcsDuM {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uMZkMcsDuM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMZkMcsDuM .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-uMZkMcsDuM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uMZkMcsDuM .row {
  flex-direction: row-reverse;
}
.cid-uMZkMcsDuM img {
  width: 100%;
}
.cid-uMZkMcsDuM .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uMZkMZOSVC {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uMZkMZOSVC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMZkMZOSVC .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-uMZkMZOSVC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uMZkMZOSVC .row {
  flex-direction: row-reverse;
}
.cid-uMZkMZOSVC img {
  width: 100%;
}
.cid-uMZkMZOSVC .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uMZkNZp5R0 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uMZkNZp5R0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMZkNZp5R0 .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-uMZkNZp5R0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uMZkNZp5R0 .row {
  flex-direction: row-reverse;
}
.cid-uMZkNZp5R0 img {
  width: 100%;
}
.cid-uMZkNZp5R0 .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uMZjfYTVVN {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uMZjfYTVVN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMZjfYTVVN .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-uMZjfYTVVN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uMZjfYTVVN .row {
  flex-direction: row-reverse;
}
.cid-uMZjfYTVVN img {
  width: 100%;
}
.cid-uMZjfYTVVN .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uMZjgL0iQ3 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uMZjgL0iQ3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMZjgL0iQ3 .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-uMZjgL0iQ3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uMZjgL0iQ3 .row {
  flex-direction: row-reverse;
}
.cid-uMZjgL0iQ3 img {
  width: 100%;
}
.cid-uMZjgL0iQ3 .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uMZjhv5Unc {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uMZjhv5Unc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMZjhv5Unc .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-uMZjhv5Unc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uMZjhv5Unc .row {
  flex-direction: row-reverse;
}
.cid-uMZjhv5Unc img {
  width: 100%;
}
.cid-uMZjhv5Unc .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uzM9Df41Lo {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uzM9Df41Lo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzM9Df41Lo .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-uzM9Df41Lo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzM9Df41Lo .row {
  flex-direction: row-reverse;
}
.cid-uzM9Df41Lo img {
  width: 100%;
}
.cid-uzM9Df41Lo .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uzM991UGzw {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uzM991UGzw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzM991UGzw .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-uzM991UGzw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzM991UGzw .row {
  flex-direction: row-reverse;
}
.cid-uzM991UGzw img {
  width: 100%;
}
.cid-uzM991UGzw .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uzM96160t8 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uzM96160t8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzM96160t8 .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-uzM96160t8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzM96160t8 .row {
  flex-direction: row-reverse;
}
.cid-uzM96160t8 img {
  width: 100%;
}
.cid-uzM96160t8 .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uzM972xSMv {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uzM972xSMv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzM972xSMv .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-uzM972xSMv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzM972xSMv .row {
  flex-direction: row-reverse;
}
.cid-uzM972xSMv img {
  width: 100%;
}
.cid-uzM972xSMv .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uzM94Mx8lE {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uzM94Mx8lE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzM94Mx8lE .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-uzM94Mx8lE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzM94Mx8lE .row {
  flex-direction: row-reverse;
}
.cid-uzM94Mx8lE img {
  width: 100%;
}
.cid-uzM94Mx8lE .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uzM8pdb7gU {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uzM8pdb7gU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzM8pdb7gU .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-uzM8pdb7gU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzM8pdb7gU .row {
  flex-direction: row-reverse;
}
.cid-uzM8pdb7gU img {
  width: 100%;
}
.cid-uzM8pdb7gU .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uzMcRqI2Dv {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uzMcRqI2Dv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzMcRqI2Dv .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-uzMcRqI2Dv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzMcRqI2Dv .row {
  flex-direction: row-reverse;
}
.cid-uzMcRqI2Dv img {
  width: 100%;
}
.cid-uzMcRqI2Dv .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uo4OzGiNj5 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uo4OzGiNj5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo4OzGiNj5 .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-uo4OzGiNj5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uo4OzGiNj5 .row {
  flex-direction: row-reverse;
}
.cid-uo4OzGiNj5 img {
  width: 100%;
}
.cid-uo4OzGiNj5 .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uo4OAKy7rY {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uo4OAKy7rY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo4OAKy7rY .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-uo4OAKy7rY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uo4OAKy7rY .row {
  flex-direction: row-reverse;
}
.cid-uo4OAKy7rY img {
  width: 100%;
}
.cid-uo4OAKy7rY .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uo4NP3FQJ6 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uo4NP3FQJ6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo4NP3FQJ6 .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-uo4NP3FQJ6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uo4NP3FQJ6 .row {
  flex-direction: row-reverse;
}
.cid-uo4NP3FQJ6 img {
  width: 100%;
}
.cid-uo4NP3FQJ6 .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uo4QEMtF7V {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uo4QEMtF7V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo4QEMtF7V .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-uo4QEMtF7V .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uo4QEMtF7V .row {
  flex-direction: row-reverse;
}
.cid-uo4QEMtF7V img {
  width: 100%;
}
.cid-uo4QEMtF7V .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uo4NPVyMMM {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uo4NPVyMMM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo4NPVyMMM .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-uo4NPVyMMM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uo4NPVyMMM .row {
  flex-direction: row-reverse;
}
.cid-uo4NPVyMMM img {
  width: 100%;
}
.cid-uo4NPVyMMM .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uo4NQP9Ste {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uo4NQP9Ste .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo4NQP9Ste .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-uo4NQP9Ste .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uo4NQP9Ste .row {
  flex-direction: row-reverse;
}
.cid-uo4NQP9Ste img {
  width: 100%;
}
.cid-uo4NQP9Ste .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uo4NRF7q91 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uo4NRF7q91 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo4NRF7q91 .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-uo4NRF7q91 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uo4NRF7q91 .row {
  flex-direction: row-reverse;
}
.cid-uo4NRF7q91 img {
  width: 100%;
}
.cid-uo4NRF7q91 .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uo4NeZc7bL {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uo4NeZc7bL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo4NeZc7bL .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-uo4NeZc7bL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uo4NeZc7bL .row {
  flex-direction: row-reverse;
}
.cid-uo4NeZc7bL img {
  width: 100%;
}
.cid-uo4NeZc7bL .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uo4NllEBaq {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uo4NllEBaq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo4NllEBaq .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-uo4NllEBaq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uo4NllEBaq .row {
  flex-direction: row-reverse;
}
.cid-uo4NllEBaq img {
  width: 100%;
}
.cid-uo4NllEBaq .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uo4Nm9bqaZ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uo4Nm9bqaZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo4Nm9bqaZ .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-uo4Nm9bqaZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uo4Nm9bqaZ .row {
  flex-direction: row-reverse;
}
.cid-uo4Nm9bqaZ img {
  width: 100%;
}
.cid-uo4Nm9bqaZ .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uo4NfSRVSN {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uo4NfSRVSN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo4NfSRVSN .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-uo4NfSRVSN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uo4NfSRVSN .row {
  flex-direction: row-reverse;
}
.cid-uo4NfSRVSN img {
  width: 100%;
}
.cid-uo4NfSRVSN .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uo4KvsbMUD {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uo4KvsbMUD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo4KvsbMUD .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-uo4KvsbMUD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uo4KvsbMUD .row {
  flex-direction: row-reverse;
}
.cid-uo4KvsbMUD img {
  width: 100%;
}
.cid-uo4KvsbMUD .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uo4KwprAi8 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uo4KwprAi8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo4KwprAi8 .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-uo4KwprAi8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uo4KwprAi8 .row {
  flex-direction: row-reverse;
}
.cid-uo4KwprAi8 img {
  width: 100%;
}
.cid-uo4KwprAi8 .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uo4KxfWyMr {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uo4KxfWyMr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo4KxfWyMr .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-uo4KxfWyMr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uo4KxfWyMr .row {
  flex-direction: row-reverse;
}
.cid-uo4KxfWyMr img {
  width: 100%;
}
.cid-uo4KxfWyMr .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uo4Ky3djir {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uo4Ky3djir .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo4Ky3djir .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-uo4Ky3djir .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uo4Ky3djir .row {
  flex-direction: row-reverse;
}
.cid-uo4Ky3djir img {
  width: 100%;
}
.cid-uo4Ky3djir .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uo4KyQ3Mme {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uo4KyQ3Mme .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo4KyQ3Mme .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-uo4KyQ3Mme .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uo4KyQ3Mme .row {
  flex-direction: row-reverse;
}
.cid-uo4KyQ3Mme img {
  width: 100%;
}
.cid-uo4KyQ3Mme .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uo4KzEeFNZ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uo4KzEeFNZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo4KzEeFNZ .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-uo4KzEeFNZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uo4KzEeFNZ .row {
  flex-direction: row-reverse;
}
.cid-uo4KzEeFNZ img {
  width: 100%;
}
.cid-uo4KzEeFNZ .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uo4KAvj0ra {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uo4KAvj0ra .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo4KAvj0ra .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-uo4KAvj0ra .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uo4KAvj0ra .row {
  flex-direction: row-reverse;
}
.cid-uo4KAvj0ra img {
  width: 100%;
}
.cid-uo4KAvj0ra .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-ujQAlPujuT {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ujQAlPujuT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujQAlPujuT .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-ujQAlPujuT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujQAlPujuT .row {
  flex-direction: row-reverse;
}
.cid-ujQAlPujuT img {
  width: 100%;
}
.cid-ujQAlPujuT .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-ujQAmOlg0b {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ujQAmOlg0b .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujQAmOlg0b .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-ujQAmOlg0b .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujQAmOlg0b .row {
  flex-direction: row-reverse;
}
.cid-ujQAmOlg0b img {
  width: 100%;
}
.cid-ujQAmOlg0b .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-ujQAoUbUJc {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ujQAoUbUJc .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujQAoUbUJc .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-ujQAoUbUJc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujQAoUbUJc .row {
  flex-direction: row-reverse;
}
.cid-ujQAoUbUJc img {
  width: 100%;
}
.cid-ujQAoUbUJc .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-ujQAo2zC2k {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ujQAo2zC2k .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujQAo2zC2k .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-ujQAo2zC2k .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujQAo2zC2k .row {
  flex-direction: row-reverse;
}
.cid-ujQAo2zC2k img {
  width: 100%;
}
.cid-ujQAo2zC2k .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-ujQzriKs4t {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ujQzriKs4t .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujQzriKs4t .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-ujQzriKs4t .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujQzriKs4t .row {
  flex-direction: row-reverse;
}
.cid-ujQzriKs4t img {
  width: 100%;
}
.cid-ujQzriKs4t .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-ujQztt4yRF {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ujQztt4yRF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujQztt4yRF .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-ujQztt4yRF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujQztt4yRF .row {
  flex-direction: row-reverse;
}
.cid-ujQztt4yRF img {
  width: 100%;
}
.cid-ujQztt4yRF .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-ujQzs9zic5 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ujQzs9zic5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujQzs9zic5 .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-ujQzs9zic5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujQzs9zic5 .row {
  flex-direction: row-reverse;
}
.cid-ujQzs9zic5 img {
  width: 100%;
}
.cid-ujQzs9zic5 .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-ujQyiYN9EF {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ujQyiYN9EF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujQyiYN9EF .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-ujQyiYN9EF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujQyiYN9EF .row {
  flex-direction: row-reverse;
}
.cid-ujQyiYN9EF img {
  width: 100%;
}
.cid-ujQyiYN9EF .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-ujQyjMOxGA {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ujQyjMOxGA .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujQyjMOxGA .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-ujQyjMOxGA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujQyjMOxGA .row {
  flex-direction: row-reverse;
}
.cid-ujQyjMOxGA img {
  width: 100%;
}
.cid-ujQyjMOxGA .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-ujQykMRHGE {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ujQykMRHGE .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujQykMRHGE .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-ujQykMRHGE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujQykMRHGE .row {
  flex-direction: row-reverse;
}
.cid-ujQykMRHGE img {
  width: 100%;
}
.cid-ujQykMRHGE .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-ujQygMso30 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ujQygMso30 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujQygMso30 .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-ujQygMso30 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujQygMso30 .row {
  flex-direction: row-reverse;
}
.cid-ujQygMso30 img {
  width: 100%;
}
.cid-ujQygMso30 .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-ujQyhXEv7f {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ujQyhXEv7f .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujQyhXEv7f .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-ujQyhXEv7f .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujQyhXEv7f .row {
  flex-direction: row-reverse;
}
.cid-ujQyhXEv7f img {
  width: 100%;
}
.cid-ujQyhXEv7f .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-ujQwbcFYli {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ujQwbcFYli .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujQwbcFYli .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-ujQwbcFYli .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujQwbcFYli .row {
  flex-direction: row-reverse;
}
.cid-ujQwbcFYli img {
  width: 100%;
}
.cid-ujQwbcFYli .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-ujQwcKDqa0 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ujQwcKDqa0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujQwcKDqa0 .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-ujQwcKDqa0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujQwcKDqa0 .row {
  flex-direction: row-reverse;
}
.cid-ujQwcKDqa0 img {
  width: 100%;
}
.cid-ujQwcKDqa0 .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-ujQwdpoFrM {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ujQwdpoFrM .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujQwdpoFrM .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-ujQwdpoFrM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujQwdpoFrM .row {
  flex-direction: row-reverse;
}
.cid-ujQwdpoFrM img {
  width: 100%;
}
.cid-ujQwdpoFrM .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-ujQwegkkVy {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ujQwegkkVy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujQwegkkVy .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-ujQwegkkVy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujQwegkkVy .row {
  flex-direction: row-reverse;
}
.cid-ujQwegkkVy img {
  width: 100%;
}
.cid-ujQwegkkVy .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-ujQwc6wSmE {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ujQwc6wSmE .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujQwc6wSmE .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-ujQwc6wSmE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujQwc6wSmE .row {
  flex-direction: row-reverse;
}
.cid-ujQwc6wSmE img {
  width: 100%;
}
.cid-ujQwc6wSmE .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uhRJVRECoc {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uhRJVRECoc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhRJVRECoc .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-uhRJVRECoc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhRJVRECoc .row {
  flex-direction: row-reverse;
}
.cid-uhRJVRECoc img {
  width: 100%;
}
.cid-uhRJVRECoc .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uhRJWD0vke {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uhRJWD0vke .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhRJWD0vke .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-uhRJWD0vke .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhRJWD0vke .row {
  flex-direction: row-reverse;
}
.cid-uhRJWD0vke img {
  width: 100%;
}
.cid-uhRJWD0vke .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uhRJUA7Xox {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uhRJUA7Xox .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhRJUA7Xox .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-uhRJUA7Xox .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhRJUA7Xox .row {
  flex-direction: row-reverse;
}
.cid-uhRJUA7Xox img {
  width: 100%;
}
.cid-uhRJUA7Xox .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uhRJ9v3ylg {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uhRJ9v3ylg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhRJ9v3ylg .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-uhRJ9v3ylg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhRJ9v3ylg .row {
  flex-direction: row-reverse;
}
.cid-uhRJ9v3ylg img {
  width: 100%;
}
.cid-uhRJ9v3ylg .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uhRJatk5qg {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uhRJatk5qg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhRJatk5qg .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-uhRJatk5qg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhRJatk5qg .row {
  flex-direction: row-reverse;
}
.cid-uhRJatk5qg img {
  width: 100%;
}
.cid-uhRJatk5qg .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uhRJboNmEQ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uhRJboNmEQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhRJboNmEQ .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-uhRJboNmEQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhRJboNmEQ .row {
  flex-direction: row-reverse;
}
.cid-uhRJboNmEQ img {
  width: 100%;
}
.cid-uhRJboNmEQ .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uhRJdsn0iQ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uhRJdsn0iQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhRJdsn0iQ .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-uhRJdsn0iQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhRJdsn0iQ .row {
  flex-direction: row-reverse;
}
.cid-uhRJdsn0iQ img {
  width: 100%;
}
.cid-uhRJdsn0iQ .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uhRHrCHdXY {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uhRHrCHdXY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhRHrCHdXY .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-uhRHrCHdXY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhRHrCHdXY .row {
  flex-direction: row-reverse;
}
.cid-uhRHrCHdXY img {
  width: 100%;
}
.cid-uhRHrCHdXY .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uMZoK9qvWZ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uMZoK9qvWZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMZoK9qvWZ .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-uMZoK9qvWZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uMZoK9qvWZ .row {
  flex-direction: row-reverse;
}
.cid-uMZoK9qvWZ img {
  width: 100%;
}
.cid-uMZoK9qvWZ .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uhRImdDPaK {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uhRImdDPaK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhRImdDPaK .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-uhRImdDPaK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhRImdDPaK .row {
  flex-direction: row-reverse;
}
.cid-uhRImdDPaK img {
  width: 100%;
}
.cid-uhRImdDPaK .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uhRIn2RnqA {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uhRIn2RnqA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhRIn2RnqA .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-uhRIn2RnqA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhRIn2RnqA .row {
  flex-direction: row-reverse;
}
.cid-uhRIn2RnqA img {
  width: 100%;
}
.cid-uhRIn2RnqA .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uhRHtmRX82 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uhRHtmRX82 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhRHtmRX82 .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-uhRHtmRX82 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhRHtmRX82 .row {
  flex-direction: row-reverse;
}
.cid-uhRHtmRX82 img {
  width: 100%;
}
.cid-uhRHtmRX82 .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uhRHsyc1zD {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uhRHsyc1zD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhRHsyc1zD .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-uhRHsyc1zD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhRHsyc1zD .row {
  flex-direction: row-reverse;
}
.cid-uhRHsyc1zD img {
  width: 100%;
}
.cid-uhRHsyc1zD .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uhRHj4Tilo {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uhRHj4Tilo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhRHj4Tilo .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-uhRHj4Tilo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhRHj4Tilo .row {
  flex-direction: row-reverse;
}
.cid-uhRHj4Tilo img {
  width: 100%;
}
.cid-uhRHj4Tilo .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uezNHjZDgx {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uezNHjZDgx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uezNHjZDgx .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-uezNHjZDgx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uezNHjZDgx .row {
  flex-direction: row-reverse;
}
.cid-uezNHjZDgx img {
  width: 100%;
}
.cid-uezNHjZDgx .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uezNINbL4u {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uezNINbL4u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uezNINbL4u .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-uezNINbL4u .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uezNINbL4u .row {
  flex-direction: row-reverse;
}
.cid-uezNINbL4u img {
  width: 100%;
}
.cid-uezNINbL4u .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uezNK4Q9Gq {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uezNK4Q9Gq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uezNK4Q9Gq .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-uezNK4Q9Gq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uezNK4Q9Gq .row {
  flex-direction: row-reverse;
}
.cid-uezNK4Q9Gq img {
  width: 100%;
}
.cid-uezNK4Q9Gq .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uezNJzcl2A {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uezNJzcl2A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uezNJzcl2A .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-uezNJzcl2A .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uezNJzcl2A .row {
  flex-direction: row-reverse;
}
.cid-uezNJzcl2A img {
  width: 100%;
}
.cid-uezNJzcl2A .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uezNIaxOG1 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uezNIaxOG1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uezNIaxOG1 .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-uezNIaxOG1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uezNIaxOG1 .row {
  flex-direction: row-reverse;
}
.cid-uezNIaxOG1 img {
  width: 100%;
}
.cid-uezNIaxOG1 .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uezMS59co0 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uezMS59co0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uezMS59co0 .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-uezMS59co0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uezMS59co0 .row {
  flex-direction: row-reverse;
}
.cid-uezMS59co0 img {
  width: 100%;
}
.cid-uezMS59co0 .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uezMTJ8XS7 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uezMTJ8XS7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uezMTJ8XS7 .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-uezMTJ8XS7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uezMTJ8XS7 .row {
  flex-direction: row-reverse;
}
.cid-uezMTJ8XS7 img {
  width: 100%;
}
.cid-uezMTJ8XS7 .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uezMUurJlI {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uezMUurJlI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uezMUurJlI .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-uezMUurJlI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uezMUurJlI .row {
  flex-direction: row-reverse;
}
.cid-uezMUurJlI img {
  width: 100%;
}
.cid-uezMUurJlI .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uezMSVUTi8 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uezMSVUTi8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uezMSVUTi8 .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-uezMSVUTi8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uezMSVUTi8 .row {
  flex-direction: row-reverse;
}
.cid-uezMSVUTi8 img {
  width: 100%;
}
.cid-uezMSVUTi8 .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uezM2XIDbG {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uezM2XIDbG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uezM2XIDbG .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-uezM2XIDbG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uezM2XIDbG .row {
  flex-direction: row-reverse;
}
.cid-uezM2XIDbG img {
  width: 100%;
}
.cid-uezM2XIDbG .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uezM3RQiB4 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uezM3RQiB4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uezM3RQiB4 .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-uezM3RQiB4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uezM3RQiB4 .row {
  flex-direction: row-reverse;
}
.cid-uezM3RQiB4 img {
  width: 100%;
}
.cid-uezM3RQiB4 .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uezM3ufTzR {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uezM3ufTzR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uezM3ufTzR .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-uezM3ufTzR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uezM3ufTzR .row {
  flex-direction: row-reverse;
}
.cid-uezM3ufTzR img {
  width: 100%;
}
.cid-uezM3ufTzR .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uezM2wWnKE {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uezM2wWnKE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uezM2wWnKE .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-uezM2wWnKE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uezM2wWnKE .row {
  flex-direction: row-reverse;
}
.cid-uezM2wWnKE img {
  width: 100%;
}
.cid-uezM2wWnKE .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uezM1C91U0 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uezM1C91U0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uezM1C91U0 .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-uezM1C91U0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uezM1C91U0 .row {
  flex-direction: row-reverse;
}
.cid-uezM1C91U0 img {
  width: 100%;
}
.cid-uezM1C91U0 .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uezKPPuPAN {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uezKPPuPAN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uezKPPuPAN .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-uezKPPuPAN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uezKPPuPAN .row {
  flex-direction: row-reverse;
}
.cid-uezKPPuPAN img {
  width: 100%;
}
.cid-uezKPPuPAN .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uezLlwMhUC {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uezLlwMhUC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uezLlwMhUC .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-uezLlwMhUC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uezLlwMhUC .row {
  flex-direction: row-reverse;
}
.cid-uezLlwMhUC img {
  width: 100%;
}
.cid-uezLlwMhUC .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uezLmkfZIZ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uezLmkfZIZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uezLmkfZIZ .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-uezLmkfZIZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uezLmkfZIZ .row {
  flex-direction: row-reverse;
}
.cid-uezLmkfZIZ img {
  width: 100%;
}
.cid-uezLmkfZIZ .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uezKQA96IR {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uezKQA96IR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uezKQA96IR .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-uezKQA96IR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uezKQA96IR .row {
  flex-direction: row-reverse;
}
.cid-uezKQA96IR img {
  width: 100%;
}
.cid-uezKQA96IR .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-uezKNUaH3Y {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uezKNUaH3Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uezKNUaH3Y .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-uezKNUaH3Y .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uezKNUaH3Y .row {
  flex-direction: row-reverse;
}
.cid-uezKNUaH3Y img {
  width: 100%;
}
.cid-uezKNUaH3Y .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tQkZU6SWOA {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tQkZU6SWOA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQkZU6SWOA .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-tQkZU6SWOA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tQkZU6SWOA .row {
  flex-direction: row-reverse;
}
.cid-tQkZU6SWOA img {
  width: 100%;
}
.cid-tQkZU6SWOA .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tQkZVaBPTl {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tQkZVaBPTl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQkZVaBPTl .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-tQkZVaBPTl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tQkZVaBPTl .row {
  flex-direction: row-reverse;
}
.cid-tQkZVaBPTl img {
  width: 100%;
}
.cid-tQkZVaBPTl .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tQkZaENIgZ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tQkZaENIgZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQkZaENIgZ .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-tQkZaENIgZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tQkZaENIgZ .row {
  flex-direction: row-reverse;
}
.cid-tQkZaENIgZ img {
  width: 100%;
}
.cid-tQkZaENIgZ .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tQkZbHNalt {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tQkZbHNalt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQkZbHNalt .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-tQkZbHNalt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tQkZbHNalt .row {
  flex-direction: row-reverse;
}
.cid-tQkZbHNalt img {
  width: 100%;
}
.cid-tQkZbHNalt .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tQkZcJ0IXz {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tQkZcJ0IXz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQkZcJ0IXz .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-tQkZcJ0IXz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tQkZcJ0IXz .row {
  flex-direction: row-reverse;
}
.cid-tQkZcJ0IXz img {
  width: 100%;
}
.cid-tQkZcJ0IXz .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tQkZdJWO9y {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tQkZdJWO9y .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQkZdJWO9y .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-tQkZdJWO9y .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tQkZdJWO9y .row {
  flex-direction: row-reverse;
}
.cid-tQkZdJWO9y img {
  width: 100%;
}
.cid-tQkZdJWO9y .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tQkZewAx7q {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tQkZewAx7q .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQkZewAx7q .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-tQkZewAx7q .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tQkZewAx7q .row {
  flex-direction: row-reverse;
}
.cid-tQkZewAx7q img {
  width: 100%;
}
.cid-tQkZewAx7q .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tQkSGQaO2V {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tQkSGQaO2V .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQkSGQaO2V .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-tQkSGQaO2V .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tQkSGQaO2V .row {
  flex-direction: row-reverse;
}
.cid-tQkSGQaO2V img {
  width: 100%;
}
.cid-tQkSGQaO2V .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tQkXKMOXdN {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tQkXKMOXdN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQkXKMOXdN .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-tQkXKMOXdN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tQkXKMOXdN .row {
  flex-direction: row-reverse;
}
.cid-tQkXKMOXdN img {
  width: 100%;
}
.cid-tQkXKMOXdN .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tQkXLQpnVN {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tQkXLQpnVN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQkXLQpnVN .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-tQkXLQpnVN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tQkXLQpnVN .row {
  flex-direction: row-reverse;
}
.cid-tQkXLQpnVN img {
  width: 100%;
}
.cid-tQkXLQpnVN .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tQkXMMyEO9 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tQkXMMyEO9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQkXMMyEO9 .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-tQkXMMyEO9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tQkXMMyEO9 .row {
  flex-direction: row-reverse;
}
.cid-tQkXMMyEO9 img {
  width: 100%;
}
.cid-tQkXMMyEO9 .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tQkXNOgBOW {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tQkXNOgBOW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQkXNOgBOW .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-tQkXNOgBOW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tQkXNOgBOW .row {
  flex-direction: row-reverse;
}
.cid-tQkXNOgBOW img {
  width: 100%;
}
.cid-tQkXNOgBOW .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tQkXP9K3ZL {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tQkXP9K3ZL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQkXP9K3ZL .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-tQkXP9K3ZL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tQkXP9K3ZL .row {
  flex-direction: row-reverse;
}
.cid-tQkXP9K3ZL img {
  width: 100%;
}
.cid-tQkXP9K3ZL .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tQkXJlHL9W {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tQkXJlHL9W .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQkXJlHL9W .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-tQkXJlHL9W .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tQkXJlHL9W .row {
  flex-direction: row-reverse;
}
.cid-tQkXJlHL9W img {
  width: 100%;
}
.cid-tQkXJlHL9W .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tQkSI0DAUW {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tQkSI0DAUW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQkSI0DAUW .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-tQkSI0DAUW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tQkSI0DAUW .row {
  flex-direction: row-reverse;
}
.cid-tQkSI0DAUW img {
  width: 100%;
}
.cid-tQkSI0DAUW .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tQkSIWg9Af {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tQkSIWg9Af .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQkSIWg9Af .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-tQkSIWg9Af .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tQkSIWg9Af .row {
  flex-direction: row-reverse;
}
.cid-tQkSIWg9Af img {
  width: 100%;
}
.cid-tQkSIWg9Af .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tQkSEB3S1k {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tQkSEB3S1k .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQkSEB3S1k .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-tQkSEB3S1k .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tQkSEB3S1k .row {
  flex-direction: row-reverse;
}
.cid-tQkSEB3S1k img {
  width: 100%;
}
.cid-tQkSEB3S1k .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tQkXRFPAuk {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tQkXRFPAuk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQkXRFPAuk .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-tQkXRFPAuk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tQkXRFPAuk .row {
  flex-direction: row-reverse;
}
.cid-tQkXRFPAuk img {
  width: 100%;
}
.cid-tQkXRFPAuk .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tQkXSA34Z2 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tQkXSA34Z2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQkXSA34Z2 .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-tQkXSA34Z2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tQkXSA34Z2 .row {
  flex-direction: row-reverse;
}
.cid-tQkXSA34Z2 img {
  width: 100%;
}
.cid-tQkXSA34Z2 .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tQkUe9XxQB {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tQkUe9XxQB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQkUe9XxQB .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-tQkUe9XxQB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tQkUe9XxQB .row {
  flex-direction: row-reverse;
}
.cid-tQkUe9XxQB img {
  width: 100%;
}
.cid-tQkUe9XxQB .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tQkUd8c8o7 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tQkUd8c8o7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQkUd8c8o7 .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-tQkUd8c8o7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tQkUd8c8o7 .row {
  flex-direction: row-reverse;
}
.cid-tQkUd8c8o7 img {
  width: 100%;
}
.cid-tQkUd8c8o7 .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tQkHlN4swn {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tQkHlN4swn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQkHlN4swn .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-tQkHlN4swn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tQkHlN4swn .row {
  flex-direction: row-reverse;
}
.cid-tQkHlN4swn img {
  width: 100%;
}
.cid-tQkHlN4swn .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tQkHmLckXA {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tQkHmLckXA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQkHmLckXA .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-tQkHmLckXA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tQkHmLckXA .row {
  flex-direction: row-reverse;
}
.cid-tQkHmLckXA img {
  width: 100%;
}
.cid-tQkHmLckXA .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tQl1ceuYJd {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tQl1ceuYJd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQl1ceuYJd .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-tQl1ceuYJd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tQl1ceuYJd .row {
  flex-direction: row-reverse;
}
.cid-tQl1ceuYJd img {
  width: 100%;
}
.cid-tQl1ceuYJd .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tQkHnXKGs0 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tQkHnXKGs0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQkHnXKGs0 .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-tQkHnXKGs0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tQkHnXKGs0 .row {
  flex-direction: row-reverse;
}
.cid-tQkHnXKGs0 img {
  width: 100%;
}
.cid-tQkHnXKGs0 .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tQkHk8jf3F {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tQkHk8jf3F .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQkHk8jf3F .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-tQkHk8jf3F .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tQkHk8jf3F .row {
  flex-direction: row-reverse;
}
.cid-tQkHk8jf3F img {
  width: 100%;
}
.cid-tQkHk8jf3F .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tMzCDv1Yhm {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tMzCDv1Yhm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMzCDv1Yhm .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-tMzCDv1Yhm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMzCDv1Yhm .row {
  flex-direction: row-reverse;
}
.cid-tMzCDv1Yhm img {
  width: 100%;
}
.cid-tMzCDv1Yhm .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tMzDl72nho {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tMzDl72nho .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMzDl72nho .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-tMzDl72nho .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMzDl72nho .row {
  flex-direction: row-reverse;
}
.cid-tMzDl72nho img {
  width: 100%;
}
.cid-tMzDl72nho .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tMzN3xLATW {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tMzN3xLATW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMzN3xLATW .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-tMzN3xLATW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMzN3xLATW .row {
  flex-direction: row-reverse;
}
.cid-tMzN3xLATW img {
  width: 100%;
}
.cid-tMzN3xLATW .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tMzE4UoapU {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tMzE4UoapU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMzE4UoapU .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-tMzE4UoapU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMzE4UoapU .row {
  flex-direction: row-reverse;
}
.cid-tMzE4UoapU img {
  width: 100%;
}
.cid-tMzE4UoapU .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tMzE5MGXBj {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tMzE5MGXBj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMzE5MGXBj .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-tMzE5MGXBj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMzE5MGXBj .row {
  flex-direction: row-reverse;
}
.cid-tMzE5MGXBj img {
  width: 100%;
}
.cid-tMzE5MGXBj .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tMzGoIg2CI {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tMzGoIg2CI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMzGoIg2CI .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-tMzGoIg2CI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMzGoIg2CI .row {
  flex-direction: row-reverse;
}
.cid-tMzGoIg2CI img {
  width: 100%;
}
.cid-tMzGoIg2CI .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tMzOTHNLVr {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tMzOTHNLVr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMzOTHNLVr .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-tMzOTHNLVr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMzOTHNLVr .row {
  flex-direction: row-reverse;
}
.cid-tMzOTHNLVr img {
  width: 100%;
}
.cid-tMzOTHNLVr .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tMzCCgohnp {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tMzCCgohnp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMzCCgohnp .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-tMzCCgohnp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMzCCgohnp .row {
  flex-direction: row-reverse;
}
.cid-tMzCCgohnp img {
  width: 100%;
}
.cid-tMzCCgohnp .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tFXI7CrARU {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tFXI7CrARU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFXI7CrARU .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-tFXI7CrARU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tFXI7CrARU .row {
  flex-direction: row-reverse;
}
.cid-tFXI7CrARU img {
  width: 100%;
}
.cid-tFXI7CrARU .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tFXGWMRF0S {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tFXGWMRF0S .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFXGWMRF0S .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-tFXGWMRF0S .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tFXGWMRF0S .row {
  flex-direction: row-reverse;
}
.cid-tFXGWMRF0S img {
  width: 100%;
}
.cid-tFXGWMRF0S .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tFXGXKBeNh {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tFXGXKBeNh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFXGXKBeNh .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-tFXGXKBeNh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tFXGXKBeNh .row {
  flex-direction: row-reverse;
}
.cid-tFXGXKBeNh img {
  width: 100%;
}
.cid-tFXGXKBeNh .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tFXGYsdrHS {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tFXGYsdrHS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFXGYsdrHS .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-tFXGYsdrHS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tFXGYsdrHS .row {
  flex-direction: row-reverse;
}
.cid-tFXGYsdrHS img {
  width: 100%;
}
.cid-tFXGYsdrHS .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tFXGZfdJaI {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tFXGZfdJaI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFXGZfdJaI .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-tFXGZfdJaI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tFXGZfdJaI .row {
  flex-direction: row-reverse;
}
.cid-tFXGZfdJaI img {
  width: 100%;
}
.cid-tFXGZfdJaI .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tFXFiIAK2Z {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tFXFiIAK2Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFXFiIAK2Z .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-tFXFiIAK2Z .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tFXFiIAK2Z .row {
  flex-direction: row-reverse;
}
.cid-tFXFiIAK2Z img {
  width: 100%;
}
.cid-tFXFiIAK2Z .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tFXFhxqzOH {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tFXFhxqzOH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFXFhxqzOH .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-tFXFhxqzOH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tFXFhxqzOH .row {
  flex-direction: row-reverse;
}
.cid-tFXFhxqzOH img {
  width: 100%;
}
.cid-tFXFhxqzOH .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tFXFfOah0o {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tFXFfOah0o .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFXFfOah0o .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-tFXFfOah0o .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tFXFfOah0o .row {
  flex-direction: row-reverse;
}
.cid-tFXFfOah0o img {
  width: 100%;
}
.cid-tFXFfOah0o .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tMzP7sdRtG {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tMzP7sdRtG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMzP7sdRtG .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-tMzP7sdRtG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMzP7sdRtG .row {
  flex-direction: row-reverse;
}
.cid-tMzP7sdRtG img {
  width: 100%;
}
.cid-tMzP7sdRtG .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tFXFeCWUj5 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tFXFeCWUj5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFXFeCWUj5 .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-tFXFeCWUj5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tFXFeCWUj5 .row {
  flex-direction: row-reverse;
}
.cid-tFXFeCWUj5 img {
  width: 100%;
}
.cid-tFXFeCWUj5 .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tFXFcFoZSF {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tFXFcFoZSF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFXFcFoZSF .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-tFXFcFoZSF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tFXFcFoZSF .row {
  flex-direction: row-reverse;
}
.cid-tFXFcFoZSF img {
  width: 100%;
}
.cid-tFXFcFoZSF .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tFXFdznqo9 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tFXFdznqo9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFXFdznqo9 .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-tFXFdznqo9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tFXFdznqo9 .row {
  flex-direction: row-reverse;
}
.cid-tFXFdznqo9 img {
  width: 100%;
}
.cid-tFXFdznqo9 .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tMzI5AxusS {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tMzI5AxusS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMzI5AxusS .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-tMzI5AxusS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMzI5AxusS .row {
  flex-direction: row-reverse;
}
.cid-tMzI5AxusS img {
  width: 100%;
}
.cid-tMzI5AxusS .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tMzHh2Bktx {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tMzHh2Bktx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMzHh2Bktx .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-tMzHh2Bktx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMzHh2Bktx .row {
  flex-direction: row-reverse;
}
.cid-tMzHh2Bktx img {
  width: 100%;
}
.cid-tMzHh2Bktx .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tMzHi3O4YD {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tMzHi3O4YD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMzHi3O4YD .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-tMzHi3O4YD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMzHi3O4YD .row {
  flex-direction: row-reverse;
}
.cid-tMzHi3O4YD img {
  width: 100%;
}
.cid-tMzHi3O4YD .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tMzI17zx7b {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tMzI17zx7b .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMzI17zx7b .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-tMzI17zx7b .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMzI17zx7b .row {
  flex-direction: row-reverse;
}
.cid-tMzI17zx7b img {
  width: 100%;
}
.cid-tMzI17zx7b .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tMzI23zSJE {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tMzI23zSJE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMzI23zSJE .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-tMzI23zSJE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMzI23zSJE .row {
  flex-direction: row-reverse;
}
.cid-tMzI23zSJE img {
  width: 100%;
}
.cid-tMzI23zSJE .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tMzI3fz5aL {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tMzI3fz5aL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMzI3fz5aL .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-tMzI3fz5aL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMzI3fz5aL .row {
  flex-direction: row-reverse;
}
.cid-tMzI3fz5aL img {
  width: 100%;
}
.cid-tMzI3fz5aL .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tMzIRVtTvw {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tMzIRVtTvw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMzIRVtTvw .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-tMzIRVtTvw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMzIRVtTvw .row {
  flex-direction: row-reverse;
}
.cid-tMzIRVtTvw img {
  width: 100%;
}
.cid-tMzIRVtTvw .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tMzISW3HWD {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tMzISW3HWD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMzISW3HWD .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-tMzISW3HWD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMzISW3HWD .row {
  flex-direction: row-reverse;
}
.cid-tMzISW3HWD img {
  width: 100%;
}
.cid-tMzISW3HWD .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tMzJRz6zDl {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tMzJRz6zDl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMzJRz6zDl .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-tMzJRz6zDl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMzJRz6zDl .row {
  flex-direction: row-reverse;
}
.cid-tMzJRz6zDl img {
  width: 100%;
}
.cid-tMzJRz6zDl .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tMzKJAgbh6 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tMzKJAgbh6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMzKJAgbh6 .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-tMzKJAgbh6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMzKJAgbh6 .row {
  flex-direction: row-reverse;
}
.cid-tMzKJAgbh6 img {
  width: 100%;
}
.cid-tMzKJAgbh6 .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tFXFaLogXg {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tFXFaLogXg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFXFaLogXg .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-tFXFaLogXg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tFXFaLogXg .row {
  flex-direction: row-reverse;
}
.cid-tFXFaLogXg img {
  width: 100%;
}
.cid-tFXFaLogXg .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tFXFbJB55J {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tFXFbJB55J .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFXFbJB55J .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-tFXFbJB55J .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tFXFbJB55J .row {
  flex-direction: row-reverse;
}
.cid-tFXFbJB55J img {
  width: 100%;
}
.cid-tFXFbJB55J .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tFXF3YoM4u {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tFXF3YoM4u .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFXF3YoM4u .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-tFXF3YoM4u .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tFXF3YoM4u .row {
  flex-direction: row-reverse;
}
.cid-tFXF3YoM4u img {
  width: 100%;
}
.cid-tFXF3YoM4u .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tFXDvqD3ok {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tFXDvqD3ok .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFXDvqD3ok .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-tFXDvqD3ok .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tFXDvqD3ok .row {
  flex-direction: row-reverse;
}
.cid-tFXDvqD3ok img {
  width: 100%;
}
.cid-tFXDvqD3ok .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tFXDwM7Ihg {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tFXDwM7Ihg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFXDwM7Ihg .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-tFXDwM7Ihg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tFXDwM7Ihg .row {
  flex-direction: row-reverse;
}
.cid-tFXDwM7Ihg img {
  width: 100%;
}
.cid-tFXDwM7Ihg .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tFXDxvqWuH {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tFXDxvqWuH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFXDxvqWuH .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-tFXDxvqWuH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tFXDxvqWuH .row {
  flex-direction: row-reverse;
}
.cid-tFXDxvqWuH img {
  width: 100%;
}
.cid-tFXDxvqWuH .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tFXDyfLTSf {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tFXDyfLTSf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFXDyfLTSf .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-tFXDyfLTSf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tFXDyfLTSf .row {
  flex-direction: row-reverse;
}
.cid-tFXDyfLTSf img {
  width: 100%;
}
.cid-tFXDyfLTSf .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tFXDyZ8Oje {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tFXDyZ8Oje .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFXDyZ8Oje .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-tFXDyZ8Oje .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tFXDyZ8Oje .row {
  flex-direction: row-reverse;
}
.cid-tFXDyZ8Oje img {
  width: 100%;
}
.cid-tFXDyZ8Oje .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tFXDYUKlNP {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tFXDYUKlNP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFXDYUKlNP .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-tFXDYUKlNP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tFXDYUKlNP .row {
  flex-direction: row-reverse;
}
.cid-tFXDYUKlNP img {
  width: 100%;
}
.cid-tFXDYUKlNP .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tFXCTnkfRc {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tFXCTnkfRc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFXCTnkfRc .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-tFXCTnkfRc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tFXCTnkfRc .row {
  flex-direction: row-reverse;
}
.cid-tFXCTnkfRc img {
  width: 100%;
}
.cid-tFXCTnkfRc .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tFXGUYCiBX {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tFXGUYCiBX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFXGUYCiBX .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-tFXGUYCiBX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tFXGUYCiBX .row {
  flex-direction: row-reverse;
}
.cid-tFXGUYCiBX img {
  width: 100%;
}
.cid-tFXGUYCiBX .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tgAQABIB1h {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tgAQABIB1h .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgAQABIB1h .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-tgAQABIB1h .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tgAQABIB1h .row {
  flex-direction: row-reverse;
}
.cid-tgAQABIB1h img {
  width: 100%;
}
.cid-tgAQABIB1h .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tMzMjAX3hs {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tMzMjAX3hs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMzMjAX3hs .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-tMzMjAX3hs .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMzMjAX3hs .row {
  flex-direction: row-reverse;
}
.cid-tMzMjAX3hs img {
  width: 100%;
}
.cid-tMzMjAX3hs .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tMzKMNp6LW {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tMzKMNp6LW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMzKMNp6LW .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-tMzKMNp6LW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMzKMNp6LW .row {
  flex-direction: row-reverse;
}
.cid-tMzKMNp6LW img {
  width: 100%;
}
.cid-tMzKMNp6LW .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tMzKNN7nRu {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tMzKNN7nRu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMzKNN7nRu .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-tMzKNN7nRu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMzKNN7nRu .row {
  flex-direction: row-reverse;
}
.cid-tMzKNN7nRu img {
  width: 100%;
}
.cid-tMzKNN7nRu .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tMzKOEuqBC {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tMzKOEuqBC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMzKOEuqBC .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-tMzKOEuqBC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMzKOEuqBC .row {
  flex-direction: row-reverse;
}
.cid-tMzKOEuqBC img {
  width: 100%;
}
.cid-tMzKOEuqBC .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tMzKPqbpoq {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tMzKPqbpoq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMzKPqbpoq .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-tMzKPqbpoq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMzKPqbpoq .row {
  flex-direction: row-reverse;
}
.cid-tMzKPqbpoq img {
  width: 100%;
}
.cid-tMzKPqbpoq .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thrbYnZuGY {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thrbYnZuGY .mbr-fallback-image.disabled {
  display: none;
}
.cid-thrbYnZuGY .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-thrbYnZuGY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thrbYnZuGY .row {
  flex-direction: row-reverse;
}
.cid-thrbYnZuGY img {
  width: 100%;
}
.cid-thrbYnZuGY .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thrbY2VbxM {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thrbY2VbxM .mbr-fallback-image.disabled {
  display: none;
}
.cid-thrbY2VbxM .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-thrbY2VbxM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thrbY2VbxM .row {
  flex-direction: row-reverse;
}
.cid-thrbY2VbxM img {
  width: 100%;
}
.cid-thrbY2VbxM .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thrbWgyttv {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thrbWgyttv .mbr-fallback-image.disabled {
  display: none;
}
.cid-thrbWgyttv .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-thrbWgyttv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thrbWgyttv .row {
  flex-direction: row-reverse;
}
.cid-thrbWgyttv img {
  width: 100%;
}
.cid-thrbWgyttv .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thrbXECySo {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thrbXECySo .mbr-fallback-image.disabled {
  display: none;
}
.cid-thrbXECySo .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-thrbXECySo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thrbXECySo .row {
  flex-direction: row-reverse;
}
.cid-thrbXECySo img {
  width: 100%;
}
.cid-thrbXECySo .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thrbW0rRqP {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thrbW0rRqP .mbr-fallback-image.disabled {
  display: none;
}
.cid-thrbW0rRqP .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-thrbW0rRqP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thrbW0rRqP .row {
  flex-direction: row-reverse;
}
.cid-thrbW0rRqP img {
  width: 100%;
}
.cid-thrbW0rRqP .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thrkoXaLt7 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thrkoXaLt7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-thrkoXaLt7 .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-thrkoXaLt7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thrkoXaLt7 .row {
  flex-direction: row-reverse;
}
.cid-thrkoXaLt7 img {
  width: 100%;
}
.cid-thrkoXaLt7 .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thrkpJp9jj {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thrkpJp9jj .mbr-fallback-image.disabled {
  display: none;
}
.cid-thrkpJp9jj .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-thrkpJp9jj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thrkpJp9jj .row {
  flex-direction: row-reverse;
}
.cid-thrkpJp9jj img {
  width: 100%;
}
.cid-thrkpJp9jj .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thrkqlv8mo {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thrkqlv8mo .mbr-fallback-image.disabled {
  display: none;
}
.cid-thrkqlv8mo .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-thrkqlv8mo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thrkqlv8mo .row {
  flex-direction: row-reverse;
}
.cid-thrkqlv8mo img {
  width: 100%;
}
.cid-thrkqlv8mo .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thrkqUrWgh {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thrkqUrWgh .mbr-fallback-image.disabled {
  display: none;
}
.cid-thrkqUrWgh .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-thrkqUrWgh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thrkqUrWgh .row {
  flex-direction: row-reverse;
}
.cid-thrkqUrWgh img {
  width: 100%;
}
.cid-thrkqUrWgh .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thrks2xWp1 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thrks2xWp1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-thrks2xWp1 .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-thrks2xWp1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thrks2xWp1 .row {
  flex-direction: row-reverse;
}
.cid-thrks2xWp1 img {
  width: 100%;
}
.cid-thrks2xWp1 .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thrkrvvogD {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thrkrvvogD .mbr-fallback-image.disabled {
  display: none;
}
.cid-thrkrvvogD .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-thrkrvvogD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thrkrvvogD .row {
  flex-direction: row-reverse;
}
.cid-thrkrvvogD img {
  width: 100%;
}
.cid-thrkrvvogD .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-throumo9yg {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-throumo9yg .mbr-fallback-image.disabled {
  display: none;
}
.cid-throumo9yg .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-throumo9yg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-throumo9yg .row {
  flex-direction: row-reverse;
}
.cid-throumo9yg img {
  width: 100%;
}
.cid-throumo9yg .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-throv6ZiAH {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-throv6ZiAH .mbr-fallback-image.disabled {
  display: none;
}
.cid-throv6ZiAH .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-throv6ZiAH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-throv6ZiAH .row {
  flex-direction: row-reverse;
}
.cid-throv6ZiAH img {
  width: 100%;
}
.cid-throv6ZiAH .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-throvBTxtw {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-throvBTxtw .mbr-fallback-image.disabled {
  display: none;
}
.cid-throvBTxtw .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-throvBTxtw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-throvBTxtw .row {
  flex-direction: row-reverse;
}
.cid-throvBTxtw img {
  width: 100%;
}
.cid-throvBTxtw .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-throwpnJyY {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-throwpnJyY .mbr-fallback-image.disabled {
  display: none;
}
.cid-throwpnJyY .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-throwpnJyY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-throwpnJyY .row {
  flex-direction: row-reverse;
}
.cid-throwpnJyY img {
  width: 100%;
}
.cid-throwpnJyY .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-throx162NT {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-throx162NT .mbr-fallback-image.disabled {
  display: none;
}
.cid-throx162NT .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-throx162NT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-throx162NT .row {
  flex-direction: row-reverse;
}
.cid-throx162NT img {
  width: 100%;
}
.cid-throx162NT .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thrp8PbGBb {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thrp8PbGBb .mbr-fallback-image.disabled {
  display: none;
}
.cid-thrp8PbGBb .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-thrp8PbGBb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thrp8PbGBb .row {
  flex-direction: row-reverse;
}
.cid-thrp8PbGBb img {
  width: 100%;
}
.cid-thrp8PbGBb .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thrp9phe0d {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thrp9phe0d .mbr-fallback-image.disabled {
  display: none;
}
.cid-thrp9phe0d .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-thrp9phe0d .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thrp9phe0d .row {
  flex-direction: row-reverse;
}
.cid-thrp9phe0d img {
  width: 100%;
}
.cid-thrp9phe0d .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thrp9QRZsv {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thrp9QRZsv .mbr-fallback-image.disabled {
  display: none;
}
.cid-thrp9QRZsv .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-thrp9QRZsv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thrp9QRZsv .row {
  flex-direction: row-reverse;
}
.cid-thrp9QRZsv img {
  width: 100%;
}
.cid-thrp9QRZsv .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thrpau270Y {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thrpau270Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-thrpau270Y .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-thrpau270Y .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thrpau270Y .row {
  flex-direction: row-reverse;
}
.cid-thrpau270Y img {
  width: 100%;
}
.cid-thrpau270Y .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thrpb3ReMw {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thrpb3ReMw .mbr-fallback-image.disabled {
  display: none;
}
.cid-thrpb3ReMw .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-thrpb3ReMw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thrpb3ReMw .row {
  flex-direction: row-reverse;
}
.cid-thrpb3ReMw img {
  width: 100%;
}
.cid-thrpb3ReMw .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thrpV1Z4h7 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thrpV1Z4h7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-thrpV1Z4h7 .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-thrpV1Z4h7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thrpV1Z4h7 .row {
  flex-direction: row-reverse;
}
.cid-thrpV1Z4h7 img {
  width: 100%;
}
.cid-thrpV1Z4h7 .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thrpVvdO57 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thrpVvdO57 .mbr-fallback-image.disabled {
  display: none;
}
.cid-thrpVvdO57 .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-thrpVvdO57 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thrpVvdO57 .row {
  flex-direction: row-reverse;
}
.cid-thrpVvdO57 img {
  width: 100%;
}
.cid-thrpVvdO57 .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thrpW0SvR7 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thrpW0SvR7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-thrpW0SvR7 .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-thrpW0SvR7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thrpW0SvR7 .row {
  flex-direction: row-reverse;
}
.cid-thrpW0SvR7 img {
  width: 100%;
}
.cid-thrpW0SvR7 .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thrqlzBRdK {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thrqlzBRdK .mbr-fallback-image.disabled {
  display: none;
}
.cid-thrqlzBRdK .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-thrqlzBRdK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thrqlzBRdK .row {
  flex-direction: row-reverse;
}
.cid-thrqlzBRdK img {
  width: 100%;
}
.cid-thrqlzBRdK .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thrqm4DeH5 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thrqm4DeH5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-thrqm4DeH5 .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-thrqm4DeH5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thrqm4DeH5 .row {
  flex-direction: row-reverse;
}
.cid-thrqm4DeH5 img {
  width: 100%;
}
.cid-thrqm4DeH5 .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thrqlOwsrk {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thrqlOwsrk .mbr-fallback-image.disabled {
  display: none;
}
.cid-thrqlOwsrk .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-thrqlOwsrk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thrqlOwsrk .row {
  flex-direction: row-reverse;
}
.cid-thrqlOwsrk img {
  width: 100%;
}
.cid-thrqlOwsrk .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thrqlj8AHE {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thrqlj8AHE .mbr-fallback-image.disabled {
  display: none;
}
.cid-thrqlj8AHE .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-thrqlj8AHE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thrqlj8AHE .row {
  flex-direction: row-reverse;
}
.cid-thrqlj8AHE img {
  width: 100%;
}
.cid-thrqlj8AHE .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thrqkBHW7Y {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thrqkBHW7Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-thrqkBHW7Y .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-thrqkBHW7Y .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thrqkBHW7Y .row {
  flex-direction: row-reverse;
}
.cid-thrqkBHW7Y img {
  width: 100%;
}
.cid-thrqkBHW7Y .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thrql0ZWxp {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thrql0ZWxp .mbr-fallback-image.disabled {
  display: none;
}
.cid-thrql0ZWxp .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-thrql0ZWxp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thrql0ZWxp .row {
  flex-direction: row-reverse;
}
.cid-thrql0ZWxp img {
  width: 100%;
}
.cid-thrql0ZWxp .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thrqjWAwdy {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thrqjWAwdy .mbr-fallback-image.disabled {
  display: none;
}
.cid-thrqjWAwdy .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-thrqjWAwdy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thrqjWAwdy .row {
  flex-direction: row-reverse;
}
.cid-thrqjWAwdy img {
  width: 100%;
}
.cid-thrqjWAwdy .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thrTcLRfjc {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thrTcLRfjc .mbr-fallback-image.disabled {
  display: none;
}
.cid-thrTcLRfjc .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-thrTcLRfjc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thrTcLRfjc .row {
  flex-direction: row-reverse;
}
.cid-thrTcLRfjc img {
  width: 100%;
}
.cid-thrTcLRfjc .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thrTczedgI {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thrTczedgI .mbr-fallback-image.disabled {
  display: none;
}
.cid-thrTczedgI .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-thrTczedgI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thrTczedgI .row {
  flex-direction: row-reverse;
}
.cid-thrTczedgI img {
  width: 100%;
}
.cid-thrTczedgI .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thrTcmTzYn {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thrTcmTzYn .mbr-fallback-image.disabled {
  display: none;
}
.cid-thrTcmTzYn .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-thrTcmTzYn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thrTcmTzYn .row {
  flex-direction: row-reverse;
}
.cid-thrTcmTzYn img {
  width: 100%;
}
.cid-thrTcmTzYn .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thrTc5frib {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thrTc5frib .mbr-fallback-image.disabled {
  display: none;
}
.cid-thrTc5frib .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-thrTc5frib .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thrTc5frib .row {
  flex-direction: row-reverse;
}
.cid-thrTc5frib img {
  width: 100%;
}
.cid-thrTc5frib .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thrTbQ3Cml {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thrTbQ3Cml .mbr-fallback-image.disabled {
  display: none;
}
.cid-thrTbQ3Cml .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-thrTbQ3Cml .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thrTbQ3Cml .row {
  flex-direction: row-reverse;
}
.cid-thrTbQ3Cml img {
  width: 100%;
}
.cid-thrTbQ3Cml .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thrTbyKY5Q {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thrTbyKY5Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-thrTbyKY5Q .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-thrTbyKY5Q .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thrTbyKY5Q .row {
  flex-direction: row-reverse;
}
.cid-thrTbyKY5Q img {
  width: 100%;
}
.cid-thrTbyKY5Q .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thrTbbPtIQ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thrTbbPtIQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-thrTbbPtIQ .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-thrTbbPtIQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thrTbbPtIQ .row {
  flex-direction: row-reverse;
}
.cid-thrTbbPtIQ img {
  width: 100%;
}
.cid-thrTbbPtIQ .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thrUb82K83 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thrUb82K83 .mbr-fallback-image.disabled {
  display: none;
}
.cid-thrUb82K83 .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-thrUb82K83 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thrUb82K83 .row {
  flex-direction: row-reverse;
}
.cid-thrUb82K83 img {
  width: 100%;
}
.cid-thrUb82K83 .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thrUbOoO7g {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thrUbOoO7g .mbr-fallback-image.disabled {
  display: none;
}
.cid-thrUbOoO7g .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-thrUbOoO7g .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thrUbOoO7g .row {
  flex-direction: row-reverse;
}
.cid-thrUbOoO7g img {
  width: 100%;
}
.cid-thrUbOoO7g .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thrUcilhyH {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thrUcilhyH .mbr-fallback-image.disabled {
  display: none;
}
.cid-thrUcilhyH .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-thrUcilhyH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thrUcilhyH .row {
  flex-direction: row-reverse;
}
.cid-thrUcilhyH img {
  width: 100%;
}
.cid-thrUcilhyH .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thrUcQdGsn {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thrUcQdGsn .mbr-fallback-image.disabled {
  display: none;
}
.cid-thrUcQdGsn .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-thrUcQdGsn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thrUcQdGsn .row {
  flex-direction: row-reverse;
}
.cid-thrUcQdGsn img {
  width: 100%;
}
.cid-thrUcQdGsn .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thrUdHYnvM {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thrUdHYnvM .mbr-fallback-image.disabled {
  display: none;
}
.cid-thrUdHYnvM .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-thrUdHYnvM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thrUdHYnvM .row {
  flex-direction: row-reverse;
}
.cid-thrUdHYnvM img {
  width: 100%;
}
.cid-thrUdHYnvM .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thrV5mKyaR {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thrV5mKyaR .mbr-fallback-image.disabled {
  display: none;
}
.cid-thrV5mKyaR .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-thrV5mKyaR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thrV5mKyaR .row {
  flex-direction: row-reverse;
}
.cid-thrV5mKyaR img {
  width: 100%;
}
.cid-thrV5mKyaR .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thrV52FLch {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thrV52FLch .mbr-fallback-image.disabled {
  display: none;
}
.cid-thrV52FLch .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-thrV52FLch .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thrV52FLch .row {
  flex-direction: row-reverse;
}
.cid-thrV52FLch img {
  width: 100%;
}
.cid-thrV52FLch .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thrV0MzIDH {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thrV0MzIDH .mbr-fallback-image.disabled {
  display: none;
}
.cid-thrV0MzIDH .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-thrV0MzIDH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thrV0MzIDH .row {
  flex-direction: row-reverse;
}
.cid-thrV0MzIDH img {
  width: 100%;
}
.cid-thrV0MzIDH .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thrV4Krstx {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thrV4Krstx .mbr-fallback-image.disabled {
  display: none;
}
.cid-thrV4Krstx .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-thrV4Krstx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thrV4Krstx .row {
  flex-direction: row-reverse;
}
.cid-thrV4Krstx img {
  width: 100%;
}
.cid-thrV4Krstx .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thwpSkSKFF {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thwpSkSKFF .mbr-fallback-image.disabled {
  display: none;
}
.cid-thwpSkSKFF .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-thwpSkSKFF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thwpSkSKFF .row {
  flex-direction: row-reverse;
}
.cid-thwpSkSKFF img {
  width: 100%;
}
.cid-thwpSkSKFF .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thwpRPVE0H {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thwpRPVE0H .mbr-fallback-image.disabled {
  display: none;
}
.cid-thwpRPVE0H .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-thwpRPVE0H .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thwpRPVE0H .row {
  flex-direction: row-reverse;
}
.cid-thwpRPVE0H img {
  width: 100%;
}
.cid-thwpRPVE0H .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thwpS5dJBJ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thwpS5dJBJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-thwpS5dJBJ .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-thwpS5dJBJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thwpS5dJBJ .row {
  flex-direction: row-reverse;
}
.cid-thwpS5dJBJ img {
  width: 100%;
}
.cid-thwpS5dJBJ .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thwpQGgmsA {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thwpQGgmsA .mbr-fallback-image.disabled {
  display: none;
}
.cid-thwpQGgmsA .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-thwpQGgmsA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thwpQGgmsA .row {
  flex-direction: row-reverse;
}
.cid-thwpQGgmsA img {
  width: 100%;
}
.cid-thwpQGgmsA .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thwpRnBoRj {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thwpRnBoRj .mbr-fallback-image.disabled {
  display: none;
}
.cid-thwpRnBoRj .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-thwpRnBoRj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thwpRnBoRj .row {
  flex-direction: row-reverse;
}
.cid-thwpRnBoRj img {
  width: 100%;
}
.cid-thwpRnBoRj .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thATeKKBGV {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thATeKKBGV .mbr-fallback-image.disabled {
  display: none;
}
.cid-thATeKKBGV .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-thATeKKBGV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thATeKKBGV .row {
  flex-direction: row-reverse;
}
.cid-thATeKKBGV img {
  width: 100%;
}
.cid-thATeKKBGV .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thATfbnSSe {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thATfbnSSe .mbr-fallback-image.disabled {
  display: none;
}
.cid-thATfbnSSe .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-thATfbnSSe .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thATfbnSSe .row {
  flex-direction: row-reverse;
}
.cid-thATfbnSSe img {
  width: 100%;
}
.cid-thATfbnSSe .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thATexdvsK {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thATexdvsK .mbr-fallback-image.disabled {
  display: none;
}
.cid-thATexdvsK .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-thATexdvsK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thATexdvsK .row {
  flex-direction: row-reverse;
}
.cid-thATexdvsK img {
  width: 100%;
}
.cid-thATexdvsK .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thATejnclQ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thATejnclQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-thATejnclQ .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-thATejnclQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thATejnclQ .row {
  flex-direction: row-reverse;
}
.cid-thATejnclQ img {
  width: 100%;
}
.cid-thATejnclQ .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thATe4VRlB {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thATe4VRlB .mbr-fallback-image.disabled {
  display: none;
}
.cid-thATe4VRlB .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-thATe4VRlB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thATe4VRlB .row {
  flex-direction: row-reverse;
}
.cid-thATe4VRlB img {
  width: 100%;
}
.cid-thATe4VRlB .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thATdKNcfU {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thATdKNcfU .mbr-fallback-image.disabled {
  display: none;
}
.cid-thATdKNcfU .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-thATdKNcfU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thATdKNcfU .row {
  flex-direction: row-reverse;
}
.cid-thATdKNcfU img {
  width: 100%;
}
.cid-thATdKNcfU .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thATcz87LE {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thATcz87LE .mbr-fallback-image.disabled {
  display: none;
}
.cid-thATcz87LE .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-thATcz87LE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thATcz87LE .row {
  flex-direction: row-reverse;
}
.cid-thATcz87LE img {
  width: 100%;
}
.cid-thATcz87LE .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thATdiibJ9 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thATdiibJ9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-thATdiibJ9 .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-thATdiibJ9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thATdiibJ9 .row {
  flex-direction: row-reverse;
}
.cid-thATdiibJ9 img {
  width: 100%;
}
.cid-thATdiibJ9 .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thAUP8Qf9j {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thAUP8Qf9j .mbr-fallback-image.disabled {
  display: none;
}
.cid-thAUP8Qf9j .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-thAUP8Qf9j .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thAUP8Qf9j .row {
  flex-direction: row-reverse;
}
.cid-thAUP8Qf9j img {
  width: 100%;
}
.cid-thAUP8Qf9j .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thAUQbnW7s {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thAUQbnW7s .mbr-fallback-image.disabled {
  display: none;
}
.cid-thAUQbnW7s .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-thAUQbnW7s .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thAUQbnW7s .row {
  flex-direction: row-reverse;
}
.cid-thAUQbnW7s img {
  width: 100%;
}
.cid-thAUQbnW7s .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thrV1rTTKQ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thrV1rTTKQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-thrV1rTTKQ .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-thrV1rTTKQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thrV1rTTKQ .row {
  flex-direction: row-reverse;
}
.cid-thrV1rTTKQ img {
  width: 100%;
}
.cid-thrV1rTTKQ .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thwpSyRF7d {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thwpSyRF7d .mbr-fallback-image.disabled {
  display: none;
}
.cid-thwpSyRF7d .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-thwpSyRF7d .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thwpSyRF7d .row {
  flex-direction: row-reverse;
}
.cid-thwpSyRF7d img {
  width: 100%;
}
.cid-thwpSyRF7d .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thwpSPtjoB {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thwpSPtjoB .mbr-fallback-image.disabled {
  display: none;
}
.cid-thwpSPtjoB .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-thwpSPtjoB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thwpSPtjoB .row {
  flex-direction: row-reverse;
}
.cid-thwpSPtjoB img {
  width: 100%;
}
.cid-thwpSPtjoB .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thAUPUB04f {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thAUPUB04f .mbr-fallback-image.disabled {
  display: none;
}
.cid-thAUPUB04f .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-thAUPUB04f .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thAUPUB04f .row {
  flex-direction: row-reverse;
}
.cid-thAUPUB04f img {
  width: 100%;
}
.cid-thAUPUB04f .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thAUPDCePY {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thAUPDCePY .mbr-fallback-image.disabled {
  display: none;
}
.cid-thAUPDCePY .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-thAUPDCePY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thAUPDCePY .row {
  flex-direction: row-reverse;
}
.cid-thAUPDCePY img {
  width: 100%;
}
.cid-thAUPDCePY .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thAUPnw4o5 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thAUPnw4o5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-thAUPnw4o5 .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-thAUPnw4o5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thAUPnw4o5 .row {
  flex-direction: row-reverse;
}
.cid-thAUPnw4o5 img {
  width: 100%;
}
.cid-thAUPnw4o5 .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thAUOR4dSW {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thAUOR4dSW .mbr-fallback-image.disabled {
  display: none;
}
.cid-thAUOR4dSW .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-thAUOR4dSW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thAUOR4dSW .row {
  flex-direction: row-reverse;
}
.cid-thAUOR4dSW img {
  width: 100%;
}
.cid-thAUOR4dSW .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thAUOhgjR8 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thAUOhgjR8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-thAUOhgjR8 .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-thAUOhgjR8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thAUOhgjR8 .row {
  flex-direction: row-reverse;
}
.cid-thAUOhgjR8 img {
  width: 100%;
}
.cid-thAUOhgjR8 .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thAZ9qmHZf {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thAZ9qmHZf .mbr-fallback-image.disabled {
  display: none;
}
.cid-thAZ9qmHZf .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-thAZ9qmHZf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thAZ9qmHZf .row {
  flex-direction: row-reverse;
}
.cid-thAZ9qmHZf img {
  width: 100%;
}
.cid-thAZ9qmHZf .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thAZaNYYMZ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thAZaNYYMZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-thAZaNYYMZ .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-thAZaNYYMZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thAZaNYYMZ .row {
  flex-direction: row-reverse;
}
.cid-thAZaNYYMZ img {
  width: 100%;
}
.cid-thAZaNYYMZ .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thAZawbJEj {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thAZawbJEj .mbr-fallback-image.disabled {
  display: none;
}
.cid-thAZawbJEj .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-thAZawbJEj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thAZawbJEj .row {
  flex-direction: row-reverse;
}
.cid-thAZawbJEj img {
  width: 100%;
}
.cid-thAZawbJEj .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thAZac8GeR {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thAZac8GeR .mbr-fallback-image.disabled {
  display: none;
}
.cid-thAZac8GeR .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-thAZac8GeR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thAZac8GeR .row {
  flex-direction: row-reverse;
}
.cid-thAZac8GeR img {
  width: 100%;
}
.cid-thAZac8GeR .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thB1umOX4S {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thB1umOX4S .mbr-fallback-image.disabled {
  display: none;
}
.cid-thB1umOX4S .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-thB1umOX4S .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thB1umOX4S .row {
  flex-direction: row-reverse;
}
.cid-thB1umOX4S img {
  width: 100%;
}
.cid-thB1umOX4S .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thB1vdd6zt {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thB1vdd6zt .mbr-fallback-image.disabled {
  display: none;
}
.cid-thB1vdd6zt .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-thB1vdd6zt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thB1vdd6zt .row {
  flex-direction: row-reverse;
}
.cid-thB1vdd6zt img {
  width: 100%;
}
.cid-thB1vdd6zt .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thB1uU27Gy {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thB1uU27Gy .mbr-fallback-image.disabled {
  display: none;
}
.cid-thB1uU27Gy .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-thB1uU27Gy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thB1uU27Gy .row {
  flex-direction: row-reverse;
}
.cid-thB1uU27Gy img {
  width: 100%;
}
.cid-thB1uU27Gy .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thIMW7htPE {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thIMW7htPE .mbr-fallback-image.disabled {
  display: none;
}
.cid-thIMW7htPE .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-thIMW7htPE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thIMW7htPE .row {
  flex-direction: row-reverse;
}
.cid-thIMW7htPE img {
  width: 100%;
}
.cid-thIMW7htPE .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thIMWJ7NEO {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thIMWJ7NEO .mbr-fallback-image.disabled {
  display: none;
}
.cid-thIMWJ7NEO .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-thIMWJ7NEO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thIMWJ7NEO .row {
  flex-direction: row-reverse;
}
.cid-thIMWJ7NEO img {
  width: 100%;
}
.cid-thIMWJ7NEO .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thIMXQd8iD {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thIMXQd8iD .mbr-fallback-image.disabled {
  display: none;
}
.cid-thIMXQd8iD .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-thIMXQd8iD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thIMXQd8iD .row {
  flex-direction: row-reverse;
}
.cid-thIMXQd8iD img {
  width: 100%;
}
.cid-thIMXQd8iD .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thIMXsczaz {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thIMXsczaz .mbr-fallback-image.disabled {
  display: none;
}
.cid-thIMXsczaz .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-thIMXsczaz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thIMXsczaz .row {
  flex-direction: row-reverse;
}
.cid-thIMXsczaz img {
  width: 100%;
}
.cid-thIMXsczaz .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thIMX8ThyY {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thIMX8ThyY .mbr-fallback-image.disabled {
  display: none;
}
.cid-thIMX8ThyY .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-thIMX8ThyY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thIMX8ThyY .row {
  flex-direction: row-reverse;
}
.cid-thIMX8ThyY img {
  width: 100%;
}
.cid-thIMX8ThyY .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thITGoMPjO {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thITGoMPjO .mbr-fallback-image.disabled {
  display: none;
}
.cid-thITGoMPjO .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-thITGoMPjO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thITGoMPjO .row {
  flex-direction: row-reverse;
}
.cid-thITGoMPjO img {
  width: 100%;
}
.cid-thITGoMPjO .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thITGQaovc {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thITGQaovc .mbr-fallback-image.disabled {
  display: none;
}
.cid-thITGQaovc .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-thITGQaovc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thITGQaovc .row {
  flex-direction: row-reverse;
}
.cid-thITGQaovc img {
  width: 100%;
}
.cid-thITGQaovc .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thITGaarml {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thITGaarml .mbr-fallback-image.disabled {
  display: none;
}
.cid-thITGaarml .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-thITGaarml .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thITGaarml .row {
  flex-direction: row-reverse;
}
.cid-thITGaarml img {
  width: 100%;
}
.cid-thITGaarml .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thITFWzkJb {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thITFWzkJb .mbr-fallback-image.disabled {
  display: none;
}
.cid-thITFWzkJb .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-thITFWzkJb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thITFWzkJb .row {
  flex-direction: row-reverse;
}
.cid-thITFWzkJb img {
  width: 100%;
}
.cid-thITFWzkJb .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thITFI5BlP {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thITFI5BlP .mbr-fallback-image.disabled {
  display: none;
}
.cid-thITFI5BlP .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-thITFI5BlP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thITFI5BlP .row {
  flex-direction: row-reverse;
}
.cid-thITFI5BlP img {
  width: 100%;
}
.cid-thITFI5BlP .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thITFbHGKn {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thITFbHGKn .mbr-fallback-image.disabled {
  display: none;
}
.cid-thITFbHGKn .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-thITFbHGKn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thITFbHGKn .row {
  flex-direction: row-reverse;
}
.cid-thITFbHGKn img {
  width: 100%;
}
.cid-thITFbHGKn .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thIVr9ZC2x {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thIVr9ZC2x .mbr-fallback-image.disabled {
  display: none;
}
.cid-thIVr9ZC2x .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-thIVr9ZC2x .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thIVr9ZC2x .row {
  flex-direction: row-reverse;
}
.cid-thIVr9ZC2x img {
  width: 100%;
}
.cid-thIVr9ZC2x .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thIVrx2KKO {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thIVrx2KKO .mbr-fallback-image.disabled {
  display: none;
}
.cid-thIVrx2KKO .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-thIVrx2KKO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thIVrx2KKO .row {
  flex-direction: row-reverse;
}
.cid-thIVrx2KKO img {
  width: 100%;
}
.cid-thIVrx2KKO .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thIVqSwya2 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thIVqSwya2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-thIVqSwya2 .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-thIVqSwya2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thIVqSwya2 .row {
  flex-direction: row-reverse;
}
.cid-thIVqSwya2 img {
  width: 100%;
}
.cid-thIVqSwya2 .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thIVqz15wV {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thIVqz15wV .mbr-fallback-image.disabled {
  display: none;
}
.cid-thIVqz15wV .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-thIVqz15wV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thIVqz15wV .row {
  flex-direction: row-reverse;
}
.cid-thIVqz15wV img {
  width: 100%;
}
.cid-thIVqz15wV .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thIVqfVEBs {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thIVqfVEBs .mbr-fallback-image.disabled {
  display: none;
}
.cid-thIVqfVEBs .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-thIVqfVEBs .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thIVqfVEBs .row {
  flex-direction: row-reverse;
}
.cid-thIVqfVEBs img {
  width: 100%;
}
.cid-thIVqfVEBs .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thIVpWHOIg {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thIVpWHOIg .mbr-fallback-image.disabled {
  display: none;
}
.cid-thIVpWHOIg .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-thIVpWHOIg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thIVpWHOIg .row {
  flex-direction: row-reverse;
}
.cid-thIVpWHOIg img {
  width: 100%;
}
.cid-thIVpWHOIg .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thIWAQ2xGD {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thIWAQ2xGD .mbr-fallback-image.disabled {
  display: none;
}
.cid-thIWAQ2xGD .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-thIWAQ2xGD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thIWAQ2xGD .row {
  flex-direction: row-reverse;
}
.cid-thIWAQ2xGD img {
  width: 100%;
}
.cid-thIWAQ2xGD .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thIWBpwmpK {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thIWBpwmpK .mbr-fallback-image.disabled {
  display: none;
}
.cid-thIWBpwmpK .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-thIWBpwmpK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thIWBpwmpK .row {
  flex-direction: row-reverse;
}
.cid-thIWBpwmpK img {
  width: 100%;
}
.cid-thIWBpwmpK .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thIWB5WZoc {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thIWB5WZoc .mbr-fallback-image.disabled {
  display: none;
}
.cid-thIWB5WZoc .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-thIWB5WZoc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thIWB5WZoc .row {
  flex-direction: row-reverse;
}
.cid-thIWB5WZoc img {
  width: 100%;
}
.cid-thIWB5WZoc .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thIWBVG9rV {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thIWBVG9rV .mbr-fallback-image.disabled {
  display: none;
}
.cid-thIWBVG9rV .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-thIWBVG9rV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thIWBVG9rV .row {
  flex-direction: row-reverse;
}
.cid-thIWBVG9rV img {
  width: 100%;
}
.cid-thIWBVG9rV .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thIWAi5S0R {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thIWAi5S0R .mbr-fallback-image.disabled {
  display: none;
}
.cid-thIWAi5S0R .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-thIWAi5S0R .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thIWAi5S0R .row {
  flex-direction: row-reverse;
}
.cid-thIWAi5S0R img {
  width: 100%;
}
.cid-thIWAi5S0R .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thIZ8Oc74e {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thIZ8Oc74e .mbr-fallback-image.disabled {
  display: none;
}
.cid-thIZ8Oc74e .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-thIZ8Oc74e .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thIZ8Oc74e .row {
  flex-direction: row-reverse;
}
.cid-thIZ8Oc74e img {
  width: 100%;
}
.cid-thIZ8Oc74e .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thIZ9jEn2A {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thIZ9jEn2A .mbr-fallback-image.disabled {
  display: none;
}
.cid-thIZ9jEn2A .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-thIZ9jEn2A .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thIZ9jEn2A .row {
  flex-direction: row-reverse;
}
.cid-thIZ9jEn2A img {
  width: 100%;
}
.cid-thIZ9jEn2A .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thIZahAbu9 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thIZahAbu9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-thIZahAbu9 .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-thIZahAbu9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thIZahAbu9 .row {
  flex-direction: row-reverse;
}
.cid-thIZahAbu9 img {
  width: 100%;
}
.cid-thIZahAbu9 .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thIZa39RAA {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thIZa39RAA .mbr-fallback-image.disabled {
  display: none;
}
.cid-thIZa39RAA .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-thIZa39RAA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thIZa39RAA .row {
  flex-direction: row-reverse;
}
.cid-thIZa39RAA img {
  width: 100%;
}
.cid-thIZa39RAA .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thIZ9OHnoW {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thIZ9OHnoW .mbr-fallback-image.disabled {
  display: none;
}
.cid-thIZ9OHnoW .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-thIZ9OHnoW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thIZ9OHnoW .row {
  flex-direction: row-reverse;
}
.cid-thIZ9OHnoW img {
  width: 100%;
}
.cid-thIZ9OHnoW .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thIZ8ablgi {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thIZ8ablgi .mbr-fallback-image.disabled {
  display: none;
}
.cid-thIZ8ablgi .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-thIZ8ablgi .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thIZ8ablgi .row {
  flex-direction: row-reverse;
}
.cid-thIZ8ablgi img {
  width: 100%;
}
.cid-thIZ8ablgi .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thJ2bAO2RI {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thJ2bAO2RI .mbr-fallback-image.disabled {
  display: none;
}
.cid-thJ2bAO2RI .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-thJ2bAO2RI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thJ2bAO2RI .row {
  flex-direction: row-reverse;
}
.cid-thJ2bAO2RI img {
  width: 100%;
}
.cid-thJ2bAO2RI .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thJ2e2bLZ7 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thJ2e2bLZ7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-thJ2e2bLZ7 .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-thJ2e2bLZ7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thJ2e2bLZ7 .row {
  flex-direction: row-reverse;
}
.cid-thJ2e2bLZ7 img {
  width: 100%;
}
.cid-thJ2e2bLZ7 .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thJ2euEHH0 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thJ2euEHH0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-thJ2euEHH0 .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-thJ2euEHH0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thJ2euEHH0 .row {
  flex-direction: row-reverse;
}
.cid-thJ2euEHH0 img {
  width: 100%;
}
.cid-thJ2euEHH0 .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thJ2dMEF6q {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thJ2dMEF6q .mbr-fallback-image.disabled {
  display: none;
}
.cid-thJ2dMEF6q .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-thJ2dMEF6q .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thJ2dMEF6q .row {
  flex-direction: row-reverse;
}
.cid-thJ2dMEF6q img {
  width: 100%;
}
.cid-thJ2dMEF6q .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thJ2dw1xnb {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thJ2dw1xnb .mbr-fallback-image.disabled {
  display: none;
}
.cid-thJ2dw1xnb .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-thJ2dw1xnb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thJ2dw1xnb .row {
  flex-direction: row-reverse;
}
.cid-thJ2dw1xnb img {
  width: 100%;
}
.cid-thJ2dw1xnb .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thJ2daESJ8 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thJ2daESJ8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-thJ2daESJ8 .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-thJ2daESJ8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thJ2daESJ8 .row {
  flex-direction: row-reverse;
}
.cid-thJ2daESJ8 img {
  width: 100%;
}
.cid-thJ2daESJ8 .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thJ2cCwHYh {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thJ2cCwHYh .mbr-fallback-image.disabled {
  display: none;
}
.cid-thJ2cCwHYh .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-thJ2cCwHYh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thJ2cCwHYh .row {
  flex-direction: row-reverse;
}
.cid-thJ2cCwHYh img {
  width: 100%;
}
.cid-thJ2cCwHYh .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thJ664FZgl {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thJ664FZgl .mbr-fallback-image.disabled {
  display: none;
}
.cid-thJ664FZgl .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-thJ664FZgl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thJ664FZgl .row {
  flex-direction: row-reverse;
}
.cid-thJ664FZgl img {
  width: 100%;
}
.cid-thJ664FZgl .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thJ66RgCKA {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thJ66RgCKA .mbr-fallback-image.disabled {
  display: none;
}
.cid-thJ66RgCKA .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-thJ66RgCKA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thJ66RgCKA .row {
  flex-direction: row-reverse;
}
.cid-thJ66RgCKA img {
  width: 100%;
}
.cid-thJ66RgCKA .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thJ66B7T89 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thJ66B7T89 .mbr-fallback-image.disabled {
  display: none;
}
.cid-thJ66B7T89 .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-thJ66B7T89 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thJ66B7T89 .row {
  flex-direction: row-reverse;
}
.cid-thJ66B7T89 img {
  width: 100%;
}
.cid-thJ66B7T89 .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thJ66kVtqJ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thJ66kVtqJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-thJ66kVtqJ .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-thJ66kVtqJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thJ66kVtqJ .row {
  flex-direction: row-reverse;
}
.cid-thJ66kVtqJ img {
  width: 100%;
}
.cid-thJ66kVtqJ .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thJ65JBnuq {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thJ65JBnuq .mbr-fallback-image.disabled {
  display: none;
}
.cid-thJ65JBnuq .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-thJ65JBnuq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thJ65JBnuq .row {
  flex-direction: row-reverse;
}
.cid-thJ65JBnuq img {
  width: 100%;
}
.cid-thJ65JBnuq .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thJ658PbBb {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thJ658PbBb .mbr-fallback-image.disabled {
  display: none;
}
.cid-thJ658PbBb .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-thJ658PbBb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thJ658PbBb .row {
  flex-direction: row-reverse;
}
.cid-thJ658PbBb img {
  width: 100%;
}
.cid-thJ658PbBb .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thJdz63KEX {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thJdz63KEX .mbr-fallback-image.disabled {
  display: none;
}
.cid-thJdz63KEX .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-thJdz63KEX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thJdz63KEX .row {
  flex-direction: row-reverse;
}
.cid-thJdz63KEX img {
  width: 100%;
}
.cid-thJdz63KEX .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thJbBtftcJ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thJbBtftcJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-thJbBtftcJ .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-thJbBtftcJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thJbBtftcJ .row {
  flex-direction: row-reverse;
}
.cid-thJbBtftcJ img {
  width: 100%;
}
.cid-thJbBtftcJ .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thJbCq9Xn0 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thJbCq9Xn0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-thJbCq9Xn0 .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-thJbCq9Xn0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thJbCq9Xn0 .row {
  flex-direction: row-reverse;
}
.cid-thJbCq9Xn0 img {
  width: 100%;
}
.cid-thJbCq9Xn0 .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thJbCVnAuB {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thJbCVnAuB .mbr-fallback-image.disabled {
  display: none;
}
.cid-thJbCVnAuB .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-thJbCVnAuB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thJbCVnAuB .row {
  flex-direction: row-reverse;
}
.cid-thJbCVnAuB img {
  width: 100%;
}
.cid-thJbCVnAuB .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thJbBRWMxv {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thJbBRWMxv .mbr-fallback-image.disabled {
  display: none;
}
.cid-thJbBRWMxv .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-thJbBRWMxv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thJbBRWMxv .row {
  flex-direction: row-reverse;
}
.cid-thJbBRWMxv img {
  width: 100%;
}
.cid-thJbBRWMxv .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thJbC75DOy {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thJbC75DOy .mbr-fallback-image.disabled {
  display: none;
}
.cid-thJbC75DOy .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-thJbC75DOy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thJbC75DOy .row {
  flex-direction: row-reverse;
}
.cid-thJbC75DOy img {
  width: 100%;
}
.cid-thJbC75DOy .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thJbAxCuj9 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thJbAxCuj9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-thJbAxCuj9 .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-thJbAxCuj9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thJbAxCuj9 .row {
  flex-direction: row-reverse;
}
.cid-thJbAxCuj9 img {
  width: 100%;
}
.cid-thJbAxCuj9 .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thJbB4dCtf {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thJbB4dCtf .mbr-fallback-image.disabled {
  display: none;
}
.cid-thJbB4dCtf .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-thJbB4dCtf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thJbB4dCtf .row {
  flex-direction: row-reverse;
}
.cid-thJbB4dCtf img {
  width: 100%;
}
.cid-thJbB4dCtf .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thJd5Ul7vt {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thJd5Ul7vt .mbr-fallback-image.disabled {
  display: none;
}
.cid-thJd5Ul7vt .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-thJd5Ul7vt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thJd5Ul7vt .row {
  flex-direction: row-reverse;
}
.cid-thJd5Ul7vt img {
  width: 100%;
}
.cid-thJd5Ul7vt .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thJd7fpCF7 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thJd7fpCF7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-thJd7fpCF7 .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-thJd7fpCF7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thJd7fpCF7 .row {
  flex-direction: row-reverse;
}
.cid-thJd7fpCF7 img {
  width: 100%;
}
.cid-thJd7fpCF7 .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thJd8ccxKD {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thJd8ccxKD .mbr-fallback-image.disabled {
  display: none;
}
.cid-thJd8ccxKD .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-thJd8ccxKD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thJd8ccxKD .row {
  flex-direction: row-reverse;
}
.cid-thJd8ccxKD img {
  width: 100%;
}
.cid-thJd8ccxKD .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thJd7JUe77 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thJd7JUe77 .mbr-fallback-image.disabled {
  display: none;
}
.cid-thJd7JUe77 .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-thJd7JUe77 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thJd7JUe77 .row {
  flex-direction: row-reverse;
}
.cid-thJd7JUe77 img {
  width: 100%;
}
.cid-thJd7JUe77 .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thJd6UrgBM {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thJd6UrgBM .mbr-fallback-image.disabled {
  display: none;
}
.cid-thJd6UrgBM .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-thJd6UrgBM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thJd6UrgBM .row {
  flex-direction: row-reverse;
}
.cid-thJd6UrgBM img {
  width: 100%;
}
.cid-thJd6UrgBM .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thJd6tyQ3q {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thJd6tyQ3q .mbr-fallback-image.disabled {
  display: none;
}
.cid-thJd6tyQ3q .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-thJd6tyQ3q .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thJd6tyQ3q .row {
  flex-direction: row-reverse;
}
.cid-thJd6tyQ3q img {
  width: 100%;
}
.cid-thJd6tyQ3q .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thJgDJpfVo {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thJgDJpfVo .mbr-fallback-image.disabled {
  display: none;
}
.cid-thJgDJpfVo .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-thJgDJpfVo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thJgDJpfVo .row {
  flex-direction: row-reverse;
}
.cid-thJgDJpfVo img {
  width: 100%;
}
.cid-thJgDJpfVo .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thJgF15Z81 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thJgF15Z81 .mbr-fallback-image.disabled {
  display: none;
}
.cid-thJgF15Z81 .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-thJgF15Z81 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thJgF15Z81 .row {
  flex-direction: row-reverse;
}
.cid-thJgF15Z81 img {
  width: 100%;
}
.cid-thJgF15Z81 .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thJgFtYAf5 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thJgFtYAf5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-thJgFtYAf5 .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-thJgFtYAf5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thJgFtYAf5 .row {
  flex-direction: row-reverse;
}
.cid-thJgFtYAf5 img {
  width: 100%;
}
.cid-thJgFtYAf5 .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thJgExOR2Y {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thJgExOR2Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-thJgExOR2Y .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-thJgExOR2Y .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thJgExOR2Y .row {
  flex-direction: row-reverse;
}
.cid-thJgExOR2Y img {
  width: 100%;
}
.cid-thJgExOR2Y .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thJgEh0RyB {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thJgEh0RyB .mbr-fallback-image.disabled {
  display: none;
}
.cid-thJgEh0RyB .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-thJgEh0RyB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thJgEh0RyB .row {
  flex-direction: row-reverse;
}
.cid-thJgEh0RyB img {
  width: 100%;
}
.cid-thJgEh0RyB .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thJgDhDN3k {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thJgDhDN3k .mbr-fallback-image.disabled {
  display: none;
}
.cid-thJgDhDN3k .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-thJgDhDN3k .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thJgDhDN3k .row {
  flex-direction: row-reverse;
}
.cid-thJgDhDN3k img {
  width: 100%;
}
.cid-thJgDhDN3k .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thJiz7Rjbm {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thJiz7Rjbm .mbr-fallback-image.disabled {
  display: none;
}
.cid-thJiz7Rjbm .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-thJiz7Rjbm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thJiz7Rjbm .row {
  flex-direction: row-reverse;
}
.cid-thJiz7Rjbm img {
  width: 100%;
}
.cid-thJiz7Rjbm .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thJiBg78xl {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thJiBg78xl .mbr-fallback-image.disabled {
  display: none;
}
.cid-thJiBg78xl .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-thJiBg78xl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thJiBg78xl .row {
  flex-direction: row-reverse;
}
.cid-thJiBg78xl img {
  width: 100%;
}
.cid-thJiBg78xl .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thJiBOK9Oe {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thJiBOK9Oe .mbr-fallback-image.disabled {
  display: none;
}
.cid-thJiBOK9Oe .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-thJiBOK9Oe .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thJiBOK9Oe .row {
  flex-direction: row-reverse;
}
.cid-thJiBOK9Oe img {
  width: 100%;
}
.cid-thJiBOK9Oe .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thJiCKSulP {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thJiCKSulP .mbr-fallback-image.disabled {
  display: none;
}
.cid-thJiCKSulP .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-thJiCKSulP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thJiCKSulP .row {
  flex-direction: row-reverse;
}
.cid-thJiCKSulP img {
  width: 100%;
}
.cid-thJiCKSulP .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thJiCinKm8 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thJiCinKm8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-thJiCinKm8 .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-thJiCinKm8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thJiCinKm8 .row {
  flex-direction: row-reverse;
}
.cid-thJiCinKm8 img {
  width: 100%;
}
.cid-thJiCinKm8 .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thJiACDneD {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thJiACDneD .mbr-fallback-image.disabled {
  display: none;
}
.cid-thJiACDneD .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-thJiACDneD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thJiACDneD .row {
  flex-direction: row-reverse;
}
.cid-thJiACDneD img {
  width: 100%;
}
.cid-thJiACDneD .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thJiA5KZEV {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thJiA5KZEV .mbr-fallback-image.disabled {
  display: none;
}
.cid-thJiA5KZEV .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-thJiA5KZEV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thJiA5KZEV .row {
  flex-direction: row-reverse;
}
.cid-thJiA5KZEV img {
  width: 100%;
}
.cid-thJiA5KZEV .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thJk2dVeHC {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thJk2dVeHC .mbr-fallback-image.disabled {
  display: none;
}
.cid-thJk2dVeHC .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-thJk2dVeHC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thJk2dVeHC .row {
  flex-direction: row-reverse;
}
.cid-thJk2dVeHC img {
  width: 100%;
}
.cid-thJk2dVeHC .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thJk4ELx50 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thJk4ELx50 .mbr-fallback-image.disabled {
  display: none;
}
.cid-thJk4ELx50 .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-thJk4ELx50 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thJk4ELx50 .row {
  flex-direction: row-reverse;
}
.cid-thJk4ELx50 img {
  width: 100%;
}
.cid-thJk4ELx50 .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thJk37TlzB {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thJk37TlzB .mbr-fallback-image.disabled {
  display: none;
}
.cid-thJk37TlzB .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-thJk37TlzB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thJk37TlzB .row {
  flex-direction: row-reverse;
}
.cid-thJk37TlzB img {
  width: 100%;
}
.cid-thJk37TlzB .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thJk44GnlM {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thJk44GnlM .mbr-fallback-image.disabled {
  display: none;
}
.cid-thJk44GnlM .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-thJk44GnlM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thJk44GnlM .row {
  flex-direction: row-reverse;
}
.cid-thJk44GnlM img {
  width: 100%;
}
.cid-thJk44GnlM .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thJk3HA4PI {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thJk3HA4PI .mbr-fallback-image.disabled {
  display: none;
}
.cid-thJk3HA4PI .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-thJk3HA4PI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thJk3HA4PI .row {
  flex-direction: row-reverse;
}
.cid-thJk3HA4PI img {
  width: 100%;
}
.cid-thJk3HA4PI .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thJq363khQ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thJq363khQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-thJq363khQ .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-thJq363khQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thJq363khQ .row {
  flex-direction: row-reverse;
}
.cid-thJq363khQ img {
  width: 100%;
}
.cid-thJq363khQ .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thJq3G29ca {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thJq3G29ca .mbr-fallback-image.disabled {
  display: none;
}
.cid-thJq3G29ca .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-thJq3G29ca .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thJq3G29ca .row {
  flex-direction: row-reverse;
}
.cid-thJq3G29ca img {
  width: 100%;
}
.cid-thJq3G29ca .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thJq57fr7R {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thJq57fr7R .mbr-fallback-image.disabled {
  display: none;
}
.cid-thJq57fr7R .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-thJq57fr7R .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thJq57fr7R .row {
  flex-direction: row-reverse;
}
.cid-thJq57fr7R img {
  width: 100%;
}
.cid-thJq57fr7R .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thJq4NP2iK {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thJq4NP2iK .mbr-fallback-image.disabled {
  display: none;
}
.cid-thJq4NP2iK .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-thJq4NP2iK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thJq4NP2iK .row {
  flex-direction: row-reverse;
}
.cid-thJq4NP2iK img {
  width: 100%;
}
.cid-thJq4NP2iK .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thJq4fORbe {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thJq4fORbe .mbr-fallback-image.disabled {
  display: none;
}
.cid-thJq4fORbe .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-thJq4fORbe .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thJq4fORbe .row {
  flex-direction: row-reverse;
}
.cid-thJq4fORbe img {
  width: 100%;
}
.cid-thJq4fORbe .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thJq2EoEyI {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thJq2EoEyI .mbr-fallback-image.disabled {
  display: none;
}
.cid-thJq2EoEyI .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-thJq2EoEyI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-thJq2EoEyI .row {
  flex-direction: row-reverse;
}
.cid-thJq2EoEyI img {
  width: 100%;
}
.cid-thJq2EoEyI .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-ti0foJHgi5 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ti0foJHgi5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ti0foJHgi5 .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-ti0foJHgi5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ti0foJHgi5 .row {
  flex-direction: row-reverse;
}
.cid-ti0foJHgi5 img {
  width: 100%;
}
.cid-ti0foJHgi5 .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-ti0fpG3veF {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ti0fpG3veF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ti0fpG3veF .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-ti0fpG3veF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ti0fpG3veF .row {
  flex-direction: row-reverse;
}
.cid-ti0fpG3veF img {
  width: 100%;
}
.cid-ti0fpG3veF .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-ti0fpienqb {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ti0fpienqb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ti0fpienqb .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-ti0fpienqb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ti0fpienqb .row {
  flex-direction: row-reverse;
}
.cid-ti0fpienqb img {
  width: 100%;
}
.cid-ti0fpienqb .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-ti0fnW3JRo {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ti0fnW3JRo .mbr-fallback-image.disabled {
  display: none;
}
.cid-ti0fnW3JRo .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-ti0fnW3JRo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ti0fnW3JRo .row {
  flex-direction: row-reverse;
}
.cid-ti0fnW3JRo img {
  width: 100%;
}
.cid-ti0fnW3JRo .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-ti0h4Wlr6s {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ti0h4Wlr6s .mbr-fallback-image.disabled {
  display: none;
}
.cid-ti0h4Wlr6s .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-ti0h4Wlr6s .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ti0h4Wlr6s .row {
  flex-direction: row-reverse;
}
.cid-ti0h4Wlr6s img {
  width: 100%;
}
.cid-ti0h4Wlr6s .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tinvFGPtAv {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tinvFGPtAv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tinvFGPtAv .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-tinvFGPtAv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tinvFGPtAv .row {
  flex-direction: row-reverse;
}
.cid-tinvFGPtAv img {
  width: 100%;
}
.cid-tinvFGPtAv .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-ti0h6Z1hED {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ti0h6Z1hED .mbr-fallback-image.disabled {
  display: none;
}
.cid-ti0h6Z1hED .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-ti0h6Z1hED .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ti0h6Z1hED .row {
  flex-direction: row-reverse;
}
.cid-ti0h6Z1hED img {
  width: 100%;
}
.cid-ti0h6Z1hED .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-ti0h7nYTw1 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ti0h7nYTw1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ti0h7nYTw1 .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-ti0h7nYTw1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ti0h7nYTw1 .row {
  flex-direction: row-reverse;
}
.cid-ti0h7nYTw1 img {
  width: 100%;
}
.cid-ti0h7nYTw1 .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-ti0h6uIOnW {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ti0h6uIOnW .mbr-fallback-image.disabled {
  display: none;
}
.cid-ti0h6uIOnW .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-ti0h6uIOnW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ti0h6uIOnW .row {
  flex-direction: row-reverse;
}
.cid-ti0h6uIOnW img {
  width: 100%;
}
.cid-ti0h6uIOnW .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-ti0h5Bu6Rw {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ti0h5Bu6Rw .mbr-fallback-image.disabled {
  display: none;
}
.cid-ti0h5Bu6Rw .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-ti0h5Bu6Rw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ti0h5Bu6Rw .row {
  flex-direction: row-reverse;
}
.cid-ti0h5Bu6Rw img {
  width: 100%;
}
.cid-ti0h5Bu6Rw .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-ti0h61blaM {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ti0h61blaM .mbr-fallback-image.disabled {
  display: none;
}
.cid-ti0h61blaM .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-ti0h61blaM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ti0h61blaM .row {
  flex-direction: row-reverse;
}
.cid-ti0h61blaM img {
  width: 100%;
}
.cid-ti0h61blaM .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tinvHhCmZC {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tinvHhCmZC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tinvHhCmZC .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-tinvHhCmZC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tinvHhCmZC .row {
  flex-direction: row-reverse;
}
.cid-tinvHhCmZC img {
  width: 100%;
}
.cid-tinvHhCmZC .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tinvIfQAc8 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tinvIfQAc8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tinvIfQAc8 .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-tinvIfQAc8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tinvIfQAc8 .row {
  flex-direction: row-reverse;
}
.cid-tinvIfQAc8 img {
  width: 100%;
}
.cid-tinvIfQAc8 .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tinvIFBINu {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tinvIFBINu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tinvIFBINu .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-tinvIFBINu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tinvIFBINu .row {
  flex-direction: row-reverse;
}
.cid-tinvIFBINu img {
  width: 100%;
}
.cid-tinvIFBINu .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tinvJkkvyC {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tinvJkkvyC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tinvJkkvyC .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-tinvJkkvyC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tinvJkkvyC .row {
  flex-direction: row-reverse;
}
.cid-tinvJkkvyC img {
  width: 100%;
}
.cid-tinvJkkvyC .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tinvHNtuIC {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tinvHNtuIC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tinvHNtuIC .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-tinvHNtuIC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tinvHNtuIC .row {
  flex-direction: row-reverse;
}
.cid-tinvHNtuIC img {
  width: 100%;
}
.cid-tinvHNtuIC .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tinvGNDdLa {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tinvGNDdLa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tinvGNDdLa .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-tinvGNDdLa .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tinvGNDdLa .row {
  flex-direction: row-reverse;
}
.cid-tinvGNDdLa img {
  width: 100%;
}
.cid-tinvGNDdLa .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tinvGizsCS {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tinvGizsCS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tinvGizsCS .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-tinvGizsCS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tinvGizsCS .row {
  flex-direction: row-reverse;
}
.cid-tinvGizsCS img {
  width: 100%;
}
.cid-tinvGizsCS .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tinxSsIL6c {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tinxSsIL6c .mbr-fallback-image.disabled {
  display: none;
}
.cid-tinxSsIL6c .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-tinxSsIL6c .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tinxSsIL6c .row {
  flex-direction: row-reverse;
}
.cid-tinxSsIL6c img {
  width: 100%;
}
.cid-tinxSsIL6c .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tinxRry7JN {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tinxRry7JN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tinxRry7JN .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-tinxRry7JN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tinxRry7JN .row {
  flex-direction: row-reverse;
}
.cid-tinxRry7JN img {
  width: 100%;
}
.cid-tinxRry7JN .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tinxTrccsO {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tinxTrccsO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tinxTrccsO .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-tinxTrccsO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tinxTrccsO .row {
  flex-direction: row-reverse;
}
.cid-tinxTrccsO img {
  width: 100%;
}
.cid-tinxTrccsO .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tinxU74icu {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tinxU74icu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tinxU74icu .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-tinxU74icu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tinxU74icu .row {
  flex-direction: row-reverse;
}
.cid-tinxU74icu img {
  width: 100%;
}
.cid-tinxU74icu .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tinxTM9oHS {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tinxTM9oHS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tinxTM9oHS .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-tinxTM9oHS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tinxTM9oHS .row {
  flex-direction: row-reverse;
}
.cid-tinxTM9oHS img {
  width: 100%;
}
.cid-tinxTM9oHS .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tinxUJ0QIz {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tinxUJ0QIz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tinxUJ0QIz .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-tinxUJ0QIz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tinxUJ0QIz .row {
  flex-direction: row-reverse;
}
.cid-tinxUJ0QIz img {
  width: 100%;
}
.cid-tinxUJ0QIz .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tinxVow9zz {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tinxVow9zz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tinxVow9zz .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-tinxVow9zz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tinxVow9zz .row {
  flex-direction: row-reverse;
}
.cid-tinxVow9zz img {
  width: 100%;
}
.cid-tinxVow9zz .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tinxSZKlwX {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tinxSZKlwX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tinxSZKlwX .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-tinxSZKlwX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tinxSZKlwX .row {
  flex-direction: row-reverse;
}
.cid-tinxSZKlwX img {
  width: 100%;
}
.cid-tinxSZKlwX .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tinxS0ahKA {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tinxS0ahKA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tinxS0ahKA .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-tinxS0ahKA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tinxS0ahKA .row {
  flex-direction: row-reverse;
}
.cid-tinxS0ahKA img {
  width: 100%;
}
.cid-tinxS0ahKA .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tinztlAYMq {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tinztlAYMq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tinztlAYMq .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-tinztlAYMq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tinztlAYMq .row {
  flex-direction: row-reverse;
}
.cid-tinztlAYMq img {
  width: 100%;
}
.cid-tinztlAYMq .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tinzuetLNT {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tinzuetLNT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tinzuetLNT .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-tinzuetLNT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tinzuetLNT .row {
  flex-direction: row-reverse;
}
.cid-tinzuetLNT img {
  width: 100%;
}
.cid-tinzuetLNT .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tinzvbm8HY {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tinzvbm8HY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tinzvbm8HY .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-tinzvbm8HY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tinzvbm8HY .row {
  flex-direction: row-reverse;
}
.cid-tinzvbm8HY img {
  width: 100%;
}
.cid-tinzvbm8HY .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tinzuGQZpa {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tinzuGQZpa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tinzuGQZpa .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-tinzuGQZpa .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tinzuGQZpa .row {
  flex-direction: row-reverse;
}
.cid-tinzuGQZpa img {
  width: 100%;
}
.cid-tinzuGQZpa .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tinzwhLZO5 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tinzwhLZO5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tinzwhLZO5 .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-tinzwhLZO5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tinzwhLZO5 .row {
  flex-direction: row-reverse;
}
.cid-tinzwhLZO5 img {
  width: 100%;
}
.cid-tinzwhLZO5 .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tinzvNkhLG {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tinzvNkhLG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tinzvNkhLG .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-tinzvNkhLG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tinzvNkhLG .row {
  flex-direction: row-reverse;
}
.cid-tinzvNkhLG img {
  width: 100%;
}
.cid-tinzvNkhLG .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tinztNW1PU {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tinztNW1PU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tinztNW1PU .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-tinztNW1PU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tinztNW1PU .row {
  flex-direction: row-reverse;
}
.cid-tinztNW1PU img {
  width: 100%;
}
.cid-tinztNW1PU .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tinzsDtvYE {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tinzsDtvYE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tinzsDtvYE .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-tinzsDtvYE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tinzsDtvYE .row {
  flex-direction: row-reverse;
}
.cid-tinzsDtvYE img {
  width: 100%;
}
.cid-tinzsDtvYE .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tinBCy93OE {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tinBCy93OE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tinBCy93OE .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-tinBCy93OE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tinBCy93OE .row {
  flex-direction: row-reverse;
}
.cid-tinBCy93OE img {
  width: 100%;
}
.cid-tinBCy93OE .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tinBDbcYA9 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tinBDbcYA9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tinBDbcYA9 .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-tinBDbcYA9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tinBDbcYA9 .row {
  flex-direction: row-reverse;
}
.cid-tinBDbcYA9 img {
  width: 100%;
}
.cid-tinBDbcYA9 .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tinBES6KV3 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tinBES6KV3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tinBES6KV3 .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-tinBES6KV3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tinBES6KV3 .row {
  flex-direction: row-reverse;
}
.cid-tinBES6KV3 img {
  width: 100%;
}
.cid-tinBES6KV3 .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tinBG10S8S {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tinBG10S8S .mbr-fallback-image.disabled {
  display: none;
}
.cid-tinBG10S8S .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-tinBG10S8S .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tinBG10S8S .row {
  flex-direction: row-reverse;
}
.cid-tinBG10S8S img {
  width: 100%;
}
.cid-tinBG10S8S .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tinBHbWqCf {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tinBHbWqCf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tinBHbWqCf .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-tinBHbWqCf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tinBHbWqCf .row {
  flex-direction: row-reverse;
}
.cid-tinBHbWqCf img {
  width: 100%;
}
.cid-tinBHbWqCf .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tinBGJdauh {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tinBGJdauh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tinBGJdauh .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-tinBGJdauh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tinBGJdauh .row {
  flex-direction: row-reverse;
}
.cid-tinBGJdauh img {
  width: 100%;
}
.cid-tinBGJdauh .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tinBFAdZMo {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tinBFAdZMo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tinBFAdZMo .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-tinBFAdZMo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tinBFAdZMo .row {
  flex-direction: row-reverse;
}
.cid-tinBFAdZMo img {
  width: 100%;
}
.cid-tinBFAdZMo .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tinBEnxKcr {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tinBEnxKcr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tinBEnxKcr .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-tinBEnxKcr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tinBEnxKcr .row {
  flex-direction: row-reverse;
}
.cid-tinBEnxKcr img {
  width: 100%;
}
.cid-tinBEnxKcr .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tinBDTwh0t {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tinBDTwh0t .mbr-fallback-image.disabled {
  display: none;
}
.cid-tinBDTwh0t .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-tinBDTwh0t .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tinBDTwh0t .row {
  flex-direction: row-reverse;
}
.cid-tinBDTwh0t img {
  width: 100%;
}
.cid-tinBDTwh0t .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tinBBUvqgK {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tinBBUvqgK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tinBBUvqgK .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-tinBBUvqgK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tinBBUvqgK .row {
  flex-direction: row-reverse;
}
.cid-tinBBUvqgK img {
  width: 100%;
}
.cid-tinBBUvqgK .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tinDrksBN6 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tinDrksBN6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tinDrksBN6 .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-tinDrksBN6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tinDrksBN6 .row {
  flex-direction: row-reverse;
}
.cid-tinDrksBN6 img {
  width: 100%;
}
.cid-tinDrksBN6 .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tinDt5i3Xd {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tinDt5i3Xd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tinDt5i3Xd .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-tinDt5i3Xd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tinDt5i3Xd .row {
  flex-direction: row-reverse;
}
.cid-tinDt5i3Xd img {
  width: 100%;
}
.cid-tinDt5i3Xd .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tinDuKeUSm {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tinDuKeUSm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tinDuKeUSm .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-tinDuKeUSm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tinDuKeUSm .row {
  flex-direction: row-reverse;
}
.cid-tinDuKeUSm img {
  width: 100%;
}
.cid-tinDuKeUSm .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tinDvx018R {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tinDvx018R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tinDvx018R .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-tinDvx018R .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tinDvx018R .row {
  flex-direction: row-reverse;
}
.cid-tinDvx018R img {
  width: 100%;
}
.cid-tinDvx018R .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tinDv8OWbd {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tinDv8OWbd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tinDv8OWbd .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-tinDv8OWbd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tinDv8OWbd .row {
  flex-direction: row-reverse;
}
.cid-tinDv8OWbd img {
  width: 100%;
}
.cid-tinDv8OWbd .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tinDtENhIA {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tinDtENhIA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tinDtENhIA .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-tinDtENhIA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tinDtENhIA .row {
  flex-direction: row-reverse;
}
.cid-tinDtENhIA img {
  width: 100%;
}
.cid-tinDtENhIA .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tinDuiBqYD {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tinDuiBqYD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tinDuiBqYD .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-tinDuiBqYD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tinDuiBqYD .row {
  flex-direction: row-reverse;
}
.cid-tinDuiBqYD img {
  width: 100%;
}
.cid-tinDuiBqYD .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tinDsB6xs1 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tinDsB6xs1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tinDsB6xs1 .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-tinDsB6xs1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tinDsB6xs1 .row {
  flex-direction: row-reverse;
}
.cid-tinDsB6xs1 img {
  width: 100%;
}
.cid-tinDsB6xs1 .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tinDs2qj4e {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tinDs2qj4e .mbr-fallback-image.disabled {
  display: none;
}
.cid-tinDs2qj4e .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-tinDs2qj4e .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tinDs2qj4e .row {
  flex-direction: row-reverse;
}
.cid-tinDs2qj4e img {
  width: 100%;
}
.cid-tinDs2qj4e .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tinFk2L5Lq {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tinFk2L5Lq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tinFk2L5Lq .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-tinFk2L5Lq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tinFk2L5Lq .row {
  flex-direction: row-reverse;
}
.cid-tinFk2L5Lq img {
  width: 100%;
}
.cid-tinFk2L5Lq .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tinFkyPGAb {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tinFkyPGAb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tinFkyPGAb .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-tinFkyPGAb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tinFkyPGAb .row {
  flex-direction: row-reverse;
}
.cid-tinFkyPGAb img {
  width: 100%;
}
.cid-tinFkyPGAb .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tinFjwUcug {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tinFjwUcug .mbr-fallback-image.disabled {
  display: none;
}
.cid-tinFjwUcug .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-tinFjwUcug .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tinFjwUcug .row {
  flex-direction: row-reverse;
}
.cid-tinFjwUcug img {
  width: 100%;
}
.cid-tinFjwUcug .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tinFn04DmY {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tinFn04DmY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tinFn04DmY .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-tinFn04DmY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tinFn04DmY .row {
  flex-direction: row-reverse;
}
.cid-tinFn04DmY img {
  width: 100%;
}
.cid-tinFn04DmY .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tinFmpvb7a {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tinFmpvb7a .mbr-fallback-image.disabled {
  display: none;
}
.cid-tinFmpvb7a .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-tinFmpvb7a .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tinFmpvb7a .row {
  flex-direction: row-reverse;
}
.cid-tinFmpvb7a img {
  width: 100%;
}
.cid-tinFmpvb7a .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tinFlTO1VI {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tinFlTO1VI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tinFlTO1VI .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-tinFlTO1VI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tinFlTO1VI .row {
  flex-direction: row-reverse;
}
.cid-tinFlTO1VI img {
  width: 100%;
}
.cid-tinFlTO1VI .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tinFldf0P1 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tinFldf0P1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tinFldf0P1 .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-tinFldf0P1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tinFldf0P1 .row {
  flex-direction: row-reverse;
}
.cid-tinFldf0P1 img {
  width: 100%;
}
.cid-tinFldf0P1 .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tinFiMNRAV {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tinFiMNRAV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tinFiMNRAV .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-tinFiMNRAV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tinFiMNRAV .row {
  flex-direction: row-reverse;
}
.cid-tinFiMNRAV img {
  width: 100%;
}
.cid-tinFiMNRAV .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tinGxvohCi {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tinGxvohCi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tinGxvohCi .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-tinGxvohCi .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tinGxvohCi .row {
  flex-direction: row-reverse;
}
.cid-tinGxvohCi img {
  width: 100%;
}
.cid-tinGxvohCi .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tinGxYixwM {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tinGxYixwM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tinGxYixwM .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-tinGxYixwM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tinGxYixwM .row {
  flex-direction: row-reverse;
}
.cid-tinGxYixwM img {
  width: 100%;
}
.cid-tinGxYixwM .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tinGzw6Njw {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tinGzw6Njw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tinGzw6Njw .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-tinGzw6Njw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tinGzw6Njw .row {
  flex-direction: row-reverse;
}
.cid-tinGzw6Njw img {
  width: 100%;
}
.cid-tinGzw6Njw .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tinGx1f8sD {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tinGx1f8sD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tinGx1f8sD .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-tinGx1f8sD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tinGx1f8sD .row {
  flex-direction: row-reverse;
}
.cid-tinGx1f8sD img {
  width: 100%;
}
.cid-tinGx1f8sD .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tinGB5RdAP {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tinGB5RdAP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tinGB5RdAP .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-tinGB5RdAP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tinGB5RdAP .row {
  flex-direction: row-reverse;
}
.cid-tinGB5RdAP img {
  width: 100%;
}
.cid-tinGB5RdAP .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tinGCVI9O1 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tinGCVI9O1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tinGCVI9O1 .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-tinGCVI9O1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tinGCVI9O1 .row {
  flex-direction: row-reverse;
}
.cid-tinGCVI9O1 img {
  width: 100%;
}
.cid-tinGCVI9O1 .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tinGCpHczz {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tinGCpHczz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tinGCpHczz .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-tinGCpHczz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tinGCpHczz .row {
  flex-direction: row-reverse;
}
.cid-tinGCpHczz img {
  width: 100%;
}
.cid-tinGCpHczz .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tinGBKzUB7 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tinGBKzUB7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tinGBKzUB7 .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-tinGBKzUB7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tinGBKzUB7 .row {
  flex-direction: row-reverse;
}
.cid-tinGBKzUB7 img {
  width: 100%;
}
.cid-tinGBKzUB7 .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tinGwmzrhX {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tinGwmzrhX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tinGwmzrhX .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-tinGwmzrhX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tinGwmzrhX .row {
  flex-direction: row-reverse;
}
.cid-tinGwmzrhX img {
  width: 100%;
}
.cid-tinGwmzrhX .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tinHQNA3ZX {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tinHQNA3ZX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tinHQNA3ZX .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-tinHQNA3ZX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tinHQNA3ZX .row {
  flex-direction: row-reverse;
}
.cid-tinHQNA3ZX img {
  width: 100%;
}
.cid-tinHQNA3ZX .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tinHVpgy79 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tinHVpgy79 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tinHVpgy79 .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-tinHVpgy79 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tinHVpgy79 .row {
  flex-direction: row-reverse;
}
.cid-tinHVpgy79 img {
  width: 100%;
}
.cid-tinHVpgy79 .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tinHW7ROL0 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tinHW7ROL0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tinHW7ROL0 .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-tinHW7ROL0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tinHW7ROL0 .row {
  flex-direction: row-reverse;
}
.cid-tinHW7ROL0 img {
  width: 100%;
}
.cid-tinHW7ROL0 .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tinHStGCjl {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tinHStGCjl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tinHStGCjl .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-tinHStGCjl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tinHStGCjl .row {
  flex-direction: row-reverse;
}
.cid-tinHStGCjl img {
  width: 100%;
}
.cid-tinHStGCjl .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tinHThMzY0 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tinHThMzY0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tinHThMzY0 .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-tinHThMzY0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tinHThMzY0 .row {
  flex-direction: row-reverse;
}
.cid-tinHThMzY0 img {
  width: 100%;
}
.cid-tinHThMzY0 .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tinHRt4ZFz {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tinHRt4ZFz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tinHRt4ZFz .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-tinHRt4ZFz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tinHRt4ZFz .row {
  flex-direction: row-reverse;
}
.cid-tinHRt4ZFz img {
  width: 100%;
}
.cid-tinHRt4ZFz .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tinHQ0kanY {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tinHQ0kanY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tinHQ0kanY .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-tinHQ0kanY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tinHQ0kanY .row {
  flex-direction: row-reverse;
}
.cid-tinHQ0kanY img {
  width: 100%;
}
.cid-tinHQ0kanY .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tinJcDW9sk {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tinJcDW9sk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tinJcDW9sk .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-tinJcDW9sk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tinJcDW9sk .row {
  flex-direction: row-reverse;
}
.cid-tinJcDW9sk img {
  width: 100%;
}
.cid-tinJcDW9sk .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tinJef53HI {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tinJef53HI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tinJef53HI .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-tinJef53HI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tinJef53HI .row {
  flex-direction: row-reverse;
}
.cid-tinJef53HI img {
  width: 100%;
}
.cid-tinJef53HI .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tinJdtqdA3 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tinJdtqdA3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tinJdtqdA3 .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-tinJdtqdA3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tinJdtqdA3 .row {
  flex-direction: row-reverse;
}
.cid-tinJdtqdA3 img {
  width: 100%;
}
.cid-tinJdtqdA3 .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tinJfuqzx0 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tinJfuqzx0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tinJfuqzx0 .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-tinJfuqzx0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tinJfuqzx0 .row {
  flex-direction: row-reverse;
}
.cid-tinJfuqzx0 img {
  width: 100%;
}
.cid-tinJfuqzx0 .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tinJgdYC2Z {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tinJgdYC2Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-tinJgdYC2Z .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-tinJgdYC2Z .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tinJgdYC2Z .row {
  flex-direction: row-reverse;
}
.cid-tinJgdYC2Z img {
  width: 100%;
}
.cid-tinJgdYC2Z .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tinJeSmhj2 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tinJeSmhj2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tinJeSmhj2 .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-tinJeSmhj2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tinJeSmhj2 .row {
  flex-direction: row-reverse;
}
.cid-tinJeSmhj2 img {
  width: 100%;
}
.cid-tinJeSmhj2 .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tinKWp2OEv {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tinKWp2OEv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tinKWp2OEv .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-tinKWp2OEv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tinKWp2OEv .row {
  flex-direction: row-reverse;
}
.cid-tinKWp2OEv img {
  width: 100%;
}
.cid-tinKWp2OEv .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tinL0zFnjh {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tinL0zFnjh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tinL0zFnjh .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-tinL0zFnjh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tinL0zFnjh .row {
  flex-direction: row-reverse;
}
.cid-tinL0zFnjh img {
  width: 100%;
}
.cid-tinL0zFnjh .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tinL1b2j5F {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tinL1b2j5F .mbr-fallback-image.disabled {
  display: none;
}
.cid-tinL1b2j5F .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-tinL1b2j5F .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tinL1b2j5F .row {
  flex-direction: row-reverse;
}
.cid-tinL1b2j5F img {
  width: 100%;
}
.cid-tinL1b2j5F .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tinL1SpwEf {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tinL1SpwEf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tinL1SpwEf .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-tinL1SpwEf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tinL1SpwEf .row {
  flex-direction: row-reverse;
}
.cid-tinL1SpwEf img {
  width: 100%;
}
.cid-tinL1SpwEf .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tinL2AEVA2 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tinL2AEVA2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tinL2AEVA2 .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-tinL2AEVA2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tinL2AEVA2 .row {
  flex-direction: row-reverse;
}
.cid-tinL2AEVA2 img {
  width: 100%;
}
.cid-tinL2AEVA2 .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tinSseOmZE {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tinSseOmZE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tinSseOmZE .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-tinSseOmZE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tinSseOmZE .row {
  flex-direction: row-reverse;
}
.cid-tinSseOmZE img {
  width: 100%;
}
.cid-tinSseOmZE .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tinKZ7o7Eb {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tinKZ7o7Eb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tinKZ7o7Eb .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-tinKZ7o7Eb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tinKZ7o7Eb .row {
  flex-direction: row-reverse;
}
.cid-tinKZ7o7Eb img {
  width: 100%;
}
.cid-tinKZ7o7Eb .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tinKXVRQjD {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tinKXVRQjD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tinKXVRQjD .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-tinKXVRQjD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tinKXVRQjD .row {
  flex-direction: row-reverse;
}
.cid-tinKXVRQjD img {
  width: 100%;
}
.cid-tinKXVRQjD .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tinKXi8kUS {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tinKXi8kUS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tinKXi8kUS .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-tinKXi8kUS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tinKXi8kUS .row {
  flex-direction: row-reverse;
}
.cid-tinKXi8kUS img {
  width: 100%;
}
.cid-tinKXi8kUS .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tinWeJxNDm {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tinWeJxNDm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tinWeJxNDm .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-tinWeJxNDm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tinWeJxNDm .row {
  flex-direction: row-reverse;
}
.cid-tinWeJxNDm img {
  width: 100%;
}
.cid-tinWeJxNDm .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tinSnRKZeG {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tinSnRKZeG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tinSnRKZeG .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-tinSnRKZeG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tinSnRKZeG .row {
  flex-direction: row-reverse;
}
.cid-tinSnRKZeG img {
  width: 100%;
}
.cid-tinSnRKZeG .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tinSv0Psd5 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tinSv0Psd5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tinSv0Psd5 .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-tinSv0Psd5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tinSv0Psd5 .row {
  flex-direction: row-reverse;
}
.cid-tinSv0Psd5 img {
  width: 100%;
}
.cid-tinSv0Psd5 .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tinSvv0OSK {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tinSvv0OSK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tinSvv0OSK .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-tinSvv0OSK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tinSvv0OSK .row {
  flex-direction: row-reverse;
}
.cid-tinSvv0OSK img {
  width: 100%;
}
.cid-tinSvv0OSK .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tinStMwA3Q {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tinStMwA3Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-tinStMwA3Q .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-tinStMwA3Q .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tinStMwA3Q .row {
  flex-direction: row-reverse;
}
.cid-tinStMwA3Q img {
  width: 100%;
}
.cid-tinStMwA3Q .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tinSuuDrRK {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tinSuuDrRK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tinSuuDrRK .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-tinSuuDrRK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tinSuuDrRK .row {
  flex-direction: row-reverse;
}
.cid-tinSuuDrRK img {
  width: 100%;
}
.cid-tinSuuDrRK .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tinStaymQb {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tinStaymQb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tinStaymQb .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-tinStaymQb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tinStaymQb .row {
  flex-direction: row-reverse;
}
.cid-tinStaymQb img {
  width: 100%;
}
.cid-tinStaymQb .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tinTUmvqiY {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tinTUmvqiY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tinTUmvqiY .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-tinTUmvqiY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tinTUmvqiY .row {
  flex-direction: row-reverse;
}
.cid-tinTUmvqiY img {
  width: 100%;
}
.cid-tinTUmvqiY .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tinTX0WoDx {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tinTX0WoDx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tinTX0WoDx .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-tinTX0WoDx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tinTX0WoDx .row {
  flex-direction: row-reverse;
}
.cid-tinTX0WoDx img {
  width: 100%;
}
.cid-tinTX0WoDx .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tinTYl1YGD {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tinTYl1YGD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tinTYl1YGD .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-tinTYl1YGD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tinTYl1YGD .row {
  flex-direction: row-reverse;
}
.cid-tinTYl1YGD img {
  width: 100%;
}
.cid-tinTYl1YGD .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tinTVcPJSI {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tinTVcPJSI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tinTVcPJSI .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-tinTVcPJSI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tinTVcPJSI .row {
  flex-direction: row-reverse;
}
.cid-tinTVcPJSI img {
  width: 100%;
}
.cid-tinTVcPJSI .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tinTXMcXny {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tinTXMcXny .mbr-fallback-image.disabled {
  display: none;
}
.cid-tinTXMcXny .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-tinTXMcXny .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tinTXMcXny .row {
  flex-direction: row-reverse;
}
.cid-tinTXMcXny img {
  width: 100%;
}
.cid-tinTXMcXny .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-tinTVPqgI5 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tinTVPqgI5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tinTVPqgI5 .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-tinTVPqgI5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tinTVPqgI5 .row {
  flex-direction: row-reverse;
}
.cid-tinTVPqgI5 img {
  width: 100%;
}
.cid-tinTVPqgI5 .mbr-description {
  color: #bbbbbb;
  text-align: left;
}
.cid-thILq0xAek {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-thILq0xAek .row-links {
  width: 100%;
  justify-content: center;
}
.cid-thILq0xAek .social-row {
  width: 100%;
  justify-content: center;
}
.cid-thILq0xAek .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-thILq0xAek .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-thILq0xAek .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-thILq0xAek .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-thILq0xAek .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-thILq0xAek .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-thILq0xAek .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-thILq0xAek .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-thILq0xAek .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-thILq0xAek .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-thILq0xAek .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-thILq0xAek .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-thILq0xAek .media-container-row .mbr-text {
  color: #bbbbbb;
}
