body {
  font-family: Bellota Text;
}
.display-1 {
  font-family: 'Bellota Text', display;
  font-size: 4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Bellota Text', display;
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Bellota Text', display;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Bellota Text', display;
  font-size: 1.7rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.125rem;
}
.display-7 {
  font-family: 'Bellota Text', display;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((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.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.245rem + (1.7 - 1.245) * ((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: #36187d !important;
}
.bg-success {
  background-color: #35b8fc !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #6c758f !important;
}
.bg-danger {
  background-color: #e48a55 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #36187d !important;
  border-color: #36187d !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #241052 !important;
  border-color: #241052 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #241052 !important;
  border-color: #241052 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e7d2b0 !important;
  border-color: #e7d2b0 !important;
  color: #755623 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #dbbc89 !important;
  border-color: #dbbc89 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #755623 !important;
  background-color: #dbbc89 !important;
  border-color: #dbbc89 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #19a2e8 !important;
  border-color: #19a2e8 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #19a2e8 !important;
  border-color: #19a2e8 !important;
}
.btn-success,
.btn-success:active {
  background-color: #35b8fc !important;
  border-color: #35b8fc !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #04a6fa !important;
  border-color: #04a6fa !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #04a6fa !important;
  border-color: #04a6fa !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #6c758f !important;
  border-color: #6c758f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #565d72 !important;
  border-color: #565d72 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #565d72 !important;
  border-color: #565d72 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e48a55 !important;
  border-color: #e48a55 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #dd6c29 !important;
  border-color: #dd6c29 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #dd6c29 !important;
  border-color: #dd6c29 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #616161 !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #36187d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #170a34 !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: #36187d !important;
  border-color: #36187d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e7d2b0;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #d3ac6e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #755623 !important;
  background-color: #e7d2b0 !important;
  border-color: #e7d2b0 !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: #35b8fc;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #038fd7 !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: #35b8fc !important;
  border-color: #35b8fc !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6c758f;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #474d5e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #6c758f !important;
  border-color: #6c758f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e48a55;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #c35c1f !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: #e48a55 !important;
  border-color: #e48a55 !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: #36187d !important;
}
.text-secondary {
  color: #e7d2b0 !important;
}
.text-success {
  color: #35b8fc !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #6c758f !important;
}
.text-danger {
  color: #e48a55 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #110827 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #cfa562 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #0385c8 !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: #404555 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #b6561d !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):hover {
  text-decoration: underline;
}
.nav-tabs .nav-link.active {
  color: #36187d;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #6c758f;
}
.alert-danger {
  background-color: #e48a55;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #36187d;
  border-color: #36187d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #36187d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #6a3bd9;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #feffff;
}
.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: #b4b9c6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Bellota Text', display;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #36187d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Bellota Text', display;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #36187d;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #36187d;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #36187d;
}
.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: #36187d;
  border-bottom-color: #36187d;
}
.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: #36187d !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: #e7d2b0 !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='%2336187d' %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-uKwwaZAvAQ {
  background-color: #0e0e10;
}
@media (max-width: 991px) {
  .cid-uKwwaZAvAQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKwwaZAvAQ .row {
  flex-direction: row-reverse;
}
.cid-uKwwaZAvAQ img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-uKwwaZAvAQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKwwaZAvAQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKwtwZkcR5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
@media (max-width: 991px) {
  .cid-uKwtwZkcR5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKwtwZkcR5 .row {
  flex-direction: row-reverse;
}
.cid-uKwtwZkcR5 img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-uKwtwZkcR5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKwtwZkcR5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKwtMg2A4Z {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
@media (max-width: 991px) {
  .cid-uKwtMg2A4Z .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKwtMg2A4Z .row {
  flex-direction: row-reverse;
}
.cid-uKwtMg2A4Z img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-uKwtMg2A4Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKwtMg2A4Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKwtMAsasd {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
@media (max-width: 991px) {
  .cid-uKwtMAsasd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKwtMAsasd .row {
  flex-direction: row-reverse;
}
.cid-uKwtMAsasd img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-uKwtMAsasd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKwtMAsasd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKwtMVtRDQ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
@media (max-width: 991px) {
  .cid-uKwtMVtRDQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKwtMVtRDQ .row {
  flex-direction: row-reverse;
}
.cid-uKwtMVtRDQ img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-uKwtMVtRDQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKwtMVtRDQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKwtNfES2k {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
@media (max-width: 991px) {
  .cid-uKwtNfES2k .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKwtNfES2k .row {
  flex-direction: row-reverse;
}
.cid-uKwtNfES2k img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-uKwtNfES2k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKwtNfES2k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKwtNImT1T {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
@media (max-width: 991px) {
  .cid-uKwtNImT1T .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKwtNImT1T .row {
  flex-direction: row-reverse;
}
.cid-uKwtNImT1T img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-uKwtNImT1T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKwtNImT1T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKwtLWLiUH {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
@media (max-width: 991px) {
  .cid-uKwtLWLiUH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKwtLWLiUH .row {
  flex-direction: row-reverse;
}
.cid-uKwtLWLiUH img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-uKwtLWLiUH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKwtLWLiUH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE6YmLeNHz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uE6YmLeNHz .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uKwyhdoQRf {
  background-color: #0e0e10;
}
@media (max-width: 991px) {
  .cid-uKwyhdoQRf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKwyhdoQRf .row {
  flex-direction: row-reverse;
}
.cid-uKwyhdoQRf img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-uKwyhdoQRf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKwyhdoQRf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKwyhdzULP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
@media (max-width: 991px) {
  .cid-uKwyhdzULP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKwyhdzULP .row {
  flex-direction: row-reverse;
}
.cid-uKwyhdzULP img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-uKwyhdzULP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKwyhdzULP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKwyhdJCKz {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
@media (max-width: 991px) {
  .cid-uKwyhdJCKz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKwyhdJCKz .row {
  flex-direction: row-reverse;
}
.cid-uKwyhdJCKz img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-uKwyhdJCKz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKwyhdJCKz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKwyhdUKEA {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
@media (max-width: 991px) {
  .cid-uKwyhdUKEA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKwyhdUKEA .row {
  flex-direction: row-reverse;
}
.cid-uKwyhdUKEA img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-uKwyhdUKEA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKwyhdUKEA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKwyhe6pOT {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
@media (max-width: 991px) {
  .cid-uKwyhe6pOT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKwyhe6pOT .row {
  flex-direction: row-reverse;
}
.cid-uKwyhe6pOT img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-uKwyhe6pOT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKwyhe6pOT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKwyhehDXO {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
@media (max-width: 991px) {
  .cid-uKwyhehDXO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKwyhehDXO .row {
  flex-direction: row-reverse;
}
.cid-uKwyhehDXO img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-uKwyhehDXO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKwyhehDXO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKwyhespr0 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
@media (max-width: 991px) {
  .cid-uKwyhespr0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKwyhespr0 .row {
  flex-direction: row-reverse;
}
.cid-uKwyhespr0 img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-uKwyhespr0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKwyhespr0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKwyheE1aX {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
@media (max-width: 991px) {
  .cid-uKwyheE1aX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKwyheE1aX .row {
  flex-direction: row-reverse;
}
.cid-uKwyheE1aX img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-uKwyheE1aX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKwyheE1aX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKwyhePE2P {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uKwyhePE2P .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uKwykw1ClB {
  background-color: #f2f3f7;
}
@media (max-width: 991px) {
  .cid-uKwykw1ClB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKwykw1ClB .row {
  flex-direction: row-reverse;
}
.cid-uKwykw1ClB img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-uKwykw1ClB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKwykw1ClB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKwykwqwbT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
@media (max-width: 991px) {
  .cid-uKwykwqwbT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKwykwqwbT .row {
  flex-direction: row-reverse;
}
.cid-uKwykwqwbT img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-uKwykwqwbT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKwykwqwbT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKwykwCumW {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
@media (max-width: 991px) {
  .cid-uKwykwCumW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKwykwCumW .row {
  flex-direction: row-reverse;
}
.cid-uKwykwCumW img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-uKwykwCumW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKwykwCumW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKwykwNYzM {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
@media (max-width: 991px) {
  .cid-uKwykwNYzM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKwykwNYzM .row {
  flex-direction: row-reverse;
}
.cid-uKwykwNYzM img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-uKwykwNYzM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKwykwNYzM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKwykwZxSk {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
@media (max-width: 991px) {
  .cid-uKwykwZxSk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKwykwZxSk .row {
  flex-direction: row-reverse;
}
.cid-uKwykwZxSk img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-uKwykwZxSk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKwykwZxSk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKwykxbQfC {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
@media (max-width: 991px) {
  .cid-uKwykxbQfC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKwykxbQfC .row {
  flex-direction: row-reverse;
}
.cid-uKwykxbQfC img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-uKwykxbQfC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKwykxbQfC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKwykxn8XZ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
@media (max-width: 991px) {
  .cid-uKwykxn8XZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKwykxn8XZ .row {
  flex-direction: row-reverse;
}
.cid-uKwykxn8XZ img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-uKwykxn8XZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKwykxn8XZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKwykxyyiy {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
@media (max-width: 991px) {
  .cid-uKwykxyyiy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKwykxyyiy .row {
  flex-direction: row-reverse;
}
.cid-uKwykxyyiy img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-uKwykxyyiy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKwykxyyiy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKwykxJMqJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uKwykxJMqJ .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uKwyn4CrBV {
  background-color: #f2f3f7;
}
@media (max-width: 991px) {
  .cid-uKwyn4CrBV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKwyn4CrBV .row {
  flex-direction: row-reverse;
}
.cid-uKwyn4CrBV img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-uKwyn4CrBV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKwyn4CrBV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKwyn4MMDC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
@media (max-width: 991px) {
  .cid-uKwyn4MMDC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKwyn4MMDC .row {
  flex-direction: row-reverse;
}
.cid-uKwyn4MMDC img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-uKwyn4MMDC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKwyn4MMDC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKwyn4WQHQ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
@media (max-width: 991px) {
  .cid-uKwyn4WQHQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKwyn4WQHQ .row {
  flex-direction: row-reverse;
}
.cid-uKwyn4WQHQ img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-uKwyn4WQHQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKwyn4WQHQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKwyn57hf3 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
@media (max-width: 991px) {
  .cid-uKwyn57hf3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKwyn57hf3 .row {
  flex-direction: row-reverse;
}
.cid-uKwyn57hf3 img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-uKwyn57hf3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKwyn57hf3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKwyn5ikF9 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
@media (max-width: 991px) {
  .cid-uKwyn5ikF9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKwyn5ikF9 .row {
  flex-direction: row-reverse;
}
.cid-uKwyn5ikF9 img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-uKwyn5ikF9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKwyn5ikF9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKwyn5sjTI {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
@media (max-width: 991px) {
  .cid-uKwyn5sjTI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKwyn5sjTI .row {
  flex-direction: row-reverse;
}
.cid-uKwyn5sjTI img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-uKwyn5sjTI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKwyn5sjTI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKwyn5Dkgi {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
@media (max-width: 991px) {
  .cid-uKwyn5Dkgi .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKwyn5Dkgi .row {
  flex-direction: row-reverse;
}
.cid-uKwyn5Dkgi img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-uKwyn5Dkgi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKwyn5Dkgi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKwyn5P25L {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
@media (max-width: 991px) {
  .cid-uKwyn5P25L .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKwyn5P25L .row {
  flex-direction: row-reverse;
}
.cid-uKwyn5P25L img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-uKwyn5P25L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKwyn5P25L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKwyn60sAs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uKwyn60sAs .media-container-row .mbr-text {
  color: #ffffff;
}
