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: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((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: #40b0bf !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: #e43f3f !important;
  border-color: #e43f3f !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: #b31919 !important;
  border-color: #b31919 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
}
.btn-info,
.btn-info: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-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.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-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !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: #e43f3f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b31919 !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: #e43f3f !important;
  border-color: #e43f3f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #2a747e !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: #40b0bf !important;
  border-color: #40b0bf !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: #e43f3f !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #40b0bf !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: #a61717 !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: #266a73 !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: #40b0bf;
}
.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: #a0d8df;
}
.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: #ffffff !important;
  background: #e43f3f !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-uHTg7AyreE {
  background: #ffffff;
}
.cid-uHTg7AyreE .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uHTg7AyreE .mbr-figure {
  margin: 0 auto;
}
.cid-uHTg7AyreE figcaption {
  position: relative;
}
.cid-uHTg7AyreE figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uHTg7AyreE .image-block {
    width: 100% !important;
  }
}
.cid-uHTg7AyreE .mbr-figure-caption div {
  color: #232323;
}
.cid-uHTe2Z4vvN {
  padding-top: 90px;
  padding-bottom: 150px;
  background-color: #e2edf2;
  background: linear-gradient(45deg, #e2edf2, #a6c3d3);
}
.cid-uHTe2Z4vvN H2 {
  color: #89b758;
}
.cid-uHTe2Z4vvN .mbr-text,
.cid-uHTe2Z4vvN .mbr-section-btn {
  color: #232323;
}
.cid-uHTe2Z4vvN img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uHTe2Z4vvN img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-uHTe2Z4vvN H1 {
  color: #000000;
}
.cid-uHTebi0EvO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHTe75v3w7 {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uHTe75v3w7 .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uHTe75v3w7 .row {
  border-bottom: 1px solid #808080;
}
.cid-uHTe75v3w7 H2 {
  color: #e7272d;
}
.cid-uHTe75v3w7 .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uHTe75v3w7 .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uHTe75v3w7 .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uHTe75v3w7 .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uHTe75v3w7 .col-lg-12 {
  overflow: hidden;
}
.cid-uHTe75v3w7 H4 {
  color: #fbbe36;
}
.cid-uHTe75v3w7 .mbr-text,
.cid-uHTe75v3w7 .mbr-section-btn {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uHTe75v3w7 .logo-wrap:before {
    content: none;
  }
  .cid-uHTe75v3w7 .logo-wrap:after {
    content: none;
  }
}
.cid-uHTe75v3w7 H3 {
  color: #4479d9;
}
.cid-uHTjuwa7n2 {
  background: #ffffff;
}
.cid-uHTjuwa7n2 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uHTjuwa7n2 .mbr-figure {
  margin: 0 auto;
}
.cid-uHTjuwa7n2 figcaption {
  position: relative;
}
.cid-uHTjuwa7n2 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uHTjuwa7n2 .image-block {
    width: 100% !important;
  }
}
.cid-uHTjuwa7n2 .mbr-figure-caption div {
  color: #232323;
}
.cid-uHTjuwH9ls {
  padding-top: 90px;
  padding-bottom: 150px;
  background-color: #e2edf2;
  background: linear-gradient(45deg, #e2edf2, #a6c3d3);
}
.cid-uHTjuwH9ls H2 {
  color: #89b758;
}
.cid-uHTjuwH9ls .mbr-text,
.cid-uHTjuwH9ls .mbr-section-btn {
  color: #232323;
}
.cid-uHTjuwH9ls img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uHTjuwH9ls img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-uHTjuwH9ls H1 {
  color: #000000;
}
.cid-uHTjux6Q5w {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHTjuxmUWA {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uHTjuxmUWA .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uHTjuxmUWA .row {
  border-bottom: 1px solid #808080;
}
.cid-uHTjuxmUWA H2 {
  color: #e7272d;
}
.cid-uHTjuxmUWA .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uHTjuxmUWA .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uHTjuxmUWA .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uHTjuxmUWA .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uHTjuxmUWA .col-lg-12 {
  overflow: hidden;
}
.cid-uHTjuxmUWA H4 {
  color: #fbbe36;
}
.cid-uHTjuxmUWA .mbr-text,
.cid-uHTjuxmUWA .mbr-section-btn {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uHTjuxmUWA .logo-wrap:before {
    content: none;
  }
  .cid-uHTjuxmUWA .logo-wrap:after {
    content: none;
  }
}
.cid-uHTjuxmUWA H3 {
  color: #4479d9;
}
.cid-uHTk1TbLZc {
  background: #ffffff;
}
.cid-uHTk1TbLZc .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uHTk1TbLZc .mbr-figure {
  margin: 0 auto;
}
.cid-uHTk1TbLZc figcaption {
  position: relative;
}
.cid-uHTk1TbLZc figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uHTk1TbLZc .image-block {
    width: 100% !important;
  }
}
.cid-uHTk1TbLZc .mbr-figure-caption div {
  color: #232323;
}
.cid-uHTk1TziXy {
  padding-top: 90px;
  padding-bottom: 150px;
  background-color: #e2edf2;
  background: linear-gradient(45deg, #e2edf2, #a6c3d3);
}
.cid-uHTk1TziXy H2 {
  color: #000000;
}
.cid-uHTk1TziXy .mbr-text,
.cid-uHTk1TziXy .mbr-section-btn {
  color: #232323;
}
.cid-uHTk1TziXy img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uHTk1TziXy img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-uHTk1TziXy H1 {
  color: #000000;
}
.cid-uHTk1TVRlK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHTk1UyZXI {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uHTk1UyZXI .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uHTk1UyZXI .row {
  border-bottom: 1px solid #808080;
}
.cid-uHTk1UyZXI H2 {
  color: #e7272d;
}
.cid-uHTk1UyZXI .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uHTk1UyZXI .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uHTk1UyZXI .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uHTk1UyZXI .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uHTk1UyZXI .col-lg-12 {
  overflow: hidden;
}
.cid-uHTk1UyZXI H4 {
  color: #fbbe36;
}
.cid-uHTk1UyZXI .mbr-text,
.cid-uHTk1UyZXI .mbr-section-btn {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uHTk1UyZXI .logo-wrap:before {
    content: none;
  }
  .cid-uHTk1UyZXI .logo-wrap:after {
    content: none;
  }
}
.cid-uHTk1UyZXI H3 {
  color: #4479d9;
}
.cid-uHTuoSSokr {
  background: #ffffff;
}
.cid-uHTuoSSokr .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uHTuoSSokr .mbr-figure {
  margin: 0 auto;
}
.cid-uHTuoSSokr figcaption {
  position: relative;
}
.cid-uHTuoSSokr figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uHTuoSSokr .image-block {
    width: 100% !important;
  }
}
.cid-uHTuoSSokr .mbr-figure-caption div {
  color: #232323;
}
.cid-uHTuoTjyNp {
  padding-top: 90px;
  padding-bottom: 150px;
  background-color: #e2edf2;
  background: linear-gradient(45deg, #e2edf2, #a6c3d3);
}
.cid-uHTuoTjyNp H2 {
  color: #000000;
}
.cid-uHTuoTjyNp .mbr-text,
.cid-uHTuoTjyNp .mbr-section-btn {
  color: #232323;
}
.cid-uHTuoTjyNp img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uHTuoTjyNp img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-uHTuoTjyNp H1 {
  color: #000000;
}
.cid-uHTuoTHWKk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHTuoU0LMV {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uHTuoU0LMV .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uHTuoU0LMV .row {
  border-bottom: 1px solid #808080;
}
.cid-uHTuoU0LMV H2 {
  color: #e7272d;
}
.cid-uHTuoU0LMV .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uHTuoU0LMV .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uHTuoU0LMV .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uHTuoU0LMV .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uHTuoU0LMV .col-lg-12 {
  overflow: hidden;
}
.cid-uHTuoU0LMV H4 {
  color: #fbbe36;
}
.cid-uHTuoU0LMV .mbr-text,
.cid-uHTuoU0LMV .mbr-section-btn {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uHTuoU0LMV .logo-wrap:before {
    content: none;
  }
  .cid-uHTuoU0LMV .logo-wrap:after {
    content: none;
  }
}
.cid-uHTuoU0LMV H3 {
  color: #4479d9;
}
.cid-uHTvJ0k6H0 {
  background: #ffffff;
}
.cid-uHTvJ0k6H0 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uHTvJ0k6H0 .mbr-figure {
  margin: 0 auto;
}
.cid-uHTvJ0k6H0 figcaption {
  position: relative;
}
.cid-uHTvJ0k6H0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uHTvJ0k6H0 .image-block {
    width: 100% !important;
  }
}
.cid-uHTvJ0k6H0 .mbr-figure-caption div {
  color: #232323;
}
.cid-uHTvJ0S6IQ {
  padding-top: 90px;
  padding-bottom: 150px;
  background-color: #e2edf2;
  background: linear-gradient(45deg, #e2edf2, #a6c3d3);
}
.cid-uHTvJ0S6IQ H2 {
  color: #000000;
}
.cid-uHTvJ0S6IQ .mbr-text,
.cid-uHTvJ0S6IQ .mbr-section-btn {
  color: #232323;
}
.cid-uHTvJ0S6IQ img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uHTvJ0S6IQ img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-uHTvJ0S6IQ H1 {
  color: #000000;
}
.cid-uHTvJ1y6uH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHTvJ1Q7pi {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uHTvJ1Q7pi .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uHTvJ1Q7pi .row {
  border-bottom: 1px solid #808080;
}
.cid-uHTvJ1Q7pi H2 {
  color: #e7272d;
}
.cid-uHTvJ1Q7pi .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uHTvJ1Q7pi .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uHTvJ1Q7pi .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uHTvJ1Q7pi .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uHTvJ1Q7pi .col-lg-12 {
  overflow: hidden;
}
.cid-uHTvJ1Q7pi H4 {
  color: #fbbe36;
}
.cid-uHTvJ1Q7pi .mbr-text,
.cid-uHTvJ1Q7pi .mbr-section-btn {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uHTvJ1Q7pi .logo-wrap:before {
    content: none;
  }
  .cid-uHTvJ1Q7pi .logo-wrap:after {
    content: none;
  }
}
.cid-uHTvJ1Q7pi H3 {
  color: #4479d9;
}
.cid-uHTwacGTc0 {
  background: #ffffff;
}
.cid-uHTwacGTc0 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uHTwacGTc0 .mbr-figure {
  margin: 0 auto;
}
.cid-uHTwacGTc0 figcaption {
  position: relative;
}
.cid-uHTwacGTc0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uHTwacGTc0 .image-block {
    width: 100% !important;
  }
}
.cid-uHTwacGTc0 .mbr-figure-caption div {
  color: #232323;
}
.cid-uHTwad7GDL {
  padding-top: 90px;
  padding-bottom: 150px;
  background-color: #e2edf2;
  background: linear-gradient(45deg, #e2edf2, #a6c3d3);
}
.cid-uHTwad7GDL H2 {
  color: #000000;
}
.cid-uHTwad7GDL .mbr-text,
.cid-uHTwad7GDL .mbr-section-btn {
  color: #232323;
}
.cid-uHTwad7GDL img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uHTwad7GDL img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-uHTwad7GDL H1 {
  color: #000000;
}
.cid-uHTwadGpYL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHTwadX0YB {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uHTwadX0YB .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uHTwadX0YB .row {
  border-bottom: 1px solid #808080;
}
.cid-uHTwadX0YB H2 {
  color: #e7272d;
}
.cid-uHTwadX0YB .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uHTwadX0YB .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uHTwadX0YB .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uHTwadX0YB .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uHTwadX0YB .col-lg-12 {
  overflow: hidden;
}
.cid-uHTwadX0YB H4 {
  color: #fbbe36;
}
.cid-uHTwadX0YB .mbr-text,
.cid-uHTwadX0YB .mbr-section-btn {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uHTwadX0YB .logo-wrap:before {
    content: none;
  }
  .cid-uHTwadX0YB .logo-wrap:after {
    content: none;
  }
}
.cid-uHTwadX0YB H3 {
  color: #4479d9;
}
.cid-uHTwo75Vos {
  background: #ffffff;
}
.cid-uHTwo75Vos .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uHTwo75Vos .mbr-figure {
  margin: 0 auto;
}
.cid-uHTwo75Vos figcaption {
  position: relative;
}
.cid-uHTwo75Vos figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uHTwo75Vos .image-block {
    width: 100% !important;
  }
}
.cid-uHTwo75Vos .mbr-figure-caption div {
  color: #232323;
}
.cid-uHTwo7zZW6 {
  padding-top: 90px;
  padding-bottom: 150px;
  background-color: #e2edf2;
  background: linear-gradient(45deg, #e2edf2, #a6c3d3);
}
.cid-uHTwo7zZW6 H2 {
  color: #000000;
}
.cid-uHTwo7zZW6 .mbr-text,
.cid-uHTwo7zZW6 .mbr-section-btn {
  color: #232323;
}
.cid-uHTwo7zZW6 img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uHTwo7zZW6 img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-uHTwo7zZW6 H1 {
  color: #000000;
}
.cid-uHTwo820iq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHTwo8klCf {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uHTwo8klCf .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uHTwo8klCf .row {
  border-bottom: 1px solid #808080;
}
.cid-uHTwo8klCf H2 {
  color: #e7272d;
}
.cid-uHTwo8klCf .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uHTwo8klCf .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uHTwo8klCf .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uHTwo8klCf .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uHTwo8klCf .col-lg-12 {
  overflow: hidden;
}
.cid-uHTwo8klCf H4 {
  color: #fbbe36;
}
.cid-uHTwo8klCf .mbr-text,
.cid-uHTwo8klCf .mbr-section-btn {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uHTwo8klCf .logo-wrap:before {
    content: none;
  }
  .cid-uHTwo8klCf .logo-wrap:after {
    content: none;
  }
}
.cid-uHTwo8klCf H3 {
  color: #4479d9;
}
.cid-uHTxxTFuL1 {
  background: #ffffff;
}
.cid-uHTxxTFuL1 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uHTxxTFuL1 .mbr-figure {
  margin: 0 auto;
}
.cid-uHTxxTFuL1 figcaption {
  position: relative;
}
.cid-uHTxxTFuL1 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uHTxxTFuL1 .image-block {
    width: 100% !important;
  }
}
.cid-uHTxxTFuL1 .mbr-figure-caption div {
  color: #232323;
}
.cid-uHTxxU43UX {
  padding-top: 90px;
  padding-bottom: 150px;
  background-color: #e2edf2;
  background: linear-gradient(45deg, #e2edf2, #a6c3d3);
}
.cid-uHTxxU43UX H2 {
  color: #000000;
}
.cid-uHTxxU43UX .mbr-text,
.cid-uHTxxU43UX .mbr-section-btn {
  color: #232323;
}
.cid-uHTxxU43UX img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uHTxxU43UX img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-uHTxxU43UX H1 {
  color: #000000;
}
.cid-uHTxxUJzR5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHTxxV2XRy {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uHTxxV2XRy .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uHTxxV2XRy .row {
  border-bottom: 1px solid #808080;
}
.cid-uHTxxV2XRy H2 {
  color: #e7272d;
}
.cid-uHTxxV2XRy .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uHTxxV2XRy .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uHTxxV2XRy .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uHTxxV2XRy .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uHTxxV2XRy .col-lg-12 {
  overflow: hidden;
}
.cid-uHTxxV2XRy H4 {
  color: #fbbe36;
}
.cid-uHTxxV2XRy .mbr-text,
.cid-uHTxxV2XRy .mbr-section-btn {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uHTxxV2XRy .logo-wrap:before {
    content: none;
  }
  .cid-uHTxxV2XRy .logo-wrap:after {
    content: none;
  }
}
.cid-uHTxxV2XRy H3 {
  color: #4479d9;
}
.cid-uHTxNj1x78 {
  background: #ffffff;
}
.cid-uHTxNj1x78 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uHTxNj1x78 .mbr-figure {
  margin: 0 auto;
}
.cid-uHTxNj1x78 figcaption {
  position: relative;
}
.cid-uHTxNj1x78 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uHTxNj1x78 .image-block {
    width: 100% !important;
  }
}
.cid-uHTxNj1x78 .mbr-figure-caption div {
  color: #232323;
}
.cid-uHTxNjuOba {
  padding-top: 90px;
  padding-bottom: 150px;
  background-color: #e2edf2;
  background: linear-gradient(45deg, #e2edf2, #a6c3d3);
}
.cid-uHTxNjuOba H2 {
  color: #000000;
}
.cid-uHTxNjuOba .mbr-text,
.cid-uHTxNjuOba .mbr-section-btn {
  color: #232323;
}
.cid-uHTxNjuOba img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uHTxNjuOba img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-uHTxNjuOba H1 {
  color: #000000;
}
.cid-uHTxNjSwXw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHTxNk9lia {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uHTxNk9lia .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uHTxNk9lia .row {
  border-bottom: 1px solid #808080;
}
.cid-uHTxNk9lia H2 {
  color: #e7272d;
}
.cid-uHTxNk9lia .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uHTxNk9lia .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uHTxNk9lia .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uHTxNk9lia .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uHTxNk9lia .col-lg-12 {
  overflow: hidden;
}
.cid-uHTxNk9lia H4 {
  color: #fbbe36;
}
.cid-uHTxNk9lia .mbr-text,
.cid-uHTxNk9lia .mbr-section-btn {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uHTxNk9lia .logo-wrap:before {
    content: none;
  }
  .cid-uHTxNk9lia .logo-wrap:after {
    content: none;
  }
}
.cid-uHTxNk9lia H3 {
  color: #4479d9;
}
.cid-uHTy1alFyH {
  background: #ffffff;
}
.cid-uHTy1alFyH .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uHTy1alFyH .mbr-figure {
  margin: 0 auto;
}
.cid-uHTy1alFyH figcaption {
  position: relative;
}
.cid-uHTy1alFyH figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uHTy1alFyH .image-block {
    width: 100% !important;
  }
}
.cid-uHTy1alFyH .mbr-figure-caption div {
  color: #232323;
}
.cid-uHTy1aGg9d {
  padding-top: 90px;
  padding-bottom: 150px;
  background-color: #e2edf2;
  background: linear-gradient(45deg, #e2edf2, #a6c3d3);
}
.cid-uHTy1aGg9d H2 {
  color: #000000;
}
.cid-uHTy1aGg9d .mbr-text,
.cid-uHTy1aGg9d .mbr-section-btn {
  color: #232323;
}
.cid-uHTy1aGg9d img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uHTy1aGg9d img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-uHTy1aGg9d H1 {
  color: #000000;
}
.cid-uHTy1b7kOI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHTy1boTO4 {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uHTy1boTO4 .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uHTy1boTO4 .row {
  border-bottom: 1px solid #808080;
}
.cid-uHTy1boTO4 H2 {
  color: #e7272d;
}
.cid-uHTy1boTO4 .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uHTy1boTO4 .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uHTy1boTO4 .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uHTy1boTO4 .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uHTy1boTO4 .col-lg-12 {
  overflow: hidden;
}
.cid-uHTy1boTO4 H4 {
  color: #fbbe36;
}
.cid-uHTy1boTO4 .mbr-text,
.cid-uHTy1boTO4 .mbr-section-btn {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uHTy1boTO4 .logo-wrap:before {
    content: none;
  }
  .cid-uHTy1boTO4 .logo-wrap:after {
    content: none;
  }
}
.cid-uHTy1boTO4 H3 {
  color: #4479d9;
}
.cid-uHTyslaSrW {
  background: #ffffff;
}
.cid-uHTyslaSrW .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uHTyslaSrW .mbr-figure {
  margin: 0 auto;
}
.cid-uHTyslaSrW figcaption {
  position: relative;
}
.cid-uHTyslaSrW figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uHTyslaSrW .image-block {
    width: 100% !important;
  }
}
.cid-uHTyslaSrW .mbr-figure-caption div {
  color: #232323;
}
.cid-uHTyslHfER {
  padding-top: 90px;
  padding-bottom: 150px;
  background-color: #e2edf2;
  background: linear-gradient(45deg, #e2edf2, #a6c3d3);
}
.cid-uHTyslHfER H2 {
  color: #000000;
}
.cid-uHTyslHfER .mbr-text,
.cid-uHTyslHfER .mbr-section-btn {
  color: #232323;
}
.cid-uHTyslHfER img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uHTyslHfER img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-uHTyslHfER H1 {
  color: #000000;
}
.cid-uHTysms4Sg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHTysmQI3Q {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uHTysmQI3Q .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uHTysmQI3Q .row {
  border-bottom: 1px solid #808080;
}
.cid-uHTysmQI3Q H2 {
  color: #e7272d;
}
.cid-uHTysmQI3Q .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uHTysmQI3Q .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uHTysmQI3Q .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uHTysmQI3Q .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uHTysmQI3Q .col-lg-12 {
  overflow: hidden;
}
.cid-uHTysmQI3Q H4 {
  color: #fbbe36;
}
.cid-uHTysmQI3Q .mbr-text,
.cid-uHTysmQI3Q .mbr-section-btn {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uHTysmQI3Q .logo-wrap:before {
    content: none;
  }
  .cid-uHTysmQI3Q .logo-wrap:after {
    content: none;
  }
}
.cid-uHTysmQI3Q H3 {
  color: #4479d9;
}
.cid-uHTyQc9vca {
  background: #ffffff;
}
.cid-uHTyQc9vca .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uHTyQc9vca .mbr-figure {
  margin: 0 auto;
}
.cid-uHTyQc9vca figcaption {
  position: relative;
}
.cid-uHTyQc9vca figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uHTyQc9vca .image-block {
    width: 100% !important;
  }
}
.cid-uHTyQc9vca .mbr-figure-caption div {
  color: #232323;
}
.cid-uHTyQcR9fa {
  padding-top: 90px;
  padding-bottom: 150px;
  background-color: #e2edf2;
  background: linear-gradient(45deg, #e2edf2, #a6c3d3);
}
.cid-uHTyQcR9fa H2 {
  color: #000000;
}
.cid-uHTyQcR9fa .mbr-text,
.cid-uHTyQcR9fa .mbr-section-btn {
  color: #232323;
}
.cid-uHTyQcR9fa img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uHTyQcR9fa img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-uHTyQcR9fa H1 {
  color: #000000;
}
.cid-uHTyQdr2Qi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHTyQdKAGl {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uHTyQdKAGl .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uHTyQdKAGl .row {
  border-bottom: 1px solid #808080;
}
.cid-uHTyQdKAGl H2 {
  color: #e7272d;
}
.cid-uHTyQdKAGl .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uHTyQdKAGl .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uHTyQdKAGl .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uHTyQdKAGl .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uHTyQdKAGl .col-lg-12 {
  overflow: hidden;
}
.cid-uHTyQdKAGl H4 {
  color: #fbbe36;
}
.cid-uHTyQdKAGl .mbr-text,
.cid-uHTyQdKAGl .mbr-section-btn {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uHTyQdKAGl .logo-wrap:before {
    content: none;
  }
  .cid-uHTyQdKAGl .logo-wrap:after {
    content: none;
  }
}
.cid-uHTyQdKAGl H3 {
  color: #4479d9;
}
.cid-uHTz41sfEP {
  background: #ffffff;
}
.cid-uHTz41sfEP .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uHTz41sfEP .mbr-figure {
  margin: 0 auto;
}
.cid-uHTz41sfEP figcaption {
  position: relative;
}
.cid-uHTz41sfEP figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uHTz41sfEP .image-block {
    width: 100% !important;
  }
}
.cid-uHTz41sfEP .mbr-figure-caption div {
  color: #232323;
}
.cid-uHTz42a5Yu {
  padding-top: 90px;
  padding-bottom: 150px;
  background-color: #e2edf2;
  background: linear-gradient(45deg, #e2edf2, #a6c3d3);
}
.cid-uHTz42a5Yu H2 {
  color: #000000;
}
.cid-uHTz42a5Yu .mbr-text,
.cid-uHTz42a5Yu .mbr-section-btn {
  color: #232323;
}
.cid-uHTz42a5Yu img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uHTz42a5Yu img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-uHTz42a5Yu H1 {
  color: #000000;
}
.cid-uHTz42LU3D {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHTz43bD7M {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uHTz43bD7M .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uHTz43bD7M .row {
  border-bottom: 1px solid #808080;
}
.cid-uHTz43bD7M H2 {
  color: #e7272d;
}
.cid-uHTz43bD7M .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uHTz43bD7M .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uHTz43bD7M .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uHTz43bD7M .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uHTz43bD7M .col-lg-12 {
  overflow: hidden;
}
.cid-uHTz43bD7M H4 {
  color: #fbbe36;
}
.cid-uHTz43bD7M .mbr-text,
.cid-uHTz43bD7M .mbr-section-btn {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uHTz43bD7M .logo-wrap:before {
    content: none;
  }
  .cid-uHTz43bD7M .logo-wrap:after {
    content: none;
  }
}
.cid-uHTz43bD7M H3 {
  color: #4479d9;
}
.cid-uHTzmV1ujZ {
  background: #ffffff;
}
.cid-uHTzmV1ujZ .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uHTzmV1ujZ .mbr-figure {
  margin: 0 auto;
}
.cid-uHTzmV1ujZ figcaption {
  position: relative;
}
.cid-uHTzmV1ujZ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uHTzmV1ujZ .image-block {
    width: 100% !important;
  }
}
.cid-uHTzmV1ujZ .mbr-figure-caption div {
  color: #232323;
}
.cid-uHTzmVzUcs {
  padding-top: 90px;
  padding-bottom: 150px;
  background-color: #e2edf2;
  background: linear-gradient(45deg, #e2edf2, #a6c3d3);
}
.cid-uHTzmVzUcs H2 {
  color: #000000;
}
.cid-uHTzmVzUcs .mbr-text,
.cid-uHTzmVzUcs .mbr-section-btn {
  color: #232323;
}
.cid-uHTzmVzUcs img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uHTzmVzUcs img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-uHTzmVzUcs H1 {
  color: #000000;
}
.cid-uHTzmW2qMc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHTzmWqwqA {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uHTzmWqwqA .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uHTzmWqwqA .row {
  border-bottom: 1px solid #808080;
}
.cid-uHTzmWqwqA H2 {
  color: #e7272d;
}
.cid-uHTzmWqwqA .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uHTzmWqwqA .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uHTzmWqwqA .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uHTzmWqwqA .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uHTzmWqwqA .col-lg-12 {
  overflow: hidden;
}
.cid-uHTzmWqwqA H4 {
  color: #fbbe36;
}
.cid-uHTzmWqwqA .mbr-text,
.cid-uHTzmWqwqA .mbr-section-btn {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uHTzmWqwqA .logo-wrap:before {
    content: none;
  }
  .cid-uHTzmWqwqA .logo-wrap:after {
    content: none;
  }
}
.cid-uHTzmWqwqA H3 {
  color: #4479d9;
}
.cid-uHTzMGPjbP {
  background: #ffffff;
}
.cid-uHTzMGPjbP .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uHTzMGPjbP .mbr-figure {
  margin: 0 auto;
}
.cid-uHTzMGPjbP figcaption {
  position: relative;
}
.cid-uHTzMGPjbP figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uHTzMGPjbP .image-block {
    width: 100% !important;
  }
}
.cid-uHTzMGPjbP .mbr-figure-caption div {
  color: #232323;
}
.cid-uHTzMHYOmq {
  padding-top: 90px;
  padding-bottom: 150px;
  background-color: #e2edf2;
  background: linear-gradient(45deg, #e2edf2, #a6c3d3);
}
.cid-uHTzMHYOmq H2 {
  color: #000000;
}
.cid-uHTzMHYOmq .mbr-text,
.cid-uHTzMHYOmq .mbr-section-btn {
  color: #232323;
}
.cid-uHTzMHYOmq img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uHTzMHYOmq img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-uHTzMHYOmq H1 {
  color: #000000;
}
.cid-uHTzMIHVPs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHTzMJbJmm {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uHTzMJbJmm .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uHTzMJbJmm .row {
  border-bottom: 1px solid #808080;
}
.cid-uHTzMJbJmm H2 {
  color: #e7272d;
}
.cid-uHTzMJbJmm .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uHTzMJbJmm .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uHTzMJbJmm .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uHTzMJbJmm .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uHTzMJbJmm .col-lg-12 {
  overflow: hidden;
}
.cid-uHTzMJbJmm H4 {
  color: #fbbe36;
}
.cid-uHTzMJbJmm .mbr-text,
.cid-uHTzMJbJmm .mbr-section-btn {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uHTzMJbJmm .logo-wrap:before {
    content: none;
  }
  .cid-uHTzMJbJmm .logo-wrap:after {
    content: none;
  }
}
.cid-uHTzMJbJmm H3 {
  color: #4479d9;
}
.cid-uHTzZMKhXf {
  background: #ffffff;
}
.cid-uHTzZMKhXf .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uHTzZMKhXf .mbr-figure {
  margin: 0 auto;
}
.cid-uHTzZMKhXf figcaption {
  position: relative;
}
.cid-uHTzZMKhXf figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uHTzZMKhXf .image-block {
    width: 100% !important;
  }
}
.cid-uHTzZMKhXf .mbr-figure-caption div {
  color: #232323;
}
.cid-uHTzZNRUAq {
  padding-top: 90px;
  padding-bottom: 150px;
  background-color: #e2edf2;
  background: linear-gradient(45deg, #e2edf2, #a6c3d3);
}
.cid-uHTzZNRUAq H2 {
  color: #000000;
}
.cid-uHTzZNRUAq .mbr-text,
.cid-uHTzZNRUAq .mbr-section-btn {
  color: #232323;
}
.cid-uHTzZNRUAq img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uHTzZNRUAq img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-uHTzZNRUAq H1 {
  color: #000000;
}
.cid-uHTzZOuk8n {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHTzZOOE28 {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uHTzZOOE28 .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uHTzZOOE28 .row {
  border-bottom: 1px solid #808080;
}
.cid-uHTzZOOE28 H2 {
  color: #e7272d;
}
.cid-uHTzZOOE28 .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uHTzZOOE28 .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uHTzZOOE28 .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uHTzZOOE28 .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uHTzZOOE28 .col-lg-12 {
  overflow: hidden;
}
.cid-uHTzZOOE28 H4 {
  color: #fbbe36;
}
.cid-uHTzZOOE28 .mbr-text,
.cid-uHTzZOOE28 .mbr-section-btn {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uHTzZOOE28 .logo-wrap:before {
    content: none;
  }
  .cid-uHTzZOOE28 .logo-wrap:after {
    content: none;
  }
}
.cid-uHTzZOOE28 H3 {
  color: #4479d9;
}
.cid-uHTAnskDoM {
  background: #ffffff;
}
.cid-uHTAnskDoM .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uHTAnskDoM .mbr-figure {
  margin: 0 auto;
}
.cid-uHTAnskDoM figcaption {
  position: relative;
}
.cid-uHTAnskDoM figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uHTAnskDoM .image-block {
    width: 100% !important;
  }
}
.cid-uHTAnskDoM .mbr-figure-caption div {
  color: #232323;
}
.cid-uHTAnsTdSo {
  padding-top: 90px;
  padding-bottom: 150px;
  background-color: #e2edf2;
  background: linear-gradient(45deg, #e2edf2, #a6c3d3);
}
.cid-uHTAnsTdSo H2 {
  color: #000000;
}
.cid-uHTAnsTdSo .mbr-text,
.cid-uHTAnsTdSo .mbr-section-btn {
  color: #232323;
}
.cid-uHTAnsTdSo img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uHTAnsTdSo img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-uHTAnsTdSo H1 {
  color: #000000;
}
.cid-uHTAntkUbY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHTAntIxy0 {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uHTAntIxy0 .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uHTAntIxy0 .row {
  border-bottom: 1px solid #808080;
}
.cid-uHTAntIxy0 H2 {
  color: #e7272d;
}
.cid-uHTAntIxy0 .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uHTAntIxy0 .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uHTAntIxy0 .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uHTAntIxy0 .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uHTAntIxy0 .col-lg-12 {
  overflow: hidden;
}
.cid-uHTAntIxy0 H4 {
  color: #fbbe36;
}
.cid-uHTAntIxy0 .mbr-text,
.cid-uHTAntIxy0 .mbr-section-btn {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uHTAntIxy0 .logo-wrap:before {
    content: none;
  }
  .cid-uHTAntIxy0 .logo-wrap:after {
    content: none;
  }
}
.cid-uHTAntIxy0 H3 {
  color: #4479d9;
}
.cid-uHTAJjEIzU {
  background: #ffffff;
}
.cid-uHTAJjEIzU .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uHTAJjEIzU .mbr-figure {
  margin: 0 auto;
}
.cid-uHTAJjEIzU figcaption {
  position: relative;
}
.cid-uHTAJjEIzU figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uHTAJjEIzU .image-block {
    width: 100% !important;
  }
}
.cid-uHTAJjEIzU .mbr-figure-caption div {
  color: #232323;
}
.cid-uHTAJkf8qs {
  padding-top: 90px;
  padding-bottom: 150px;
  background-color: #e2edf2;
  background: linear-gradient(45deg, #e2edf2, #a6c3d3);
}
.cid-uHTAJkf8qs H2 {
  color: #000000;
}
.cid-uHTAJkf8qs .mbr-text,
.cid-uHTAJkf8qs .mbr-section-btn {
  color: #232323;
}
.cid-uHTAJkf8qs img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uHTAJkf8qs img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-uHTAJkf8qs H1 {
  color: #000000;
}
.cid-uHTAJkOKFl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHTAJlddyf {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uHTAJlddyf .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uHTAJlddyf .row {
  border-bottom: 1px solid #808080;
}
.cid-uHTAJlddyf H2 {
  color: #e7272d;
}
.cid-uHTAJlddyf .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uHTAJlddyf .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uHTAJlddyf .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uHTAJlddyf .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uHTAJlddyf .col-lg-12 {
  overflow: hidden;
}
.cid-uHTAJlddyf H4 {
  color: #fbbe36;
}
.cid-uHTAJlddyf .mbr-text,
.cid-uHTAJlddyf .mbr-section-btn {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uHTAJlddyf .logo-wrap:before {
    content: none;
  }
  .cid-uHTAJlddyf .logo-wrap:after {
    content: none;
  }
}
.cid-uHTAJlddyf H3 {
  color: #4479d9;
}
.cid-uHTB3kCfmO {
  background: #ffffff;
}
.cid-uHTB3kCfmO .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uHTB3kCfmO .mbr-figure {
  margin: 0 auto;
}
.cid-uHTB3kCfmO figcaption {
  position: relative;
}
.cid-uHTB3kCfmO figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uHTB3kCfmO .image-block {
    width: 100% !important;
  }
}
.cid-uHTB3kCfmO .mbr-figure-caption div {
  color: #232323;
}
.cid-uHTB3l71xH {
  padding-top: 90px;
  padding-bottom: 150px;
  background-color: #e2edf2;
  background: linear-gradient(45deg, #e2edf2, #a6c3d3);
}
.cid-uHTB3l71xH H2 {
  color: #000000;
}
.cid-uHTB3l71xH .mbr-text,
.cid-uHTB3l71xH .mbr-section-btn {
  color: #232323;
}
.cid-uHTB3l71xH img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uHTB3l71xH img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-uHTB3l71xH H1 {
  color: #000000;
}
.cid-uHTB3lxu31 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHTB3lXp88 {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uHTB3lXp88 .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uHTB3lXp88 .row {
  border-bottom: 1px solid #808080;
}
.cid-uHTB3lXp88 H2 {
  color: #e7272d;
}
.cid-uHTB3lXp88 .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uHTB3lXp88 .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uHTB3lXp88 .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uHTB3lXp88 .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uHTB3lXp88 .col-lg-12 {
  overflow: hidden;
}
.cid-uHTB3lXp88 H4 {
  color: #fbbe36;
}
.cid-uHTB3lXp88 .mbr-text,
.cid-uHTB3lXp88 .mbr-section-btn {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uHTB3lXp88 .logo-wrap:before {
    content: none;
  }
  .cid-uHTB3lXp88 .logo-wrap:after {
    content: none;
  }
}
.cid-uHTB3lXp88 H3 {
  color: #4479d9;
}
.cid-uHTBDWjtGD {
  background: #ffffff;
}
.cid-uHTBDWjtGD .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uHTBDWjtGD .mbr-figure {
  margin: 0 auto;
}
.cid-uHTBDWjtGD figcaption {
  position: relative;
}
.cid-uHTBDWjtGD figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uHTBDWjtGD .image-block {
    width: 100% !important;
  }
}
.cid-uHTBDWjtGD .mbr-figure-caption div {
  color: #232323;
}
.cid-uHTBDWTyUh {
  padding-top: 90px;
  padding-bottom: 150px;
  background-color: #e2edf2;
  background: linear-gradient(45deg, #e2edf2, #a6c3d3);
}
.cid-uHTBDWTyUh H2 {
  color: #000000;
}
.cid-uHTBDWTyUh .mbr-text,
.cid-uHTBDWTyUh .mbr-section-btn {
  color: #232323;
}
.cid-uHTBDWTyUh img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uHTBDWTyUh img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-uHTBDWTyUh H1 {
  color: #000000;
}
.cid-uHTBDXoCdF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHTBDXO64w {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uHTBDXO64w .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uHTBDXO64w .row {
  border-bottom: 1px solid #808080;
}
.cid-uHTBDXO64w H2 {
  color: #e7272d;
}
.cid-uHTBDXO64w .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uHTBDXO64w .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uHTBDXO64w .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uHTBDXO64w .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uHTBDXO64w .col-lg-12 {
  overflow: hidden;
}
.cid-uHTBDXO64w H4 {
  color: #fbbe36;
}
.cid-uHTBDXO64w .mbr-text,
.cid-uHTBDXO64w .mbr-section-btn {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uHTBDXO64w .logo-wrap:before {
    content: none;
  }
  .cid-uHTBDXO64w .logo-wrap:after {
    content: none;
  }
}
.cid-uHTBDXO64w H3 {
  color: #4479d9;
}
.cid-uHTC4a69CO {
  background: #ffffff;
}
.cid-uHTC4a69CO .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uHTC4a69CO .mbr-figure {
  margin: 0 auto;
}
.cid-uHTC4a69CO figcaption {
  position: relative;
}
.cid-uHTC4a69CO figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uHTC4a69CO .image-block {
    width: 100% !important;
  }
}
.cid-uHTC4a69CO .mbr-figure-caption div {
  color: #232323;
}
.cid-uHTC4aP5uS {
  padding-top: 90px;
  padding-bottom: 150px;
  background-color: #e2edf2;
  background: linear-gradient(45deg, #e2edf2, #a6c3d3);
}
.cid-uHTC4aP5uS H2 {
  color: #000000;
}
.cid-uHTC4aP5uS .mbr-text,
.cid-uHTC4aP5uS .mbr-section-btn {
  color: #232323;
}
.cid-uHTC4aP5uS img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uHTC4aP5uS img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-uHTC4aP5uS H1 {
  color: #000000;
}
.cid-uHTC4c7em8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHTC4cAij5 {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uHTC4cAij5 .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uHTC4cAij5 .row {
  border-bottom: 1px solid #808080;
}
.cid-uHTC4cAij5 H2 {
  color: #e7272d;
}
.cid-uHTC4cAij5 .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uHTC4cAij5 .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uHTC4cAij5 .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uHTC4cAij5 .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uHTC4cAij5 .col-lg-12 {
  overflow: hidden;
}
.cid-uHTC4cAij5 H4 {
  color: #fbbe36;
}
.cid-uHTC4cAij5 .mbr-text,
.cid-uHTC4cAij5 .mbr-section-btn {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uHTC4cAij5 .logo-wrap:before {
    content: none;
  }
  .cid-uHTC4cAij5 .logo-wrap:after {
    content: none;
  }
}
.cid-uHTC4cAij5 H3 {
  color: #4479d9;
}
.cid-uHTCpROycY {
  background: #ffffff;
}
.cid-uHTCpROycY .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uHTCpROycY .mbr-figure {
  margin: 0 auto;
}
.cid-uHTCpROycY figcaption {
  position: relative;
}
.cid-uHTCpROycY figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uHTCpROycY .image-block {
    width: 100% !important;
  }
}
.cid-uHTCpROycY .mbr-figure-caption div {
  color: #232323;
}
.cid-uHTCpSACio {
  padding-top: 90px;
  padding-bottom: 150px;
  background-color: #e2edf2;
  background: linear-gradient(45deg, #e2edf2, #a6c3d3);
}
.cid-uHTCpSACio H2 {
  color: #000000;
}
.cid-uHTCpSACio .mbr-text,
.cid-uHTCpSACio .mbr-section-btn {
  color: #232323;
}
.cid-uHTCpSACio img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uHTCpSACio img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-uHTCpSACio H1 {
  color: #000000;
}
.cid-uHTCpTkDad {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHTCpTQMgr {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uHTCpTQMgr .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uHTCpTQMgr .row {
  border-bottom: 1px solid #808080;
}
.cid-uHTCpTQMgr H2 {
  color: #e7272d;
}
.cid-uHTCpTQMgr .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uHTCpTQMgr .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uHTCpTQMgr .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uHTCpTQMgr .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uHTCpTQMgr .col-lg-12 {
  overflow: hidden;
}
.cid-uHTCpTQMgr H4 {
  color: #fbbe36;
}
.cid-uHTCpTQMgr .mbr-text,
.cid-uHTCpTQMgr .mbr-section-btn {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uHTCpTQMgr .logo-wrap:before {
    content: none;
  }
  .cid-uHTCpTQMgr .logo-wrap:after {
    content: none;
  }
}
.cid-uHTCpTQMgr H3 {
  color: #4479d9;
}
.cid-uHTCVaZmUb {
  background: #ffffff;
}
.cid-uHTCVaZmUb .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uHTCVaZmUb .mbr-figure {
  margin: 0 auto;
}
.cid-uHTCVaZmUb figcaption {
  position: relative;
}
.cid-uHTCVaZmUb figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uHTCVaZmUb .image-block {
    width: 100% !important;
  }
}
.cid-uHTCVaZmUb .mbr-figure-caption div {
  color: #232323;
}
.cid-uHTCVbUxeG {
  padding-top: 90px;
  padding-bottom: 150px;
  background-color: #e2edf2;
  background: linear-gradient(45deg, #e2edf2, #a6c3d3);
}
.cid-uHTCVbUxeG H2 {
  color: #000000;
}
.cid-uHTCVbUxeG .mbr-text,
.cid-uHTCVbUxeG .mbr-section-btn {
  color: #232323;
}
.cid-uHTCVbUxeG img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uHTCVbUxeG img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-uHTCVbUxeG H1 {
  color: #000000;
}
.cid-uHTCVcGbdC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHTCVd9FMo {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uHTCVd9FMo .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uHTCVd9FMo .row {
  border-bottom: 1px solid #808080;
}
.cid-uHTCVd9FMo H2 {
  color: #e7272d;
}
.cid-uHTCVd9FMo .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uHTCVd9FMo .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uHTCVd9FMo .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uHTCVd9FMo .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uHTCVd9FMo .col-lg-12 {
  overflow: hidden;
}
.cid-uHTCVd9FMo H4 {
  color: #fbbe36;
}
.cid-uHTCVd9FMo .mbr-text,
.cid-uHTCVd9FMo .mbr-section-btn {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uHTCVd9FMo .logo-wrap:before {
    content: none;
  }
  .cid-uHTCVd9FMo .logo-wrap:after {
    content: none;
  }
}
.cid-uHTCVd9FMo H3 {
  color: #4479d9;
}
.cid-uHTD71VBEt {
  background: #ffffff;
}
.cid-uHTD71VBEt .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uHTD71VBEt .mbr-figure {
  margin: 0 auto;
}
.cid-uHTD71VBEt figcaption {
  position: relative;
}
.cid-uHTD71VBEt figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uHTD71VBEt .image-block {
    width: 100% !important;
  }
}
.cid-uHTD71VBEt .mbr-figure-caption div {
  color: #232323;
}
.cid-uHTD72kTuM {
  padding-top: 90px;
  padding-bottom: 150px;
  background-color: #e2edf2;
  background: linear-gradient(45deg, #e2edf2, #a6c3d3);
}
.cid-uHTD72kTuM H2 {
  color: #000000;
}
.cid-uHTD72kTuM .mbr-text,
.cid-uHTD72kTuM .mbr-section-btn {
  color: #232323;
}
.cid-uHTD72kTuM img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uHTD72kTuM img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-uHTD72kTuM H1 {
  color: #000000;
}
.cid-uHTD72Pc4k {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHTD73e1oh {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uHTD73e1oh .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uHTD73e1oh .row {
  border-bottom: 1px solid #808080;
}
.cid-uHTD73e1oh H2 {
  color: #e7272d;
}
.cid-uHTD73e1oh .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uHTD73e1oh .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uHTD73e1oh .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uHTD73e1oh .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uHTD73e1oh .col-lg-12 {
  overflow: hidden;
}
.cid-uHTD73e1oh H4 {
  color: #fbbe36;
}
.cid-uHTD73e1oh .mbr-text,
.cid-uHTD73e1oh .mbr-section-btn {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uHTD73e1oh .logo-wrap:before {
    content: none;
  }
  .cid-uHTD73e1oh .logo-wrap:after {
    content: none;
  }
}
.cid-uHTD73e1oh H3 {
  color: #4479d9;
}
.cid-uHTDEOuNm0 {
  background: #ffffff;
}
.cid-uHTDEOuNm0 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uHTDEOuNm0 .mbr-figure {
  margin: 0 auto;
}
.cid-uHTDEOuNm0 figcaption {
  position: relative;
}
.cid-uHTDEOuNm0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uHTDEOuNm0 .image-block {
    width: 100% !important;
  }
}
.cid-uHTDEOuNm0 .mbr-figure-caption div {
  color: #232323;
}
.cid-uHTDEP4AlT {
  padding-top: 90px;
  padding-bottom: 150px;
  background-color: #e2edf2;
  background: linear-gradient(45deg, #e2edf2, #a6c3d3);
}
.cid-uHTDEP4AlT H2 {
  color: #000000;
}
.cid-uHTDEP4AlT .mbr-text,
.cid-uHTDEP4AlT .mbr-section-btn {
  color: #232323;
}
.cid-uHTDEP4AlT img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uHTDEP4AlT img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-uHTDEP4AlT H1 {
  color: #000000;
}
.cid-uHTDEPwqHa {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHTDEPSOrN {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uHTDEPSOrN .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uHTDEPSOrN .row {
  border-bottom: 1px solid #808080;
}
.cid-uHTDEPSOrN H2 {
  color: #e7272d;
}
.cid-uHTDEPSOrN .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uHTDEPSOrN .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uHTDEPSOrN .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uHTDEPSOrN .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uHTDEPSOrN .col-lg-12 {
  overflow: hidden;
}
.cid-uHTDEPSOrN H4 {
  color: #fbbe36;
}
.cid-uHTDEPSOrN .mbr-text,
.cid-uHTDEPSOrN .mbr-section-btn {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uHTDEPSOrN .logo-wrap:before {
    content: none;
  }
  .cid-uHTDEPSOrN .logo-wrap:after {
    content: none;
  }
}
.cid-uHTDEPSOrN H3 {
  color: #4479d9;
}
.cid-uHTFCG4BNN {
  background: #ffffff;
}
.cid-uHTFCG4BNN .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uHTFCG4BNN .mbr-figure {
  margin: 0 auto;
}
.cid-uHTFCG4BNN figcaption {
  position: relative;
}
.cid-uHTFCG4BNN figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uHTFCG4BNN .image-block {
    width: 100% !important;
  }
}
.cid-uHTFCG4BNN .mbr-figure-caption div {
  color: #232323;
}
.cid-uHTFCGuxgk {
  padding-top: 90px;
  padding-bottom: 150px;
  background-color: #e2edf2;
  background: linear-gradient(45deg, #e2edf2, #a6c3d3);
}
.cid-uHTFCGuxgk H2 {
  color: #000000;
}
.cid-uHTFCGuxgk .mbr-text,
.cid-uHTFCGuxgk .mbr-section-btn {
  color: #232323;
}
.cid-uHTFCGuxgk img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uHTFCGuxgk img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-uHTFCGuxgk H1 {
  color: #000000;
}
.cid-uHTFCGVU54 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHTFCHf8js {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uHTFCHf8js .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uHTFCHf8js .row {
  border-bottom: 1px solid #808080;
}
.cid-uHTFCHf8js H2 {
  color: #e7272d;
}
.cid-uHTFCHf8js .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uHTFCHf8js .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uHTFCHf8js .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uHTFCHf8js .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uHTFCHf8js .col-lg-12 {
  overflow: hidden;
}
.cid-uHTFCHf8js H4 {
  color: #fbbe36;
}
.cid-uHTFCHf8js .mbr-text,
.cid-uHTFCHf8js .mbr-section-btn {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uHTFCHf8js .logo-wrap:before {
    content: none;
  }
  .cid-uHTFCHf8js .logo-wrap:after {
    content: none;
  }
}
.cid-uHTFCHf8js H3 {
  color: #4479d9;
}
.cid-uHTFWhUgq6 {
  background: #ffffff;
}
.cid-uHTFWhUgq6 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uHTFWhUgq6 .mbr-figure {
  margin: 0 auto;
}
.cid-uHTFWhUgq6 figcaption {
  position: relative;
}
.cid-uHTFWhUgq6 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uHTFWhUgq6 .image-block {
    width: 100% !important;
  }
}
.cid-uHTFWhUgq6 .mbr-figure-caption div {
  color: #232323;
}
.cid-uHTFWio4ja {
  padding-top: 90px;
  padding-bottom: 150px;
  background-color: #e2edf2;
  background: linear-gradient(45deg, #e2edf2, #a6c3d3);
}
.cid-uHTFWio4ja H2 {
  color: #000000;
}
.cid-uHTFWio4ja .mbr-text,
.cid-uHTFWio4ja .mbr-section-btn {
  color: #232323;
}
.cid-uHTFWio4ja img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uHTFWio4ja img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-uHTFWio4ja H1 {
  color: #000000;
}
.cid-uHTFWiOAdT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uHTFWjeb65 {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uHTFWjeb65 .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uHTFWjeb65 .row {
  border-bottom: 1px solid #808080;
}
.cid-uHTFWjeb65 H2 {
  color: #e7272d;
}
.cid-uHTFWjeb65 .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uHTFWjeb65 .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uHTFWjeb65 .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uHTFWjeb65 .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uHTFWjeb65 .col-lg-12 {
  overflow: hidden;
}
.cid-uHTFWjeb65 H4 {
  color: #fbbe36;
}
.cid-uHTFWjeb65 .mbr-text,
.cid-uHTFWjeb65 .mbr-section-btn {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uHTFWjeb65 .logo-wrap:before {
    content: none;
  }
  .cid-uHTFWjeb65 .logo-wrap:after {
    content: none;
  }
}
.cid-uHTFWjeb65 H3 {
  color: #4479d9;
}
