body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #6592e6 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #6592e6 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #6592e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #6592e6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #6592e6;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #6592e6;
  border-bottom-color: #6592e6;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%236592e6' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-s48vaXqeL6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-s48vaXqeL6 .mbr-section-title {
  text-align: left;
}
.cid-s48vaXqeL6 .mbr-section-subtitle {
  text-align: left;
}
.cid-uhynE3paC4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eaeaea;
}
.cid-uhtCxJjtW7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ugqrtGznUU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ugqrtGznUU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ugqrtGznUU .row {
  flex-direction: row-reverse;
}
.cid-ugqrtGznUU img {
  width: 100%;
}
.cid-uhtEkPfReS {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uhtXcGhIdS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uhtXcGhIdS .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u8zYgdx9gr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u8zYgdx9gr .mbr-section-title {
  text-align: left;
}
.cid-u8zYgdx9gr .mbr-section-subtitle {
  text-align: left;
}
.cid-uhtEQ0Dee9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uhtEQ0Dee9 .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uhtEQ0RFt8 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uhwMu3bw9C {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uhwMu3bw9C .mbr-section-title {
  text-align: left;
}
.cid-uhwMu3bw9C .mbr-section-subtitle {
  text-align: left;
}
.cid-uhtEQB0ShK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uhtEQB0ShK .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uhtEQBgm7g {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uhwMzkfpSr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uhwMzkfpSr .mbr-section-title {
  text-align: left;
}
.cid-uhwMzkfpSr .mbr-section-subtitle {
  text-align: left;
}
.cid-uhtER1eaAI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uhtER1eaAI .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uhtER1s0eq {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uhwMEWMykN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uhwMEWMykN .mbr-section-title {
  text-align: left;
}
.cid-uhwMEWMykN .mbr-section-subtitle {
  text-align: left;
}
.cid-uhtFi92Yd0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uhtFi92Yd0 .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uhwMMLDWEL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uhwMMLDWEL .mbr-section-title {
  text-align: left;
}
.cid-uhwMMLDWEL .mbr-section-subtitle {
  text-align: left;
}
.cid-uhu3DMfphE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uhu3DMfphE .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uhuByACduL {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uhu3DMuBcv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uhu3DMuBcv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhu3DMuBcv img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uhu3DMuBcv .text-wrapper {
    padding: 2rem;
  }
}
.cid-uhuB1GFeuX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uhuB1GFeuX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhuB1GFeuX .row {
  flex-direction: row-reverse;
}
.cid-uhuB1GFeuX img {
  width: 100%;
}
.cid-uhuB4s0yEQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uhuB4s0yEQ .video-wrapper iframe {
  width: 100%;
}
.cid-uhuB4s0yEQ .mbr-section-title,
.cid-uhuB4s0yEQ .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uhuB4s0yEQ .text-wrapper {
    padding: 2rem;
  }
}
.cid-uhuCua2hyY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uhuCua2hyY .video-wrapper iframe {
  width: 100%;
}
.cid-uhuCua2hyY .mbr-section-title,
.cid-uhuCua2hyY .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uhuCua2hyY .text-wrapper {
    padding: 2rem;
  }
}
.cid-uhuCPwRN5o {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eaeaea;
}
.cid-uhuCUcfcaD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uhuCUcfcaD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhuCUcfcaD .row {
  flex-direction: row-reverse;
}
.cid-uhuCUcfcaD img {
  width: 100%;
}
.cid-uhuD0987GS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uhuD0987GS .video-wrapper iframe {
  width: 100%;
}
.cid-uhuD0987GS .mbr-section-title,
.cid-uhuD0987GS .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uhuD0987GS .text-wrapper {
    padding: 2rem;
  }
}
.cid-uhuD0MIIVP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uhuD0MIIVP .video-wrapper iframe {
  width: 100%;
}
.cid-uhuD0MIIVP .mbr-section-title,
.cid-uhuD0MIIVP .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uhuD0MIIVP .text-wrapper {
    padding: 2rem;
  }
}
.cid-uhuDrLOOiU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eaeaea;
}
.cid-uhuDznNHmv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uhuDznNHmv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhuDznNHmv .row {
  flex-direction: row-reverse;
}
.cid-uhuDznNHmv img {
  width: 100%;
}
.cid-uhuDGD2u5o {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uhuDGD2u5o .video-wrapper iframe {
  width: 100%;
}
.cid-uhuDGD2u5o .mbr-section-title,
.cid-uhuDGD2u5o .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uhuDGD2u5o .text-wrapper {
    padding: 2rem;
  }
}
.cid-uhuDFVnyFG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uhuDFVnyFG .video-wrapper iframe {
  width: 100%;
}
.cid-uhuDFVnyFG .mbr-section-title,
.cid-uhuDFVnyFG .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uhuDFVnyFG .text-wrapper {
    padding: 2rem;
  }
}
.cid-uhuEdJrHVm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uhuEdJrHVm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhuEdJrHVm .row {
  flex-direction: row-reverse;
}
.cid-uhuEdJrHVm img {
  width: 100%;
}
.cid-uhuErwtc74 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uhuErwtc74 .video-wrapper iframe {
  width: 100%;
}
.cid-uhuErwtc74 .mbr-section-title,
.cid-uhuErwtc74 .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uhuErwtc74 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uhuEsf006K {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uhuEsf006K .video-wrapper iframe {
  width: 100%;
}
.cid-uhuEsf006K .mbr-section-title,
.cid-uhuEsf006K .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uhuEsf006K .text-wrapper {
    padding: 2rem;
  }
}
.cid-uhuEQ8yRPT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uhuEQ8yRPT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhuEQ8yRPT .row {
  flex-direction: row-reverse;
}
.cid-uhuEQ8yRPT img {
  width: 100%;
}
.cid-uhuEYSrpcx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uhuEYSrpcx .video-wrapper iframe {
  width: 100%;
}
.cid-uhuEYSrpcx .mbr-section-title,
.cid-uhuEYSrpcx .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uhuEYSrpcx .text-wrapper {
    padding: 2rem;
  }
}
.cid-uhuEYkAFbl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uhuEYkAFbl .video-wrapper iframe {
  width: 100%;
}
.cid-uhuEYkAFbl .mbr-section-title,
.cid-uhuEYkAFbl .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uhuEYkAFbl .text-wrapper {
    padding: 2rem;
  }
}
.cid-uhuGkoo9Rv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uhuGkoo9Rv .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uhuGkoGThm {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uhuGkoSkRX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uhuGkoSkRX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhuGkoSkRX img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uhuGkoSkRX .text-wrapper {
    padding: 2rem;
  }
}
.cid-uhuGkpoBM5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uhuGkpoBM5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhuGkpoBM5 .row {
  flex-direction: row-reverse;
}
.cid-uhuGkpoBM5 img {
  width: 100%;
}
.cid-uhuGkpVfhS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uhuGkpVfhS .video-wrapper iframe {
  width: 100%;
}
.cid-uhuGkpVfhS .mbr-section-title,
.cid-uhuGkpVfhS .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uhuGkpVfhS .text-wrapper {
    padding: 2rem;
  }
}
.cid-uhuGkqu6LO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uhuGkqu6LO .video-wrapper iframe {
  width: 100%;
}
.cid-uhuGkqu6LO .mbr-section-title,
.cid-uhuGkqu6LO .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uhuGkqu6LO .text-wrapper {
    padding: 2rem;
  }
}
.cid-uhuGkraUVT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uhuGkraUVT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhuGkraUVT .row {
  flex-direction: row-reverse;
}
.cid-uhuGkraUVT img {
  width: 100%;
}
.cid-uhuGkrChGi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uhuGkrChGi .video-wrapper iframe {
  width: 100%;
}
.cid-uhuGkrChGi .mbr-section-title,
.cid-uhuGkrChGi .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uhuGkrChGi .text-wrapper {
    padding: 2rem;
  }
}
.cid-uhuGkrSu6B {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uhuGkrSu6B .video-wrapper iframe {
  width: 100%;
}
.cid-uhuGkrSu6B .mbr-section-title,
.cid-uhuGkrSu6B .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uhuGkrSu6B .text-wrapper {
    padding: 2rem;
  }
}
.cid-uhuGkspbrb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uhuGkspbrb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhuGkspbrb .row {
  flex-direction: row-reverse;
}
.cid-uhuGkspbrb img {
  width: 100%;
}
.cid-uhuGksFp7P {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uhuGksFp7P .video-wrapper iframe {
  width: 100%;
}
.cid-uhuGksFp7P .mbr-section-title,
.cid-uhuGksFp7P .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uhuGksFp7P .text-wrapper {
    padding: 2rem;
  }
}
.cid-uhuGksYcpK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uhuGksYcpK .video-wrapper iframe {
  width: 100%;
}
.cid-uhuGksYcpK .mbr-section-title,
.cid-uhuGksYcpK .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uhuGksYcpK .text-wrapper {
    padding: 2rem;
  }
}
.cid-uhuGkteP9G {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uhuGkteP9G .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhuGkteP9G .row {
  flex-direction: row-reverse;
}
.cid-uhuGkteP9G img {
  width: 100%;
}
.cid-uhuGkttnF3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uhuGkttnF3 .video-wrapper iframe {
  width: 100%;
}
.cid-uhuGkttnF3 .mbr-section-title,
.cid-uhuGkttnF3 .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uhuGkttnF3 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uhuGktPpKh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uhuGktPpKh .video-wrapper iframe {
  width: 100%;
}
.cid-uhuGktPpKh .mbr-section-title,
.cid-uhuGktPpKh .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uhuGktPpKh .text-wrapper {
    padding: 2rem;
  }
}
.cid-uhuGku5rud {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uhuGku5rud .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhuGku5rud .row {
  flex-direction: row-reverse;
}
.cid-uhuGku5rud img {
  width: 100%;
}
.cid-uhuIKtF4T8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uhuIKtF4T8 .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uhuIKtWght {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uhuIKuabbz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uhuIKuabbz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhuIKuabbz img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uhuIKuabbz .text-wrapper {
    padding: 2rem;
  }
}
.cid-uhuIKuA2iD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uhuIKuA2iD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhuIKuA2iD .row {
  flex-direction: row-reverse;
}
.cid-uhuIKuA2iD img {
  width: 100%;
}
.cid-uhuIKv6sY3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uhuIKv6sY3 .video-wrapper iframe {
  width: 100%;
}
.cid-uhuIKv6sY3 .mbr-section-title,
.cid-uhuIKv6sY3 .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uhuIKv6sY3 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uhuIKvpe7Z {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uhuIKvpe7Z .video-wrapper iframe {
  width: 100%;
}
.cid-uhuIKvpe7Z .mbr-section-title,
.cid-uhuIKvpe7Z .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uhuIKvpe7Z .text-wrapper {
    padding: 2rem;
  }
}
.cid-uhuIKvXe9C {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uhuIKvXe9C .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhuIKvXe9C .row {
  flex-direction: row-reverse;
}
.cid-uhuIKvXe9C img {
  width: 100%;
}
.cid-uhuIKwen9p {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uhuIKwen9p .video-wrapper iframe {
  width: 100%;
}
.cid-uhuIKwen9p .mbr-section-title,
.cid-uhuIKwen9p .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uhuIKwen9p .text-wrapper {
    padding: 2rem;
  }
}
.cid-uhuIKwwzoa {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uhuIKwwzoa .video-wrapper iframe {
  width: 100%;
}
.cid-uhuIKwwzoa .mbr-section-title,
.cid-uhuIKwwzoa .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uhuIKwwzoa .text-wrapper {
    padding: 2rem;
  }
}
.cid-uhuIKx5x4m {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uhuIKx5x4m .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhuIKx5x4m .row {
  flex-direction: row-reverse;
}
.cid-uhuIKx5x4m img {
  width: 100%;
}
.cid-uhuIKxn7dx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uhuIKxn7dx .video-wrapper iframe {
  width: 100%;
}
.cid-uhuIKxn7dx .mbr-section-title,
.cid-uhuIKxn7dx .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uhuIKxn7dx .text-wrapper {
    padding: 2rem;
  }
}
.cid-uhuIKxFYPW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uhuIKxFYPW .video-wrapper iframe {
  width: 100%;
}
.cid-uhuIKxFYPW .mbr-section-title,
.cid-uhuIKxFYPW .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uhuIKxFYPW .text-wrapper {
    padding: 2rem;
  }
}
.cid-uhuIKxUyr0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uhuIKxUyr0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhuIKxUyr0 .row {
  flex-direction: row-reverse;
}
.cid-uhuIKxUyr0 img {
  width: 100%;
}
.cid-uhuIKy8A2l {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uhuIKy8A2l .video-wrapper iframe {
  width: 100%;
}
.cid-uhuIKy8A2l .mbr-section-title,
.cid-uhuIKy8A2l .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uhuIKy8A2l .text-wrapper {
    padding: 2rem;
  }
}
.cid-uhuIKypbBy {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uhuIKypbBy .video-wrapper iframe {
  width: 100%;
}
.cid-uhuIKypbBy .mbr-section-title,
.cid-uhuIKypbBy .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uhuIKypbBy .text-wrapper {
    padding: 2rem;
  }
}
.cid-uhuL0tOKAM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uhuL0tOKAM .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uhuL0u8Y3A {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uhuL0uk0AA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uhuL0uk0AA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhuL0uk0AA img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uhuL0uk0AA .text-wrapper {
    padding: 2rem;
  }
}
.cid-uhuL0uNzJg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uhuL0uNzJg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhuL0uNzJg .row {
  flex-direction: row-reverse;
}
.cid-uhuL0uNzJg img {
  width: 100%;
}
.cid-uhuL0vlkic {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uhuL0vlkic .video-wrapper iframe {
  width: 100%;
}
.cid-uhuL0vlkic .mbr-section-title,
.cid-uhuL0vlkic .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uhuL0vlkic .text-wrapper {
    padding: 2rem;
  }
}
.cid-uhuL0vFaIz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uhuL0vFaIz .video-wrapper iframe {
  width: 100%;
}
.cid-uhuL0vFaIz .mbr-section-title,
.cid-uhuL0vFaIz .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uhuL0vFaIz .text-wrapper {
    padding: 2rem;
  }
}
.cid-uhuL0winqP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uhuL0winqP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhuL0winqP .row {
  flex-direction: row-reverse;
}
.cid-uhuL0winqP img {
  width: 100%;
}
.cid-uhuL0wBuBK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uhuL0wBuBK .video-wrapper iframe {
  width: 100%;
}
.cid-uhuL0wBuBK .mbr-section-title,
.cid-uhuL0wBuBK .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uhuL0wBuBK .text-wrapper {
    padding: 2rem;
  }
}
.cid-uhuL0wW5rP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uhuL0wW5rP .video-wrapper iframe {
  width: 100%;
}
.cid-uhuL0wW5rP .mbr-section-title,
.cid-uhuL0wW5rP .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uhuL0wW5rP .text-wrapper {
    padding: 2rem;
  }
}
.cid-uhuL0xtBUA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uhuL0xtBUA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhuL0xtBUA .row {
  flex-direction: row-reverse;
}
.cid-uhuL0xtBUA img {
  width: 100%;
}
.cid-uhuL0xJX1e {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uhuL0xJX1e .video-wrapper iframe {
  width: 100%;
}
.cid-uhuL0xJX1e .mbr-section-title,
.cid-uhuL0xJX1e .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uhuL0xJX1e .text-wrapper {
    padding: 2rem;
  }
}
.cid-uhuL0y3gwI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uhuL0y3gwI .video-wrapper iframe {
  width: 100%;
}
.cid-uhuL0y3gwI .mbr-section-title,
.cid-uhuL0y3gwI .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uhuL0y3gwI .text-wrapper {
    padding: 2rem;
  }
}
.cid-uhuL0ykrdS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uhuL0ykrdS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhuL0ykrdS .row {
  flex-direction: row-reverse;
}
.cid-uhuL0ykrdS img {
  width: 100%;
}
.cid-uhuL0yAbmQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uhuL0yAbmQ .video-wrapper iframe {
  width: 100%;
}
.cid-uhuL0yAbmQ .mbr-section-title,
.cid-uhuL0yAbmQ .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uhuL0yAbmQ .text-wrapper {
    padding: 2rem;
  }
}
.cid-uhuL0yTniZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uhuL0yTniZ .video-wrapper iframe {
  width: 100%;
}
.cid-uhuL0yTniZ .mbr-section-title,
.cid-uhuL0yTniZ .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uhuL0yTniZ .text-wrapper {
    padding: 2rem;
  }
}
.cid-uhuL0zeC1x {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uhuL0zeC1x .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhuL0zeC1x .row {
  flex-direction: row-reverse;
}
.cid-uhuL0zeC1x img {
  width: 100%;
}
.cid-uhwNZXlyPu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uhwNZXlyPu .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uhwNZXw27C {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uhwOhOKrUr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uhwOhOKrUr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhwOhOKrUr .row {
  flex-direction: row-reverse;
}
.cid-uhwOhOKrUr img {
  width: 100%;
}
.cid-uhwOoiwcFd {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uhwOoiwcFd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhwOoiwcFd .row {
  flex-direction: row-reverse;
}
.cid-uhwOoiwcFd img {
  width: 100%;
}
.cid-uhx4eyaq6E {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eaeaea;
}
.cid-uhx4eyaq6E .mbr-text {
  text-align: left;
}
.cid-uhx5k0ixYK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uhx5k0ixYK .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uhx5k0ixYK .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uhx5k0ixYK .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #6592e6;
}
.cid-uhx5k0ixYK .panel-body,
.cid-uhx5k0ixYK .card-header {
  padding: 1rem 0;
}
.cid-uhx5k0ixYK .panel-title-edit {
  color: #000000;
}
.cid-uhxcUa5hzt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uhxcUa5hzt .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uhxcUa5hzt .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uhxcUa5hzt .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #6592e6;
}
.cid-uhxcUa5hzt .panel-body,
.cid-uhxcUa5hzt .card-header {
  padding: 1rem 0;
}
.cid-uhxcUa5hzt .panel-title-edit {
  color: #000000;
}
.cid-uhx3IzuhQW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uhx3IzuhQW .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uhx3IzKmI1 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uhx3IzYxUf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uhx3IzYxUf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhx3IzYxUf .row {
  flex-direction: row-reverse;
}
.cid-uhx3IzYxUf img {
  width: 100%;
}
.cid-uhx3IAkLMy {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uhx3IAkLMy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhx3IAkLMy .row {
  flex-direction: row-reverse;
}
.cid-uhx3IAkLMy img {
  width: 100%;
}
.cid-uhx3IACShD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uhx3IACShD .video-wrapper iframe {
  width: 100%;
}
.cid-uhx3IACShD .mbr-section-title,
.cid-uhx3IACShD .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uhx3IACShD .text-wrapper {
    padding: 2rem;
  }
}
.cid-uhx3IAWPTN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uhx3IAWPTN .video-wrapper iframe {
  width: 100%;
}
.cid-uhx3IAWPTN .mbr-section-title,
.cid-uhx3IAWPTN .mbr-section-subtitle,
.cid-uhx3IAWPTN .mbr-text {
  text-align: center;
}
.cid-uhxkmgJz3L {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uhxkmgJz3L .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uhxkmh5ScA {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uhxkmhiuAc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uhxkmhiuAc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhxkmhiuAc .row {
  flex-direction: row-reverse;
}
.cid-uhxkmhiuAc img {
  width: 100%;
}
.cid-uhxkmhISxr {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uhxkmhISxr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhxkmhISxr .row {
  flex-direction: row-reverse;
}
.cid-uhxkmhISxr img {
  width: 100%;
}
.cid-uhxkmi2jwo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eaeaea;
}
.cid-uhxkmi2jwo .mbr-text {
  text-align: left;
}
.cid-uhxkmiiqqt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uhxkmiiqqt .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uhxkmiiqqt .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uhxkmiiqqt .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #6592e6;
}
.cid-uhxkmiiqqt .panel-body,
.cid-uhxkmiiqqt .card-header {
  padding: 1rem 0;
}
.cid-uhxkmiiqqt .panel-title-edit {
  color: #000000;
}
.cid-uhxkmiF8Cv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uhxkmiF8Cv .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uhxkmiF8Cv .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uhxkmiF8Cv .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #6592e6;
}
.cid-uhxkmiF8Cv .panel-body,
.cid-uhxkmiF8Cv .card-header {
  padding: 1rem 0;
}
.cid-uhxkmiF8Cv .panel-title-edit {
  color: #000000;
}
.cid-uhxy9YQmKm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uhxy9YQmKm .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uhxy9ZdsQ3 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uhxy9ZsY1Q {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uhxy9ZsY1Q .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhxy9ZsY1Q .row {
  flex-direction: row-reverse;
}
.cid-uhxy9ZsY1Q img {
  width: 100%;
}
.cid-uhxy9ZUpmz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uhxy9ZUpmz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhxy9ZUpmz .row {
  flex-direction: row-reverse;
}
.cid-uhxy9ZUpmz img {
  width: 100%;
}
.cid-uhxya0hozl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eaeaea;
}
.cid-uhxya0hozl .mbr-text {
  text-align: left;
}
.cid-uhxya0z1ay {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uhxya0z1ay .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uhxya0z1ay .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uhxya0z1ay .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #6592e6;
}
.cid-uhxya0z1ay .panel-body,
.cid-uhxya0z1ay .card-header {
  padding: 1rem 0;
}
.cid-uhxya0z1ay .panel-title-edit {
  color: #000000;
}
.cid-uhxya17aP5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uhxya17aP5 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uhxya17aP5 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uhxya17aP5 .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #6592e6;
}
.cid-uhxya17aP5 .panel-body,
.cid-uhxya17aP5 .card-header {
  padding: 1rem 0;
}
.cid-uhxya17aP5 .panel-title-edit {
  color: #000000;
}
.cid-uhxA5wQ1is {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uhxA5wQ1is .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uhxA5x9qUX {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uhxA5xnR1A {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uhxA5xnR1A .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhxA5xnR1A .row {
  flex-direction: row-reverse;
}
.cid-uhxA5xnR1A img {
  width: 100%;
}
.cid-uhxA5xRcSX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uhxA5xRcSX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhxA5xRcSX .row {
  flex-direction: row-reverse;
}
.cid-uhxA5xRcSX img {
  width: 100%;
}
.cid-uhxA5yezxg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eaeaea;
}
.cid-uhxA5yezxg .mbr-text {
  text-align: left;
}
.cid-uhxA5ywFoW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uhxA5ywFoW .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uhxA5ywFoW .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uhxA5ywFoW .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #6592e6;
}
.cid-uhxA5ywFoW .panel-body,
.cid-uhxA5ywFoW .card-header {
  padding: 1rem 0;
}
.cid-uhxA5ywFoW .panel-title-edit {
  color: #000000;
}
.cid-uhxA5z0LvJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uhxA5z0LvJ .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uhxA5z0LvJ .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uhxA5z0LvJ .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #6592e6;
}
.cid-uhxA5z0LvJ .panel-body,
.cid-uhxA5z0LvJ .card-header {
  padding: 1rem 0;
}
.cid-uhxA5z0LvJ .panel-title-edit {
  color: #000000;
}
.cid-uhxIx0hZA9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uhxIx0hZA9 .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uhxIx0vLXP {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uhxIx0GY6w {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uhxIx0GY6w .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhxIx0GY6w .row {
  flex-direction: row-reverse;
}
.cid-uhxIx0GY6w img {
  width: 100%;
}
.cid-uhxIx16b6a {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uhxIx16b6a .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhxIx16b6a .row {
  flex-direction: row-reverse;
}
.cid-uhxIx16b6a img {
  width: 100%;
}
.cid-uhxIx1p3xK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eaeaea;
}
.cid-uhxIx1p3xK .mbr-text {
  text-align: left;
}
.cid-uhxIx1FejP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uhxIx1FejP .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uhxIx1FejP .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uhxIx1FejP .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #6592e6;
}
.cid-uhxIx1FejP .panel-body,
.cid-uhxIx1FejP .card-header {
  padding: 1rem 0;
}
.cid-uhxIx1FejP .panel-title-edit {
  color: #000000;
}
.cid-uhxIx23rIc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uhxIx23rIc .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uhxIx23rIc .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uhxIx23rIc .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #6592e6;
}
.cid-uhxIx23rIc .panel-body,
.cid-uhxIx23rIc .card-header {
  padding: 1rem 0;
}
.cid-uhxIx23rIc .panel-title-edit {
  color: #000000;
}
.cid-uhxJ9DFdCJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uhxJ9DFdCJ .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uhxJ9DWhxi {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uhxJ9Eala6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uhxJ9Eala6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhxJ9Eala6 .row {
  flex-direction: row-reverse;
}
.cid-uhxJ9Eala6 img {
  width: 100%;
}
.cid-uhxJ9Ey864 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uhxJ9Ey864 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhxJ9Ey864 .row {
  flex-direction: row-reverse;
}
.cid-uhxJ9Ey864 img {
  width: 100%;
}
.cid-uhxJ9ERmMb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eaeaea;
}
.cid-uhxJ9ERmMb .mbr-text {
  text-align: left;
}
.cid-uhxJ9Fa93B {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uhxJ9Fa93B .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uhxJ9Fa93B .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uhxJ9Fa93B .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #6592e6;
}
.cid-uhxJ9Fa93B .panel-body,
.cid-uhxJ9Fa93B .card-header {
  padding: 1rem 0;
}
.cid-uhxJ9Fa93B .panel-title-edit {
  color: #000000;
}
.cid-uhxJ9FvTyI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uhxJ9FvTyI .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uhxJ9FvTyI .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uhxJ9FvTyI .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #6592e6;
}
.cid-uhxJ9FvTyI .panel-body,
.cid-uhxJ9FvTyI .card-header {
  padding: 1rem 0;
}
.cid-uhxJ9FvTyI .panel-title-edit {
  color: #000000;
}
.cid-uhxwceORI7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uhxwceORI7 .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uhxwcfaQNt {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uhxwcfqI8d {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uhxwcfqI8d .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhxwcfqI8d .row {
  flex-direction: row-reverse;
}
.cid-uhxwcfqI8d img {
  width: 100%;
}
.cid-uhxxSTW2q8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uhxxSTW2q8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhxxSTW2q8 .row {
  flex-direction: row-reverse;
}
.cid-uhxxSTW2q8 img {
  width: 100%;
}
.cid-uhxwcgfwEa {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eaeaea;
}
.cid-uhxwcgfwEa .mbr-text {
  text-align: left;
}
.cid-uhxwcgyJkB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uhxwcgyJkB .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uhxwcgyJkB .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uhxwcgyJkB .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #6592e6;
}
.cid-uhxwcgyJkB .panel-body,
.cid-uhxwcgyJkB .card-header {
  padding: 1rem 0;
}
.cid-uhxwcgyJkB .panel-title-edit {
  color: #000000;
}
.cid-uhxwch3Wws {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uhxwch3Wws .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uhxwch3Wws .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uhxwch3Wws .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #6592e6;
}
.cid-uhxwch3Wws .panel-body,
.cid-uhxwch3Wws .card-header {
  padding: 1rem 0;
}
.cid-uhxwch3Wws .panel-title-edit {
  color: #000000;
}
.cid-uhyhXlAHpw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uhyhXlAHpw .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uhyhXlO5Lf {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uhyhXm3Yut {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uhyhXm3Yut .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhyhXm3Yut .row {
  flex-direction: row-reverse;
}
.cid-uhyhXm3Yut img {
  width: 100%;
}
.cid-uhyhXmlNpw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uhyhXmlNpw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhyhXmlNpw .row {
  flex-direction: row-reverse;
}
.cid-uhyhXmlNpw img {
  width: 100%;
}
.cid-uhyhXmFrxd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #eaeaea;
}
.cid-uhyhXmFrxd .mbr-text {
  text-align: left;
}
.cid-uhyhXmVPZZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uhyhXmVPZZ .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uhyhXmVPZZ .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uhyhXmVPZZ .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #6592e6;
}
.cid-uhyhXmVPZZ .panel-body,
.cid-uhyhXmVPZZ .card-header {
  padding: 1rem 0;
}
.cid-uhyhXmVPZZ .panel-title-edit {
  color: #000000;
}
.cid-uhyhXnhqYo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uhyhXnhqYo .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uhyhXnhqYo .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uhyhXnhqYo .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #6592e6;
}
.cid-uhyhXnhqYo .panel-body,
.cid-uhyhXnhqYo .card-header {
  padding: 1rem 0;
}
.cid-uhyhXnhqYo .panel-title-edit {
  color: #000000;
}
