body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 3.2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 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.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.77rem + (3.2 - 1.77) * ((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.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #6592e6 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #6592e6 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #6592e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #6592e6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto Condensed', 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: 'Roboto Condensed', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #6592e6;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #6592e6;
  border-bottom-color: #6592e6;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%236592e6' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-t0dRSXgzT7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t0dRSXgzT7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t0dRSXgzT7 .row {
  flex-direction: row-reverse;
}
.cid-t0dRSXgzT7 img {
  width: 100%;
}
.cid-t0dRTZwyk6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t0dRTZwyk6 .mbr-section-subtitle {
  text-align: left;
}
.cid-t0dRTZwyk6 .mbr-section-title {
  color: #1d54b9;
  text-align: left;
}
.cid-t0k5dejKSC {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t0k5dejKSC .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-t0k5dejKSC .card {
    margin-bottom: 2rem!important;
  }
  .cid-t0k5dejKSC .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-t0k5dejKSC .link-wrap {
    align-items: center;
  }
}
.cid-t0k5dejKSC .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t0k5e5mGZk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t0k5e5mGZk .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-t0k5e5mGZk .card {
    margin-bottom: 2rem!important;
  }
  .cid-t0k5e5mGZk .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-t0k5e5mGZk .link-wrap {
    align-items: center;
  }
}
.cid-t0k5e5mGZk .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t45C3nb7HN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-t45C3nb7HN .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-t45C3nb7HN .bg-facebook:hover {
  background: #0b60cb;
}
.cid-t45C3nb7HN .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-t45C3nb7HN .bg-twitter:hover {
  background: #0c85d0;
}
.cid-t45C3nb7HN .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-t45C3nb7HN .bg-instagram:hover {
  background: #bd005c;
}
.cid-t45C3nb7HN .bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-t45C3nb7HN .bg-linkedin:hover {
  background: #005582;
}
.cid-t45C3nb7HN .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-t45C3nb7HN .bg-youtube:hover {
  background: #cc0000;
}
.cid-t45C3nb7HN .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-t45C3nb7HN [class^="socicon-"]:before,
.cid-t45C3nb7HN [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-t0GBFS1Nn0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t3a4KqvvRE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t3a4KqvvRE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t3a4KqvvRE .row {
  flex-direction: row-reverse;
}
.cid-t3a4KqvvRE img {
  width: 100%;
}
.cid-t3a4KqNbMj {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t3a4KqNbMj .mbr-section-subtitle {
  text-align: left;
}
.cid-t3a4KqNbMj .mbr-section-title {
  color: #1d54b9;
  text-align: left;
}
.cid-t3a4Kr2Ko4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t3a4Kr2Ko4 .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-t3a4Kr2Ko4 .card {
    margin-bottom: 2rem!important;
  }
  .cid-t3a4Kr2Ko4 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-t3a4Kr2Ko4 .link-wrap {
    align-items: center;
  }
}
.cid-t3a4Kr2Ko4 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t3a4Krdhmd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t3a4Krdhmd .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-t3a4Krdhmd .card {
    margin-bottom: 2rem!important;
  }
  .cid-t3a4Krdhmd .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-t3a4Krdhmd .link-wrap {
    align-items: center;
  }
}
.cid-t3a4Krdhmd .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t4odJGI9cJ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-t4odJGI9cJ .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-t4odJGI9cJ .bg-facebook:hover {
  background: #0b60cb;
}
.cid-t4odJGI9cJ .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-t4odJGI9cJ .bg-twitter:hover {
  background: #0c85d0;
}
.cid-t4odJGI9cJ .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-t4odJGI9cJ .bg-instagram:hover {
  background: #bd005c;
}
.cid-t4odJGI9cJ .bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-t4odJGI9cJ .bg-linkedin:hover {
  background: #005582;
}
.cid-t4odJGI9cJ .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-t4odJGI9cJ .bg-youtube:hover {
  background: #cc0000;
}
.cid-t4odJGI9cJ .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-t4odJGI9cJ [class^="socicon-"]:before,
.cid-t4odJGI9cJ [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-t3a4KrGVBQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t0GBXxx2nK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t0GBXxx2nK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t0GBXxx2nK .row {
  flex-direction: row-reverse;
}
.cid-t0GBXxx2nK img {
  width: 100%;
}
.cid-t39RIM2Pgc {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t39RIM2Pgc .mbr-section-title {
  text-align: left;
}
.cid-t39RIM2Pgc .mbr-section-subtitle {
  text-align: left;
}
.cid-t39StlrapE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t39StlrapE ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-t39StlrapE li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-t39StlrapE ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-t0GBXyemiT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t0GBXyemiT .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-t0GBXyemiT .card {
    margin-bottom: 2rem!important;
  }
  .cid-t0GBXyemiT .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-t0GBXyemiT .link-wrap {
    align-items: center;
  }
}
.cid-t0GBXyemiT .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t39Zc0NwsE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t39Zc0NwsE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t39Zc0NwsE img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t39Zc0NwsE .text-wrapper {
    padding: 2rem;
  }
}
.cid-t0GBXzhoXI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-t0GBXzhoXI .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-t0GBXzhoXI .bg-facebook:hover {
  background: #0b60cb;
}
.cid-t0GBXzhoXI .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-t0GBXzhoXI .bg-twitter:hover {
  background: #0c85d0;
}
.cid-t0GBXzhoXI .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-t0GBXzhoXI .bg-instagram:hover {
  background: #bd005c;
}
.cid-t0GBXzhoXI .bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-t0GBXzhoXI .bg-linkedin:hover {
  background: #005582;
}
.cid-t0GBXzhoXI .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-t0GBXzhoXI .bg-youtube:hover {
  background: #cc0000;
}
.cid-t0GBXzhoXI .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-t0GBXzhoXI [class^="socicon-"]:before,
.cid-t0GBXzhoXI [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-t0GBXzA44R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t0H0ysaVFn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t0H0ysaVFn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t0H0ysaVFn .row {
  flex-direction: row-reverse;
}
.cid-t0H0ysaVFn img {
  width: 100%;
}
.cid-t0H0ysyizo {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t0H0ysyizo .mbr-section-subtitle {
  text-align: left;
}
.cid-t0H0ysyizo .mbr-section-title {
  color: #ff6a00;
  text-align: center;
}
.cid-t0H0ysyizo .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-t45CBn5Iix {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-t45CBn5Iix .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-t45CBn5Iix .bg-facebook:hover {
  background: #0b60cb;
}
.cid-t45CBn5Iix .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-t45CBn5Iix .bg-twitter:hover {
  background: #0c85d0;
}
.cid-t45CBn5Iix .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-t45CBn5Iix .bg-instagram:hover {
  background: #bd005c;
}
.cid-t45CBn5Iix .bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-t45CBn5Iix .bg-linkedin:hover {
  background: #005582;
}
.cid-t45CBn5Iix .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-t45CBn5Iix .bg-youtube:hover {
  background: #cc0000;
}
.cid-t45CBn5Iix .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-t45CBn5Iix [class^="socicon-"]:before,
.cid-t45CBn5Iix [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-t0H0ytTnge {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t4bjGROihp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t4bjGROihp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t4bjGROihp .row {
  flex-direction: row-reverse;
}
.cid-t4bjGROihp img {
  width: 100%;
}
.cid-t4bjGS1frY {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t4bjGS1frY .mbr-section-title {
  text-align: left;
  color: #ff6a00;
}
.cid-t4bjGS1frY .mbr-section-subtitle {
  text-align: left;
}
.cid-t4ozJeWsoX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t4ozJeWsoX .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-t4ozJeWsoX .card {
    margin-bottom: 2rem!important;
  }
  .cid-t4ozJeWsoX .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-t4ozJeWsoX .link-wrap {
    align-items: center;
  }
}
.cid-t4ozJeWsoX .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t4ozKmE0ne {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t4ozKmE0ne .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-t4ozKmE0ne .card {
    margin-bottom: 2rem!important;
  }
  .cid-t4ozKmE0ne .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-t4ozKmE0ne .link-wrap {
    align-items: center;
  }
}
.cid-t4ozKmE0ne .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t4ozKKSmv2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t4ozKKSmv2 .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-t4ozKKSmv2 .card {
    margin-bottom: 2rem!important;
  }
  .cid-t4ozKKSmv2 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-t4ozKKSmv2 .link-wrap {
    align-items: center;
  }
}
.cid-t4ozKKSmv2 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t4ozJUXCcR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t4ozJUXCcR .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-t4ozJUXCcR .card {
    margin-bottom: 2rem!important;
  }
  .cid-t4ozJUXCcR .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-t4ozJUXCcR .link-wrap {
    align-items: center;
  }
}
.cid-t4ozJUXCcR .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t4bjGSNUkI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-t4bjGSNUkI .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-t4bjGSNUkI .bg-facebook:hover {
  background: #0b60cb;
}
.cid-t4bjGSNUkI .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-t4bjGSNUkI .bg-twitter:hover {
  background: #0c85d0;
}
.cid-t4bjGSNUkI .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-t4bjGSNUkI .bg-instagram:hover {
  background: #bd005c;
}
.cid-t4bjGSNUkI .bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-t4bjGSNUkI .bg-linkedin:hover {
  background: #005582;
}
.cid-t4bjGSNUkI .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-t4bjGSNUkI .bg-youtube:hover {
  background: #cc0000;
}
.cid-t4bjGSNUkI .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-t4bjGSNUkI [class^="socicon-"]:before,
.cid-t4bjGSNUkI [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-t4bjGT346i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t4iqJtIFxJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t4iqJtIFxJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t4iqJtIFxJ .row {
  flex-direction: row-reverse;
}
.cid-t4iqJtIFxJ img {
  width: 100%;
}
.cid-t4iqJu5XSl {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t4iqJu5XSl .mbr-section-title {
  text-align: left;
  color: #3e8c55;
}
.cid-t4iqJu5XSl .mbr-section-subtitle {
  text-align: left;
}
.cid-t4iqXDFGmG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t4iqXDFGmG .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-t4iqXDFGmG .card {
    margin-bottom: 2rem!important;
  }
  .cid-t4iqXDFGmG .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-t4iqXDFGmG .link-wrap {
    align-items: center;
  }
}
.cid-t4iqXDFGmG .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t4ixEWOzb3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t4ixEWOzb3 .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-t4ixEWOzb3 .card {
    margin-bottom: 2rem!important;
  }
  .cid-t4ixEWOzb3 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-t4ixEWOzb3 .link-wrap {
    align-items: center;
  }
}
.cid-t4ixEWOzb3 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t4iyerdUKo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t4iyerdUKo .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-t4iyerdUKo .card {
    margin-bottom: 2rem!important;
  }
  .cid-t4iyerdUKo .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-t4iyerdUKo .link-wrap {
    align-items: center;
  }
}
.cid-t4iyerdUKo .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t4iAKFrV6u {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t4iAKFrV6u .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-t4iAKFrV6u .card {
    margin-bottom: 2rem!important;
  }
  .cid-t4iAKFrV6u .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-t4iAKFrV6u .link-wrap {
    align-items: center;
  }
}
.cid-t4iAKFrV6u .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t4iBR7g63P {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t4iBR7g63P .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-t4iBR7g63P .card {
    margin-bottom: 2rem!important;
  }
  .cid-t4iBR7g63P .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-t4iBR7g63P .link-wrap {
    align-items: center;
  }
}
.cid-t4iBR7g63P .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t4iqJuzQtG {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-t4iqJuzQtG .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-t4iqJuzQtG .bg-facebook:hover {
  background: #0b60cb;
}
.cid-t4iqJuzQtG .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-t4iqJuzQtG .bg-twitter:hover {
  background: #0c85d0;
}
.cid-t4iqJuzQtG .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-t4iqJuzQtG .bg-instagram:hover {
  background: #bd005c;
}
.cid-t4iqJuzQtG .bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-t4iqJuzQtG .bg-linkedin:hover {
  background: #005582;
}
.cid-t4iqJuzQtG .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-t4iqJuzQtG .bg-youtube:hover {
  background: #cc0000;
}
.cid-t4iqJuzQtG .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-t4iqJuzQtG [class^="socicon-"]:before,
.cid-t4iqJuzQtG [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-t4iqJuPBkN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t4iHM82ywH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t4iHM82ywH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t4iHM82ywH .row {
  flex-direction: row-reverse;
}
.cid-t4iHM82ywH img {
  width: 100%;
}
.cid-t4iHM8oVO6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t4iHM8oVO6 .mbr-section-title {
  text-align: left;
  color: #3e8c55;
}
.cid-t4iHM8oVO6 .mbr-section-subtitle {
  text-align: left;
}
.cid-t4iHM8DQUR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t4iHM8DQUR .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-t4iHM8DQUR .card {
    margin-bottom: 2rem!important;
  }
  .cid-t4iHM8DQUR .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-t4iHM8DQUR .link-wrap {
    align-items: center;
  }
}
.cid-t4iHM8DQUR .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t4iHM8RzaO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t4iHM8RzaO .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-t4iHM8RzaO .card {
    margin-bottom: 2rem!important;
  }
  .cid-t4iHM8RzaO .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-t4iHM8RzaO .link-wrap {
    align-items: center;
  }
}
.cid-t4iHM8RzaO .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t4iHM96bpu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t4iHM96bpu .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-t4iHM96bpu .card {
    margin-bottom: 2rem!important;
  }
  .cid-t4iHM96bpu .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-t4iHM96bpu .link-wrap {
    align-items: center;
  }
}
.cid-t4iHM96bpu .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t4iHM9h0I8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t4iHM9h0I8 .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-t4iHM9h0I8 .card {
    margin-bottom: 2rem!important;
  }
  .cid-t4iHM9h0I8 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-t4iHM9h0I8 .link-wrap {
    align-items: center;
  }
}
.cid-t4iHM9h0I8 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t4iHM9uhYx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t4iHM9uhYx .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-t4iHM9uhYx .card {
    margin-bottom: 2rem!important;
  }
  .cid-t4iHM9uhYx .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-t4iHM9uhYx .link-wrap {
    align-items: center;
  }
}
.cid-t4iHM9uhYx .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t4iJa9Wxxl {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-t4iJa9Wxxl .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-t4iJa9Wxxl .bg-facebook:hover {
  background: #0b60cb;
}
.cid-t4iJa9Wxxl .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-t4iJa9Wxxl .bg-twitter:hover {
  background: #0c85d0;
}
.cid-t4iJa9Wxxl .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-t4iJa9Wxxl .bg-instagram:hover {
  background: #bd005c;
}
.cid-t4iJa9Wxxl .bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-t4iJa9Wxxl .bg-linkedin:hover {
  background: #005582;
}
.cid-t4iJa9Wxxl .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-t4iJa9Wxxl .bg-youtube:hover {
  background: #cc0000;
}
.cid-t4iJa9Wxxl .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-t4iJa9Wxxl [class^="socicon-"]:before,
.cid-t4iJa9Wxxl [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-t4iHM9Xxp6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t4sy1Tgwd8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t4sy1Tgwd8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t4sy1Tgwd8 .row {
  flex-direction: row-reverse;
}
.cid-t4sy1Tgwd8 img {
  width: 100%;
}
.cid-t4sy1Tv2KV {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t4sy1Tv2KV .mbr-section-subtitle {
  text-align: left;
}
.cid-t4sy1Tv2KV .mbr-section-title {
  color: #1d54b9;
  text-align: left;
}
.cid-t4sy1TKUWU {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t4sy1TKUWU .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-t4sy1TKUWU .card {
    margin-bottom: 2rem!important;
  }
  .cid-t4sy1TKUWU .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-t4sy1TKUWU .link-wrap {
    align-items: center;
  }
}
.cid-t4sy1TKUWU .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t4sy1TW8nW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t4sy1TW8nW .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-t4sy1TW8nW .card {
    margin-bottom: 2rem!important;
  }
  .cid-t4sy1TW8nW .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-t4sy1TW8nW .link-wrap {
    align-items: center;
  }
}
.cid-t4sy1TW8nW .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t4sykGqObP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-t4sykGqObP .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-t4sykGqObP .bg-facebook:hover {
  background: #0b60cb;
}
.cid-t4sykGqObP .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-t4sykGqObP .bg-twitter:hover {
  background: #0c85d0;
}
.cid-t4sykGqObP .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-t4sykGqObP .bg-instagram:hover {
  background: #bd005c;
}
.cid-t4sykGqObP .bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-t4sykGqObP .bg-linkedin:hover {
  background: #005582;
}
.cid-t4sykGqObP .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-t4sykGqObP .bg-youtube:hover {
  background: #cc0000;
}
.cid-t4sykGqObP .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-t4sykGqObP [class^="socicon-"]:before,
.cid-t4sykGqObP [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-t4sy1UoJAC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t4syqOx6zg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t4syqOx6zg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t4syqOx6zg .row {
  flex-direction: row-reverse;
}
.cid-t4syqOx6zg img {
  width: 100%;
}
.cid-t4syqOIZT7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t4syqOIZT7 .mbr-section-title {
  text-align: left;
  color: #3e8c55;
}
.cid-t4syqOIZT7 .mbr-section-subtitle {
  text-align: left;
}
.cid-t4syqOTw2x {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t4syqOTw2x .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-t4syqOTw2x .card {
    margin-bottom: 2rem!important;
  }
  .cid-t4syqOTw2x .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-t4syqOTw2x .link-wrap {
    align-items: center;
  }
}
.cid-t4syqOTw2x .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t4syqP4VSA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t4syqP4VSA .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-t4syqP4VSA .card {
    margin-bottom: 2rem!important;
  }
  .cid-t4syqP4VSA .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-t4syqP4VSA .link-wrap {
    align-items: center;
  }
}
.cid-t4syqP4VSA .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t4syqPgPWW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t4syqPgPWW .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-t4syqPgPWW .card {
    margin-bottom: 2rem!important;
  }
  .cid-t4syqPgPWW .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-t4syqPgPWW .link-wrap {
    align-items: center;
  }
}
.cid-t4syqPgPWW .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t4syqPrWdg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t4syqPrWdg .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-t4syqPrWdg .card {
    margin-bottom: 2rem!important;
  }
  .cid-t4syqPrWdg .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-t4syqPrWdg .link-wrap {
    align-items: center;
  }
}
.cid-t4syqPrWdg .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t4syqPDptK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t4syqPDptK .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-t4syqPDptK .card {
    margin-bottom: 2rem!important;
  }
  .cid-t4syqPDptK .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-t4syqPDptK .link-wrap {
    align-items: center;
  }
}
.cid-t4syqPDptK .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t4syzRqFjl {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-t4syzRqFjl .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-t4syzRqFjl .bg-facebook:hover {
  background: #0b60cb;
}
.cid-t4syzRqFjl .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-t4syzRqFjl .bg-twitter:hover {
  background: #0c85d0;
}
.cid-t4syzRqFjl .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-t4syzRqFjl .bg-instagram:hover {
  background: #bd005c;
}
.cid-t4syzRqFjl .bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-t4syzRqFjl .bg-linkedin:hover {
  background: #005582;
}
.cid-t4syzRqFjl .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-t4syzRqFjl .bg-youtube:hover {
  background: #cc0000;
}
.cid-t4syzRqFjl .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-t4syzRqFjl [class^="socicon-"]:before,
.cid-t4syzRqFjl [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-t4syqQ6i7t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
