body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.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: 2.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #6592e6 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !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: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !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: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !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: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !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: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #6592e6 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #6592e6;
}
.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: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #6592e6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: '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: #6592e6 !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: #6592e6;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.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: #6592e6;
  border-bottom-color: #6592e6;
}
.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: #6592e6 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !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='%236592e6' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-ugytRABtqi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ugytRABtqi .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ujF32thlAM {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ujF32thlAM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujF32thlAM img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ujF32thlAM .text-wrapper {
    padding: 2rem;
  }
}
.cid-ujFaGLikCW {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ujFaGLikCW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujFaGLikCW img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ujFaGLikCW .text-wrapper {
    padding: 2rem;
  }
}
.cid-ujtDSlUEhg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eaeaea;
}
.cid-ugyu1Yw2C4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ugyu1Yw2C4 .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uip0f5fpzj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ugDYWR3vkh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ugDYWR3vkh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ugDYWR3vkh .row {
  flex-direction: row-reverse;
}
.cid-ugDYWR3vkh img {
  width: 100%;
}
.cid-ugmv205Zzp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ugoTkeGx4H {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ugoTkeGx4H .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ugoTkeGx4H .row {
  flex-direction: row-reverse;
}
.cid-ugoTkeGx4H img {
  width: 100%;
}
.cid-ugoT6uTqph {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ugoT6uTqph .video-wrapper iframe {
  width: 100%;
}
.cid-ugoT6uTqph .mbr-section-title,
.cid-ugoT6uTqph .mbr-section-subtitle,
.cid-ugoT6uTqph .mbr-text {
  text-align: center;
}
.cid-ugmw84RHJK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uip0CwWRYM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eaeaea;
}
.cid-ugyuy3v4dA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ugyuy3v4dA .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uip4f727IG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ugE1VkPjEf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ugE1VkPjEf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ugE1VkPjEf .row {
  flex-direction: row-reverse;
}
.cid-ugE1VkPjEf img {
  width: 100%;
}
.cid-u8zYhdPBRC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eaeaea;
}
.cid-u8zYhdPBRC .mbr-section-title {
  text-align: left;
}
.cid-u8zYhdPBRC .mbr-section-subtitle {
  text-align: left;
}
.cid-ujHC3s2sMJ {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ujHC3s2sMJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujHC3s2sMJ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ujHC3s2sMJ .text-wrapper {
    padding: 2rem;
  }
}
.cid-ujHAJ1RENo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eaeaea;
}
.cid-ujHAWH45Te {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ujHAWH45Te .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujHAWH45Te img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ujHAWH45Te .text-wrapper {
    padding: 2rem;
  }
}
.cid-ujHAJQoB9o {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eaeaea;
}
.cid-ujHCvDvTgL {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ujHCvDvTgL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujHCvDvTgL img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ujHCvDvTgL .text-wrapper {
    padding: 2rem;
  }
}
.cid-ujHAKCMNO9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eaeaea;
}
.cid-ujHB10VCVi {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ujHB10VCVi .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujHB10VCVi img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ujHB10VCVi .text-wrapper {
    padding: 2rem;
  }
}
.cid-ujHALOPrVd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eaeaea;
}
.cid-ujHB22zLbq {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ujHB22zLbq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujHB22zLbq img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ujHB22zLbq .text-wrapper {
    padding: 2rem;
  }
}
.cid-ugqiXJD6ik {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eaeaea;
}
.cid-ujHB3qXXR2 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ujHB3qXXR2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujHB3qXXR2 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ujHB3qXXR2 .text-wrapper {
    padding: 2rem;
  }
}
.cid-ugqkx8JDK4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ujHLyJkaS9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bed3f9;
}
.cid-ujHLyJkaS9 .line {
  background-color: #9fdbf8;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ujHLCTRXQ5 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ujHLCTRXQ5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujHLCTRXQ5 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ujHLCTRXQ5 .text-wrapper {
    padding: 2rem;
  }
}
.cid-ujHLEby5ny {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ujHLEby5ny .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujHLEby5ny img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ujHLEby5ny .text-wrapper {
    padding: 2rem;
  }
}
.cid-ujHLEW07sv {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ujHLEW07sv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujHLEW07sv img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ujHLEW07sv .text-wrapper {
    padding: 2rem;
  }
}
.cid-ujHLG3POgX {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ujHLG3POgX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujHLG3POgX img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ujHLG3POgX .text-wrapper {
    padding: 2rem;
  }
}
.cid-ujHLH9TBB9 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ujHLH9TBB9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujHLH9TBB9 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ujHLH9TBB9 .text-wrapper {
    padding: 2rem;
  }
}
.cid-ujI1dKRxnc {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ujI1dKRxnc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujI1dKRxnc img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ujI1dKRxnc .text-wrapper {
    padding: 2rem;
  }
}
.cid-uip4mxD62z {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eaeaea;
}
.cid-ugyuHL6kSH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ugyuHL6kSH .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uip4ujw58n {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ugE6eJnYiW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ugE6eJnYiW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ugE6eJnYiW .row {
  flex-direction: row-reverse;
}
.cid-ugE6eJnYiW img {
  width: 100%;
}
.cid-ugE2jfkrqs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ujI4hCjFGW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eaeaea;
}
.cid-ujI3JzprxH {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ujI3JzprxH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujI3JzprxH img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ujI3JzprxH .text-wrapper {
    padding: 2rem;
  }
}
.cid-ujI4j1mAMi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eaeaea;
}
.cid-ujI3KnZwmo {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ujI3KnZwmo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujI3KnZwmo img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ujI3KnZwmo .text-wrapper {
    padding: 2rem;
  }
}
.cid-ujI9fgaDLr {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #bed3f9;
}
.cid-ujI9fgaDLr .line {
  background-color: #9fdbf8;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ujIaibM9yo {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ujIaibM9yo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujIaibM9yo img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ujIaibM9yo .text-wrapper {
    padding: 2rem;
  }
}
.cid-ujIaj1893s {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ujIaj1893s .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujIaj1893s img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ujIaj1893s .text-wrapper {
    padding: 2rem;
  }
}
.cid-uip4ybz1cN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eaeaea;
}
.cid-ugyucB4AJo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ugyucB4AJo .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uioJUW2QUz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ugE0vmJJ2x {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ugE0vmJJ2x .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ugE0vmJJ2x .row {
  flex-direction: row-reverse;
}
.cid-ugE0vmJJ2x img {
  width: 100%;
}
.cid-ugE0OXr0fC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uikafbb6PG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uikafbb6PG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uikafbb6PG .row {
  flex-direction: row-reverse;
}
.cid-uikafbb6PG img {
  width: 100%;
}
.cid-uikaAICziL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ugB14UfUgZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ugB14UfUgZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ugB14UfUgZ .row {
  flex-direction: row-reverse;
}
.cid-ugB14UfUgZ img {
  width: 100%;
}
.cid-uikbrE08ok {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ugAQsDCheo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ugAQdCVbDN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ugAQdCVbDN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ugAQdCVbDN .row {
  flex-direction: row-reverse;
}
.cid-ugAQdCVbDN img {
  width: 100%;
}
.cid-ugAQthSIHQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ugARnjUMZg {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ugARnjUMZg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ugARnjUMZg .row {
  flex-direction: row-reverse;
}
.cid-ugARnjUMZg img {
  width: 100%;
}
.cid-ugARsRd74A {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ugARu9q0Qi {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ugARu9q0Qi .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ugARu9q0Qi .row {
  flex-direction: row-reverse;
}
.cid-ugARu9q0Qi img {
  width: 100%;
}
.cid-uioJLOpI98 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eaeaea;
}
.cid-ugBIV6kzND {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ugBIV6kzND .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uip4Hh0WMq {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ugBIV712iB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ugBIV712iB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ugBIV712iB .row {
  flex-direction: row-reverse;
}
.cid-ugBIV712iB img {
  width: 100%;
}
.cid-ugBIV7mL4p {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ugBIV7mL4p .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ugBIV7mL4p img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ugBIV7mL4p .text-wrapper {
    padding: 2rem;
  }
}
.cid-ugBIV7LHTQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ugBIV7LHTQ .mbr-section-title {
  text-align: left;
}
.cid-ugBIV7LHTQ .mbr-section-subtitle {
  text-align: left;
}
.cid-ugBIV886CP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ugBIV886CP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ugBIV886CP .row {
  flex-direction: row-reverse;
}
.cid-ugBIV886CP img {
  width: 100%;
}
.cid-ugBIV8sni0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ugBIV96Ird {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ugBIV96Ird .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ugBIV96Ird .row {
  flex-direction: row-reverse;
}
.cid-ugBIV96Ird img {
  width: 100%;
}
.cid-ugBIV9pEVJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ugBIV9KESd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ugBIVa0y9o {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ugBIVa0y9o .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ugBIVa0y9o .row {
  flex-direction: row-reverse;
}
.cid-ugBIVa0y9o img {
  width: 100%;
}
.cid-ugBIValcCw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ui041QnvPi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ui041QnvPi .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ui041QnvPi img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ui041QnvPi .text-wrapper {
    padding: 2rem;
  }
}
.cid-ui08eY3xBh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ui08eY3xBh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ui08eY3xBh img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ui08eY3xBh .text-wrapper {
    padding: 2rem;
  }
}
.cid-ui08g1Y5hx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ui08g1Y5hx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ui08g1Y5hx img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ui08g1Y5hx .text-wrapper {
    padding: 2rem;
  }
}
.cid-ui0fZKGdXT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ui0fZKGdXT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ui0fZKGdXT img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ui0fZKGdXT .text-wrapper {
    padding: 2rem;
  }
}
.cid-uip4OdYriL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eaeaea;
}
.cid-ugBIOzVRtJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ugBIOzVRtJ .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uipzMW2oEB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ugBIOAvfuA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ugBIOAvfuA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ugBIOAvfuA .row {
  flex-direction: row-reverse;
}
.cid-ugBIOAvfuA img {
  width: 100%;
}
.cid-ugBIOAUPAJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ugBIOAUPAJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ugBIOAUPAJ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ugBIOAUPAJ .text-wrapper {
    padding: 2rem;
  }
}
.cid-ugBIOBhVzt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ugBIOBhVzt .mbr-section-title {
  text-align: left;
}
.cid-ugBIOBhVzt .mbr-section-subtitle {
  text-align: left;
}
.cid-ui0ZT8uxDz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ui0ZT8uxDz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ui0ZT8uxDz img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ui0ZT8uxDz .text-wrapper {
    padding: 2rem;
  }
}
.cid-ui0W5oymkz {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ui0W5oymkz .mbr-text {
  text-align: center;
}
.cid-ui0W99PN1W {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ui0W99PN1W .mbr-text {
  text-align: center;
}
.cid-ui0W7SV3N5 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ui0W7SV3N5 .mbr-text {
  text-align: center;
}
.cid-uipzD5lR9V {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eaeaea;
}
.cid-uioK6rCpmO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uioK6rCpmO .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uip0TW4T1D {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uioK6rZA0y {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uioK6rZA0y .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uioK6rZA0y .row {
  flex-direction: row-reverse;
}
.cid-uioK6rZA0y img {
  width: 100%;
}
.cid-uioK6slLlC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uioK6szoLc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uioK6szoLc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uioK6szoLc .row {
  flex-direction: row-reverse;
}
.cid-uioK6szoLc img {
  width: 100%;
}
.cid-uioK6t9hur {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uioS4EcBpt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uioS4EcBpt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uioS4EcBpt .row {
  flex-direction: row-reverse;
}
.cid-uioS4EcBpt img {
  width: 100%;
}
.cid-uioSreHSTG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uioVRPwEiz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uioVRPwEiz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uioVRPwEiz .row {
  flex-direction: row-reverse;
}
.cid-uioVRPwEiz img {
  width: 100%;
}
.cid-uioZnzlLn5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eaeaea;
}
.cid-ugyv6UVm22 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ugyv6UVm22 .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uipAw08yhe {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ugE3w8Emhe {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ugE3w8Emhe .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ugE3w8Emhe .row {
  flex-direction: row-reverse;
}
.cid-ugE3w8Emhe img {
  width: 100%;
}
.cid-uipC1mrBga {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uiq0kOrvGX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uiq0kOrvGX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uiq0kOrvGX img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uiq0kOrvGX .text-wrapper {
    padding: 2rem;
  }
}
.cid-uiq2p5bVBi {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uiq2p5bVBi .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uiq2p5bVBi img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uiq2p5bVBi .text-wrapper {
    padding: 2rem;
  }
}
.cid-uiq51I23Ac {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uiq51I23Ac .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uiq51I23Ac img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uiq51I23Ac .text-wrapper {
    padding: 2rem;
  }
}
.cid-uiq6PN2qvv {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uiq6PN2qvv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uiq6PN2qvv img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uiq6PN2qvv .text-wrapper {
    padding: 2rem;
  }
}
.cid-uiq0lvAGan {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uiq0lvAGan .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uiq0lvAGan img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uiq0lvAGan .text-wrapper {
    padding: 2rem;
  }
}
.cid-uiqaoyDvDE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uiqaoyDvDE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uiqaoyDvDE img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uiqaoyDvDE .text-wrapper {
    padding: 2rem;
  }
}
.cid-uiqcSKFFip {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #eaeaea;
}
.cid-uiqmdZNv9h {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uiqmdZNv9h .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uiqmdZNv9h .row {
  flex-direction: row-reverse;
}
.cid-uiqmdZNv9h img {
  width: 100%;
}
.cid-u93vF8uKgf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u93vF8uKgf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u93vF8uKgf img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u93vF8uKgf .text-wrapper {
    padding: 2rem;
  }
}
.cid-uiqmRtwvwm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eaeaea;
}
.cid-ugyuj3naSq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ugyuj3naSq .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uiudv5jHIT {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uiuezCrt4v {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uiuezCrt4v .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uiuezCrt4v .row {
  flex-direction: row-reverse;
}
.cid-uiuezCrt4v img {
  width: 100%;
}
.cid-ugJNy8pWdM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ujHpJOA7ux {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eaeaea;
}
.cid-ujFtAy8evV {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ujFtAy8evV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujFtAy8evV img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ujFtAy8evV .text-wrapper {
    padding: 2rem;
  }
}
.cid-ujHprgyZMH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eaeaea;
}
.cid-ujFxQnXyer {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ujFxQnXyer .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujFxQnXyer img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ujFxQnXyer .text-wrapper {
    padding: 2rem;
  }
}
.cid-ujHps5rNiC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eaeaea;
}
.cid-ujFxRb5qOx {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ujFxRb5qOx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujFxRb5qOx img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ujFxRb5qOx .text-wrapper {
    padding: 2rem;
  }
}
.cid-ujFxXDLSoL {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #bed3f9;
}
.cid-ujFxXDLSoL .line {
  background-color: #9fdbf8;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ujHA4SoUle {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ujHA4SoUle .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujHA4SoUle img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ujHA4SoUle .text-wrapper {
    padding: 2rem;
  }
}
.cid-ujHA7cN6zW {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ujHA7cN6zW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujHA7cN6zW img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ujHA7cN6zW .text-wrapper {
    padding: 2rem;
  }
}
.cid-ujHA6jbOoD {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ujHA6jbOoD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujHA6jbOoD img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ujHA6jbOoD .text-wrapper {
    padding: 2rem;
  }
}
.cid-uiudDK4zFZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eaeaea;
}
.cid-ugyvdrXVxp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ugyvdrXVxp .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ugE4O9pYBS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ugE4O9pYBS .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ugE4PYmGCB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ugE4PYmGCB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ugE4PYmGCB .row {
  flex-direction: row-reverse;
}
.cid-ugE4PYmGCB img {
  width: 100%;
}
.cid-ugmosug8o4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ugmosug8o4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ugmosug8o4 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ugmosug8o4 .text-wrapper {
    padding: 2rem;
  }
}
.cid-ugmosuJOEs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ugmosuJOEs .mbr-section-title {
  text-align: left;
}
.cid-ugmosuJOEs .mbr-section-subtitle {
  text-align: left;
}
.cid-ujtE6lBY0R {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eaeaea;
}
.cid-ujtBMfgFyn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ujtBMfgFyn .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ujtBMfuUxc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ujtBMfuUxc .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ujtBMfG17q {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ujtBMfG17q .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujtBMfG17q .row {
  flex-direction: row-reverse;
}
.cid-ujtBMfG17q img {
  width: 100%;
}
.cid-ujtBMfXB9S {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ujtBMfXB9S .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujtBMfXB9S img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ujtBMfXB9S .text-wrapper {
    padding: 2rem;
  }
}
.cid-ujtBMggBL4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ujtBMggBL4 .mbr-section-title {
  text-align: left;
}
.cid-ujtBMggBL4 .mbr-section-subtitle {
  text-align: left;
}
.cid-ujtDO8mdXo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eaeaea;
}
.cid-ujtBVGbXeX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ujtBVGbXeX .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ujtBVGn1aS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ujtBVGn1aS .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ujtBVGA32t {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ujtBVGA32t .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujtBVGA32t .row {
  flex-direction: row-reverse;
}
.cid-ujtBVGA32t img {
  width: 100%;
}
.cid-ujtBVH9SBW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ujtBVH9SBW .mbr-section-title {
  text-align: left;
}
.cid-ujtBVH9SBW .mbr-section-subtitle {
  text-align: left;
}
.cid-ujtCfEM6i8 {
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ujtCfEM6i8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujtCfEM6i8 .row {
  flex-direction: row-reverse;
}
.cid-ujtCfEM6i8 img {
  width: 100%;
}
.cid-ujtCgidsuq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ujtCgidsuq .video-wrapper iframe {
  width: 100%;
}
.cid-ujtCgidsuq .mbr-section-title,
.cid-ujtCgidsuq .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ujtCgidsuq .text-wrapper {
    padding: 2rem;
  }
}
.cid-ujtChbvsXj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ujtChbvsXj .video-wrapper iframe {
  width: 100%;
}
.cid-ujtChbvsXj .mbr-section-title,
.cid-ujtChbvsXj .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ujtChbvsXj .text-wrapper {
    padding: 2rem;
  }
}
.cid-ujtCifn0BX {
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ujtCifn0BX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujtCifn0BX .row {
  flex-direction: row-reverse;
}
.cid-ujtCifn0BX img {
  width: 100%;
}
.cid-ujtCizNMks {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ujtCizNMks .video-wrapper iframe {
  width: 100%;
}
.cid-ujtCizNMks .mbr-section-title,
.cid-ujtCizNMks .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ujtCizNMks .text-wrapper {
    padding: 2rem;
  }
}
.cid-ujtCkRBjbL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ujtCkRBjbL .video-wrapper iframe {
  width: 100%;
}
.cid-ujtCkRBjbL .mbr-section-title,
.cid-ujtCkRBjbL .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ujtCkRBjbL .text-wrapper {
    padding: 2rem;
  }
}
.cid-ujtClLFRsa {
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ujtClLFRsa .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujtClLFRsa .row {
  flex-direction: row-reverse;
}
.cid-ujtClLFRsa img {
  width: 100%;
}
.cid-ujtCmIvEeI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ujtCmIvEeI .video-wrapper iframe {
  width: 100%;
}
.cid-ujtCmIvEeI .mbr-section-title,
.cid-ujtCmIvEeI .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ujtCmIvEeI .text-wrapper {
    padding: 2rem;
  }
}
.cid-ujtCnE2ooN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ujtCnE2ooN .video-wrapper iframe {
  width: 100%;
}
.cid-ujtCnE2ooN .mbr-section-title,
.cid-ujtCnE2ooN .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ujtCnE2ooN .text-wrapper {
    padding: 2rem;
  }
}
.cid-ujtCoUpbUI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ujtCoUpbUI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujtCoUpbUI .row {
  flex-direction: row-reverse;
}
.cid-ujtCoUpbUI img {
  width: 100%;
}
.cid-ujtCpQMVzF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ujtCpQMVzF .video-wrapper iframe {
  width: 100%;
}
.cid-ujtCpQMVzF .mbr-section-title,
.cid-ujtCpQMVzF .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ujtCpQMVzF .text-wrapper {
    padding: 2rem;
  }
}
.cid-ujtCqHfGWZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ujtCqHfGWZ .video-wrapper iframe {
  width: 100%;
}
.cid-ujtCqHfGWZ .mbr-section-title,
.cid-ujtCqHfGWZ .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ujtCqHfGWZ .text-wrapper {
    padding: 2rem;
  }
}
.cid-ujtCrB0u7B {
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ujtCrB0u7B .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujtCrB0u7B .row {
  flex-direction: row-reverse;
}
.cid-ujtCrB0u7B img {
  width: 100%;
}
.cid-ujtDD8c4vk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eaeaea;
}
.cid-ujtEbnVa05 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ujtEbnVa05 .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ujtEboanY2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ujtEboanY2 .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ujtEbooJOz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ujtEbooJOz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujtEbooJOz .row {
  flex-direction: row-reverse;
}
.cid-ujtEbooJOz img {
  width: 100%;
}
.cid-ujtEboRTJW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ujtEboRTJW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujtEboRTJW img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ujtEboRTJW .text-wrapper {
    padding: 2rem;
  }
}
.cid-ujtEbpdObZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ujtEbpdObZ .mbr-section-title {
  text-align: left;
}
.cid-ujtEbpdObZ .mbr-section-subtitle {
  text-align: left;
}
.cid-ujtEbpzQge {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eaeaea;
}
.cid-ujFaTHqcyT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ujFaTHqcyT .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ujFaTIvIMc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ujFaTIvIMc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujFaTIvIMc .row {
  flex-direction: row-reverse;
}
.cid-ujFaTIvIMc img {
  width: 100%;
}
.cid-ujFcSPYIcA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ujFcSPYIcA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujFcSPYIcA img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ujFcSPYIcA .text-wrapper {
    padding: 2rem;
  }
}
.cid-ujFaTKqMGV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eaeaea;
}
