body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.1rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 3.36rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.7rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 2.72rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.7rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.12rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 1.76rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.9rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.44rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 1.68rem;
    font-size: calc( 1.385rem + (2.1 - 1.385) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.385rem + (2.1 - 1.385) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.56rem;
    font-size: calc( 0.895rem + (0.7 - 0.895) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.895rem + (0.7 - 0.895) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    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))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #fc0000 !important;
}
.bg-success {
  background-color: #0388b3 !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #fc0000 !important;
  border-color: #fc0000 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #b00000 !important;
  border-color: #b00000 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b00000 !important;
  border-color: #b00000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #00a335 !important;
  border-color: #00a335 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #00561c !important;
  border-color: #00561c !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #00561c !important;
  border-color: #00561c !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #0388b3 !important;
  border-color: #0388b3 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #024f68 !important;
  border-color: #024f68 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #024f68 !important;
  border-color: #024f68 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #960000;
  color: #960000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #fc0000;
  border-color: #fc0000;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #fc0000 !important;
  border-color: #fc0000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #003d14;
  color: #003d14;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #00a335;
  border-color: #00a335;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #00a335 !important;
  border-color: #00a335 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #013c4f;
  color: #013c4f;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #0388b3;
  border-color: #0388b3;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #0388b3 !important;
  border-color: #0388b3 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #fc0000 !important;
}
.text-secondary {
  color: #00a335 !important;
}
.text-success {
  color: #0388b3 !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #960000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #003d14 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #013c4f !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #fc0000;
  border-color: #fc0000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #fc0000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffc9c9;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #3accfc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Poppins', sans-serif;
  font-size: 0.9rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.44rem;
}
blockquote {
  border-color: #fc0000;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #fc0000;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #fc0000;
}
/* Headers*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #fc0000;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #fc0000;
  border-bottom-color: #fc0000;
}
.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: #fc0000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #00a335 !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%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  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='%23fc0000' %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.3;
}
.cid-syDBFgzmit {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-syDBFgzmit .mbr-section-subtitle {
  color: #767676;
}
.cid-syDBFgzmit H2 {
  text-align: left;
}
.cid-syDB81tDzv {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-syDB81tDzv .mbr-text,
.cid-syDB81tDzv blockquote {
  color: #767676;
}
.cid-syDB81tDzv .mbr-text {
  color: #000000;
}
.cid-to2oFPEay7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-to2oFPEay7 .mbr-section-subtitle {
  color: #232323;
}
.cid-to2oFPEay7 H2 {
  color: #ffffff;
}
.cid-tjoqr7mbFO {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-tjoqr7mbFO .image-block {
  margin: auto;
}
.cid-tjoqr7mbFO figcaption {
  position: relative;
}
.cid-tjoqr7mbFO figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjoqr7mbFO .image-block {
    width: 100% !important;
  }
}
.cid-sD2NHYvSGl {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sD2NHYvSGl .mbr-section-subtitle {
  color: #000000;
}
.cid-sD2NHYvSGl H2 {
  color: #000000;
}
.cid-tjoqIQE4NW {
  background: #85789e;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tjoqIQE4NW .image-block {
  margin: auto;
}
.cid-tjoqIQE4NW figcaption {
  position: relative;
}
.cid-tjoqIQE4NW figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjoqIQE4NW .image-block {
    width: 100% !important;
  }
}
.cid-szGvA4DNnk {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-szGvA4DNnk .mbr-section-subtitle {
  color: #767676;
}
.cid-szGvA4DNnk H2 {
  color: #ffffff;
}
.cid-sCzY2oEWBm {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-sCzY2oEWBm .counter-container {
  color: #767676;
}
.cid-sCzY2oEWBm .counter-container ul {
  margin-bottom: 0;
}
.cid-sCzY2oEWBm .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-sCzY2oEWBm .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #000000;
  background: #ffde00;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-sCzY2oEWBm .mbr-text {
  color: #ffffff;
}
.cid-sHI3pKA1LQ {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sHI3pKA1LQ .mbr-section-subtitle {
  color: #5b686b;
}
.cid-sHI3pKA1LQ H2 {
  color: #000000;
}
.cid-sHMfYqESXh {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-sHMfYqESXh .counter-container {
  color: #767676;
}
.cid-sHMfYqESXh .counter-container ul {
  margin-bottom: 0;
}
.cid-sHMfYqESXh .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-sHMfYqESXh .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #0388b3;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-sHMfYqESXh .mbr-text {
  color: #232323;
}
.cid-ttiLh2RGG2 {
  background: #000000;
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-ttiLh2RGG2 .image-block {
  margin: auto;
}
.cid-ttiLh2RGG2 figcaption {
  position: relative;
}
.cid-ttiLh2RGG2 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiLh2RGG2 .image-block {
    width: 100% !important;
  }
}
.cid-tsVyv2dGZA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsVyv2dGZA H1 {
  color: #ffc700;
}
.cid-tsVyv2dGZA .mbr-text,
.cid-tsVyv2dGZA .mbr-section-btn {
  color: #232323;
}
.cid-tsVyv2dGZA H3 {
  color: #5b686b;
}
.cid-tcPCuCuiVw {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tcPCuCuiVw .image-block {
  margin: auto;
}
.cid-tcPCuCuiVw figcaption {
  position: relative;
}
.cid-tcPCuCuiVw figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tcPCuCuiVw .image-block {
    width: 100% !important;
  }
}
.cid-tcPG28AlFP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tcPG28AlFP P {
  color: #767676;
}
.cid-tcPG28AlFP .mbr-text,
.cid-tcPG28AlFP .mbr-section-btn {
  color: #465052;
}
.cid-tcPG28AlFP H3 {
  color: #232323;
}
.cid-tcPG28AlFP H1 {
  color: #c7ff00;
}
.cid-sHMPAgZ8gk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sHMPAgZ8gk .mbr-section-subtitle {
  color: #465052;
}
.cid-sHMPAgZ8gk H2 {
  color: #ffffff;
}
.cid-utgPCezFgH {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-utgPCezFgH .image-block {
  margin: auto;
}
.cid-utgPCezFgH figcaption {
  position: relative;
}
.cid-utgPCezFgH figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-utgPCezFgH .image-block {
    width: 100% !important;
  }
}
.cid-utgPEd5xua {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-utgPEd5xua .mbr-section-subtitle {
  color: #ffffff;
}
.cid-utgPEd5xua H2 {
  text-align: center;
  color: #f9f295;
}
.cid-utgPEd5xua H4 {
  color: #ffde00;
}
.cid-tsbGWAq4It {
  background: #232323;
  padding-top: 60px;
  padding-bottom: 15px;
}
.cid-tsbGWAq4It .image-block {
  margin: auto;
}
.cid-tsbGWAq4It figcaption {
  position: relative;
}
.cid-tsbGWAq4It figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsbGWAq4It .image-block {
    width: 100% !important;
  }
}
.cid-tpZoGMJDAf {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-tpZoGMJDAf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tpZoGMJDAf H2 {
  color: #ffc700;
}
.cid-szGBA8QPmG {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-szGBA8QPmG .mbr-section-subtitle {
  color: #767676;
}
.cid-szGBA8QPmG H2 {
  color: #000000;
}
.cid-sHLHdvdiHp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sHLHdvdiHp h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sHLHdvdiHp p {
  color: #767676;
  text-align: left;
}
.cid-sHLHdvdiHp .card-box {
  padding-top: 2rem;
}
.cid-sHLHdvdiHp .card-wrapper {
  height: 100%;
}
.cid-sHLHdvdiHp .card-title DIV {
  text-align: center;
}
.cid-sHLHdvdiHp P {
  text-align: center;
  color: #465052;
}
.cid-sHLHdvdiHp .card-title {
  text-align: center;
  color: #000000;
}
.cid-sHLI9hCzxF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sHLI9hCzxF h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sHLI9hCzxF p {
  color: #767676;
  text-align: left;
}
.cid-sHLI9hCzxF .card-box {
  padding-top: 2rem;
}
.cid-sHLI9hCzxF .card-wrapper {
  height: 100%;
}
.cid-sHLI9hCzxF .card-title DIV {
  text-align: center;
}
.cid-sHLI9hCzxF P {
  text-align: center;
  color: #465052;
}
.cid-sHLI9hCzxF .card-title {
  text-align: center;
  color: #000000;
}
.cid-sHLJ0ECaqm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sHLJ0ECaqm h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sHLJ0ECaqm p {
  color: #767676;
  text-align: left;
}
.cid-sHLJ0ECaqm .card-box {
  padding-top: 2rem;
}
.cid-sHLJ0ECaqm .card-wrapper {
  height: 100%;
}
.cid-sHLJ0ECaqm .card-title DIV {
  text-align: center;
}
.cid-sHLJ0ECaqm P {
  text-align: center;
  color: #465052;
}
.cid-sHLJ0ECaqm .card-title {
  text-align: center;
  color: #000000;
}
.cid-sHMQxVuAdM {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sHMQxVuAdM h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sHMQxVuAdM p {
  color: #767676;
  text-align: left;
}
.cid-sHMQxVuAdM .card-box {
  padding-top: 2rem;
}
.cid-sHMQxVuAdM .card-wrapper {
  height: 100%;
}
.cid-sHMQxVuAdM .card-title DIV {
  text-align: center;
}
.cid-sHMQxVuAdM P {
  text-align: center;
  color: #465052;
}
.cid-sHMQxVuAdM .card-title {
  text-align: center;
  color: #000000;
}
.cid-tg7fCqXS2U {
  background: #232323;
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-tg7fCqXS2U .image-block {
  margin: auto;
}
.cid-tg7fCqXS2U figcaption {
  position: relative;
}
.cid-tg7fCqXS2U figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tg7fCqXS2U .image-block {
    width: 100% !important;
  }
}
.cid-sCX2iOVIuT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-sCX2iOVIuT .mbr-section-subtitle {
  color: #ffde00;
}
.cid-sCX2iOVIuT H2 {
  color: #ffffff;
}
.cid-tcPXwra07d {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tcPXwra07d .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tcPXwra07d H2 {
  color: #ffffff;
}
.cid-sD2QoV1DNC {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sD2QoV1DNC .image-block {
  margin: auto;
}
.cid-sD2QoV1DNC figcaption {
  position: relative;
}
.cid-sD2QoV1DNC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sD2QoV1DNC .image-block {
    width: 100% !important;
  }
}
.cid-szGULCZ79Z {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-szGULCZ79Z P {
  color: #767676;
}
.cid-szGULCZ79Z .mbr-text,
.cid-szGULCZ79Z .mbr-section-btn {
  color: #465052;
}
.cid-szGULCZ79Z H3 {
  color: #232323;
}
.cid-szGULCZ79Z H1 {
  color: #ffffff;
}
.cid-utgPUx1v77 {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-utgPUx1v77 .image-block {
  margin: auto;
}
.cid-utgPUx1v77 figcaption {
  position: relative;
}
.cid-utgPUx1v77 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-utgPUx1v77 .image-block {
    width: 100% !important;
  }
}
.cid-utgPWdKc1J {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-utgPWdKc1J .mbr-section-subtitle {
  color: #ffffff;
}
.cid-utgPWdKc1J H2 {
  text-align: center;
  color: #f9f295;
}
.cid-utgPWdKc1J H4 {
  color: #ffde00;
}
.cid-sHMPb8xhQJ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-sHMPb8xhQJ .mbr-section-subtitle {
  color: #465052;
}
.cid-sHMPb8xhQJ H2 {
  color: #ffffff;
}
.cid-sD2QDs3DLE {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-sD2QDs3DLE .image-block {
  margin: auto;
}
.cid-sD2QDs3DLE figcaption {
  position: relative;
}
.cid-sD2QDs3DLE figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sD2QDs3DLE .image-block {
    width: 100% !important;
  }
}
.cid-szGP9EhQxU {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-szGP9EhQxU .mbr-section-subtitle {
  color: #767676;
}
.cid-szGP9EhQxU H2 {
  color: #000000;
}
.cid-szGPicp6fB {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-szGPicp6fB .image-block {
  margin: auto;
}
.cid-szGPicp6fB figcaption {
  position: relative;
}
.cid-szGPicp6fB figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-szGPicp6fB .image-block {
    width: 100% !important;
  }
}
.cid-szGPQlQOJk {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-szGPQlQOJk H1 {
  color: #000000;
}
.cid-szGPQlQOJk .mbr-text,
.cid-szGPQlQOJk .mbr-section-btn {
  color: #232323;
}
.cid-szGPQlQOJk H3 {
  color: #232323;
}
.cid-sD3pdGBakx {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sD3pdGBakx .mbr-section-subtitle {
  color: #767676;
}
.cid-sD3pdGBakx H2 {
  color: #000000;
}
.cid-sD3ssRoWlw {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sD3ssRoWlw .counter-container {
  color: #767676;
}
.cid-sD3ssRoWlw .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-sD3ssRoWlw .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-sD3ssRoWlw .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
  position: relative;
}
.cid-sD3ssRoWlw .counter-container ol li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #69b6a1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-sD3ssRoWlw .mbr-text {
  color: #000000;
}
.cid-tsaTei96aX {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-tsaTei96aX .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsaTei96aX H2 {
  color: #ddff55;
}
.cid-tsaTei96aX H3 {
  color: #ddff55;
}
.cid-tsaTcWZXRQ {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tsaTcWZXRQ .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tsaTcWZXRQ .video-block {
    width: 100% !important;
  }
}
.cid-tjCbF4ZSqm {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tjCbF4ZSqm h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tjCbF4ZSqm p {
  color: #767676;
  text-align: left;
}
.cid-tjCbF4ZSqm .card-box {
  padding-top: 2rem;
}
.cid-tjCbF4ZSqm .card-wrapper {
  height: 100%;
}
.cid-tjCbF4ZSqm P {
  text-align: center;
  color: #ffffff;
}
.cid-tjCbF4ZSqm .card-title {
  text-align: center;
  color: #ffde00;
}
.cid-utgQexure6 {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-utgQexure6 .image-block {
  margin: auto;
}
.cid-utgQexure6 figcaption {
  position: relative;
}
.cid-utgQexure6 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-utgQexure6 .image-block {
    width: 100% !important;
  }
}
.cid-utgQnwic97 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-utgQnwic97 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-utgQnwic97 H2 {
  text-align: center;
  color: #f9f295;
}
.cid-utgQnwic97 H4 {
  color: #ffde00;
}
.cid-tsaTrJGDAW {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tsaTrJGDAW .mbr-section-subtitle {
  color: #1a3246;
}
.cid-tsaTrJGDAW H2 {
  color: #ffffff;
}
.cid-tsaTrJGDAW H4 {
  color: #ffffff;
}
.cid-to266EUkOg {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 0px;
}
.cid-to266EUkOg .image-block {
  margin: auto;
}
.cid-to266EUkOg figcaption {
  position: relative;
}
.cid-to266EUkOg figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-to266EUkOg .image-block {
    width: 100% !important;
  }
}
.cid-to267AWTJj {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-to267AWTJj .mbr-section-subtitle {
  color: #000000;
}
.cid-to267AWTJj H2 {
  color: #232323;
}
.cid-tsaMZoGksC {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tsaMZoGksC .mbr-section-subtitle {
  color: #000000;
}
.cid-tsaMZoGksC H2 {
  color: #232323;
}
.cid-szG68WV6hj {
  background: #000000;
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-szG68WV6hj .image-block {
  margin: auto;
}
.cid-szG68WV6hj figcaption {
  position: relative;
}
.cid-szG68WV6hj figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-szG68WV6hj .image-block {
    width: 100% !important;
  }
}
.cid-szG68XbD7t {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-szG68XbD7t .mbr-section-subtitle {
  color: #ffffff;
}
.cid-szG68XbD7t H2 {
  color: #ffffff;
}
.cid-sCLO1VMMGA {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sCLO1VMMGA .image-block {
  margin: auto;
}
.cid-sCLO1VMMGA figcaption {
  position: relative;
}
.cid-sCLO1VMMGA figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sCLO1VMMGA .image-block {
    width: 100% !important;
  }
}
.cid-sCLO2YStHn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sCLO2YStHn P {
  color: #767676;
}
.cid-sCLO2YStHn .mbr-text,
.cid-sCLO2YStHn .mbr-section-btn {
  color: #465052;
}
.cid-sCLO2YStHn H3 {
  color: #232323;
}
.cid-sCLO2YStHn H1 {
  color: #ffffff;
}
.cid-tjpYlRTGir {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tjpYlRTGir .image-block {
  margin: auto;
}
.cid-tjpYlRTGir figcaption {
  position: relative;
}
.cid-tjpYlRTGir figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjpYlRTGir .image-block {
    width: 100% !important;
  }
}
.cid-uth5QqV5Q2 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uth5QqV5Q2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uth5QqV5Q2 H2 {
  text-align: center;
  color: #f9f295;
}
.cid-uth5QqV5Q2 H4 {
  color: #ffde00;
}
.cid-sHI82tjjZD {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sHI82tjjZD .mbr-section-subtitle {
  color: #5b686b;
}
.cid-sHI82tjjZD H2 {
  color: #000000;
}
.cid-uoaE8guOZU {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uoaE8guOZU .mbr-section-subtitle {
  color: #000000;
}
.cid-uoaE8guOZU H2 {
  color: #232323;
}
.cid-uoaDMCjBDb {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-uoaDMCjBDb .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uoaDMCjBDb .video-block {
    width: 100% !important;
  }
}
.cid-uoaDQ7hyOM {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uoaDQ7hyOM .mbr-section-subtitle {
  color: #000000;
}
.cid-uoaDQ7hyOM H2 {
  color: #232323;
}
.cid-tg0aWAhmHw {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tg0aWAhmHw .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tg0aWAhmHw .video-block {
    width: 100% !important;
  }
}
.cid-tsVFc0W2NR {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tsVFc0W2NR .mbr-section-subtitle {
  color: #000000;
}
.cid-tsVFc0W2NR H2 {
  color: #232323;
}
.cid-sHI8htFsDj {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-sHI8htFsDj .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sHI8htFsDj .video-block {
    width: 100% !important;
  }
}
.cid-tsVFWc2US9 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tsVFWc2US9 .mbr-section-subtitle {
  color: #000000;
}
.cid-tsVFWc2US9 H2 {
  color: #232323;
}
.cid-sHI6G87sCv {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-sHI6G87sCv .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sHI6G87sCv .video-block {
    width: 100% !important;
  }
}
.cid-tsVGumfUBi {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tsVGumfUBi .mbr-section-subtitle {
  color: #000000;
}
.cid-tsVGumfUBi H2 {
  color: #232323;
}
.cid-sQsRUtEDsn {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-sQsRUtEDsn .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sQsRUtEDsn .video-block {
    width: 100% !important;
  }
}
.cid-tsVH0Zwy88 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tsVH0Zwy88 .mbr-section-subtitle {
  color: #000000;
}
.cid-tsVH0Zwy88 H2 {
  color: #232323;
}
.cid-sHI8i2QUeh {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-sHI8i2QUeh .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sHI8i2QUeh .video-block {
    width: 100% !important;
  }
}
.cid-uth9rqKoeE {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uth9rqKoeE .mbr-section-subtitle {
  color: #000000;
}
.cid-uth9rqKoeE H2 {
  color: #232323;
}
.cid-uth9laRyPP {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uth9laRyPP .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uth9laRyPP .video-block {
    width: 100% !important;
  }
}
.cid-ttcFXqxA7a {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttcFXqxA7a .mbr-section-subtitle {
  color: #000000;
}
.cid-ttcFXqxA7a H2 {
  color: #232323;
}
.cid-ttcFYuuBqW {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-ttcFYuuBqW .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ttcFYuuBqW .video-block {
    width: 100% !important;
  }
}
.cid-tcQ57QkrV0 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tcQ57QkrV0 .image-block {
  margin: auto;
}
.cid-tcQ57QkrV0 figcaption {
  position: relative;
}
.cid-tcQ57QkrV0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tcQ57QkrV0 .image-block {
    width: 100% !important;
  }
}
.cid-uoaEqDfUvf {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uoaEqDfUvf .mbr-section-subtitle {
  color: #000000;
}
.cid-uoaEqDfUvf H2 {
  color: #232323;
}
.cid-uoaEpwAJgS {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-uoaEpwAJgS .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uoaEpwAJgS .video-block {
    width: 100% !important;
  }
}
.cid-tsVIr7lMWf {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tsVIr7lMWf .mbr-section-subtitle {
  color: #000000;
}
.cid-tsVIr7lMWf H2 {
  color: #232323;
}
.cid-sHI8gSSdU8 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-sHI8gSSdU8 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sHI8gSSdU8 .video-block {
    width: 100% !important;
  }
}
.cid-tsVJ3m5Gbs {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tsVJ3m5Gbs .mbr-section-subtitle {
  color: #000000;
}
.cid-tsVJ3m5Gbs H2 {
  color: #232323;
}
.cid-sHI8jXpz48 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-sHI8jXpz48 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sHI8jXpz48 .video-block {
    width: 100% !important;
  }
}
.cid-tsVJyEtGI7 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tsVJyEtGI7 .mbr-section-subtitle {
  color: #000000;
}
.cid-tsVJyEtGI7 H2 {
  color: #232323;
}
.cid-tg0bwQ5Okr {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tg0bwQ5Okr .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tg0bwQ5Okr .video-block {
    width: 100% !important;
  }
}
.cid-uoaESAJ0Vn {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uoaESAJ0Vn .mbr-section-subtitle {
  color: #000000;
}
.cid-uoaESAJ0Vn H2 {
  color: #232323;
}
.cid-uoaERIuKRK {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-uoaERIuKRK .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uoaERIuKRK .video-block {
    width: 100% !important;
  }
}
.cid-tsVKmCf3O3 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tsVKmCf3O3 .mbr-section-subtitle {
  color: #000000;
}
.cid-tsVKmCf3O3 H2 {
  color: #232323;
}
.cid-sHI8iXlWOk {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-sHI8iXlWOk .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sHI8iXlWOk .video-block {
    width: 100% !important;
  }
}
.cid-tsVKCgvm6N {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tsVKCgvm6N .mbr-section-subtitle {
  color: #000000;
}
.cid-tsVKCgvm6N H2 {
  color: #232323;
}
.cid-sHI8jsIpd7 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-sHI8jsIpd7 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sHI8jsIpd7 .video-block {
    width: 100% !important;
  }
}
.cid-tcQ5O8lBE0 {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-tcQ5O8lBE0 .image-block {
  margin: auto;
}
.cid-tcQ5O8lBE0 figcaption {
  position: relative;
}
.cid-tcQ5O8lBE0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tcQ5O8lBE0 .image-block {
    width: 100% !important;
  }
}
.cid-tsVLKbFSR0 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tsVLKbFSR0 .mbr-section-subtitle {
  color: #000000;
}
.cid-tsVLKbFSR0 H2 {
  color: #232323;
}
.cid-sHI8kmAYyn {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-sHI8kmAYyn .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sHI8kmAYyn .video-block {
    width: 100% !important;
  }
}
.cid-tsVOIYMJSg {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tsVOIYMJSg .mbr-section-subtitle {
  color: #000000;
}
.cid-tsVOIYMJSg H2 {
  color: #232323;
}
.cid-sQsRYQ9FIA {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-sQsRYQ9FIA .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sQsRYQ9FIA .video-block {
    width: 100% !important;
  }
}
.cid-tsVPjYUG24 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tsVPjYUG24 .mbr-section-subtitle {
  color: #000000;
}
.cid-tsVPjYUG24 H2 {
  color: #232323;
}
.cid-tjofeB6OVp {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tjofeB6OVp .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tjofeB6OVp .video-block {
    width: 100% !important;
  }
}
.cid-tsVQZ0v3hf {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tsVQZ0v3hf .mbr-section-subtitle {
  color: #000000;
}
.cid-tsVQZ0v3hf H2 {
  color: #232323;
}
.cid-tjoffkqwra {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tjoffkqwra .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tjoffkqwra .video-block {
    width: 100% !important;
  }
}
.cid-tsVRnUJ12e {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tsVRnUJ12e .mbr-section-subtitle {
  color: #000000;
}
.cid-tsVRnUJ12e H2 {
  color: #232323;
}
.cid-sHI8lisyM1 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-sHI8lisyM1 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sHI8lisyM1 .video-block {
    width: 100% !important;
  }
}
.cid-uoaFnzCwLK {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uoaFnzCwLK .mbr-section-subtitle {
  color: #000000;
}
.cid-uoaFnzCwLK H2 {
  color: #232323;
}
.cid-uoaFmzviyI {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-uoaFmzviyI .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uoaFmzviyI .video-block {
    width: 100% !important;
  }
}
.cid-tcQ5Qz3Gyb {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-tcQ5Qz3Gyb .image-block {
  margin: auto;
}
.cid-tcQ5Qz3Gyb figcaption {
  position: relative;
}
.cid-tcQ5Qz3Gyb figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tcQ5Qz3Gyb .image-block {
    width: 100% !important;
  }
}
.cid-uoaFFtEPWZ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uoaFFtEPWZ .mbr-section-subtitle {
  color: #000000;
}
.cid-uoaFFtEPWZ H2 {
  color: #232323;
}
.cid-uoaFEkArfZ {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-uoaFEkArfZ .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uoaFEkArfZ .video-block {
    width: 100% !important;
  }
}
.cid-tsVRReLNKM {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tsVRReLNKM .mbr-section-subtitle {
  color: #000000;
}
.cid-tsVRReLNKM H2 {
  color: #232323;
}
.cid-sHI8lET3BC {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-sHI8lET3BC .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sHI8lET3BC .video-block {
    width: 100% !important;
  }
}
.cid-tsVSt2VHtd {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tsVSt2VHtd .mbr-section-subtitle {
  color: #000000;
}
.cid-tsVSt2VHtd H2 {
  color: #232323;
}
.cid-sHI8kWrYX9 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-sHI8kWrYX9 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sHI8kWrYX9 .video-block {
    width: 100% !important;
  }
}
.cid-uoaFYignXE {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uoaFYignXE .mbr-section-subtitle {
  color: #000000;
}
.cid-uoaFYignXE H2 {
  color: #232323;
}
.cid-uoaFXeo0Wo {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-uoaFXeo0Wo .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uoaFXeo0Wo .video-block {
    width: 100% !important;
  }
}
.cid-tsVStFkZHe {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tsVStFkZHe .mbr-section-subtitle {
  color: #000000;
}
.cid-tsVStFkZHe H2 {
  color: #232323;
}
.cid-sHI8m6xnne {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-sHI8m6xnne .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sHI8m6xnne .video-block {
    width: 100% !important;
  }
}
.cid-tsVSumGnrq {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tsVSumGnrq .mbr-section-subtitle {
  color: #000000;
}
.cid-tsVSumGnrq H2 {
  color: #232323;
}
.cid-sHI8mwOKGc {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-sHI8mwOKGc .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sHI8mwOKGc .video-block {
    width: 100% !important;
  }
}
.cid-tsVSuX1yUy {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tsVSuX1yUy .mbr-section-subtitle {
  color: #000000;
}
.cid-tsVSuX1yUy H2 {
  color: #232323;
}
.cid-sHI8n7UjEA {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-sHI8n7UjEA .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sHI8n7UjEA .video-block {
    width: 100% !important;
  }
}
.cid-uth50cyWdb {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uth50cyWdb .image-block {
  margin: auto;
}
.cid-uth50cyWdb figcaption {
  position: relative;
}
.cid-uth50cyWdb figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uth50cyWdb .image-block {
    width: 100% !important;
  }
}
.cid-uth515X79W {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uth515X79W .mbr-section-subtitle {
  color: #1f2123;
}
.cid-uth515X79W H2 {
  text-align: center;
  color: #f9f295;
}
.cid-uth515X79W H4 {
  color: #ffde00;
}
.cid-sD3nBouesS {
  background: #622d46;
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-sD3nBouesS .image-block {
  margin: auto;
}
.cid-sD3nBouesS figcaption {
  position: relative;
}
.cid-sD3nBouesS figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sD3nBouesS .image-block {
    width: 100% !important;
  }
}
.cid-sD3svUag2U {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #622d46;
}
.cid-sD3svUag2U .mbr-section-subtitle {
  color: #767676;
}
.cid-sD3svUag2U H2 {
  color: #f9f295;
}
.cid-tjolv8NOqv {
  background: #622d46;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tjolv8NOqv .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tjolv8NOqv .video-block {
    width: 100% !important;
  }
}
.cid-sD3nCKIlsv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #622d46;
}
.cid-sD3nCKIlsv .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sD3nCKIlsv H2 {
  color: #ffffff;
}
.cid-szG68ZaXrn {
  background: #622d46;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-szG68ZaXrn .image-block {
  margin: auto;
}
.cid-szG68ZaXrn figcaption {
  position: relative;
}
.cid-szG68ZaXrn figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-szG68ZaXrn .image-block {
    width: 100% !important;
  }
}
.cid-szG68Zm1Sv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #622d46;
}
.cid-szG68Zm1Sv H1 {
  color: #ffffff;
}
.cid-szG68Zm1Sv .mbr-text,
.cid-szG68Zm1Sv .mbr-section-btn {
  color: #232323;
}
.cid-szG68Zm1Sv H3 {
  color: #232323;
}
.cid-tjq3MB5S2z {
  background: #622d46;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tjq3MB5S2z .image-block {
  margin: auto;
}
.cid-tjq3MB5S2z figcaption {
  position: relative;
}
.cid-tjq3MB5S2z figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjq3MB5S2z .image-block {
    width: 100% !important;
  }
}
.cid-utgQkMc6eb {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #622d46;
}
.cid-utgQkMc6eb .mbr-section-subtitle {
  color: #ffffff;
}
.cid-utgQkMc6eb H2 {
  text-align: center;
  color: #f9f295;
}
.cid-utgQkMc6eb H4 {
  color: #ffde00;
}
.cid-tfEOc9LpXU {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tfEOc9LpXU .mbr-section-subtitle {
  color: #232323;
}
.cid-tfEOc9LpXU H2 {
  color: #232323;
}
.cid-szG691D6xy {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-szG691D6xy .image-block {
  margin: auto;
}
.cid-szG691D6xy figcaption {
  position: relative;
}
.cid-szG691D6xy figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-szG691D6xy .image-block {
    width: 100% !important;
  }
}
.cid-szG691P3n6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-szG691P3n6 H1 {
  color: #232323;
}
.cid-szG691P3n6 .mbr-text,
.cid-szG691P3n6 .mbr-section-btn {
  color: #232323;
}
.cid-szG691P3n6 H3 {
  color: #232323;
}
.cid-uth5tM5Tpb {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uth5tM5Tpb .image-block {
  margin: auto;
}
.cid-uth5tM5Tpb figcaption {
  position: relative;
}
.cid-uth5tM5Tpb figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uth5tM5Tpb .image-block {
    width: 100% !important;
  }
}
.cid-uth5uLCv5s {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uth5uLCv5s .mbr-section-subtitle {
  color: #1f2123;
}
.cid-uth5uLCv5s H2 {
  text-align: center;
  color: #f9f295;
}
.cid-uth5uLCv5s H4 {
  color: #ffde00;
}
.cid-to8AY7fwPv {
  padding-top: 60px;
  padding-bottom: 45px;
  position: relative;
  background-color: #000000;
}
.cid-to8AY7fwPv p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-to8AY7fwPv .panel-title {
  border-bottom: 2px solid #5758e0;
  display: flex!important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-to8AY7fwPv .collapsed {
  border: none;
}
.cid-to8AY7fwPv .collapsed span {
  transform: rotate(0deg);
}
.cid-to8AY7fwPv span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #00a335, #fc0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-to8AY7fwPv .panel-body {
  padding-top: 0.5rem;
}
.cid-to8AY7fwPv .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-to8AY7fwPv .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-to8AY7fwPv .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-to8AY7fwPv .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-to8AY7fwPv .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-to8AY7fwPv .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-to8AY7fwPv .panel-text {
  color: #ffffff;
}
.cid-to8AY7fwPv H4 {
  color: #ffffff;
}
.cid-to8AY7fwPv H2 {
  color: #ffffff;
}
.cid-to8AY7fwPv .mbr-section-text {
  color: #ffffff;
}
.cid-sHN2AlJf4x {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sHN2AlJf4x .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sHN2AlJf4x H2 {
  color: #ffffff;
}
.cid-sHN2zcZUbo {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-sHN2zcZUbo .image-block {
  margin: auto;
}
.cid-sHN2zcZUbo figcaption {
  position: relative;
}
.cid-sHN2zcZUbo figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sHN2zcZUbo .image-block {
    width: 100% !important;
  }
}
.cid-to1qnsMj0H {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-to1qnsMj0H .mbr-section-subtitle {
  color: #232323;
}
.cid-to1qnsMj0H H2 {
  color: #ffffff;
}
.cid-sD48xn7yKH {
  background: #029c86;
  padding-top: 60px;
  padding-bottom: 15px;
}
.cid-sD48xn7yKH .image-block {
  margin: auto;
}
.cid-sD48xn7yKH figcaption {
  position: relative;
}
.cid-sD48xn7yKH figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sD48xn7yKH .image-block {
    width: 100% !important;
  }
}
.cid-sD48CVE7hm {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #029c86;
}
.cid-sD48CVE7hm .mbr-section-subtitle {
  color: #767676;
}
.cid-sD48CVE7hm H2 {
  color: #ffffff;
}
.cid-sCFQlsnc34 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCFQlsnc34 .mbr-section-subtitle {
  color: #000000;
}
.cid-sCFQlsnc34 H2 {
  text-align: center;
}
.cid-sCFQlswF00 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCFQlswF00 .mbr-text,
.cid-sCFQlswF00 blockquote {
  color: #767676;
}
.cid-sCFQlswF00 .mbr-text P {
  text-align: center;
}
.cid-sCFQlswF00 .mbr-text {
  color: #000000;
}
.cid-sCNehnDIpn {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-sCNehnDIpn .image-block {
  margin: auto;
}
.cid-sCNehnDIpn figcaption {
  position: relative;
}
.cid-sCNehnDIpn figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sCNehnDIpn .image-block {
    width: 100% !important;
  }
}
.cid-to2oztU3c8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-to2oztU3c8 .mbr-section-subtitle {
  color: #232323;
}
.cid-to2oztU3c8 H2 {
  color: #ffffff;
}
.cid-sCHswfrXw6 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #029c86;
}
.cid-sCHswfrXw6 .mbr-section-subtitle {
  color: #f9f295;
}
.cid-sCHswfrXw6 H2 {
  color: #ffffff;
}
.cid-sCHswfGUKg {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-sCHswfGUKg .image-block {
  margin: auto;
}
.cid-sCHswfGUKg figcaption {
  position: relative;
}
.cid-sCHswfGUKg figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sCHswfGUKg .image-block {
    width: 100% !important;
  }
}
.cid-to8kt6yLPj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-to8kt6yLPj .mbr-section-subtitle {
  color: #000000;
}
.cid-to8kt6yLPj H2 {
  color: #000000;
}
.cid-sCHswg4EMK {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #8f0000;
}
.cid-sCHswg4EMK H1 {
  color: #f9f295;
}
.cid-sCHswg4EMK .mbr-text,
.cid-sCHswg4EMK .mbr-section-btn {
  color: #ffffff;
}
.cid-sCHswg4EMK H3 {
  color: #ffffff;
  text-align: center;
}
.cid-to2nCNc6Hs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-to2nCNc6Hs .mbr-section-subtitle {
  color: #232323;
}
.cid-to2nCNc6Hs H2 {
  color: #ffffff;
}
.cid-sCHxsYRaSs {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCHxsYRaSs .mbr-section-subtitle {
  color: #000000;
}
.cid-sCHxsYRaSs H2 {
  color: #0b644d;
}
.cid-sCHxsZ5ZRP {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-sCHxsZ5ZRP .image-block {
  margin: auto;
}
.cid-sCHxsZ5ZRP figcaption {
  position: relative;
}
.cid-sCHxsZ5ZRP figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sCHxsZ5ZRP .image-block {
    width: 100% !important;
  }
}
.cid-to8iAShwJy {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-to8iAShwJy .mbr-section-subtitle {
  color: #000000;
}
.cid-to8iAShwJy H2 {
  color: #0b644d;
}
.cid-sFNQhXQUyz {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-sFNQhXQUyz .image-block {
  margin: auto;
}
.cid-sFNQhXQUyz figcaption {
  position: relative;
}
.cid-sFNQhXQUyz figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sFNQhXQUyz .image-block {
    width: 100% !important;
  }
}
.cid-sTLY2nyXHL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sTLY2nyXHL P {
  color: #767676;
}
.cid-sTLY2nyXHL .mbr-text,
.cid-sTLY2nyXHL .mbr-section-btn {
  color: #465052;
}
.cid-sTLY2nyXHL H3 {
  color: #232323;
}
.cid-sTLY2nyXHL H1 {
  color: #232323;
}
.cid-sFNQp80Lsn {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-sFNQp80Lsn .image-block {
  margin: auto;
}
.cid-sFNQp80Lsn figcaption {
  position: relative;
}
.cid-sFNQp80Lsn figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sFNQp80Lsn .image-block {
    width: 100% !important;
  }
}
.cid-sFNQpPXSE7 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-sFNQpPXSE7 .image-block {
  margin: auto;
}
.cid-sFNQpPXSE7 figcaption {
  position: relative;
}
.cid-sFNQpPXSE7 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sFNQpPXSE7 .image-block {
    width: 100% !important;
  }
}
.cid-sCHxsZyCAM {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sCHxsZyCAM H1 {
  color: #0d695c;
}
.cid-sCHxsZyCAM .mbr-text,
.cid-sCHxsZyCAM .mbr-section-btn {
  color: #000000;
}
.cid-sCHxsZyCAM H3 {
  color: #ffffff;
  text-align: center;
}
.cid-sCHE5N8lGb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0d695c;
}
.cid-sCHE5N8lGb .mbr-section-subtitle {
  color: #232323;
  text-align: center;
  font-weight: 300;
}
.cid-sCHE5N8lGb .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sCHE5N8lGb .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-sCHE5N8lGb .separline {
  position: relative;
}
.cid-sCHE5N8lGb .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sCHE5N8lGb .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-sCHE5N8lGb .mbr-step-title {
  color: #ffffff;
}
.cid-sCHE5N8lGb .mbr-section-title {
  color: #ffffff;
}
.cid-sCHE5N8lGb .mbr-step-text {
  color: #ffffff;
}
.cid-sFOcnvhAX9 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sFOcnvhAX9 .mbr-section-subtitle {
  color: #5b686b;
}
.cid-sFOcnvhAX9 H2 {
  color: #0d695c;
}
.cid-tjpQyz0q5Q {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tjpQyz0q5Q .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tjpQyz0q5Q .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tjpQyz0q5Q .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tjpQyz0q5Q .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tjpQyz0q5Q .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tjpQyz0q5Q .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tjpQyz0q5Q .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tjpQyz0q5Q .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tjpQyz0q5Q .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #ffffff !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-to2lZT3J2Y {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-to2lZT3J2Y .image-block {
  margin: auto;
}
.cid-to2lZT3J2Y figcaption {
  position: relative;
}
.cid-to2lZT3J2Y figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-to2lZT3J2Y .image-block {
    width: 100% !important;
  }
}
.cid-to8hKESvNh {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-to8hKESvNh .mbr-section-subtitle {
  color: #000000;
}
.cid-to8hKESvNh H2 {
  color: #232323;
}
.cid-ttoxWQRDH2 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ttoxWQRDH2 .mbr-section-subtitle {
  color: #000000;
}
.cid-ttoxWQRDH2 H2 {
  color: #232323;
}
.cid-sCHxt0PYvC {
  background: #0b644d;
  padding-top: 60px;
  padding-bottom: 0px;
}
.cid-sCHxt0PYvC .image-block {
  margin: auto;
}
.cid-sCHxt0PYvC figcaption {
  position: relative;
}
.cid-sCHxt0PYvC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sCHxt0PYvC .image-block {
    width: 100% !important;
  }
}
.cid-sCHxt13yAH {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #0b644d;
}
.cid-sCHxt13yAH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sCHxt13yAH H2 {
  color: #ffffff;
}
.cid-sCHHYoXn61 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCHHYoXn61 P {
  color: #767676;
}
.cid-sCHHYoXn61 .mbr-text,
.cid-sCHHYoXn61 .mbr-section-btn {
  color: #0c1926;
}
.cid-sCHHYoXn61 H3 {
  color: #000000;
}
.cid-sCHHYoXn61 H1 {
  color: #000000;
}
.cid-sCHxt1ebQW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCHxt1ebQW .mbr-section-subtitle {
  color: #232323;
}
.cid-sCHxt1ebQW H2 {
  color: #0d695c;
}
.cid-sCHxt1ov5n {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-sCHxt1ov5n .image-block {
  margin: auto;
}
.cid-sCHxt1ov5n figcaption {
  position: relative;
}
.cid-sCHxt1ov5n figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sCHxt1ov5n .image-block {
    width: 100% !important;
  }
}
.cid-sCHxt1AiYC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCHxt1AiYC P {
  color: #767676;
}
.cid-sCHxt1AiYC .mbr-text,
.cid-sCHxt1AiYC .mbr-section-btn {
  color: #465052;
}
.cid-sCHxt1AiYC H3 {
  color: #232323;
}
.cid-sCHxt1AiYC H1 {
  color: #232323;
}
.cid-sCNcUxo4k8 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-sCNcUxo4k8 .image-block {
  margin: auto;
}
.cid-sCNcUxo4k8 figcaption {
  position: relative;
}
.cid-sCNcUxo4k8 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sCNcUxo4k8 .image-block {
    width: 100% !important;
  }
}
.cid-to2meDS3HC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-to2meDS3HC .mbr-section-subtitle {
  color: #232323;
}
.cid-to2meDS3HC H2 {
  color: #ffffff;
}
.cid-sCZpxrCWAN {
  padding-top: 45px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/teenbrain-2b1-1000x560.jpg");
}
.cid-sCZpxrCWAN .mbr-text,
.cid-sCZpxrCWAN .mbr-section-btn {
  color: #ffffff;
}
.cid-to8lfoMrhJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-to8lfoMrhJ .mbr-section-subtitle {
  color: #232323;
}
.cid-to8lfoMrhJ H2 {
  color: #ffffff;
}
.cid-sCHtpvtsT6 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sCHtpvtsT6 .mbr-section-subtitle {
  color: #5b686b;
}
.cid-sCHtpvtsT6 H2 {
  color: #0b644d;
}
.cid-sCHuglp3rG {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-sCHuglp3rG .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sCHuglp3rG .video-block {
    width: 100% !important;
  }
}
.cid-to8kehNnWN {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-to8kehNnWN .mbr-section-subtitle {
  color: #000000;
}
.cid-to8kehNnWN H2 {
  color: #000000;
}
.cid-to8E0t0DDE {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-to8E0t0DDE .image-block {
  margin: auto;
}
.cid-to8E0t0DDE figcaption {
  position: relative;
}
.cid-to8E0t0DDE figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-to8E0t0DDE .image-block {
    width: 100% !important;
  }
}
.cid-sCHtpwmGkY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #8f0000;
}
.cid-sCHtpwmGkY H1 {
  color: #f9f295;
}
.cid-sCHtpwmGkY .mbr-text,
.cid-sCHtpwmGkY .mbr-section-btn {
  color: #ffffff;
}
.cid-sCHtpwmGkY H3 {
  color: #ffffff;
  text-align: center;
}
.cid-to2nLEL0Py {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-to2nLEL0Py .mbr-section-subtitle {
  color: #232323;
}
.cid-to2nLEL0Py H2 {
  color: #ffffff;
}
.cid-sCZwjN7hgP {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sCZwjN7hgP .mbr-section-subtitle {
  color: #000000;
}
.cid-sCZwjN7hgP H2 {
  color: #029c86;
}
.cid-sCZwjNkzVp {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-sCZwjNkzVp .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sCZwjNkzVp .video-block {
    width: 100% !important;
  }
}
.cid-to8kKUsIfE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-to8kKUsIfE .mbr-section-subtitle {
  color: #000000;
}
.cid-to8kKUsIfE H2 {
  color: #000000;
}
.cid-to8F5etTxB {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-to8F5etTxB .image-block {
  margin: auto;
}
.cid-to8F5etTxB figcaption {
  position: relative;
}
.cid-to8F5etTxB figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-to8F5etTxB .image-block {
    width: 100% !important;
  }
}
.cid-sCZwjNRM4i {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #fa6923;
}
.cid-sCZwjNRM4i H1 {
  color: #f9f295;
}
.cid-sCZwjNRM4i .mbr-text,
.cid-sCZwjNRM4i .mbr-section-btn {
  color: #ffffff;
}
.cid-sCZwjNRM4i H3 {
  color: #ffffff;
  text-align: center;
}
.cid-sCZwBoAzpT {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #054e3b;
}
.cid-sCZwBoAzpT .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sCZwBoAzpT H2 {
  color: #ffffff;
}
.cid-sCZxxvFly7 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #054e3b;
}
.cid-sCZxxvFly7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sCZxxvFly7 H2 {
  color: #0388b3;
}
.cid-sCZx1qgZfX {
  background: #054e3b;
  padding-top: 15px;
  padding-bottom: 60px;
}
.cid-sCZx1qgZfX .image-block {
  margin: auto;
}
.cid-sCZx1qgZfX figcaption {
  position: relative;
}
.cid-sCZx1qgZfX figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sCZx1qgZfX .image-block {
    width: 100% !important;
  }
}
.cid-to2nR1fvWI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-to2nR1fvWI .mbr-section-subtitle {
  color: #232323;
}
.cid-to2nR1fvWI H2 {
  color: #ffffff;
}
.cid-sCHrAolD4P {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #029c86;
}
.cid-sCHrAolD4P .mbr-section-subtitle {
  color: #f9f295;
}
.cid-sCHrAolD4P H2 {
  color: #ffffff;
}
.cid-sCHrAoDxTj {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-sCHrAoDxTj .image-block {
  margin: auto;
}
.cid-sCHrAoDxTj figcaption {
  position: relative;
}
.cid-sCHrAoDxTj figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sCHrAoDxTj .image-block {
    width: 100% !important;
  }
}
.cid-to8jAkky2Z {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-to8jAkky2Z .mbr-section-subtitle {
  color: #000000;
}
.cid-to8jAkky2Z H2 {
  color: #000000;
}
.cid-sCHrAp94JX {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #0b644d;
}
.cid-sCHrAp94JX H1 {
  color: #f9f295;
}
.cid-sCHrAp94JX .mbr-text,
.cid-sCHrAp94JX .mbr-section-btn {
  color: #ffffff;
}
.cid-sCHrAp94JX H3 {
  color: #ffffff;
  text-align: center;
}
.cid-to2nsEy9cS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-to2nsEy9cS .mbr-section-subtitle {
  color: #232323;
}
.cid-to2nsEy9cS H2 {
  color: #ffffff;
}
.cid-syDCFd4xZe {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-syDCFd4xZe .mbr-section-subtitle {
  color: #767676;
}
.cid-syDCFd4xZe H2 {
  text-align: left;
}
.cid-syDCFdpbbF {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-syDCFdpbbF .mbr-text,
.cid-syDCFdpbbF blockquote {
  color: #767676;
}
.cid-syDCFdpbbF .mbr-text {
  color: #000000;
}
.cid-to2oK7TSfN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-to2oK7TSfN .mbr-section-subtitle {
  color: #232323;
}
.cid-to2oK7TSfN H2 {
  color: #ffffff;
}
.cid-sTua2rxDTx {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sTua2rxDTx .mbr-section-subtitle {
  color: #8f0000;
}
.cid-sTua2rxDTx H2 {
  text-align: center;
  color: #0f7699;
}
.cid-sTua2rk4Tn {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sTua2rk4Tn .mbr-section-subtitle {
  color: #5b686b;
}
.cid-sTua2rk4Tn H2 {
  color: #0f7699;
}
.cid-sTua2rGZvN {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sTua2rGZvN .mbr-text,
.cid-sTua2rGZvN blockquote {
  color: #767676;
}
.cid-sTua2rGZvN .mbr-text {
  color: #232323;
}
.cid-sTua2s0mLE {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sTua2s0mLE .mbr-section-subtitle {
  color: #767676;
}
.cid-sTua2s0mLE H2 {
  text-align: center;
}
.cid-to2oYWYjEe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-to2oYWYjEe .mbr-section-subtitle {
  color: #232323;
}
.cid-to2oYWYjEe H2 {
  color: #ffffff;
}
.cid-sMpvTG5iFS {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sMpvTG5iFS .mbr-section-subtitle {
  color: #5b686b;
}
.cid-sMpvTG5iFS H2 {
  color: #0f7699;
}
.cid-sHAJl8nNF3 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sHAJl8nNF3 .mbr-section-subtitle {
  color: #8f0000;
}
.cid-sHAJl8nNF3 H2 {
  text-align: center;
}
.cid-sHAJl8QkmG {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sHAJl8QkmG .mbr-text,
.cid-sHAJl8QkmG blockquote {
  color: #767676;
}
.cid-sHAJl8QkmG .mbr-text {
  color: #232323;
}
.cid-sMqsxH87wf {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sMqsxH87wf .mbr-section-subtitle {
  color: #767676;
}
.cid-sMqsxH87wf H2 {
  text-align: center;
}
.cid-to2oVddAg9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-to2oVddAg9 .mbr-section-subtitle {
  color: #232323;
}
.cid-to2oVddAg9 H2 {
  color: #ffffff;
}
.cid-sTJXm4i29H {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sTJXm4i29H .mbr-section-subtitle {
  color: #000000;
}
.cid-sTJXm4i29H H2 {
  color: #0f7699;
}
.cid-sTJXm4vcof {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sTJXm4vcof .mbr-section-subtitle {
  color: #8f0000;
}
.cid-sTJXm4vcof H2 {
  text-align: center;
}
.cid-sTJXm4FmZf {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sTJXm4FmZf .mbr-text,
.cid-sTJXm4FmZf blockquote {
  color: #767676;
}
.cid-sTJXm4FmZf .mbr-text {
  color: #232323;
}
.cid-sTJXm52LtC {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sTJXm52LtC .mbr-section-subtitle {
  color: #767676;
}
.cid-sTJXm52LtC H2 {
  text-align: center;
}
.cid-to2p26GLAC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-to2p26GLAC .mbr-section-subtitle {
  color: #232323;
}
.cid-to2p26GLAC H2 {
  color: #ffffff;
}
.cid-sRdMPguhxy {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sRdMPguhxy .mbr-section-subtitle {
  color: #5b686b;
}
.cid-sRdMPguhxy H2 {
  color: #0f7699;
}
.cid-sRdMPgEEUn {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sRdMPgEEUn .mbr-section-subtitle {
  color: #8f0000;
}
.cid-sRdMPgEEUn H2 {
  text-align: center;
}
.cid-sRdMPgNudh {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sRdMPgNudh .mbr-text,
.cid-sRdMPgNudh blockquote {
  color: #767676;
}
.cid-sRdMPgNudh .mbr-text {
  color: #232323;
}
.cid-sRdMPh9GFw {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sRdMPh9GFw .mbr-section-subtitle {
  color: #767676;
}
.cid-sRdMPh9GFw H2 {
  text-align: center;
}
.cid-to2s81e648 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-to2s81e648 .mbr-section-subtitle {
  color: #232323;
}
.cid-to2s81e648 H2 {
  color: #ffffff;
}
.cid-sMqoOE1He7 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sMqoOE1He7 .mbr-section-subtitle {
  color: #5b686b;
}
.cid-sMqoOE1He7 H2 {
  color: #0f7699;
}
.cid-sMqt3nVmoO {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sMqt3nVmoO .mbr-section-subtitle {
  color: #8f0000;
}
.cid-sMqt3nVmoO H2 {
  text-align: center;
}
.cid-sMqoOEoBLv {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sMqoOEoBLv .mbr-text,
.cid-sMqoOEoBLv blockquote {
  color: #767676;
}
.cid-sMqoOEoBLv .mbr-text {
  color: #232323;
}
.cid-to2pc1v2aU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-to2pc1v2aU .mbr-section-subtitle {
  color: #232323;
}
.cid-to2pc1v2aU H2 {
  color: #ffffff;
}
.cid-sQtE8ww7Kg {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sQtE8ww7Kg .mbr-section-subtitle {
  color: #5b686b;
}
.cid-sQtE8ww7Kg H2 {
  color: #0f7699;
}
.cid-sQtE8wQC0c {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sQtE8wQC0c .mbr-section-subtitle {
  color: #8f0000;
}
.cid-sQtE8wQC0c H2 {
  text-align: center;
}
.cid-sTKeacDXrX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sTKeacDXrX .mbr-section-subtitle {
  color: #767676;
}
.cid-sTKeacDXrX H2 {
  color: #465052;
  text-align: left;
}
.cid-sQtE8x2WgU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sQtE8x2WgU .mbr-text,
.cid-sQtE8x2WgU blockquote {
  color: #767676;
}
.cid-sQtE8x2WgU .mbr-text {
  color: #232323;
}
.cid-sTKerh9qUb {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sTKerh9qUb .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-sTKerh9qUb H2 {
  color: #465052;
  text-align: left;
}
.cid-sTKesbqCMk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sTKesbqCMk .mbr-text,
.cid-sTKesbqCMk blockquote {
  color: #767676;
}
.cid-sTKesbqCMk .mbr-text {
  color: #232323;
}
.cid-sTKeopYdik {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sTKeopYdik .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-sTKeopYdik H2 {
  color: #465052;
  text-align: left;
}
.cid-sTKepa1YfJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sTKepa1YfJ .mbr-text,
.cid-sTKepa1YfJ blockquote {
  color: #767676;
}
.cid-sTKepa1YfJ .mbr-text {
  color: #232323;
}
.cid-sTKesW7XR8 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sTKesW7XR8 .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-sTKesW7XR8 H2 {
  color: #465052;
  text-align: left;
}
.cid-sTKetljmj3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sTKetljmj3 .mbr-text,
.cid-sTKetljmj3 blockquote {
  color: #767676;
}
.cid-sTKetljmj3 .mbr-text {
  color: #232323;
}
.cid-sQtE8xmllR {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sQtE8xmllR .mbr-section-subtitle {
  color: #767676;
}
.cid-sQtE8xmllR H2 {
  text-align: center;
}
.cid-to2q1GSa5i {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-to2q1GSa5i .mbr-section-subtitle {
  color: #232323;
}
.cid-to2q1GSa5i H2 {
  color: #ffffff;
}
.cid-sMqcIfE7vs {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sMqcIfE7vs .mbr-section-subtitle {
  color: #5b686b;
}
.cid-sMqcIfE7vs H2 {
  color: #0f7699;
}
.cid-sMqt9EzxNX {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sMqt9EzxNX .mbr-section-subtitle {
  color: #8f0000;
}
.cid-sMqt9EzxNX H2 {
  text-align: center;
}
.cid-sMqcIg0ZpK {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sMqcIg0ZpK .mbr-text,
.cid-sMqcIg0ZpK blockquote {
  color: #767676;
}
.cid-sMqcIg0ZpK .mbr-text {
  color: #232323;
}
.cid-sMqtbszlvS {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sMqtbszlvS .mbr-section-subtitle {
  color: #767676;
}
.cid-sMqtbszlvS H2 {
  text-align: center;
}
.cid-to2s4Nh9eS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-to2s4Nh9eS .mbr-section-subtitle {
  color: #232323;
}
.cid-to2s4Nh9eS H2 {
  color: #ffffff;
}
.cid-sHA2GustI4 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sHA2GustI4 .mbr-section-subtitle {
  color: #b90b0b;
}
.cid-sHA2GustI4 H2 {
  text-align: center;
}
.cid-sHA2GuKFbI {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sHA2GuKFbI .mbr-text,
.cid-sHA2GuKFbI blockquote {
  color: #767676;
}
.cid-sHA2GuKFbI .mbr-text {
  color: #0f7699;
}
.cid-to2oPF074H {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-to2oPF074H .mbr-section-subtitle {
  color: #232323;
}
.cid-to2oPF074H H2 {
  color: #ffffff;
}
.cid-sTM66XXLMa {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sTM66XXLMa .mbr-section-subtitle {
  color: #5b686b;
}
.cid-sTM66XXLMa H2 {
  color: #0f7699;
}
.cid-sTM66Y9ajo {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sTM66Y9ajo .mbr-section-subtitle {
  color: #b90b0b;
}
.cid-sTM66Y9ajo H2 {
  text-align: center;
}
.cid-sTM66Yk4jf {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sTM66Yk4jf .mbr-text,
.cid-sTM66Yk4jf blockquote {
  color: #767676;
}
.cid-sTM66Yk4jf .mbr-text {
  color: #232323;
}
.cid-sTM66YEh9N {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sTM66YEh9N .mbr-section-subtitle {
  color: #767676;
}
.cid-sTM66YEh9N H2 {
  text-align: center;
}
.cid-to2p6sSpPS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-to2p6sSpPS .mbr-section-subtitle {
  color: #232323;
}
.cid-to2p6sSpPS H2 {
  color: #ffffff;
}
.cid-t4IaIhaRcY {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t4IaIhaRcY .mbr-section-subtitle {
  color: #5b686b;
}
.cid-t4IaIhaRcY H2 {
  color: #0f7699;
}
.cid-t4IaIhACyE {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t4IaIhACyE .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-t4IaIhACyE H2 {
  text-align: center;
}
.cid-t4Iec4EV4d {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffbd35;
}
.cid-t4Iec4EV4d .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-t4Iec4EV4d H2 {
  color: #232323;
  text-align: left;
}
.cid-t4IaIhK9b2 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t4IaIhK9b2 .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-t4IaIhK9b2 H2 {
  color: #232323;
  text-align: left;
}
.cid-t4IaIhVpKS {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 45px;
}
.cid-t4IaIhVpKS .image-block {
  margin: auto;
}
.cid-t4IaIhVpKS figcaption {
  position: relative;
}
.cid-t4IaIhVpKS figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-t4IaIhVpKS .image-block {
    width: 100% !important;
  }
}
.cid-t4IaIi9WXC {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-t4IaIi9WXC .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-t4IaIi9WXC H2 {
  color: #232323;
  text-align: left;
}
.cid-t4IaIin958 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t4IaIin958 .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-t4IaIin958 H2 {
  color: #465052;
  text-align: left;
}
.cid-t4IaIizycw {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-t4IaIizycw .image-block {
  margin: auto;
}
.cid-t4IaIizycw figcaption {
  position: relative;
}
.cid-t4IaIizycw figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-t4IaIizycw .image-block {
    width: 100% !important;
  }
}
.cid-t4IaIiKU2I {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-t4IaIiKU2I .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-t4IaIiKU2I H2 {
  color: #232323;
  text-align: left;
}
.cid-t4IeM8CWLA {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-t4IeM8CWLA .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-t4IeM8CWLA H2 {
  color: #232323;
  text-align: left;
}
.cid-to2rkw01Jz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-to2rkw01Jz .mbr-section-subtitle {
  color: #232323;
}
.cid-to2rkw01Jz H2 {
  color: #ffffff;
}
.cid-t4IhPqtpuq {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t4IhPqtpuq .mbr-section-subtitle {
  color: #5b686b;
}
.cid-t4IhPqtpuq H2 {
  color: #0f7699;
}
.cid-t4IhPqMOCU {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t4IhPqMOCU .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-t4IhPqMOCU H2 {
  text-align: center;
}
.cid-t4IhPqXrcX {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffbd35;
}
.cid-t4IhPqXrcX .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-t4IhPqXrcX H2 {
  color: #232323;
  text-align: left;
}
.cid-t4IhPr8AoR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t4IhPr8AoR .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-t4IhPr8AoR H2 {
  color: #232323;
  text-align: left;
}
.cid-t4IhPriGIn {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 45px;
}
.cid-t4IhPriGIn .image-block {
  margin: auto;
}
.cid-t4IhPriGIn figcaption {
  position: relative;
}
.cid-t4IhPriGIn figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-t4IhPriGIn .image-block {
    width: 100% !important;
  }
}
.cid-t4IhPryUGc {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-t4IhPryUGc .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-t4IhPryUGc H2 {
  color: #000000;
  text-align: left;
}
.cid-t4IhPrKRlU {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t4IhPrKRlU .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-t4IhPrKRlU H2 {
  color: #000000;
  text-align: left;
}
.cid-t4IhPrUTup {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-t4IhPrUTup .image-block {
  margin: auto;
}
.cid-t4IhPrUTup figcaption {
  position: relative;
}
.cid-t4IhPrUTup figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-t4IhPrUTup .image-block {
    width: 100% !important;
  }
}
.cid-t4IhPs5ffC {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t4IhPs5ffC .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-t4IhPs5ffC H2 {
  color: #232323;
  text-align: left;
}
.cid-t4IhPsgAjf {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-t4IhPsgAjf .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-t4IhPsgAjf H2 {
  color: #000000;
  text-align: left;
}
.cid-to2s0iJ3lc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-to2s0iJ3lc .mbr-section-subtitle {
  color: #232323;
}
.cid-to2s0iJ3lc H2 {
  color: #ffffff;
}
.cid-t6dlcrAf84 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #bd0000;
}
.cid-t6dlcrAf84 .mbr-section-subtitle {
  color: #abff00;
}
.cid-t6dlcrAf84 H2 {
  color: #ffffff;
}
.cid-t6dlcrWZxC {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t6dlcrWZxC H1 {
  color: #029c86;
}
.cid-t6dlcrWZxC .mbr-text,
.cid-t6dlcrWZxC .mbr-section-btn {
  color: #232323;
}
.cid-t6dlcrWZxC H3 {
  color: #000000;
  text-align: center;
}
.cid-t6dlcsdxCC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t6dlcsdxCC H1 {
  color: #ffffff;
}
.cid-t6dlcsdxCC .mbr-text,
.cid-t6dlcsdxCC .mbr-section-btn {
  color: #232323;
}
.cid-t6dlcsdxCC H3 {
  color: #000000;
}
.cid-t6dlcsxLji {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-t6dlcsxLji .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-t6dlcsxLji .video-block {
    width: 100% !important;
  }
}
.cid-t6dlcsJinG {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-t6dlcsJinG .image-block {
  margin: auto;
}
.cid-t6dlcsJinG figcaption {
  position: relative;
}
.cid-t6dlcsJinG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-t6dlcsJinG .image-block {
    width: 100% !important;
  }
}
.cid-t6dlcsTvc4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t6dlcsTvc4 H1 {
  color: #232323;
}
.cid-t6dlcsTvc4 .mbr-text,
.cid-t6dlcsTvc4 .mbr-section-btn {
  color: #232323;
}
.cid-t6dlcsTvc4 H3 {
  color: #232323;
}
.cid-t6dlct6rR8 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-t6dlct6rR8 .image-block {
  margin: auto;
}
.cid-t6dlct6rR8 figcaption {
  position: relative;
}
.cid-t6dlct6rR8 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-t6dlct6rR8 .image-block {
    width: 100% !important;
  }
}
.cid-t6dlctgKef {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t6dlctgKef P {
  color: #767676;
}
.cid-t6dlctgKef .mbr-text,
.cid-t6dlctgKef .mbr-section-btn {
  color: #f9f295;
}
.cid-t6dlctgKef H3 {
  color: #232323;
}
.cid-t6dlctgKef H1 {
  color: #ffffff;
}
.cid-t6dlcttkYV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t6dlcttkYV P {
  color: #767676;
}
.cid-t6dlcttkYV .mbr-text,
.cid-t6dlcttkYV .mbr-section-btn {
  color: #029c86;
}
.cid-t6dlcttkYV H3 {
  color: #232323;
}
.cid-t6dlcttkYV H1 {
  color: #ffffff;
}
.cid-t6dlctHnfY {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-t6dlctHnfY .image-block {
  margin: auto;
}
.cid-t6dlctHnfY figcaption {
  position: relative;
}
.cid-t6dlctHnfY figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-t6dlctHnfY .image-block {
    width: 100% !important;
  }
}
.cid-tg2lbfW6YA {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tg2lbfW6YA .mbr-section-subtitle {
  color: #232323;
}
.cid-tg2lbfW6YA H2 {
  color: #000000;
}
.cid-tg2lgsNGKK {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tg2lgsNGKK .counter-container {
  color: #767676;
}
.cid-tg2lgsNGKK .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-tg2lgsNGKK .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tg2lgsNGKK .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
  position: relative;
}
.cid-tg2lgsNGKK .counter-container ol li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-tg2lgsNGKK .mbr-text {
  color: #000000;
}
.cid-t6dlcu7tCV {
  background: #029c86;
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-t6dlcu7tCV .image-block {
  margin: auto;
}
.cid-t6dlcu7tCV figcaption {
  position: relative;
}
.cid-t6dlcu7tCV figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-t6dlcu7tCV .image-block {
    width: 100% !important;
  }
}
.cid-t6dlcuhNN9 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #029c86;
}
.cid-t6dlcuhNN9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t6dlcuhNN9 H2 {
  color: #ffffff;
}
.cid-t6dlcusDVr {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #029c86;
}
.cid-t6dlcusDVr .mbr-section-subtitle {
  color: #767676;
}
.cid-t6dlcusDVr H2 {
  color: #ffffff;
}
.cid-t6dlcuUYWE {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t6dlcuUYWE .mbr-section-subtitle {
  color: #232323;
}
.cid-t6dlcuUYWE H2 {
  color: #0c1926;
}
.cid-t6dlcv4DJm {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-t6dlcv4DJm .image-block {
  margin: auto;
}
.cid-t6dlcv4DJm figcaption {
  position: relative;
}
.cid-t6dlcv4DJm figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-t6dlcv4DJm .image-block {
    width: 100% !important;
  }
}
.cid-t6dlcvgX7f {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t6dlcvgX7f P {
  color: #767676;
}
.cid-t6dlcvgX7f .mbr-text,
.cid-t6dlcvgX7f .mbr-section-btn {
  color: #465052;
}
.cid-t6dlcvgX7f H3 {
  color: #232323;
}
.cid-t6dlcvgX7f H1 {
  color: #232323;
}
.cid-t6dlcvuf85 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-t6dlcvuf85 .image-block {
  margin: auto;
}
.cid-t6dlcvuf85 figcaption {
  position: relative;
}
.cid-t6dlcvuf85 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-t6dlcvuf85 .image-block {
    width: 100% !important;
  }
}
.cid-t6dlcvF5jj {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-t6dlcvF5jj .image-block {
  margin: auto;
}
.cid-t6dlcvF5jj figcaption {
  position: relative;
}
.cid-t6dlcvF5jj figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-t6dlcvF5jj .image-block {
    width: 100% !important;
  }
}
.cid-to8gyi9pb0 {
  padding-top: 60px;
  padding-bottom: 30px;
  position: relative;
  background-color: #000000;
}
.cid-to8gyi9pb0 p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-to8gyi9pb0 .panel-title {
  border-bottom: 2px solid #5758e0;
  display: flex!important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-to8gyi9pb0 .collapsed {
  border: none;
}
.cid-to8gyi9pb0 .collapsed span {
  transform: rotate(0deg);
}
.cid-to8gyi9pb0 span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #00a335, #fc0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-to8gyi9pb0 .panel-body {
  padding-top: 0.5rem;
}
.cid-to8gyi9pb0 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-to8gyi9pb0 .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-to8gyi9pb0 .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-to8gyi9pb0 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-to8gyi9pb0 .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-to8gyi9pb0 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-to8gyi9pb0 .panel-text {
  color: #ffffff;
}
.cid-to8gyi9pb0 H4 {
  color: #ffffff;
}
.cid-to8gyi9pb0 H2 {
  color: #ffffff;
}
.cid-to8gyi9pb0 .mbr-section-text {
  color: #ffffff;
}
.cid-to8hn9OSb9 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-to8hn9OSb9 .image-block {
  margin: auto;
}
.cid-to8hn9OSb9 figcaption {
  position: relative;
}
.cid-to8hn9OSb9 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-to8hn9OSb9 .image-block {
    width: 100% !important;
  }
}
.cid-tpyzeFROsA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tpyzeFROsA .mbr-section-subtitle {
  color: #232323;
}
.cid-tpyzeFROsA H2 {
  color: #ffffff;
}
.cid-t9HBJgWYPb {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t9HBJgWYPb .mbr-section-subtitle {
  color: #5b686b;
}
.cid-t9HBJgWYPb H2 {
  color: #0f7699;
}
.cid-t9HBJhfWRu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t9HBJhfWRu .mbr-text,
.cid-t9HBJhfWRu blockquote {
  color: #767676;
}
.cid-t9HBJhfWRu .mbr-text {
  color: #232323;
}
.cid-t9HBJhrAlj {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t9HBJhrAlj .mbr-section-subtitle {
  color: #767676;
}
.cid-t9HBJhrAlj H2 {
  text-align: center;
}
.cid-to2pU6ULEI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-to2pU6ULEI .mbr-section-subtitle {
  color: #232323;
}
.cid-to2pU6ULEI H2 {
  color: #ffffff;
}
.cid-tanlDbA7im {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-tanlDbA7im .image-block {
  margin: auto;
}
.cid-tanlDbA7im figcaption {
  position: relative;
}
.cid-tanlDbA7im figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tanlDbA7im .image-block {
    width: 100% !important;
  }
}
.cid-sDVNkOfz3i {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sDVNkOfz3i .mbr-section-subtitle {
  color: #000000;
}
.cid-sDVNkOfz3i H2 {
  color: #000000;
}
.cid-sDVNkOo0aH {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-sDVNkOo0aH .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sDVNkOo0aH .video-block {
    width: 100% !important;
  }
}
.cid-sDVNkOxkRn {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sDVNkOxkRn P {
  color: #767676;
}
.cid-sDVNkOxkRn .mbr-text,
.cid-sDVNkOxkRn .mbr-section-btn {
  color: #465052;
}
.cid-sDVNkOxkRn H3 {
  color: #232323;
}
.cid-sDVNkOxkRn H1 {
  color: #000000;
}
.cid-tamXn4NMCQ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tamXn4NMCQ .mbr-section-subtitle {
  color: #5b686b;
}
.cid-tamXn4NMCQ H2 {
  color: #073b4c;
}
.cid-tamXp0Xktz {
  background: #efefef;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-tamXp0Xktz .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tamXp0Xktz .video-block {
    width: 100% !important;
  }
}
.cid-to8drHk6y9 {
  background: #efefef;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-to8drHk6y9 .image-block {
  margin: auto;
}
.cid-to8drHk6y9 figcaption {
  position: relative;
}
.cid-to8drHk6y9 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-to8drHk6y9 .image-block {
    width: 100% !important;
  }
}
.cid-to8dsnISIC {
  background: #efefef;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-to8dsnISIC .image-block {
  margin: auto;
}
.cid-to8dsnISIC figcaption {
  position: relative;
}
.cid-to8dsnISIC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-to8dsnISIC .image-block {
    width: 100% !important;
  }
}
.cid-tancOsANyl {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tancOsANyl .mbr-section-subtitle {
  color: #767676;
}
.cid-tancOsANyl H2 {
  color: #232323;
}
.cid-tancP8qUbV {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tancP8qUbV .image-block {
  margin: auto;
}
.cid-tancP8qUbV figcaption {
  position: relative;
}
.cid-tancP8qUbV figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tancP8qUbV .image-block {
    width: 100% !important;
  }
}
.cid-tancPFvLtj {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tancPFvLtj H1 {
  color: #000000;
}
.cid-tancPFvLtj .mbr-text,
.cid-tancPFvLtj .mbr-section-btn {
  color: #232323;
}
.cid-tancPFvLtj H3 {
  color: #232323;
}
.cid-tancQonHqY {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tancQonHqY .mbr-section-subtitle {
  color: #000000;
}
.cid-tancQonHqY H2 {
  color: #000000;
}
.cid-to8d0ki2Zm {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-to8d0ki2Zm .image-block {
  margin: auto;
}
.cid-to8d0ki2Zm figcaption {
  position: relative;
}
.cid-to8d0ki2Zm figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-to8d0ki2Zm .image-block {
    width: 100% !important;
  }
}
.cid-to8daC3Utc {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-to8daC3Utc .image-block {
  margin: auto;
}
.cid-to8daC3Utc figcaption {
  position: relative;
}
.cid-to8daC3Utc figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-to8daC3Utc .image-block {
    width: 100% !important;
  }
}
.cid-ttop46ZVJn {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-ttop46ZVJn .image-block {
  margin: auto;
}
.cid-ttop46ZVJn figcaption {
  position: relative;
}
.cid-ttop46ZVJn figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttop46ZVJn .image-block {
    width: 100% !important;
  }
}
.cid-tanh6m6NWt {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tanh6m6NWt .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tanh6m6NWt H2 {
  color: #ffffff;
}
.cid-tamO3fe2Wy {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-tamO3fe2Wy .image-block {
  margin: auto;
}
.cid-tamO3fe2Wy figcaption {
  position: relative;
}
.cid-tamO3fe2Wy figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tamO3fe2Wy .image-block {
    width: 100% !important;
  }
}
.cid-to2cMzWzSZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-to2cMzWzSZ .mbr-section-subtitle {
  color: #232323;
}
.cid-to2cMzWzSZ H2 {
  color: #ffffff;
}
.cid-sQtBiixoRo {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-sQtBiixoRo .image-block {
  margin: auto;
}
.cid-sQtBiixoRo figcaption {
  position: relative;
}
.cid-sQtBiixoRo figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sQtBiixoRo .image-block {
    width: 100% !important;
  }
}
.cid-sDVIK87x4F {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sDVIK87x4F .mbr-section-subtitle {
  color: #232323;
}
.cid-sDVIK87x4F H2 {
  color: #000000;
}
.cid-sDVIK8iB07 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-sDVIK8iB07 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sDVIK8iB07 .video-block {
    width: 100% !important;
  }
}
.cid-sDVJkZ2TXf {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sDVJkZ2TXf P {
  color: #767676;
}
.cid-sDVJkZ2TXf .mbr-text,
.cid-sDVJkZ2TXf .mbr-section-btn {
  color: #465052;
}
.cid-sDVJkZ2TXf H3 {
  color: #232323;
}
.cid-sDVJkZ2TXf H1 {
  color: #232323;
}
.cid-tamYtkkV2I {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tamYtkkV2I .mbr-section-subtitle {
  color: #5b686b;
}
.cid-tamYtkkV2I H2 {
  color: #073b4c;
}
.cid-tamYr069JZ {
  background: #efefef;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-tamYr069JZ .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tamYr069JZ .video-block {
    width: 100% !important;
  }
}
.cid-tand79yky8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tand79yky8 .mbr-section-subtitle {
  color: #767676;
}
.cid-tand79yky8 H2 {
  color: #232323;
}
.cid-to8dBSqkSk {
  background: #efefef;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-to8dBSqkSk .image-block {
  margin: auto;
}
.cid-to8dBSqkSk figcaption {
  position: relative;
}
.cid-to8dBSqkSk figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-to8dBSqkSk .image-block {
    width: 100% !important;
  }
}
.cid-to8dF0tFLX {
  background: #efefef;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-to8dF0tFLX .image-block {
  margin: auto;
}
.cid-to8dF0tFLX figcaption {
  position: relative;
}
.cid-to8dF0tFLX figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-to8dF0tFLX .image-block {
    width: 100% !important;
  }
}
.cid-tand7RN6y1 {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-tand7RN6y1 .image-block {
  margin: auto;
}
.cid-tand7RN6y1 figcaption {
  position: relative;
}
.cid-tand7RN6y1 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tand7RN6y1 .image-block {
    width: 100% !important;
  }
}
.cid-tand8pk1Xl {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tand8pk1Xl H1 {
  color: #000000;
}
.cid-tand8pk1Xl .mbr-text,
.cid-tand8pk1Xl .mbr-section-btn {
  color: #232323;
}
.cid-tand8pk1Xl H3 {
  color: #232323;
}
.cid-to8fIBUzmi {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-to8fIBUzmi .image-block {
  margin: auto;
}
.cid-to8fIBUzmi figcaption {
  position: relative;
}
.cid-to8fIBUzmi figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-to8fIBUzmi .image-block {
    width: 100% !important;
  }
}
.cid-ttoZpwI0F8 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttoZpwI0F8 .mbr-section-subtitle {
  color: #232323;
}
.cid-ttoZpwI0F8 H2 {
  color: #000000;
}
.cid-tamNs9Zqp1 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tamNs9Zqp1 .image-block {
  margin: auto;
}
.cid-tamNs9Zqp1 figcaption {
  position: relative;
}
.cid-tamNs9Zqp1 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tamNs9Zqp1 .image-block {
    width: 100% !important;
  }
}
.cid-tan6bXsxp5 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-tan6bXsxp5 .image-block {
  margin: auto;
}
.cid-tan6bXsxp5 figcaption {
  position: relative;
}
.cid-tan6bXsxp5 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tan6bXsxp5 .image-block {
    width: 100% !important;
  }
}
.cid-tan6JqIdsF {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tan6JqIdsF .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tan6JqIdsF H2 {
  color: #232323;
}
.cid-to8e6TPfFp {
  background: #efefef;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-to8e6TPfFp .image-block {
  margin: auto;
}
.cid-to8e6TPfFp figcaption {
  position: relative;
}
.cid-to8e6TPfFp figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-to8e6TPfFp .image-block {
    width: 100% !important;
  }
}
.cid-tan6czqlkn {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-tan6czqlkn .mbr-section-subtitle {
  color: #465052;
}
.cid-tan6czqlkn H2 {
  color: #000000;
}
.cid-tand9gJqp0 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tand9gJqp0 .mbr-section-subtitle {
  color: #000000;
}
.cid-tand9gJqp0 H2 {
  color: #000000;
}
.cid-to8CCdWQmS {
  padding-top: 60px;
  padding-bottom: 45px;
  position: relative;
  background-color: #000000;
}
.cid-to8CCdWQmS p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-to8CCdWQmS .panel-title {
  border-bottom: 2px solid #5758e0;
  display: flex!important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-to8CCdWQmS .collapsed {
  border: none;
}
.cid-to8CCdWQmS .collapsed span {
  transform: rotate(0deg);
}
.cid-to8CCdWQmS span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #00a335, #fc0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-to8CCdWQmS .panel-body {
  padding-top: 0.5rem;
}
.cid-to8CCdWQmS .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-to8CCdWQmS .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-to8CCdWQmS .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-to8CCdWQmS .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-to8CCdWQmS .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-to8CCdWQmS .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-to8CCdWQmS .panel-text {
  color: #ffffff;
}
.cid-to8CCdWQmS H4 {
  color: #ffffff;
}
.cid-to8CCdWQmS H2 {
  color: #ffffff;
}
.cid-to8CCdWQmS .mbr-section-text {
  color: #ffffff;
}
.cid-tandawpum6 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-tandawpum6 .image-block {
  margin: auto;
}
.cid-tandawpum6 figcaption {
  position: relative;
}
.cid-tandawpum6 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tandawpum6 .image-block {
    width: 100% !important;
  }
}
.cid-tanh0LrMI0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tanh0LrMI0 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tanh0LrMI0 H2 {
  color: #ffffff;
}
.cid-tamNvnGmo2 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-tamNvnGmo2 .image-block {
  margin: auto;
}
.cid-tamNvnGmo2 figcaption {
  position: relative;
}
.cid-tamNvnGmo2 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tamNvnGmo2 .image-block {
    width: 100% !important;
  }
}
.cid-to2kJ9N1fJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-to2kJ9N1fJ .mbr-section-subtitle {
  color: #232323;
}
.cid-to2kJ9N1fJ H2 {
  color: #ffffff;
}
.cid-tanlJpqJeS {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-tanlJpqJeS .image-block {
  margin: auto;
}
.cid-tanlJpqJeS figcaption {
  position: relative;
}
.cid-tanlJpqJeS figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tanlJpqJeS .image-block {
    width: 100% !important;
  }
}
.cid-sDVKxGcLzP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sDVKxGcLzP .mbr-section-subtitle {
  color: #000000;
}
.cid-sDVKxGcLzP H2 {
  color: #000000;
}
.cid-sDVKxGoJS9 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-sDVKxGoJS9 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sDVKxGoJS9 .video-block {
    width: 100% !important;
  }
}
.cid-sDVKxGAXz6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sDVKxGAXz6 P {
  color: #767676;
}
.cid-sDVKxGAXz6 .mbr-text,
.cid-sDVKxGAXz6 .mbr-section-btn {
  color: #465052;
}
.cid-sDVKxGAXz6 H3 {
  color: #000000;
}
.cid-sDVKxGAXz6 H1 {
  color: #000000;
}
.cid-tamZ8VLka2 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tamZ8VLka2 .mbr-section-subtitle {
  color: #5b686b;
}
.cid-tamZ8VLka2 H2 {
  color: #0c1926;
}
.cid-tamZ8805c2 {
  background: #efefef;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-tamZ8805c2 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tamZ8805c2 .video-block {
    width: 100% !important;
  }
}
.cid-to8eGIrxqB {
  background: #efefef;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-to8eGIrxqB .image-block {
  margin: auto;
}
.cid-to8eGIrxqB figcaption {
  position: relative;
}
.cid-to8eGIrxqB figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-to8eGIrxqB .image-block {
    width: 100% !important;
  }
}
.cid-to8eHlxCk4 {
  background: #efefef;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-to8eHlxCk4 .image-block {
  margin: auto;
}
.cid-to8eHlxCk4 figcaption {
  position: relative;
}
.cid-to8eHlxCk4 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-to8eHlxCk4 .image-block {
    width: 100% !important;
  }
}
.cid-tandxvXOTD {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-tandxvXOTD .mbr-section-subtitle {
  color: #000000;
}
.cid-tandxvXOTD H2 {
  color: #0c1926;
}
.cid-tan255cZhb {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-tan255cZhb .image-block {
  margin: auto;
}
.cid-tan255cZhb figcaption {
  position: relative;
}
.cid-tan255cZhb figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tan255cZhb .image-block {
    width: 100% !important;
  }
}
.cid-ttoZm32quf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttoZm32quf .mbr-section-subtitle {
  color: #232323;
}
.cid-ttoZm32quf H2 {
  color: #000000;
}
.cid-tamLUayKWW {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tamLUayKWW .image-block {
  margin: auto;
}
.cid-tamLUayKWW figcaption {
  position: relative;
}
.cid-tamLUayKWW figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tamLUayKWW .image-block {
    width: 100% !important;
  }
}
.cid-tamMfEyMiZ {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-tamMfEyMiZ .image-block {
  margin: auto;
}
.cid-tamMfEyMiZ figcaption {
  position: relative;
}
.cid-tamMfEyMiZ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tamMfEyMiZ .image-block {
    width: 100% !important;
  }
}
.cid-tan6u0Il0s {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tan6u0Il0s .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tan6u0Il0s H2 {
  color: #000000;
}
.cid-tamMae0iRT {
  background: #efefef;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tamMae0iRT .image-block {
  margin: auto;
}
.cid-tamMae0iRT figcaption {
  position: relative;
}
.cid-tamMae0iRT figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tamMae0iRT .image-block {
    width: 100% !important;
  }
}
.cid-tan26aWoX1 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-tan26aWoX1 .mbr-section-subtitle {
  color: #465052;
}
.cid-tan26aWoX1 H2 {
  color: #000000;
}
.cid-tanduOm90R {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tanduOm90R .mbr-section-subtitle {
  color: #767676;
}
.cid-tanduOm90R H2 {
  color: #000000;
}
.cid-tandvgnTmg {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tandvgnTmg .image-block {
  margin: auto;
}
.cid-tandvgnTmg figcaption {
  position: relative;
}
.cid-tandvgnTmg figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tandvgnTmg .image-block {
    width: 100% !important;
  }
}
.cid-tandvRDpMd {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tandvRDpMd H1 {
  color: #000000;
}
.cid-tandvRDpMd .mbr-text,
.cid-tandvRDpMd .mbr-section-btn {
  color: #232323;
}
.cid-tandvRDpMd H3 {
  color: #232323;
}
.cid-to8CPZET1n {
  padding-top: 60px;
  padding-bottom: 45px;
  position: relative;
  background-color: #000000;
}
.cid-to8CPZET1n p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-to8CPZET1n .panel-title {
  border-bottom: 2px solid #5758e0;
  display: flex!important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-to8CPZET1n .collapsed {
  border: none;
}
.cid-to8CPZET1n .collapsed span {
  transform: rotate(0deg);
}
.cid-to8CPZET1n span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #00a335, #fc0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-to8CPZET1n .panel-body {
  padding-top: 0.5rem;
}
.cid-to8CPZET1n .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-to8CPZET1n .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-to8CPZET1n .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-to8CPZET1n .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-to8CPZET1n .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-to8CPZET1n .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-to8CPZET1n .panel-text {
  color: #ffffff;
}
.cid-to8CPZET1n H4 {
  color: #ffffff;
}
.cid-to8CPZET1n H2 {
  color: #ffffff;
}
.cid-to8CPZET1n .mbr-section-text {
  color: #ffffff;
}
.cid-ttoqPm4TZa {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-ttoqPm4TZa .image-block {
  margin: auto;
}
.cid-ttoqPm4TZa figcaption {
  position: relative;
}
.cid-ttoqPm4TZa figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttoqPm4TZa .image-block {
    width: 100% !important;
  }
}
.cid-tangGHUb8r {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tangGHUb8r .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tangGHUb8r H2 {
  color: #ffffff;
}
.cid-tamM2IEhif {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-tamM2IEhif .image-block {
  margin: auto;
}
.cid-tamM2IEhif figcaption {
  position: relative;
}
.cid-tamM2IEhif figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tamM2IEhif .image-block {
    width: 100% !important;
  }
}
.cid-to2kRupjkc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-to2kRupjkc .mbr-section-subtitle {
  color: #232323;
}
.cid-to2kRupjkc H2 {
  color: #ffffff;
}
.cid-tanlLODjYy {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-tanlLODjYy .image-block {
  margin: auto;
}
.cid-tanlLODjYy figcaption {
  position: relative;
}
.cid-tanlLODjYy figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tanlLODjYy .image-block {
    width: 100% !important;
  }
}
.cid-sDVNlDr5BB {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sDVNlDr5BB .mbr-section-subtitle {
  color: #000000;
}
.cid-sDVNlDr5BB H2 {
  color: #000000;
}
.cid-sDVNlDzfAk {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-sDVNlDzfAk .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sDVNlDzfAk .video-block {
    width: 100% !important;
  }
}
.cid-sDVNlDIrg2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sDVNlDIrg2 P {
  color: #767676;
}
.cid-sDVNlDIrg2 .mbr-text,
.cid-sDVNlDIrg2 .mbr-section-btn {
  color: #465052;
}
.cid-sDVNlDIrg2 H3 {
  color: #232323;
}
.cid-sDVNlDIrg2 H1 {
  color: #000000;
}
.cid-tamZus0Cqf {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tamZus0Cqf .mbr-section-subtitle {
  color: #5b686b;
}
.cid-tamZus0Cqf H2 {
  color: #ffffff;
}
.cid-tamZvGV01g {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-tamZvGV01g .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tamZvGV01g .video-block {
    width: 100% !important;
  }
}
.cid-tano7hWAeh {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-tano7hWAeh .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tano7hWAeh H2 {
  color: #f9f295;
}
.cid-tamSt7fZYg {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tamSt7fZYg .mbr-section-subtitle {
  color: #232323;
}
.cid-tamSt7fZYg H2 {
  color: #000000;
}
.cid-to8g34JnZG {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-to8g34JnZG .image-block {
  margin: auto;
}
.cid-to8g34JnZG figcaption {
  position: relative;
}
.cid-to8g34JnZG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-to8g34JnZG .image-block {
    width: 100% !important;
  }
}
.cid-tamZspdiUL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tamZspdiUL .mbr-section-subtitle {
  color: #232323;
}
.cid-tamZspdiUL H2 {
  color: #232323;
}
.cid-to8g2kbVAI {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-to8g2kbVAI .image-block {
  margin: auto;
}
.cid-to8g2kbVAI figcaption {
  position: relative;
}
.cid-to8g2kbVAI figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-to8g2kbVAI .image-block {
    width: 100% !important;
  }
}
.cid-tan1IKyi66 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tan1IKyi66 .mbr-section-subtitle {
  color: #465052;
}
.cid-tan1IKyi66 H2 {
  color: #000000;
}
.cid-tandYdhuWc {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tandYdhuWc .mbr-section-subtitle {
  color: #767676;
}
.cid-tandYdhuWc H2 {
  color: #ffffff;
}
.cid-tandYHFmvI {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tandYHFmvI .image-block {
  margin: auto;
}
.cid-tandYHFmvI figcaption {
  position: relative;
}
.cid-tandYHFmvI figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tandYHFmvI .image-block {
    width: 100% !important;
  }
}
.cid-tandZ9Xt2g {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tandZ9Xt2g H1 {
  color: #ffffff;
}
.cid-tandZ9Xt2g .mbr-text,
.cid-tandZ9Xt2g .mbr-section-btn {
  color: #232323;
}
.cid-tandZ9Xt2g H3 {
  color: #232323;
}
.cid-to8CYVLi4A {
  padding-top: 60px;
  padding-bottom: 45px;
  position: relative;
  background-color: #000000;
}
.cid-to8CYVLi4A p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-to8CYVLi4A .panel-title {
  border-bottom: 2px solid #5758e0;
  display: flex!important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-to8CYVLi4A .collapsed {
  border: none;
}
.cid-to8CYVLi4A .collapsed span {
  transform: rotate(0deg);
}
.cid-to8CYVLi4A span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #00a335, #fc0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-to8CYVLi4A .panel-body {
  padding-top: 0.5rem;
}
.cid-to8CYVLi4A .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-to8CYVLi4A .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-to8CYVLi4A .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-to8CYVLi4A .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-to8CYVLi4A .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-to8CYVLi4A .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-to8CYVLi4A .panel-text {
  color: #ffffff;
}
.cid-to8CYVLi4A H4 {
  color: #ffffff;
}
.cid-to8CYVLi4A H2 {
  color: #ffffff;
}
.cid-to8CYVLi4A .mbr-section-text {
  color: #ffffff;
}
.cid-tangJifrLd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tangJifrLd .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tangJifrLd H2 {
  color: #ffffff;
}
.cid-tamJ8KI0ym {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-tamJ8KI0ym .image-block {
  margin: auto;
}
.cid-tamJ8KI0ym figcaption {
  position: relative;
}
.cid-tamJ8KI0ym figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tamJ8KI0ym .image-block {
    width: 100% !important;
  }
}
.cid-to8D2dzoHe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-to8D2dzoHe .mbr-section-subtitle {
  color: #232323;
}
.cid-to8D2dzoHe H2 {
  color: #ffffff;
}
.cid-tjoPfCFgLa {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-tjoPfCFgLa .image-block {
  margin: auto;
}
.cid-tjoPfCFgLa figcaption {
  position: relative;
}
.cid-tjoPfCFgLa figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjoPfCFgLa .image-block {
    width: 100% !important;
  }
}
.cid-teZdoSUGsP {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-teZdoSUGsP .mbr-section-subtitle {
  color: #232323;
}
.cid-teZdoSUGsP H2 {
  color: #000000;
}
.cid-teZdoT5wEA {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-teZdoT5wEA .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-teZdoT5wEA .video-block {
    width: 100% !important;
  }
}
.cid-tpytpchI06 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tpytpchI06 .mbr-section-subtitle {
  color: #000000;
}
.cid-tpytpchI06 H2 {
  color: #000000;
}
.cid-teZdoTrCo4 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-teZdoTrCo4 .image-block {
  margin: auto;
}
.cid-teZdoTrCo4 figcaption {
  position: relative;
}
.cid-teZdoTrCo4 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-teZdoTrCo4 .image-block {
    width: 100% !important;
  }
}
.cid-to1sXBUnoo {
  background: #232323;
  padding-top: 60px;
  padding-bottom: 0px;
}
.cid-to1sXBUnoo .image-block {
  margin: auto;
}
.cid-to1sXBUnoo figcaption {
  position: relative;
}
.cid-to1sXBUnoo figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-to1sXBUnoo .image-block {
    width: 100% !important;
  }
}
.cid-to24dBJgvW {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-to24dBJgvW .mbr-section-title {
  text-align: center;
  color: #ffc700;
}
.cid-to24dBJgvW .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-ttoq4RsFw7 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-ttoq4RsFw7 .mbr-section-subtitle {
  color: #000000;
}
.cid-ttoq4RsFw7 H2 {
  color: #232323;
}
.cid-to884k8bEC {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-to884k8bEC .image-block {
  margin: auto;
}
.cid-to884k8bEC figcaption {
  position: relative;
}
.cid-to884k8bEC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-to884k8bEC .image-block {
    width: 100% !important;
  }
}
.cid-to1sl8ebXY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-to1sl8ebXY .mbr-section-subtitle {
  color: #232323;
}
.cid-to1sl8ebXY H2 {
  color: #ffffff;
}
.cid-tjoQkMbvNF {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-tjoQkMbvNF .image-block {
  margin: auto;
}
.cid-tjoQkMbvNF figcaption {
  position: relative;
}
.cid-tjoQkMbvNF figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjoQkMbvNF .image-block {
    width: 100% !important;
  }
}
.cid-sDVE28XK8P {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sDVE28XK8P .mbr-section-subtitle {
  color: #232323;
}
.cid-sDVE28XK8P H2 {
  color: #465052;
}
.cid-sDVE299YRD {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-sDVE299YRD .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sDVE299YRD .video-block {
    width: 100% !important;
  }
}
.cid-sDZyVYgbSj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sDZyVYgbSj P {
  color: #767676;
}
.cid-sDZyVYgbSj .mbr-text,
.cid-sDZyVYgbSj .mbr-section-btn {
  color: #465052;
}
.cid-sDZyVYgbSj H3 {
  color: #232323;
}
.cid-sDZyVYgbSj H1 {
  color: #232323;
}
.cid-tpyugetV94 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tpyugetV94 .mbr-section-subtitle {
  color: #000000;
}
.cid-tpyugetV94 H2 {
  color: #000000;
}
.cid-to8a4o80jT {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-to8a4o80jT .image-block {
  margin: auto;
}
.cid-to8a4o80jT figcaption {
  position: relative;
}
.cid-to8a4o80jT figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-to8a4o80jT .image-block {
    width: 100% !important;
  }
}
.cid-tfEBFYI3ii {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tfEBFYI3ii .mbr-section-subtitle {
  color: #5b686b;
}
.cid-tfEBFYI3ii H2 {
  color: #0c1926;
}
.cid-tfEBGAjLz4 {
  background: #efefef;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-tfEBGAjLz4 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tfEBGAjLz4 .video-block {
    width: 100% !important;
  }
}
.cid-to8a8Lzmsa {
  background: #efefef;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-to8a8Lzmsa .image-block {
  margin: auto;
}
.cid-to8a8Lzmsa figcaption {
  position: relative;
}
.cid-to8a8Lzmsa figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-to8a8Lzmsa .image-block {
    width: 100% !important;
  }
}
.cid-to27AFEcuu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-to27AFEcuu .mbr-section-subtitle {
  color: #232323;
}
.cid-to27AFEcuu H2 {
  color: #ffffff;
}
.cid-tjoQ8cqGTB {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-tjoQ8cqGTB .image-block {
  margin: auto;
}
.cid-tjoQ8cqGTB figcaption {
  position: relative;
}
.cid-tjoQ8cqGTB figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjoQ8cqGTB .image-block {
    width: 100% !important;
  }
}
.cid-sDVCj3hcQg {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sDVCj3hcQg .mbr-section-subtitle {
  color: #232323;
}
.cid-sDVCj3hcQg H2 {
  color: #000000;
}
.cid-sDVCj3tzMw {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-sDVCj3tzMw .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sDVCj3tzMw .video-block {
    width: 100% !important;
  }
}
.cid-tpytVzlCSh {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tpytVzlCSh .mbr-section-subtitle {
  color: #000000;
}
.cid-tpytVzlCSh H2 {
  color: #000000;
}
.cid-to89gj6qCz {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-to89gj6qCz .image-block {
  margin: auto;
}
.cid-to89gj6qCz figcaption {
  position: relative;
}
.cid-to89gj6qCz figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-to89gj6qCz .image-block {
    width: 100% !important;
  }
}
.cid-ttopCnwZzr {
  background: #7f1933;
  padding-top: 45px;
  padding-bottom: 15px;
}
.cid-ttopCnwZzr .image-block {
  margin: auto;
}
.cid-ttopCnwZzr figcaption {
  position: relative;
}
.cid-ttopCnwZzr figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttopCnwZzr .image-block {
    width: 100% !important;
  }
}
.cid-tjoOG8UHrc {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #7f1933;
}
.cid-tjoOG8UHrc .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tjoOG8UHrc H2 {
  color: #ffffff;
}
.cid-to89qXn6JJ {
  background: #7f1933;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-to89qXn6JJ .image-block {
  margin: auto;
}
.cid-to89qXn6JJ figcaption {
  position: relative;
}
.cid-to89qXn6JJ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-to89qXn6JJ .image-block {
    width: 100% !important;
  }
}
.cid-to27nke65x {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-to27nke65x .mbr-section-subtitle {
  color: #232323;
}
.cid-to27nke65x H2 {
  color: #ffffff;
}
.cid-tjoPILd2mZ {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-tjoPILd2mZ .image-block {
  margin: auto;
}
.cid-tjoPILd2mZ figcaption {
  position: relative;
}
.cid-tjoPILd2mZ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjoPILd2mZ .image-block {
    width: 100% !important;
  }
}
.cid-sDVA72sk9v {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sDVA72sk9v .mbr-section-subtitle {
  color: #000000;
}
.cid-sDVA72sk9v H2 {
  color: #000000;
}
.cid-sDVA72DQ0I {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-sDVA72DQ0I .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sDVA72DQ0I .video-block {
    width: 100% !important;
  }
}
.cid-teZbn5ZOnZ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-teZbn5ZOnZ .mbr-section-subtitle {
  color: #000000;
}
.cid-teZbn5ZOnZ H2 {
  color: #000000;
}
.cid-tsbRSHjOaa {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-tsbRSHjOaa .image-block {
  margin: auto;
}
.cid-tsbRSHjOaa figcaption {
  position: relative;
}
.cid-tsbRSHjOaa figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsbRSHjOaa .image-block {
    width: 100% !important;
  }
}
.cid-tf3pjWSsUq {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tf3pjWSsUq .mbr-section-subtitle {
  color: #232323;
}
.cid-tf3pjWSsUq H2 {
  text-align: center;
  color: #0c1926;
}
.cid-tf3piMQoKm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tf3piMQoKm h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tf3piMQoKm p {
  color: #767676;
  text-align: left;
}
.cid-tf3piMQoKm .card-box {
  padding-top: 2rem;
}
.cid-tf3piMQoKm .card-wrapper {
  height: 100%;
}
.cid-tf3piMQoKm P {
  text-align: center;
  color: #000000;
}
.cid-tf3piMQoKm .card-title {
  text-align: center;
  color: #0c1926;
}
.cid-to88bt09Vn {
  background: #efefef;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-to88bt09Vn .image-block {
  margin: auto;
}
.cid-to88bt09Vn figcaption {
  position: relative;
}
.cid-to88bt09Vn figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-to88bt09Vn .image-block {
    width: 100% !important;
  }
}
.cid-to1t47PNjs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-to1t47PNjs .mbr-section-subtitle {
  color: #232323;
}
.cid-to1t47PNjs H2 {
  color: #ffffff;
}
.cid-tjoQpE2xTC {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-tjoQpE2xTC .image-block {
  margin: auto;
}
.cid-tjoQpE2xTC figcaption {
  position: relative;
}
.cid-tjoQpE2xTC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjoQpE2xTC .image-block {
    width: 100% !important;
  }
}
.cid-tfEz39dw49 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tfEz39dw49 .mbr-section-subtitle {
  color: #232323;
}
.cid-tfEz39dw49 H2 {
  color: #465052;
}
.cid-tfEz39oK1g {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-tfEz39oK1g .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tfEz39oK1g .video-block {
    width: 100% !important;
  }
}
.cid-tfEz39Bb3x {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tfEz39Bb3x P {
  color: #767676;
}
.cid-tfEz39Bb3x .mbr-text,
.cid-tfEz39Bb3x .mbr-section-btn {
  color: #465052;
}
.cid-tfEz39Bb3x H3 {
  color: #232323;
}
.cid-tfEz39Bb3x H1 {
  color: #232323;
}
.cid-tpyunbZ7ag {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tpyunbZ7ag .mbr-section-subtitle {
  color: #000000;
}
.cid-tpyunbZ7ag H2 {
  color: #000000;
}
.cid-to8aiJlj6d {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-to8aiJlj6d .image-block {
  margin: auto;
}
.cid-to8aiJlj6d figcaption {
  position: relative;
}
.cid-to8aiJlj6d figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-to8aiJlj6d .image-block {
    width: 100% !important;
  }
}
.cid-tfEC6mBddL {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tfEC6mBddL .mbr-section-subtitle {
  color: #5b686b;
}
.cid-tfEC6mBddL H2 {
  color: #0c1926;
}
.cid-tfEC6VeNFK {
  background: #efefef;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-tfEC6VeNFK .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tfEC6VeNFK .video-block {
    width: 100% !important;
  }
}
.cid-to8ajhTz27 {
  background: #efefef;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-to8ajhTz27 .image-block {
  margin: auto;
}
.cid-to8ajhTz27 figcaption {
  position: relative;
}
.cid-to8ajhTz27 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-to8ajhTz27 .image-block {
    width: 100% !important;
  }
}
.cid-to27H22df6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-to27H22df6 .mbr-section-subtitle {
  color: #232323;
}
.cid-to27H22df6 H2 {
  color: #ffffff;
}
.cid-tjoQGeE8ft {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-tjoQGeE8ft .image-block {
  margin: auto;
}
.cid-tjoQGeE8ft figcaption {
  position: relative;
}
.cid-tjoQGeE8ft figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjoQGeE8ft .image-block {
    width: 100% !important;
  }
}
.cid-tfECZlb2he {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tfECZlb2he .mbr-section-subtitle {
  color: #232323;
}
.cid-tfECZlb2he H2 {
  color: #465052;
}
.cid-tfECZlnF27 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-tfECZlnF27 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tfECZlnF27 .video-block {
    width: 100% !important;
  }
}
.cid-tfECZlArs1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tfECZlArs1 P {
  color: #767676;
}
.cid-tfECZlArs1 .mbr-text,
.cid-tfECZlArs1 .mbr-section-btn {
  color: #465052;
}
.cid-tfECZlArs1 H3 {
  color: #232323;
}
.cid-tfECZlArs1 H1 {
  color: #232323;
}
.cid-tpyurNSmQZ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tpyurNSmQZ .mbr-section-subtitle {
  color: #000000;
}
.cid-tpyurNSmQZ H2 {
  color: #000000;
}
.cid-to8axBIURX {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-to8axBIURX .image-block {
  margin: auto;
}
.cid-to8axBIURX figcaption {
  position: relative;
}
.cid-to8axBIURX figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-to8axBIURX .image-block {
    width: 100% !important;
  }
}
.cid-tfECZmlIFw {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tfECZmlIFw .mbr-section-subtitle {
  color: #5b686b;
}
.cid-tfECZmlIFw H2 {
  color: #0c1926;
}
.cid-tfECZmwHia {
  background: #efefef;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-tfECZmwHia .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tfECZmwHia .video-block {
    width: 100% !important;
  }
}
.cid-to8ay4Fqwm {
  background: #efefef;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-to8ay4Fqwm .image-block {
  margin: auto;
}
.cid-to8ay4Fqwm figcaption {
  position: relative;
}
.cid-to8ay4Fqwm figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-to8ay4Fqwm .image-block {
    width: 100% !important;
  }
}
.cid-to27ZMggIZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-to27ZMggIZ .mbr-section-subtitle {
  color: #232323;
}
.cid-to27ZMggIZ H2 {
  color: #ffffff;
}
.cid-tjoQN1BdhZ {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-tjoQN1BdhZ .image-block {
  margin: auto;
}
.cid-tjoQN1BdhZ figcaption {
  position: relative;
}
.cid-tjoQN1BdhZ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjoQN1BdhZ .image-block {
    width: 100% !important;
  }
}
.cid-tfEDJUwGIs {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tfEDJUwGIs .mbr-section-subtitle {
  color: #000000;
}
.cid-tfEDJUwGIs H2 {
  color: #465052;
}
.cid-tfEDJUH4ra {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-tfEDJUH4ra .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tfEDJUH4ra .video-block {
    width: 100% !important;
  }
}
.cid-tfEDJUVOyf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tfEDJUVOyf P {
  color: #767676;
}
.cid-tfEDJUVOyf .mbr-text,
.cid-tfEDJUVOyf .mbr-section-btn {
  color: #465052;
}
.cid-tfEDJUVOyf H3 {
  color: #000000;
}
.cid-tfEDJUVOyf H1 {
  color: #232323;
}
.cid-tpyuvWTSfL {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tpyuvWTSfL .mbr-section-subtitle {
  color: #000000;
}
.cid-tpyuvWTSfL H2 {
  color: #000000;
}
.cid-to8aQs6KhT {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-to8aQs6KhT .image-block {
  margin: auto;
}
.cid-to8aQs6KhT figcaption {
  position: relative;
}
.cid-to8aQs6KhT figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-to8aQs6KhT .image-block {
    width: 100% !important;
  }
}
.cid-tfEDJVBkO1 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tfEDJVBkO1 .mbr-section-subtitle {
  color: #232323;
}
.cid-tfEDJVBkO1 H2 {
  color: #122230;
}
.cid-tfEDJVOXLn {
  background: #efefef;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-tfEDJVOXLn .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tfEDJVOXLn .video-block {
    width: 100% !important;
  }
}
.cid-to8aQTwbgv {
  background: #efefef;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-to8aQTwbgv .image-block {
  margin: auto;
}
.cid-to8aQTwbgv figcaption {
  position: relative;
}
.cid-to8aQTwbgv figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-to8aQTwbgv .image-block {
    width: 100% !important;
  }
}
.cid-to28fxrWAR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-to28fxrWAR .mbr-section-subtitle {
  color: #232323;
}
.cid-to28fxrWAR H2 {
  color: #ffffff;
}
.cid-tjpmGe8jha {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-tjpmGe8jha .image-block {
  margin: auto;
}
.cid-tjpmGe8jha figcaption {
  position: relative;
}
.cid-tjpmGe8jha figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjpmGe8jha .image-block {
    width: 100% !important;
  }
}
.cid-sDVNlc1jRZ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sDVNlc1jRZ .mbr-section-subtitle {
  color: #232323;
}
.cid-sDVNlc1jRZ H2 {
  color: #000000;
}
.cid-sDVNlcccR8 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-sDVNlcccR8 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sDVNlcccR8 .video-block {
    width: 100% !important;
  }
}
.cid-sDVNlcmzWz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sDVNlcmzWz P {
  color: #767676;
}
.cid-sDVNlcmzWz .mbr-text,
.cid-sDVNlcmzWz .mbr-section-btn {
  color: #465052;
}
.cid-sDVNlcmzWz H3 {
  color: #232323;
}
.cid-sDVNlcmzWz H1 {
  color: #232323;
}
.cid-tfVjuZuWjn {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #730303;
}
.cid-tfVjuZuWjn H1 {
  color: #ffe200;
}
.cid-tfVjuZuWjn .mbr-text,
.cid-tfVjuZuWjn .mbr-section-btn {
  color: #ffffff;
}
.cid-tfVjuZuWjn H3 {
  color: #ffffff;
}
.cid-thwLUnvhiv {
  background: #730303;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-thwLUnvhiv .image-block {
  margin: auto;
}
.cid-thwLUnvhiv figcaption {
  position: relative;
}
.cid-thwLUnvhiv figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-thwLUnvhiv .image-block {
    width: 100% !important;
  }
}
.cid-tfWirIoH8y {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #730303;
}
.cid-tfWirIoH8y P {
  color: #767676;
}
.cid-tfWirIoH8y .mbr-text,
.cid-tfWirIoH8y .mbr-section-btn {
  color: #ffffff;
}
.cid-tfWirIoH8y H3 {
  color: #ffffff;
}
.cid-tfWirIoH8y H1 {
  color: #ffffff;
}
.cid-tfWixq496f {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #730303;
}
.cid-tfWixq496f .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tfWixq496f H2 {
  color: #ffd200;
}
.cid-tfVjscQMUc {
  background: #730303;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tfVjscQMUc .image-block {
  margin: auto;
}
.cid-tfVjscQMUc figcaption {
  position: relative;
}
.cid-tfVjscQMUc figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tfVjscQMUc .image-block {
    width: 100% !important;
  }
}
.cid-tfVjr7QYKv {
  background: #730303;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tfVjr7QYKv .image-block {
  margin: auto;
}
.cid-tfVjr7QYKv figcaption {
  position: relative;
}
.cid-tfVjr7QYKv figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tfVjr7QYKv .image-block {
    width: 100% !important;
  }
}
.cid-tfVsx142ag {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #730303;
}
.cid-tfVsx142ag .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tfVsx142ag H2 {
  color: #ffffff;
}
.cid-tfVss41cnL {
  background: #730303;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-tfVss41cnL .image-block {
  margin: auto;
}
.cid-tfVss41cnL figcaption {
  position: relative;
}
.cid-tfVss41cnL figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tfVss41cnL .image-block {
    width: 100% !important;
  }
}
.cid-tfVkG4qBff {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tfVkG4qBff .mbr-section-subtitle {
  color: #5b686b;
}
.cid-tfVkG4qBff H2 {
  color: #122230;
}
.cid-tfVjxVDdeZ {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tfVjxVDdeZ .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tfVjxVDdeZ .video-block {
    width: 100% !important;
  }
}
.cid-tancF4gm19 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tancF4gm19 .mbr-section-subtitle {
  color: #000000;
}
.cid-tancF4gm19 H2 {
  color: #0c1926;
}
.cid-to29UU9JmX {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-to29UU9JmX .image-block {
  margin: auto;
}
.cid-to29UU9JmX figcaption {
  position: relative;
}
.cid-to29UU9JmX figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-to29UU9JmX .image-block {
    width: 100% !important;
  }
}
.cid-to29YCnxFz {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-to29YCnxFz .mbr-section-subtitle {
  color: #ffffff;
}
.cid-to29YCnxFz H2 {
  color: #000000;
}
.cid-to29ZoXaYF {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-to29ZoXaYF .image-block {
  margin: auto;
}
.cid-to29ZoXaYF figcaption {
  position: relative;
}
.cid-to29ZoXaYF figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-to29ZoXaYF .image-block {
    width: 100% !important;
  }
}
.cid-ttopg98jJZ {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-ttopg98jJZ .image-block {
  margin: auto;
}
.cid-ttopg98jJZ figcaption {
  position: relative;
}
.cid-ttopg98jJZ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttopg98jJZ .image-block {
    width: 100% !important;
  }
}
.cid-to29IdNEWc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-to29IdNEWc .mbr-section-subtitle {
  color: #232323;
}
.cid-to29IdNEWc H2 {
  color: #ffffff;
}
.cid-tjoD6ktdJj {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-tjoD6ktdJj .image-block {
  margin: auto;
}
.cid-tjoD6ktdJj figcaption {
  position: relative;
}
.cid-tjoD6ktdJj figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjoD6ktdJj .image-block {
    width: 100% !important;
  }
}
.cid-tjCeGHX8XK {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tjCeGHX8XK P {
  color: #767676;
}
.cid-tjCeGHX8XK H1 {
  color: #3e6e96;
}
.cid-tjCeGHX8XK .mbr-text,
.cid-tjCeGHX8XK .mbr-section-btn {
  color: #000000;
}
.cid-tjCeGHX8XK H3 {
  color: #0c1926;
}
.cid-tsbApZ92AB {
  background: #000000;
  padding-top: 45px;
  padding-bottom: 15px;
}
.cid-tsbApZ92AB .image-block {
  margin: auto;
}
.cid-tsbApZ92AB figcaption {
  position: relative;
}
.cid-tsbApZ92AB figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsbApZ92AB .image-block {
    width: 100% !important;
  }
}
.cid-tjoDd5MueN {
  background: #85789e;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tjoDd5MueN .image-block {
  margin: auto;
}
.cid-tjoDd5MueN figcaption {
  position: relative;
}
.cid-tjoDd5MueN figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjoDd5MueN .image-block {
    width: 100% !important;
  }
}
.cid-tjCez3OMIs {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-tjCez3OMIs .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tjCez3OMIs H2 {
  color: #ffffff;
}
.cid-tfVv9uxmEl {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #3a3939;
}
.cid-tfVv9uxmEl .mbr-section-subtitle {
  color: #767676;
}
.cid-tfVv9uxmEl H2 {
  color: #ffffff;
}
.cid-tjCexnmVQN {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #3a3939;
}
.cid-tjCexnmVQN .counter-container {
  color: #767676;
}
.cid-tjCexnmVQN .counter-container ul {
  margin-bottom: 0;
}
.cid-tjCexnmVQN .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-tjCexnmVQN .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #000000;
  background: #ffac00;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-tjCexnmVQN .mbr-text {
  color: #ffffff;
}
.cid-tfVv9uZNV2 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tfVv9uZNV2 .mbr-section-subtitle {
  color: #5b686b;
}
.cid-tfVv9uZNV2 H2 {
  color: #000000;
}
.cid-tjCeu1KwRZ {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-tjCeu1KwRZ .counter-container {
  color: #767676;
}
.cid-tjCeu1KwRZ .counter-container ul {
  margin-bottom: 0;
}
.cid-tjCeu1KwRZ .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-tjCeu1KwRZ .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #0388b3;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-tjCeu1KwRZ .mbr-text {
  color: #232323;
}
.cid-ttiEE5JSH0 {
  background: #000000;
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-ttiEE5JSH0 .image-block {
  margin: auto;
}
.cid-ttiEE5JSH0 figcaption {
  position: relative;
}
.cid-ttiEE5JSH0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiEE5JSH0 .image-block {
    width: 100% !important;
  }
}
.cid-tfVv9vu0cX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tfVv9vu0cX H1 {
  color: #ffc700;
}
.cid-tfVv9vu0cX .mbr-text,
.cid-tfVv9vu0cX .mbr-section-btn {
  color: #232323;
}
.cid-tfVv9vu0cX H3 {
  color: #5b686b;
}
.cid-tfVv9vMvNM {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tfVv9vMvNM .image-block {
  margin: auto;
}
.cid-tfVv9vMvNM figcaption {
  position: relative;
}
.cid-tfVv9vMvNM figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tfVv9vMvNM .image-block {
    width: 100% !important;
  }
}
.cid-tfVv9w1rJZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tfVv9w1rJZ P {
  color: #767676;
}
.cid-tfVv9w1rJZ .mbr-text,
.cid-tfVv9w1rJZ .mbr-section-btn {
  color: #465052;
}
.cid-tfVv9w1rJZ H3 {
  color: #232323;
}
.cid-tfVv9w1rJZ H1 {
  color: #ffffff;
}
.cid-tfVv9wPaLQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tfVv9wPaLQ .mbr-section-subtitle {
  color: #465052;
}
.cid-tfVv9wPaLQ H2 {
  color: #ffffff;
}
.cid-tsbyMFbTEC {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsbyMFbTEC .image-block {
  margin: auto;
}
.cid-tsbyMFbTEC figcaption {
  position: relative;
}
.cid-tsbyMFbTEC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsbyMFbTEC .image-block {
    width: 100% !important;
  }
}
.cid-tsbyNPOEiS {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-tsbyNPOEiS .image-block {
  margin: auto;
}
.cid-tsbyNPOEiS figcaption {
  position: relative;
}
.cid-tsbyNPOEiS figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsbyNPOEiS .image-block {
    width: 100% !important;
  }
}
.cid-tfVv9wl6xf {
  background: #85789e;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tfVv9wl6xf .image-block {
  margin: auto;
}
.cid-tfVv9wl6xf figcaption {
  position: relative;
}
.cid-tfVv9wl6xf figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tfVv9wl6xf .image-block {
    width: 100% !important;
  }
}
.cid-tfVv9x58Rf {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tfVv9x58Rf H1 {
  color: #ffffff;
}
.cid-tfVv9x58Rf .mbr-text,
.cid-tfVv9x58Rf .mbr-section-btn {
  color: #232323;
}
.cid-tfVv9x58Rf H3 {
  color: #232323;
}
.cid-tfVv9xokea {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-tfVv9xokea .image-block {
  margin: auto;
}
.cid-tfVv9xokea figcaption {
  position: relative;
}
.cid-tfVv9xokea figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tfVv9xokea .image-block {
    width: 100% !important;
  }
}
.cid-tfVv9xC0xQ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tfVv9xC0xQ .mbr-section-subtitle {
  color: #767676;
}
.cid-tfVv9xC0xQ H2 {
  color: #000000;
}
.cid-tjCefJDrly {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjCefJDrly h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tjCefJDrly p {
  color: #767676;
  text-align: left;
}
.cid-tjCefJDrly .card-box {
  padding-top: 2rem;
}
.cid-tjCefJDrly .card-wrapper {
  height: 100%;
}
.cid-tjCefJDrly .card-title DIV {
  text-align: center;
}
.cid-tjCefJDrly P {
  text-align: center;
  color: #465052;
}
.cid-tjCefJDrly .card-title {
  text-align: center;
  color: #000000;
}
.cid-tjCegmvic5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjCegmvic5 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tjCegmvic5 p {
  color: #767676;
  text-align: left;
}
.cid-tjCegmvic5 .card-box {
  padding-top: 2rem;
}
.cid-tjCegmvic5 .card-wrapper {
  height: 100%;
}
.cid-tjCegmvic5 .card-title DIV {
  text-align: center;
}
.cid-tjCegmvic5 P {
  text-align: center;
  color: #465052;
}
.cid-tjCegmvic5 .card-title {
  text-align: center;
  color: #000000;
}
.cid-tjCehaP2sF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjCehaP2sF h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tjCehaP2sF p {
  color: #767676;
  text-align: left;
}
.cid-tjCehaP2sF .card-box {
  padding-top: 2rem;
}
.cid-tjCehaP2sF .card-wrapper {
  height: 100%;
}
.cid-tjCehaP2sF .card-title DIV {
  text-align: center;
}
.cid-tjCehaP2sF P {
  text-align: center;
  color: #465052;
}
.cid-tjCehaP2sF .card-title {
  text-align: center;
  color: #000000;
}
.cid-tjCehTrOsh {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tjCehTrOsh h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tjCehTrOsh p {
  color: #767676;
  text-align: left;
}
.cid-tjCehTrOsh .card-box {
  padding-top: 2rem;
}
.cid-tjCehTrOsh .card-wrapper {
  height: 100%;
}
.cid-tjCehTrOsh .card-title DIV {
  text-align: center;
}
.cid-tjCehTrOsh P {
  text-align: center;
  color: #465052;
}
.cid-tjCehTrOsh .card-title {
  text-align: center;
  color: #000000;
}
.cid-tsVvRjB1f6 {
  background: #000000;
  padding-top: 60px;
  padding-bottom: 15px;
}
.cid-tsVvRjB1f6 .image-block {
  margin: auto;
}
.cid-tsVvRjB1f6 figcaption {
  position: relative;
}
.cid-tsVvRjB1f6 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsVvRjB1f6 .image-block {
    width: 100% !important;
  }
}
.cid-tfVv9zmg3S {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tfVv9zmg3S .mbr-section-subtitle {
  color: #f9f295;
}
.cid-tfVv9zmg3S H2 {
  color: #ffde00;
}
.cid-tjCdZdD0Wf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tjCdZdD0Wf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tjCdZdD0Wf H2 {
  color: #ffffff;
}
.cid-tfVv9zSk5M {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tfVv9zSk5M .image-block {
  margin: auto;
}
.cid-tfVv9zSk5M figcaption {
  position: relative;
}
.cid-tfVv9zSk5M figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tfVv9zSk5M .image-block {
    width: 100% !important;
  }
}
.cid-tfVv9A92wN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tfVv9A92wN P {
  color: #767676;
}
.cid-tfVv9A92wN .mbr-text,
.cid-tfVv9A92wN .mbr-section-btn {
  color: #465052;
}
.cid-tfVv9A92wN H3 {
  color: #232323;
}
.cid-tfVv9A92wN H1 {
  color: #ffffff;
}
.cid-tfVv9AvJj8 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tfVv9AvJj8 .image-block {
  margin: auto;
}
.cid-tfVv9AvJj8 figcaption {
  position: relative;
}
.cid-tfVv9AvJj8 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tfVv9AvJj8 .image-block {
    width: 100% !important;
  }
}
.cid-tsbzJG54OU {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-tsbzJG54OU .image-block {
  margin: auto;
}
.cid-tsbzJG54OU figcaption {
  position: relative;
}
.cid-tsbzJG54OU figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsbzJG54OU .image-block {
    width: 100% !important;
  }
}
.cid-tfVv9B3zyH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tfVv9B3zyH .mbr-section-subtitle {
  color: #465052;
}
.cid-tfVv9B3zyH H2 {
  color: #ffffff;
}
.cid-tfVv9BkscY {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tfVv9BkscY .image-block {
  margin: auto;
}
.cid-tfVv9BkscY figcaption {
  position: relative;
}
.cid-tfVv9BkscY figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tfVv9BkscY .image-block {
    width: 100% !important;
  }
}
.cid-tfVv9BAUsJ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tfVv9BAUsJ H1 {
  color: #ffffff;
}
.cid-tfVv9BAUsJ .mbr-text,
.cid-tfVv9BAUsJ .mbr-section-btn {
  color: #232323;
}
.cid-tfVv9BAUsJ H3 {
  color: #232323;
}
.cid-tfVv9BS6h5 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tfVv9BS6h5 .image-block {
  margin: auto;
}
.cid-tfVv9BS6h5 figcaption {
  position: relative;
}
.cid-tfVv9BS6h5 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tfVv9BS6h5 .image-block {
    width: 100% !important;
  }
}
.cid-tfVv9Cantg {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-tfVv9Cantg .image-block {
  margin: auto;
}
.cid-tfVv9Cantg figcaption {
  position: relative;
}
.cid-tfVv9Cantg figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tfVv9Cantg .image-block {
    width: 100% !important;
  }
}
.cid-tfVv9CtFZm {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tfVv9CtFZm .mbr-section-subtitle {
  color: #767676;
}
.cid-tfVv9CtFZm H2 {
  color: #000000;
}
.cid-tfVv9CK6F4 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tfVv9CK6F4 .image-block {
  margin: auto;
}
.cid-tfVv9CK6F4 figcaption {
  position: relative;
}
.cid-tfVv9CK6F4 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tfVv9CK6F4 .image-block {
    width: 100% !important;
  }
}
.cid-tjCdSQQEWo {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tjCdSQQEWo H1 {
  color: #000000;
}
.cid-tjCdSQQEWo .mbr-text,
.cid-tjCdSQQEWo .mbr-section-btn {
  color: #232323;
}
.cid-tjCdSQQEWo H3 {
  color: #232323;
}
.cid-tfVv9DjjG8 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tfVv9DjjG8 .mbr-section-subtitle {
  color: #767676;
}
.cid-tfVv9DjjG8 H2 {
  color: #000000;
}
.cid-tfVv9DBuW2 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tfVv9DBuW2 .counter-container {
  color: #767676;
}
.cid-tfVv9DBuW2 .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-tfVv9DBuW2 .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tfVv9DBuW2 .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
  position: relative;
}
.cid-tfVv9DBuW2 .counter-container ol li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #69b6a1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-tfVv9DBuW2 .mbr-text {
  color: #000000;
}
.cid-tsbBvDaiUw {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-tsbBvDaiUw .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsbBvDaiUw H2 {
  color: #ddff55;
}
.cid-tsbBvDaiUw H3 {
  color: #ddff55;
}
.cid-tsbBut5qoT {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-tsbBut5qoT .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tsbBut5qoT .video-block {
    width: 100% !important;
  }
}
.cid-to708Hru3n {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-to708Hru3n h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-to708Hru3n p {
  color: #767676;
  text-align: left;
}
.cid-to708Hru3n .card-box {
  padding-top: 2rem;
}
.cid-to708Hru3n .card-wrapper {
  height: 100%;
}
.cid-to708Hru3n P {
  text-align: center;
  color: #ffffff;
}
.cid-to708Hru3n .card-title {
  text-align: center;
  color: #ddff55;
}
.cid-tsbBBsJ8Ca {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsbBBsJ8Ca .image-block {
  margin: auto;
}
.cid-tsbBBsJ8Ca figcaption {
  position: relative;
}
.cid-tsbBBsJ8Ca figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsbBBsJ8Ca .image-block {
    width: 100% !important;
  }
}
.cid-tsbBD2BrZn {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-tsbBD2BrZn .image-block {
  margin: auto;
}
.cid-tsbBD2BrZn figcaption {
  position: relative;
}
.cid-tsbBD2BrZn figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsbBD2BrZn .image-block {
    width: 100% !important;
  }
}
.cid-to26kELKkX {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 0px;
}
.cid-to26kELKkX .image-block {
  margin: auto;
}
.cid-to26kELKkX figcaption {
  position: relative;
}
.cid-to26kELKkX figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-to26kELKkX .image-block {
    width: 100% !important;
  }
}
.cid-to26lnRO7t {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-to26lnRO7t .mbr-section-subtitle {
  color: #000000;
}
.cid-to26lnRO7t H2 {
  color: #232323;
}
.cid-tsbBPMusCw {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tsbBPMusCw .mbr-section-subtitle {
  color: #000000;
}
.cid-tsbBPMusCw H2 {
  color: #232323;
}
.cid-tfVv9Fvnjn {
  background: #000000;
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-tfVv9Fvnjn .image-block {
  margin: auto;
}
.cid-tfVv9Fvnjn figcaption {
  position: relative;
}
.cid-tfVv9Fvnjn figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tfVv9Fvnjn .image-block {
    width: 100% !important;
  }
}
.cid-tfVv9FM3n7 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tfVv9FM3n7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tfVv9FM3n7 H2 {
  color: #ffffff;
}
.cid-tfVv9G63y1 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tfVv9G63y1 .image-block {
  margin: auto;
}
.cid-tfVv9G63y1 figcaption {
  position: relative;
}
.cid-tfVv9G63y1 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tfVv9G63y1 .image-block {
    width: 100% !important;
  }
}
.cid-tfVv9GoMu4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tfVv9GoMu4 P {
  color: #767676;
}
.cid-tfVv9GoMu4 .mbr-text,
.cid-tfVv9GoMu4 .mbr-section-btn {
  color: #465052;
}
.cid-tfVv9GoMu4 H3 {
  color: #232323;
}
.cid-tfVv9GoMu4 H1 {
  color: #ffffff;
}
.cid-tjpZtyDHhI {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tjpZtyDHhI .image-block {
  margin: auto;
}
.cid-tjpZtyDHhI figcaption {
  position: relative;
}
.cid-tjpZtyDHhI figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjpZtyDHhI .image-block {
    width: 100% !important;
  }
}
.cid-tfVv9H0b78 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tfVv9H0b78 .image-block {
  margin: auto;
}
.cid-tfVv9H0b78 figcaption {
  position: relative;
}
.cid-tfVv9H0b78 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tfVv9H0b78 .image-block {
    width: 100% !important;
  }
}
.cid-tfVv9HiCGE {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tfVv9HiCGE H1 {
  color: #ffffff;
}
.cid-tfVv9HiCGE .mbr-text,
.cid-tfVv9HiCGE .mbr-section-btn {
  color: #232323;
}
.cid-tfVv9HiCGE H3 {
  color: #232323;
}
.cid-tfVv9HEm0K {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-tfVv9HEm0K .image-block {
  margin: auto;
}
.cid-tfVv9HEm0K figcaption {
  position: relative;
}
.cid-tfVv9HEm0K figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tfVv9HEm0K .image-block {
    width: 100% !important;
  }
}
.cid-tfVv9IyqhN {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tfVv9IyqhN .mbr-section-subtitle {
  color: #5b686b;
}
.cid-tfVv9IyqhN H2 {
  color: #000000;
}
.cid-ttcCd40441 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttcCd40441 .mbr-section-subtitle {
  color: #000000;
}
.cid-ttcCd40441 H2 {
  color: #232323;
}
.cid-tg0bY38BTg {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tg0bY38BTg .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tg0bY38BTg .video-block {
    width: 100% !important;
  }
}
.cid-ttcBCZl6iI {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttcBCZl6iI .mbr-section-subtitle {
  color: #000000;
}
.cid-ttcBCZl6iI H2 {
  color: #232323;
}
.cid-tfVv9JsdPu {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-tfVv9JsdPu .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tfVv9JsdPu .video-block {
    width: 100% !important;
  }
}
.cid-ttcBLevSAA {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttcBLevSAA .mbr-section-subtitle {
  color: #000000;
}
.cid-ttcBLevSAA H2 {
  color: #232323;
}
.cid-tfVv9IR8U3 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-tfVv9IR8U3 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tfVv9IR8U3 .video-block {
    width: 100% !important;
  }
}
.cid-ttcCF1re8B {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttcCF1re8B .mbr-section-subtitle {
  color: #000000;
}
.cid-ttcCF1re8B H2 {
  color: #232323;
}
.cid-tfVv9L0jxj {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-tfVv9L0jxj .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tfVv9L0jxj .video-block {
    width: 100% !important;
  }
}
.cid-ttcBLWTHwd {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttcBLWTHwd .mbr-section-subtitle {
  color: #000000;
}
.cid-ttcBLWTHwd H2 {
  color: #232323;
}
.cid-tfVv9JLsod {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-tfVv9JLsod .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tfVv9JLsod .video-block {
    width: 100% !important;
  }
}
.cid-ttcBTIZ5Zz {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttcBTIZ5Zz .mbr-section-subtitle {
  color: #000000;
}
.cid-ttcBTIZ5Zz H2 {
  color: #232323;
}
.cid-tg0ccpM8BE {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tg0ccpM8BE .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tg0ccpM8BE .video-block {
    width: 100% !important;
  }
}
.cid-tfVv9K4gfy {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-tfVv9K4gfy .image-block {
  margin: auto;
}
.cid-tfVv9K4gfy figcaption {
  position: relative;
}
.cid-tfVv9K4gfy figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tfVv9K4gfy .image-block {
    width: 100% !important;
  }
}
.cid-tfVv9KHpGS {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tfVv9KHpGS .image-block {
  margin: auto;
}
.cid-tfVv9KHpGS figcaption {
  position: relative;
}
.cid-tfVv9KHpGS figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tfVv9KHpGS .image-block {
    width: 100% !important;
  }
}
.cid-ttcBNjcd8I {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttcBNjcd8I .mbr-section-subtitle {
  color: #000000;
}
.cid-ttcBNjcd8I H2 {
  color: #232323;
}
.cid-tfVv9JaBMR {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-tfVv9JaBMR .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tfVv9JaBMR .video-block {
    width: 100% !important;
  }
}
.cid-ttcBMCY7S3 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttcBMCY7S3 .mbr-section-subtitle {
  color: #000000;
}
.cid-ttcBMCY7S3 H2 {
  color: #232323;
}
.cid-tfVv9LVEwz {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-tfVv9LVEwz .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tfVv9LVEwz .video-block {
    width: 100% !important;
  }
}
.cid-ttcBNRXbcM {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttcBNRXbcM .mbr-section-subtitle {
  color: #000000;
}
.cid-ttcBNRXbcM H2 {
  color: #232323;
}
.cid-tjoGQr8nkq {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tjoGQr8nkq .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tjoGQr8nkq .video-block {
    width: 100% !important;
  }
}
.cid-ttcBOz0weI {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttcBOz0weI .mbr-section-subtitle {
  color: #000000;
}
.cid-ttcBOz0weI H2 {
  color: #232323;
}
.cid-tfVv9Li1rF {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-tfVv9Li1rF .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tfVv9Li1rF .video-block {
    width: 100% !important;
  }
}
.cid-ttcBPbi4ES {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttcBPbi4ES .mbr-section-subtitle {
  color: #000000;
}
.cid-ttcBPbi4ES H2 {
  color: #232323;
}
.cid-tfVv9LCKlo {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-tfVv9LCKlo .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tfVv9LCKlo .video-block {
    width: 100% !important;
  }
}
.cid-tfVv9MdiDY {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-tfVv9MdiDY .image-block {
  margin: auto;
}
.cid-tfVv9MdiDY figcaption {
  position: relative;
}
.cid-tfVv9MdiDY figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tfVv9MdiDY .image-block {
    width: 100% !important;
  }
}
.cid-tfVv9MQaQR {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tfVv9MQaQR .image-block {
  margin: auto;
}
.cid-tfVv9MQaQR figcaption {
  position: relative;
}
.cid-tfVv9MQaQR figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tfVv9MQaQR .image-block {
    width: 100% !important;
  }
}
.cid-ttcBPMfkxU {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttcBPMfkxU .mbr-section-subtitle {
  color: #000000;
}
.cid-ttcBPMfkxU H2 {
  color: #232323;
}
.cid-tfVv9NasUA {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-tfVv9NasUA .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tfVv9NasUA .video-block {
    width: 100% !important;
  }
}
.cid-ttcBRiz6W3 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttcBRiz6W3 .mbr-section-subtitle {
  color: #000000;
}
.cid-ttcBRiz6W3 H2 {
  color: #232323;
}
.cid-tjoGUir9Mk {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tjoGUir9Mk .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tjoGUir9Mk .video-block {
    width: 100% !important;
  }
}
.cid-ttcBRSB6qf {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttcBRSB6qf .mbr-section-subtitle {
  color: #000000;
}
.cid-ttcBRSB6qf H2 {
  color: #232323;
}
.cid-tfVv9NzOjO {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-tfVv9NzOjO .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tfVv9NzOjO .video-block {
    width: 100% !important;
  }
}
.cid-ttcBSrZ6q0 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttcBSrZ6q0 .mbr-section-subtitle {
  color: #000000;
}
.cid-ttcBSrZ6q0 H2 {
  color: #232323;
}
.cid-tjoGON3IJA {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tjoGON3IJA .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tjoGON3IJA .video-block {
    width: 100% !important;
  }
}
.cid-ttcBT2HvAh {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttcBT2HvAh .mbr-section-subtitle {
  color: #000000;
}
.cid-ttcBT2HvAh H2 {
  color: #232323;
}
.cid-tfVv9OcvVt {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-tfVv9OcvVt .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tfVv9OcvVt .video-block {
    width: 100% !important;
  }
}
.cid-tfVv9Owa8T {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-tfVv9Owa8T .image-block {
  margin: auto;
}
.cid-tfVv9Owa8T figcaption {
  position: relative;
}
.cid-tfVv9Owa8T figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tfVv9Owa8T .image-block {
    width: 100% !important;
  }
}
.cid-tfVv9P912V {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tfVv9P912V .image-block {
  margin: auto;
}
.cid-tfVv9P912V figcaption {
  position: relative;
}
.cid-tfVv9P912V figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tfVv9P912V .image-block {
    width: 100% !important;
  }
}
.cid-ttcBUWSCHJ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttcBUWSCHJ .mbr-section-subtitle {
  color: #000000;
}
.cid-ttcBUWSCHJ H2 {
  color: #232323;
}
.cid-tfVv9PudNS {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-tfVv9PudNS .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tfVv9PudNS .video-block {
    width: 100% !important;
  }
}
.cid-ttcBUlAiZP {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttcBUlAiZP .mbr-section-subtitle {
  color: #000000;
}
.cid-ttcBUlAiZP H2 {
  color: #232323;
}
.cid-tfVv9NUvXF {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-tfVv9NUvXF .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tfVv9NUvXF .video-block {
    width: 100% !important;
  }
}
.cid-ttcBVo1jYT {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttcBVo1jYT .mbr-section-subtitle {
  color: #000000;
}
.cid-ttcBVo1jYT H2 {
  color: #232323;
}
.cid-tfVv9PN4EM {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-tfVv9PN4EM .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tfVv9PN4EM .video-block {
    width: 100% !important;
  }
}
.cid-ttcBVTJqzZ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttcBVTJqzZ .mbr-section-subtitle {
  color: #000000;
}
.cid-ttcBVTJqzZ H2 {
  color: #232323;
}
.cid-tfVv9Q709j {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-tfVv9Q709j .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tfVv9Q709j .video-block {
    width: 100% !important;
  }
}
.cid-ttcBWo3CvN {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttcBWo3CvN .mbr-section-subtitle {
  color: #000000;
}
.cid-ttcBWo3CvN H2 {
  color: #232323;
}
.cid-tfVv9QpCu7 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-tfVv9QpCu7 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tfVv9QpCu7 .video-block {
    width: 100% !important;
  }
}
.cid-tsbCU4b2Uq {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-tsbCU4b2Uq .image-block {
  margin: auto;
}
.cid-tsbCU4b2Uq figcaption {
  position: relative;
}
.cid-tsbCU4b2Uq figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsbCU4b2Uq .image-block {
    width: 100% !important;
  }
}
.cid-tsbCUJWiK3 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-tsbCUJWiK3 .image-block {
  margin: auto;
}
.cid-tsbCUJWiK3 figcaption {
  position: relative;
}
.cid-tsbCUJWiK3 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsbCUJWiK3 .image-block {
    width: 100% !important;
  }
}
.cid-tjoFypUuga {
  background: #622d46;
  padding-top: 60px;
  padding-bottom: 0px;
}
.cid-tjoFypUuga .image-block {
  margin: auto;
}
.cid-tjoFypUuga figcaption {
  position: relative;
}
.cid-tjoFypUuga figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjoFypUuga .image-block {
    width: 100% !important;
  }
}
.cid-tjoFAvEc94 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #622d46;
}
.cid-tjoFAvEc94 .mbr-section-subtitle {
  color: #767676;
}
.cid-tjoFAvEc94 H2 {
  color: #f9f295;
}
.cid-tjoFBHDSnV {
  background: #622d46;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tjoFBHDSnV .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tjoFBHDSnV .video-block {
    width: 100% !important;
  }
}
.cid-tjoFDCT0Q7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #622d46;
}
.cid-tjoFDCT0Q7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tjoFDCT0Q7 H2 {
  color: #ffffff;
}
.cid-tjq0A9BDQI {
  background: #622d46;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tjq0A9BDQI .image-block {
  margin: auto;
}
.cid-tjq0A9BDQI figcaption {
  position: relative;
}
.cid-tjq0A9BDQI figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjq0A9BDQI .image-block {
    width: 100% !important;
  }
}
.cid-tfVv9S3nB3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #622d46;
}
.cid-tfVv9S3nB3 H1 {
  color: #ffffff;
}
.cid-tfVv9S3nB3 .mbr-text,
.cid-tfVv9S3nB3 .mbr-section-btn {
  color: #232323;
}
.cid-tfVv9S3nB3 H3 {
  color: #232323;
}
.cid-tfVv9SI4P7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #622d46;
}
.cid-tfVv9SI4P7 .mbr-section-subtitle {
  color: #465052;
}
.cid-tfVv9SI4P7 H2 {
  color: #ffffff;
}
.cid-tjq0hcsE2U {
  background: #622d46;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tjq0hcsE2U .image-block {
  margin: auto;
}
.cid-tjq0hcsE2U figcaption {
  position: relative;
}
.cid-tjq0hcsE2U figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjq0hcsE2U .image-block {
    width: 100% !important;
  }
}
.cid-tsbExN8KiH {
  background: #622d46;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-tsbExN8KiH .image-block {
  margin: auto;
}
.cid-tsbExN8KiH figcaption {
  position: relative;
}
.cid-tsbExN8KiH figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsbExN8KiH .image-block {
    width: 100% !important;
  }
}
.cid-tfVv9Tqmtp {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #622d46;
}
.cid-tfVv9Tqmtp H1 {
  color: #ffffff;
}
.cid-tfVv9Tqmtp .mbr-text,
.cid-tfVv9Tqmtp .mbr-section-btn {
  color: #232323;
}
.cid-tfVv9Tqmtp H3 {
  color: #232323;
}
.cid-tfVv9TM8cE {
  background: #622d46;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-tfVv9TM8cE .image-block {
  margin: auto;
}
.cid-tfVv9TM8cE figcaption {
  position: relative;
}
.cid-tfVv9TM8cE figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tfVv9TM8cE .image-block {
    width: 100% !important;
  }
}
.cid-tjCde1ZGJt {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tjCde1ZGJt .mbr-section-subtitle {
  color: #232323;
}
.cid-tjCde1ZGJt H2 {
  color: #232323;
}
.cid-tfVv9W1ZL6 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tfVv9W1ZL6 .image-block {
  margin: auto;
}
.cid-tfVv9W1ZL6 figcaption {
  position: relative;
}
.cid-tfVv9W1ZL6 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tfVv9W1ZL6 .image-block {
    width: 100% !important;
  }
}
.cid-tfVv9WndD1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tfVv9WndD1 H1 {
  color: #232323;
}
.cid-tfVv9WndD1 .mbr-text,
.cid-tfVv9WndD1 .mbr-section-btn {
  color: #232323;
}
.cid-tfVv9WndD1 H3 {
  color: #232323;
}
.cid-tfVv9WK8Ww {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tfVv9WK8Ww .image-block {
  margin: auto;
}
.cid-tfVv9WK8Ww figcaption {
  position: relative;
}
.cid-tfVv9WK8Ww figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tfVv9WK8Ww .image-block {
    width: 100% !important;
  }
}
.cid-tfVv9X5gkO {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tfVv9X5gkO .image-block {
  margin: auto;
}
.cid-tfVv9X5gkO figcaption {
  position: relative;
}
.cid-tfVv9X5gkO figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tfVv9X5gkO .image-block {
    width: 100% !important;
  }
}
.cid-tfVv9Xq2LV {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tfVv9Xq2LV H1 {
  color: #000000;
}
.cid-tfVv9Xq2LV .mbr-text,
.cid-tfVv9Xq2LV .mbr-section-btn {
  color: #232323;
}
.cid-tfVv9Xq2LV H3 {
  color: #232323;
}
.cid-to8Ca59Qty {
  padding-top: 60px;
  padding-bottom: 45px;
  position: relative;
  background-color: #000000;
}
.cid-to8Ca59Qty p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-to8Ca59Qty .panel-title {
  border-bottom: 2px solid #5758e0;
  display: flex!important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-to8Ca59Qty .collapsed {
  border: none;
}
.cid-to8Ca59Qty .collapsed span {
  transform: rotate(0deg);
}
.cid-to8Ca59Qty span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #00a335, #fc0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-to8Ca59Qty .panel-body {
  padding-top: 0.5rem;
}
.cid-to8Ca59Qty .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-to8Ca59Qty .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-to8Ca59Qty .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-to8Ca59Qty .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-to8Ca59Qty .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-to8Ca59Qty .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-to8Ca59Qty .panel-text {
  color: #ffffff;
}
.cid-to8Ca59Qty H4 {
  color: #ffffff;
}
.cid-to8Ca59Qty H2 {
  color: #ffffff;
}
.cid-to8Ca59Qty .mbr-section-text {
  color: #ffffff;
}
.cid-tpyox9C8z0 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tpyox9C8z0 .image-block {
  margin: auto;
}
.cid-tpyox9C8z0 figcaption {
  position: relative;
}
.cid-tpyox9C8z0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tpyox9C8z0 .image-block {
    width: 100% !important;
  }
}
.cid-tfVv9XNEPY {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-tfVv9XNEPY .image-block {
  margin: auto;
}
.cid-tfVv9XNEPY figcaption {
  position: relative;
}
.cid-tfVv9XNEPY figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tfVv9XNEPY .image-block {
    width: 100% !important;
  }
}
.cid-tfVv9U6JHl {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tfVv9U6JHl .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tfVv9U6JHl H2 {
  color: #ffffff;
}
.cid-tfVv9UrWke {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-tfVv9UrWke .image-block {
  margin: auto;
}
.cid-tfVv9UrWke figcaption {
  position: relative;
}
.cid-tfVv9UrWke figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tfVv9UrWke .image-block {
    width: 100% !important;
  }
}
.cid-to1qP7kEgk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-to1qP7kEgk .mbr-section-subtitle {
  color: #232323;
}
.cid-to1qP7kEgk H2 {
  color: #ffffff;
}
.cid-tjpxsrbIgN {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-tjpxsrbIgN .image-block {
  margin: auto;
}
.cid-tjpxsrbIgN figcaption {
  position: relative;
}
.cid-tjpxsrbIgN figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjpxsrbIgN .image-block {
    width: 100% !important;
  }
}
.cid-tfVEsfJ6U5 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tfVEsfJ6U5 .mbr-section-subtitle {
  color: #232323;
}
.cid-tfVEsfJ6U5 H2 {
  color: #000000;
}
.cid-tfVEsfZ6G6 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-tfVEsfZ6G6 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tfVEsfZ6G6 .video-block {
    width: 100% !important;
  }
}
.cid-tfVEsgekn1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tfVEsgekn1 P {
  color: #767676;
}
.cid-tfVEsgekn1 .mbr-text,
.cid-tfVEsgekn1 .mbr-section-btn {
  color: #465052;
}
.cid-tfVEsgekn1 H3 {
  color: #232323;
}
.cid-tfVEsgekn1 H1 {
  color: #000000;
}
.cid-tjpGHBI0Yz {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #122230;
}
.cid-tjpGHBI0Yz .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tjpGHBI0Yz H2 {
  color: #ffd200;
}
.cid-tjpH2vYyTY {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #122230;
}
.cid-tjpH2vYyTY .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tjpH2vYyTY H2 {
  color: #ffd200;
}
.cid-tfVEsgCh68 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #122230;
}
.cid-tfVEsgCh68 H1 {
  color: #fff000;
}
.cid-tfVEsgCh68 .mbr-text,
.cid-tfVEsgCh68 .mbr-section-btn {
  color: #f9f295;
  text-align: center;
}
.cid-tfVEsgCh68 H3 {
  color: #ffffff;
}
.cid-tfVEsgRjnd {
  background: #122230;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tfVEsgRjnd .image-block {
  margin: auto;
}
.cid-tfVEsgRjnd figcaption {
  position: relative;
}
.cid-tfVEsgRjnd figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tfVEsgRjnd .image-block {
    width: 100% !important;
  }
}
.cid-tfVEshbftD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #122230;
}
.cid-tfVEshbftD P {
  color: #767676;
}
.cid-tfVEshbftD .mbr-text,
.cid-tfVEshbftD .mbr-section-btn {
  color: #ffffff;
}
.cid-tfVEshbftD H3 {
  color: #ffffff;
}
.cid-tfVEshbftD H1 {
  color: #ffffff;
}
.cid-tjpqcHjqQm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #122230;
}
.cid-tjpqcHjqQm .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tjpqcHjqQm H2 {
  color: #ffd200;
}
.cid-tfVEshtsLk {
  background: #122230;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tfVEshtsLk .image-block {
  margin: auto;
}
.cid-tfVEshtsLk figcaption {
  position: relative;
}
.cid-tfVEshtsLk figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tfVEshtsLk .image-block {
    width: 100% !important;
  }
}
.cid-tfVEshHu2R {
  background: #122230;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-tfVEshHu2R .image-block {
  margin: auto;
}
.cid-tfVEshHu2R figcaption {
  position: relative;
}
.cid-tfVEshHu2R figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tfVEshHu2R .image-block {
    width: 100% !important;
  }
}
.cid-tfVEshUXCk {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #122230;
}
.cid-tfVEshUXCk .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tfVEshUXCk H2 {
  color: #ffffff;
}
.cid-tfVEsi79Uu {
  background: #122230;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-tfVEsi79Uu .image-block {
  margin: auto;
}
.cid-tfVEsi79Uu figcaption {
  position: relative;
}
.cid-tfVEsi79Uu figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tfVEsi79Uu .image-block {
    width: 100% !important;
  }
}
.cid-tfVEsik8fr {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tfVEsik8fr .mbr-section-subtitle {
  color: #5b686b;
}
.cid-tfVEsik8fr H2 {
  color: #000000;
}
.cid-tfVEsixoHs {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-tfVEsixoHs .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tfVEsixoHs .video-block {
    width: 100% !important;
  }
}
.cid-tjpqyiFr4L {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjpqyiFr4L .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tjpqyiFr4L H2 {
  color: #000000;
}
.cid-to2bUERJX9 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-to2bUERJX9 .image-block {
  margin: auto;
}
.cid-to2bUERJX9 figcaption {
  position: relative;
}
.cid-to2bUERJX9 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-to2bUERJX9 .image-block {
    width: 100% !important;
  }
}
.cid-to2aTAcJBO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-to2aTAcJBO .mbr-section-subtitle {
  color: #232323;
}
.cid-to2aTAcJBO H2 {
  color: #ffffff;
}
.cid-tjpyFOtzxH {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-tjpyFOtzxH .image-block {
  margin: auto;
}
.cid-tjpyFOtzxH figcaption {
  position: relative;
}
.cid-tjpyFOtzxH figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjpyFOtzxH .image-block {
    width: 100% !important;
  }
}
.cid-tg04vN6mUD {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tg04vN6mUD .mbr-section-subtitle {
  color: #232323;
}
.cid-tg04vN6mUD H2 {
  color: #000000;
}
.cid-tg04vNgXUt {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-tg04vNgXUt .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tg04vNgXUt .video-block {
    width: 100% !important;
  }
}
.cid-tg04vNrymT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tg04vNrymT P {
  color: #767676;
}
.cid-tg04vNrymT .mbr-text,
.cid-tg04vNrymT .mbr-section-btn {
  color: #465052;
}
.cid-tg04vNrymT H3 {
  color: #232323;
}
.cid-tg04vNrymT H1 {
  color: #000000;
}
.cid-tg04vND9hx {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #7e0000;
}
.cid-tg04vND9hx H1 {
  color: #afff00;
}
.cid-tg04vND9hx .mbr-text,
.cid-tg04vND9hx .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tg04vND9hx H3 {
  color: #ffffff;
}
.cid-tjpyUuFSd0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #7e0000;
}
.cid-tjpyUuFSd0 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tjpyUuFSd0 H2 {
  color: #ffd200;
}
.cid-tg04vNQ5C6 {
  background: #7e0000;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-tg04vNQ5C6 .image-block {
  margin: auto;
}
.cid-tg04vNQ5C6 figcaption {
  position: relative;
}
.cid-tg04vNQ5C6 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tg04vNQ5C6 .image-block {
    width: 100% !important;
  }
}
.cid-tg04vO2X22 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #7e0000;
}
.cid-tg04vO2X22 P {
  color: #767676;
}
.cid-tg04vO2X22 .mbr-text,
.cid-tg04vO2X22 .mbr-section-btn {
  color: #ffffff;
}
.cid-tg04vO2X22 H3 {
  color: #ffffff;
}
.cid-tg04vO2X22 H1 {
  color: #ffffff;
}
.cid-tg04vOAjoi {
  background: #7e0000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tg04vOAjoi .image-block {
  margin: auto;
}
.cid-tg04vOAjoi figcaption {
  position: relative;
}
.cid-tg04vOAjoi figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tg04vOAjoi .image-block {
    width: 100% !important;
  }
}
.cid-tg04vOKEIG {
  background: #7e0000;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-tg04vOKEIG .image-block {
  margin: auto;
}
.cid-tg04vOKEIG figcaption {
  position: relative;
}
.cid-tg04vOKEIG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tg04vOKEIG .image-block {
    width: 100% !important;
  }
}
.cid-tg04vOV8br {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #7e0000;
}
.cid-tg04vOV8br .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tg04vOV8br H2 {
  color: #ffffff;
}
.cid-tg04vP7ac8 {
  background: #7e0000;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-tg04vP7ac8 .image-block {
  margin: auto;
}
.cid-tg04vP7ac8 figcaption {
  position: relative;
}
.cid-tg04vP7ac8 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tg04vP7ac8 .image-block {
    width: 100% !important;
  }
}
.cid-tg04vPiN8M {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tg04vPiN8M .mbr-section-subtitle {
  color: #5b686b;
}
.cid-tg04vPiN8M H2 {
  color: #000000;
}
.cid-tg04vPvqRk {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tg04vPvqRk .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tg04vPvqRk .video-block {
    width: 100% !important;
  }
}
.cid-tjpBJKMHHo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjpBJKMHHo .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tjpBJKMHHo H2 {
  color: #000000;
}
.cid-to2bchCRdJ {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-to2bchCRdJ .image-block {
  margin: auto;
}
.cid-to2bchCRdJ figcaption {
  position: relative;
}
.cid-to2bchCRdJ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-to2bchCRdJ .image-block {
    width: 100% !important;
  }
}
.cid-to2bOZYVOA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-to2bOZYVOA .mbr-section-subtitle {
  color: #232323;
}
.cid-to2bOZYVOA H2 {
  color: #ffffff;
}
.cid-tjpRfPqzd5 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #029c86;
}
.cid-tjpRfPqzd5 .mbr-section-subtitle {
  color: #f9f295;
}
.cid-tjpRfPqzd5 H2 {
  color: #ffffff;
}
.cid-tjpR7cbEWx {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjpR7cbEWx .mbr-section-subtitle {
  color: #000000;
}
.cid-tjpR7cbEWx H2 {
  color: #0b644d;
}
.cid-tjpR7cmDxd {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-tjpR7cmDxd .image-block {
  margin: auto;
}
.cid-tjpR7cmDxd figcaption {
  position: relative;
}
.cid-tjpR7cmDxd figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjpR7cmDxd .image-block {
    width: 100% !important;
  }
}
.cid-to8j0eGuWr {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-to8j0eGuWr .mbr-section-subtitle {
  color: #000000;
}
.cid-to8j0eGuWr H2 {
  color: #0b644d;
}
.cid-tjpR7cLR0d {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-tjpR7cLR0d .image-block {
  margin: auto;
}
.cid-tjpR7cLR0d figcaption {
  position: relative;
}
.cid-tjpR7cLR0d figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjpR7cLR0d .image-block {
    width: 100% !important;
  }
}
.cid-tjpR7cWycW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjpR7cWycW P {
  color: #767676;
}
.cid-tjpR7cWycW .mbr-text,
.cid-tjpR7cWycW .mbr-section-btn {
  color: #465052;
}
.cid-tjpR7cWycW H3 {
  color: #232323;
}
.cid-tjpR7cWycW H1 {
  color: #232323;
}
.cid-tjpR7dbWkk {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tjpR7dbWkk .image-block {
  margin: auto;
}
.cid-tjpR7dbWkk figcaption {
  position: relative;
}
.cid-tjpR7dbWkk figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjpR7dbWkk .image-block {
    width: 100% !important;
  }
}
.cid-tjpR7dmvbO {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-tjpR7dmvbO .image-block {
  margin: auto;
}
.cid-tjpR7dmvbO figcaption {
  position: relative;
}
.cid-tjpR7dmvbO figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjpR7dmvbO .image-block {
    width: 100% !important;
  }
}
.cid-tjpR7dxuCZ {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tjpR7dxuCZ H1 {
  color: #0d695c;
}
.cid-tjpR7dxuCZ .mbr-text,
.cid-tjpR7dxuCZ .mbr-section-btn {
  color: #000000;
}
.cid-tjpR7dxuCZ H3 {
  color: #ffffff;
  text-align: center;
}
.cid-tjpR7dK9nt {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0d695c;
}
.cid-tjpR7dK9nt .mbr-section-subtitle {
  color: #232323;
  text-align: center;
  font-weight: 300;
}
.cid-tjpR7dK9nt .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tjpR7dK9nt .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-tjpR7dK9nt .separline {
  position: relative;
}
.cid-tjpR7dK9nt .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tjpR7dK9nt .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-tjpR7dK9nt .mbr-step-title {
  color: #ffffff;
}
.cid-tjpR7dK9nt .mbr-section-title {
  color: #ffffff;
}
.cid-tjpR7dK9nt .mbr-step-text {
  color: #ffffff;
}
.cid-to2mpJ0hze {
  background: #efefef;
  padding-top: 60px;
  padding-bottom: 0px;
}
.cid-to2mpJ0hze .image-block {
  margin: auto;
}
.cid-to2mpJ0hze figcaption {
  position: relative;
}
.cid-to2mpJ0hze figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-to2mpJ0hze .image-block {
    width: 100% !important;
  }
}
.cid-to8hYON0CJ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-to8hYON0CJ .mbr-section-subtitle {
  color: #000000;
}
.cid-to8hYON0CJ H2 {
  color: #232323;
}
.cid-to8hZn1hYb {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-to8hZn1hYb .mbr-section-subtitle {
  color: #000000;
}
.cid-to8hZn1hYb H2 {
  color: #232323;
}
.cid-tjpR7fMGOj {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjpR7fMGOj P {
  color: #767676;
}
.cid-tjpR7fMGOj .mbr-text,
.cid-tjpR7fMGOj .mbr-section-btn {
  color: #122230;
}
.cid-tjpR7fMGOj H3 {
  color: #000000;
}
.cid-tjpR7fMGOj H1 {
  color: #0d695c;
}
.cid-tjpR7g3hJy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjpR7g3hJy .mbr-section-subtitle {
  color: #232323;
}
.cid-tjpR7g3hJy H2 {
  color: #0d695c;
}
.cid-tjpR7gjiAL {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-tjpR7gjiAL .image-block {
  margin: auto;
}
.cid-tjpR7gjiAL figcaption {
  position: relative;
}
.cid-tjpR7gjiAL figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjpR7gjiAL .image-block {
    width: 100% !important;
  }
}
.cid-tjpR7gyKoe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjpR7gyKoe P {
  color: #767676;
}
.cid-tjpR7gyKoe .mbr-text,
.cid-tjpR7gyKoe .mbr-section-btn {
  color: #465052;
}
.cid-tjpR7gyKoe H3 {
  color: #232323;
}
.cid-tjpR7gyKoe H1 {
  color: #232323;
}
.cid-tjpR7gNlJN {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-tjpR7gNlJN .image-block {
  margin: auto;
}
.cid-tjpR7gNlJN figcaption {
  position: relative;
}
.cid-tjpR7gNlJN figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjpR7gNlJN .image-block {
    width: 100% !important;
  }
}
.cid-to2mlsxEGZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-to2mlsxEGZ .mbr-section-subtitle {
  color: #232323;
}
.cid-to2mlsxEGZ H2 {
  color: #ffffff;
}
.cid-tjpRwNbZaa {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #029c86;
}
.cid-tjpRwNbZaa .mbr-section-subtitle {
  color: #f9f295;
}
.cid-tjpRwNbZaa H2 {
  color: #ffffff;
}
.cid-tjpRssVSl8 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjpRssVSl8 .mbr-section-subtitle {
  color: #5b686b;
}
.cid-tjpRssVSl8 H2 {
  color: #0b644d;
}
.cid-tjpRst6Ppm {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-tjpRst6Ppm .image-block {
  margin: auto;
}
.cid-tjpRst6Ppm figcaption {
  position: relative;
}
.cid-tjpRst6Ppm figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjpRst6Ppm .image-block {
    width: 100% !important;
  }
}
.cid-to8j7QbXpj {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-to8j7QbXpj .mbr-section-subtitle {
  color: #000000;
}
.cid-to8j7QbXpj H2 {
  color: #0b644d;
}
.cid-tjpRstChkT {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-tjpRstChkT .image-block {
  margin: auto;
}
.cid-tjpRstChkT figcaption {
  position: relative;
}
.cid-tjpRstChkT figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjpRstChkT .image-block {
    width: 100% !important;
  }
}
.cid-tjpRstOyz3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjpRstOyz3 P {
  color: #767676;
}
.cid-tjpRstOyz3 .mbr-text,
.cid-tjpRstOyz3 .mbr-section-btn {
  color: #465052;
}
.cid-tjpRstOyz3 H3 {
  color: #232323;
}
.cid-tjpRstOyz3 H1 {
  color: #232323;
}
.cid-tjpRsu12iS {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tjpRsu12iS .image-block {
  margin: auto;
}
.cid-tjpRsu12iS figcaption {
  position: relative;
}
.cid-tjpRsu12iS figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjpRsu12iS .image-block {
    width: 100% !important;
  }
}
.cid-tjpRsucupG {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-tjpRsucupG .image-block {
  margin: auto;
}
.cid-tjpRsucupG figcaption {
  position: relative;
}
.cid-tjpRsucupG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjpRsucupG .image-block {
    width: 100% !important;
  }
}
.cid-tjpRsuozef {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tjpRsuozef H1 {
  color: #0d695c;
}
.cid-tjpRsuozef .mbr-text,
.cid-tjpRsuozef .mbr-section-btn {
  color: #465052;
}
.cid-tjpRsuozef H3 {
  color: #ffffff;
  text-align: center;
}
.cid-tjpRsuChSr {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0d695c;
}
.cid-tjpRsuChSr .mbr-section-subtitle {
  color: #232323;
  text-align: center;
  font-weight: 300;
}
.cid-tjpRsuChSr .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tjpRsuChSr .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-tjpRsuChSr .separline {
  position: relative;
}
.cid-tjpRsuChSr .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tjpRsuChSr .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-tjpRsuChSr .mbr-step-title {
  color: #ffffff;
}
.cid-tjpRsuChSr .mbr-section-title {
  color: #ffffff;
}
.cid-tjpRsuChSr .mbr-step-text {
  color: #ffffff;
}
.cid-to8jcEuiwJ {
  background: #efefef;
  padding-top: 60px;
  padding-bottom: 0px;
}
.cid-to8jcEuiwJ .image-block {
  margin: auto;
}
.cid-to8jcEuiwJ figcaption {
  position: relative;
}
.cid-to8jcEuiwJ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-to8jcEuiwJ .image-block {
    width: 100% !important;
  }
}
.cid-to8jdiE7vn {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-to8jdiE7vn .mbr-section-subtitle {
  color: #000000;
}
.cid-to8jdiE7vn H2 {
  color: #232323;
}
.cid-to8jdLrRnu {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-to8jdLrRnu .mbr-section-subtitle {
  color: #000000;
}
.cid-to8jdLrRnu H2 {
  color: #232323;
}
.cid-tjpRswI2oH {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjpRswI2oH P {
  color: #767676;
}
.cid-tjpRswI2oH .mbr-text,
.cid-tjpRswI2oH .mbr-section-btn {
  color: #0c1926;
}
.cid-tjpRswI2oH H3 {
  color: #000000;
}
.cid-tjpRswI2oH H1 {
  color: #0d695c;
}
.cid-tjpRsx1vTV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjpRsx1vTV .mbr-section-subtitle {
  color: #232323;
}
.cid-tjpRsx1vTV H2 {
  color: #0d695c;
}
.cid-tjpRsxeTO5 {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-tjpRsxeTO5 .image-block {
  margin: auto;
}
.cid-tjpRsxeTO5 figcaption {
  position: relative;
}
.cid-tjpRsxeTO5 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjpRsxeTO5 .image-block {
    width: 100% !important;
  }
}
.cid-tjpRsxrOiX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjpRsxrOiX P {
  color: #767676;
}
.cid-tjpRsxrOiX .mbr-text,
.cid-tjpRsxrOiX .mbr-section-btn {
  color: #465052;
}
.cid-tjpRsxrOiX H3 {
  color: #232323;
}
.cid-tjpRsxrOiX H1 {
  color: #232323;
}
.cid-tjpRsxMxA4 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tjpRsxMxA4 .image-block {
  margin: auto;
}
.cid-tjpRsxMxA4 figcaption {
  position: relative;
}
.cid-tjpRsxMxA4 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjpRsxMxA4 .image-block {
    width: 100% !important;
  }
}
.cid-tjpRsy0iC9 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-tjpRsy0iC9 .image-block {
  margin: auto;
}
.cid-tjpRsy0iC9 figcaption {
  position: relative;
}
.cid-tjpRsy0iC9 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjpRsy0iC9 .image-block {
    width: 100% !important;
  }
}
.cid-to8jnT8czY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-to8jnT8czY .mbr-section-subtitle {
  color: #232323;
}
.cid-to8jnT8czY H2 {
  color: #ffffff;
}
.cid-tjpTLp9NPi {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjpTLp9NPi .mbr-section-subtitle {
  color: #5b686b;
}
.cid-tjpTLp9NPi H2 {
  color: #122230;
}
.cid-tjpTLpkGrS {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tjpTLpkGrS .mbr-section-subtitle {
  color: #8f0000;
}
.cid-tjpTLpkGrS H2 {
  text-align: center;
}
.cid-tjpTLpuXof {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjpTLpuXof .mbr-section-subtitle {
  color: #767676;
}
.cid-tjpTLpuXof H2 {
  color: #465052;
  text-align: left;
}
.cid-tjpTLpFpPD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjpTLpFpPD .mbr-text,
.cid-tjpTLpFpPD blockquote {
  color: #767676;
}
.cid-tjpTLpFpPD .mbr-text {
  color: #232323;
}
.cid-tjpTLpQ0wJ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjpTLpQ0wJ .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-tjpTLpQ0wJ H2 {
  color: #465052;
  text-align: left;
}
.cid-tjpTLq1kYq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjpTLq1kYq .mbr-text,
.cid-tjpTLq1kYq blockquote {
  color: #767676;
}
.cid-tjpTLq1kYq .mbr-text {
  color: #232323;
}
.cid-tjpVuhwUrG {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tjpVuhwUrG .image-block {
  margin: auto;
}
.cid-tjpVuhwUrG figcaption {
  position: relative;
}
.cid-tjpVuhwUrG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjpVuhwUrG .image-block {
    width: 100% !important;
  }
}
.cid-tjpTLqcrbJ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjpTLqcrbJ .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-tjpTLqcrbJ H2 {
  color: #465052;
  text-align: left;
}
.cid-tjpTLqnMmI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjpTLqnMmI .mbr-text,
.cid-tjpTLqnMmI blockquote {
  color: #767676;
}
.cid-tjpTLqnMmI .mbr-text {
  color: #232323;
}
.cid-tjpTLqzxfP {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjpTLqzxfP .mbr-section-subtitle {
  color: #767676;
  text-align: left;
}
.cid-tjpTLqzxfP H2 {
  color: #465052;
  text-align: left;
}
.cid-tjpTLqMu9O {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjpTLqMu9O .mbr-text,
.cid-tjpTLqMu9O blockquote {
  color: #767676;
}
.cid-tjpTLqMu9O .mbr-text {
  color: #232323;
}
.cid-to2q8YQUhS {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-to2q8YQUhS .mbr-section-subtitle {
  color: #1a3246;
}
.cid-to2q8YQUhS H2 {
  color: #000000;
}
.cid-tjpVWEFgo3 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-tjpVWEFgo3 .image-block {
  margin: auto;
}
.cid-tjpVWEFgo3 figcaption {
  position: relative;
}
.cid-tjpVWEFgo3 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjpVWEFgo3 .image-block {
    width: 100% !important;
  }
}
.cid-to2qePwXTV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-to2qePwXTV .mbr-section-subtitle {
  color: #232323;
}
.cid-to2qePwXTV H2 {
  color: #ffffff;
}
.cid-tjvsPnJwnC {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-tjvsPnJwnC .image-block {
  margin: auto;
}
.cid-tjvsPnJwnC figcaption {
  position: relative;
}
.cid-tjvsPnJwnC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjvsPnJwnC .image-block {
    width: 100% !important;
  }
}
.cid-tjvsPnVlrF {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjvsPnVlrF H1 {
  color: #5b686b;
}
.cid-tjvsPnVlrF .mbr-text,
.cid-tjvsPnVlrF .mbr-section-btn {
  color: #000000;
}
.cid-tjvsPnVlrF H3 {
  color: #000000;
}
.cid-tjvsPo9xo1 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tjvsPo9xo1 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tjvsPo9xo1 .video-block {
    width: 100% !important;
  }
}
.cid-ttiV37t6o2 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttiV37t6o2 .mbr-section-subtitle {
  color: #232323;
}
.cid-ttiV37t6o2 H2 {
  color: #000000;
}
.cid-ttiV4apEdR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttiV4apEdR .mbr-section-subtitle {
  color: #000000;
}
.cid-ttiV4apEdR H2 {
  color: #232323;
}
.cid-ttiV4SCpw3 {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 45px;
}
.cid-ttiV4SCpw3 .image-block {
  margin: auto;
}
.cid-ttiV4SCpw3 figcaption {
  position: relative;
}
.cid-ttiV4SCpw3 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiV4SCpw3 .image-block {
    width: 100% !important;
  }
}
.cid-tjvsPq5i2C {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tjvsPq5i2C .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tjvsPq5i2C H2 {
  color: #ffffff;
}
.cid-to8mHcREVQ {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #232323;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-to8mHcREVQ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-to8mHcREVQ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-to8mHcREVQ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-to8mHcREVQ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-to8mHcREVQ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-to8mHcREVQ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-to8mHcREVQ .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-to8mHcREVQ .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-to8mHcREVQ .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #ffffff !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tjvsPoHYXc {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tjvsPoHYXc .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tjvsPoHYXc H2 {
  color: #0c1926;
}
.cid-tjvsPp6mk1 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tjvsPp6mk1 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tjvsPp6mk1 H2 {
  color: #232323;
}
.cid-tjvsPph0hX {
  background: #000000;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-tjvsPph0hX .image-block {
  margin: auto;
}
.cid-tjvsPph0hX figcaption {
  position: relative;
}
.cid-tjvsPph0hX figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjvsPph0hX .image-block {
    width: 100% !important;
  }
}
.cid-tjvsPptxNT {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tjvsPptxNT .image-block {
  margin: auto;
}
.cid-tjvsPptxNT figcaption {
  position: relative;
}
.cid-tjvsPptxNT figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjvsPptxNT .image-block {
    width: 100% !important;
  }
}
.cid-ttiRwZOmP4 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-ttiRwZOmP4 .image-block {
  margin: auto;
}
.cid-ttiRwZOmP4 figcaption {
  position: relative;
}
.cid-ttiRwZOmP4 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiRwZOmP4 .image-block {
    width: 100% !important;
  }
}
.cid-tjvsPpRgFu {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tjvsPpRgFu P {
  color: #767676;
}
.cid-tjvsPpRgFu .mbr-text,
.cid-tjvsPpRgFu .mbr-section-btn {
  color: #465052;
}
.cid-tjvsPpRgFu H3 {
  color: #232323;
}
.cid-tjvsPpRgFu H1 {
  color: #ffffff;
}
.cid-tjvsPqEttG {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #3a3939;
}
.cid-tjvsPqEttG .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tjvsPqEttG H2 {
  color: #ffffff;
}
.cid-ttiPfbfedJ {
  background: #3a3939;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-ttiPfbfedJ .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ttiPfbfedJ .video-block {
    width: 100% !important;
  }
}
.cid-tjvsPqRlhS {
  background: #3a3939;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-tjvsPqRlhS .image-block {
  margin: auto;
}
.cid-tjvsPqRlhS figcaption {
  position: relative;
}
.cid-tjvsPqRlhS figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjvsPqRlhS .image-block {
    width: 100% !important;
  }
}
.cid-tjvsPr4wPS {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #3a3939;
}
.cid-tjvsPr4wPS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tjvsPr4wPS H2 {
  color: #ffffff;
}
.cid-tjvsPrhipf {
  background: #3a3939;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tjvsPrhipf .image-block {
  margin: auto;
}
.cid-tjvsPrhipf figcaption {
  position: relative;
}
.cid-tjvsPrhipf figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjvsPrhipf .image-block {
    width: 100% !important;
  }
}
.cid-tjvsPruLFA {
  background: #3a3939;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tjvsPruLFA .image-block {
  margin: auto;
}
.cid-tjvsPruLFA figcaption {
  position: relative;
}
.cid-tjvsPruLFA figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjvsPruLFA .image-block {
    width: 100% !important;
  }
}
.cid-ttdQp5s72f {
  background: #3a3939;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-ttdQp5s72f .image-block {
  margin: auto;
}
.cid-ttdQp5s72f figcaption {
  position: relative;
}
.cid-ttdQp5s72f figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttdQp5s72f .image-block {
    width: 100% !important;
  }
}
.cid-tjvsPs2O2T {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tjvsPs2O2T .mbr-section-subtitle {
  color: #000000;
}
.cid-tjvsPs2O2T H2 {
  text-align: center;
  color: #122230;
}
.cid-tjvsPsfPko {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tjvsPsfPko h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tjvsPsfPko p {
  color: #767676;
  text-align: left;
}
.cid-tjvsPsfPko .card-box {
  padding-top: 2rem;
}
.cid-tjvsPsfPko .card-wrapper {
  height: 100%;
}
.cid-tjvsPsfPko P {
  text-align: center;
  color: #000000;
}
.cid-tjvsPsfPko .card-title {
  text-align: center;
  color: #000000;
}
.cid-tjvsPszjsF {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tjvsPszjsF .mbr-section-subtitle {
  color: #232323;
}
.cid-tjvsPszjsF H2 {
  color: #ffffff;
}
.cid-tjvsPsMWfj {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tjvsPsMWfj .image-block {
  margin: auto;
}
.cid-tjvsPsMWfj figcaption {
  position: relative;
}
.cid-tjvsPsMWfj figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjvsPsMWfj .image-block {
    width: 100% !important;
  }
}
.cid-tjvsPt2idE {
  background: #232323;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-tjvsPt2idE .image-block {
  margin: auto;
}
.cid-tjvsPt2idE figcaption {
  position: relative;
}
.cid-tjvsPt2idE figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjvsPt2idE .image-block {
    width: 100% !important;
  }
}
.cid-tjvsPthGTQ {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-tjvsPthGTQ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tjvsPthGTQ H2 {
  color: #ffffff;
}
.cid-to2sgoo8vV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-to2sgoo8vV .mbr-section-subtitle {
  color: #232323;
}
.cid-to2sgoo8vV H2 {
  color: #ffffff;
}
.cid-tjvqb40MEF {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-tjvqb40MEF .image-block {
  margin: auto;
}
.cid-tjvqb40MEF figcaption {
  position: relative;
}
.cid-tjvqb40MEF figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjvqb40MEF .image-block {
    width: 100% !important;
  }
}
.cid-tjvqb4ga7n {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjvqb4ga7n H1 {
  color: #5b686b;
}
.cid-tjvqb4ga7n .mbr-text,
.cid-tjvqb4ga7n .mbr-section-btn {
  color: #000000;
}
.cid-tjvqb4ga7n H3 {
  color: #000000;
}
.cid-tjvqb4vGYW {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tjvqb4vGYW .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tjvqb4vGYW .video-block {
    width: 100% !important;
  }
}
.cid-ttiUYa4osH {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttiUYa4osH .mbr-section-subtitle {
  color: #232323;
}
.cid-ttiUYa4osH H2 {
  color: #000000;
}
.cid-ttiUYOKWFX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttiUYOKWFX .mbr-section-subtitle {
  color: #000000;
}
.cid-ttiUYOKWFX H2 {
  color: #232323;
}
.cid-ttiUZGAZhL {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-ttiUZGAZhL .image-block {
  margin: auto;
}
.cid-ttiUZGAZhL figcaption {
  position: relative;
}
.cid-ttiUZGAZhL figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiUZGAZhL .image-block {
    width: 100% !important;
  }
}
.cid-tjvqb5d3xr {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tjvqb5d3xr .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tjvqb5d3xr H2 {
  color: #0c1926;
}
.cid-tjvqb5z8jz {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tjvqb5z8jz .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tjvqb5z8jz H2 {
  color: #232323;
}
.cid-tjvqb5Od8y {
  background: #232323;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-tjvqb5Od8y .image-block {
  margin: auto;
}
.cid-tjvqb5Od8y figcaption {
  position: relative;
}
.cid-tjvqb5Od8y figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjvqb5Od8y .image-block {
    width: 100% !important;
  }
}
.cid-tjvqb60OXZ {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tjvqb60OXZ .image-block {
  margin: auto;
}
.cid-tjvqb60OXZ figcaption {
  position: relative;
}
.cid-tjvqb60OXZ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjvqb60OXZ .image-block {
    width: 100% !important;
  }
}
.cid-ttiRhR08Xe {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-ttiRhR08Xe .image-block {
  margin: auto;
}
.cid-ttiRhR08Xe figcaption {
  position: relative;
}
.cid-ttiRhR08Xe figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiRhR08Xe .image-block {
    width: 100% !important;
  }
}
.cid-tjvqb6nOGd {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tjvqb6nOGd P {
  color: #767676;
}
.cid-tjvqb6nOGd .mbr-text,
.cid-tjvqb6nOGd .mbr-section-btn {
  color: #465052;
}
.cid-tjvqb6nOGd H3 {
  color: #232323;
}
.cid-tjvqb6nOGd H1 {
  color: #ffffff;
}
.cid-tjvqb6Cfi0 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjvqb6Cfi0 .mbr-section-subtitle {
  color: #000000;
}
.cid-tjvqb6Cfi0 H2 {
  color: #122230;
}
.cid-to8mSaPbxq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-to8mSaPbxq .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-to8mSaPbxq .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-to8mSaPbxq .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-to8mSaPbxq .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-to8mSaPbxq .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-to8mSaPbxq .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-to8mSaPbxq .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-to8mSaPbxq .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-to8mSaPbxq .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #ffffff !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-ttiRLY4Wt3 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #3a3939;
}
.cid-ttiRLY4Wt3 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ttiRLY4Wt3 H2 {
  color: #ffffff;
}
.cid-ttiRMnC0xZ {
  background: #3a3939;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-ttiRMnC0xZ .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ttiRMnC0xZ .video-block {
    width: 100% !important;
  }
}
.cid-ttiRMWVbld {
  background: #3a3939;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-ttiRMWVbld .image-block {
  margin: auto;
}
.cid-ttiRMWVbld figcaption {
  position: relative;
}
.cid-ttiRMWVbld figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiRMWVbld .image-block {
    width: 100% !important;
  }
}
.cid-ttiRNq02bT {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #3a3939;
}
.cid-ttiRNq02bT .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ttiRNq02bT H2 {
  color: #ffffff;
}
.cid-ttiRNY1vrw {
  background: #3a3939;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-ttiRNY1vrw .image-block {
  margin: auto;
}
.cid-ttiRNY1vrw figcaption {
  position: relative;
}
.cid-ttiRNY1vrw figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiRNY1vrw .image-block {
    width: 100% !important;
  }
}
.cid-ttiROpLsIw {
  background: #3a3939;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-ttiROpLsIw .image-block {
  margin: auto;
}
.cid-ttiROpLsIw figcaption {
  position: relative;
}
.cid-ttiROpLsIw figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiROpLsIw .image-block {
    width: 100% !important;
  }
}
.cid-ttiROYuQ1O {
  background: #3a3939;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-ttiROYuQ1O .image-block {
  margin: auto;
}
.cid-ttiROYuQ1O figcaption {
  position: relative;
}
.cid-ttiROYuQ1O figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiROYuQ1O .image-block {
    width: 100% !important;
  }
}
.cid-ttiU0HjzkW {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttiU0HjzkW .mbr-section-subtitle {
  color: #000000;
}
.cid-ttiU0HjzkW H2 {
  text-align: center;
  color: #000000;
}
.cid-ttiScjU6eo {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ttiScjU6eo h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-ttiScjU6eo p {
  color: #767676;
  text-align: left;
}
.cid-ttiScjU6eo .card-box {
  padding-top: 2rem;
}
.cid-ttiScjU6eo .card-wrapper {
  height: 100%;
}
.cid-ttiScjU6eo P {
  text-align: center;
  color: #000000;
}
.cid-ttiScjU6eo .card-title {
  text-align: center;
  color: #000000;
}
.cid-ttiS7WwUy4 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-ttiS7WwUy4 .mbr-section-subtitle {
  color: #232323;
}
.cid-ttiS7WwUy4 H2 {
  color: #ffffff;
}
.cid-ttiS8BLoqj {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-ttiS8BLoqj .image-block {
  margin: auto;
}
.cid-ttiS8BLoqj figcaption {
  position: relative;
}
.cid-ttiS8BLoqj figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiS8BLoqj .image-block {
    width: 100% !important;
  }
}
.cid-ttiS96SQPJ {
  background: #232323;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-ttiS96SQPJ .image-block {
  margin: auto;
}
.cid-ttiS96SQPJ figcaption {
  position: relative;
}
.cid-ttiS96SQPJ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiS96SQPJ .image-block {
    width: 100% !important;
  }
}
.cid-ttiS9GNNbC {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-ttiS9GNNbC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ttiS9GNNbC H2 {
  color: #ffffff;
}
.cid-to2syoa3d6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-to2syoa3d6 .mbr-section-subtitle {
  color: #232323;
}
.cid-to2syoa3d6 H2 {
  color: #ffffff;
}
.cid-tjusytCikb {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-tjusytCikb .image-block {
  margin: auto;
}
.cid-tjusytCikb figcaption {
  position: relative;
}
.cid-tjusytCikb figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjusytCikb .image-block {
    width: 100% !important;
  }
}
.cid-tjusyu0oQb {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjusyu0oQb H1 {
  color: #5b686b;
}
.cid-tjusyu0oQb .mbr-text,
.cid-tjusyu0oQb .mbr-section-btn {
  color: #000000;
}
.cid-tjusyu0oQb H3 {
  color: #000000;
}
.cid-tjusyuhcqx {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tjusyuhcqx .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tjusyuhcqx .video-block {
    width: 100% !important;
  }
}
.cid-ttiUKrieBE {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttiUKrieBE .mbr-section-subtitle {
  color: #232323;
}
.cid-ttiUKrieBE H2 {
  color: #000000;
}
.cid-ttiUrzDb76 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttiUrzDb76 .mbr-section-subtitle {
  color: #000000;
}
.cid-ttiUrzDb76 H2 {
  color: #232323;
}
.cid-tjusyuIUKw {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-tjusyuIUKw .image-block {
  margin: auto;
}
.cid-tjusyuIUKw figcaption {
  position: relative;
}
.cid-tjusyuIUKw figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjusyuIUKw .image-block {
    width: 100% !important;
  }
}
.cid-tjuRZrP234 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #3a3939;
}
.cid-tjuRZrP234 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tjuRZrP234 H2 {
  color: #0c1926;
}
.cid-tjvk05VNnT {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #3a3939;
}
.cid-tjvk05VNnT .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tjvk05VNnT H2 {
  color: #232323;
}
.cid-tjuQmDdfLv {
  background: #3a3939;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-tjuQmDdfLv .image-block {
  margin: auto;
}
.cid-tjuQmDdfLv figcaption {
  position: relative;
}
.cid-tjuQmDdfLv figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjuQmDdfLv .image-block {
    width: 100% !important;
  }
}
.cid-tjuOrZq2It {
  background: #3a3939;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tjuOrZq2It .image-block {
  margin: auto;
}
.cid-tjuOrZq2It figcaption {
  position: relative;
}
.cid-tjuOrZq2It figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjuOrZq2It .image-block {
    width: 100% !important;
  }
}
.cid-ttiTGgBQmn {
  background: #3a3939;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-ttiTGgBQmn .image-block {
  margin: auto;
}
.cid-ttiTGgBQmn figcaption {
  position: relative;
}
.cid-ttiTGgBQmn figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiTGgBQmn .image-block {
    width: 100% !important;
  }
}
.cid-tjuQACp1jc {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #3a3939;
}
.cid-tjuQACp1jc P {
  color: #767676;
}
.cid-tjuQACp1jc .mbr-text,
.cid-tjuQACp1jc .mbr-section-btn {
  color: #465052;
}
.cid-tjuQACp1jc H3 {
  color: #232323;
}
.cid-tjuQACp1jc H1 {
  color: #ffffff;
}
.cid-tjuSVn3yxO {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjuSVn3yxO .mbr-section-subtitle {
  color: #465052;
}
.cid-tjuSVn3yxO H2 {
  color: #122230;
}
.cid-to8n1VceW5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-to8n1VceW5 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-to8n1VceW5 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-to8n1VceW5 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-to8n1VceW5 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-to8n1VceW5 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-to8n1VceW5 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-to8n1VceW5 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-to8n1VceW5 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-to8n1VceW5 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #ffffff !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-ttiTTCsmtR {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #3a3939;
}
.cid-ttiTTCsmtR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ttiTTCsmtR H2 {
  color: #ffffff;
}
.cid-ttiTU5reZp {
  background: #3a3939;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-ttiTU5reZp .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ttiTU5reZp .video-block {
    width: 100% !important;
  }
}
.cid-ttiTUA1Gju {
  background: #3a3939;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-ttiTUA1Gju .image-block {
  margin: auto;
}
.cid-ttiTUA1Gju figcaption {
  position: relative;
}
.cid-ttiTUA1Gju figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiTUA1Gju .image-block {
    width: 100% !important;
  }
}
.cid-ttiTV3KGUG {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #3a3939;
}
.cid-ttiTV3KGUG .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ttiTV3KGUG H2 {
  color: #ffffff;
}
.cid-ttiTVu57qA {
  background: #3a3939;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-ttiTVu57qA .image-block {
  margin: auto;
}
.cid-ttiTVu57qA figcaption {
  position: relative;
}
.cid-ttiTVu57qA figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiTVu57qA .image-block {
    width: 100% !important;
  }
}
.cid-ttiTVPZNnt {
  background: #3a3939;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-ttiTVPZNnt .image-block {
  margin: auto;
}
.cid-ttiTVPZNnt figcaption {
  position: relative;
}
.cid-ttiTVPZNnt figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiTVPZNnt .image-block {
    width: 100% !important;
  }
}
.cid-ttiTWHprxS {
  background: #3a3939;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-ttiTWHprxS .image-block {
  margin: auto;
}
.cid-ttiTWHprxS figcaption {
  position: relative;
}
.cid-ttiTWHprxS figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiTWHprxS .image-block {
    width: 100% !important;
  }
}
.cid-tjusyvTLSa {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tjusyvTLSa .mbr-section-subtitle {
  color: #000000;
}
.cid-tjusyvTLSa H2 {
  text-align: center;
  color: #000000;
}
.cid-to8n5xuUPQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-to8n5xuUPQ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-to8n5xuUPQ p {
  color: #767676;
  text-align: left;
}
.cid-to8n5xuUPQ .card-box {
  padding-top: 2rem;
}
.cid-to8n5xuUPQ .card-wrapper {
  height: 100%;
}
.cid-to8n5xuUPQ P {
  text-align: center;
  color: #000000;
}
.cid-to8n5xuUPQ .card-title {
  text-align: center;
  color: #232323;
}
.cid-ttiTQ2abEC {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-ttiTQ2abEC .mbr-section-subtitle {
  color: #232323;
}
.cid-ttiTQ2abEC H2 {
  color: #ffffff;
}
.cid-ttiTQtUKZS {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-ttiTQtUKZS .image-block {
  margin: auto;
}
.cid-ttiTQtUKZS figcaption {
  position: relative;
}
.cid-ttiTQtUKZS figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiTQtUKZS .image-block {
    width: 100% !important;
  }
}
.cid-ttiTQWGVuj {
  background: #232323;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-ttiTQWGVuj .image-block {
  margin: auto;
}
.cid-ttiTQWGVuj figcaption {
  position: relative;
}
.cid-ttiTQWGVuj figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiTQWGVuj .image-block {
    width: 100% !important;
  }
}
.cid-ttiTRoVz75 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-ttiTRoVz75 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ttiTRoVz75 H2 {
  color: #ffffff;
}
.cid-to2sIQPcFl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-to2sIQPcFl .mbr-section-subtitle {
  color: #232323;
}
.cid-to2sIQPcFl H2 {
  color: #ffffff;
}
.cid-sCBHHOTVib {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #bd0000;
}
.cid-sCBHHOTVib .mbr-section-subtitle {
  color: #abff00;
}
.cid-sCBHHOTVib H2 {
  color: #ffffff;
}
.cid-sCA4huSF9q {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCA4huSF9q H1 {
  color: #7f1933;
}
.cid-sCA4huSF9q .mbr-text,
.cid-sCA4huSF9q .mbr-section-btn {
  color: #029c86;
}
.cid-sCA4huSF9q H3 {
  color: #073b4c;
  text-align: center;
}
.cid-tg1sj1BMLP {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tg1sj1BMLP .image-block {
  margin: auto;
}
.cid-tg1sj1BMLP figcaption {
  position: relative;
}
.cid-tg1sj1BMLP figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tg1sj1BMLP .image-block {
    width: 100% !important;
  }
}
.cid-sCAisEuAhN {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-sCAisEuAhN .image-block {
  margin: auto;
}
.cid-sCAisEuAhN figcaption {
  position: relative;
}
.cid-sCAisEuAhN figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sCAisEuAhN .image-block {
    width: 100% !important;
  }
}
.cid-sCA4hthXVJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCA4hthXVJ H1 {
  color: #5b686b;
}
.cid-sCA4hthXVJ .mbr-text,
.cid-sCA4hthXVJ .mbr-section-btn {
  color: #232323;
}
.cid-sCA4hthXVJ H3 {
  color: #232323;
}
.cid-sCBEmsJraX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCBEmsJraX P {
  color: #767676;
}
.cid-sCBEmsJraX .mbr-text,
.cid-sCBEmsJraX .mbr-section-btn {
  color: #029c86;
}
.cid-sCBEmsJraX H3 {
  color: #000000;
}
.cid-sCBEmsJraX H1 {
  color: #073b4c;
}
.cid-sCNbabukSS {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-sCNbabukSS .image-block {
  margin: auto;
}
.cid-sCNbabukSS figcaption {
  position: relative;
}
.cid-sCNbabukSS figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sCNbabukSS .image-block {
    width: 100% !important;
  }
}
.cid-tg1pUmXWEN {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tg1pUmXWEN .mbr-section-subtitle {
  color: #5b686b;
}
.cid-tg1pUmXWEN H2 {
  color: #073b4c;
}
.cid-tg1nKBD4bz {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tg1nKBD4bz .counter-container {
  color: #767676;
}
.cid-tg1nKBD4bz .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-tg1nKBD4bz .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tg1nKBD4bz .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
  position: relative;
}
.cid-tg1nKBD4bz .counter-container ol li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-tg1nKBD4bz .mbr-text {
  color: #000000;
}
.cid-sCAjRXXAXD {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sCAjRXXAXD .mbr-section-subtitle {
  color: #000000;
}
.cid-sCAjRXXAXD H2 {
  color: #073b4c;
}
.cid-sCAhYo6ACO {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-sCAhYo6ACO .image-block {
  margin: auto;
}
.cid-sCAhYo6ACO figcaption {
  position: relative;
}
.cid-sCAhYo6ACO figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sCAhYo6ACO .image-block {
    width: 100% !important;
  }
}
.cid-sCA4hqr4Oe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCA4hqr4Oe P {
  color: #767676;
}
.cid-sCA4hqr4Oe .mbr-text,
.cid-sCA4hqr4Oe .mbr-section-btn {
  color: #465052;
}
.cid-sCA4hqr4Oe H3 {
  color: #232323;
}
.cid-sCA4hqr4Oe H1 {
  color: #232323;
}
.cid-sCNbTbZxxD {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sCNbTbZxxD .image-block {
  margin: auto;
}
.cid-sCNbTbZxxD figcaption {
  position: relative;
}
.cid-sCNbTbZxxD figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sCNbTbZxxD .image-block {
    width: 100% !important;
  }
}
.cid-sCA4hqGLsI {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-sCA4hqGLsI .image-block {
  margin: auto;
}
.cid-sCA4hqGLsI figcaption {
  position: relative;
}
.cid-sCA4hqGLsI figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sCA4hqGLsI .image-block {
    width: 100% !important;
  }
}
.cid-to2dpHQ2Xl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-to2dpHQ2Xl .mbr-section-subtitle {
  color: #232323;
}
.cid-to2dpHQ2Xl H2 {
  color: #ffffff;
}
.cid-to74JZzAjq {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 0px;
}
.cid-to74JZzAjq .image-block {
  margin: auto;
}
.cid-to74JZzAjq figcaption {
  position: relative;
}
.cid-to74JZzAjq figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-to74JZzAjq .image-block {
    width: 100% !important;
  }
}
.cid-to74JZTySf {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-to74JZTySf .mbr-section-subtitle {
  color: #232323;
}
.cid-to74JZTySf H2 {
  color: #000000;
}
.cid-to74K0aHFb {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-to74K0aHFb .mbr-section-subtitle {
  color: #000000;
}
.cid-to74K0aHFb H2 {
  color: #000000;
  text-align: center;
}
.cid-to7bKN8YnG {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-to7bKN8YnG .image-block {
  margin: auto;
}
.cid-to7bKN8YnG figcaption {
  position: relative;
}
.cid-to7bKN8YnG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-to7bKN8YnG .image-block {
    width: 100% !important;
  }
}
.cid-to74K0UFzg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-to74K0UFzg .mbr-section-subtitle {
  color: #232323;
}
.cid-to74K0UFzg H2 {
  color: #ffffff;
}
.cid-toYoKmFcoO {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/teenbrain-2b1-1000x560.jpg");
}
.cid-toYoKmFcoO .mbr-text,
.cid-toYoKmFcoO .mbr-section-btn {
  color: #ffffff;
}
.cid-toYoKmFcoO H3 {
  color: #ddff55;
}
.cid-toYr1QRnri {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #7f1933;
}
.cid-toYr1QRnri .mbr-text,
.cid-toYr1QRnri .mbr-section-btn {
  color: #ffffff;
}
.cid-toYr1QRnri H3 {
  color: #ddff55;
}
.cid-toYoKn484K {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-toYoKn484K .mbr-section-subtitle {
  color: #232323;
}
.cid-toYoKn484K H2 {
  color: #ffffff;
}
.cid-toYoKn484K H4 {
  color: #ffffff;
}
.cid-tjvFadmrMl {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-tjvFadmrMl .image-block {
  margin: auto;
}
.cid-tjvFadmrMl figcaption {
  position: relative;
}
.cid-tjvFadmrMl figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjvFadmrMl .image-block {
    width: 100% !important;
  }
}
.cid-tjvFadDGGC {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjvFadDGGC H1 {
  color: #5b686b;
}
.cid-tjvFadDGGC .mbr-text,
.cid-tjvFadDGGC .mbr-section-btn {
  color: #000000;
}
.cid-tjvFadDGGC H3 {
  color: #000000;
}
.cid-tjvFadU67m {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tjvFadU67m .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tjvFadU67m .video-block {
    width: 100% !important;
  }
}
.cid-tjvS9BLWBB {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjvS9BLWBB H1 {
  color: #000000;
}
.cid-tjvS9BLWBB .mbr-text,
.cid-tjvS9BLWBB .mbr-section-btn {
  color: #232323;
}
.cid-tjvS9BLWBB H3 {
  color: #000000;
}
.cid-tjvFaeqPGL {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-tjvFaeqPGL .image-block {
  margin: auto;
}
.cid-tjvFaeqPGL figcaption {
  position: relative;
}
.cid-tjvFaeqPGL figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjvFaeqPGL .image-block {
    width: 100% !important;
  }
}
.cid-tjvFaeBIVd {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tjvFaeBIVd .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tjvFaeBIVd H2 {
  color: #0c1926;
}
.cid-tjvFaeNjPa {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tjvFaeNjPa .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tjvFaeNjPa H2 {
  color: #232323;
}
.cid-tjvFaeZn2j {
  background: #232323;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-tjvFaeZn2j .image-block {
  margin: auto;
}
.cid-tjvFaeZn2j figcaption {
  position: relative;
}
.cid-tjvFaeZn2j figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjvFaeZn2j .image-block {
    width: 100% !important;
  }
}
.cid-tjvFafdDfz {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tjvFafdDfz .image-block {
  margin: auto;
}
.cid-tjvFafdDfz figcaption {
  position: relative;
}
.cid-tjvFafdDfz figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjvFafdDfz .image-block {
    width: 100% !important;
  }
}
.cid-ttoHCrickK {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-ttoHCrickK .image-block {
  margin: auto;
}
.cid-ttoHCrickK figcaption {
  position: relative;
}
.cid-ttoHCrickK figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttoHCrickK .image-block {
    width: 100% !important;
  }
}
.cid-tjvFafEySj {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tjvFafEySj P {
  color: #767676;
}
.cid-tjvFafEySj .mbr-text,
.cid-tjvFafEySj .mbr-section-btn {
  color: #465052;
}
.cid-tjvFafEySj H3 {
  color: #232323;
}
.cid-tjvFafEySj H1 {
  color: #ffffff;
}
.cid-tjvFafT8JJ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjvFafT8JJ .mbr-section-subtitle {
  color: #000000;
}
.cid-tjvFafT8JJ H2 {
  color: #000000;
}
.cid-to8nHsB8mn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-to8nHsB8mn .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-to8nHsB8mn .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-to8nHsB8mn .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-to8nHsB8mn .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-to8nHsB8mn .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-to8nHsB8mn .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-to8nHsB8mn .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-to8nHsB8mn .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-to8nHsB8mn .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #ffffff !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tjvFags7ZB {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-tjvFags7ZB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tjvFags7ZB H2 {
  color: #ffffff;
}
.cid-tjvFagFN0R {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tjvFagFN0R .image-block {
  margin: auto;
}
.cid-tjvFagFN0R figcaption {
  position: relative;
}
.cid-tjvFagFN0R figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjvFagFN0R .image-block {
    width: 100% !important;
  }
}
.cid-tjvFagRJ13 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-tjvFagRJ13 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tjvFagRJ13 H2 {
  color: #ffffff;
}
.cid-tjvFah6q99 {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tjvFah6q99 .image-block {
  margin: auto;
}
.cid-tjvFah6q99 figcaption {
  position: relative;
}
.cid-tjvFah6q99 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjvFah6q99 .image-block {
    width: 100% !important;
  }
}
.cid-tjvFahnevL {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tjvFahnevL .image-block {
  margin: auto;
}
.cid-tjvFahnevL figcaption {
  position: relative;
}
.cid-tjvFahnevL figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjvFahnevL .image-block {
    width: 100% !important;
  }
}
.cid-ttoI1rzZAR {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-ttoI1rzZAR .image-block {
  margin: auto;
}
.cid-ttoI1rzZAR figcaption {
  position: relative;
}
.cid-ttoI1rzZAR figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttoI1rzZAR .image-block {
    width: 100% !important;
  }
}
.cid-to8nOlpiUM {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-to8nOlpiUM .mbr-section-subtitle {
  color: #000000;
}
.cid-to8nOlpiUM H2 {
  text-align: center;
  color: #000000;
}
.cid-tjvFai1ODG {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-tjvFai1ODG h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tjvFai1ODG p {
  color: #767676;
  text-align: left;
}
.cid-tjvFai1ODG .card-box {
  padding-top: 2rem;
}
.cid-tjvFai1ODG .card-wrapper {
  height: 100%;
}
.cid-tjvFai1ODG P {
  text-align: center;
  color: #232323;
}
.cid-tjvFai1ODG .card-title {
  text-align: center;
  color: #000000;
}
.cid-tjvFaim3tH {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #122230;
}
.cid-tjvFaim3tH .mbr-section-subtitle {
  color: #232323;
}
.cid-tjvFaim3tH H2 {
  color: #ffffff;
}
.cid-tjvFaiAhKC {
  background: #122230;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tjvFaiAhKC .image-block {
  margin: auto;
}
.cid-tjvFaiAhKC figcaption {
  position: relative;
}
.cid-tjvFaiAhKC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjvFaiAhKC .image-block {
    width: 100% !important;
  }
}
.cid-tjvFaiOOL3 {
  background: #122230;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-tjvFaiOOL3 .image-block {
  margin: auto;
}
.cid-tjvFaiOOL3 figcaption {
  position: relative;
}
.cid-tjvFaiOOL3 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjvFaiOOL3 .image-block {
    width: 100% !important;
  }
}
.cid-tjvFaj2AfM {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #122230;
}
.cid-tjvFaj2AfM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tjvFaj2AfM H2 {
  color: #ffffff;
}
.cid-to2sRrSGm7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-to2sRrSGm7 .mbr-section-subtitle {
  color: #232323;
}
.cid-to2sRrSGm7 H2 {
  color: #ffffff;
}
.cid-tprtCngfQr {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-tprtCngfQr .image-block {
  margin: auto;
}
.cid-tprtCngfQr figcaption {
  position: relative;
}
.cid-tprtCngfQr figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tprtCngfQr .image-block {
    width: 100% !important;
  }
}
.cid-tprtCnOQQ0 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tprtCnOQQ0 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tprtCnOQQ0 H2 {
  text-align: center;
  color: #626161;
}
.cid-tprtCnOQQ0 H1 {
  color: #939393;
}
.cid-tpy6fi2XzP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tpy6fi2XzP .mbr-section-subtitle {
  color: #ddff55;
}
.cid-tpy6fi2XzP H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tpy6fi2XzP H4 {
  color: #ffde00;
}
.cid-tpy47MhwzY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tpy47MhwzY .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tpy47MhwzY H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tpy47MhwzY H4 {
  color: #ffde00;
}
.cid-tpy677QOXI {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tpy677QOXI .mbr-section-subtitle {
  color: #ddff55;
}
.cid-tpy677QOXI H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tpy677QOXI H4 {
  color: #ffde00;
}
.cid-tprtCo93TK {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tprtCo93TK .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tprtCo93TK .video-block {
    width: 100% !important;
  }
}
.cid-tpy2ieaqIG {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-tpy2ieaqIG .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tpy2ieaqIG H2 {
  color: #ddff55;
}
.cid-tpy2ieaqIG H3 {
  color: #ffde00;
}
.cid-tpy2dkuggD {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tpy2dkuggD .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tpy2dkuggD H2 {
  color: #ddff55;
}
.cid-tpy2dkuggD H3 {
  color: #ddff55;
}
.cid-tpy2fCrlFI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tpy2fCrlFI .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tpy2fCrlFI .mbr-section-subtitle {
  text-align: center;
  color: #f7ed4a;
}
.cid-tprtCoYKRT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tprtCoYKRT .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tprtCoYKRT H2 {
  text-align: center;
  color: #6bd800;
}
.cid-tprtCp9Hkt {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tprtCp9Hkt .mbr-section-subtitle {
  color: #ddff55;
}
.cid-tprtCp9Hkt H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tprtCp9Hkt H4 {
  color: #ffde00;
}
.cid-tprtCplPaJ {
  background: #232323;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-tprtCplPaJ .image-block {
  margin: auto;
}
.cid-tprtCplPaJ figcaption {
  position: relative;
}
.cid-tprtCplPaJ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tprtCplPaJ .image-block {
    width: 100% !important;
  }
}
.cid-tprtCpwXx6 {
  background: #232323;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-tprtCpwXx6 .image-block {
  margin: auto;
}
.cid-tprtCpwXx6 figcaption {
  position: relative;
}
.cid-tprtCpwXx6 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tprtCpwXx6 .image-block {
    width: 100% !important;
  }
}
.cid-tprtCpG0QQ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tprtCpG0QQ .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tprtCpG0QQ H2 {
  color: #ffffff;
}
.cid-tprtCpG0QQ H4 {
  color: #ffffff;
}
.cid-tprtCpQyJC {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tprtCpQyJC .mbr-section-subtitle {
  color: #ddff55;
}
.cid-tprtCpQyJC H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tprtCpQyJC H4 {
  color: #ffffff;
}
.cid-tprtCq1hk8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tprtCq1hk8 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tprtCq1hk8 p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-tprtCq1hk8 .card-img {
  text-align: left;
  background-color: #303030;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3rem 2.5rem 0 2.5rem;
}
.cid-tprtCq1hk8 .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-tprtCq1hk8 .card-box {
  padding: 0rem 2.5rem 3rem 2.5rem;
  background-color: #303030;
}
.cid-tprtCq1hk8 P {
  text-align: center;
  color: #ffffff;
}
.cid-tprtCq1hk8 .card-title,
.cid-tprtCq1hk8 .card-img {
  text-align: center;
  color: #ddff55;
}
.cid-tprtCqm619 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tprtCqm619 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tprtCqm619 p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-tprtCqm619 .card-img {
  text-align: left;
  background-color: #303030;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3rem 2.5rem 0 2.5rem;
}
.cid-tprtCqm619 .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-tprtCqm619 .card-box {
  padding: 0rem 2.5rem 3rem 2.5rem;
  background-color: #303030;
}
.cid-tprtCqm619 P {
  text-align: center;
  color: #ffffff;
}
.cid-tprtCqm619 .card-title,
.cid-tprtCqm619 .card-img {
  text-align: center;
  color: #ddff55;
}
.cid-tprtCqIkki {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tprtCqIkki .mbr-section-title {
  text-align: center;
  color: #ddff55;
}
.cid-tprtCqIkki .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tprtCqVYdF {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tprtCqVYdF .image-block {
  margin: auto;
}
.cid-tprtCqVYdF figcaption {
  position: relative;
}
.cid-tprtCqVYdF figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tprtCqVYdF .image-block {
    width: 100% !important;
  }
}
.cid-tprtCr7RtK {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tprtCr7RtK .image-block {
  margin: auto;
}
.cid-tprtCr7RtK figcaption {
  position: relative;
}
.cid-tprtCr7RtK figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tprtCr7RtK .image-block {
    width: 100% !important;
  }
}
.cid-tprtCriMP7 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-tprtCriMP7 .image-block {
  margin: auto;
}
.cid-tprtCriMP7 figcaption {
  position: relative;
}
.cid-tprtCriMP7 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tprtCriMP7 .image-block {
    width: 100% !important;
  }
}
.cid-tprtCrsRy5 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tprtCrsRy5 .mbr-section-title {
  text-align: center;
  color: #ddff55;
}
.cid-tprtCrsRy5 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tprtCrFd3B {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tprtCrFd3B .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tprtCrFd3B .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tprtCrFd3B .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tprtCrFd3B .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tprtCrFd3B .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tprtCrFd3B .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tprtCrFd3B .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tprtCrFd3B .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tprtCrFd3B .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #ffffff !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tprtCs7CEq {
  background: #232323;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-tprtCs7CEq .image-block {
  margin: auto;
}
.cid-tprtCs7CEq figcaption {
  position: relative;
}
.cid-tprtCs7CEq figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tprtCs7CEq .image-block {
    width: 100% !important;
  }
}
.cid-tprtCsjPbH {
  background: #232323;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-tprtCsjPbH .image-block {
  margin: auto;
}
.cid-tprtCsjPbH figcaption {
  position: relative;
}
.cid-tprtCsjPbH figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tprtCsjPbH .image-block {
    width: 100% !important;
  }
}
.cid-tprtCsw6Ni {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tprtCsw6Ni .mbr-section-subtitle {
  color: #1a3246;
}
.cid-tprtCsw6Ni H2 {
  color: #ffffff;
}
.cid-tprtCsw6Ni H4 {
  color: #ffffff;
}
.cid-tprtCsIJ6P {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tprtCsIJ6P .mbr-section-title {
  text-align: center;
  color: #ffde00;
}
.cid-tprtCsIJ6P .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tprtCsVlWu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tprtCsVlWu .mbr-text {
  color: #767676;
}
.cid-tprtCsVlWu h4 {
  text-align: center;
}
.cid-tprtCsVlWu p {
  text-align: center;
}
.cid-tprtCsVlWu .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-tprtCsVlWu .card-title,
.cid-tprtCsVlWu .card-img {
  color: #ffffff;
}
.cid-tprtCti15V {
  background: #000000;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-tprtCti15V .image-block {
  margin: auto;
}
.cid-tprtCti15V figcaption {
  position: relative;
}
.cid-tprtCti15V figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tprtCti15V .image-block {
    width: 100% !important;
  }
}
.cid-tprtCtvm76 {
  background: #000000;
  padding-top: 15px;
  padding-bottom: 75px;
}
.cid-tprtCtvm76 .image-block {
  margin: auto;
}
.cid-tprtCtvm76 figcaption {
  position: relative;
}
.cid-tprtCtvm76 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tprtCtvm76 .image-block {
    width: 100% !important;
  }
}
.cid-tprtCtJXgV {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 0px;
}
.cid-tprtCtJXgV .image-block {
  margin: auto;
}
.cid-tprtCtJXgV figcaption {
  position: relative;
}
.cid-tprtCtJXgV figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tprtCtJXgV .image-block {
    width: 100% !important;
  }
}
.cid-tprtCtVkzn {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tprtCtVkzn .mbr-section-subtitle {
  color: #000000;
}
.cid-tprtCtVkzn H2 {
  color: #232323;
}
.cid-tprtCu7XNd {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tprtCu7XNd .mbr-section-subtitle {
  color: #000000;
}
.cid-tprtCu7XNd H2 {
  color: #232323;
}
.cid-tprtCuk0Lw {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-tprtCuk0Lw .image-block {
  margin: auto;
}
.cid-tprtCuk0Lw figcaption {
  position: relative;
}
.cid-tprtCuk0Lw figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tprtCuk0Lw .image-block {
    width: 100% !important;
  }
}
.cid-tprtCuxq5C {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tprtCuxq5C .mbr-section-subtitle {
  color: #000000;
}
.cid-tprtCuxq5C H2 {
  color: #ffffff;
}
.cid-tprtCuxq5C H3 {
  color: #ffffff;
}
.cid-tprtCuJjFY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tprtCuJjFY h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tprtCuJjFY p {
  color: #767676;
  text-align: left;
}
.cid-tprtCuJjFY .card-box {
  padding-top: 2rem;
}
.cid-tprtCuJjFY .card-wrapper {
  height: 100%;
}
.cid-tprtCuJjFY P {
  text-align: center;
  color: #ffffff;
}
.cid-tprtCuJjFY .card-title {
  text-align: center;
  color: #ddff55;
}
.cid-tprtCv4liO {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tprtCv4liO .image-block {
  margin: auto;
}
.cid-tprtCv4liO figcaption {
  position: relative;
}
.cid-tprtCv4liO figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tprtCv4liO .image-block {
    width: 100% !important;
  }
}
.cid-tprtCvirt1 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tprtCvirt1 .mbr-section-subtitle {
  color: #1a3246;
}
.cid-tprtCvirt1 H2 {
  color: #ffffff;
}
.cid-tprtCvirt1 H4 {
  color: #ffffff;
}
.cid-tprtCvv1pr {
  padding-top: 60px;
  padding-bottom: 30px;
  position: relative;
  background-color: #000000;
}
.cid-tprtCvv1pr p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-tprtCvv1pr .panel-title {
  border-bottom: 2px solid #5758e0;
  display: flex!important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-tprtCvv1pr .collapsed {
  border: none;
}
.cid-tprtCvv1pr .collapsed span {
  transform: rotate(0deg);
}
.cid-tprtCvv1pr span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #00a335, #fc0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-tprtCvv1pr .panel-body {
  padding-top: 0.5rem;
}
.cid-tprtCvv1pr .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tprtCvv1pr .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-tprtCvv1pr .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-tprtCvv1pr .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tprtCvv1pr .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-tprtCvv1pr .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tprtCvv1pr .panel-text {
  color: #ffffff;
}
.cid-tprtCvv1pr H4 {
  color: #ffffff;
}
.cid-tprtCvv1pr H2 {
  color: #ffffff;
}
.cid-tprtCvv1pr .mbr-section-text {
  color: #ffffff;
}
.cid-tprtCvv1pr H3 {
  color: #ffffff;
}
.cid-tprtCvRMQT {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tprtCvRMQT .image-block {
  margin: auto;
}
.cid-tprtCvRMQT figcaption {
  position: relative;
}
.cid-tprtCvRMQT figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tprtCvRMQT .image-block {
    width: 100% !important;
  }
}
.cid-tprtCw5ELw {
  background: #000000;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-tprtCw5ELw .image-block {
  margin: auto;
}
.cid-tprtCw5ELw figcaption {
  position: relative;
}
.cid-tprtCw5ELw figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tprtCw5ELw .image-block {
    width: 100% !important;
  }
}
.cid-tprtCwiZAI {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tprtCwiZAI .mbr-section-subtitle {
  color: #1a3246;
}
.cid-tprtCwiZAI H2 {
  color: #ffffff;
}
.cid-tprtCwiZAI H4 {
  color: #ffffff;
}
.cid-tprtCww4Er {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tprtCww4Er .mbr-section-subtitle {
  color: #232323;
}
.cid-tprtCww4Er H2 {
  color: #ffffff;
}
.cid-tprtCww4Er H4 {
  color: #ffffff;
}
.cid-tuszq4wII5 {
  background: #000000;
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-tuszq4wII5 .image-block {
  margin: auto;
}
.cid-tuszq4wII5 figcaption {
  position: relative;
}
.cid-tuszq4wII5 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tuszq4wII5 .image-block {
    width: 100% !important;
  }
}
.cid-tpyEwpkhFU {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tpyEwpkhFU .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tpyEwpkhFU H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tpyEwpkhFU H4 {
  color: #ffde00;
}
.cid-tpyEwpv3AS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tpyEwpv3AS .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tpyEwpv3AS H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tpyEwpv3AS H4 {
  color: #ffde00;
}
.cid-tpyEwpFbrM {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tpyEwpFbrM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tpyEwpFbrM H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tpyEwpFbrM H4 {
  color: #ffde00;
}
.cid-tpyEwpSLtC {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tpyEwpSLtC .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tpyEwpSLtC .video-block {
    width: 100% !important;
  }
}
.cid-trUZdcCmHX {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-trUZdcCmHX .image-block {
  margin: auto;
}
.cid-trUZdcCmHX figcaption {
  position: relative;
}
.cid-trUZdcCmHX figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-trUZdcCmHX .image-block {
    width: 100% !important;
  }
}
.cid-trUZgO4B5r {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-trUZgO4B5r .image-block {
  margin: auto;
}
.cid-trUZgO4B5r figcaption {
  position: relative;
}
.cid-trUZgO4B5r figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-trUZgO4B5r .image-block {
    width: 100% !important;
  }
}
.cid-tsh9u2FD9n {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh9u2FD9n .image-block {
  margin: auto;
}
.cid-tsh9u2FD9n figcaption {
  position: relative;
}
.cid-tsh9u2FD9n figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh9u2FD9n .image-block {
    width: 100% !important;
  }
}
.cid-tuszrXzHvx {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-tuszrXzHvx .image-block {
  margin: auto;
}
.cid-tuszrXzHvx figcaption {
  position: relative;
}
.cid-tuszrXzHvx figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tuszrXzHvx .image-block {
    width: 100% !important;
  }
}
.cid-tsh9yUd8sZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsh9yUd8sZ .mbr-section-subtitle {
  color: #ddff55;
}
.cid-tsh9yUd8sZ H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsh9yUd8sZ H4 {
  color: #efefef;
}
.cid-tsh9zTnt2t {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsh9zTnt2t h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tsh9zTnt2t p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-tsh9zTnt2t .card-img {
  text-align: left;
  background-color: #303030;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3rem 2.5rem 0 2.5rem;
}
.cid-tsh9zTnt2t .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-tsh9zTnt2t .card-box {
  padding: 0rem 2.5rem 3rem 2.5rem;
  background-color: #303030;
}
.cid-tsh9zTnt2t P {
  text-align: center;
  color: #ffffff;
}
.cid-tsh9zTnt2t .card-title,
.cid-tsh9zTnt2t .card-img {
  text-align: center;
  color: #ddff55;
}
.cid-tsh9AAmhRC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsh9AAmhRC h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tsh9AAmhRC p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-tsh9AAmhRC .card-img {
  text-align: left;
  background-color: #303030;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3rem 2.5rem 0 2.5rem;
}
.cid-tsh9AAmhRC .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-tsh9AAmhRC .card-box {
  padding: 0rem 2.5rem 3rem 2.5rem;
  background-color: #303030;
}
.cid-tsh9AAmhRC P {
  text-align: center;
  color: #ffffff;
}
.cid-tsh9AAmhRC .card-title,
.cid-tsh9AAmhRC .card-img {
  text-align: center;
  color: #ddff55;
}
.cid-ttoJ5lkF9B {
  background: #000000;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-ttoJ5lkF9B .image-block {
  margin: auto;
}
.cid-ttoJ5lkF9B figcaption {
  position: relative;
}
.cid-ttoJ5lkF9B figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttoJ5lkF9B .image-block {
    width: 100% !important;
  }
}
.cid-tsh9BfogFX {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tsh9BfogFX .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsh9BfogFX H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsh9BfogFX H4 {
  color: #c7ff00;
}
.cid-tpyEwrc849 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tpyEwrc849 .image-block {
  margin: auto;
}
.cid-tpyEwrc849 figcaption {
  position: relative;
}
.cid-tpyEwrc849 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tpyEwrc849 .image-block {
    width: 100% !important;
  }
}
.cid-trUZOGPzzq {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-trUZOGPzzq .image-block {
  margin: auto;
}
.cid-trUZOGPzzq figcaption {
  position: relative;
}
.cid-trUZOGPzzq figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-trUZOGPzzq .image-block {
    width: 100% !important;
  }
}
.cid-trV00hGLrh {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-trV00hGLrh .image-block {
  margin: auto;
}
.cid-trV00hGLrh figcaption {
  position: relative;
}
.cid-trV00hGLrh figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-trV00hGLrh .image-block {
    width: 100% !important;
  }
}
.cid-tpyEwryJMz {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tpyEwryJMz .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tpyEwryJMz H2 {
  color: #ffffff;
}
.cid-tpyEwryJMz H4 {
  color: #ffffff;
}
.cid-tsh9MyhgJe {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tsh9MyhgJe .mbr-section-title {
  text-align: center;
  color: #c7f900;
}
.cid-tsh9MyhgJe .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tsh9Ny0JTz {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tsh9Ny0JTz .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tsh9Ny0JTz .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tsh9Ny0JTz .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tsh9Ny0JTz .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tsh9Ny0JTz .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tsh9Ny0JTz .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tsh9Ny0JTz .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tsh9Ny0JTz .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tsh9Ny0JTz .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #ffffff !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tsh9OzzUqS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tsh9OzzUqS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsh9OzzUqS H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsh9OzzUqS H4 {
  color: #ffffff;
}
.cid-tsh9PtJk6F {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh9PtJk6F .image-block {
  margin: auto;
}
.cid-tsh9PtJk6F figcaption {
  position: relative;
}
.cid-tsh9PtJk6F figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh9PtJk6F .image-block {
    width: 100% !important;
  }
}
.cid-tpyEwsNiRb {
  background: #232323;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-tpyEwsNiRb .image-block {
  margin: auto;
}
.cid-tpyEwsNiRb figcaption {
  position: relative;
}
.cid-tpyEwsNiRb figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tpyEwsNiRb .image-block {
    width: 100% !important;
  }
}
.cid-trV0vL44GR {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-trV0vL44GR .image-block {
  margin: auto;
}
.cid-trV0vL44GR figcaption {
  position: relative;
}
.cid-trV0vL44GR figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-trV0vL44GR .image-block {
    width: 100% !important;
  }
}
.cid-tsh9UBUWFd {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsh9UBUWFd .image-block {
  margin: auto;
}
.cid-tsh9UBUWFd figcaption {
  position: relative;
}
.cid-tsh9UBUWFd figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsh9UBUWFd .image-block {
    width: 100% !important;
  }
}
.cid-tsh9VNjqjK {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tsh9VNjqjK .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tsh9VNjqjK H2 {
  color: #ffffff;
}
.cid-tsh9VNjqjK H4 {
  color: #ffffff;
}
.cid-tsharYn47E {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsharYn47E .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsharYn47E H2 {
  color: #ddff55;
}
.cid-tsharYn47E H3 {
  color: #fff000;
}
.cid-tshasQugpS {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshasQugpS .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tshasQugpS .video-block {
    width: 100% !important;
  }
}
.cid-tshauuojs4 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tshauuojs4 .mbr-section-title {
  text-align: center;
  color: #ffde00;
}
.cid-tshauuojs4 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tto8RvSM28 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tto8RvSM28 .mbr-text {
  color: #767676;
}
.cid-tto8RvSM28 h4 {
  text-align: center;
}
.cid-tto8RvSM28 p {
  text-align: center;
}
.cid-tto8RvSM28 .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-tto8RvSM28 .card-title,
.cid-tto8RvSM28 .card-img {
  color: #ffffff;
}
.cid-tpyEwv7WfW {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tpyEwv7WfW .image-block {
  margin: auto;
}
.cid-tpyEwv7WfW figcaption {
  position: relative;
}
.cid-tpyEwv7WfW figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tpyEwv7WfW .image-block {
    width: 100% !important;
  }
}
.cid-trV0GGIDZw {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-trV0GGIDZw .image-block {
  margin: auto;
}
.cid-trV0GGIDZw figcaption {
  position: relative;
}
.cid-trV0GGIDZw figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-trV0GGIDZw .image-block {
    width: 100% !important;
  }
}
.cid-trV0JIfXN0 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-trV0JIfXN0 .image-block {
  margin: auto;
}
.cid-trV0JIfXN0 figcaption {
  position: relative;
}
.cid-trV0JIfXN0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-trV0JIfXN0 .image-block {
    width: 100% !important;
  }
}
.cid-tshb5y6V6b {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 0px;
}
.cid-tshb5y6V6b .image-block {
  margin: auto;
}
.cid-tshb5y6V6b figcaption {
  position: relative;
}
.cid-tshb5y6V6b figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshb5y6V6b .image-block {
    width: 100% !important;
  }
}
.cid-tshb8X5R1F {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tshb8X5R1F .mbr-section-subtitle {
  color: #000000;
}
.cid-tshb8X5R1F H2 {
  color: #232323;
}
.cid-tshb9E0b42 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tshb9E0b42 .mbr-section-subtitle {
  color: #000000;
}
.cid-tshb9E0b42 H2 {
  color: #232323;
}
.cid-tshbabGeqq {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tshbabGeqq .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tshbabGeqq H2 {
  color: #ffffff;
}
.cid-tshbabGeqq H3 {
  color: #ffffff;
}
.cid-tshbbU03zS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tshbbU03zS h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tshbbU03zS p {
  color: #767676;
  text-align: left;
}
.cid-tshbbU03zS .card-box {
  padding-top: 2rem;
}
.cid-tshbbU03zS .card-wrapper {
  height: 100%;
}
.cid-tshbbU03zS P {
  text-align: center;
  color: #ffffff;
}
.cid-tshbbU03zS .card-title {
  text-align: center;
  color: #ddff55;
}
.cid-tshbeKF4fT {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshbeKF4fT .image-block {
  margin: auto;
}
.cid-tshbeKF4fT figcaption {
  position: relative;
}
.cid-tshbeKF4fT figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshbeKF4fT .image-block {
    width: 100% !important;
  }
}
.cid-tshbfJwATI {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshbfJwATI .image-block {
  margin: auto;
}
.cid-tshbfJwATI figcaption {
  position: relative;
}
.cid-tshbfJwATI figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshbfJwATI .image-block {
    width: 100% !important;
  }
}
.cid-tshbgB7yUe {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tshbgB7yUe .mbr-section-subtitle {
  color: #1a3246;
}
.cid-tshbgB7yUe H2 {
  color: #ffffff;
}
.cid-tshbgB7yUe H4 {
  color: #ffffff;
}
.cid-tshbhNOeB9 {
  padding-top: 60px;
  padding-bottom: 30px;
  position: relative;
  background-color: #000000;
}
.cid-tshbhNOeB9 p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-tshbhNOeB9 .panel-title {
  border-bottom: 2px solid #5758e0;
  display: flex!important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-tshbhNOeB9 .collapsed {
  border: none;
}
.cid-tshbhNOeB9 .collapsed span {
  transform: rotate(0deg);
}
.cid-tshbhNOeB9 span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #00a335, #fc0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-tshbhNOeB9 .panel-body {
  padding-top: 0.5rem;
}
.cid-tshbhNOeB9 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tshbhNOeB9 .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-tshbhNOeB9 .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-tshbhNOeB9 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tshbhNOeB9 .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-tshbhNOeB9 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tshbhNOeB9 .panel-text {
  color: #ffffff;
}
.cid-tshbhNOeB9 H4 {
  color: #ffffff;
}
.cid-tshbhNOeB9 H2 {
  color: #ffffff;
}
.cid-tshbhNOeB9 .mbr-section-text {
  color: #ffffff;
}
.cid-tshbhNOeB9 H3 {
  color: #ffffff;
}
.cid-tshbih6E4X {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tshbih6E4X .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tshbih6E4X H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tshbih6E4X H4 {
  color: #ffde00;
}
.cid-tshbkdjrXO {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tshbkdjrXO .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tshbkdjrXO H2 {
  color: #ffffff;
}
.cid-tshbkdjrXO H4 {
  color: #ffffff;
}
.cid-tpyEwxHzvy {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tpyEwxHzvy .image-block {
  margin: auto;
}
.cid-tpyEwxHzvy figcaption {
  position: relative;
}
.cid-tpyEwxHzvy figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tpyEwxHzvy .image-block {
    width: 100% !important;
  }
}
.cid-tshblitZLl {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshblitZLl .image-block {
  margin: auto;
}
.cid-tshblitZLl figcaption {
  position: relative;
}
.cid-tshblitZLl figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshblitZLl .image-block {
    width: 100% !important;
  }
}
.cid-tshb6PP2VX {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-tshb6PP2VX .image-block {
  margin: auto;
}
.cid-tshb6PP2VX figcaption {
  position: relative;
}
.cid-tshb6PP2VX figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshb6PP2VX .image-block {
    width: 100% !important;
  }
}
.cid-tpyEwyo5cT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tpyEwyo5cT .mbr-section-subtitle {
  color: #232323;
}
.cid-tpyEwyo5cT H2 {
  color: #ffffff;
}
.cid-tpyEwyo5cT H4 {
  color: #ffffff;
}
.cid-sTyus8WLQe {
  background: #232323;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-sTyus8WLQe .image-block {
  margin: auto;
}
.cid-sTyus8WLQe figcaption {
  position: relative;
}
.cid-sTyus8WLQe figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sTyus8WLQe .image-block {
    width: 100% !important;
  }
}
.cid-tcCbiqixvD {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tcCbiqixvD .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tcCbiqixvD H2 {
  color: #ffde00;
}
.cid-tcCarXJW6E {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tcCarXJW6E .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tcCarXJW6E .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tcCarXJW6E .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tcCarXJW6E .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tcCarXJW6E .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tcCarXJW6E .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tcCarXJW6E .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tcCarXJW6E .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tcCarXJW6E .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #ffffff !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sTyus9BkVY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-sTyus9BkVY .mbr-section-subtitle {
  color: #232323;
}
.cid-sTyus9BkVY H2 {
  color: #ffffff;
}
.cid-tdF939MTRi {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-tdF939MTRi .image-block {
  margin: auto;
}
.cid-tdF939MTRi figcaption {
  position: relative;
}
.cid-tdF939MTRi figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tdF939MTRi .image-block {
    width: 100% !important;
  }
}
.cid-tdFaZukEHR {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tdFaZukEHR .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tdFaZukEHR .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tdFaZukEHR .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tdFaZukEHR .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tdFaZukEHR .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tdFaZukEHR .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tdFaZukEHR .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tdFaZukEHR .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tdFaZukEHR .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #efefef !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tdFgKpar5z {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tdFgKpar5z .mbr-section-subtitle {
  color: #232323;
}
.cid-tdFgKpar5z H2 {
  color: #ffde00;
}
.cid-tdFgUJEMhs {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-tdFgUJEMhs .image-block {
  margin: auto;
}
.cid-tdFgUJEMhs figcaption {
  position: relative;
}
.cid-tdFgUJEMhs figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tdFgUJEMhs .image-block {
    width: 100% !important;
  }
}
.cid-sTyusapQ6Z {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-sTyusapQ6Z .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sTyusapQ6Z H2 {
  color: #ffffff;
}
.cid-tpmbUdaB5d {
  background: #232323;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-tpmbUdaB5d .image-block {
  margin: auto;
}
.cid-tpmbUdaB5d figcaption {
  position: relative;
}
.cid-tpmbUdaB5d figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tpmbUdaB5d .image-block {
    width: 100% !important;
  }
}
.cid-sTyusaAnCF {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sTyusaAnCF .image-block {
  margin: auto;
}
.cid-sTyusaAnCF figcaption {
  position: relative;
}
.cid-sTyusaAnCF figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sTyusaAnCF .image-block {
    width: 100% !important;
  }
}
.cid-tsb4pRLhcb {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsb4pRLhcb .image-block {
  margin: auto;
}
.cid-tsb4pRLhcb figcaption {
  position: relative;
}
.cid-tsb4pRLhcb figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsb4pRLhcb .image-block {
    width: 100% !important;
  }
}
.cid-sTyw4E2j04 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-sTyw4E2j04 .mbr-section-subtitle {
  color: #767676;
}
.cid-sTyw4E2j04 H2 {
  color: #ffffff;
}
.cid-tpmiswcuT0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tpmiswcuT0 .mbr-section-subtitle {
  color: #232323;
}
.cid-tpmiswcuT0 H2 {
  color: #ffffff;
}
.cid-tusuA0aQ22 {
  background: #000000;
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-tusuA0aQ22 .image-block {
  margin: auto;
}
.cid-tusuA0aQ22 figcaption {
  position: relative;
}
.cid-tusuA0aQ22 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tusuA0aQ22 .image-block {
    width: 100% !important;
  }
}
.cid-tsgXnWWSnD {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsgXnWWSnD .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsgXnWWSnD H2 {
  text-align: center;
  color: #626161;
}
.cid-tsgXnWWSnD H1 {
  color: #939393;
}
.cid-tsgXnX6i9G {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsgXnX6i9G .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tsgXnX6i9G H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsgXnX6i9G H4 {
  color: #ffde00;
}
.cid-tsh05gvCqs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsh05gvCqs .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsh05gvCqs H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsh05gvCqs H4 {
  color: #ffde00;
}
.cid-tsgXnXqnLp {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tsgXnXqnLp .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tsgXnXqnLp H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsgXnXqnLp H4 {
  color: #ffde00;
}
.cid-tsgXnXAbOY {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsgXnXAbOY .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tsgXnXAbOY .video-block {
    width: 100% !important;
  }
}
.cid-tubvu3x1KZ {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-tubvu3x1KZ .image-block {
  margin: auto;
}
.cid-tubvu3x1KZ figcaption {
  position: relative;
}
.cid-tubvu3x1KZ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tubvu3x1KZ .image-block {
    width: 100% !important;
  }
}
.cid-tsgXnXXLyl {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tsgXnXXLyl .image-block {
  margin: auto;
}
.cid-tsgXnXXLyl figcaption {
  position: relative;
}
.cid-tsgXnXXLyl figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsgXnXXLyl .image-block {
    width: 100% !important;
  }
}
.cid-tsgXnY7Ngg {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsgXnY7Ngg .image-block {
  margin: auto;
}
.cid-tsgXnY7Ngg figcaption {
  position: relative;
}
.cid-tsgXnY7Ngg figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsgXnY7Ngg .image-block {
    width: 100% !important;
  }
}
.cid-tusvUGdDnH {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-tusvUGdDnH .image-block {
  margin: auto;
}
.cid-tusvUGdDnH figcaption {
  position: relative;
}
.cid-tusvUGdDnH figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tusvUGdDnH .image-block {
    width: 100% !important;
  }
}
.cid-tsgXnYukHc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsgXnYukHc .mbr-section-subtitle {
  color: #ddff55;
}
.cid-tsgXnYukHc H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsgXnYukHc H4 {
  color: #efefef;
}
.cid-tsgXnYEmLD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsgXnYEmLD h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tsgXnYEmLD p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-tsgXnYEmLD .card-img {
  text-align: left;
  background-color: #303030;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3rem 2.5rem 0 2.5rem;
}
.cid-tsgXnYEmLD .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-tsgXnYEmLD .card-box {
  padding: 0rem 2.5rem 3rem 2.5rem;
  background-color: #303030;
}
.cid-tsgXnYEmLD P {
  text-align: center;
  color: #ffffff;
}
.cid-tsgXnYEmLD .card-title,
.cid-tsgXnYEmLD .card-img {
  text-align: center;
  color: #ddff55;
}
.cid-tsgXnYZi2Z {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsgXnYZi2Z h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tsgXnYZi2Z p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-tsgXnYZi2Z .card-img {
  text-align: left;
  background-color: #303030;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3rem 2.5rem 0 2.5rem;
}
.cid-tsgXnYZi2Z .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-tsgXnYZi2Z .card-box {
  padding: 0rem 2.5rem 3rem 2.5rem;
  background-color: #303030;
}
.cid-tsgXnYZi2Z P {
  text-align: center;
  color: #ffffff;
}
.cid-tsgXnYZi2Z .card-title,
.cid-tsgXnYZi2Z .card-img {
  text-align: center;
  color: #ddff55;
}
.cid-tusw1SKNhb {
  background: #000000;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-tusw1SKNhb .image-block {
  margin: auto;
}
.cid-tusw1SKNhb figcaption {
  position: relative;
}
.cid-tusw1SKNhb figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tusw1SKNhb .image-block {
    width: 100% !important;
  }
}
.cid-tsgXnZmKxX {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tsgXnZmKxX .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsgXnZmKxX H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsgXnZmKxX H4 {
  color: #c7ff00;
}
.cid-tubvuEh5aC {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tubvuEh5aC .image-block {
  margin: auto;
}
.cid-tubvuEh5aC figcaption {
  position: relative;
}
.cid-tubvuEh5aC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tubvuEh5aC .image-block {
    width: 100% !important;
  }
}
.cid-tsgXnZH0Go {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tsgXnZH0Go .image-block {
  margin: auto;
}
.cid-tsgXnZH0Go figcaption {
  position: relative;
}
.cid-tsgXnZH0Go figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsgXnZH0Go .image-block {
    width: 100% !important;
  }
}
.cid-tsgXnZWjqr {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-tsgXnZWjqr .image-block {
  margin: auto;
}
.cid-tsgXnZWjqr figcaption {
  position: relative;
}
.cid-tsgXnZWjqr figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsgXnZWjqr .image-block {
    width: 100% !important;
  }
}
.cid-tsgXo066iv {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tsgXo066iv .mbr-section-title {
  text-align: center;
  color: #c7f900;
}
.cid-tsgXo066iv .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tsgXo0iK3I {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tsgXo0iK3I .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tsgXo0iK3I .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tsgXo0iK3I .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tsgXo0iK3I .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tsgXo0iK3I .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tsgXo0iK3I .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tsgXo0iK3I .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tsgXo0iK3I .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tsgXo0iK3I .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #ffffff !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tsgXo0B4ug {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tsgXo0B4ug .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsgXo0B4ug H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsgXo0B4ug H4 {
  color: #ffffff;
}
.cid-tsgXo0MpBK {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsgXo0MpBK .image-block {
  margin: auto;
}
.cid-tsgXo0MpBK figcaption {
  position: relative;
}
.cid-tsgXo0MpBK figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsgXo0MpBK .image-block {
    width: 100% !important;
  }
}
.cid-tubvx0GjP1 {
  background: #232323;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-tubvx0GjP1 .image-block {
  margin: auto;
}
.cid-tubvx0GjP1 figcaption {
  position: relative;
}
.cid-tubvx0GjP1 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tubvx0GjP1 .image-block {
    width: 100% !important;
  }
}
.cid-tsgXo18xHJ {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsgXo18xHJ .image-block {
  margin: auto;
}
.cid-tsgXo18xHJ figcaption {
  position: relative;
}
.cid-tsgXo18xHJ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsgXo18xHJ .image-block {
    width: 100% !important;
  }
}
.cid-tsgXo1mrAJ {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsgXo1mrAJ .image-block {
  margin: auto;
}
.cid-tsgXo1mrAJ figcaption {
  position: relative;
}
.cid-tsgXo1mrAJ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsgXo1mrAJ .image-block {
    width: 100% !important;
  }
}
.cid-tsgXo1xPtu {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tsgXo1xPtu .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tsgXo1xPtu H2 {
  color: #ffffff;
}
.cid-tsgXo1xPtu H4 {
  color: #ffffff;
}
.cid-tsgXo1JMbv {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsgXo1JMbv .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsgXo1JMbv H2 {
  color: #ddff55;
}
.cid-tsgXo1JMbv H3 {
  color: #fff000;
}
.cid-tsgXo1U7Un {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsgXo1U7Un .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tsgXo1U7Un .video-block {
    width: 100% !important;
  }
}
.cid-tsgXo277Ng {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tsgXo277Ng .mbr-section-title {
  text-align: center;
  color: #ffde00;
}
.cid-tsgXo277Ng .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tto8JLpovL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tto8JLpovL .mbr-text {
  color: #767676;
}
.cid-tto8JLpovL h4 {
  text-align: center;
}
.cid-tto8JLpovL p {
  text-align: center;
}
.cid-tto8JLpovL .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-tto8JLpovL .card-title,
.cid-tto8JLpovL .card-img {
  color: #ffffff;
}
.cid-tubvvIwnBV {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tubvvIwnBV .image-block {
  margin: auto;
}
.cid-tubvvIwnBV figcaption {
  position: relative;
}
.cid-tubvvIwnBV figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tubvvIwnBV .image-block {
    width: 100% !important;
  }
}
.cid-tsgXo2Srpx {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsgXo2Srpx .image-block {
  margin: auto;
}
.cid-tsgXo2Srpx figcaption {
  position: relative;
}
.cid-tsgXo2Srpx figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsgXo2Srpx .image-block {
    width: 100% !important;
  }
}
.cid-tsgXo369O4 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-tsgXo369O4 .image-block {
  margin: auto;
}
.cid-tsgXo369O4 figcaption {
  position: relative;
}
.cid-tsgXo369O4 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsgXo369O4 .image-block {
    width: 100% !important;
  }
}
.cid-tsgXo3jN4O {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 0px;
}
.cid-tsgXo3jN4O .image-block {
  margin: auto;
}
.cid-tsgXo3jN4O figcaption {
  position: relative;
}
.cid-tsgXo3jN4O figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsgXo3jN4O .image-block {
    width: 100% !important;
  }
}
.cid-tsgXo3vZBt {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tsgXo3vZBt .mbr-section-subtitle {
  color: #000000;
}
.cid-tsgXo3vZBt H2 {
  color: #232323;
}
.cid-tsgXo3HyKy {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tsgXo3HyKy .mbr-section-subtitle {
  color: #000000;
}
.cid-tsgXo3HyKy H2 {
  color: #232323;
}
.cid-tsgXo3Uqpk {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tsgXo3Uqpk .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsgXo3Uqpk H2 {
  color: #ffffff;
}
.cid-tsgXo3Uqpk H3 {
  color: #ffffff;
}
.cid-tsgXo47vSe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tsgXo47vSe h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tsgXo47vSe p {
  color: #767676;
  text-align: left;
}
.cid-tsgXo47vSe .card-box {
  padding-top: 2rem;
}
.cid-tsgXo47vSe .card-wrapper {
  height: 100%;
}
.cid-tsgXo47vSe P {
  text-align: center;
  color: #ffffff;
}
.cid-tsgXo47vSe .card-title {
  text-align: center;
  color: #ddff55;
}
.cid-tsgXo4tvhR {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsgXo4tvhR .image-block {
  margin: auto;
}
.cid-tsgXo4tvhR figcaption {
  position: relative;
}
.cid-tsgXo4tvhR figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsgXo4tvhR .image-block {
    width: 100% !important;
  }
}
.cid-tsgXo4GN5Y {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsgXo4GN5Y .image-block {
  margin: auto;
}
.cid-tsgXo4GN5Y figcaption {
  position: relative;
}
.cid-tsgXo4GN5Y figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsgXo4GN5Y .image-block {
    width: 100% !important;
  }
}
.cid-tsgXo4T5RE {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tsgXo4T5RE .mbr-section-subtitle {
  color: #1a3246;
}
.cid-tsgXo4T5RE H2 {
  color: #ffffff;
}
.cid-tsgXo4T5RE H4 {
  color: #ffffff;
}
.cid-tsgXo56VY6 {
  padding-top: 60px;
  padding-bottom: 30px;
  position: relative;
  background-color: #000000;
}
.cid-tsgXo56VY6 p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-tsgXo56VY6 .panel-title {
  border-bottom: 2px solid #5758e0;
  display: flex!important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-tsgXo56VY6 .collapsed {
  border: none;
}
.cid-tsgXo56VY6 .collapsed span {
  transform: rotate(0deg);
}
.cid-tsgXo56VY6 span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #00a335, #fc0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-tsgXo56VY6 .panel-body {
  padding-top: 0.5rem;
}
.cid-tsgXo56VY6 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tsgXo56VY6 .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-tsgXo56VY6 .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-tsgXo56VY6 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tsgXo56VY6 .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-tsgXo56VY6 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tsgXo56VY6 .panel-text {
  color: #ffffff;
}
.cid-tsgXo56VY6 H4 {
  color: #ffffff;
}
.cid-tsgXo56VY6 H2 {
  color: #ffffff;
}
.cid-tsgXo56VY6 .mbr-section-text {
  color: #ffffff;
}
.cid-tsgXo56VY6 H3 {
  color: #ffffff;
}
.cid-tsgXo5pDJQ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tsgXo5pDJQ .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tsgXo5pDJQ H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsgXo5pDJQ H4 {
  color: #ffde00;
}
.cid-tubvy98BlE {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tubvy98BlE .image-block {
  margin: auto;
}
.cid-tubvy98BlE figcaption {
  position: relative;
}
.cid-tubvy98BlE figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tubvy98BlE .image-block {
    width: 100% !important;
  }
}
.cid-tsgXo5Slkf {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsgXo5Slkf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsgXo5Slkf H2 {
  color: #ffffff;
}
.cid-tsgXo5Slkf H4 {
  color: #ffffff;
}
.cid-tsgXo66r9d {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsgXo66r9d .image-block {
  margin: auto;
}
.cid-tsgXo66r9d figcaption {
  position: relative;
}
.cid-tsgXo66r9d figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsgXo66r9d .image-block {
    width: 100% !important;
  }
}
.cid-tsgXo6kSHd {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tsgXo6kSHd .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsgXo6kSHd H2 {
  color: #ffffff;
}
.cid-tsgXo6kSHd H4 {
  color: #ffffff;
}
.cid-tsgXo6xmpI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tsgXo6xmpI .mbr-section-subtitle {
  color: #232323;
}
.cid-tsgXo6xmpI H2 {
  color: #ffffff;
}
.cid-tusxxKSmQW {
  background: #000000;
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-tusxxKSmQW .image-block {
  margin: auto;
}
.cid-tusxxKSmQW figcaption {
  position: relative;
}
.cid-tusxxKSmQW figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tusxxKSmQW .image-block {
    width: 100% !important;
  }
}
.cid-tshcntM0fx {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tshcntM0fx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tshcntM0fx H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tshcntM0fx H4 {
  color: #ffde00;
}
.cid-tshcnu0FhB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tshcnu0FhB .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tshcnu0FhB H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tshcnu0FhB H4 {
  color: #ffde00;
}
.cid-tshcnudZgZ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tshcnudZgZ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tshcnudZgZ H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tshcnudZgZ H4 {
  color: #ffde00;
}
.cid-tshcnurzEK {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshcnurzEK .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tshcnurzEK .video-block {
    width: 100% !important;
  }
}
.cid-tshcnuEp8D {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-tshcnuEp8D .image-block {
  margin: auto;
}
.cid-tshcnuEp8D figcaption {
  position: relative;
}
.cid-tshcnuEp8D figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshcnuEp8D .image-block {
    width: 100% !important;
  }
}
.cid-tshcnuYY5Z {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tshcnuYY5Z .image-block {
  margin: auto;
}
.cid-tshcnuYY5Z figcaption {
  position: relative;
}
.cid-tshcnuYY5Z figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshcnuYY5Z .image-block {
    width: 100% !important;
  }
}
.cid-tshcnvc176 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshcnvc176 .image-block {
  margin: auto;
}
.cid-tshcnvc176 figcaption {
  position: relative;
}
.cid-tshcnvc176 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshcnvc176 .image-block {
    width: 100% !important;
  }
}
.cid-tuszl7egp7 {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-tuszl7egp7 .image-block {
  margin: auto;
}
.cid-tuszl7egp7 figcaption {
  position: relative;
}
.cid-tuszl7egp7 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tuszl7egp7 .image-block {
    width: 100% !important;
  }
}
.cid-tshcnvEVMF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tshcnvEVMF .mbr-section-subtitle {
  color: #ddff55;
}
.cid-tshcnvEVMF H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tshcnvEVMF H4 {
  color: #efefef;
}
.cid-tshcnvTkSo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tshcnvTkSo h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tshcnvTkSo p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-tshcnvTkSo .card-img {
  text-align: left;
  background-color: #303030;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3rem 2.5rem 0 2.5rem;
}
.cid-tshcnvTkSo .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-tshcnvTkSo .card-box {
  padding: 0rem 2.5rem 3rem 2.5rem;
  background-color: #303030;
}
.cid-tshcnvTkSo P {
  text-align: center;
  color: #ffffff;
}
.cid-tshcnvTkSo .card-title,
.cid-tshcnvTkSo .card-img {
  text-align: center;
  color: #ddff55;
}
.cid-tshcnxl4RU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tshcnxl4RU h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tshcnxl4RU p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-tshcnxl4RU .card-img {
  text-align: left;
  background-color: #303030;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3rem 2.5rem 0 2.5rem;
}
.cid-tshcnxl4RU .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-tshcnxl4RU .card-box {
  padding: 0rem 2.5rem 3rem 2.5rem;
  background-color: #303030;
}
.cid-tshcnxl4RU P {
  text-align: center;
  color: #ffffff;
}
.cid-tshcnxl4RU .card-title,
.cid-tshcnxl4RU .card-img {
  text-align: center;
  color: #ddff55;
}
.cid-ttoRW82mSd {
  background: #000000;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-ttoRW82mSd .image-block {
  margin: auto;
}
.cid-ttoRW82mSd figcaption {
  position: relative;
}
.cid-ttoRW82mSd figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttoRW82mSd .image-block {
    width: 100% !important;
  }
}
.cid-tshcnxLjTr {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tshcnxLjTr .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tshcnxLjTr H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tshcnxLjTr H4 {
  color: #c7ff00;
}
.cid-tshcnxXeI1 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tshcnxXeI1 .image-block {
  margin: auto;
}
.cid-tshcnxXeI1 figcaption {
  position: relative;
}
.cid-tshcnxXeI1 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshcnxXeI1 .image-block {
    width: 100% !important;
  }
}
.cid-tshcny8e0o {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshcny8e0o .image-block {
  margin: auto;
}
.cid-tshcny8e0o figcaption {
  position: relative;
}
.cid-tshcny8e0o figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshcny8e0o .image-block {
    width: 100% !important;
  }
}
.cid-tshcnyjZa1 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshcnyjZa1 .image-block {
  margin: auto;
}
.cid-tshcnyjZa1 figcaption {
  position: relative;
}
.cid-tshcnyjZa1 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshcnyjZa1 .image-block {
    width: 100% !important;
  }
}
.cid-tshcnyvGsU {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tshcnyvGsU .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tshcnyvGsU H2 {
  color: #ffffff;
}
.cid-tshcnyvGsU H4 {
  color: #ffffff;
}
.cid-tshcnyGnOg {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tshcnyGnOg .mbr-section-title {
  text-align: center;
  color: #c7f900;
}
.cid-tshcnyGnOg .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tshcnyTeyl {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tshcnyTeyl .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tshcnyTeyl .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tshcnyTeyl .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tshcnyTeyl .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tshcnyTeyl .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tshcnyTeyl .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tshcnyTeyl .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tshcnyTeyl .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tshcnyTeyl .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #ffffff !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tshcnzg6Gm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tshcnzg6Gm .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tshcnzg6Gm H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tshcnzg6Gm H4 {
  color: #ffffff;
}
.cid-tshcnzsjD0 {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshcnzsjD0 .image-block {
  margin: auto;
}
.cid-tshcnzsjD0 figcaption {
  position: relative;
}
.cid-tshcnzsjD0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshcnzsjD0 .image-block {
    width: 100% !important;
  }
}
.cid-tshcnzEPSw {
  background: #232323;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-tshcnzEPSw .image-block {
  margin: auto;
}
.cid-tshcnzEPSw figcaption {
  position: relative;
}
.cid-tshcnzEPSw figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshcnzEPSw .image-block {
    width: 100% !important;
  }
}
.cid-tshcnzPBDw {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshcnzPBDw .image-block {
  margin: auto;
}
.cid-tshcnzPBDw figcaption {
  position: relative;
}
.cid-tshcnzPBDw figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshcnzPBDw .image-block {
    width: 100% !important;
  }
}
.cid-tshcnA1F3o {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshcnA1F3o .image-block {
  margin: auto;
}
.cid-tshcnA1F3o figcaption {
  position: relative;
}
.cid-tshcnA1F3o figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshcnA1F3o .image-block {
    width: 100% !important;
  }
}
.cid-tshcnAd9MH {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tshcnAd9MH .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tshcnAd9MH H2 {
  color: #ffffff;
}
.cid-tshcnAd9MH H4 {
  color: #ffffff;
}
.cid-tshcnApzJN {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tshcnApzJN .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tshcnApzJN H2 {
  color: #ddff55;
}
.cid-tshcnApzJN H3 {
  color: #fff000;
}
.cid-tshcnABroH {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshcnABroH .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tshcnABroH .video-block {
    width: 100% !important;
  }
}
.cid-tshcnAQLWm {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tshcnAQLWm .mbr-section-title {
  text-align: center;
  color: #ffde00;
}
.cid-tshcnAQLWm .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-ttoS3HMEzD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ttoS3HMEzD .mbr-text {
  color: #767676;
}
.cid-ttoS3HMEzD h4 {
  text-align: center;
}
.cid-ttoS3HMEzD p {
  text-align: center;
}
.cid-ttoS3HMEzD .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-ttoS3HMEzD .card-title,
.cid-ttoS3HMEzD .card-img {
  color: #ffffff;
}
.cid-tshcnBoI8A {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tshcnBoI8A .image-block {
  margin: auto;
}
.cid-tshcnBoI8A figcaption {
  position: relative;
}
.cid-tshcnBoI8A figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshcnBoI8A .image-block {
    width: 100% !important;
  }
}
.cid-tshcnBAvvB {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshcnBAvvB .image-block {
  margin: auto;
}
.cid-tshcnBAvvB figcaption {
  position: relative;
}
.cid-tshcnBAvvB figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshcnBAvvB .image-block {
    width: 100% !important;
  }
}
.cid-tshcnBMtoC {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-tshcnBMtoC .image-block {
  margin: auto;
}
.cid-tshcnBMtoC figcaption {
  position: relative;
}
.cid-tshcnBMtoC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshcnBMtoC .image-block {
    width: 100% !important;
  }
}
.cid-tshcnBZtwB {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 0px;
}
.cid-tshcnBZtwB .image-block {
  margin: auto;
}
.cid-tshcnBZtwB figcaption {
  position: relative;
}
.cid-tshcnBZtwB figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshcnBZtwB .image-block {
    width: 100% !important;
  }
}
.cid-tshcnCb5Hd {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tshcnCb5Hd .mbr-section-subtitle {
  color: #000000;
}
.cid-tshcnCb5Hd H2 {
  color: #232323;
}
.cid-tshcnCpAT6 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tshcnCpAT6 .mbr-section-subtitle {
  color: #000000;
}
.cid-tshcnCpAT6 H2 {
  color: #232323;
}
.cid-tshcnCDDG1 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tshcnCDDG1 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tshcnCDDG1 H2 {
  color: #ffffff;
}
.cid-tshcnCDDG1 H3 {
  color: #ffffff;
}
.cid-tshcnCQjiI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tshcnCQjiI h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tshcnCQjiI p {
  color: #767676;
  text-align: left;
}
.cid-tshcnCQjiI .card-box {
  padding-top: 2rem;
}
.cid-tshcnCQjiI .card-wrapper {
  height: 100%;
}
.cid-tshcnCQjiI P {
  text-align: center;
  color: #ffffff;
}
.cid-tshcnCQjiI .card-title {
  text-align: center;
  color: #ddff55;
}
.cid-tshcnDbFUw {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshcnDbFUw .image-block {
  margin: auto;
}
.cid-tshcnDbFUw figcaption {
  position: relative;
}
.cid-tshcnDbFUw figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshcnDbFUw .image-block {
    width: 100% !important;
  }
}
.cid-tshcnDoRIp {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshcnDoRIp .image-block {
  margin: auto;
}
.cid-tshcnDoRIp figcaption {
  position: relative;
}
.cid-tshcnDoRIp figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshcnDoRIp .image-block {
    width: 100% !important;
  }
}
.cid-tshcnDBAsj {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tshcnDBAsj .mbr-section-subtitle {
  color: #1a3246;
}
.cid-tshcnDBAsj H2 {
  color: #ffffff;
}
.cid-tshcnDBAsj H4 {
  color: #ffffff;
}
.cid-tshcnDQ6f0 {
  padding-top: 60px;
  padding-bottom: 30px;
  position: relative;
  background-color: #000000;
}
.cid-tshcnDQ6f0 p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-tshcnDQ6f0 .panel-title {
  border-bottom: 2px solid #5758e0;
  display: flex!important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-tshcnDQ6f0 .collapsed {
  border: none;
}
.cid-tshcnDQ6f0 .collapsed span {
  transform: rotate(0deg);
}
.cid-tshcnDQ6f0 span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #00a335, #fc0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-tshcnDQ6f0 .panel-body {
  padding-top: 0.5rem;
}
.cid-tshcnDQ6f0 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tshcnDQ6f0 .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-tshcnDQ6f0 .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-tshcnDQ6f0 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tshcnDQ6f0 .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-tshcnDQ6f0 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tshcnDQ6f0 .panel-text {
  color: #ffffff;
}
.cid-tshcnDQ6f0 H4 {
  color: #ffffff;
}
.cid-tshcnDQ6f0 H2 {
  color: #ffffff;
}
.cid-tshcnDQ6f0 .mbr-section-text {
  color: #ffffff;
}
.cid-tshcnDQ6f0 H3 {
  color: #ffffff;
}
.cid-tshcnEaazE {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tshcnEaazE .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tshcnEaazE H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tshcnEaazE H4 {
  color: #ffde00;
}
.cid-tshcnEoFWf {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tshcnEoFWf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tshcnEoFWf H2 {
  color: #ffffff;
}
.cid-tshcnEoFWf H4 {
  color: #ffffff;
}
.cid-tshcnECRJI {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshcnECRJI .image-block {
  margin: auto;
}
.cid-tshcnECRJI figcaption {
  position: relative;
}
.cid-tshcnECRJI figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshcnECRJI .image-block {
    width: 100% !important;
  }
}
.cid-tshcnERQcr {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshcnERQcr .image-block {
  margin: auto;
}
.cid-tshcnERQcr figcaption {
  position: relative;
}
.cid-tshcnERQcr figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshcnERQcr .image-block {
    width: 100% !important;
  }
}
.cid-tshcnF5j5r {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-tshcnF5j5r .image-block {
  margin: auto;
}
.cid-tshcnF5j5r figcaption {
  position: relative;
}
.cid-tshcnF5j5r figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshcnF5j5r .image-block {
    width: 100% !important;
  }
}
.cid-tshcnFkbKy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tshcnFkbKy .mbr-section-subtitle {
  color: #232323;
}
.cid-tshcnFkbKy H2 {
  color: #ffffff;
}
.cid-tshcnFkbKy H4 {
  color: #ffffff;
}
.cid-tuszwjYx3z {
  background: #000000;
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-tuszwjYx3z .image-block {
  margin: auto;
}
.cid-tuszwjYx3z figcaption {
  position: relative;
}
.cid-tuszwjYx3z figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tuszwjYx3z .image-block {
    width: 100% !important;
  }
}
.cid-tshd3jYkjz {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tshd3jYkjz .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tshd3jYkjz H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tshd3jYkjz H4 {
  color: #ffde00;
}
.cid-tshd3k7jTm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tshd3k7jTm .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tshd3k7jTm H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tshd3k7jTm H4 {
  color: #ffde00;
}
.cid-tshd3kjj41 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tshd3kjj41 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tshd3kjj41 H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tshd3kjj41 H4 {
  color: #ffde00;
}
.cid-tshd3ktiHN {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshd3ktiHN .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tshd3ktiHN .video-block {
    width: 100% !important;
  }
}
.cid-tshd3kCeIS {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-tshd3kCeIS .image-block {
  margin: auto;
}
.cid-tshd3kCeIS figcaption {
  position: relative;
}
.cid-tshd3kCeIS figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshd3kCeIS .image-block {
    width: 100% !important;
  }
}
.cid-tshd3kL8Dg {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tshd3kL8Dg .image-block {
  margin: auto;
}
.cid-tshd3kL8Dg figcaption {
  position: relative;
}
.cid-tshd3kL8Dg figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshd3kL8Dg .image-block {
    width: 100% !important;
  }
}
.cid-tshd3kVRjX {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshd3kVRjX .image-block {
  margin: auto;
}
.cid-tshd3kVRjX figcaption {
  position: relative;
}
.cid-tshd3kVRjX figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshd3kVRjX .image-block {
    width: 100% !important;
  }
}
.cid-tuszySdR0h {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-tuszySdR0h .image-block {
  margin: auto;
}
.cid-tuszySdR0h figcaption {
  position: relative;
}
.cid-tuszySdR0h figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tuszySdR0h .image-block {
    width: 100% !important;
  }
}
.cid-tshd3lehDu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tshd3lehDu .mbr-section-subtitle {
  color: #ddff55;
}
.cid-tshd3lehDu H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tshd3lehDu H4 {
  color: #efefef;
}
.cid-tshd3lnq3i {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tshd3lnq3i h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tshd3lnq3i p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-tshd3lnq3i .card-img {
  text-align: left;
  background-color: #303030;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3rem 2.5rem 0 2.5rem;
}
.cid-tshd3lnq3i .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-tshd3lnq3i .card-box {
  padding: 0rem 2.5rem 3rem 2.5rem;
  background-color: #303030;
}
.cid-tshd3lnq3i P {
  text-align: center;
  color: #ffffff;
}
.cid-tshd3lnq3i .card-title,
.cid-tshd3lnq3i .card-img {
  text-align: center;
  color: #ddff55;
}
.cid-tshd3lItLI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tshd3lItLI h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tshd3lItLI p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-tshd3lItLI .card-img {
  text-align: left;
  background-color: #303030;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3rem 2.5rem 0 2.5rem;
}
.cid-tshd3lItLI .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-tshd3lItLI .card-box {
  padding: 0rem 2.5rem 3rem 2.5rem;
  background-color: #303030;
}
.cid-tshd3lItLI P {
  text-align: center;
  color: #ffffff;
}
.cid-tshd3lItLI .card-title,
.cid-tshd3lItLI .card-img {
  text-align: center;
  color: #ddff55;
}
.cid-tuszAmtQia {
  background: #000000;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-tuszAmtQia .image-block {
  margin: auto;
}
.cid-tuszAmtQia figcaption {
  position: relative;
}
.cid-tuszAmtQia figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tuszAmtQia .image-block {
    width: 100% !important;
  }
}
.cid-tshd3m0YN5 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tshd3m0YN5 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tshd3m0YN5 H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tshd3m0YN5 H4 {
  color: #c7ff00;
}
.cid-tshd3mbVYM {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tshd3mbVYM .image-block {
  margin: auto;
}
.cid-tshd3mbVYM figcaption {
  position: relative;
}
.cid-tshd3mbVYM figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshd3mbVYM .image-block {
    width: 100% !important;
  }
}
.cid-tshd3mlHYO {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshd3mlHYO .image-block {
  margin: auto;
}
.cid-tshd3mlHYO figcaption {
  position: relative;
}
.cid-tshd3mlHYO figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshd3mlHYO .image-block {
    width: 100% !important;
  }
}
.cid-tshd3mwJCQ {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshd3mwJCQ .image-block {
  margin: auto;
}
.cid-tshd3mwJCQ figcaption {
  position: relative;
}
.cid-tshd3mwJCQ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshd3mwJCQ .image-block {
    width: 100% !important;
  }
}
.cid-tshd3mGKpV {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tshd3mGKpV .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tshd3mGKpV H2 {
  color: #ffffff;
}
.cid-tshd3mGKpV H4 {
  color: #ffffff;
}
.cid-tshd3mRdrI {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tshd3mRdrI .mbr-section-title {
  text-align: center;
  color: #c7f900;
}
.cid-tshd3mRdrI .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tshd3n3lg1 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tshd3n3lg1 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tshd3n3lg1 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tshd3n3lg1 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tshd3n3lg1 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tshd3n3lg1 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tshd3n3lg1 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tshd3n3lg1 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tshd3n3lg1 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tshd3n3lg1 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #ffffff !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tshd3noefa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tshd3noefa .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tshd3noefa H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tshd3noefa H4 {
  color: #ffffff;
}
.cid-tshd3nAoJf {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshd3nAoJf .image-block {
  margin: auto;
}
.cid-tshd3nAoJf figcaption {
  position: relative;
}
.cid-tshd3nAoJf figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshd3nAoJf .image-block {
    width: 100% !important;
  }
}
.cid-tshd3nLkXC {
  background: #232323;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-tshd3nLkXC .image-block {
  margin: auto;
}
.cid-tshd3nLkXC figcaption {
  position: relative;
}
.cid-tshd3nLkXC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshd3nLkXC .image-block {
    width: 100% !important;
  }
}
.cid-tshd3nXwiN {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshd3nXwiN .image-block {
  margin: auto;
}
.cid-tshd3nXwiN figcaption {
  position: relative;
}
.cid-tshd3nXwiN figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshd3nXwiN .image-block {
    width: 100% !important;
  }
}
.cid-tshd3o9y6H {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshd3o9y6H .image-block {
  margin: auto;
}
.cid-tshd3o9y6H figcaption {
  position: relative;
}
.cid-tshd3o9y6H figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshd3o9y6H .image-block {
    width: 100% !important;
  }
}
.cid-tshd3okVs7 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tshd3okVs7 .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tshd3okVs7 H2 {
  color: #ffffff;
}
.cid-tshd3okVs7 H4 {
  color: #ffffff;
}
.cid-tshd3owxVP {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tshd3owxVP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tshd3owxVP H2 {
  color: #ddff55;
}
.cid-tshd3owxVP H3 {
  color: #fff000;
}
.cid-tshd3oKlb2 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshd3oKlb2 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tshd3oKlb2 .video-block {
    width: 100% !important;
  }
}
.cid-tshd3oWvnm {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tshd3oWvnm .mbr-section-title {
  text-align: center;
  color: #ffde00;
}
.cid-tshd3oWvnm .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-ttoSjrmw7u {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ttoSjrmw7u .mbr-text {
  color: #767676;
}
.cid-ttoSjrmw7u h4 {
  text-align: center;
}
.cid-ttoSjrmw7u p {
  text-align: center;
}
.cid-ttoSjrmw7u .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-ttoSjrmw7u .card-title,
.cid-ttoSjrmw7u .card-img {
  color: #ffffff;
}
.cid-tshd3pu6HP {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tshd3pu6HP .image-block {
  margin: auto;
}
.cid-tshd3pu6HP figcaption {
  position: relative;
}
.cid-tshd3pu6HP figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshd3pu6HP .image-block {
    width: 100% !important;
  }
}
.cid-tshd3pGvrF {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshd3pGvrF .image-block {
  margin: auto;
}
.cid-tshd3pGvrF figcaption {
  position: relative;
}
.cid-tshd3pGvrF figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshd3pGvrF .image-block {
    width: 100% !important;
  }
}
.cid-tshd3pTzAf {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-tshd3pTzAf .image-block {
  margin: auto;
}
.cid-tshd3pTzAf figcaption {
  position: relative;
}
.cid-tshd3pTzAf figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshd3pTzAf .image-block {
    width: 100% !important;
  }
}
.cid-tshd3q78Up {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 0px;
}
.cid-tshd3q78Up .image-block {
  margin: auto;
}
.cid-tshd3q78Up figcaption {
  position: relative;
}
.cid-tshd3q78Up figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshd3q78Up .image-block {
    width: 100% !important;
  }
}
.cid-tshd3qje7N {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tshd3qje7N .mbr-section-subtitle {
  color: #000000;
}
.cid-tshd3qje7N H2 {
  color: #232323;
}
.cid-tshd3qw9re {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tshd3qw9re .mbr-section-subtitle {
  color: #000000;
}
.cid-tshd3qw9re H2 {
  color: #232323;
}
.cid-tshd3qKfJI {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tshd3qKfJI .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tshd3qKfJI H2 {
  color: #ffffff;
}
.cid-tshd3qKfJI H3 {
  color: #ffffff;
}
.cid-tshd3qX5wt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tshd3qX5wt h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tshd3qX5wt p {
  color: #767676;
  text-align: left;
}
.cid-tshd3qX5wt .card-box {
  padding-top: 2rem;
}
.cid-tshd3qX5wt .card-wrapper {
  height: 100%;
}
.cid-tshd3qX5wt P {
  text-align: center;
  color: #ffffff;
}
.cid-tshd3qX5wt .card-title {
  text-align: center;
  color: #ddff55;
}
.cid-tshd3rgnG8 {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshd3rgnG8 .image-block {
  margin: auto;
}
.cid-tshd3rgnG8 figcaption {
  position: relative;
}
.cid-tshd3rgnG8 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshd3rgnG8 .image-block {
    width: 100% !important;
  }
}
.cid-tshd3rt0xT {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshd3rt0xT .image-block {
  margin: auto;
}
.cid-tshd3rt0xT figcaption {
  position: relative;
}
.cid-tshd3rt0xT figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshd3rt0xT .image-block {
    width: 100% !important;
  }
}
.cid-tshd3rIB43 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tshd3rIB43 .mbr-section-subtitle {
  color: #1a3246;
}
.cid-tshd3rIB43 H2 {
  color: #ffffff;
}
.cid-tshd3rIB43 H4 {
  color: #ffffff;
}
.cid-tshd3rVoX1 {
  padding-top: 60px;
  padding-bottom: 30px;
  position: relative;
  background-color: #000000;
}
.cid-tshd3rVoX1 p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-tshd3rVoX1 .panel-title {
  border-bottom: 2px solid #5758e0;
  display: flex!important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-tshd3rVoX1 .collapsed {
  border: none;
}
.cid-tshd3rVoX1 .collapsed span {
  transform: rotate(0deg);
}
.cid-tshd3rVoX1 span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #00a335, #fc0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-tshd3rVoX1 .panel-body {
  padding-top: 0.5rem;
}
.cid-tshd3rVoX1 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tshd3rVoX1 .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-tshd3rVoX1 .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-tshd3rVoX1 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tshd3rVoX1 .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-tshd3rVoX1 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tshd3rVoX1 .panel-text {
  color: #ffffff;
}
.cid-tshd3rVoX1 H4 {
  color: #ffffff;
}
.cid-tshd3rVoX1 H2 {
  color: #ffffff;
}
.cid-tshd3rVoX1 .mbr-section-text {
  color: #ffffff;
}
.cid-tshd3rVoX1 H3 {
  color: #ffffff;
}
.cid-tshd3sfYtO {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tshd3sfYtO .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tshd3sfYtO H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tshd3sfYtO H4 {
  color: #ffde00;
}
.cid-tshd3ssTlL {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tshd3ssTlL .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tshd3ssTlL H2 {
  color: #ffffff;
}
.cid-tshd3ssTlL H4 {
  color: #ffffff;
}
.cid-tshd3sGUYL {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshd3sGUYL .image-block {
  margin: auto;
}
.cid-tshd3sGUYL figcaption {
  position: relative;
}
.cid-tshd3sGUYL figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshd3sGUYL .image-block {
    width: 100% !important;
  }
}
.cid-tshd3sUBcH {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tshd3sUBcH .image-block {
  margin: auto;
}
.cid-tshd3sUBcH figcaption {
  position: relative;
}
.cid-tshd3sUBcH figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshd3sUBcH .image-block {
    width: 100% !important;
  }
}
.cid-tshd3ta3aj {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-tshd3ta3aj .image-block {
  margin: auto;
}
.cid-tshd3ta3aj figcaption {
  position: relative;
}
.cid-tshd3ta3aj figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tshd3ta3aj .image-block {
    width: 100% !important;
  }
}
.cid-tshd3toy7N {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tshd3toy7N .mbr-section-subtitle {
  color: #232323;
}
.cid-tshd3toy7N H2 {
  color: #ffffff;
}
.cid-tshd3toy7N H4 {
  color: #ffffff;
}
.cid-ttiWQsXkMx {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-ttiWQsXkMx .image-block {
  margin: auto;
}
.cid-ttiWQsXkMx figcaption {
  position: relative;
}
.cid-ttiWQsXkMx figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiWQsXkMx .image-block {
    width: 100% !important;
  }
}
.cid-ttiWQtPPPg {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ttiWQtPPPg .mbr-section-subtitle {
  color: #000000;
}
.cid-ttiWQtPPPg H2 {
  color: #ddff55;
}
.cid-ttiWQtPPPg H3 {
  color: #000000;
  text-align: center;
}
.cid-ttiWQu553P {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-ttiWQu553P .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ttiWQu553P .video-block {
    width: 100% !important;
  }
}
.cid-ttiWQujCvE {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ttiWQujCvE .mbr-section-subtitle {
  color: #000000;
}
.cid-ttiWQujCvE H2 {
  color: #000000;
}
.cid-ttiWQuDB6y {
  background: #85789e;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-ttiWQuDB6y .image-block {
  margin: auto;
}
.cid-ttiWQuDB6y figcaption {
  position: relative;
}
.cid-ttiWQuDB6y figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiWQuDB6y .image-block {
    width: 100% !important;
  }
}
.cid-ttiWQuViZm {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-ttiWQuViZm .mbr-section-subtitle {
  color: #767676;
}
.cid-ttiWQuViZm H2 {
  color: #ffffff;
}
.cid-ttiWQvaDF7 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-ttiWQvaDF7 .counter-container {
  color: #767676;
}
.cid-ttiWQvaDF7 .counter-container ul {
  margin-bottom: 0;
}
.cid-ttiWQvaDF7 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-ttiWQvaDF7 .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #000000;
  background: #ffde00;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-ttiWQvaDF7 .mbr-text {
  color: #ffffff;
}
.cid-ttiWQvruYm {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-ttiWQvruYm .mbr-section-subtitle {
  color: #5b686b;
}
.cid-ttiWQvruYm H2 {
  color: #000000;
}
.cid-ttiWQvFcDT {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-ttiWQvFcDT .counter-container {
  color: #767676;
}
.cid-ttiWQvFcDT .counter-container ul {
  margin-bottom: 0;
}
.cid-ttiWQvFcDT .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-ttiWQvFcDT .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #0388b3;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-ttiWQvFcDT .mbr-text {
  color: #232323;
}
.cid-ttiWQvUZxz {
  background: #000000;
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-ttiWQvUZxz .image-block {
  margin: auto;
}
.cid-ttiWQvUZxz figcaption {
  position: relative;
}
.cid-ttiWQvUZxz figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiWQvUZxz .image-block {
    width: 100% !important;
  }
}
.cid-ttiWQw9Ozn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ttiWQw9Ozn H1 {
  color: #ffc700;
}
.cid-ttiWQw9Ozn .mbr-text,
.cid-ttiWQw9Ozn .mbr-section-btn {
  color: #232323;
}
.cid-ttiWQw9Ozn H3 {
  color: #5b686b;
}
.cid-ttiWQwusjO {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-ttiWQwusjO .image-block {
  margin: auto;
}
.cid-ttiWQwusjO figcaption {
  position: relative;
}
.cid-ttiWQwusjO figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiWQwusjO .image-block {
    width: 100% !important;
  }
}
.cid-ttiWQwLtB5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ttiWQwLtB5 P {
  color: #767676;
}
.cid-ttiWQwLtB5 .mbr-text,
.cid-ttiWQwLtB5 .mbr-section-btn {
  color: #465052;
}
.cid-ttiWQwLtB5 H3 {
  color: #232323;
}
.cid-ttiWQwLtB5 H1 {
  color: #c7ff00;
}
.cid-ttiWQx4HWv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ttiWQx4HWv .mbr-section-subtitle {
  color: #465052;
}
.cid-ttiWQx4HWv H2 {
  color: #ffffff;
}
.cid-ttiWQxjhjE {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-ttiWQxjhjE .image-block {
  margin: auto;
}
.cid-ttiWQxjhjE figcaption {
  position: relative;
}
.cid-ttiWQxjhjE figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiWQxjhjE .image-block {
    width: 100% !important;
  }
}
.cid-ttiWQxzaZl {
  background: #000000;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-ttiWQxzaZl .image-block {
  margin: auto;
}
.cid-ttiWQxzaZl figcaption {
  position: relative;
}
.cid-ttiWQxzaZl figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiWQxzaZl .image-block {
    width: 100% !important;
  }
}
.cid-ttiWQxSGDn {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ttiWQxSGDn H1 {
  color: #ffffff;
}
.cid-ttiWQxSGDn .mbr-text,
.cid-ttiWQxSGDn .mbr-section-btn {
  color: #232323;
}
.cid-ttiWQxSGDn H3 {
  color: #232323;
}
.cid-ttiWQy91S0 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-ttiWQy91S0 .image-block {
  margin: auto;
}
.cid-ttiWQy91S0 figcaption {
  position: relative;
}
.cid-ttiWQy91S0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiWQy91S0 .image-block {
    width: 100% !important;
  }
}
.cid-ttiWQypi25 {
  background: #232323;
  padding-top: 60px;
  padding-bottom: 15px;
}
.cid-ttiWQypi25 .image-block {
  margin: auto;
}
.cid-ttiWQypi25 figcaption {
  position: relative;
}
.cid-ttiWQypi25 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiWQypi25 .image-block {
    width: 100% !important;
  }
}
.cid-ttiWQyE8nK {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-ttiWQyE8nK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ttiWQyE8nK H2 {
  color: #ffc700;
}
.cid-ttiWQyVQdc {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttiWQyVQdc .mbr-section-subtitle {
  color: #767676;
}
.cid-ttiWQyVQdc H2 {
  color: #000000;
}
.cid-ttiWQzb75H {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttiWQzb75H h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-ttiWQzb75H p {
  color: #767676;
  text-align: left;
}
.cid-ttiWQzb75H .card-box {
  padding-top: 2rem;
}
.cid-ttiWQzb75H .card-wrapper {
  height: 100%;
}
.cid-ttiWQzb75H .card-title DIV {
  text-align: center;
}
.cid-ttiWQzb75H P {
  text-align: center;
  color: #465052;
}
.cid-ttiWQzb75H .card-title {
  text-align: center;
  color: #000000;
}
.cid-ttiWQzBZBN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttiWQzBZBN h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-ttiWQzBZBN p {
  color: #767676;
  text-align: left;
}
.cid-ttiWQzBZBN .card-box {
  padding-top: 2rem;
}
.cid-ttiWQzBZBN .card-wrapper {
  height: 100%;
}
.cid-ttiWQzBZBN .card-title DIV {
  text-align: center;
}
.cid-ttiWQzBZBN P {
  text-align: center;
  color: #465052;
}
.cid-ttiWQzBZBN .card-title {
  text-align: center;
  color: #000000;
}
.cid-ttiWQA09XL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttiWQA09XL h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-ttiWQA09XL p {
  color: #767676;
  text-align: left;
}
.cid-ttiWQA09XL .card-box {
  padding-top: 2rem;
}
.cid-ttiWQA09XL .card-wrapper {
  height: 100%;
}
.cid-ttiWQA09XL .card-title DIV {
  text-align: center;
}
.cid-ttiWQA09XL P {
  text-align: center;
  color: #465052;
}
.cid-ttiWQA09XL .card-title {
  text-align: center;
  color: #000000;
}
.cid-ttiWQApENc {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ttiWQApENc h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-ttiWQApENc p {
  color: #767676;
  text-align: left;
}
.cid-ttiWQApENc .card-box {
  padding-top: 2rem;
}
.cid-ttiWQApENc .card-wrapper {
  height: 100%;
}
.cid-ttiWQApENc .card-title DIV {
  text-align: center;
}
.cid-ttiWQApENc P {
  text-align: center;
  color: #465052;
}
.cid-ttiWQApENc .card-title {
  text-align: center;
  color: #000000;
}
.cid-ttiWQAPqQy {
  background: #232323;
  padding-top: 60px;
  padding-bottom: 0px;
}
.cid-ttiWQAPqQy .image-block {
  margin: auto;
}
.cid-ttiWQAPqQy figcaption {
  position: relative;
}
.cid-ttiWQAPqQy figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiWQAPqQy .image-block {
    width: 100% !important;
  }
}
.cid-ttiWQB7KUB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-ttiWQB7KUB .mbr-section-subtitle {
  color: #ffde00;
}
.cid-ttiWQB7KUB H2 {
  color: #ffffff;
}
.cid-ttiWQBoK8S {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-ttiWQBoK8S .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ttiWQBoK8S H2 {
  color: #ffffff;
}
.cid-ttiWQBGGPy {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-ttiWQBGGPy .image-block {
  margin: auto;
}
.cid-ttiWQBGGPy figcaption {
  position: relative;
}
.cid-ttiWQBGGPy figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiWQBGGPy .image-block {
    width: 100% !important;
  }
}
.cid-ttiWQBXOlP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-ttiWQBXOlP P {
  color: #767676;
}
.cid-ttiWQBXOlP .mbr-text,
.cid-ttiWQBXOlP .mbr-section-btn {
  color: #465052;
}
.cid-ttiWQBXOlP H3 {
  color: #232323;
}
.cid-ttiWQBXOlP H1 {
  color: #ffffff;
}
.cid-ttiWQCiGXr {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-ttiWQCiGXr .image-block {
  margin: auto;
}
.cid-ttiWQCiGXr figcaption {
  position: relative;
}
.cid-ttiWQCiGXr figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiWQCiGXr .image-block {
    width: 100% !important;
  }
}
.cid-ttiWQCAXQm {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-ttiWQCAXQm .image-block {
  margin: auto;
}
.cid-ttiWQCAXQm figcaption {
  position: relative;
}
.cid-ttiWQCAXQm figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiWQCAXQm .image-block {
    width: 100% !important;
  }
}
.cid-ttiWQCRu7S {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-ttiWQCRu7S .mbr-section-subtitle {
  color: #465052;
}
.cid-ttiWQCRu7S H2 {
  color: #ffffff;
}
.cid-ttiWQD9Nlm {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-ttiWQD9Nlm .image-block {
  margin: auto;
}
.cid-ttiWQD9Nlm figcaption {
  position: relative;
}
.cid-ttiWQD9Nlm figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiWQD9Nlm .image-block {
    width: 100% !important;
  }
}
.cid-ttiWQDrgoC {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-ttiWQDrgoC H1 {
  color: #ffffff;
}
.cid-ttiWQDrgoC .mbr-text,
.cid-ttiWQDrgoC .mbr-section-btn {
  color: #232323;
}
.cid-ttiWQDrgoC H3 {
  color: #232323;
}
.cid-ttiWQDMNJe {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-ttiWQDMNJe .image-block {
  margin: auto;
}
.cid-ttiWQDMNJe figcaption {
  position: relative;
}
.cid-ttiWQDMNJe figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiWQDMNJe .image-block {
    width: 100% !important;
  }
}
.cid-ttiWQE4Y4c {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-ttiWQE4Y4c .image-block {
  margin: auto;
}
.cid-ttiWQE4Y4c figcaption {
  position: relative;
}
.cid-ttiWQE4Y4c figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiWQE4Y4c .image-block {
    width: 100% !important;
  }
}
.cid-ttiWQEm6lJ {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttiWQEm6lJ .mbr-section-subtitle {
  color: #767676;
}
.cid-ttiWQEm6lJ H2 {
  color: #000000;
}
.cid-ttiWQEEDg1 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-ttiWQEEDg1 .image-block {
  margin: auto;
}
.cid-ttiWQEEDg1 figcaption {
  position: relative;
}
.cid-ttiWQEEDg1 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiWQEEDg1 .image-block {
    width: 100% !important;
  }
}
.cid-ttiWQEWl5l {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ttiWQEWl5l H1 {
  color: #000000;
}
.cid-ttiWQEWl5l .mbr-text,
.cid-ttiWQEWl5l .mbr-section-btn {
  color: #232323;
}
.cid-ttiWQEWl5l H3 {
  color: #232323;
}
.cid-ttiWQFiRiO {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ttiWQFiRiO .mbr-section-subtitle {
  color: #767676;
}
.cid-ttiWQFiRiO H2 {
  color: #000000;
}
.cid-ttiWQFBgOa {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ttiWQFBgOa .counter-container {
  color: #767676;
}
.cid-ttiWQFBgOa .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-ttiWQFBgOa .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-ttiWQFBgOa .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
  position: relative;
}
.cid-ttiWQFBgOa .counter-container ol li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #69b6a1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-ttiWQFBgOa .mbr-text {
  color: #000000;
}
.cid-ttiWQFV9x7 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-ttiWQFV9x7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ttiWQFV9x7 H2 {
  color: #ddff55;
}
.cid-ttiWQFV9x7 H3 {
  color: #ddff55;
}
.cid-ttiWQGdbOx {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-ttiWQGdbOx .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ttiWQGdbOx .video-block {
    width: 100% !important;
  }
}
.cid-ttiWQGw5YO {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-ttiWQGw5YO h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-ttiWQGw5YO p {
  color: #767676;
  text-align: left;
}
.cid-ttiWQGw5YO .card-box {
  padding-top: 2rem;
}
.cid-ttiWQGw5YO .card-wrapper {
  height: 100%;
}
.cid-ttiWQGw5YO P {
  text-align: center;
  color: #ffffff;
}
.cid-ttiWQGw5YO .card-title {
  text-align: center;
  color: #ffde00;
}
.cid-ttiWQGYeWx {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-ttiWQGYeWx .image-block {
  margin: auto;
}
.cid-ttiWQGYeWx figcaption {
  position: relative;
}
.cid-ttiWQGYeWx figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiWQGYeWx .image-block {
    width: 100% !important;
  }
}
.cid-ttiWQHhjSb {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-ttiWQHhjSb .image-block {
  margin: auto;
}
.cid-ttiWQHhjSb figcaption {
  position: relative;
}
.cid-ttiWQHhjSb figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiWQHhjSb .image-block {
    width: 100% !important;
  }
}
.cid-ttiWQHAvFt {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-ttiWQHAvFt .mbr-section-subtitle {
  color: #1a3246;
}
.cid-ttiWQHAvFt H2 {
  color: #ffffff;
}
.cid-ttiWQHAvFt H4 {
  color: #ffffff;
}
.cid-ttiWQHTsIm {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 0px;
}
.cid-ttiWQHTsIm .image-block {
  margin: auto;
}
.cid-ttiWQHTsIm figcaption {
  position: relative;
}
.cid-ttiWQHTsIm figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiWQHTsIm .image-block {
    width: 100% !important;
  }
}
.cid-ttiWQIdzdk {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ttiWQIdzdk .mbr-section-subtitle {
  color: #000000;
}
.cid-ttiWQIdzdk H2 {
  color: #232323;
}
.cid-ttiWQIzo4M {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ttiWQIzo4M .mbr-section-subtitle {
  color: #000000;
}
.cid-ttiWQIzo4M H2 {
  color: #232323;
}
.cid-ttiWQITzaI {
  background: #000000;
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-ttiWQITzaI .image-block {
  margin: auto;
}
.cid-ttiWQITzaI figcaption {
  position: relative;
}
.cid-ttiWQITzaI figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiWQITzaI .image-block {
    width: 100% !important;
  }
}
.cid-ttiWQJdVhi {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-ttiWQJdVhi .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ttiWQJdVhi H2 {
  color: #ffffff;
}
.cid-ttiWQJwmLP {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-ttiWQJwmLP .image-block {
  margin: auto;
}
.cid-ttiWQJwmLP figcaption {
  position: relative;
}
.cid-ttiWQJwmLP figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiWQJwmLP .image-block {
    width: 100% !important;
  }
}
.cid-ttiWQJQTzA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ttiWQJQTzA P {
  color: #767676;
}
.cid-ttiWQJQTzA .mbr-text,
.cid-ttiWQJQTzA .mbr-section-btn {
  color: #465052;
}
.cid-ttiWQJQTzA H3 {
  color: #232323;
}
.cid-ttiWQJQTzA H1 {
  color: #ffffff;
}
.cid-ttiWQKfbHV {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-ttiWQKfbHV .image-block {
  margin: auto;
}
.cid-ttiWQKfbHV figcaption {
  position: relative;
}
.cid-ttiWQKfbHV figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiWQKfbHV .image-block {
    width: 100% !important;
  }
}
.cid-ttiWQKAzV2 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-ttiWQKAzV2 .image-block {
  margin: auto;
}
.cid-ttiWQKAzV2 figcaption {
  position: relative;
}
.cid-ttiWQKAzV2 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiWQKAzV2 .image-block {
    width: 100% !important;
  }
}
.cid-ttiWQKUyN2 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ttiWQKUyN2 H1 {
  color: #ffffff;
}
.cid-ttiWQKUyN2 .mbr-text,
.cid-ttiWQKUyN2 .mbr-section-btn {
  color: #232323;
}
.cid-ttiWQKUyN2 H3 {
  color: #232323;
}
.cid-ttiWQLg0mJ {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-ttiWQLg0mJ .image-block {
  margin: auto;
}
.cid-ttiWQLg0mJ figcaption {
  position: relative;
}
.cid-ttiWQLg0mJ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiWQLg0mJ .image-block {
    width: 100% !important;
  }
}
.cid-ttiWQLCT7n {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttiWQLCT7n .mbr-section-subtitle {
  color: #5b686b;
}
.cid-ttiWQLCT7n H2 {
  color: #000000;
}
.cid-ttiWQLW90c {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttiWQLW90c .mbr-section-subtitle {
  color: #000000;
}
.cid-ttiWQLW90c H2 {
  color: #232323;
}
.cid-ttiWQMh2md {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-ttiWQMh2md .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ttiWQMh2md .video-block {
    width: 100% !important;
  }
}
.cid-ttiWQMBDlD {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttiWQMBDlD .mbr-section-subtitle {
  color: #000000;
}
.cid-ttiWQMBDlD H2 {
  color: #232323;
}
.cid-ttiWQMWiL6 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-ttiWQMWiL6 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ttiWQMWiL6 .video-block {
    width: 100% !important;
  }
}
.cid-ttiWQNiwVb {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttiWQNiwVb .mbr-section-subtitle {
  color: #000000;
}
.cid-ttiWQNiwVb H2 {
  color: #232323;
}
.cid-ttiWQNDera {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-ttiWQNDera .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ttiWQNDera .video-block {
    width: 100% !important;
  }
}
.cid-ttiWQNX5W4 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttiWQNX5W4 .mbr-section-subtitle {
  color: #000000;
}
.cid-ttiWQNX5W4 H2 {
  color: #232323;
}
.cid-ttiWQOiygp {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-ttiWQOiygp .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ttiWQOiygp .video-block {
    width: 100% !important;
  }
}
.cid-ttiWQODtdt {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttiWQODtdt .mbr-section-subtitle {
  color: #000000;
}
.cid-ttiWQODtdt H2 {
  color: #232323;
}
.cid-ttiWQP1AAe {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-ttiWQP1AAe .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ttiWQP1AAe .video-block {
    width: 100% !important;
  }
}
.cid-ttiWQPmmFU {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttiWQPmmFU .mbr-section-subtitle {
  color: #000000;
}
.cid-ttiWQPmmFU H2 {
  color: #232323;
}
.cid-ttiWQPI5EN {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-ttiWQPI5EN .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ttiWQPI5EN .video-block {
    width: 100% !important;
  }
}
.cid-ttiWQQ3cGA {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-ttiWQQ3cGA .image-block {
  margin: auto;
}
.cid-ttiWQQ3cGA figcaption {
  position: relative;
}
.cid-ttiWQQ3cGA figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiWQQ3cGA .image-block {
    width: 100% !important;
  }
}
.cid-ttiWQQq5So {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-ttiWQQq5So .image-block {
  margin: auto;
}
.cid-ttiWQQq5So figcaption {
  position: relative;
}
.cid-ttiWQQq5So figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiWQQq5So .image-block {
    width: 100% !important;
  }
}
.cid-ttiWQQM5wK {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttiWQQM5wK .mbr-section-subtitle {
  color: #000000;
}
.cid-ttiWQQM5wK H2 {
  color: #232323;
}
.cid-ttiWQR83CE {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-ttiWQR83CE .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ttiWQR83CE .video-block {
    width: 100% !important;
  }
}
.cid-ttiWQRt8H8 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttiWQRt8H8 .mbr-section-subtitle {
  color: #000000;
}
.cid-ttiWQRt8H8 H2 {
  color: #232323;
}
.cid-ttiWQRPdgH {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-ttiWQRPdgH .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ttiWQRPdgH .video-block {
    width: 100% !important;
  }
}
.cid-ttiWQSdMKy {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttiWQSdMKy .mbr-section-subtitle {
  color: #000000;
}
.cid-ttiWQSdMKy H2 {
  color: #232323;
}
.cid-ttiWQSA303 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-ttiWQSA303 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ttiWQSA303 .video-block {
    width: 100% !important;
  }
}
.cid-ttiWQSVtDK {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttiWQSVtDK .mbr-section-subtitle {
  color: #000000;
}
.cid-ttiWQSVtDK H2 {
  color: #232323;
}
.cid-ttiWQTiDmQ {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-ttiWQTiDmQ .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ttiWQTiDmQ .video-block {
    width: 100% !important;
  }
}
.cid-ttiWQTGGel {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttiWQTGGel .mbr-section-subtitle {
  color: #000000;
}
.cid-ttiWQTGGel H2 {
  color: #232323;
}
.cid-ttiWQU2e1s {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-ttiWQU2e1s .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ttiWQU2e1s .video-block {
    width: 100% !important;
  }
}
.cid-ttiWQUoHtn {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-ttiWQUoHtn .image-block {
  margin: auto;
}
.cid-ttiWQUoHtn figcaption {
  position: relative;
}
.cid-ttiWQUoHtn figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiWQUoHtn .image-block {
    width: 100% !important;
  }
}
.cid-ttiWQULRmd {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-ttiWQULRmd .image-block {
  margin: auto;
}
.cid-ttiWQULRmd figcaption {
  position: relative;
}
.cid-ttiWQULRmd figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiWQULRmd .image-block {
    width: 100% !important;
  }
}
.cid-ttiWQV7FLK {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttiWQV7FLK .mbr-section-subtitle {
  color: #000000;
}
.cid-ttiWQV7FLK H2 {
  color: #232323;
}
.cid-ttiWQVw17h {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-ttiWQVw17h .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ttiWQVw17h .video-block {
    width: 100% !important;
  }
}
.cid-ttiWQVSve3 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttiWQVSve3 .mbr-section-subtitle {
  color: #000000;
}
.cid-ttiWQVSve3 H2 {
  color: #232323;
}
.cid-ttiWQWfKRI {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-ttiWQWfKRI .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ttiWQWfKRI .video-block {
    width: 100% !important;
  }
}
.cid-ttiWQWB54b {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttiWQWB54b .mbr-section-subtitle {
  color: #000000;
}
.cid-ttiWQWB54b H2 {
  color: #232323;
}
.cid-ttiWQX1nYc {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-ttiWQX1nYc .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ttiWQX1nYc .video-block {
    width: 100% !important;
  }
}
.cid-ttiWQXnJAb {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttiWQXnJAb .mbr-section-subtitle {
  color: #000000;
}
.cid-ttiWQXnJAb H2 {
  color: #232323;
}
.cid-ttiWQXLd3q {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-ttiWQXLd3q .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ttiWQXLd3q .video-block {
    width: 100% !important;
  }
}
.cid-ttiWQY8yNi {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttiWQY8yNi .mbr-section-subtitle {
  color: #000000;
}
.cid-ttiWQY8yNi H2 {
  color: #232323;
}
.cid-ttiWQYx3J7 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-ttiWQYx3J7 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ttiWQYx3J7 .video-block {
    width: 100% !important;
  }
}
.cid-ttiWQYUmFw {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-ttiWQYUmFw .image-block {
  margin: auto;
}
.cid-ttiWQYUmFw figcaption {
  position: relative;
}
.cid-ttiWQYUmFw figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiWQYUmFw .image-block {
    width: 100% !important;
  }
}
.cid-ttiWQZiN6e {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-ttiWQZiN6e .image-block {
  margin: auto;
}
.cid-ttiWQZiN6e figcaption {
  position: relative;
}
.cid-ttiWQZiN6e figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiWQZiN6e .image-block {
    width: 100% !important;
  }
}
.cid-ttiWQZF6Eh {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttiWQZF6Eh .mbr-section-subtitle {
  color: #000000;
}
.cid-ttiWQZF6Eh H2 {
  color: #232323;
}
.cid-ttiWR05qdc {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-ttiWR05qdc .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ttiWR05qdc .video-block {
    width: 100% !important;
  }
}
.cid-ttiWR0sCrZ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttiWR0sCrZ .mbr-section-subtitle {
  color: #000000;
}
.cid-ttiWR0sCrZ H2 {
  color: #232323;
}
.cid-ttiWR0RfuU {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-ttiWR0RfuU .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ttiWR0RfuU .video-block {
    width: 100% !important;
  }
}
.cid-ttiWR1eBwj {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttiWR1eBwj .mbr-section-subtitle {
  color: #000000;
}
.cid-ttiWR1eBwj H2 {
  color: #232323;
}
.cid-ttiWR1CkBy {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-ttiWR1CkBy .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ttiWR1CkBy .video-block {
    width: 100% !important;
  }
}
.cid-ttiWR22QFx {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttiWR22QFx .mbr-section-subtitle {
  color: #000000;
}
.cid-ttiWR22QFx H2 {
  color: #232323;
}
.cid-ttiWR2runo {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-ttiWR2runo .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ttiWR2runo .video-block {
    width: 100% !important;
  }
}
.cid-ttiWR2P6e4 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttiWR2P6e4 .mbr-section-subtitle {
  color: #000000;
}
.cid-ttiWR2P6e4 H2 {
  color: #232323;
}
.cid-ttiWR3fAHI {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-ttiWR3fAHI .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ttiWR3fAHI .video-block {
    width: 100% !important;
  }
}
.cid-ttiWR3EWE8 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-ttiWR3EWE8 .image-block {
  margin: auto;
}
.cid-ttiWR3EWE8 figcaption {
  position: relative;
}
.cid-ttiWR3EWE8 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiWR3EWE8 .image-block {
    width: 100% !important;
  }
}
.cid-ttiWR43xhz {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-ttiWR43xhz .image-block {
  margin: auto;
}
.cid-ttiWR43xhz figcaption {
  position: relative;
}
.cid-ttiWR43xhz figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiWR43xhz .image-block {
    width: 100% !important;
  }
}
.cid-ttiWR4sxpW {
  background: #622d46;
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-ttiWR4sxpW .image-block {
  margin: auto;
}
.cid-ttiWR4sxpW figcaption {
  position: relative;
}
.cid-ttiWR4sxpW figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiWR4sxpW .image-block {
    width: 100% !important;
  }
}
.cid-ttiWR4QxSE {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #622d46;
}
.cid-ttiWR4QxSE .mbr-section-subtitle {
  color: #767676;
}
.cid-ttiWR4QxSE H2 {
  color: #f9f295;
}
.cid-ttiWR5hdvF {
  background: #622d46;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-ttiWR5hdvF .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ttiWR5hdvF .video-block {
    width: 100% !important;
  }
}
.cid-ttiWR5F4Bb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #622d46;
}
.cid-ttiWR5F4Bb .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ttiWR5F4Bb H2 {
  color: #ffffff;
}
.cid-ttiWR64up0 {
  background: #622d46;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-ttiWR64up0 .image-block {
  margin: auto;
}
.cid-ttiWR64up0 figcaption {
  position: relative;
}
.cid-ttiWR64up0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiWR64up0 .image-block {
    width: 100% !important;
  }
}
.cid-ttiWR6tpCy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #622d46;
}
.cid-ttiWR6tpCy H1 {
  color: #ffffff;
}
.cid-ttiWR6tpCy .mbr-text,
.cid-ttiWR6tpCy .mbr-section-btn {
  color: #232323;
}
.cid-ttiWR6tpCy H3 {
  color: #232323;
}
.cid-ttiWR6WFRn {
  background: #622d46;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-ttiWR6WFRn .image-block {
  margin: auto;
}
.cid-ttiWR6WFRn figcaption {
  position: relative;
}
.cid-ttiWR6WFRn figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiWR6WFRn .image-block {
    width: 100% !important;
  }
}
.cid-ttiWR7lmPx {
  background: #622d46;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-ttiWR7lmPx .image-block {
  margin: auto;
}
.cid-ttiWR7lmPx figcaption {
  position: relative;
}
.cid-ttiWR7lmPx figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiWR7lmPx .image-block {
    width: 100% !important;
  }
}
.cid-ttiWR7KMNG {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #622d46;
}
.cid-ttiWR7KMNG H1 {
  color: #ffffff;
}
.cid-ttiWR7KMNG .mbr-text,
.cid-ttiWR7KMNG .mbr-section-btn {
  color: #232323;
}
.cid-ttiWR7KMNG H3 {
  color: #232323;
}
.cid-ttiWR8dYrx {
  background: #622d46;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-ttiWR8dYrx .image-block {
  margin: auto;
}
.cid-ttiWR8dYrx figcaption {
  position: relative;
}
.cid-ttiWR8dYrx figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiWR8dYrx .image-block {
    width: 100% !important;
  }
}
.cid-ttiWR8C9ER {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ttiWR8C9ER .mbr-section-subtitle {
  color: #232323;
}
.cid-ttiWR8C9ER H2 {
  color: #232323;
}
.cid-ttiXjzJeEb {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-ttiXjzJeEb .image-block {
  margin: auto;
}
.cid-ttiXjzJeEb figcaption {
  position: relative;
}
.cid-ttiXjzJeEb figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiXjzJeEb .image-block {
    width: 100% !important;
  }
}
.cid-ttiWR9tZpW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttiWR9tZpW H1 {
  color: #232323;
}
.cid-ttiWR9tZpW .mbr-text,
.cid-ttiWR9tZpW .mbr-section-btn {
  color: #232323;
}
.cid-ttiWR9tZpW H3 {
  color: #232323;
}
.cid-ttiXpc4ayK {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-ttiXpc4ayK .image-block {
  margin: auto;
}
.cid-ttiXpc4ayK figcaption {
  position: relative;
}
.cid-ttiXpc4ayK figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiXpc4ayK .image-block {
    width: 100% !important;
  }
}
.cid-ttiWRamvNB {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-ttiWRamvNB .image-block {
  margin: auto;
}
.cid-ttiWRamvNB figcaption {
  position: relative;
}
.cid-ttiWRamvNB figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiWRamvNB .image-block {
    width: 100% !important;
  }
}
.cid-ttiWRaMmal {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttiWRaMmal H1 {
  color: #000000;
}
.cid-ttiWRaMmal .mbr-text,
.cid-ttiWRaMmal .mbr-section-btn {
  color: #232323;
}
.cid-ttiWRaMmal H3 {
  color: #232323;
}
.cid-ttiWRbgvDU {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-ttiWRbgvDU .image-block {
  margin: auto;
}
.cid-ttiWRbgvDU figcaption {
  position: relative;
}
.cid-ttiWRbgvDU figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiWRbgvDU .image-block {
    width: 100% !important;
  }
}
.cid-ttiWRbGMw2 {
  padding-top: 60px;
  padding-bottom: 45px;
  position: relative;
  background-color: #000000;
}
.cid-ttiWRbGMw2 p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-ttiWRbGMw2 .panel-title {
  border-bottom: 2px solid #5758e0;
  display: flex!important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-ttiWRbGMw2 .collapsed {
  border: none;
}
.cid-ttiWRbGMw2 .collapsed span {
  transform: rotate(0deg);
}
.cid-ttiWRbGMw2 span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #00a335, #fc0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-ttiWRbGMw2 .panel-body {
  padding-top: 0.5rem;
}
.cid-ttiWRbGMw2 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-ttiWRbGMw2 .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-ttiWRbGMw2 .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-ttiWRbGMw2 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-ttiWRbGMw2 .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-ttiWRbGMw2 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-ttiWRbGMw2 .panel-text {
  color: #ffffff;
}
.cid-ttiWRbGMw2 H4 {
  color: #ffffff;
}
.cid-ttiWRbGMw2 H2 {
  color: #ffffff;
}
.cid-ttiWRbGMw2 .mbr-section-text {
  color: #ffffff;
}
.cid-ttiWRceZGN {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-ttiWRceZGN .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ttiWRceZGN H2 {
  color: #ffffff;
}
.cid-ttiWRcFOCe {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-ttiWRcFOCe .image-block {
  margin: auto;
}
.cid-ttiWRcFOCe figcaption {
  position: relative;
}
.cid-ttiWRcFOCe figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiWRcFOCe .image-block {
    width: 100% !important;
  }
}
.cid-ttiWRd8NJf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-ttiWRd8NJf .mbr-section-subtitle {
  color: #232323;
}
.cid-ttiWRd8NJf H2 {
  color: #ffffff;
}
.cid-sQtDkzq1P9 {
  background: #8f0000;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-sQtDkzq1P9 .image-block {
  margin: auto;
}
.cid-sQtDkzq1P9 figcaption {
  position: relative;
}
.cid-sQtDkzq1P9 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sQtDkzq1P9 .image-block {
    width: 100% !important;
  }
}
.cid-sCZdQGgMtq {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sCZdQGgMtq .mbr-section-subtitle {
  color: #5b686b;
}
.cid-sCZdQGgMtq H2 {
  color: #000000;
}
.cid-sCZdQGBYSn {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-sCZdQGBYSn .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sCZdQGBYSn .video-block {
    width: 100% !important;
  }
}
.cid-sCZdQGSG6G {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sCZdQGSG6G P {
  color: #767676;
}
.cid-sCZdQGSG6G .mbr-text,
.cid-sCZdQGSG6G .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-sCZdQGSG6G H3 {
  color: #000000;
}
.cid-sCZdQGSG6G H1 {
  color: #730303;
}
.cid-sCZNADbkv9 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sCZNADbkv9 H1 {
  color: #073b4c;
}
.cid-sCZNADbkv9 .mbr-text,
.cid-sCZNADbkv9 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-sCZNADbkv9 H3 {
  color: #232323;
}
.cid-to2nYhChvd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-to2nYhChvd .mbr-section-subtitle {
  color: #232323;
}
.cid-to2nYhChvd H2 {
  color: #ffffff;
}
.cid-tuPTQH8NFx {
  background: #000000;
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-tuPTQH8NFx .image-block {
  margin: auto;
}
.cid-tuPTQH8NFx figcaption {
  position: relative;
}
.cid-tuPTQH8NFx figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tuPTQH8NFx .image-block {
    width: 100% !important;
  }
}
.cid-tuPTQHwmuN {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tuPTQHwmuN .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tuPTQHwmuN H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tuPTQHwmuN H4 {
  color: #ffde00;
}
.cid-tuPTQHFldC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tuPTQHFldC .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tuPTQHFldC H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tuPTQHFldC H4 {
  color: #ffde00;
}
.cid-tuPTQHPEA1 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tuPTQHPEA1 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tuPTQHPEA1 H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tuPTQHPEA1 H4 {
  color: #ffde00;
}
.cid-tuPTQHYRJM {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tuPTQHYRJM .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tuPTQHYRJM .video-block {
    width: 100% !important;
  }
}
.cid-tuPTQI8KIH {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-tuPTQI8KIH .image-block {
  margin: auto;
}
.cid-tuPTQI8KIH figcaption {
  position: relative;
}
.cid-tuPTQI8KIH figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tuPTQI8KIH .image-block {
    width: 100% !important;
  }
}
.cid-tuPTQIhDi5 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tuPTQIhDi5 .image-block {
  margin: auto;
}
.cid-tuPTQIhDi5 figcaption {
  position: relative;
}
.cid-tuPTQIhDi5 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tuPTQIhDi5 .image-block {
    width: 100% !important;
  }
}
.cid-tuPTQIr2xI {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tuPTQIr2xI .image-block {
  margin: auto;
}
.cid-tuPTQIr2xI figcaption {
  position: relative;
}
.cid-tuPTQIr2xI figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tuPTQIr2xI .image-block {
    width: 100% !important;
  }
}
.cid-tuPTQIC2iI {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-tuPTQIC2iI .image-block {
  margin: auto;
}
.cid-tuPTQIC2iI figcaption {
  position: relative;
}
.cid-tuPTQIC2iI figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tuPTQIC2iI .image-block {
    width: 100% !important;
  }
}
.cid-tuPTQIKS7v {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tuPTQIKS7v .mbr-section-subtitle {
  color: #ddff55;
}
.cid-tuPTQIKS7v H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tuPTQIKS7v H4 {
  color: #efefef;
}
.cid-tuPTQIUSo0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tuPTQIUSo0 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tuPTQIUSo0 p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-tuPTQIUSo0 .card-img {
  text-align: left;
  background-color: #303030;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3rem 2.5rem 0 2.5rem;
}
.cid-tuPTQIUSo0 .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-tuPTQIUSo0 .card-box {
  padding: 0rem 2.5rem 3rem 2.5rem;
  background-color: #303030;
}
.cid-tuPTQIUSo0 P {
  text-align: center;
  color: #ffffff;
}
.cid-tuPTQIUSo0 .card-title,
.cid-tuPTQIUSo0 .card-img {
  text-align: center;
  color: #ddff55;
}
.cid-tuPTQJd4Uk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tuPTQJd4Uk h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tuPTQJd4Uk p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-tuPTQJd4Uk .card-img {
  text-align: left;
  background-color: #303030;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3rem 2.5rem 0 2.5rem;
}
.cid-tuPTQJd4Uk .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-tuPTQJd4Uk .card-box {
  padding: 0rem 2.5rem 3rem 2.5rem;
  background-color: #303030;
}
.cid-tuPTQJd4Uk P {
  text-align: center;
  color: #ffffff;
}
.cid-tuPTQJd4Uk .card-title,
.cid-tuPTQJd4Uk .card-img {
  text-align: center;
  color: #ddff55;
}
.cid-tuPTQJvxGJ {
  background: #000000;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-tuPTQJvxGJ .image-block {
  margin: auto;
}
.cid-tuPTQJvxGJ figcaption {
  position: relative;
}
.cid-tuPTQJvxGJ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tuPTQJvxGJ .image-block {
    width: 100% !important;
  }
}
.cid-tuPTQJFUh4 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tuPTQJFUh4 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tuPTQJFUh4 H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tuPTQJFUh4 H4 {
  color: #c7ff00;
}
.cid-tuPTQJPqGf {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tuPTQJPqGf .image-block {
  margin: auto;
}
.cid-tuPTQJPqGf figcaption {
  position: relative;
}
.cid-tuPTQJPqGf figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tuPTQJPqGf .image-block {
    width: 100% !important;
  }
}
.cid-tuPTQK15ln {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tuPTQK15ln .image-block {
  margin: auto;
}
.cid-tuPTQK15ln figcaption {
  position: relative;
}
.cid-tuPTQK15ln figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tuPTQK15ln .image-block {
    width: 100% !important;
  }
}
.cid-tuPTQKc7gt {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tuPTQKc7gt .image-block {
  margin: auto;
}
.cid-tuPTQKc7gt figcaption {
  position: relative;
}
.cid-tuPTQKc7gt figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tuPTQKc7gt .image-block {
    width: 100% !important;
  }
}
.cid-tuPTQKmsXW {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tuPTQKmsXW .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tuPTQKmsXW H2 {
  color: #ffffff;
}
.cid-tuPTQKmsXW H4 {
  color: #ffffff;
}
.cid-tuPTQKwALU {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tuPTQKwALU .mbr-section-title {
  text-align: center;
  color: #c7f900;
}
.cid-tuPTQKwALU .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tuPTQKIJM0 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tuPTQKIJM0 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tuPTQKIJM0 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tuPTQKIJM0 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tuPTQKIJM0 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tuPTQKIJM0 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tuPTQKIJM0 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tuPTQKIJM0 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tuPTQKIJM0 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tuPTQKIJM0 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #ffffff !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tuPTQL2chy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tuPTQL2chy .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tuPTQL2chy H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tuPTQL2chy H4 {
  color: #ffffff;
}
.cid-tuPTQLek7v {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tuPTQLek7v .image-block {
  margin: auto;
}
.cid-tuPTQLek7v figcaption {
  position: relative;
}
.cid-tuPTQLek7v figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tuPTQLek7v .image-block {
    width: 100% !important;
  }
}
.cid-tuPTQLrOUc {
  background: #232323;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-tuPTQLrOUc .image-block {
  margin: auto;
}
.cid-tuPTQLrOUc figcaption {
  position: relative;
}
.cid-tuPTQLrOUc figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tuPTQLrOUc .image-block {
    width: 100% !important;
  }
}
.cid-tuPTQLDIgU {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tuPTQLDIgU .image-block {
  margin: auto;
}
.cid-tuPTQLDIgU figcaption {
  position: relative;
}
.cid-tuPTQLDIgU figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tuPTQLDIgU .image-block {
    width: 100% !important;
  }
}
.cid-tuPTQLQHdn {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tuPTQLQHdn .image-block {
  margin: auto;
}
.cid-tuPTQLQHdn figcaption {
  position: relative;
}
.cid-tuPTQLQHdn figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tuPTQLQHdn .image-block {
    width: 100% !important;
  }
}
.cid-tuPTQM28qx {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tuPTQM28qx .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tuPTQM28qx H2 {
  color: #ffffff;
}
.cid-tuPTQM28qx H4 {
  color: #ffffff;
}
.cid-tuPTQMdVhb {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tuPTQMdVhb .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tuPTQMdVhb H2 {
  color: #ddff55;
}
.cid-tuPTQMdVhb H3 {
  color: #fff000;
}
.cid-tuPTQMplWH {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tuPTQMplWH .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tuPTQMplWH .video-block {
    width: 100% !important;
  }
}
.cid-tuPTQMAWmN {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tuPTQMAWmN .mbr-section-title {
  text-align: center;
  color: #ffde00;
}
.cid-tuPTQMAWmN .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tuPTQMOqna {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tuPTQMOqna .mbr-text {
  color: #767676;
}
.cid-tuPTQMOqna h4 {
  text-align: center;
}
.cid-tuPTQMOqna p {
  text-align: center;
}
.cid-tuPTQMOqna .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-tuPTQMOqna .card-title,
.cid-tuPTQMOqna .card-img {
  color: #ffffff;
}
.cid-tuPTQN9wiH {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tuPTQN9wiH .image-block {
  margin: auto;
}
.cid-tuPTQN9wiH figcaption {
  position: relative;
}
.cid-tuPTQN9wiH figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tuPTQN9wiH .image-block {
    width: 100% !important;
  }
}
.cid-tuPTQNm3Ka {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tuPTQNm3Ka .image-block {
  margin: auto;
}
.cid-tuPTQNm3Ka figcaption {
  position: relative;
}
.cid-tuPTQNm3Ka figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tuPTQNm3Ka .image-block {
    width: 100% !important;
  }
}
.cid-tuPTQNy2uY {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-tuPTQNy2uY .image-block {
  margin: auto;
}
.cid-tuPTQNy2uY figcaption {
  position: relative;
}
.cid-tuPTQNy2uY figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tuPTQNy2uY .image-block {
    width: 100% !important;
  }
}
.cid-tuPTQNKTmJ {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 0px;
}
.cid-tuPTQNKTmJ .image-block {
  margin: auto;
}
.cid-tuPTQNKTmJ figcaption {
  position: relative;
}
.cid-tuPTQNKTmJ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tuPTQNKTmJ .image-block {
    width: 100% !important;
  }
}
.cid-tuPTQNWjdY {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tuPTQNWjdY .mbr-section-subtitle {
  color: #000000;
}
.cid-tuPTQNWjdY H2 {
  color: #232323;
}
.cid-tuPTQO9mG7 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tuPTQO9mG7 .mbr-section-subtitle {
  color: #000000;
}
.cid-tuPTQO9mG7 H2 {
  color: #232323;
}
.cid-tuPTQOoJST {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tuPTQOoJST .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tuPTQOoJST H2 {
  color: #ffffff;
}
.cid-tuPTQOoJST H3 {
  color: #ffffff;
}
.cid-tuPTQOAefo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tuPTQOAefo h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tuPTQOAefo p {
  color: #767676;
  text-align: left;
}
.cid-tuPTQOAefo .card-box {
  padding-top: 2rem;
}
.cid-tuPTQOAefo .card-wrapper {
  height: 100%;
}
.cid-tuPTQOAefo P {
  text-align: center;
  color: #ffffff;
}
.cid-tuPTQOAefo .card-title {
  text-align: center;
  color: #ddff55;
}
.cid-tuPTQOVUBN {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tuPTQOVUBN .image-block {
  margin: auto;
}
.cid-tuPTQOVUBN figcaption {
  position: relative;
}
.cid-tuPTQOVUBN figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tuPTQOVUBN .image-block {
    width: 100% !important;
  }
}
.cid-tuPTQP8pkj {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tuPTQP8pkj .image-block {
  margin: auto;
}
.cid-tuPTQP8pkj figcaption {
  position: relative;
}
.cid-tuPTQP8pkj figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tuPTQP8pkj .image-block {
    width: 100% !important;
  }
}
.cid-tuPTQPlcLp {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tuPTQPlcLp .mbr-section-subtitle {
  color: #1a3246;
}
.cid-tuPTQPlcLp H2 {
  color: #ffffff;
}
.cid-tuPTQPlcLp H4 {
  color: #ffffff;
}
.cid-tuPTQPyLbT {
  padding-top: 60px;
  padding-bottom: 30px;
  position: relative;
  background-color: #000000;
}
.cid-tuPTQPyLbT p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-tuPTQPyLbT .panel-title {
  border-bottom: 2px solid #5758e0;
  display: flex!important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-tuPTQPyLbT .collapsed {
  border: none;
}
.cid-tuPTQPyLbT .collapsed span {
  transform: rotate(0deg);
}
.cid-tuPTQPyLbT span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #00a335, #fc0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-tuPTQPyLbT .panel-body {
  padding-top: 0.5rem;
}
.cid-tuPTQPyLbT .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tuPTQPyLbT .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-tuPTQPyLbT .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-tuPTQPyLbT .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tuPTQPyLbT .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-tuPTQPyLbT .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tuPTQPyLbT .panel-text {
  color: #ffffff;
}
.cid-tuPTQPyLbT H4 {
  color: #ffffff;
}
.cid-tuPTQPyLbT H2 {
  color: #ffffff;
}
.cid-tuPTQPyLbT .mbr-section-text {
  color: #ffffff;
}
.cid-tuPTQPyLbT H3 {
  color: #ffffff;
}
.cid-tuPTQPURMf {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tuPTQPURMf .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tuPTQPURMf H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tuPTQPURMf H4 {
  color: #ffde00;
}
.cid-tuPTQQ8CWK {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tuPTQQ8CWK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tuPTQQ8CWK H2 {
  color: #ffffff;
}
.cid-tuPTQQ8CWK H4 {
  color: #ffffff;
}
.cid-tuPTQQm7fo {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tuPTQQm7fo .image-block {
  margin: auto;
}
.cid-tuPTQQm7fo figcaption {
  position: relative;
}
.cid-tuPTQQm7fo figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tuPTQQm7fo .image-block {
    width: 100% !important;
  }
}
.cid-tuPTQQAlJe {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tuPTQQAlJe .image-block {
  margin: auto;
}
.cid-tuPTQQAlJe figcaption {
  position: relative;
}
.cid-tuPTQQAlJe figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tuPTQQAlJe .image-block {
    width: 100% !important;
  }
}
.cid-tuPTQQOXty {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-tuPTQQOXty .image-block {
  margin: auto;
}
.cid-tuPTQQOXty figcaption {
  position: relative;
}
.cid-tuPTQQOXty figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tuPTQQOXty .image-block {
    width: 100% !important;
  }
}
.cid-tuPTQR2JKo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tuPTQR2JKo .mbr-section-subtitle {
  color: #232323;
}
.cid-tuPTQR2JKo H2 {
  color: #ffffff;
}
.cid-tuPTQR2JKo H4 {
  color: #ffffff;
}
.cid-twNP46afYx {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-twNP46afYx .mbr-section-subtitle {
  color: #5b686b;
}
.cid-twNP46afYx H2 {
  color: #0f7699;
}
.cid-twNP46oqUZ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-twNP46oqUZ .mbr-section-subtitle {
  color: #8f0000;
}
.cid-twNP46oqUZ H2 {
  text-align: center;
}
.cid-twNP46vRjY {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-twNP46vRjY .mbr-text,
.cid-twNP46vRjY blockquote {
  color: #767676;
}
.cid-twNP46vRjY .mbr-text {
  color: #232323;
}
.cid-twNP48dfDc {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-twNP48dfDc .mbr-section-subtitle {
  color: #767676;
}
.cid-twNP48dfDc H2 {
  text-align: center;
}
.cid-twNP48yJBb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-twNP48yJBb .mbr-section-subtitle {
  color: #232323;
}
.cid-twNP48yJBb H2 {
  color: #ffffff;
}
.cid-tJC3rPtYcp {
  background: #730303;
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-tJC3rPtYcp .image-block {
  margin: auto;
}
.cid-tJC3rPtYcp figcaption {
  position: relative;
}
.cid-tJC3rPtYcp figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tJC3rPtYcp .image-block {
    width: 100% !important;
  }
}
.cid-tJC3rPUnvx {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #730303;
}
.cid-tJC3rPUnvx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tJC3rPUnvx H2 {
  text-align: center;
  color: #626161;
}
.cid-tJC3rPUnvx H1 {
  color: #ffffff;
}
.cid-tJC3rQ5pBs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #730303;
}
.cid-tJC3rQ5pBs .mbr-section-subtitle {
  color: #eedd4e;
}
.cid-tJC3rQ5pBs H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tJC3rQ5pBs H4 {
  color: #ffde00;
}
.cid-tJC3rQf7QP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #730303;
}
.cid-tJC3rQf7QP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tJC3rQf7QP H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tJC3rQf7QP H4 {
  color: #ffde00;
}
.cid-tJC3rQqiMk {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #730303;
}
.cid-tJC3rQqiMk .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tJC3rQqiMk H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tJC3rQqiMk H4 {
  color: #ffde00;
}
.cid-tJC3rQDZsJ {
  background: #730303;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tJC3rQDZsJ .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tJC3rQDZsJ .video-block {
    width: 100% !important;
  }
}
.cid-tJC3rQM4F5 {
  background: #730303;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-tJC3rQM4F5 .image-block {
  margin: auto;
}
.cid-tJC3rQM4F5 figcaption {
  position: relative;
}
.cid-tJC3rQM4F5 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tJC3rQM4F5 .image-block {
    width: 100% !important;
  }
}
.cid-tJC3rQV4mG {
  background: #730303;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tJC3rQV4mG .image-block {
  margin: auto;
}
.cid-tJC3rQV4mG figcaption {
  position: relative;
}
.cid-tJC3rQV4mG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tJC3rQV4mG .image-block {
    width: 100% !important;
  }
}
.cid-tJC3rR4OhX {
  background: #730303;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tJC3rR4OhX .image-block {
  margin: auto;
}
.cid-tJC3rR4OhX figcaption {
  position: relative;
}
.cid-tJC3rR4OhX figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tJC3rR4OhX .image-block {
    width: 100% !important;
  }
}
.cid-tJC3rRfwmC {
  background: #730303;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-tJC3rRfwmC .image-block {
  margin: auto;
}
.cid-tJC3rRfwmC figcaption {
  position: relative;
}
.cid-tJC3rRfwmC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tJC3rRfwmC .image-block {
    width: 100% !important;
  }
}
.cid-tJC3rRpSaU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #730303;
}
.cid-tJC3rRpSaU .mbr-section-subtitle {
  color: #ddff55;
}
.cid-tJC3rRpSaU H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tJC3rRpSaU H4 {
  color: #efefef;
}
.cid-tJC3rRzIFH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #730303;
}
.cid-tJC3rRzIFH h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tJC3rRzIFH p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-tJC3rRzIFH .card-img {
  text-align: left;
  background-color: #962f36;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3rem 2.5rem 0 2.5rem;
}
.cid-tJC3rRzIFH .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-tJC3rRzIFH .card-box {
  padding: 0rem 2.5rem 3rem 2.5rem;
  background-color: #962f36;
}
.cid-tJC3rRzIFH P {
  text-align: center;
  color: #ffffff;
}
.cid-tJC3rRzIFH .card-title,
.cid-tJC3rRzIFH .card-img {
  text-align: center;
  color: #ddff55;
}
.cid-tJC3rRUDS2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #730303;
}
.cid-tJC3rRUDS2 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tJC3rRUDS2 p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-tJC3rRUDS2 .card-img {
  text-align: left;
  background-color: #962f36;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3rem 2.5rem 0 2.5rem;
}
.cid-tJC3rRUDS2 .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-tJC3rRUDS2 .card-box {
  padding: 0rem 2.5rem 3rem 2.5rem;
  background-color: #962f36;
}
.cid-tJC3rRUDS2 P {
  text-align: center;
  color: #ffffff;
}
.cid-tJC3rRUDS2 .card-title,
.cid-tJC3rRUDS2 .card-img {
  text-align: center;
  color: #ddff55;
}
.cid-tJC3rSgGo1 {
  background: #730303;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-tJC3rSgGo1 .image-block {
  margin: auto;
}
.cid-tJC3rSgGo1 figcaption {
  position: relative;
}
.cid-tJC3rSgGo1 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tJC3rSgGo1 .image-block {
    width: 100% !important;
  }
}
.cid-tJC3rSqeVG {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #730303;
}
.cid-tJC3rSqeVG .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tJC3rSqeVG H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tJC3rSqeVG H4 {
  color: #c7ff00;
}
.cid-tJC3rSAUTc {
  background: #730303;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tJC3rSAUTc .image-block {
  margin: auto;
}
.cid-tJC3rSAUTc figcaption {
  position: relative;
}
.cid-tJC3rSAUTc figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tJC3rSAUTc .image-block {
    width: 100% !important;
  }
}
.cid-tJC3rSN0xn {
  background: #730303;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tJC3rSN0xn .image-block {
  margin: auto;
}
.cid-tJC3rSN0xn figcaption {
  position: relative;
}
.cid-tJC3rSN0xn figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tJC3rSN0xn .image-block {
    width: 100% !important;
  }
}
.cid-tJC3rSXqud {
  background: #730303;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-tJC3rSXqud .image-block {
  margin: auto;
}
.cid-tJC3rSXqud figcaption {
  position: relative;
}
.cid-tJC3rSXqud figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tJC3rSXqud .image-block {
    width: 100% !important;
  }
}
.cid-tJC3rT7gOX {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #962f36;
}
.cid-tJC3rT7gOX .mbr-section-title {
  text-align: center;
  color: #c7f900;
}
.cid-tJC3rT7gOX .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tJC3rTjNlN {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #962f36;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tJC3rTjNlN .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tJC3rTjNlN .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tJC3rTjNlN .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tJC3rTjNlN .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tJC3rTjNlN .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tJC3rTjNlN .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tJC3rTjNlN .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tJC3rTjNlN .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tJC3rTjNlN .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #ffffff !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tJC3rTCjGu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #962f36;
}
.cid-tJC3rTCjGu .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tJC3rTCjGu H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tJC3rTCjGu H4 {
  color: #ffffff;
}
.cid-tJC3rTNSMU {
  background: #962f36;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tJC3rTNSMU .image-block {
  margin: auto;
}
.cid-tJC3rTNSMU figcaption {
  position: relative;
}
.cid-tJC3rTNSMU figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tJC3rTNSMU .image-block {
    width: 100% !important;
  }
}
.cid-tJC3rTYWMb {
  background: #962f36;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-tJC3rTYWMb .image-block {
  margin: auto;
}
.cid-tJC3rTYWMb figcaption {
  position: relative;
}
.cid-tJC3rTYWMb figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tJC3rTYWMb .image-block {
    width: 100% !important;
  }
}
.cid-tJC3rUb46V {
  background: #962f36;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tJC3rUb46V .image-block {
  margin: auto;
}
.cid-tJC3rUb46V figcaption {
  position: relative;
}
.cid-tJC3rUb46V figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tJC3rUb46V .image-block {
    width: 100% !important;
  }
}
.cid-tJC3rUmjdd {
  background: #962f36;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tJC3rUmjdd .image-block {
  margin: auto;
}
.cid-tJC3rUmjdd figcaption {
  position: relative;
}
.cid-tJC3rUmjdd figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tJC3rUmjdd .image-block {
    width: 100% !important;
  }
}
.cid-tJC3rUxBJC {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #962f36;
}
.cid-tJC3rUxBJC .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tJC3rUxBJC H2 {
  color: #ffffff;
}
.cid-tJC3rUxBJC H4 {
  color: #ffffff;
}
.cid-tJC3rUIBMD {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #730303;
}
.cid-tJC3rUIBMD .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tJC3rUIBMD H2 {
  color: #ddff55;
}
.cid-tJC3rUIBMD H3 {
  color: #fff000;
}
.cid-tJC3rUTRmP {
  background: #730303;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tJC3rUTRmP .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tJC3rUTRmP .video-block {
    width: 100% !important;
  }
}
.cid-tJC3rV6qxE {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #730303;
}
.cid-tJC3rV6qxE .mbr-section-title {
  text-align: center;
  color: #ffde00;
}
.cid-tJC3rV6qxE .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tJC3rVkRt5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #730303;
}
.cid-tJC3rVkRt5 .mbr-text {
  color: #767676;
}
.cid-tJC3rVkRt5 h4 {
  text-align: center;
}
.cid-tJC3rVkRt5 p {
  text-align: center;
}
.cid-tJC3rVkRt5 .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-tJC3rVkRt5 .card-title,
.cid-tJC3rVkRt5 .card-img {
  color: #ffffff;
}
.cid-tJC3rVFR3s {
  background: #730303;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tJC3rVFR3s .image-block {
  margin: auto;
}
.cid-tJC3rVFR3s figcaption {
  position: relative;
}
.cid-tJC3rVFR3s figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tJC3rVFR3s .image-block {
    width: 100% !important;
  }
}
.cid-tJC3rVQqIN {
  background: #730303;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tJC3rVQqIN .image-block {
  margin: auto;
}
.cid-tJC3rVQqIN figcaption {
  position: relative;
}
.cid-tJC3rVQqIN figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tJC3rVQqIN .image-block {
    width: 100% !important;
  }
}
.cid-tJC3rW2yvO {
  background: #730303;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-tJC3rW2yvO .image-block {
  margin: auto;
}
.cid-tJC3rW2yvO figcaption {
  position: relative;
}
.cid-tJC3rW2yvO figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tJC3rW2yvO .image-block {
    width: 100% !important;
  }
}
.cid-tJC3rWeO8t {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 0px;
}
.cid-tJC3rWeO8t .image-block {
  margin: auto;
}
.cid-tJC3rWeO8t figcaption {
  position: relative;
}
.cid-tJC3rWeO8t figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tJC3rWeO8t .image-block {
    width: 100% !important;
  }
}
.cid-tJC3rWpVWm {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tJC3rWpVWm .mbr-section-subtitle {
  color: #000000;
}
.cid-tJC3rWpVWm H2 {
  color: #232323;
}
.cid-tJC3rWBH7p {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tJC3rWBH7p .mbr-section-subtitle {
  color: #000000;
}
.cid-tJC3rWBH7p H2 {
  color: #232323;
}
.cid-tJC3rWO8lB {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tJC3rWO8lB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tJC3rWO8lB H2 {
  color: #ffffff;
}
.cid-tJC3rWO8lB H3 {
  color: #ffffff;
}
.cid-tJC3rX4WhS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tJC3rX4WhS h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tJC3rX4WhS p {
  color: #767676;
  text-align: left;
}
.cid-tJC3rX4WhS .card-box {
  padding-top: 2rem;
}
.cid-tJC3rX4WhS .card-wrapper {
  height: 100%;
}
.cid-tJC3rX4WhS P {
  text-align: center;
  color: #ffffff;
}
.cid-tJC3rX4WhS .card-title {
  text-align: center;
  color: #ddff55;
}
.cid-tJC3rXoxeK {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tJC3rXoxeK .image-block {
  margin: auto;
}
.cid-tJC3rXoxeK figcaption {
  position: relative;
}
.cid-tJC3rXoxeK figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tJC3rXoxeK .image-block {
    width: 100% !important;
  }
}
.cid-tJC3rXA5gv {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tJC3rXA5gv .image-block {
  margin: auto;
}
.cid-tJC3rXA5gv figcaption {
  position: relative;
}
.cid-tJC3rXA5gv figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tJC3rXA5gv .image-block {
    width: 100% !important;
  }
}
.cid-tJC3rXNRLM {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tJC3rXNRLM .mbr-section-subtitle {
  color: #1a3246;
}
.cid-tJC3rXNRLM H2 {
  color: #ffffff;
}
.cid-tJC3rXNRLM H4 {
  color: #ffffff;
}
.cid-tJC3rXZR65 {
  padding-top: 60px;
  padding-bottom: 30px;
  position: relative;
  background-color: #730303;
}
.cid-tJC3rXZR65 p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-tJC3rXZR65 .panel-title {
  border-bottom: 2px solid #5758e0;
  display: flex!important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-tJC3rXZR65 .collapsed {
  border: none;
}
.cid-tJC3rXZR65 .collapsed span {
  transform: rotate(0deg);
}
.cid-tJC3rXZR65 span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #00a335, #fc0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-tJC3rXZR65 .panel-body {
  padding-top: 0.5rem;
}
.cid-tJC3rXZR65 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tJC3rXZR65 .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #962f36;
  padding: 0;
}
.cid-tJC3rXZR65 .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-tJC3rXZR65 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tJC3rXZR65 .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-tJC3rXZR65 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tJC3rXZR65 .panel-text {
  color: #ffffff;
}
.cid-tJC3rXZR65 H4 {
  color: #ffffff;
}
.cid-tJC3rXZR65 H2 {
  color: #ffffff;
}
.cid-tJC3rXZR65 .mbr-section-text {
  color: #ffffff;
}
.cid-tJC3rXZR65 H3 {
  color: #ffffff;
}
.cid-tJC3rYjp02 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #730303;
}
.cid-tJC3rYjp02 .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tJC3rYjp02 H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tJC3rYjp02 H4 {
  color: #ffde00;
}
.cid-tJC3rYy5ls {
  background: #730303;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tJC3rYy5ls .image-block {
  margin: auto;
}
.cid-tJC3rYy5ls figcaption {
  position: relative;
}
.cid-tJC3rYy5ls figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tJC3rYy5ls .image-block {
    width: 100% !important;
  }
}
.cid-tJC3rYLeQc {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #730303;
}
.cid-tJC3rYLeQc .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tJC3rYLeQc H2 {
  color: #ffffff;
}
.cid-tJC3rYLeQc H4 {
  color: #ffffff;
}
.cid-tJC3rYYiha {
  background: #730303;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tJC3rYYiha .image-block {
  margin: auto;
}
.cid-tJC3rYYiha figcaption {
  position: relative;
}
.cid-tJC3rYYiha figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tJC3rYYiha .image-block {
    width: 100% !important;
  }
}
.cid-tJC3rZc4nj {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #730303;
}
.cid-tJC3rZc4nj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tJC3rZc4nj H2 {
  color: #ffffff;
}
.cid-tJC3rZc4nj H4 {
  color: #ffffff;
}
.cid-tJC3rZpOcN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tJC3rZpOcN .mbr-section-subtitle {
  color: #232323;
}
.cid-tJC3rZpOcN H2 {
  color: #ffffff;
}
.cid-tTNoWGpBSB {
  background: #000000;
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-tTNoWGpBSB .image-block {
  margin: auto;
}
.cid-tTNoWGpBSB figcaption {
  position: relative;
}
.cid-tTNoWGpBSB figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tTNoWGpBSB .image-block {
    width: 100% !important;
  }
}
.cid-tTNoWGZMnu {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tTNoWGZMnu .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tTNoWGZMnu H2 {
  text-align: center;
  color: #626161;
}
.cid-tTNoWGZMnu H1 {
  color: #ffffff;
}
.cid-tTNoWHccX3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tTNoWHccX3 .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tTNoWHccX3 H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tTNoWHccX3 H4 {
  color: #ffde00;
}
.cid-tTNoWHnQXK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tTNoWHnQXK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tTNoWHnQXK H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tTNoWHnQXK H4 {
  color: #ffde00;
}
.cid-tTNoWHAhpt {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tTNoWHAhpt .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tTNoWHAhpt H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tTNoWHAhpt H4 {
  color: #ffde00;
}
.cid-tTNoWHLTCL {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tTNoWHLTCL .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tTNoWHLTCL .video-block {
    width: 100% !important;
  }
}
.cid-tTNoWIuTW6 {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-tTNoWIuTW6 .image-block {
  margin: auto;
}
.cid-tTNoWIuTW6 figcaption {
  position: relative;
}
.cid-tTNoWIuTW6 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tTNoWIuTW6 .image-block {
    width: 100% !important;
  }
}
.cid-tTNoWIFETL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tTNoWIFETL .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tTNoWIFETL H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tTNoWIFETL H4 {
  color: #efefef;
}
.cid-tTNtMP7clt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tTNtMP7clt P {
  color: #767676;
}
.cid-tTNtMP7clt H1 {
  color: #ffffff;
}
.cid-tTNtMP7clt .mbr-text,
.cid-tTNtMP7clt .mbr-section-btn {
  color: #767676;
}
.cid-tTNtMP7clt H3 {
  color: #c7ff00;
}
.cid-tTP5hNcskg {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tTP5hNcskg .image-block {
  margin: auto;
}
.cid-tTP5hNcskg figcaption {
  position: relative;
}
.cid-tTP5hNcskg figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tTP5hNcskg .image-block {
    width: 100% !important;
  }
}
.cid-tTNXUlFSXZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tTNXUlFSXZ .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tTNXUlFSXZ H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tTNXUlFSXZ H4 {
  color: #ffde00;
}
.cid-tTNXPYN7b9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tTNXPYN7b9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tTNXPYN7b9 H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tTNXPYN7b9 H4 {
  color: #ffde00;
}
.cid-tTNoWIORQc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tTNoWIORQc h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tTNoWIORQc p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-tTNoWIORQc .card-img {
  text-align: left;
  background-color: #303030;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3rem 2.5rem 0 2.5rem;
}
.cid-tTNoWIORQc .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-tTNoWIORQc .card-box {
  padding: 0rem 2.5rem 3rem 2.5rem;
  background-color: #303030;
}
.cid-tTNoWIORQc P {
  text-align: center;
  color: #ffffff;
}
.cid-tTNoWIORQc .card-title,
.cid-tTNoWIORQc .card-img {
  text-align: center;
  color: #ddff55;
}
.cid-tTNoWJbNx0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tTNoWJbNx0 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-tTNoWJbNx0 p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-tTNoWJbNx0 .card-img {
  text-align: left;
  background-color: #303030;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3rem 2.5rem 0 2.5rem;
}
.cid-tTNoWJbNx0 .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-tTNoWJbNx0 .card-box {
  padding: 0rem 2.5rem 3rem 2.5rem;
  background-color: #303030;
}
.cid-tTNoWJbNx0 P {
  text-align: center;
  color: #ffffff;
}
.cid-tTNoWJbNx0 .card-title,
.cid-tTNoWJbNx0 .card-img {
  text-align: center;
  color: #ddff55;
}
.cid-tTNoWJAyea {
  background: #000000;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-tTNoWJAyea .image-block {
  margin: auto;
}
.cid-tTNoWJAyea figcaption {
  position: relative;
}
.cid-tTNoWJAyea figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tTNoWJAyea .image-block {
    width: 100% !important;
  }
}
.cid-tTNoWJKY3E {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tTNoWJKY3E .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tTNoWJKY3E H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tTNoWJKY3E H4 {
  color: #ffde00;
}
.cid-tTNoWJVKW5 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tTNoWJVKW5 .image-block {
  margin: auto;
}
.cid-tTNoWJVKW5 figcaption {
  position: relative;
}
.cid-tTNoWJVKW5 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tTNoWJVKW5 .image-block {
    width: 100% !important;
  }
}
.cid-tTNoWK7KPo {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tTNoWK7KPo .image-block {
  margin: auto;
}
.cid-tTNoWK7KPo figcaption {
  position: relative;
}
.cid-tTNoWK7KPo figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tTNoWK7KPo .image-block {
    width: 100% !important;
  }
}
.cid-tTNoWKinp7 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tTNoWKinp7 .image-block {
  margin: auto;
}
.cid-tTNoWKinp7 figcaption {
  position: relative;
}
.cid-tTNoWKinp7 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tTNoWKinp7 .image-block {
    width: 100% !important;
  }
}
.cid-tTNPQe920X {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tTNPQe920X H1 {
  color: #ffffff;
}
.cid-tTNPQe920X .mbr-text,
.cid-tTNPQe920X .mbr-section-btn {
  color: #232323;
}
.cid-tTNPQe920X H3 {
  color: #232323;
}
.cid-tTO6DoJdBg {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #197873;
}
.cid-tTO6DoJdBg .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tTO6DoJdBg H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tTO6DoJdBg H4 {
  color: #ffffff;
}
.cid-tTNoWMsPhR {
  background: #197873;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tTNoWMsPhR .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tTNoWMsPhR .video-block {
    width: 100% !important;
  }
}
.cid-tTO7cjytnS {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #197873;
}
.cid-tTO7cjytnS .mbr-section-subtitle {
  color: #c7ff00;
}
.cid-tTO7cjytnS H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tTO7cjytnS H4 {
  color: #ffffff;
}
.cid-tTNoWKFuQ3 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #197873;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tTNoWKFuQ3 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tTNoWKFuQ3 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tTNoWKFuQ3 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tTNoWKFuQ3 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tTNoWKFuQ3 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tTNoWKFuQ3 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tTNoWKFuQ3 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tTNoWKFuQ3 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tTNoWKFuQ3 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #ffffff !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tTNoWLiA5N {
  background: #197873;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tTNoWLiA5N .image-block {
  margin: auto;
}
.cid-tTNoWLiA5N figcaption {
  position: relative;
}
.cid-tTNoWLiA5N figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tTNoWLiA5N .image-block {
    width: 100% !important;
  }
}
.cid-tTO4IF0EVA {
  background: #197873;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-tTO4IF0EVA .image-block {
  margin: auto;
}
.cid-tTO4IF0EVA figcaption {
  position: relative;
}
.cid-tTO4IF0EVA figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tTO4IF0EVA .image-block {
    width: 100% !important;
  }
}
.cid-tTNoWLFTC7 {
  background: #197873;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tTNoWLFTC7 .image-block {
  margin: auto;
}
.cid-tTNoWLFTC7 figcaption {
  position: relative;
}
.cid-tTNoWLFTC7 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tTNoWLFTC7 .image-block {
    width: 100% !important;
  }
}
.cid-tTNoWM2RXN {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #197873;
}
.cid-tTNoWM2RXN .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tTNoWM2RXN H2 {
  color: #ffffff;
}
.cid-tTNoWM2RXN H4 {
  color: #ffffff;
}
.cid-tTNoWNQhy9 {
  background: #000000;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-tTNoWNQhy9 .image-block {
  margin: auto;
}
.cid-tTNoWNQhy9 figcaption {
  position: relative;
}
.cid-tTNoWNQhy9 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tTNoWNQhy9 .image-block {
    width: 100% !important;
  }
}
.cid-tTNoWO2wsF {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tTNoWO2wsF .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tTNoWO2wsF H2 {
  color: #232323;
}
.cid-tTNoWO2wsF H3 {
  color: #f9f295;
}
.cid-tTNoWOfoRu {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-tTNoWOfoRu .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tTNoWOfoRu H2 {
  color: #232323;
}
.cid-tTNoWOtPxF {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tTNoWOtPxF .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tTNoWOtPxF H2 {
  color: #ffffff;
}
.cid-tTNoWOtPxF H3 {
  color: #ffde00;
}
.cid-tTNoWOGqtI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tTNoWOGqtI h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tTNoWOGqtI p {
  color: #767676;
  text-align: left;
}
.cid-tTNoWOGqtI .card-box {
  padding-top: 2rem;
}
.cid-tTNoWOGqtI .card-wrapper {
  height: 100%;
}
.cid-tTNoWOGqtI P {
  text-align: center;
  color: #ffffff;
}
.cid-tTNoWOGqtI .card-title {
  text-align: center;
  color: #eedd4e;
}
.cid-tTNoWP1LUG {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tTNoWP1LUG .image-block {
  margin: auto;
}
.cid-tTNoWP1LUG figcaption {
  position: relative;
}
.cid-tTNoWP1LUG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tTNoWP1LUG .image-block {
    width: 100% !important;
  }
}
.cid-tTNoWPekyL {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tTNoWPekyL .image-block {
  margin: auto;
}
.cid-tTNoWPekyL figcaption {
  position: relative;
}
.cid-tTNoWPekyL figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tTNoWPekyL .image-block {
    width: 100% !important;
  }
}
.cid-tTNoWPtoDZ {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tTNoWPtoDZ .mbr-section-subtitle {
  color: #1a3246;
}
.cid-tTNoWPtoDZ H2 {
  color: #ffffff;
}
.cid-tTNoWPtoDZ H4 {
  color: #ffffff;
}
.cid-tTNoWPG2Gq {
  padding-top: 60px;
  padding-bottom: 30px;
  position: relative;
  background-color: #000000;
}
.cid-tTNoWPG2Gq p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-tTNoWPG2Gq .panel-title {
  border-bottom: 2px solid #5758e0;
  display: flex!important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-tTNoWPG2Gq .collapsed {
  border: none;
}
.cid-tTNoWPG2Gq .collapsed span {
  transform: rotate(0deg);
}
.cid-tTNoWPG2Gq span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #00a335, #fc0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-tTNoWPG2Gq .panel-body {
  padding-top: 0.5rem;
}
.cid-tTNoWPG2Gq .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tTNoWPG2Gq .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #34383a;
  padding: 0;
}
.cid-tTNoWPG2Gq .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-tTNoWPG2Gq .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tTNoWPG2Gq .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-tTNoWPG2Gq .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tTNoWPG2Gq .panel-text {
  color: #ffffff;
}
.cid-tTNoWPG2Gq H4 {
  color: #ffffff;
}
.cid-tTNoWPG2Gq H2 {
  color: #ffffff;
}
.cid-tTNoWPG2Gq .mbr-section-text {
  color: #ffffff;
}
.cid-tTNoWPG2Gq H3 {
  color: #ffffff;
}
.cid-tTNoWQ1nl4 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tTNoWQ1nl4 .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tTNoWQ1nl4 H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tTNoWQ1nl4 H4 {
  color: #ffde00;
}
.cid-tTNoWQsgrE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tTNoWQsgrE .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tTNoWQsgrE H2 {
  color: #ffffff;
}
.cid-tTNoWQsgrE H4 {
  color: #ffffff;
}
.cid-tTO4JQKpcQ {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tTO4JQKpcQ .image-block {
  margin: auto;
}
.cid-tTO4JQKpcQ figcaption {
  position: relative;
}
.cid-tTO4JQKpcQ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tTO4JQKpcQ .image-block {
    width: 100% !important;
  }
}
.cid-tTNoWQGIhn {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tTNoWQGIhn .image-block {
  margin: auto;
}
.cid-tTNoWQGIhn figcaption {
  position: relative;
}
.cid-tTNoWQGIhn figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tTNoWQGIhn .image-block {
    width: 100% !important;
  }
}
.cid-tTNoWQWF5A {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tTNoWQWF5A .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tTNoWQWF5A H2 {
  color: #ffffff;
}
.cid-tTNoWQWF5A H4 {
  color: #ffffff;
}
.cid-tTNoWRaUuM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-tTNoWRaUuM .mbr-section-subtitle {
  color: #232323;
}
.cid-tTNoWRaUuM H2 {
  color: #ffffff;
}
.cid-ubqXhja7w3 {
  background: #000000;
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-ubqXhja7w3 .image-block {
  margin: auto;
}
.cid-ubqXhja7w3 figcaption {
  position: relative;
}
.cid-ubqXhja7w3 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ubqXhja7w3 .image-block {
    width: 100% !important;
  }
}
.cid-ubqXhjG9kK {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ubqXhjG9kK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ubqXhjG9kK H2 {
  text-align: center;
  color: #626161;
}
.cid-ubqXhjG9kK H1 {
  color: #ffffff;
}
.cid-ubqXhjRL0P {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ubqXhjRL0P .mbr-section-subtitle {
  color: #ffb700;
}
.cid-ubqXhjRL0P H2 {
  text-align: center;
  color: #f9f295;
}
.cid-ubqXhjRL0P H4 {
  color: #ffde00;
}
.cid-ubqXhkaC93 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-ubqXhkaC93 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ubqXhkaC93 H2 {
  text-align: center;
  color: #f9f295;
}
.cid-ubqXhkaC93 H4 {
  color: #ffde00;
}
.cid-ubrddn6szu {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-ubrddn6szu .card-box {
  padding: 0 2rem;
}
.cid-ubrddn6szu .mbr-section-btn {
  padding-top: 1rem;
}
.cid-ubrddn6szu .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-ubrddn6szu h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-ubrddn6szu p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-ubrddn6szu .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-ubrddn6szu .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-ubrddn6szu .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-ubrddn6szu .card-title {
  text-align: center;
  color: #073b4c;
}
.cid-ubrddn6szu .card-title DIV {
  text-align: center;
}
.cid-ubqXhqEm3N {
  padding-top: 30px;
  padding-bottom: 45px;
  position: relative;
  background-color: #cccccc;
}
.cid-ubqXhqEm3N p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-ubqXhqEm3N .panel-title {
  border-bottom: 2px solid #5758e0;
  display: flex!important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-ubqXhqEm3N .collapsed {
  border: none;
}
.cid-ubqXhqEm3N .collapsed span {
  transform: rotate(0deg);
}
.cid-ubqXhqEm3N span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #00a335, #fc0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-ubqXhqEm3N .panel-body {
  padding-top: 0.5rem;
}
.cid-ubqXhqEm3N .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-ubqXhqEm3N .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #1f2122;
  padding: 0;
}
.cid-ubqXhqEm3N .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-ubqXhqEm3N .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-ubqXhqEm3N .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-ubqXhqEm3N .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-ubqXhqEm3N .panel-text {
  color: #1f2122;
}
.cid-ubqXhqEm3N H4 {
  color: #ffffff;
}
.cid-ubqXhqEm3N H2 {
  color: #ffffff;
}
.cid-ubqXhqEm3N .mbr-section-text {
  color: #1f2122;
}
.cid-ubqXhqEm3N H3 {
  color: #1f2122;
}
.cid-ubsoxnOwYO {
  padding-top: 0px;
  padding-bottom: 45px;
  position: relative;
  background-color: #cccccc;
}
.cid-ubsoxnOwYO p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-ubsoxnOwYO .panel-title {
  border-bottom: 2px solid #5758e0;
  display: flex!important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-ubsoxnOwYO .collapsed {
  border: none;
}
.cid-ubsoxnOwYO .collapsed span {
  transform: rotate(0deg);
}
.cid-ubsoxnOwYO span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #00a335, #fc0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-ubsoxnOwYO .panel-body {
  padding-top: 0.5rem;
}
.cid-ubsoxnOwYO .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-ubsoxnOwYO .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #1f2122;
  padding: 0;
}
.cid-ubsoxnOwYO .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-ubsoxnOwYO .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-ubsoxnOwYO .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-ubsoxnOwYO .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-ubsoxnOwYO .panel-text {
  color: #1f2122;
}
.cid-ubsoxnOwYO H4 {
  color: #ffffff;
}
.cid-ubsoxnOwYO H2 {
  color: #ffffff;
}
.cid-ubsoxnOwYO .mbr-section-text {
  color: #1f2122;
}
.cid-ubsoxnOwYO H3 {
  color: #1f2122;
}
.cid-ubsAras9W1 {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-ubsAras9W1 .image-block {
  margin: auto;
}
.cid-ubsAras9W1 figcaption {
  position: relative;
}
.cid-ubsAras9W1 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ubsAras9W1 .image-block {
    width: 100% !important;
  }
}
.cid-ubqXhrOhM9 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-ubqXhrOhM9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ubqXhrOhM9 H2 {
  color: #ffffff;
}
.cid-ubqXhrOhM9 H4 {
  color: #ffffff;
}
.cid-ubqXhs2SOr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-ubqXhs2SOr .mbr-section-subtitle {
  color: #232323;
}
.cid-ubqXhs2SOr H2 {
  color: #ffffff;
}
.cid-uby26IqtaZ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uby26IqtaZ P {
  color: #767676;
}
.cid-uby26IqtaZ H1 {
  color: #000000;
}
.cid-uby26IqtaZ .mbr-text,
.cid-uby26IqtaZ .mbr-section-btn {
  color: #122230;
}
.cid-uby26IqtaZ H3 {
  color: #0c1926;
}
.cid-uby26J2EFd {
  background: #85789e;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uby26J2EFd .image-block {
  margin: auto;
}
.cid-uby26J2EFd figcaption {
  position: relative;
}
.cid-uby26J2EFd figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uby26J2EFd .image-block {
    width: 100% !important;
  }
}
.cid-uby26K5meg {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #5c0000;
}
.cid-uby26K5meg .mbr-section-subtitle {
  color: #5b686b;
}
.cid-uby26K5meg H2 {
  color: #ffffff;
}
.cid-uby26KjNgO {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #5c0000;
}
.cid-uby26KjNgO .counter-container {
  color: #767676;
}
.cid-uby26KjNgO .counter-container ul {
  margin-bottom: 0;
}
.cid-uby26KjNgO .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-uby26KjNgO .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #000000;
  background: #ffb700;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-uby26KjNgO .mbr-text {
  color: #ffffff;
}
.cid-uby26KNkSv {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uby26KNkSv H1 {
  color: #ffde00;
}
.cid-uby26KNkSv .mbr-text,
.cid-uby26KNkSv .mbr-section-btn {
  color: #232323;
}
.cid-uby26KNkSv H3 {
  color: #ffffff;
}
.cid-uby26LlerA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uby26LlerA P {
  color: #767676;
}
.cid-uby26LlerA .mbr-text,
.cid-uby26LlerA .mbr-section-btn {
  color: #465052;
}
.cid-uby26LlerA H3 {
  color: #232323;
}
.cid-uby26LlerA H1 {
  color: #ffffff;
}
.cid-uby6lOvaW6 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uby6lOvaW6 .image-block {
  margin: auto;
}
.cid-uby6lOvaW6 figcaption {
  position: relative;
}
.cid-uby6lOvaW6 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uby6lOvaW6 .image-block {
    width: 100% !important;
  }
}
.cid-uby7vLQs6y {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uby7vLQs6y H1 {
  color: #ffffff;
}
.cid-uby7vLQs6y .mbr-text,
.cid-uby7vLQs6y .mbr-section-btn {
  color: #232323;
}
.cid-uby7vLQs6y H3 {
  color: #232323;
}
.cid-uby26ILIQJ {
  background: #232323;
  padding-top: 45px;
  padding-bottom: 15px;
}
.cid-uby26ILIQJ .image-block {
  margin: auto;
}
.cid-uby26ILIQJ figcaption {
  position: relative;
}
.cid-uby26ILIQJ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uby26ILIQJ .image-block {
    width: 100% !important;
  }
}
.cid-uby26JkHY5 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-uby26JkHY5 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uby26JkHY5 H2 {
  color: #ffffff;
}
.cid-uby26MSfjr {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uby26MSfjr .mbr-section-subtitle {
  color: #767676;
}
.cid-uby26MSfjr H2 {
  color: #000000;
}
.cid-uby26N7UqU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uby26N7UqU h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uby26N7UqU p {
  color: #767676;
  text-align: left;
}
.cid-uby26N7UqU .card-box {
  padding-top: 2rem;
}
.cid-uby26N7UqU .card-wrapper {
  height: 100%;
}
.cid-uby26N7UqU .card-title DIV {
  text-align: center;
}
.cid-uby26N7UqU P {
  text-align: center;
  color: #000000;
}
.cid-uby26N7UqU .card-title {
  text-align: center;
  color: #000000;
}
.cid-uby26NuSDe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uby26NuSDe h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uby26NuSDe p {
  color: #767676;
  text-align: left;
}
.cid-uby26NuSDe .card-box {
  padding-top: 2rem;
}
.cid-uby26NuSDe .card-wrapper {
  height: 100%;
}
.cid-uby26NuSDe .card-title DIV {
  text-align: center;
}
.cid-uby26NuSDe P {
  text-align: center;
  color: #000000;
}
.cid-uby26NuSDe .card-title {
  text-align: center;
  color: #000000;
}
.cid-uby26NU6PX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uby26NU6PX h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uby26NU6PX p {
  color: #767676;
  text-align: left;
}
.cid-uby26NU6PX .card-box {
  padding-top: 2rem;
}
.cid-uby26NU6PX .card-wrapper {
  height: 100%;
}
.cid-uby26NU6PX .card-title DIV {
  text-align: center;
}
.cid-uby26NU6PX P {
  text-align: center;
  color: #000000;
}
.cid-uby26NU6PX .card-title {
  text-align: center;
  color: #000000;
}
.cid-uby26OjjtL {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uby26OjjtL h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uby26OjjtL p {
  color: #767676;
  text-align: left;
}
.cid-uby26OjjtL .card-box {
  padding-top: 2rem;
}
.cid-uby26OjjtL .card-wrapper {
  height: 100%;
}
.cid-uby26OjjtL .card-title DIV {
  text-align: center;
}
.cid-uby26OjjtL P {
  text-align: center;
  color: #000000;
}
.cid-uby26OjjtL .card-title {
  text-align: center;
  color: #000000;
}
.cid-uby26OXFmk {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uby26OXFmk .mbr-section-subtitle {
  color: #ffdd00;
}
.cid-uby26OXFmk H2 {
  color: #ffffff;
}
.cid-uby26Pfb7M {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uby26Pfb7M .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uby26Pfb7M H2 {
  color: #ffffff;
}
.cid-uby26PNOWT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uby26PNOWT P {
  color: #767676;
}
.cid-uby26PNOWT .mbr-text,
.cid-uby26PNOWT .mbr-section-btn {
  color: #465052;
}
.cid-uby26PNOWT H3 {
  color: #232323;
}
.cid-uby26PNOWT H1 {
  color: #ffffff;
}
.cid-uby26Q5ExH {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uby26Q5ExH .image-block {
  margin: auto;
}
.cid-uby26Q5ExH figcaption {
  position: relative;
}
.cid-uby26Q5ExH figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uby26Q5ExH .image-block {
    width: 100% !important;
  }
}
.cid-uby26QWZGc {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uby26QWZGc H1 {
  color: #ffffff;
}
.cid-uby26QWZGc .mbr-text,
.cid-uby26QWZGc .mbr-section-btn {
  color: #232323;
}
.cid-uby26QWZGc H3 {
  color: #232323;
}
.cid-uby26RN5mR {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-uby26RN5mR .image-block {
  margin: auto;
}
.cid-uby26RN5mR figcaption {
  position: relative;
}
.cid-uby26RN5mR figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uby26RN5mR .image-block {
    width: 100% !important;
  }
}
.cid-uby26SHe0y {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uby26SHe0y .mbr-section-subtitle {
  color: #767676;
}
.cid-uby26SHe0y H2 {
  color: #000000;
}
.cid-uby26SZ2Mt {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uby26SZ2Mt .counter-container {
  color: #767676;
}
.cid-uby26SZ2Mt .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-uby26SZ2Mt .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-uby26SZ2Mt .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
  position: relative;
}
.cid-uby26SZ2Mt .counter-container ol li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #69b6a1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-uby26SZ2Mt .mbr-text {
  color: #000000;
}
.cid-ubya76UXEI {
  background: #000000;
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-ubya76UXEI .image-block {
  margin: auto;
}
.cid-ubya76UXEI figcaption {
  position: relative;
}
.cid-ubya76UXEI figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ubya76UXEI .image-block {
    width: 100% !important;
  }
}
.cid-ubya7VqW0z {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-ubya7VqW0z .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ubya7VqW0z H2 {
  color: #232323;
}
.cid-ubya8V5VQM {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-ubya8V5VQM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ubya8V5VQM H2 {
  color: #232323;
}
.cid-uby7JrbMHR {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uby7JrbMHR .image-block {
  margin: auto;
}
.cid-uby7JrbMHR figcaption {
  position: relative;
}
.cid-uby7JrbMHR figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uby7JrbMHR .image-block {
    width: 100% !important;
  }
}
.cid-uby7KosSMM {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uby7KosSMM H1 {
  color: #ffffff;
}
.cid-uby7KosSMM .mbr-text,
.cid-uby7KosSMM .mbr-section-btn {
  color: #232323;
}
.cid-uby7KosSMM H3 {
  color: #232323;
}
.cid-ubybdO4R1q {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #5a0000;
}
.cid-ubybdO4R1q .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ubybdO4R1q H2 {
  color: #ffffff;
}
.cid-ubybdO4R1q H3 {
  color: #ffffff;
}
.cid-ubyaapr5cM {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #5a0000;
}
.cid-ubyaapr5cM h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-ubyaapr5cM p {
  color: #767676;
  text-align: left;
}
.cid-ubyaapr5cM .card-box {
  padding-top: 2rem;
}
.cid-ubyaapr5cM .card-wrapper {
  height: 100%;
}
.cid-ubyaapr5cM P {
  text-align: center;
  color: #ffffff;
}
.cid-ubyaapr5cM .card-title {
  text-align: center;
  color: #ddff55;
}
.cid-uby26YqxKO {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uby26YqxKO .mbr-section-subtitle {
  color: #5b686b;
}
.cid-uby26YqxKO H2 {
  color: #000000;
}
.cid-ubyclGa5xX {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ubyclGa5xX .mbr-section-subtitle {
  color: #000000;
}
.cid-ubyclGa5xX H2 {
  color: #232323;
}
.cid-ubycj8A0aC {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-ubycj8A0aC .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ubycj8A0aC .video-block {
    width: 100% !important;
  }
}
.cid-uby26YLR9V {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uby26YLR9V .mbr-section-subtitle {
  color: #000000;
}
.cid-uby26YLR9V H2 {
  color: #232323;
}
.cid-uby26Z5ud2 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-uby26Z5ud2 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uby26Z5ud2 .video-block {
    width: 100% !important;
  }
}
.cid-uby26Zp1jQ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uby26Zp1jQ .mbr-section-subtitle {
  color: #000000;
}
.cid-uby26Zp1jQ H2 {
  color: #232323;
}
.cid-uby26ZLue3 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-uby26ZLue3 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uby26ZLue3 .video-block {
    width: 100% !important;
  }
}
.cid-uby2704rPE {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uby2704rPE .mbr-section-subtitle {
  color: #000000;
}
.cid-uby2704rPE H2 {
  color: #232323;
}
.cid-uby270p4SI {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-uby270p4SI .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uby270p4SI .video-block {
    width: 100% !important;
  }
}
.cid-uby270IlET {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uby270IlET .mbr-section-subtitle {
  color: #000000;
}
.cid-uby270IlET H2 {
  color: #232323;
}
.cid-uby2713PUC {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-uby2713PUC .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uby2713PUC .video-block {
    width: 100% !important;
  }
}
.cid-uby271oBZt {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uby271oBZt .mbr-section-subtitle {
  color: #000000;
}
.cid-uby271oBZt H2 {
  color: #232323;
}
.cid-uby271Kb94 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-uby271Kb94 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uby271Kb94 .video-block {
    width: 100% !important;
  }
}
.cid-uby2724IiL {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uby2724IiL .mbr-section-subtitle {
  color: #000000;
}
.cid-uby2724IiL H2 {
  color: #232323;
}
.cid-uby272pkAC {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-uby272pkAC .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uby272pkAC .video-block {
    width: 100% !important;
  }
}
.cid-uby7MW4B4m {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uby7MW4B4m .image-block {
  margin: auto;
}
.cid-uby7MW4B4m figcaption {
  position: relative;
}
.cid-uby7MW4B4m figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uby7MW4B4m .image-block {
    width: 100% !important;
  }
}
.cid-uby273rRLR {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uby273rRLR .mbr-section-subtitle {
  color: #000000;
}
.cid-uby273rRLR H2 {
  color: #232323;
}
.cid-uby273MwP9 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-uby273MwP9 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uby273MwP9 .video-block {
    width: 100% !important;
  }
}
.cid-uby27479hL {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uby27479hL .mbr-section-subtitle {
  color: #000000;
}
.cid-uby27479hL H2 {
  color: #232323;
}
.cid-uby274uiXu {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-uby274uiXu .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uby274uiXu .video-block {
    width: 100% !important;
  }
}
.cid-uby274O2KX {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uby274O2KX .mbr-section-subtitle {
  color: #000000;
}
.cid-uby274O2KX H2 {
  color: #232323;
}
.cid-uby275aX9J {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-uby275aX9J .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uby275aX9J .video-block {
    width: 100% !important;
  }
}
.cid-uby275wTos {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uby275wTos .mbr-section-subtitle {
  color: #000000;
}
.cid-uby275wTos H2 {
  color: #232323;
}
.cid-uby275SnHF {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-uby275SnHF .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uby275SnHF .video-block {
    width: 100% !important;
  }
}
.cid-uby276fsZA {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uby276fsZA .mbr-section-subtitle {
  color: #000000;
}
.cid-uby276fsZA H2 {
  color: #232323;
}
.cid-uby276BXlS {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-uby276BXlS .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uby276BXlS .video-block {
    width: 100% !important;
  }
}
.cid-uby7NC8rPx {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uby7NC8rPx .image-block {
  margin: auto;
}
.cid-uby7NC8rPx figcaption {
  position: relative;
}
.cid-uby7NC8rPx figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uby7NC8rPx .image-block {
    width: 100% !important;
  }
}
.cid-uby27819b2 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uby27819b2 .mbr-section-subtitle {
  color: #000000;
}
.cid-uby27819b2 H2 {
  color: #232323;
}
.cid-uby278nEzN {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-uby278nEzN .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uby278nEzN .video-block {
    width: 100% !important;
  }
}
.cid-uby278IXBe {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uby278IXBe .mbr-section-subtitle {
  color: #000000;
}
.cid-uby278IXBe H2 {
  color: #232323;
}
.cid-uby2796xES {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-uby2796xES .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uby2796xES .video-block {
    width: 100% !important;
  }
}
.cid-uby279sKqd {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uby279sKqd .mbr-section-subtitle {
  color: #000000;
}
.cid-uby279sKqd H2 {
  color: #232323;
}
.cid-uby279Oqdx {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-uby279Oqdx .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uby279Oqdx .video-block {
    width: 100% !important;
  }
}
.cid-uby27aamNw {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uby27aamNw .mbr-section-subtitle {
  color: #000000;
}
.cid-uby27aamNw H2 {
  color: #232323;
}
.cid-uby27ax2P5 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-uby27ax2P5 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uby27ax2P5 .video-block {
    width: 100% !important;
  }
}
.cid-uby27aVxVX {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uby27aVxVX .mbr-section-subtitle {
  color: #000000;
}
.cid-uby27aVxVX H2 {
  color: #232323;
}
.cid-uby27bi15e {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-uby27bi15e .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uby27bi15e .video-block {
    width: 100% !important;
  }
}
.cid-uby7OiBSRM {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uby7OiBSRM .image-block {
  margin: auto;
}
.cid-uby7OiBSRM figcaption {
  position: relative;
}
.cid-uby7OiBSRM figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uby7OiBSRM .image-block {
    width: 100% !important;
  }
}
.cid-uby27crGIn {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uby27crGIn .mbr-section-subtitle {
  color: #000000;
}
.cid-uby27crGIn H2 {
  color: #232323;
}
.cid-uby27cOdKO {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-uby27cOdKO .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uby27cOdKO .video-block {
    width: 100% !important;
  }
}
.cid-uby27dcuqZ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uby27dcuqZ .mbr-section-subtitle {
  color: #000000;
}
.cid-uby27dcuqZ H2 {
  color: #232323;
}
.cid-uby27dA3On {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-uby27dA3On .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uby27dA3On .video-block {
    width: 100% !important;
  }
}
.cid-uby27dZ9MP {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uby27dZ9MP .mbr-section-subtitle {
  color: #000000;
}
.cid-uby27dZ9MP H2 {
  color: #232323;
}
.cid-uby27enyiF {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-uby27enyiF .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uby27enyiF .video-block {
    width: 100% !important;
  }
}
.cid-uby27eLYja {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uby27eLYja .mbr-section-subtitle {
  color: #000000;
}
.cid-uby27eLYja H2 {
  color: #232323;
}
.cid-uby27faPU8 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-uby27faPU8 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uby27faPU8 .video-block {
    width: 100% !important;
  }
}
.cid-uby27fAYIn {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uby27fAYIn .mbr-section-subtitle {
  color: #000000;
}
.cid-uby27fAYIn H2 {
  color: #232323;
}
.cid-uby27fZTv5 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-uby27fZTv5 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uby27fZTv5 .video-block {
    width: 100% !important;
  }
}
.cid-uby7P9T4b2 {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 60px;
}
.cid-uby7P9T4b2 .image-block {
  margin: auto;
}
.cid-uby7P9T4b2 figcaption {
  position: relative;
}
.cid-uby7P9T4b2 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uby7P9T4b2 .image-block {
    width: 100% !important;
  }
}
.cid-uby27hd3kL {
  background: #622d46;
  padding-top: 60px;
  padding-bottom: 15px;
}
.cid-uby27hd3kL .image-block {
  margin: auto;
}
.cid-uby27hd3kL figcaption {
  position: relative;
}
.cid-uby27hd3kL figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uby27hd3kL .image-block {
    width: 100% !important;
  }
}
.cid-uby27hBBOZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #622d46;
}
.cid-uby27hBBOZ .mbr-section-subtitle {
  color: #767676;
}
.cid-uby27hBBOZ H2 {
  color: #f9f295;
}
.cid-uby27i1VUe {
  background: #622d46;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-uby27i1VUe .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uby27i1VUe .video-block {
    width: 100% !important;
  }
}
.cid-uby27ipIKx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #622d46;
}
.cid-uby27ipIKx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uby27ipIKx H2 {
  color: #ffffff;
}
.cid-uby7QaI2hE {
  background: #622d46;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uby7QaI2hE .image-block {
  margin: auto;
}
.cid-uby7QaI2hE figcaption {
  position: relative;
}
.cid-uby7QaI2hE figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uby7QaI2hE .image-block {
    width: 100% !important;
  }
}
.cid-uby7QZ7AY5 {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #622d46;
}
.cid-uby7QZ7AY5 H1 {
  color: #ffffff;
}
.cid-uby7QZ7AY5 .mbr-text,
.cid-uby7QZ7AY5 .mbr-section-btn {
  color: #232323;
}
.cid-uby7QZ7AY5 H3 {
  color: #232323;
}
.cid-uby27oFnBr {
  padding-top: 60px;
  padding-bottom: 45px;
  position: relative;
  background-color: #000000;
}
.cid-uby27oFnBr p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-uby27oFnBr .panel-title {
  border-bottom: 2px solid #5758e0;
  display: flex!important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-uby27oFnBr .collapsed {
  border: none;
}
.cid-uby27oFnBr .collapsed span {
  transform: rotate(0deg);
}
.cid-uby27oFnBr span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #00a335, #fc0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-uby27oFnBr .panel-body {
  padding-top: 0.5rem;
}
.cid-uby27oFnBr .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uby27oFnBr .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-uby27oFnBr .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uby27oFnBr .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uby27oFnBr .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-uby27oFnBr .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uby27oFnBr .panel-text {
  color: #ffffff;
}
.cid-uby27oFnBr H4 {
  color: #ffffff;
}
.cid-uby27oFnBr H2 {
  color: #ffffff;
}
.cid-uby27oFnBr .mbr-section-text {
  color: #ffffff;
}
.cid-uby27pdZIH {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-uby27pdZIH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uby27pdZIH H2 {
  color: #ffffff;
}
.cid-uby7SdR6Ot {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-uby7SdR6Ot .image-block {
  margin: auto;
}
.cid-uby7SdR6Ot figcaption {
  position: relative;
}
.cid-uby7SdR6Ot figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uby7SdR6Ot .image-block {
    width: 100% !important;
  }
}
.cid-uby27q4j8r {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-uby27q4j8r .mbr-section-subtitle {
  color: #232323;
}
.cid-uby27q4j8r H2 {
  color: #ffffff;
}
.cid-ubEptWH1ko {
  background: #85789e;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-ubEptWH1ko .image-block {
  margin: auto;
}
.cid-ubEptWH1ko figcaption {
  position: relative;
}
.cid-ubEptWH1ko figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ubEptWH1ko .image-block {
    width: 100% !important;
  }
}
.cid-ubEptY8ZGC {
  background: #000000;
  padding-top: 45px;
  padding-bottom: 15px;
}
.cid-ubEptY8ZGC .image-block {
  margin: auto;
}
.cid-ubEptY8ZGC figcaption {
  position: relative;
}
.cid-ubEptY8ZGC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ubEptY8ZGC .image-block {
    width: 100% !important;
  }
}
.cid-ubEptXgI6d {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ubEptXgI6d H1 {
  color: #ffde00;
}
.cid-ubEptXgI6d .mbr-text,
.cid-ubEptXgI6d .mbr-section-btn {
  color: #232323;
}
.cid-ubEptXgI6d H3 {
  color: #ffffff;
}
.cid-ubEptXGKZk {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-ubEptXGKZk .image-block {
  margin: auto;
}
.cid-ubEptXGKZk figcaption {
  position: relative;
}
.cid-ubEptXGKZk figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ubEptXGKZk .image-block {
    width: 100% !important;
  }
}
.cid-ubEtxpSfVY {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ubEtxpSfVY H1 {
  color: #ffffff;
}
.cid-ubEtxpSfVY .mbr-text,
.cid-ubEtxpSfVY .mbr-section-btn {
  color: #232323;
}
.cid-ubEtxpSfVY H3 {
  color: #232323;
}
.cid-ubErF5sQcS {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-ubErF5sQcS .image-block {
  margin: auto;
}
.cid-ubErF5sQcS figcaption {
  position: relative;
}
.cid-ubErF5sQcS figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ubErF5sQcS .image-block {
    width: 100% !important;
  }
}
.cid-ubEpujpOUt {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-ubEpujpOUt .image-block {
  margin: auto;
}
.cid-ubEpujpOUt figcaption {
  position: relative;
}
.cid-ubEpujpOUt figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ubEpujpOUt .image-block {
    width: 100% !important;
  }
}
.cid-ubEpujJndG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-ubEpujJndG .mbr-section-subtitle {
  color: #232323;
}
.cid-ubEpujJndG H2 {
  color: #ffffff;
}
.cid-uchZjSBl2x {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-uchZjSBl2x .image-block {
  margin: auto;
}
.cid-uchZjSBl2x figcaption {
  position: relative;
}
.cid-uchZjSBl2x figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uchZjSBl2x .image-block {
    width: 100% !important;
  }
}
.cid-uchZjT4AC4 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uchZjT4AC4 H1 {
  color: #5b686b;
}
.cid-uchZjT4AC4 .mbr-text,
.cid-uchZjT4AC4 .mbr-section-btn {
  color: #000000;
}
.cid-uchZjT4AC4 H3 {
  color: #000000;
}
.cid-uchZjTkRD0 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uchZjTkRD0 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uchZjTkRD0 .video-block {
    width: 100% !important;
  }
}
.cid-uchZjTwS3M {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uchZjTwS3M .mbr-section-subtitle {
  color: #232323;
}
.cid-uchZjTwS3M H2 {
  color: #000000;
}
.cid-uchZjTHFSd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uchZjTHFSd .mbr-section-subtitle {
  color: #000000;
}
.cid-uchZjTHFSd H2 {
  color: #232323;
}
.cid-uchZjTQfrh {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-uchZjTQfrh .image-block {
  margin: auto;
}
.cid-uchZjTQfrh figcaption {
  position: relative;
}
.cid-uchZjTQfrh figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uchZjTQfrh .image-block {
    width: 100% !important;
  }
}
.cid-uchZjTZbZF {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-uchZjTZbZF .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uchZjTZbZF H2 {
  color: #0c1926;
}
.cid-uchZjU8dfE {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-uchZjU8dfE .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uchZjU8dfE H2 {
  color: #232323;
}
.cid-uchZjUhsq0 {
  background: #232323;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-uchZjUhsq0 .image-block {
  margin: auto;
}
.cid-uchZjUhsq0 figcaption {
  position: relative;
}
.cid-uchZjUhsq0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uchZjUhsq0 .image-block {
    width: 100% !important;
  }
}
.cid-uchZjUq7dZ {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uchZjUq7dZ .image-block {
  margin: auto;
}
.cid-uchZjUq7dZ figcaption {
  position: relative;
}
.cid-uchZjUq7dZ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uchZjUq7dZ .image-block {
    width: 100% !important;
  }
}
.cid-uchZjUAv9f {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uchZjUAv9f .image-block {
  margin: auto;
}
.cid-uchZjUAv9f figcaption {
  position: relative;
}
.cid-uchZjUAv9f figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uchZjUAv9f .image-block {
    width: 100% !important;
  }
}
.cid-uchZjUJ18x {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-uchZjUJ18x P {
  color: #767676;
}
.cid-uchZjUJ18x .mbr-text,
.cid-uchZjUJ18x .mbr-section-btn {
  color: #465052;
}
.cid-uchZjUJ18x H3 {
  color: #232323;
}
.cid-uchZjUJ18x H1 {
  color: #ffffff;
}
.cid-uchZjUT8Tr {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uchZjUT8Tr .mbr-section-subtitle {
  color: #000000;
}
.cid-uchZjUT8Tr H2 {
  color: #122230;
}
.cid-uchZjV22Z9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uchZjV22Z9 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uchZjV22Z9 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uchZjV22Z9 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uchZjV22Z9 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uchZjV22Z9 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uchZjV22Z9 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uchZjV22Z9 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uchZjV22Z9 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uchZjV22Z9 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #ffffff !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uchZjVo1M2 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #3a3939;
}
.cid-uchZjVo1M2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uchZjVo1M2 H2 {
  color: #ffffff;
}
.cid-uchZjVz9Ik {
  background: #3a3939;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uchZjVz9Ik .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uchZjVz9Ik .video-block {
    width: 100% !important;
  }
}
.cid-uchZjVJVRu {
  background: #3a3939;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-uchZjVJVRu .image-block {
  margin: auto;
}
.cid-uchZjVJVRu figcaption {
  position: relative;
}
.cid-uchZjVJVRu figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uchZjVJVRu .image-block {
    width: 100% !important;
  }
}
.cid-uchZjVTIMm {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #3a3939;
}
.cid-uchZjVTIMm .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uchZjVTIMm H2 {
  color: #ffffff;
}
.cid-uchZjW3B7a {
  background: #3a3939;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-uchZjW3B7a .image-block {
  margin: auto;
}
.cid-uchZjW3B7a figcaption {
  position: relative;
}
.cid-uchZjW3B7a figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uchZjW3B7a .image-block {
    width: 100% !important;
  }
}
.cid-uchZjWdEaX {
  background: #3a3939;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uchZjWdEaX .image-block {
  margin: auto;
}
.cid-uchZjWdEaX figcaption {
  position: relative;
}
.cid-uchZjWdEaX figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uchZjWdEaX .image-block {
    width: 100% !important;
  }
}
.cid-uchZjWnK1G {
  background: #3a3939;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-uchZjWnK1G .image-block {
  margin: auto;
}
.cid-uchZjWnK1G figcaption {
  position: relative;
}
.cid-uchZjWnK1G figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uchZjWnK1G .image-block {
    width: 100% !important;
  }
}
.cid-uchZjWylpd {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uchZjWylpd .mbr-section-subtitle {
  color: #000000;
}
.cid-uchZjWylpd H2 {
  text-align: center;
  color: #000000;
}
.cid-uchZjWIKYl {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uchZjWIKYl h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uchZjWIKYl p {
  color: #767676;
  text-align: left;
}
.cid-uchZjWIKYl .card-box {
  padding-top: 2rem;
}
.cid-uchZjWIKYl .card-wrapper {
  height: 100%;
}
.cid-uchZjWIKYl P {
  text-align: center;
  color: #000000;
}
.cid-uchZjWIKYl .card-title {
  text-align: center;
  color: #000000;
}
.cid-uchZjX4VPA {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-uchZjX4VPA .mbr-section-subtitle {
  color: #232323;
}
.cid-uchZjX4VPA H2 {
  color: #ffffff;
}
.cid-uchZjXfEIz {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uchZjXfEIz .image-block {
  margin: auto;
}
.cid-uchZjXfEIz figcaption {
  position: relative;
}
.cid-uchZjXfEIz figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uchZjXfEIz .image-block {
    width: 100% !important;
  }
}
.cid-uchZjXq6d4 {
  background: #232323;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-uchZjXq6d4 .image-block {
  margin: auto;
}
.cid-uchZjXq6d4 figcaption {
  position: relative;
}
.cid-uchZjXq6d4 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uchZjXq6d4 .image-block {
    width: 100% !important;
  }
}
.cid-uchZjXBrxs {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-uchZjXBrxs .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uchZjXBrxs H2 {
  color: #ffffff;
}
.cid-uchZjXM0u5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uchZjXM0u5 .mbr-section-subtitle {
  color: #232323;
}
.cid-uchZjXM0u5 H2 {
  color: #ffffff;
}
.cid-ulkLBeYYKE {
  background: #000000;
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-ulkLBeYYKE .image-block {
  margin: auto;
}
.cid-ulkLBeYYKE figcaption {
  position: relative;
}
.cid-ulkLBeYYKE figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ulkLBeYYKE .image-block {
    width: 100% !important;
  }
}
.cid-ulkLBfmHRC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ulkLBfmHRC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ulkLBfmHRC H2 {
  text-align: center;
  color: #626161;
}
.cid-ulkLBfmHRC H1 {
  color: #ffffff;
}
.cid-ulkLBfFXdt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ulkLBfFXdt .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ulkLBfFXdt H2 {
  text-align: center;
  color: #f9f295;
}
.cid-ulkLBfFXdt H4 {
  color: #ffde00;
}
.cid-ulkV0WRp3v {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-ulkV0WRp3v .image-block {
  margin: auto;
}
.cid-ulkV0WRp3v figcaption {
  position: relative;
}
.cid-ulkV0WRp3v figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ulkV0WRp3v .image-block {
    width: 100% !important;
  }
}
.cid-ulkLBfOo3T {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-ulkLBfOo3T .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ulkLBfOo3T H2 {
  text-align: center;
  color: #f9f295;
}
.cid-ulkLBfOo3T H4 {
  color: #e1ff00;
}
.cid-ulkLBhsAWn {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #5a0000;
}
.cid-ulkLBhsAWn P {
  color: #767676;
}
.cid-ulkLBhsAWn H1 {
  color: #ffd100;
}
.cid-ulkLBhsAWn .mbr-text,
.cid-ulkLBhsAWn .mbr-section-btn {
  color: #767676;
}
.cid-ulkLBhsAWn H3 {
  color: #ffffff;
}
.cid-ulkLBhsAWn H4 {
  color: #ffffff;
}
.cid-ull9MxW6jp {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #5a0000;
}
.cid-ull9MxW6jp P {
  color: #767676;
}
.cid-ull9MxW6jp H1 {
  color: #ffd100;
}
.cid-ull9MxW6jp .mbr-text,
.cid-ull9MxW6jp .mbr-section-btn {
  color: #767676;
}
.cid-ull9MxW6jp H3 {
  color: #e1ff00;
}
.cid-ull9MxW6jp H4 {
  color: #ffffff;
}
.cid-ulkLBklY9d {
  background: #000000;
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-ulkLBklY9d .image-block {
  margin: auto;
}
.cid-ulkLBklY9d figcaption {
  position: relative;
}
.cid-ulkLBklY9d figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ulkLBklY9d .image-block {
    width: 100% !important;
  }
}
.cid-ulkLBiX7hj {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ulkLBiX7hj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ulkLBiX7hj H2 {
  text-align: center;
  color: #f9f295;
}
.cid-ulkLBiX7hj H4 {
  color: #ffffff;
}
.cid-ulraoOM4rB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ulraoOM4rB .card-box {
  padding: 0 2rem;
}
.cid-ulraoOM4rB .mbr-section-btn {
  padding-top: 1rem;
}
.cid-ulraoOM4rB .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-ulraoOM4rB h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-ulraoOM4rB p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-ulraoOM4rB .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-ulraoOM4rB .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-ulraoOM4rB .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-ulraoOM4rB .card-title DIV {
  text-align: center;
}
.cid-ulraoOM4rB .card-title {
  text-align: center;
}
.cid-ulreT8vvwy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ulreT8vvwy .card-box {
  padding: 0 2rem;
}
.cid-ulreT8vvwy .mbr-section-btn {
  padding-top: 1rem;
}
.cid-ulreT8vvwy .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-ulreT8vvwy h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-ulreT8vvwy p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-ulreT8vvwy .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-ulreT8vvwy .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-ulreT8vvwy .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-ulreT8vvwy .card-title DIV {
  text-align: center;
}
.cid-ulreT8vvwy .card-title {
  text-align: center;
}
.cid-ulrg3MNOJp {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-ulrg3MNOJp .card-box {
  padding: 0 2rem;
}
.cid-ulrg3MNOJp .mbr-section-btn {
  padding-top: 1rem;
}
.cid-ulrg3MNOJp .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-ulrg3MNOJp h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-ulrg3MNOJp p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-ulrg3MNOJp .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-ulrg3MNOJp .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-ulrg3MNOJp .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-ulrg3MNOJp .card-title DIV {
  text-align: center;
}
.cid-ulrg3MNOJp .card-title {
  text-align: center;
}
.cid-ulkLBh5Kte {
  background: #5c0000;
  padding-top: 45px;
  padding-bottom: 30px;
}
.cid-ulkLBh5Kte .image-block {
  margin: auto;
}
.cid-ulkLBh5Kte figcaption {
  position: relative;
}
.cid-ulkLBh5Kte figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ulkLBh5Kte .image-block {
    width: 100% !important;
  }
}
.cid-ulkX4gTaLt {
  background: #5c0000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-ulkX4gTaLt .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ulkX4gTaLt .video-block {
    width: 100% !important;
  }
}
.cid-ulkLBiMxim {
  background: #5c0000;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-ulkLBiMxim .image-block {
  margin: auto;
}
.cid-ulkLBiMxim figcaption {
  position: relative;
}
.cid-ulkLBiMxim figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ulkLBiMxim .image-block {
    width: 100% !important;
  }
}
.cid-ulmmU4x4Zf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #5c0000;
}
.cid-ulmmU4x4Zf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ulmmU4x4Zf H2 {
  text-align: center;
  color: #f9f295;
}
.cid-ulmmU4x4Zf H4 {
  color: #ffd200;
}
.cid-ulmmSiaOW4 {
  background: #5c0000;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-ulmmSiaOW4 .image-block {
  margin: auto;
}
.cid-ulmmSiaOW4 figcaption {
  position: relative;
}
.cid-ulmmSiaOW4 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ulmmSiaOW4 .image-block {
    width: 100% !important;
  }
}
.cid-ulkLBkL8pn {
  background: #000000;
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-ulkLBkL8pn .image-block {
  margin: auto;
}
.cid-ulkLBkL8pn figcaption {
  position: relative;
}
.cid-ulkLBkL8pn figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ulkLBkL8pn .image-block {
    width: 100% !important;
  }
}
.cid-ulkLBkXkyZ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-ulkLBkXkyZ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ulkLBkXkyZ H2 {
  color: #232323;
}
.cid-ulkLBl9Mfm {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-ulkLBl9Mfm .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ulkLBl9Mfm H2 {
  color: #232323;
}
.cid-ulkLBlog53 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #5a0000;
}
.cid-ulkLBlog53 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ulkLBlog53 H2 {
  color: #ffffff;
}
.cid-ulkLBlog53 H3 {
  color: #ffffff;
}
.cid-ulkLBlAcaZ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #5a0000;
}
.cid-ulkLBlAcaZ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-ulkLBlAcaZ p {
  color: #767676;
  text-align: left;
}
.cid-ulkLBlAcaZ .card-box {
  padding-top: 2rem;
}
.cid-ulkLBlAcaZ .card-wrapper {
  height: 100%;
}
.cid-ulkLBlAcaZ P {
  text-align: center;
  color: #ffffff;
}
.cid-ulkLBlAcaZ .card-title {
  text-align: center;
  color: #ddff55;
}
.cid-ulmyom83hz {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ulmyom83hz .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ulmyom83hz H2 {
  text-align: center;
  color: #f9f295;
}
.cid-ulmyom83hz H4 {
  color: #ffd200;
}
.cid-ulmynM1XK6 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-ulmynM1XK6 .image-block {
  margin: auto;
}
.cid-ulmynM1XK6 figcaption {
  position: relative;
}
.cid-ulmynM1XK6 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ulmynM1XK6 .image-block {
    width: 100% !important;
  }
}
.cid-ulkLBnPCrr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-ulkLBnPCrr .mbr-section-subtitle {
  color: #232323;
}
.cid-ulkLBnPCrr H2 {
  color: #ffffff;
}
.cid-um71IFo94E {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-um71IFo94E .image-block {
  margin: auto;
}
.cid-um71IFo94E figcaption {
  position: relative;
}
.cid-um71IFo94E figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-um71IFo94E .image-block {
    width: 100% !important;
  }
}
.cid-um71IGfifQ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-um71IGfifQ .mbr-section-subtitle {
  color: #000000;
}
.cid-um71IGfifQ H2 {
  color: #ddff55;
}
.cid-um71IGfifQ H3 {
  color: #000000;
  text-align: center;
}
.cid-um71IGwOCK {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-um71IGwOCK .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-um71IGwOCK .video-block {
    width: 100% !important;
  }
}
.cid-um71IGJbCg {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-um71IGJbCg .mbr-section-subtitle {
  color: #000000;
}
.cid-um71IGJbCg H2 {
  color: #000000;
}
.cid-um71IGZPGR {
  background: #85789e;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-um71IGZPGR .image-block {
  margin: auto;
}
.cid-um71IGZPGR figcaption {
  position: relative;
}
.cid-um71IGZPGR figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-um71IGZPGR .image-block {
    width: 100% !important;
  }
}
.cid-um71IHe9IC {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-um71IHe9IC .mbr-section-subtitle {
  color: #767676;
}
.cid-um71IHe9IC H2 {
  color: #ffffff;
}
.cid-um71IHurmu {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-um71IHurmu .counter-container {
  color: #767676;
}
.cid-um71IHurmu .counter-container ul {
  margin-bottom: 0;
}
.cid-um71IHurmu .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-um71IHurmu .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #000000;
  background: #ffde00;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-um71IHurmu .mbr-text {
  color: #ffffff;
}
.cid-um71IHLuLG {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-um71IHLuLG .mbr-section-subtitle {
  color: #5b686b;
}
.cid-um71IHLuLG H2 {
  color: #000000;
}
.cid-um71IHZGSm {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-um71IHZGSm .counter-container {
  color: #767676;
}
.cid-um71IHZGSm .counter-container ul {
  margin-bottom: 0;
}
.cid-um71IHZGSm .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-um71IHZGSm .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #0388b3;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-um71IHZGSm .mbr-text {
  color: #232323;
}
.cid-um71IIetQj {
  background: #000000;
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-um71IIetQj .image-block {
  margin: auto;
}
.cid-um71IIetQj figcaption {
  position: relative;
}
.cid-um71IIetQj figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-um71IIetQj .image-block {
    width: 100% !important;
  }
}
.cid-um71IIsA7m {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-um71IIsA7m H1 {
  color: #ffc700;
}
.cid-um71IIsA7m .mbr-text,
.cid-um71IIsA7m .mbr-section-btn {
  color: #232323;
}
.cid-um71IIsA7m H3 {
  color: #5b686b;
}
.cid-um71IIJQMR {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-um71IIJQMR .image-block {
  margin: auto;
}
.cid-um71IIJQMR figcaption {
  position: relative;
}
.cid-um71IIJQMR figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-um71IIJQMR .image-block {
    width: 100% !important;
  }
}
.cid-um71IIZvYH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-um71IIZvYH P {
  color: #767676;
}
.cid-um71IIZvYH .mbr-text,
.cid-um71IIZvYH .mbr-section-btn {
  color: #465052;
}
.cid-um71IIZvYH H3 {
  color: #232323;
}
.cid-um71IIZvYH H1 {
  color: #c7ff00;
}
.cid-um71IJf6VF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-um71IJf6VF .mbr-section-subtitle {
  color: #465052;
}
.cid-um71IJf6VF H2 {
  color: #ffffff;
}
.cid-um71IJZGSK {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-um71IJZGSK H1 {
  color: #ffffff;
}
.cid-um71IJZGSK .mbr-text,
.cid-um71IJZGSK .mbr-section-btn {
  color: #232323;
}
.cid-um71IJZGSK H3 {
  color: #232323;
}
.cid-um71IKfxHk {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-um71IKfxHk .image-block {
  margin: auto;
}
.cid-um71IKfxHk figcaption {
  position: relative;
}
.cid-um71IKfxHk figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-um71IKfxHk .image-block {
    width: 100% !important;
  }
}
.cid-um71IKwRqn {
  background: #232323;
  padding-top: 60px;
  padding-bottom: 15px;
}
.cid-um71IKwRqn .image-block {
  margin: auto;
}
.cid-um71IKwRqn figcaption {
  position: relative;
}
.cid-um71IKwRqn figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-um71IKwRqn .image-block {
    width: 100% !important;
  }
}
.cid-um71IKLJG0 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-um71IKLJG0 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-um71IKLJG0 H2 {
  color: #ffc700;
}
.cid-um71IL2r4H {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-um71IL2r4H .mbr-section-subtitle {
  color: #767676;
}
.cid-um71IL2r4H H2 {
  color: #000000;
}
.cid-um71ILhYKX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-um71ILhYKX h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-um71ILhYKX p {
  color: #767676;
  text-align: left;
}
.cid-um71ILhYKX .card-box {
  padding-top: 2rem;
}
.cid-um71ILhYKX .card-wrapper {
  height: 100%;
}
.cid-um71ILhYKX .card-title DIV {
  text-align: center;
}
.cid-um71ILhYKX P {
  text-align: center;
  color: #000000;
}
.cid-um71ILhYKX .card-title {
  text-align: center;
  color: #000000;
}
.cid-um71ILEV06 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-um71ILEV06 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-um71ILEV06 p {
  color: #767676;
  text-align: left;
}
.cid-um71ILEV06 .card-box {
  padding-top: 2rem;
}
.cid-um71ILEV06 .card-wrapper {
  height: 100%;
}
.cid-um71ILEV06 .card-title DIV {
  text-align: center;
}
.cid-um71ILEV06 P {
  text-align: center;
  color: #000000;
}
.cid-um71ILEV06 .card-title {
  text-align: center;
  color: #000000;
}
.cid-um7z2S3qvz {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-um7z2S3qvz .mbr-section-subtitle {
  color: #767676;
}
.cid-um7z2S3qvz H2 {
  color: #000000;
}
.cid-um71IM3D0n {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-um71IM3D0n h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-um71IM3D0n p {
  color: #767676;
  text-align: left;
}
.cid-um71IM3D0n .card-box {
  padding-top: 2rem;
}
.cid-um71IM3D0n .card-wrapper {
  height: 100%;
}
.cid-um71IM3D0n .card-title DIV {
  text-align: center;
}
.cid-um71IM3D0n P {
  text-align: center;
  color: #000000;
}
.cid-um71IM3D0n .card-title {
  text-align: center;
  color: #000000;
}
.cid-um71IMPuve {
  background: #232323;
  padding-top: 60px;
  padding-bottom: 0px;
}
.cid-um71IMPuve .image-block {
  margin: auto;
}
.cid-um71IMPuve figcaption {
  position: relative;
}
.cid-um71IMPuve figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-um71IMPuve .image-block {
    width: 100% !important;
  }
}
.cid-um71IN7ELd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-um71IN7ELd .mbr-section-subtitle {
  color: #ffde00;
}
.cid-um71IN7ELd H2 {
  color: #ffffff;
}
.cid-um71INoLJq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-um71INoLJq .mbr-section-subtitle {
  color: #ffffff;
}
.cid-um71INoLJq H2 {
  color: #ffffff;
}
.cid-um71INFZaa {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-um71INFZaa .image-block {
  margin: auto;
}
.cid-um71INFZaa figcaption {
  position: relative;
}
.cid-um71INFZaa figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-um71INFZaa .image-block {
    width: 100% !important;
  }
}
.cid-um71INWOTI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-um71INWOTI P {
  color: #767676;
}
.cid-um71INWOTI .mbr-text,
.cid-um71INWOTI .mbr-section-btn {
  color: #465052;
}
.cid-um71INWOTI H3 {
  color: #232323;
}
.cid-um71INWOTI H1 {
  color: #ffffff;
}
.cid-um77Rnvwxi {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-um77Rnvwxi H1 {
  color: #ffffff;
}
.cid-um77Rnvwxi .mbr-text,
.cid-um77Rnvwxi .mbr-section-btn {
  color: #232323;
}
.cid-um77Rnvwxi H3 {
  color: #ffffff;
}
.cid-um77626S7K {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-um77626S7K .image-block {
  margin: auto;
}
.cid-um77626S7K figcaption {
  position: relative;
}
.cid-um77626S7K figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-um77626S7K .image-block {
    width: 100% !important;
  }
}
.cid-um77t9IzgP {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-um77t9IzgP H1 {
  color: #ffffff;
}
.cid-um77t9IzgP .mbr-text,
.cid-um77t9IzgP .mbr-section-btn {
  color: #232323;
}
.cid-um77t9IzgP H3 {
  color: #ffffff;
}
.cid-um71IPYgQV {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-um71IPYgQV .image-block {
  margin: auto;
}
.cid-um71IPYgQV figcaption {
  position: relative;
}
.cid-um71IPYgQV figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-um71IPYgQV .image-block {
    width: 100% !important;
  }
}
.cid-um71IQgr3x {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-um71IQgr3x .mbr-section-subtitle {
  color: #767676;
}
.cid-um71IQgr3x H2 {
  color: #000000;
}
.cid-um71IQyya4 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-um71IQyya4 .image-block {
  margin: auto;
}
.cid-um71IQyya4 figcaption {
  position: relative;
}
.cid-um71IQyya4 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-um71IQyya4 .image-block {
    width: 100% !important;
  }
}
.cid-um71IQQ2c5 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-um71IQQ2c5 H1 {
  color: #000000;
}
.cid-um71IQQ2c5 .mbr-text,
.cid-um71IQQ2c5 .mbr-section-btn {
  color: #232323;
}
.cid-um71IQQ2c5 H3 {
  color: #232323;
}
.cid-um71IRaRoG {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-um71IRaRoG .mbr-section-subtitle {
  color: #767676;
}
.cid-um71IRaRoG H2 {
  color: #000000;
}
.cid-um71IRt1Bu {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-um71IRt1Bu .counter-container {
  color: #767676;
}
.cid-um71IRt1Bu .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-um71IRt1Bu .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-um71IRt1Bu .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
  position: relative;
}
.cid-um71IRt1Bu .counter-container ol li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #69b6a1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-um71IRt1Bu .mbr-text {
  color: #000000;
}
.cid-um71IRMHo1 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-um71IRMHo1 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-um71IRMHo1 H2 {
  color: #ddff55;
}
.cid-um71IRMHo1 H3 {
  color: #ddff55;
}
.cid-um71IS4PL3 {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-um71IS4PL3 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-um71IS4PL3 .video-block {
    width: 100% !important;
  }
}
.cid-um71ISlzHp {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-um71ISlzHp h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-um71ISlzHp p {
  color: #767676;
  text-align: left;
}
.cid-um71ISlzHp .card-box {
  padding-top: 2rem;
}
.cid-um71ISlzHp .card-wrapper {
  height: 100%;
}
.cid-um71ISlzHp P {
  text-align: center;
  color: #ffffff;
}
.cid-um71ISlzHp .card-title {
  text-align: center;
  color: #ffde00;
}
.cid-um77vbbVor {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-um77vbbVor H1 {
  color: #ffffff;
}
.cid-um77vbbVor .mbr-text,
.cid-um77vbbVor .mbr-section-btn {
  color: #232323;
}
.cid-um77vbbVor H3 {
  color: #ffffff;
}
.cid-um77u5UCVt {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-um77u5UCVt .image-block {
  margin: auto;
}
.cid-um77u5UCVt figcaption {
  position: relative;
}
.cid-um77u5UCVt figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-um77u5UCVt .image-block {
    width: 100% !important;
  }
}
.cid-um71ISJwkU {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-um71ISJwkU .image-block {
  margin: auto;
}
.cid-um71ISJwkU figcaption {
  position: relative;
}
.cid-um71ISJwkU figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-um71ISJwkU .image-block {
    width: 100% !important;
  }
}
.cid-um71ITmHSg {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-um71ITmHSg .mbr-section-subtitle {
  color: #1a3246;
}
.cid-um71ITmHSg H2 {
  color: #ffffff;
}
.cid-um71ITmHSg H4 {
  color: #ffffff;
}
.cid-um71ITEzLC {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 0px;
}
.cid-um71ITEzLC .image-block {
  margin: auto;
}
.cid-um71ITEzLC figcaption {
  position: relative;
}
.cid-um71ITEzLC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-um71ITEzLC .image-block {
    width: 100% !important;
  }
}
.cid-um71ITXA7J {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-um71ITXA7J .mbr-section-subtitle {
  color: #000000;
}
.cid-um71ITXA7J H2 {
  color: #232323;
}
.cid-um71IUgiRx {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-um71IUgiRx .mbr-section-subtitle {
  color: #000000;
}
.cid-um71IUgiRx H2 {
  color: #232323;
}
.cid-um71IUBetT {
  background: #000000;
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-um71IUBetT .image-block {
  margin: auto;
}
.cid-um71IUBetT figcaption {
  position: relative;
}
.cid-um71IUBetT figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-um71IUBetT .image-block {
    width: 100% !important;
  }
}
.cid-um71IUUqD3 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-um71IUUqD3 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-um71IUUqD3 H2 {
  color: #ffffff;
}
.cid-um71IVf8XT {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-um71IVf8XT .image-block {
  margin: auto;
}
.cid-um71IVf8XT figcaption {
  position: relative;
}
.cid-um71IVf8XT figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-um71IVf8XT .image-block {
    width: 100% !important;
  }
}
.cid-um71IVy35c {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-um71IVy35c P {
  color: #767676;
}
.cid-um71IVy35c .mbr-text,
.cid-um71IVy35c .mbr-section-btn {
  color: #465052;
}
.cid-um71IVy35c H3 {
  color: #232323;
}
.cid-um71IVy35c H1 {
  color: #ffffff;
}
.cid-um77xiEZrD {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-um77xiEZrD H1 {
  color: #ffffff;
}
.cid-um77xiEZrD .mbr-text,
.cid-um77xiEZrD .mbr-section-btn {
  color: #232323;
}
.cid-um77xiEZrD H3 {
  color: #ffffff;
}
.cid-um7brDtdqo {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-um7brDtdqo H1 {
  color: #ffffff;
}
.cid-um7brDtdqo .mbr-text,
.cid-um7brDtdqo .mbr-section-btn {
  color: #232323;
}
.cid-um7brDtdqo H3 {
  color: #232323;
}
.cid-um77w6Vd3R {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-um77w6Vd3R .image-block {
  margin: auto;
}
.cid-um77w6Vd3R figcaption {
  position: relative;
}
.cid-um77w6Vd3R figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-um77w6Vd3R .image-block {
    width: 100% !important;
  }
}
.cid-um71IVXvZb {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-um71IVXvZb .image-block {
  margin: auto;
}
.cid-um71IVXvZb figcaption {
  position: relative;
}
.cid-um71IVXvZb figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-um71IVXvZb .image-block {
    width: 100% !important;
  }
}
.cid-um71IWgC7d {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-um71IWgC7d .image-block {
  margin: auto;
}
.cid-um71IWgC7d figcaption {
  position: relative;
}
.cid-um71IWgC7d figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-um71IWgC7d .image-block {
    width: 100% !important;
  }
}
.cid-um71IWBLNx {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-um71IWBLNx H1 {
  color: #ffffff;
}
.cid-um71IWBLNx .mbr-text,
.cid-um71IWBLNx .mbr-section-btn {
  color: #232323;
}
.cid-um71IWBLNx H3 {
  color: #232323;
}
.cid-um71IWWYx0 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-um71IWWYx0 .image-block {
  margin: auto;
}
.cid-um71IWWYx0 figcaption {
  position: relative;
}
.cid-um71IWWYx0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-um71IWWYx0 .image-block {
    width: 100% !important;
  }
}
.cid-um71IXfRY9 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-um71IXfRY9 .mbr-section-subtitle {
  color: #5b686b;
}
.cid-um71IXfRY9 H2 {
  color: #000000;
}
.cid-um71IXCNsc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-um71IXCNsc .mbr-section-subtitle {
  color: #000000;
}
.cid-um71IXCNsc H2 {
  color: #232323;
}
.cid-um71IXW416 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-um71IXW416 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-um71IXW416 .video-block {
    width: 100% !important;
  }
}
.cid-um71IYf1cD {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-um71IYf1cD .mbr-section-subtitle {
  color: #000000;
}
.cid-um71IYf1cD H2 {
  color: #232323;
}
.cid-um71IYzKkA {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-um71IYzKkA .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-um71IYzKkA .video-block {
    width: 100% !important;
  }
}
.cid-um71IYUmUF {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-um71IYUmUF .mbr-section-subtitle {
  color: #000000;
}
.cid-um71IYUmUF H2 {
  color: #232323;
}
.cid-um71IZfQf0 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-um71IZfQf0 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-um71IZfQf0 .video-block {
    width: 100% !important;
  }
}
.cid-um71IZzPTR {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-um71IZzPTR .mbr-section-subtitle {
  color: #000000;
}
.cid-um71IZzPTR H2 {
  color: #232323;
}
.cid-um71IZUDT0 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-um71IZUDT0 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-um71IZUDT0 .video-block {
    width: 100% !important;
  }
}
.cid-um71J0eC6y {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-um71J0eC6y .mbr-section-subtitle {
  color: #000000;
}
.cid-um71J0eC6y H2 {
  color: #232323;
}
.cid-um71J0CURe {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-um71J0CURe .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-um71J0CURe .video-block {
    width: 100% !important;
  }
}
.cid-um71J0XZLN {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-um71J0XZLN .mbr-section-subtitle {
  color: #000000;
}
.cid-um71J0XZLN H2 {
  color: #232323;
}
.cid-um71J1ia2l {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-um71J1ia2l .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-um71J1ia2l .video-block {
    width: 100% !important;
  }
}
.cid-um77ybNAYG {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-um77ybNAYG .image-block {
  margin: auto;
}
.cid-um77ybNAYG figcaption {
  position: relative;
}
.cid-um77ybNAYG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-um77ybNAYG .image-block {
    width: 100% !important;
  }
}
.cid-um71J1CLC5 {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-um71J1CLC5 .image-block {
  margin: auto;
}
.cid-um71J1CLC5 figcaption {
  position: relative;
}
.cid-um71J1CLC5 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-um71J1CLC5 .image-block {
    width: 100% !important;
  }
}
.cid-um71J1XymO {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-um71J1XymO .image-block {
  margin: auto;
}
.cid-um71J1XymO figcaption {
  position: relative;
}
.cid-um71J1XymO figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-um71J1XymO .image-block {
    width: 100% !important;
  }
}
.cid-um71J2l2Vv {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-um71J2l2Vv .mbr-section-subtitle {
  color: #000000;
}
.cid-um71J2l2Vv H2 {
  color: #232323;
}
.cid-um71J2H6sk {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-um71J2H6sk .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-um71J2H6sk .video-block {
    width: 100% !important;
  }
}
.cid-um71J32uYL {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-um71J32uYL .mbr-section-subtitle {
  color: #000000;
}
.cid-um71J32uYL H2 {
  color: #232323;
}
.cid-um71J3n2ay {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-um71J3n2ay .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-um71J3n2ay .video-block {
    width: 100% !important;
  }
}
.cid-um71J3J5wo {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-um71J3J5wo .mbr-section-subtitle {
  color: #000000;
}
.cid-um71J3J5wo H2 {
  color: #232323;
}
.cid-um71J45vqO {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-um71J45vqO .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-um71J45vqO .video-block {
    width: 100% !important;
  }
}
.cid-um71J4qTpT {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-um71J4qTpT .mbr-section-subtitle {
  color: #000000;
}
.cid-um71J4qTpT H2 {
  color: #232323;
}
.cid-um71J4Mg3b {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-um71J4Mg3b .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-um71J4Mg3b .video-block {
    width: 100% !important;
  }
}
.cid-um71J59S0s {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-um71J59S0s .mbr-section-subtitle {
  color: #000000;
}
.cid-um71J59S0s H2 {
  color: #232323;
}
.cid-um71J5vwMM {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-um71J5vwMM .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-um71J5vwMM .video-block {
    width: 100% !important;
  }
}
.cid-um77zvnkvz {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-um77zvnkvz .image-block {
  margin: auto;
}
.cid-um77zvnkvz figcaption {
  position: relative;
}
.cid-um77zvnkvz figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-um77zvnkvz .image-block {
    width: 100% !important;
  }
}
.cid-um71J5QenS {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-um71J5QenS .image-block {
  margin: auto;
}
.cid-um71J5QenS figcaption {
  position: relative;
}
.cid-um71J5QenS figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-um71J5QenS .image-block {
    width: 100% !important;
  }
}
.cid-um71J6c6bt {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-um71J6c6bt .image-block {
  margin: auto;
}
.cid-um71J6c6bt figcaption {
  position: relative;
}
.cid-um71J6c6bt figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-um71J6c6bt .image-block {
    width: 100% !important;
  }
}
.cid-um71J6yWN3 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-um71J6yWN3 .mbr-section-subtitle {
  color: #000000;
}
.cid-um71J6yWN3 H2 {
  color: #232323;
}
.cid-um71J6XUp0 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-um71J6XUp0 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-um71J6XUp0 .video-block {
    width: 100% !important;
  }
}
.cid-um71J7iQQD {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-um71J7iQQD .mbr-section-subtitle {
  color: #000000;
}
.cid-um71J7iQQD H2 {
  color: #232323;
}
.cid-um71J7GRb4 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-um71J7GRb4 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-um71J7GRb4 .video-block {
    width: 100% !important;
  }
}
.cid-um71J810qL {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-um71J810qL .mbr-section-subtitle {
  color: #000000;
}
.cid-um71J810qL H2 {
  color: #232323;
}
.cid-um71J8pZCg {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-um71J8pZCg .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-um71J8pZCg .video-block {
    width: 100% !important;
  }
}
.cid-um71J8LhXf {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-um71J8LhXf .mbr-section-subtitle {
  color: #000000;
}
.cid-um71J8LhXf H2 {
  color: #232323;
}
.cid-um71J97sHj {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-um71J97sHj .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-um71J97sHj .video-block {
    width: 100% !important;
  }
}
.cid-um71J9t4O5 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-um71J9t4O5 .mbr-section-subtitle {
  color: #000000;
}
.cid-um71J9t4O5 H2 {
  color: #232323;
}
.cid-um71J9RO10 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-um71J9RO10 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-um71J9RO10 .video-block {
    width: 100% !important;
  }
}
.cid-um77AoLgTQ {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-um77AoLgTQ .image-block {
  margin: auto;
}
.cid-um77AoLgTQ figcaption {
  position: relative;
}
.cid-um77AoLgTQ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-um77AoLgTQ .image-block {
    width: 100% !important;
  }
}
.cid-um71Jaeqcv {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-um71Jaeqcv .image-block {
  margin: auto;
}
.cid-um71Jaeqcv figcaption {
  position: relative;
}
.cid-um71Jaeqcv figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-um71Jaeqcv .image-block {
    width: 100% !important;
  }
}
.cid-um71JaC9nq {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-um71JaC9nq .image-block {
  margin: auto;
}
.cid-um71JaC9nq figcaption {
  position: relative;
}
.cid-um71JaC9nq figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-um71JaC9nq .image-block {
    width: 100% !important;
  }
}
.cid-um71Jb0Yc4 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-um71Jb0Yc4 .mbr-section-subtitle {
  color: #000000;
}
.cid-um71Jb0Yc4 H2 {
  color: #232323;
}
.cid-um71JbpBKv {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-um71JbpBKv .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-um71JbpBKv .video-block {
    width: 100% !important;
  }
}
.cid-um71JbMhqs {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-um71JbMhqs .mbr-section-subtitle {
  color: #000000;
}
.cid-um71JbMhqs H2 {
  color: #232323;
}
.cid-um71JcaXNa {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-um71JcaXNa .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-um71JcaXNa .video-block {
    width: 100% !important;
  }
}
.cid-um71JcxEYL {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-um71JcxEYL .mbr-section-subtitle {
  color: #000000;
}
.cid-um71JcxEYL H2 {
  color: #232323;
}
.cid-um71JcWchh {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-um71JcWchh .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-um71JcWchh .video-block {
    width: 100% !important;
  }
}
.cid-um71JdkCr2 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-um71JdkCr2 .mbr-section-subtitle {
  color: #000000;
}
.cid-um71JdkCr2 H2 {
  color: #232323;
}
.cid-um71JdJfBo {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-um71JdJfBo .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-um71JdJfBo .video-block {
    width: 100% !important;
  }
}
.cid-um71Je6RuX {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-um71Je6RuX .mbr-section-subtitle {
  color: #000000;
}
.cid-um71Je6RuX H2 {
  color: #232323;
}
.cid-um71Jewk7j {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-um71Jewk7j .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-um71Jewk7j .video-block {
    width: 100% !important;
  }
}
.cid-um77Bg1L5e {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-um77Bg1L5e .image-block {
  margin: auto;
}
.cid-um77Bg1L5e figcaption {
  position: relative;
}
.cid-um77Bg1L5e figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-um77Bg1L5e .image-block {
    width: 100% !important;
  }
}
.cid-um71JeTJpE {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-um71JeTJpE .image-block {
  margin: auto;
}
.cid-um71JeTJpE figcaption {
  position: relative;
}
.cid-um71JeTJpE figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-um71JeTJpE .image-block {
    width: 100% !important;
  }
}
.cid-um71Jfhqvu {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-um71Jfhqvu .image-block {
  margin: auto;
}
.cid-um71Jfhqvu figcaption {
  position: relative;
}
.cid-um71Jfhqvu figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-um71Jfhqvu .image-block {
    width: 100% !important;
  }
}
.cid-um71JfFtu7 {
  background: #622d46;
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-um71JfFtu7 .image-block {
  margin: auto;
}
.cid-um71JfFtu7 figcaption {
  position: relative;
}
.cid-um71JfFtu7 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-um71JfFtu7 .image-block {
    width: 100% !important;
  }
}
.cid-um71Jg5HsL {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #622d46;
}
.cid-um71Jg5HsL .mbr-section-subtitle {
  color: #767676;
}
.cid-um71Jg5HsL H2 {
  color: #f9f295;
}
.cid-um71JgtZgI {
  background: #622d46;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-um71JgtZgI .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-um71JgtZgI .video-block {
    width: 100% !important;
  }
}
.cid-um71JgQCC9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #622d46;
}
.cid-um71JgQCC9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-um71JgQCC9 H2 {
  color: #ffffff;
}
.cid-um71JhfDkm {
  background: #622d46;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-um71JhfDkm .image-block {
  margin: auto;
}
.cid-um71JhfDkm figcaption {
  position: relative;
}
.cid-um71JhfDkm figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-um71JhfDkm .image-block {
    width: 100% !important;
  }
}
.cid-um71JhEWuh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #622d46;
}
.cid-um71JhEWuh H1 {
  color: #ffffff;
}
.cid-um71JhEWuh .mbr-text,
.cid-um71JhEWuh .mbr-section-btn {
  color: #232323;
}
.cid-um71JhEWuh H3 {
  color: #232323;
}
.cid-um77CV2pEg {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-um77CV2pEg H1 {
  color: #ffffff;
}
.cid-um77CV2pEg .mbr-text,
.cid-um77CV2pEg .mbr-section-btn {
  color: #232323;
}
.cid-um77CV2pEg H3 {
  color: #ffffff;
}
.cid-um77CalbXG {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-um77CalbXG .image-block {
  margin: auto;
}
.cid-um77CalbXG figcaption {
  position: relative;
}
.cid-um77CalbXG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-um77CalbXG .image-block {
    width: 100% !important;
  }
}
.cid-um71Ji3BJB {
  background: #622d46;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-um71Ji3BJB .image-block {
  margin: auto;
}
.cid-um71Ji3BJB figcaption {
  position: relative;
}
.cid-um71Ji3BJB figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-um71Ji3BJB .image-block {
    width: 100% !important;
  }
}
.cid-um71JirBj8 {
  background: #622d46;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-um71JirBj8 .image-block {
  margin: auto;
}
.cid-um71JirBj8 figcaption {
  position: relative;
}
.cid-um71JirBj8 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-um71JirBj8 .image-block {
    width: 100% !important;
  }
}
.cid-um71JiQMvH {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #622d46;
}
.cid-um71JiQMvH H1 {
  color: #ffffff;
}
.cid-um71JiQMvH .mbr-text,
.cid-um71JiQMvH .mbr-section-btn {
  color: #232323;
}
.cid-um71JiQMvH H3 {
  color: #232323;
}
.cid-um71JjjIJp {
  background: #622d46;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-um71JjjIJp .image-block {
  margin: auto;
}
.cid-um71JjjIJp figcaption {
  position: relative;
}
.cid-um71JjjIJp figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-um71JjjIJp .image-block {
    width: 100% !important;
  }
}
.cid-um71JjI0Rk {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-um71JjI0Rk .mbr-section-subtitle {
  color: #232323;
}
.cid-um71JjI0Rk H2 {
  color: #232323;
}
.cid-um71Jk84k8 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-um71Jk84k8 .image-block {
  margin: auto;
}
.cid-um71Jk84k8 figcaption {
  position: relative;
}
.cid-um71Jk84k8 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-um71Jk84k8 .image-block {
    width: 100% !important;
  }
}
.cid-um71Jkzkq8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-um71Jkzkq8 H1 {
  color: #232323;
}
.cid-um71Jkzkq8 .mbr-text,
.cid-um71Jkzkq8 .mbr-section-btn {
  color: #232323;
}
.cid-um71Jkzkq8 H3 {
  color: #232323;
}
.cid-um77EnNcNg {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-um77EnNcNg H1 {
  color: #ffffff;
}
.cid-um77EnNcNg .mbr-text,
.cid-um77EnNcNg .mbr-section-btn {
  color: #232323;
}
.cid-um77EnNcNg H3 {
  color: #ffffff;
}
.cid-um77DPTTVw {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-um77DPTTVw .image-block {
  margin: auto;
}
.cid-um77DPTTVw figcaption {
  position: relative;
}
.cid-um77DPTTVw figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-um77DPTTVw .image-block {
    width: 100% !important;
  }
}
.cid-um71Jl11bQ {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-um71Jl11bQ .image-block {
  margin: auto;
}
.cid-um71Jl11bQ figcaption {
  position: relative;
}
.cid-um71Jl11bQ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-um71Jl11bQ .image-block {
    width: 100% !important;
  }
}
.cid-um71JlslIu {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-um71JlslIu .image-block {
  margin: auto;
}
.cid-um71JlslIu figcaption {
  position: relative;
}
.cid-um71JlslIu figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-um71JlslIu .image-block {
    width: 100% !important;
  }
}
.cid-um71JlRJFO {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-um71JlRJFO H1 {
  color: #000000;
}
.cid-um71JlRJFO .mbr-text,
.cid-um71JlRJFO .mbr-section-btn {
  color: #232323;
}
.cid-um71JlRJFO H3 {
  color: #232323;
}
.cid-um71JmkFUH {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-um71JmkFUH .image-block {
  margin: auto;
}
.cid-um71JmkFUH figcaption {
  position: relative;
}
.cid-um71JmkFUH figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-um71JmkFUH .image-block {
    width: 100% !important;
  }
}
.cid-um71JmKHmL {
  padding-top: 60px;
  padding-bottom: 45px;
  position: relative;
  background-color: #000000;
}
.cid-um71JmKHmL p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-um71JmKHmL .panel-title {
  border-bottom: 2px solid #5758e0;
  display: flex!important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-um71JmKHmL .collapsed {
  border: none;
}
.cid-um71JmKHmL .collapsed span {
  transform: rotate(0deg);
}
.cid-um71JmKHmL span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #00a335, #fc0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-um71JmKHmL .panel-body {
  padding-top: 0.5rem;
}
.cid-um71JmKHmL .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-um71JmKHmL .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-um71JmKHmL .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-um71JmKHmL .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-um71JmKHmL .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-um71JmKHmL .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-um71JmKHmL .panel-text {
  color: #ffffff;
}
.cid-um71JmKHmL H4 {
  color: #ffffff;
}
.cid-um71JmKHmL H2 {
  color: #ffffff;
}
.cid-um71JmKHmL .mbr-section-text {
  color: #ffffff;
}
.cid-um71Jnhxcx {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-um71Jnhxcx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-um71Jnhxcx H2 {
  color: #ffffff;
}
.cid-um71JnJutr {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-um71JnJutr .image-block {
  margin: auto;
}
.cid-um71JnJutr figcaption {
  position: relative;
}
.cid-um71JnJutr figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-um71JnJutr .image-block {
    width: 100% !important;
  }
}
.cid-um71Jo9qlC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-um71Jo9qlC .mbr-section-subtitle {
  color: #232323;
}
.cid-um71Jo9qlC H2 {
  color: #ffffff;
}
.cid-uomxtCheuq {
  background: #000000;
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-uomxtCheuq .image-block {
  margin: auto;
}
.cid-uomxtCheuq figcaption {
  position: relative;
}
.cid-uomxtCheuq figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uomxtCheuq .image-block {
    width: 100% !important;
  }
}
.cid-uomxsykSDp {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uomxsykSDp .mbr-section-subtitle {
  color: #000000;
}
.cid-uomxsykSDp H2 {
  color: #ffd200;
}
.cid-uomxsykSDp .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uomABF0rc3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uomABF0rc3 .mbr-section-subtitle {
  color: #000000;
}
.cid-uomABF0rc3 H2 {
  text-align: center;
  color: #ffffff;
}
.cid-uomxuFR03l {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-uomxuFR03l .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uomxuFR03l .video-block {
    width: 100% !important;
  }
}
.cid-uomxzQbXt5 {
  background: #000000;
  padding-top: 15px;
  padding-bottom: 30px;
}
.cid-uomxzQbXt5 .image-block {
  margin: auto;
}
.cid-uomxzQbXt5 figcaption {
  position: relative;
}
.cid-uomxzQbXt5 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uomxzQbXt5 .image-block {
    width: 100% !important;
  }
}
.cid-uomxBCpabI {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-uomxBCpabI .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uomxBCpabI H2 {
  color: #ffffff;
}
.cid-upj04XsL0l {
  background: #000000;
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-upj04XsL0l .image-block {
  margin: auto;
}
.cid-upj04XsL0l figcaption {
  position: relative;
}
.cid-upj04XsL0l figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-upj04XsL0l .image-block {
    width: 100% !important;
  }
}
.cid-upj04XTslH {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-upj04XTslH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-upj04XTslH H2 {
  text-align: center;
  color: #626161;
}
.cid-upj04XTslH H1 {
  color: #ffffff;
}
.cid-upj04Y2jSA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-upj04Y2jSA .mbr-section-subtitle {
  color: #ffdd00;
}
.cid-upj04Y2jSA H2 {
  text-align: center;
  color: #f9f295;
}
.cid-upj04Y2jSA H4 {
  color: #ffde00;
}
.cid-upj04Ycyuq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-upj04Ycyuq .mbr-section-subtitle {
  color: #ffffff;
}
.cid-upj04Ycyuq H2 {
  text-align: center;
  color: #f9f295;
}
.cid-upj04Ycyuq H4 {
  color: #ffde00;
}
.cid-upj04YlXNl {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-upj04YlXNl .mbr-section-subtitle {
  color: #ffde00;
}
.cid-upj04YlXNl H2 {
  text-align: center;
  color: #f9f295;
}
.cid-upj04YlXNl H4 {
  color: #ffde00;
}
.cid-upj04YuDSH {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-upj04YuDSH .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-upj04YuDSH .video-block {
    width: 100% !important;
  }
}
.cid-upj04YDt3P {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-upj04YDt3P .mbr-section-subtitle {
  color: #ffffff;
}
.cid-upj04YDt3P H2 {
  text-align: center;
  color: #f9f295;
}
.cid-upj04YDt3P H4 {
  color: #ffde00;
}
.cid-upjb4UqE8e {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-upjb4UqE8e H2 {
  color: #ffd200;
}
.cid-upjb4UqE8e .mbr-section-subtitle {
  color: #000000;
}
.cid-upjb4UqE8e .mbr-text {
  color: #0c1926;
}
.cid-upj04YM0NE {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-upj04YM0NE .mbr-section-subtitle {
  color: #ffffff;
}
.cid-upj04YM0NE H2 {
  text-align: center;
  color: #f9f295;
}
.cid-upj04YM0NE H4 {
  color: #ffde00;
}
.cid-upj0516Tqx {
  background: #1f2123;
  padding-top: 45px;
  padding-bottom: 15px;
}
.cid-upj0516Tqx .image-block {
  margin: auto;
}
.cid-upj0516Tqx figcaption {
  position: relative;
}
.cid-upj0516Tqx figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-upj0516Tqx .image-block {
    width: 100% !important;
  }
}
.cid-upj051iciY {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #1f2123;
}
.cid-upj051iciY .mbr-section-subtitle {
  color: #ffffff;
}
.cid-upj051iciY H2 {
  text-align: center;
  color: #f9f295;
}
.cid-upj051iciY H4 {
  color: #ffd200;
}
.cid-upj051Rf4v {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1f2123;
}
.cid-upj051Rf4v h4 {
  text-align: left;
  font-weight: 500;
}
.cid-upj051Rf4v p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-upj051Rf4v .card-img {
  text-align: left;
  background-color: #131515;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3rem 2.5rem 0 2.5rem;
}
.cid-upj051Rf4v .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-upj051Rf4v .card-box {
  padding: 0rem 2.5rem 3rem 2.5rem;
  background-color: #131515;
}
.cid-upj051Rf4v P {
  text-align: center;
  color: #ffffff;
}
.cid-upj051Rf4v .card-title,
.cid-upj051Rf4v .card-img {
  text-align: center;
  color: #d4ff26;
}
.cid-upj052gics {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1f2123;
}
.cid-upj052gics h4 {
  text-align: left;
  font-weight: 500;
}
.cid-upj052gics p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-upj052gics .card-img {
  text-align: left;
  background-color: #131515;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3rem 2.5rem 0 2.5rem;
}
.cid-upj052gics .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-upj052gics .card-box {
  padding: 0rem 2.5rem 3rem 2.5rem;
  background-color: #131515;
}
.cid-upj052gics P {
  text-align: center;
  color: #ffffff;
}
.cid-upj052gics .card-title,
.cid-upj052gics .card-img {
  text-align: center;
  color: #d4ff26;
}
.cid-upj052BUTj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1f2123;
}
.cid-upj052BUTj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-upj052BUTj H2 {
  text-align: center;
  color: #f9f295;
}
.cid-upj052BUTj H4 {
  color: #ffd200;
}
.cid-upjMz3kqRP {
  background: #1f2123;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-upjMz3kqRP .image-block {
  margin: auto;
}
.cid-upjMz3kqRP figcaption {
  position: relative;
}
.cid-upjMz3kqRP figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-upjMz3kqRP .image-block {
    width: 100% !important;
  }
}
.cid-upj04YZDMh {
  background: #5a0000;
  padding-top: 60px;
  padding-bottom: 15px;
}
.cid-upj04YZDMh .image-block {
  margin: auto;
}
.cid-upj04YZDMh figcaption {
  position: relative;
}
.cid-upj04YZDMh figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-upj04YZDMh .image-block {
    width: 100% !important;
  }
}
.cid-upj04Z9u35 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5a0000;
}
.cid-upj04Z9u35 .mbr-section-title {
  text-align: center;
  color: #c7f900;
}
.cid-upj04Z9u35 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-upj04ZlkOX {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #5a0000;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-upj04ZlkOX .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-upj04ZlkOX .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-upj04ZlkOX .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-upj04ZlkOX .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-upj04ZlkOX .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-upj04ZlkOX .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-upj04ZlkOX .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-upj04ZlkOX .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-upj04ZlkOX .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #ffffff !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-upRFJdWxhb {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #131515;
}
.cid-upRFJdWxhb H2 {
  color: #fdde00;
}
.cid-upRFJdWxhb .mbr-section-subtitle {
  color: #ffffff;
}
.cid-upRFJdWxhb .mbr-text {
  color: #0c1926;
}
.cid-upRE1Lk5ZO {
  background: #131515;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-upRE1Lk5ZO .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-upRE1Lk5ZO .video-block {
    width: 100% !important;
  }
}
.cid-upj050hRgc {
  background: #131515;
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-upj050hRgc .image-block {
  margin: auto;
}
.cid-upj050hRgc figcaption {
  position: relative;
}
.cid-upj050hRgc figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-upj050hRgc .image-block {
    width: 100% !important;
  }
}
.cid-upj04ZFFEz {
  background: #131515;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-upj04ZFFEz .image-block {
  margin: auto;
}
.cid-upj04ZFFEz figcaption {
  position: relative;
}
.cid-upj04ZFFEz figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-upj04ZFFEz .image-block {
    width: 100% !important;
  }
}
.cid-upj04ZQl3x {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #131515;
}
.cid-upj04ZQl3x P {
  color: #767676;
}
.cid-upj04ZQl3x H1 {
  color: #ffd100;
}
.cid-upj04ZQl3x .mbr-text,
.cid-upj04ZQl3x .mbr-section-btn {
  color: #767676;
}
.cid-upj04ZQl3x H3 {
  color: #ffd200;
}
.cid-upj04ZQl3x H4 {
  color: #ffffff;
}
.cid-upj0504cdJ {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #131515;
}
.cid-upj0504cdJ P {
  color: #767676;
}
.cid-upj0504cdJ H1 {
  color: #ffd100;
}
.cid-upj0504cdJ .mbr-text,
.cid-upj0504cdJ .mbr-section-btn {
  color: #767676;
}
.cid-upj0504cdJ H3 {
  color: #ffd200;
}
.cid-upj0504cdJ H4 {
  color: #ffffff;
}
.cid-upj051uwB0 {
  background: #1f2123;
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-upj051uwB0 .image-block {
  margin: auto;
}
.cid-upj051uwB0 figcaption {
  position: relative;
}
.cid-upj051uwB0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-upj051uwB0 .image-block {
    width: 100% !important;
  }
}
.cid-upj051GGz1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1f2123;
}
.cid-upj051GGz1 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-upj051GGz1 H2 {
  text-align: center;
  color: #f9f295;
}
.cid-upj051GGz1 H4 {
  color: #ffd200;
}
.cid-upj052OHd3 {
  background: #1f2122;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-upj052OHd3 .image-block {
  margin: auto;
}
.cid-upj052OHd3 figcaption {
  position: relative;
}
.cid-upj052OHd3 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-upj052OHd3 .image-block {
    width: 100% !important;
  }
}
.cid-upj0530hGy {
  background: #1f2122;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-upj0530hGy .image-block {
  margin: auto;
}
.cid-upj0530hGy figcaption {
  position: relative;
}
.cid-upj0530hGy figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-upj0530hGy .image-block {
    width: 100% !important;
  }
}
.cid-upj053bTfQ {
  background: #1f2122;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-upj053bTfQ .image-block {
  margin: auto;
}
.cid-upj053bTfQ figcaption {
  position: relative;
}
.cid-upj053bTfQ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-upj053bTfQ .image-block {
    width: 100% !important;
  }
}
.cid-upj053pBxj {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #1f2122;
}
.cid-upj053pBxj H1 {
  color: #ffffff;
}
.cid-upj053pBxj .mbr-text,
.cid-upj053pBxj .mbr-section-btn {
  color: #232323;
}
.cid-upj053pBxj H3 {
  color: #232323;
}
.cid-upj053H09B {
  background: #000000;
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-upj053H09B .image-block {
  margin: auto;
}
.cid-upj053H09B figcaption {
  position: relative;
}
.cid-upj053H09B figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-upj053H09B .image-block {
    width: 100% !important;
  }
}
.cid-upj053T84Q {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-upj053T84Q .mbr-section-subtitle {
  color: #ffffff;
}
.cid-upj053T84Q H2 {
  color: #232323;
}
.cid-upj0546Alc {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-upj0546Alc .mbr-section-subtitle {
  color: #ffffff;
}
.cid-upj0546Alc H2 {
  color: #232323;
}
.cid-upj054kTtA {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #1f2122;
}
.cid-upj054kTtA .mbr-section-subtitle {
  color: #ffffff;
}
.cid-upj054kTtA H2 {
  color: #ffffff;
}
.cid-upj054kTtA H3 {
  color: #ffffff;
}
.cid-upj054ziyb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1f2122;
}
.cid-upj054ziyb h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-upj054ziyb p {
  color: #767676;
  text-align: left;
}
.cid-upj054ziyb .card-box {
  padding-top: 2rem;
}
.cid-upj054ziyb .card-wrapper {
  height: 100%;
}
.cid-upj054ziyb P {
  text-align: center;
  color: #ffffff;
}
.cid-upj054ziyb .card-title {
  text-align: center;
  color: #ddff55;
}
.cid-upj054TvZf {
  background: #1f2122;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-upj054TvZf .image-block {
  margin: auto;
}
.cid-upj054TvZf figcaption {
  position: relative;
}
.cid-upj054TvZf figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-upj054TvZf .image-block {
    width: 100% !important;
  }
}
.cid-upj0557N9D {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #1f2122;
}
.cid-upj0557N9D .mbr-section-subtitle {
  color: #ffd200;
}
.cid-upj0557N9D H2 {
  color: #ffffff;
}
.cid-upj0557N9D H4 {
  color: #ffffff;
}
.cid-upj055meTI {
  padding-top: 45px;
  padding-bottom: 45px;
  position: relative;
  background-color: #131515;
}
.cid-upj055meTI p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-upj055meTI .panel-title {
  border-bottom: 2px solid #5758e0;
  display: flex!important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-upj055meTI .collapsed {
  border: none;
}
.cid-upj055meTI .collapsed span {
  transform: rotate(0deg);
}
.cid-upj055meTI span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #00a335, #fc0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-upj055meTI .panel-body {
  padding-top: 0.5rem;
}
.cid-upj055meTI .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-upj055meTI .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #1f2122;
  padding: 0;
}
.cid-upj055meTI .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-upj055meTI .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-upj055meTI .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-upj055meTI .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-upj055meTI .panel-text {
  color: #ffffff;
}
.cid-upj055meTI H4 {
  color: #ffffff;
}
.cid-upj055meTI H2 {
  color: #ffffff;
}
.cid-upj055meTI .mbr-section-text {
  color: #ffffff;
}
.cid-upj055meTI H3 {
  color: #ffffff;
}
.cid-upj055IKUJ {
  background: #000000;
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-upj055IKUJ .image-block {
  margin: auto;
}
.cid-upj055IKUJ figcaption {
  position: relative;
}
.cid-upj055IKUJ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-upj055IKUJ .image-block {
    width: 100% !important;
  }
}
.cid-upj055VZvX {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-upj055VZvX .mbr-section-subtitle {
  color: #ffffff;
}
.cid-upj055VZvX H2 {
  text-align: center;
  color: #f9f295;
}
.cid-upj055VZvX H4 {
  color: #ffde00;
}
.cid-upj056aBfn {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-upj056aBfn .image-block {
  margin: auto;
}
.cid-upj056aBfn figcaption {
  position: relative;
}
.cid-upj056aBfn figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-upj056aBfn .image-block {
    width: 100% !important;
  }
}
.cid-upj056o5Gz {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-upj056o5Gz .image-block {
  margin: auto;
}
.cid-upj056o5Gz figcaption {
  position: relative;
}
.cid-upj056o5Gz figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-upj056o5Gz .image-block {
    width: 100% !important;
  }
}
.cid-upj056Ddw6 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-upj056Ddw6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-upj056Ddw6 H2 {
  color: #ffffff;
}
.cid-upj056Ddw6 H4 {
  color: #ffffff;
}
.cid-upj056S8T2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-upj056S8T2 .mbr-section-subtitle {
  color: #232323;
}
.cid-upj056S8T2 H2 {
  color: #ffffff;
}
.cid-upRM7PoBiv {
  background: #000000;
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-upRM7PoBiv .image-block {
  margin: auto;
}
.cid-upRM7PoBiv figcaption {
  position: relative;
}
.cid-upRM7PoBiv figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-upRM7PoBiv .image-block {
    width: 100% !important;
  }
}
.cid-upRM7PPWPx {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-upRM7PPWPx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-upRM7PPWPx H2 {
  text-align: center;
  color: #626161;
}
.cid-upRM7PPWPx H1 {
  color: #ffffff;
}
.cid-upRM7PZYZR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-upRM7PZYZR .mbr-section-subtitle {
  color: #ffdd00;
}
.cid-upRM7PZYZR H2 {
  text-align: center;
  color: #f9f295;
}
.cid-upRM7PZYZR H4 {
  color: #ffde00;
}
.cid-upRM7Q977h {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-upRM7Q977h .mbr-section-subtitle {
  color: #ffffff;
}
.cid-upRM7Q977h H2 {
  text-align: center;
  color: #f9f295;
}
.cid-upRM7Q977h H4 {
  color: #ffde00;
}
.cid-upRM7QtbDS {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-upRM7QtbDS .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-upRM7QtbDS .video-block {
    width: 100% !important;
  }
}
.cid-upRM7QFQKg {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-upRM7QFQKg .mbr-section-subtitle {
  color: #ffffff;
}
.cid-upRM7QFQKg H2 {
  text-align: center;
  color: #f9f295;
}
.cid-upRM7QFQKg H4 {
  color: #ffde00;
}
.cid-upRM7QTnsb {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-upRM7QTnsb H2 {
  color: #ffd200;
}
.cid-upRM7QTnsb .mbr-section-subtitle {
  color: #000000;
}
.cid-upRM7QTnsb .mbr-text {
  color: #0c1926;
}
.cid-upRM7R5js9 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-upRM7R5js9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-upRM7R5js9 H2 {
  text-align: center;
  color: #f9f295;
}
.cid-upRM7R5js9 H4 {
  color: #ffde00;
}
.cid-upRM7Ui6Lj {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #131515;
}
.cid-upRM7Ui6Lj P {
  color: #767676;
}
.cid-upRM7Ui6Lj H1 {
  color: #ffd100;
}
.cid-upRM7Ui6Lj .mbr-text,
.cid-upRM7Ui6Lj .mbr-section-btn {
  color: #767676;
}
.cid-upRM7Ui6Lj H3 {
  color: #ffd200;
}
.cid-upRM7Ui6Lj H4 {
  color: #ffffff;
}
.cid-upRM7UwsmQ {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #131515;
}
.cid-upRM7UwsmQ P {
  color: #767676;
}
.cid-upRM7UwsmQ H1 {
  color: #ffd100;
}
.cid-upRM7UwsmQ .mbr-text,
.cid-upRM7UwsmQ .mbr-section-btn {
  color: #767676;
}
.cid-upRM7UwsmQ H3 {
  color: #ffd200;
}
.cid-upRM7UwsmQ H4 {
  color: #ffffff;
}
.cid-upRM7Tt3cs {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-upRM7Tt3cs H2 {
  color: #fdde00;
}
.cid-upRM7Tt3cs .mbr-section-subtitle {
  color: #ffffff;
}
.cid-upRM7Tt3cs .mbr-text {
  color: #0c1926;
}
.cid-upRM7TGCvs {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 75px;
}
.cid-upRM7TGCvs .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-upRM7TGCvs .video-block {
    width: 100% !important;
  }
}
.cid-upRM7RfbxX {
  background: #1f2123;
  padding-top: 45px;
  padding-bottom: 15px;
}
.cid-upRM7RfbxX .image-block {
  margin: auto;
}
.cid-upRM7RfbxX figcaption {
  position: relative;
}
.cid-upRM7RfbxX figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-upRM7RfbxX .image-block {
    width: 100% !important;
  }
}
.cid-upRM7Rqn7p {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #1f2123;
}
.cid-upRM7Rqn7p .mbr-section-subtitle {
  color: #ffffff;
}
.cid-upRM7Rqn7p H2 {
  text-align: center;
  color: #f9f295;
}
.cid-upRM7Rqn7p H4 {
  color: #ffd200;
}
.cid-upRM7RA8i4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1f2123;
}
.cid-upRM7RA8i4 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-upRM7RA8i4 p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-upRM7RA8i4 .card-img {
  text-align: left;
  background-color: #131515;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3rem 2.5rem 0 2.5rem;
}
.cid-upRM7RA8i4 .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-upRM7RA8i4 .card-box {
  padding: 0rem 2.5rem 3rem 2.5rem;
  background-color: #131515;
}
.cid-upRM7RA8i4 P {
  text-align: center;
  color: #ffffff;
}
.cid-upRM7RA8i4 .card-title,
.cid-upRM7RA8i4 .card-img {
  text-align: center;
  color: #d4ff26;
}
.cid-upRM7RVp42 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1f2123;
}
.cid-upRM7RVp42 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-upRM7RVp42 p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-upRM7RVp42 .card-img {
  text-align: left;
  background-color: #131515;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3rem 2.5rem 0 2.5rem;
}
.cid-upRM7RVp42 .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-upRM7RVp42 .card-box {
  padding: 0rem 2.5rem 3rem 2.5rem;
  background-color: #131515;
}
.cid-upRM7RVp42 P {
  text-align: center;
  color: #ffffff;
}
.cid-upRM7RVp42 .card-title,
.cid-upRM7RVp42 .card-img {
  text-align: center;
  color: #d4ff26;
}
.cid-upRM7SirgU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1f2123;
}
.cid-upRM7SirgU .mbr-section-subtitle {
  color: #ffffff;
}
.cid-upRM7SirgU H2 {
  text-align: center;
  color: #f9f295;
}
.cid-upRM7SirgU H4 {
  color: #ffd200;
}
.cid-upRM7SvqIC {
  background: #1f2123;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-upRM7SvqIC .image-block {
  margin: auto;
}
.cid-upRM7SvqIC figcaption {
  position: relative;
}
.cid-upRM7SvqIC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-upRM7SvqIC .image-block {
    width: 100% !important;
  }
}
.cid-upRM7SFTUt {
  background: #5a0000;
  padding-top: 60px;
  padding-bottom: 15px;
}
.cid-upRM7SFTUt .image-block {
  margin: auto;
}
.cid-upRM7SFTUt figcaption {
  position: relative;
}
.cid-upRM7SFTUt figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-upRM7SFTUt .image-block {
    width: 100% !important;
  }
}
.cid-upRM7SSTLf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5a0000;
}
.cid-upRM7SSTLf .mbr-section-title {
  text-align: center;
  color: #c7f900;
}
.cid-upRM7SSTLf .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-upRM7T9PXV {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #5a0000;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-upRM7T9PXV .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-upRM7T9PXV .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-upRM7T9PXV .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-upRM7T9PXV .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-upRM7T9PXV .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-upRM7T9PXV .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-upRM7T9PXV .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-upRM7T9PXV .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-upRM7T9PXV .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #ffffff !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-upRM7TR7Iv {
  background: #1f2123;
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-upRM7TR7Iv .image-block {
  margin: auto;
}
.cid-upRM7TR7Iv figcaption {
  position: relative;
}
.cid-upRM7TR7Iv figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-upRM7TR7Iv .image-block {
    width: 100% !important;
  }
}
.cid-upRM7UZINr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1f2123;
}
.cid-upRM7UZINr .mbr-section-subtitle {
  color: #ffffff;
}
.cid-upRM7UZINr H2 {
  text-align: center;
  color: #f9f295;
}
.cid-upRM7UZINr H4 {
  color: #ffd200;
}
.cid-upRM7VdBbk {
  background: #1f2122;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-upRM7VdBbk .image-block {
  margin: auto;
}
.cid-upRM7VdBbk figcaption {
  position: relative;
}
.cid-upRM7VdBbk figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-upRM7VdBbk .image-block {
    width: 100% !important;
  }
}
.cid-upRM7VqQSq {
  background: #1f2122;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-upRM7VqQSq .image-block {
  margin: auto;
}
.cid-upRM7VqQSq figcaption {
  position: relative;
}
.cid-upRM7VqQSq figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-upRM7VqQSq .image-block {
    width: 100% !important;
  }
}
.cid-upRM7VEhuJ {
  background: #1f2122;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-upRM7VEhuJ .image-block {
  margin: auto;
}
.cid-upRM7VEhuJ figcaption {
  position: relative;
}
.cid-upRM7VEhuJ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-upRM7VEhuJ .image-block {
    width: 100% !important;
  }
}
.cid-upRM7VR1bG {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #1f2122;
}
.cid-upRM7VR1bG H1 {
  color: #ffffff;
}
.cid-upRM7VR1bG .mbr-text,
.cid-upRM7VR1bG .mbr-section-btn {
  color: #232323;
}
.cid-upRM7VR1bG H3 {
  color: #232323;
}
.cid-upRM7W52Mb {
  background: #000000;
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-upRM7W52Mb .image-block {
  margin: auto;
}
.cid-upRM7W52Mb figcaption {
  position: relative;
}
.cid-upRM7W52Mb figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-upRM7W52Mb .image-block {
    width: 100% !important;
  }
}
.cid-upRM7WhC9e {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-upRM7WhC9e .mbr-section-subtitle {
  color: #ffffff;
}
.cid-upRM7WhC9e H2 {
  color: #232323;
}
.cid-upRM7WuWWM {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-upRM7WuWWM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-upRM7WuWWM H2 {
  color: #232323;
}
.cid-upRM7WIne2 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #1f2122;
}
.cid-upRM7WIne2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-upRM7WIne2 H2 {
  color: #ffffff;
}
.cid-upRM7WIne2 H3 {
  color: #ffffff;
}
.cid-upRM7WVMpE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1f2122;
}
.cid-upRM7WVMpE h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-upRM7WVMpE p {
  color: #767676;
  text-align: left;
}
.cid-upRM7WVMpE .card-box {
  padding-top: 2rem;
}
.cid-upRM7WVMpE .card-wrapper {
  height: 100%;
}
.cid-upRM7WVMpE P {
  text-align: center;
  color: #ffffff;
}
.cid-upRM7WVMpE .card-title {
  text-align: center;
  color: #ddff55;
}
.cid-upRM7XhxiG {
  background: #1f2122;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-upRM7XhxiG .image-block {
  margin: auto;
}
.cid-upRM7XhxiG figcaption {
  position: relative;
}
.cid-upRM7XhxiG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-upRM7XhxiG .image-block {
    width: 100% !important;
  }
}
.cid-upRM7XvMAU {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #1f2122;
}
.cid-upRM7XvMAU .mbr-section-subtitle {
  color: #ffd200;
}
.cid-upRM7XvMAU H2 {
  color: #ffffff;
}
.cid-upRM7XvMAU H4 {
  color: #ffffff;
}
.cid-upRM7XIrMz {
  padding-top: 45px;
  padding-bottom: 45px;
  position: relative;
  background-color: #131515;
}
.cid-upRM7XIrMz p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-upRM7XIrMz .panel-title {
  border-bottom: 2px solid #5758e0;
  display: flex!important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-upRM7XIrMz .collapsed {
  border: none;
}
.cid-upRM7XIrMz .collapsed span {
  transform: rotate(0deg);
}
.cid-upRM7XIrMz span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #00a335, #fc0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-upRM7XIrMz .panel-body {
  padding-top: 0.5rem;
}
.cid-upRM7XIrMz .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-upRM7XIrMz .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #1f2122;
  padding: 0;
}
.cid-upRM7XIrMz .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-upRM7XIrMz .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-upRM7XIrMz .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-upRM7XIrMz .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-upRM7XIrMz .panel-text {
  color: #ffffff;
}
.cid-upRM7XIrMz H4 {
  color: #ffffff;
}
.cid-upRM7XIrMz H2 {
  color: #ffffff;
}
.cid-upRM7XIrMz .mbr-section-text {
  color: #ffffff;
}
.cid-upRM7XIrMz H3 {
  color: #ffffff;
}
.cid-upRM7UNfwY {
  background: #000000;
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-upRM7UNfwY .image-block {
  margin: auto;
}
.cid-upRM7UNfwY figcaption {
  position: relative;
}
.cid-upRM7UNfwY figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-upRM7UNfwY .image-block {
    width: 100% !important;
  }
}
.cid-upRM7YhfZL {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-upRM7YhfZL .mbr-section-subtitle {
  color: #ffffff;
}
.cid-upRM7YhfZL H2 {
  text-align: center;
  color: #f9f295;
}
.cid-upRM7YhfZL H4 {
  color: #ffde00;
}
.cid-upRM7YvVvV {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-upRM7YvVvV .image-block {
  margin: auto;
}
.cid-upRM7YvVvV figcaption {
  position: relative;
}
.cid-upRM7YvVvV figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-upRM7YvVvV .image-block {
    width: 100% !important;
  }
}
.cid-upRM7YMJvT {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-upRM7YMJvT .image-block {
  margin: auto;
}
.cid-upRM7YMJvT figcaption {
  position: relative;
}
.cid-upRM7YMJvT figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-upRM7YMJvT .image-block {
    width: 100% !important;
  }
}
.cid-upRM7Z0ZNn {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-upRM7Z0ZNn .mbr-section-subtitle {
  color: #ffffff;
}
.cid-upRM7Z0ZNn H2 {
  color: #ffffff;
}
.cid-upRM7Z0ZNn H4 {
  color: #ffffff;
}
.cid-upRM7ZeYDd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-upRM7ZeYDd .mbr-section-subtitle {
  color: #232323;
}
.cid-upRM7ZeYDd H2 {
  color: #ffffff;
}
.cid-utgnqRWfh2 {
  background: #000000;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-utgnqRWfh2 .image-block {
  margin: auto;
}
.cid-utgnqRWfh2 figcaption {
  position: relative;
}
.cid-utgnqRWfh2 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-utgnqRWfh2 .image-block {
    width: 100% !important;
  }
}
.cid-utgnqSkLgW {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-utgnqSkLgW .mbr-section-subtitle {
  color: #ffffff;
}
.cid-utgnqSkLgW H2 {
  text-align: center;
  color: #626161;
}
.cid-utgnqSkLgW H1 {
  color: #ffffff;
}
.cid-utgnqSuswk {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-utgnqSuswk .mbr-section-subtitle {
  color: #ffdd00;
}
.cid-utgnqSuswk H2 {
  text-align: center;
  color: #f9f295;
}
.cid-utgnqSuswk H4 {
  color: #ffde00;
}
.cid-utgnqSUKUF {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-utgnqSUKUF .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-utgnqSUKUF .video-block {
    width: 100% !important;
  }
}
.cid-utgnqTe0A0 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-utgnqTe0A0 H2 {
  color: #ffffff;
}
.cid-utgnqTe0A0 .mbr-section-subtitle {
  color: #000000;
}
.cid-utgnqTe0A0 .mbr-text {
  color: #0c1926;
}
.cid-utgBLoIsFN {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-utgBLoIsFN .image-block {
  margin: auto;
}
.cid-utgBLoIsFN figcaption {
  position: relative;
}
.cid-utgBLoIsFN figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-utgBLoIsFN .image-block {
    width: 100% !important;
  }
}
.cid-utgrTV4PlG {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-utgrTV4PlG .image-block {
  margin: auto;
}
.cid-utgrTV4PlG figcaption {
  position: relative;
}
.cid-utgrTV4PlG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-utgrTV4PlG .image-block {
    width: 100% !important;
  }
}
.cid-utgAfgIqxO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-utgAfgIqxO .mbr-section-subtitle {
  color: #ffffff;
}
.cid-utgAfgIqxO H2 {
  text-align: center;
  color: #f9f295;
}
.cid-utgAfgIqxO H4 {
  color: #ffde00;
}
.cid-utgnr0vKvR {
  background: #000000;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-utgnr0vKvR .image-block {
  margin: auto;
}
.cid-utgnr0vKvR figcaption {
  position: relative;
}
.cid-utgnr0vKvR figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-utgnr0vKvR .image-block {
    width: 100% !important;
  }
}
.cid-utgHB5m8zQ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-utgHB5m8zQ .mbr-section-subtitle {
  color: #fdde00;
}
.cid-utgHB5m8zQ H2 {
  text-align: center;
  color: #f9f295;
}
.cid-utgHB5m8zQ H4 {
  color: #ffde00;
}
.cid-utgnqSCpAW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-utgnqSCpAW .mbr-section-subtitle {
  color: #ffffff;
}
.cid-utgnqSCpAW H2 {
  text-align: center;
  color: #f9f295;
}
.cid-utgnqSCpAW H4 {
  color: #ffde00;
}
.cid-utgt5VsGr3 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-utgt5VsGr3 H2 {
  color: #bbff00;
}
.cid-utgt5VsGr3 .mbr-section-subtitle {
  color: #000000;
}
.cid-utgt5VsGr3 .mbr-text {
  color: #0c1926;
}
.cid-utgnr0ZjOb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-utgnr0ZjOb .mbr-section-subtitle {
  color: #232323;
}
.cid-utgnr0ZjOb H2 {
  color: #ffffff;
}
.cid-uwgs2V78Fi {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-uwgs2V78Fi .image-block {
  margin: auto;
}
.cid-uwgs2V78Fi figcaption {
  position: relative;
}
.cid-uwgs2V78Fi figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwgs2V78Fi .image-block {
    width: 100% !important;
  }
}
.cid-uwgs2WfLdA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uwgs2WfLdA .mbr-section-subtitle {
  text-align: center;
}
.cid-uwgs2WfLdA .mbr-text {
  text-align: center;
}
.cid-uwgs2WwteF {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uwgs2WwteF .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uwgs2WwteF .video-block {
    width: 100% !important;
  }
}
.cid-uwgs2WM5H0 {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uwgs2WM5H0 .mbr-section-subtitle {
  color: #000000;
}
.cid-uwgs2WM5H0 H2 {
  color: #000000;
}
.cid-uwgs2X23TK {
  background: #85789e;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uwgs2X23TK .image-block {
  margin: auto;
}
.cid-uwgs2X23TK figcaption {
  position: relative;
}
.cid-uwgs2X23TK figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwgs2X23TK .image-block {
    width: 100% !important;
  }
}
.cid-uwgs2XlNhi {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-uwgs2XlNhi .mbr-section-subtitle {
  color: #767676;
}
.cid-uwgs2XlNhi H2 {
  color: #ffffff;
}
.cid-uwgs2XAHze {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-uwgs2XAHze .counter-container {
  color: #767676;
}
.cid-uwgs2XAHze .counter-container ul {
  margin-bottom: 0;
}
.cid-uwgs2XAHze .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-uwgs2XAHze .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #000000;
  background: #ffde00;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-uwgs2XAHze .mbr-text {
  color: #ffffff;
}
.cid-uwgs2XS6tP {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uwgs2XS6tP .mbr-section-subtitle {
  color: #5b686b;
}
.cid-uwgs2XS6tP H2 {
  color: #000000;
}
.cid-uwgs2Y9RNJ {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-uwgs2Y9RNJ .counter-container {
  color: #767676;
}
.cid-uwgs2Y9RNJ .counter-container ul {
  margin-bottom: 0;
}
.cid-uwgs2Y9RNJ .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-uwgs2Y9RNJ .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #0388b3;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-uwgs2Y9RNJ .mbr-text {
  color: #232323;
}
.cid-uwgs2YpuDL {
  background: #000000;
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-uwgs2YpuDL .image-block {
  margin: auto;
}
.cid-uwgs2YpuDL figcaption {
  position: relative;
}
.cid-uwgs2YpuDL figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwgs2YpuDL .image-block {
    width: 100% !important;
  }
}
.cid-uwgs2YEK0h {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uwgs2YEK0h H1 {
  color: #ffc700;
}
.cid-uwgs2YEK0h .mbr-text,
.cid-uwgs2YEK0h .mbr-section-btn {
  color: #232323;
}
.cid-uwgs2YEK0h H3 {
  color: #5b686b;
}
.cid-uwgs2YYAda {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-uwgs2YYAda .image-block {
  margin: auto;
}
.cid-uwgs2YYAda figcaption {
  position: relative;
}
.cid-uwgs2YYAda figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwgs2YYAda .image-block {
    width: 100% !important;
  }
}
.cid-uwgs2ZgMcr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uwgs2ZgMcr P {
  color: #767676;
}
.cid-uwgs2ZgMcr .mbr-text,
.cid-uwgs2ZgMcr .mbr-section-btn {
  color: #465052;
}
.cid-uwgs2ZgMcr H3 {
  color: #232323;
}
.cid-uwgs2ZgMcr H1 {
  color: #ffffff;
}
.cid-uwgs2ZAfnm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uwgs2ZAfnm .mbr-section-subtitle {
  color: #465052;
}
.cid-uwgs2ZAfnm H2 {
  color: #ffffff;
}
.cid-uwgs2ZSuzI {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uwgs2ZSuzI .image-block {
  margin: auto;
}
.cid-uwgs2ZSuzI figcaption {
  position: relative;
}
.cid-uwgs2ZSuzI figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwgs2ZSuzI .image-block {
    width: 100% !important;
  }
}
.cid-uwgs308KGI {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uwgs308KGI .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uwgs308KGI H2 {
  text-align: center;
  color: #f9f295;
}
.cid-uwgs308KGI H4 {
  color: #ffde00;
}
.cid-uwgs30ohE7 {
  background: #232323;
  padding-top: 60px;
  padding-bottom: 15px;
}
.cid-uwgs30ohE7 .image-block {
  margin: auto;
}
.cid-uwgs30ohE7 figcaption {
  position: relative;
}
.cid-uwgs30ohE7 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwgs30ohE7 .image-block {
    width: 100% !important;
  }
}
.cid-uwgs30GNFM {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-uwgs30GNFM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uwgs30GNFM H2 {
  color: #ffc700;
}
.cid-uwgs30XgMh {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uwgs30XgMh .mbr-section-subtitle {
  color: #767676;
}
.cid-uwgs30XgMh H2 {
  color: #000000;
}
.cid-uwgs31eUH0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uwgs31eUH0 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uwgs31eUH0 p {
  color: #767676;
  text-align: left;
}
.cid-uwgs31eUH0 .card-box {
  padding-top: 2rem;
}
.cid-uwgs31eUH0 .card-wrapper {
  height: 100%;
}
.cid-uwgs31eUH0 .card-title DIV {
  text-align: center;
}
.cid-uwgs31eUH0 P {
  text-align: center;
  color: #465052;
}
.cid-uwgs31eUH0 .card-title {
  text-align: center;
  color: #000000;
}
.cid-uwgs31FGcS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uwgs31FGcS h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uwgs31FGcS p {
  color: #767676;
  text-align: left;
}
.cid-uwgs31FGcS .card-box {
  padding-top: 2rem;
}
.cid-uwgs31FGcS .card-wrapper {
  height: 100%;
}
.cid-uwgs31FGcS .card-title DIV {
  text-align: center;
}
.cid-uwgs31FGcS P {
  text-align: center;
  color: #465052;
}
.cid-uwgs31FGcS .card-title {
  text-align: center;
  color: #000000;
}
.cid-uwgs323suE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uwgs323suE h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uwgs323suE p {
  color: #767676;
  text-align: left;
}
.cid-uwgs323suE .card-box {
  padding-top: 2rem;
}
.cid-uwgs323suE .card-wrapper {
  height: 100%;
}
.cid-uwgs323suE .card-title DIV {
  text-align: center;
}
.cid-uwgs323suE P {
  text-align: center;
  color: #465052;
}
.cid-uwgs323suE .card-title {
  text-align: center;
  color: #000000;
}
.cid-uwgs32vKbK {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uwgs32vKbK h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uwgs32vKbK p {
  color: #767676;
  text-align: left;
}
.cid-uwgs32vKbK .card-box {
  padding-top: 2rem;
}
.cid-uwgs32vKbK .card-wrapper {
  height: 100%;
}
.cid-uwgs32vKbK .card-title DIV {
  text-align: center;
}
.cid-uwgs32vKbK P {
  text-align: center;
  color: #465052;
}
.cid-uwgs32vKbK .card-title {
  text-align: center;
  color: #000000;
}
.cid-uwgs32XXDP {
  background: #232323;
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-uwgs32XXDP .image-block {
  margin: auto;
}
.cid-uwgs32XXDP figcaption {
  position: relative;
}
.cid-uwgs32XXDP figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwgs32XXDP .image-block {
    width: 100% !important;
  }
}
.cid-uwgs33eqAL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-uwgs33eqAL .mbr-section-subtitle {
  color: #ffde00;
}
.cid-uwgs33eqAL H2 {
  color: #ffffff;
}
.cid-uwgs33wPEN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-uwgs33wPEN .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uwgs33wPEN H2 {
  color: #ffffff;
}
.cid-uwgEoLavmj {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uwgEoLavmj .image-block {
  margin: auto;
}
.cid-uwgEoLavmj figcaption {
  position: relative;
}
.cid-uwgEoLavmj figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwgEoLavmj .image-block {
    width: 100% !important;
  }
}
.cid-uwgs346E8h {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-uwgs346E8h P {
  color: #767676;
}
.cid-uwgs346E8h .mbr-text,
.cid-uwgs346E8h .mbr-section-btn {
  color: #465052;
}
.cid-uwgs346E8h H3 {
  color: #232323;
}
.cid-uwgs346E8h H1 {
  color: #ffffff;
}
.cid-uwgs34rQf8 {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uwgs34rQf8 .image-block {
  margin: auto;
}
.cid-uwgs34rQf8 figcaption {
  position: relative;
}
.cid-uwgs34rQf8 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwgs34rQf8 .image-block {
    width: 100% !important;
  }
}
.cid-uwgs34JK4l {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-uwgs34JK4l .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uwgs34JK4l H2 {
  text-align: center;
  color: #f9f295;
}
.cid-uwgs34JK4l H4 {
  color: #ffde00;
}
.cid-uwgs351MNR {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-uwgs351MNR .mbr-section-subtitle {
  color: #465052;
}
.cid-uwgs351MNR H2 {
  color: #ffffff;
}
.cid-uwgs35kdAj {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-uwgs35kdAj .image-block {
  margin: auto;
}
.cid-uwgs35kdAj figcaption {
  position: relative;
}
.cid-uwgs35kdAj figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwgs35kdAj .image-block {
    width: 100% !important;
  }
}
.cid-uwgs35Cxy4 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uwgs35Cxy4 .mbr-section-subtitle {
  color: #767676;
}
.cid-uwgs35Cxy4 H2 {
  color: #000000;
}
.cid-uwgs35UCgf {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uwgs35UCgf .image-block {
  margin: auto;
}
.cid-uwgs35UCgf figcaption {
  position: relative;
}
.cid-uwgs35UCgf figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwgs35UCgf .image-block {
    width: 100% !important;
  }
}
.cid-uwgs36eExR {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uwgs36eExR H1 {
  color: #000000;
}
.cid-uwgs36eExR .mbr-text,
.cid-uwgs36eExR .mbr-section-btn {
  color: #232323;
}
.cid-uwgs36eExR H3 {
  color: #232323;
}
.cid-uwgs36z43A {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uwgs36z43A .mbr-section-subtitle {
  color: #767676;
}
.cid-uwgs36z43A H2 {
  color: #000000;
}
.cid-uwgs36RvmZ {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uwgs36RvmZ .counter-container {
  color: #767676;
}
.cid-uwgs36RvmZ .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-uwgs36RvmZ .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-uwgs36RvmZ .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
  position: relative;
}
.cid-uwgs36RvmZ .counter-container ol li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #69b6a1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-uwgs36RvmZ .mbr-text {
  color: #000000;
}
.cid-uwgs37bgvV {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-uwgs37bgvV .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uwgs37bgvV H2 {
  color: #ddff55;
}
.cid-uwgs37bgvV H3 {
  color: #ddff55;
}
.cid-uwgs37uqTp {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-uwgs37uqTp .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uwgs37uqTp .video-block {
    width: 100% !important;
  }
}
.cid-uwgs37OcHt {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-uwgs37OcHt h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uwgs37OcHt p {
  color: #767676;
  text-align: left;
}
.cid-uwgs37OcHt .card-box {
  padding-top: 2rem;
}
.cid-uwgs37OcHt .card-wrapper {
  height: 100%;
}
.cid-uwgs37OcHt P {
  text-align: center;
  color: #ffffff;
}
.cid-uwgs37OcHt .card-title {
  text-align: center;
  color: #ffde00;
}
.cid-uwgs38f4Vd {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uwgs38f4Vd .image-block {
  margin: auto;
}
.cid-uwgs38f4Vd figcaption {
  position: relative;
}
.cid-uwgs38f4Vd figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwgs38f4Vd .image-block {
    width: 100% !important;
  }
}
.cid-uwgs38yXMp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-uwgs38yXMp .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uwgs38yXMp H2 {
  text-align: center;
  color: #f9f295;
}
.cid-uwgs38yXMp H4 {
  color: #ffde00;
}
.cid-uwgs38Sky3 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-uwgs38Sky3 .mbr-section-subtitle {
  color: #1a3246;
}
.cid-uwgs38Sky3 H2 {
  color: #ffffff;
}
.cid-uwgs38Sky3 H4 {
  color: #ffffff;
}
.cid-uwgs39dQHY {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 0px;
}
.cid-uwgs39dQHY .image-block {
  margin: auto;
}
.cid-uwgs39dQHY figcaption {
  position: relative;
}
.cid-uwgs39dQHY figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwgs39dQHY .image-block {
    width: 100% !important;
  }
}
.cid-uwgs39xQZq {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uwgs39xQZq .mbr-section-subtitle {
  color: #000000;
}
.cid-uwgs39xQZq H2 {
  color: #232323;
}
.cid-uwgs39SZ5s {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uwgs39SZ5s .mbr-section-subtitle {
  color: #000000;
}
.cid-uwgs39SZ5s H2 {
  color: #232323;
}
.cid-uwgs3adA0Q {
  background: #000000;
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-uwgs3adA0Q .image-block {
  margin: auto;
}
.cid-uwgs3adA0Q figcaption {
  position: relative;
}
.cid-uwgs3adA0Q figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwgs3adA0Q .image-block {
    width: 100% !important;
  }
}
.cid-uwgs3axKO7 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-uwgs3axKO7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uwgs3axKO7 H2 {
  color: #ffffff;
}
.cid-uwgs3aTgX6 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uwgs3aTgX6 .image-block {
  margin: auto;
}
.cid-uwgs3aTgX6 figcaption {
  position: relative;
}
.cid-uwgs3aTgX6 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwgs3aTgX6 .image-block {
    width: 100% !important;
  }
}
.cid-uwgs3bcejw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uwgs3bcejw P {
  color: #767676;
}
.cid-uwgs3bcejw .mbr-text,
.cid-uwgs3bcejw .mbr-section-btn {
  color: #465052;
}
.cid-uwgs3bcejw H3 {
  color: #232323;
}
.cid-uwgs3bcejw H1 {
  color: #ffffff;
}
.cid-uwgs3bz2B3 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uwgs3bz2B3 .image-block {
  margin: auto;
}
.cid-uwgs3bz2B3 figcaption {
  position: relative;
}
.cid-uwgs3bz2B3 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwgs3bz2B3 .image-block {
    width: 100% !important;
  }
}
.cid-uwgs3bUaU1 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uwgs3bUaU1 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uwgs3bUaU1 H2 {
  text-align: center;
  color: #f9f295;
}
.cid-uwgs3bUaU1 H4 {
  color: #ffde00;
}
.cid-uwgs3ceYeR {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uwgs3ceYeR .mbr-section-subtitle {
  color: #5b686b;
}
.cid-uwgs3ceYeR H2 {
  color: #000000;
}
.cid-uwgs3cBJpF {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uwgs3cBJpF .mbr-section-subtitle {
  color: #000000;
}
.cid-uwgs3cBJpF H2 {
  color: #232323;
}
.cid-uwgs3cWauU {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-uwgs3cWauU .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uwgs3cWauU .video-block {
    width: 100% !important;
  }
}
.cid-uwgs3dhuwp {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uwgs3dhuwp .mbr-section-subtitle {
  color: #000000;
}
.cid-uwgs3dhuwp H2 {
  color: #232323;
}
.cid-uwgs3dBRbS {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-uwgs3dBRbS .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uwgs3dBRbS .video-block {
    width: 100% !important;
  }
}
.cid-uwgs3dXnGn {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uwgs3dXnGn .mbr-section-subtitle {
  color: #000000;
}
.cid-uwgs3dXnGn H2 {
  color: #232323;
}
.cid-uwgs3ektL6 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-uwgs3ektL6 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uwgs3ektL6 .video-block {
    width: 100% !important;
  }
}
.cid-uwgs3eE3FH {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uwgs3eE3FH .mbr-section-subtitle {
  color: #000000;
}
.cid-uwgs3eE3FH H2 {
  color: #232323;
}
.cid-uwgs3f0apP {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-uwgs3f0apP .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uwgs3f0apP .video-block {
    width: 100% !important;
  }
}
.cid-uwgs3fl0qx {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uwgs3fl0qx .mbr-section-subtitle {
  color: #000000;
}
.cid-uwgs3fl0qx H2 {
  color: #232323;
}
.cid-uwgs3fHf3h {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-uwgs3fHf3h .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uwgs3fHf3h .video-block {
    width: 100% !important;
  }
}
.cid-uwgs3g4WQu {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uwgs3g4WQu .mbr-section-subtitle {
  color: #000000;
}
.cid-uwgs3g4WQu H2 {
  color: #232323;
}
.cid-uwgs3gqugA {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-uwgs3gqugA .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uwgs3gqugA .video-block {
    width: 100% !important;
  }
}
.cid-uwgs3gLOjB {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uwgs3gLOjB .mbr-section-subtitle {
  color: #000000;
}
.cid-uwgs3gLOjB H2 {
  color: #232323;
}
.cid-uwgs3h8ugq {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uwgs3h8ugq .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uwgs3h8ugq .video-block {
    width: 100% !important;
  }
}
.cid-uwgs3huwUa {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uwgs3huwUa .mbr-section-subtitle {
  color: #000000;
}
.cid-uwgs3huwUa H2 {
  color: #232323;
}
.cid-uwgs3hRB3g {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-uwgs3hRB3g .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uwgs3hRB3g .video-block {
    width: 100% !important;
  }
}
.cid-uwgs3icAWD {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uwgs3icAWD .image-block {
  margin: auto;
}
.cid-uwgs3icAWD figcaption {
  position: relative;
}
.cid-uwgs3icAWD figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwgs3icAWD .image-block {
    width: 100% !important;
  }
}
.cid-uwgs3iy3QC {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uwgs3iy3QC .mbr-section-subtitle {
  color: #000000;
}
.cid-uwgs3iy3QC H2 {
  color: #232323;
}
.cid-uwgs3iVtWA {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-uwgs3iVtWA .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uwgs3iVtWA .video-block {
    width: 100% !important;
  }
}
.cid-uwgs3jiFhU {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uwgs3jiFhU .mbr-section-subtitle {
  color: #000000;
}
.cid-uwgs3jiFhU H2 {
  color: #232323;
}
.cid-uwgs3jFO4w {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-uwgs3jFO4w .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uwgs3jFO4w .video-block {
    width: 100% !important;
  }
}
.cid-uwgs3k1Sdg {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uwgs3k1Sdg .mbr-section-subtitle {
  color: #000000;
}
.cid-uwgs3k1Sdg H2 {
  color: #232323;
}
.cid-uwgs3kpjNx {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-uwgs3kpjNx .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uwgs3kpjNx .video-block {
    width: 100% !important;
  }
}
.cid-uwgs3kPE4b {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uwgs3kPE4b .mbr-section-subtitle {
  color: #000000;
}
.cid-uwgs3kPE4b H2 {
  color: #232323;
}
.cid-uwgs3lcTN8 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-uwgs3lcTN8 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uwgs3lcTN8 .video-block {
    width: 100% !important;
  }
}
.cid-uwgs3lylxg {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uwgs3lylxg .mbr-section-subtitle {
  color: #000000;
}
.cid-uwgs3lylxg H2 {
  color: #232323;
}
.cid-uwgs3lVM64 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-uwgs3lVM64 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uwgs3lVM64 .video-block {
    width: 100% !important;
  }
}
.cid-uwgs3miCoV {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uwgs3miCoV .mbr-section-subtitle {
  color: #000000;
}
.cid-uwgs3miCoV H2 {
  color: #232323;
}
.cid-uwgs3mHdw5 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-uwgs3mHdw5 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uwgs3mHdw5 .video-block {
    width: 100% !important;
  }
}
.cid-uwgs3n3Zdn {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uwgs3n3Zdn .mbr-section-subtitle {
  color: #000000;
}
.cid-uwgs3n3Zdn H2 {
  color: #232323;
}
.cid-uwgs3nru6x {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-uwgs3nru6x .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uwgs3nru6x .video-block {
    width: 100% !important;
  }
}
.cid-uwgs3nORrp {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-uwgs3nORrp .image-block {
  margin: auto;
}
.cid-uwgs3nORrp figcaption {
  position: relative;
}
.cid-uwgs3nORrp figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwgs3nORrp .image-block {
    width: 100% !important;
  }
}
.cid-uwgs3ocY57 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uwgs3ocY57 .mbr-section-subtitle {
  color: #000000;
}
.cid-uwgs3ocY57 H2 {
  color: #232323;
}
.cid-uwgs3oAdkq {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-uwgs3oAdkq .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uwgs3oAdkq .video-block {
    width: 100% !important;
  }
}
.cid-uwgs3oXmFj {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uwgs3oXmFj .mbr-section-subtitle {
  color: #000000;
}
.cid-uwgs3oXmFj H2 {
  color: #232323;
}
.cid-uwgs3plr5Y {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-uwgs3plr5Y .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uwgs3plr5Y .video-block {
    width: 100% !important;
  }
}
.cid-uwgs3pMIPc {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uwgs3pMIPc .mbr-section-subtitle {
  color: #000000;
}
.cid-uwgs3pMIPc H2 {
  color: #232323;
}
.cid-uwgs3qa6my {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-uwgs3qa6my .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uwgs3qa6my .video-block {
    width: 100% !important;
  }
}
.cid-uwgs3qyhpu {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uwgs3qyhpu .mbr-section-subtitle {
  color: #000000;
}
.cid-uwgs3qyhpu H2 {
  color: #232323;
}
.cid-uwgs3r4VNY {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-uwgs3r4VNY .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uwgs3r4VNY .video-block {
    width: 100% !important;
  }
}
.cid-uwgs3ry5mZ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uwgs3ry5mZ .mbr-section-subtitle {
  color: #000000;
}
.cid-uwgs3ry5mZ H2 {
  color: #232323;
}
.cid-uwgs3rZCtA {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-uwgs3rZCtA .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uwgs3rZCtA .video-block {
    width: 100% !important;
  }
}
.cid-uwgs3snKrU {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uwgs3snKrU .mbr-section-subtitle {
  color: #000000;
}
.cid-uwgs3snKrU H2 {
  color: #232323;
}
.cid-uwgs3sMgm3 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-uwgs3sMgm3 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uwgs3sMgm3 .video-block {
    width: 100% !important;
  }
}
.cid-uwgs3tamHa {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-uwgs3tamHa .image-block {
  margin: auto;
}
.cid-uwgs3tamHa figcaption {
  position: relative;
}
.cid-uwgs3tamHa figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwgs3tamHa .image-block {
    width: 100% !important;
  }
}
.cid-uwgs3tBGra {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uwgs3tBGra .mbr-section-subtitle {
  color: #000000;
}
.cid-uwgs3tBGra H2 {
  color: #232323;
}
.cid-uwgs3u1NiS {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-uwgs3u1NiS .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uwgs3u1NiS .video-block {
    width: 100% !important;
  }
}
.cid-uwgs3ur26H {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uwgs3ur26H .mbr-section-subtitle {
  color: #000000;
}
.cid-uwgs3ur26H H2 {
  color: #232323;
}
.cid-uwgs3uRJHw {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-uwgs3uRJHw .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uwgs3uRJHw .video-block {
    width: 100% !important;
  }
}
.cid-uwgs3vhgpY {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uwgs3vhgpY .mbr-section-subtitle {
  color: #000000;
}
.cid-uwgs3vhgpY H2 {
  color: #232323;
}
.cid-uwgs3vGJ7H {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-uwgs3vGJ7H .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uwgs3vGJ7H .video-block {
    width: 100% !important;
  }
}
.cid-uwgs3w5b7Y {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uwgs3w5b7Y .mbr-section-subtitle {
  color: #000000;
}
.cid-uwgs3w5b7Y H2 {
  color: #232323;
}
.cid-uwgs3wuiyd {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-uwgs3wuiyd .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uwgs3wuiyd .video-block {
    width: 100% !important;
  }
}
.cid-uwgs3wVr5z {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uwgs3wVr5z .mbr-section-subtitle {
  color: #000000;
}
.cid-uwgs3wVr5z H2 {
  color: #232323;
}
.cid-uwgs3xkWVC {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-uwgs3xkWVC .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uwgs3xkWVC .video-block {
    width: 100% !important;
  }
}
.cid-uwgs3xK0g6 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uwgs3xK0g6 .mbr-section-subtitle {
  color: #000000;
}
.cid-uwgs3xK0g6 H2 {
  color: #232323;
}
.cid-uwgs3y90NK {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-uwgs3y90NK .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uwgs3y90NK .video-block {
    width: 100% !important;
  }
}
.cid-uwgs3yBw5f {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uwgs3yBw5f .mbr-section-subtitle {
  color: #000000;
}
.cid-uwgs3yBw5f H2 {
  color: #232323;
}
.cid-uwgs3z1MVv {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-uwgs3z1MVv .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uwgs3z1MVv .video-block {
    width: 100% !important;
  }
}
.cid-uwgs3zqMBF {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uwgs3zqMBF .image-block {
  margin: auto;
}
.cid-uwgs3zqMBF figcaption {
  position: relative;
}
.cid-uwgs3zqMBF figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwgs3zqMBF .image-block {
    width: 100% !important;
  }
}
.cid-uwgs3zQh0K {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uwgs3zQh0K .mbr-section-subtitle {
  color: #1f2123;
}
.cid-uwgs3zQh0K H2 {
  text-align: center;
  color: #f9f295;
}
.cid-uwgs3zQh0K H4 {
  color: #ffde00;
}
.cid-uwgs3Ai8Bl {
  background: #622d46;
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-uwgs3Ai8Bl .image-block {
  margin: auto;
}
.cid-uwgs3Ai8Bl figcaption {
  position: relative;
}
.cid-uwgs3Ai8Bl figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwgs3Ai8Bl .image-block {
    width: 100% !important;
  }
}
.cid-uwgs3AIqGZ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #622d46;
}
.cid-uwgs3AIqGZ .mbr-section-subtitle {
  color: #767676;
}
.cid-uwgs3AIqGZ H2 {
  color: #f9f295;
}
.cid-uwgs3B8OOf {
  background: #622d46;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-uwgs3B8OOf .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uwgs3B8OOf .video-block {
    width: 100% !important;
  }
}
.cid-uwgs3ByQDM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #622d46;
}
.cid-uwgs3ByQDM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uwgs3ByQDM H2 {
  color: #ffffff;
}
.cid-uwgs3C1VNY {
  background: #622d46;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uwgs3C1VNY .image-block {
  margin: auto;
}
.cid-uwgs3C1VNY figcaption {
  position: relative;
}
.cid-uwgs3C1VNY figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwgs3C1VNY .image-block {
    width: 100% !important;
  }
}
.cid-uwgs3CrkRd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #622d46;
}
.cid-uwgs3CrkRd H1 {
  color: #ffffff;
}
.cid-uwgs3CrkRd .mbr-text,
.cid-uwgs3CrkRd .mbr-section-btn {
  color: #232323;
}
.cid-uwgs3CrkRd H3 {
  color: #232323;
}
.cid-uwgs3CUsFh {
  background: #622d46;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uwgs3CUsFh .image-block {
  margin: auto;
}
.cid-uwgs3CUsFh figcaption {
  position: relative;
}
.cid-uwgs3CUsFh figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwgs3CUsFh .image-block {
    width: 100% !important;
  }
}
.cid-uwgs3Dnf8k {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #622d46;
}
.cid-uwgs3Dnf8k .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uwgs3Dnf8k H2 {
  text-align: center;
  color: #f9f295;
}
.cid-uwgs3Dnf8k H4 {
  color: #ffde00;
}
.cid-uwgs3DOvUF {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uwgs3DOvUF .mbr-section-subtitle {
  color: #232323;
}
.cid-uwgs3DOvUF H2 {
  color: #232323;
}
.cid-uwgs3EgozY {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uwgs3EgozY .image-block {
  margin: auto;
}
.cid-uwgs3EgozY figcaption {
  position: relative;
}
.cid-uwgs3EgozY figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwgs3EgozY .image-block {
    width: 100% !important;
  }
}
.cid-uwgs3EHz5b {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uwgs3EHz5b H1 {
  color: #232323;
}
.cid-uwgs3EHz5b .mbr-text,
.cid-uwgs3EHz5b .mbr-section-btn {
  color: #232323;
}
.cid-uwgs3EHz5b H3 {
  color: #232323;
}
.cid-uwgs3FbqLr {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uwgs3FbqLr .image-block {
  margin: auto;
}
.cid-uwgs3FbqLr figcaption {
  position: relative;
}
.cid-uwgs3FbqLr figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwgs3FbqLr .image-block {
    width: 100% !important;
  }
}
.cid-uwgs3FD41T {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uwgs3FD41T .mbr-section-subtitle {
  color: #1f2123;
}
.cid-uwgs3FD41T H2 {
  text-align: center;
  color: #f9f295;
}
.cid-uwgs3FD41T H4 {
  color: #ffde00;
}
.cid-uwgs3G4MEi {
  padding-top: 60px;
  padding-bottom: 45px;
  position: relative;
  background-color: #000000;
}
.cid-uwgs3G4MEi p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-uwgs3G4MEi .panel-title {
  border-bottom: 2px solid #5758e0;
  display: flex!important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-uwgs3G4MEi .collapsed {
  border: none;
}
.cid-uwgs3G4MEi .collapsed span {
  transform: rotate(0deg);
}
.cid-uwgs3G4MEi span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #00a335, #fc0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-uwgs3G4MEi .panel-body {
  padding-top: 0.5rem;
}
.cid-uwgs3G4MEi .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uwgs3G4MEi .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-uwgs3G4MEi .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uwgs3G4MEi .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uwgs3G4MEi .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-uwgs3G4MEi .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uwgs3G4MEi .panel-text {
  color: #ffffff;
}
.cid-uwgs3G4MEi H4 {
  color: #ffffff;
}
.cid-uwgs3G4MEi H2 {
  color: #ffffff;
}
.cid-uwgs3G4MEi .mbr-section-text {
  color: #ffffff;
}
.cid-uwgs3GFK1P {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-uwgs3GFK1P .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uwgs3GFK1P H2 {
  color: #ffffff;
}
.cid-uwgs3H7tWM {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-uwgs3H7tWM .image-block {
  margin: auto;
}
.cid-uwgs3H7tWM figcaption {
  position: relative;
}
.cid-uwgs3H7tWM figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwgs3H7tWM .image-block {
    width: 100% !important;
  }
}
.cid-uwgs3HzkUF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-uwgs3HzkUF .mbr-section-subtitle {
  color: #232323;
}
.cid-uwgs3HzkUF H2 {
  color: #ffffff;
}
.cid-tjoIg6z7XH {
  background: #000000;
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-tjoIg6z7XH .image-block {
  margin: auto;
}
.cid-tjoIg6z7XH figcaption {
  position: relative;
}
.cid-tjoIg6z7XH figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjoIg6z7XH .image-block {
    width: 100% !important;
  }
}
.cid-tjCeScEoYT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tjCeScEoYT P {
  color: #767676;
}
.cid-tjCeScEoYT H1 {
  color: #fdde00;
}
.cid-tjCeScEoYT .mbr-text,
.cid-tjCeScEoYT .mbr-section-btn {
  color: #f9f295;
}
.cid-tjCeScEoYT H3 {
  color: #ffffff;
}
.cid-uwgheeQyP5 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-uwgheeQyP5 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uwgheeQyP5 .video-block {
    width: 100% !important;
  }
}
.cid-uwWaCXaQn1 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uwWaCXaQn1 P {
  color: #767676;
}
.cid-uwWaCXaQn1 H1 {
  color: #fdde00;
}
.cid-uwWaCXaQn1 .mbr-text,
.cid-uwWaCXaQn1 .mbr-section-btn {
  color: #ffffff;
}
.cid-uwWaCXaQn1 H3 {
  color: #ffffff;
}
.cid-tsbKLuaNao {
  background: #1f2123;
  padding-top: 45px;
  padding-bottom: 15px;
}
.cid-tsbKLuaNao .image-block {
  margin: auto;
}
.cid-tsbKLuaNao figcaption {
  position: relative;
}
.cid-tsbKLuaNao figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsbKLuaNao .image-block {
    width: 100% !important;
  }
}
.cid-tjoIiYKI5E {
  background: #85789e;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tjoIiYKI5E .image-block {
  margin: auto;
}
.cid-tjoIiYKI5E figcaption {
  position: relative;
}
.cid-tjoIiYKI5E figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tjoIiYKI5E .image-block {
    width: 100% !important;
  }
}
.cid-tjCeW32QyW {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #1f2123;
}
.cid-tjCeW32QyW .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tjCeW32QyW H2 {
  color: #ffffff;
}
.cid-tfWmrGhIxA {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #3a3939;
}
.cid-tfWmrGhIxA .mbr-section-subtitle {
  color: #767676;
}
.cid-tfWmrGhIxA H2 {
  color: #ffffff;
}
.cid-tjCeWB39zg {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #3a3939;
}
.cid-tjCeWB39zg .counter-container {
  color: #767676;
}
.cid-tjCeWB39zg .counter-container ul {
  margin-bottom: 0;
}
.cid-tjCeWB39zg .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-tjCeWB39zg .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #000000;
  background: #ffc700;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-tjCeWB39zg .mbr-text {
  color: #ffffff;
}
.cid-tfWmrGN3Ga {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tfWmrGN3Ga .mbr-section-subtitle {
  color: #5b686b;
}
.cid-tfWmrGN3Ga H2 {
  color: #000000;
}
.cid-tjCf19V69Y {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-tjCf19V69Y .counter-container {
  color: #767676;
}
.cid-tjCf19V69Y .counter-container ul {
  margin-bottom: 0;
}
.cid-tjCf19V69Y .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-tjCf19V69Y .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #0388b3;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-tjCf19V69Y .mbr-text {
  color: #232323;
}
.cid-uwYtOC7JK7 {
  background: #000000;
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-uwYtOC7JK7 .image-block {
  margin: auto;
}
.cid-uwYtOC7JK7 figcaption {
  position: relative;
}
.cid-uwYtOC7JK7 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwYtOC7JK7 .image-block {
    width: 100% !important;
  }
}
.cid-uwYtPX0tdi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uwYtPX0tdi .mbr-section-subtitle {
  color: #fdde00;
}
.cid-uwYtPX0tdi H2 {
  color: #ffffff;
}
.cid-uwYtQMcERO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uwYtQMcERO .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uwYtQMcERO H2 {
  color: #ffffff;
}
.cid-tfWmrHyipX {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tfWmrHyipX .image-block {
  margin: auto;
}
.cid-tfWmrHyipX figcaption {
  position: relative;
}
.cid-tfWmrHyipX figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tfWmrHyipX .image-block {
    width: 100% !important;
  }
}
.cid-tfWmrHOx2w {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tfWmrHOx2w P {
  color: #767676;
}
.cid-tfWmrHOx2w .mbr-text,
.cid-tfWmrHOx2w .mbr-section-btn {
  color: #ffffff;
}
.cid-tfWmrHOx2w H3 {
  color: #fdde00;
}
.cid-tfWmrHOx2w H1 {
  color: #ffffff;
}
.cid-uwXuI0uSTM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uwXuI0uSTM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uwXuI0uSTM H2 {
  color: #fdde00;
}
.cid-uwXupglIme {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uwXupglIme .image-block {
  margin: auto;
}
.cid-uwXupglIme figcaption {
  position: relative;
}
.cid-uwXupglIme figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwXupglIme .image-block {
    width: 100% !important;
  }
}
.cid-uwXuqmD6YI {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uwXuqmD6YI .image-block {
  margin: auto;
}
.cid-uwXuqmD6YI figcaption {
  position: relative;
}
.cid-uwXuqmD6YI figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwXuqmD6YI .image-block {
    width: 100% !important;
  }
}
.cid-uwXyFf1D6E {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uwXyFf1D6E .image-block {
  margin: auto;
}
.cid-uwXyFf1D6E figcaption {
  position: relative;
}
.cid-uwXyFf1D6E figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwXyFf1D6E .image-block {
    width: 100% !important;
  }
}
.cid-uwXyA2ALQj {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uwXyA2ALQj H1 {
  color: #ffffff;
}
.cid-uwXyA2ALQj .mbr-text,
.cid-uwXyA2ALQj .mbr-section-btn {
  color: #232323;
}
.cid-uwXyA2ALQj H3 {
  color: #232323;
}
.cid-ttiMYA6o1T {
  background: #000000;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-ttiMYA6o1T .image-block {
  margin: auto;
}
.cid-ttiMYA6o1T figcaption {
  position: relative;
}
.cid-ttiMYA6o1T figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ttiMYA6o1T .image-block {
    width: 100% !important;
  }
}
.cid-tfWmrHhPsS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tfWmrHhPsS H1 {
  color: #ffde00;
}
.cid-tfWmrHhPsS .mbr-text,
.cid-tfWmrHhPsS .mbr-section-btn {
  color: #ffffff;
}
.cid-tfWmrHhPsS H3 {
  color: #ffffff;
}
.cid-uwXymwav6E {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-uwXymwav6E .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uwXymwav6E H2 {
  color: #fdde00;
}
.cid-uwXy20bwge {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-uwXy20bwge .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uwXy20bwge H2 {
  color: #fdde00;
}
.cid-uwXRsZBpYy {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uwXRsZBpYy .image-block {
  margin: auto;
}
.cid-uwXRsZBpYy figcaption {
  position: relative;
}
.cid-uwXRsZBpYy figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwXRsZBpYy .image-block {
    width: 100% !important;
  }
}
.cid-uwXRrrxUVf {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uwXRrrxUVf P {
  color: #767676;
}
.cid-uwXRrrxUVf .mbr-text,
.cid-uwXRrrxUVf .mbr-section-btn {
  color: #465052;
}
.cid-uwXRrrxUVf H3 {
  color: #232323;
}
.cid-uwXRrrxUVf H1 {
  color: #ffffff;
}
.cid-uwQWy5gVRH {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uwQWy5gVRH .image-block {
  margin: auto;
}
.cid-uwQWy5gVRH figcaption {
  position: relative;
}
.cid-uwQWy5gVRH figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwQWy5gVRH .image-block {
    width: 100% !important;
  }
}
.cid-tfWmrI6HGl {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tfWmrI6HGl .image-block {
  margin: auto;
}
.cid-tfWmrI6HGl figcaption {
  position: relative;
}
.cid-tfWmrI6HGl figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tfWmrI6HGl .image-block {
    width: 100% !important;
  }
}
.cid-tsbLeL6mow {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsbLeL6mow .image-block {
  margin: auto;
}
.cid-tsbLeL6mow figcaption {
  position: relative;
}
.cid-tsbLeL6mow figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsbLeL6mow .image-block {
    width: 100% !important;
  }
}
.cid-tfWmrIRosI {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-tfWmrIRosI H1 {
  color: #ffffff;
}
.cid-tfWmrIRosI .mbr-text,
.cid-tfWmrIRosI .mbr-section-btn {
  color: #232323;
}
.cid-tfWmrIRosI H3 {
  color: #232323;
}
.cid-tfWmrJmX6Y {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tfWmrJmX6Y .mbr-section-subtitle {
  color: #767676;
}
.cid-tfWmrJmX6Y H2 {
  color: #000000;
}
.cid-tjCfrL7Pil {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjCfrL7Pil h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tjCfrL7Pil p {
  color: #767676;
  text-align: left;
}
.cid-tjCfrL7Pil .card-box {
  padding-top: 2rem;
}
.cid-tjCfrL7Pil .card-wrapper {
  height: 100%;
}
.cid-tjCfrL7Pil .card-title DIV {
  text-align: center;
}
.cid-tjCfrL7Pil P {
  text-align: center;
  color: #000000;
}
.cid-tjCfrL7Pil .card-title {
  text-align: center;
  color: #000000;
}
.cid-tjCfsqFmT7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjCfsqFmT7 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tjCfsqFmT7 p {
  color: #767676;
  text-align: left;
}
.cid-tjCfsqFmT7 .card-box {
  padding-top: 2rem;
}
.cid-tjCfsqFmT7 .card-wrapper {
  height: 100%;
}
.cid-tjCfsqFmT7 .card-title DIV {
  text-align: center;
}
.cid-tjCfsqFmT7 P {
  text-align: center;
  color: #000000;
}
.cid-tjCfsqFmT7 .card-title {
  text-align: center;
  color: #000000;
}
.cid-tjCftjGVRE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjCftjGVRE h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tjCftjGVRE p {
  color: #767676;
  text-align: left;
}
.cid-tjCftjGVRE .card-box {
  padding-top: 2rem;
}
.cid-tjCftjGVRE .card-wrapper {
  height: 100%;
}
.cid-tjCftjGVRE .card-title DIV {
  text-align: center;
}
.cid-tjCftjGVRE P {
  text-align: center;
  color: #000000;
}
.cid-tjCftjGVRE .card-title {
  text-align: center;
  color: #000000;
}
.cid-uwWvWccpIp {
  background: #622d46;
  padding-top: 60px;
  padding-bottom: 15px;
}
.cid-uwWvWccpIp .image-block {
  margin: auto;
}
.cid-uwWvWccpIp figcaption {
  position: relative;
}
.cid-uwWvWccpIp figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwWvWccpIp .image-block {
    width: 100% !important;
  }
}
.cid-uwWvYnaOEw {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #622d46;
}
.cid-uwWvYnaOEw .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uwWvYnaOEw H2 {
  color: #f9f295;
}
.cid-uwWvXkFZJv {
  background: #622d46;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-uwWvXkFZJv .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uwWvXkFZJv .video-block {
    width: 100% !important;
  }
}
.cid-uwXGX5hkPN {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #622d46;
}
.cid-uwXGX5hkPN .item {
  padding-bottom: 2rem;
}
.cid-uwXGX5hkPN .item-wrapper {
  height: 100%;
}
.cid-uwXGX5hkPN .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uwXGX5hkPN .carousel-control,
.cid-uwXGX5hkPN .close {
  background: #1b1b1b;
}
.cid-uwXGX5hkPN .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uwXGX5hkPN .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uwXGX5hkPN .close {
  position: fixed;
  opacity: 0.5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-family: 'MobiriseIcons';
}
.cid-uwXGX5hkPN .close::before {
  content: '\e91a';
}
.cid-uwXGX5hkPN .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uwXGX5hkPN .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: 0.5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-uwXGX5hkPN .carousel-inner > .active {
  display: block;
}
.cid-uwXGX5hkPN .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uwXGX5hkPN .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uwXGX5hkPN .carousel-control .icon-next,
.cid-uwXGX5hkPN .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uwXGX5hkPN .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uwXGX5hkPN .carousel-control,
  .cid-uwXGX5hkPN .carousel-indicators,
  .cid-uwXGX5hkPN .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uwXGX5hkPN .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uwXGX5hkPN .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uwXGX5hkPN .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-uwXGX5hkPN .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uwXGX5hkPN .carousel-indicators {
    display: none;
  }
}
.cid-uwXGX5hkPN .carousel-indicators .active,
.cid-uwXGX5hkPN .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: 0.5;
  border: 4px solid #1b1b1b;
}
.cid-uwXGX5hkPN .carousel-indicators .active {
  background: #fff;
}
.cid-uwXGX5hkPN .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uwXGX5hkPN .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uwXGX5hkPN .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uwXGX5hkPN .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uwXGX5hkPN .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uwXGX5hkPN .modal-body .carousel-item {
  top: 50%;
  transform: translateY(-50%);
}
.cid-uwXGX5hkPN .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uwXGX5hkPN .carousel {
  width: 100%;
}
.cid-uwXGX5hkPN .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uwXGX5hkPN .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-uwXGX5hkPN .modal.fade .modal-dialog,
.cid-uwXGX5hkPN .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-uwXGX5hkPN .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uwXGX5hkPN a {
  display: block;
}
.cid-uwXGX5hkPN a.img {
  pointer-events: none;
}
.cid-uwXGX5hkPN H3 {
  color: #fdde00;
}
.cid-uwXGX5hkPN H4 {
  color: #ffffff;
}
.cid-uwXRIkEd0b {
  background: #622d46;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uwXRIkEd0b .image-block {
  margin: auto;
}
.cid-uwXRIkEd0b figcaption {
  position: relative;
}
.cid-uwXRIkEd0b figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwXRIkEd0b .image-block {
    width: 100% !important;
  }
}
.cid-uwXRJN3kou {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #622d46;
}
.cid-uwXRJN3kou P {
  color: #767676;
}
.cid-uwXRJN3kou .mbr-text,
.cid-uwXRJN3kou .mbr-section-btn {
  color: #465052;
}
.cid-uwXRJN3kou H3 {
  color: #232323;
}
.cid-uwXRJN3kou H1 {
  color: #ffffff;
}
.cid-uwXRGrOIxG {
  background: #622d46;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uwXRGrOIxG .image-block {
  margin: auto;
}
.cid-uwXRGrOIxG figcaption {
  position: relative;
}
.cid-uwXRGrOIxG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwXRGrOIxG .image-block {
    width: 100% !important;
  }
}
.cid-uwXRHrd994 {
  background: #622d46;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uwXRHrd994 .image-block {
  margin: auto;
}
.cid-uwXRHrd994 figcaption {
  position: relative;
}
.cid-uwXRHrd994 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwXRHrd994 .image-block {
    width: 100% !important;
  }
}
.cid-uwXRKvQAwF {
  background: #622d46;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uwXRKvQAwF .image-block {
  margin: auto;
}
.cid-uwXRKvQAwF figcaption {
  position: relative;
}
.cid-uwXRKvQAwF figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwXRKvQAwF .image-block {
    width: 100% !important;
  }
}
.cid-uwXVeYKdph {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #622d46;
}
.cid-uwXVeYKdph P {
  color: #767676;
}
.cid-uwXVeYKdph .mbr-text,
.cid-uwXVeYKdph .mbr-section-btn {
  color: #465052;
}
.cid-uwXVeYKdph H3 {
  color: #232323;
}
.cid-uwXVeYKdph H1 {
  color: #ffffff;
}
.cid-uwXJcvbDaw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #622d46;
}
.cid-uwXJcvbDaw .item {
  padding-bottom: 2rem;
}
.cid-uwXJcvbDaw .item-wrapper {
  height: 100%;
}
.cid-uwXJcvbDaw .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uwXJcvbDaw .carousel-control,
.cid-uwXJcvbDaw .close {
  background: #1b1b1b;
}
.cid-uwXJcvbDaw .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uwXJcvbDaw .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uwXJcvbDaw .close {
  position: fixed;
  opacity: 0.5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-family: 'MobiriseIcons';
}
.cid-uwXJcvbDaw .close::before {
  content: '\e91a';
}
.cid-uwXJcvbDaw .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uwXJcvbDaw .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: 0.5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-uwXJcvbDaw .carousel-inner > .active {
  display: block;
}
.cid-uwXJcvbDaw .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uwXJcvbDaw .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uwXJcvbDaw .carousel-control .icon-next,
.cid-uwXJcvbDaw .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uwXJcvbDaw .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uwXJcvbDaw .carousel-control,
  .cid-uwXJcvbDaw .carousel-indicators,
  .cid-uwXJcvbDaw .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uwXJcvbDaw .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uwXJcvbDaw .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uwXJcvbDaw .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-uwXJcvbDaw .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uwXJcvbDaw .carousel-indicators {
    display: none;
  }
}
.cid-uwXJcvbDaw .carousel-indicators .active,
.cid-uwXJcvbDaw .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: 0.5;
  border: 4px solid #1b1b1b;
}
.cid-uwXJcvbDaw .carousel-indicators .active {
  background: #fff;
}
.cid-uwXJcvbDaw .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uwXJcvbDaw .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uwXJcvbDaw .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uwXJcvbDaw .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uwXJcvbDaw .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uwXJcvbDaw .modal-body .carousel-item {
  top: 50%;
  transform: translateY(-50%);
}
.cid-uwXJcvbDaw .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uwXJcvbDaw .carousel {
  width: 100%;
}
.cid-uwXJcvbDaw .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uwXJcvbDaw .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-uwXJcvbDaw .modal.fade .modal-dialog,
.cid-uwXJcvbDaw .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-uwXJcvbDaw .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uwXJcvbDaw a {
  display: block;
}
.cid-uwXJcvbDaw a.img {
  pointer-events: none;
}
.cid-uwWvZA9tkt {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #622d46;
}
.cid-uwWvZA9tkt .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uwWvZA9tkt H2 {
  color: #ffffff;
}
.cid-tfWmrL5e0p {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tfWmrL5e0p .mbr-section-subtitle {
  color: #fdde00;
}
.cid-tfWmrL5e0p H2 {
  color: #ffffff;
}
.cid-tfWmrLlLH6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tfWmrLlLH6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tfWmrLlLH6 H2 {
  color: #ffffff;
}
.cid-tfWmrLCHbq {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tfWmrLCHbq .image-block {
  margin: auto;
}
.cid-tfWmrLCHbq figcaption {
  position: relative;
}
.cid-tfWmrLCHbq figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tfWmrLCHbq .image-block {
    width: 100% !important;
  }
}
.cid-tfWmrLWXxq {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tfWmrLWXxq P {
  color: #767676;
}
.cid-tfWmrLWXxq .mbr-text,
.cid-tfWmrLWXxq .mbr-section-btn {
  color: #465052;
}
.cid-tfWmrLWXxq H3 {
  color: #232323;
}
.cid-tfWmrLWXxq H1 {
  color: #ffffff;
}
.cid-uwXKb89Tsp {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uwXKb89Tsp .image-block {
  margin: auto;
}
.cid-uwXKb89Tsp figcaption {
  position: relative;
}
.cid-uwXKb89Tsp figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwXKb89Tsp .image-block {
    width: 100% !important;
  }
}
.cid-uwXKcpYLCK {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uwXKcpYLCK .image-block {
  margin: auto;
}
.cid-uwXKcpYLCK figcaption {
  position: relative;
}
.cid-uwXKcpYLCK figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwXKcpYLCK .image-block {
    width: 100% !important;
  }
}
.cid-tsbMu0n4Xm {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tsbMu0n4Xm .image-block {
  margin: auto;
}
.cid-tsbMu0n4Xm figcaption {
  position: relative;
}
.cid-tsbMu0n4Xm figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsbMu0n4Xm .image-block {
    width: 100% !important;
  }
}
.cid-tfWmrMNh7E {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-tfWmrMNh7E .mbr-section-subtitle {
  color: #465052;
}
.cid-tfWmrMNh7E H2 {
  color: #ffffff;
}
.cid-tfWmrOdPFL {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tfWmrOdPFL .mbr-section-subtitle {
  color: #767676;
}
.cid-tfWmrOdPFL H2 {
  color: #000000;
}
.cid-tfWmrOuyGX {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tfWmrOuyGX .image-block {
  margin: auto;
}
.cid-tfWmrOuyGX figcaption {
  position: relative;
}
.cid-tfWmrOuyGX figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tfWmrOuyGX .image-block {
    width: 100% !important;
  }
}
.cid-tjCfVPLOEJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjCfVPLOEJ H1 {
  color: #000000;
}
.cid-tjCfVPLOEJ .mbr-text,
.cid-tjCfVPLOEJ .mbr-section-btn {
  color: #232323;
}
.cid-tjCfVPLOEJ H3 {
  color: #232323;
}
.cid-tpyr8ZsKgs {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tpyr8ZsKgs .mbr-section-subtitle {
  color: #767676;
}
.cid-tpyr8ZsKgs H2 {
  color: #000000;
}
.cid-tfWmrPlHvw {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tfWmrPlHvw .counter-container {
  color: #767676;
}
.cid-tfWmrPlHvw .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-tfWmrPlHvw .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tfWmrPlHvw .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
  position: relative;
}
.cid-tfWmrPlHvw .counter-container ol li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #69b6a1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-tfWmrPlHvw .mbr-text {
  color: #000000;
}
.cid-tsbKrz2Jth {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-tsbKrz2Jth .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsbKrz2Jth H2 {
  color: #ddff55;
}
.cid-tsbKrz2Jth H3 {
  color: #ddff55;
}
.cid-tsbKqaRril {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tsbKqaRril .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tsbKqaRril .video-block {
    width: 100% !important;
  }
}
.cid-tjCfYmfAO8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tjCfYmfAO8 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tjCfYmfAO8 p {
  color: #767676;
  text-align: left;
}
.cid-tjCfYmfAO8 .card-box {
  padding-top: 2rem;
}
.cid-tjCfYmfAO8 .card-wrapper {
  height: 100%;
}
.cid-tjCfYmfAO8 P {
  text-align: center;
  color: #ffffff;
}
.cid-tjCfYmfAO8 .card-title {
  text-align: center;
  color: #ddff55;
}
.cid-uwXKesaoLe {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uwXKesaoLe .image-block {
  margin: auto;
}
.cid-uwXKesaoLe figcaption {
  position: relative;
}
.cid-uwXKesaoLe figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwXKesaoLe .image-block {
    width: 100% !important;
  }
}
.cid-uwXKfHuPLu {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uwXKfHuPLu .image-block {
  margin: auto;
}
.cid-uwXKfHuPLu figcaption {
  position: relative;
}
.cid-uwXKfHuPLu figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwXKfHuPLu .image-block {
    width: 100% !important;
  }
}
.cid-tsbKtO093f {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-tsbKtO093f .image-block {
  margin: auto;
}
.cid-tsbKtO093f figcaption {
  position: relative;
}
.cid-tsbKtO093f figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tsbKtO093f .image-block {
    width: 100% !important;
  }
}
.cid-to26s0YwIN {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-to26s0YwIN .image-block {
  margin: auto;
}
.cid-to26s0YwIN figcaption {
  position: relative;
}
.cid-to26s0YwIN figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-to26s0YwIN .image-block {
    width: 100% !important;
  }
}
.cid-to26sJB87R {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-to26sJB87R .mbr-section-subtitle {
  color: #ffffff;
}
.cid-to26sJB87R H2 {
  color: #232323;
}
.cid-tsbKmw88Gi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsbKmw88Gi .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsbKmw88Gi H2 {
  color: #232323;
}
.cid-tfWmrR8hpu {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tfWmrR8hpu .image-block {
  margin: auto;
}
.cid-tfWmrR8hpu figcaption {
  position: relative;
}
.cid-tfWmrR8hpu figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tfWmrR8hpu .image-block {
    width: 100% !important;
  }
}
.cid-tfWmrRqEdJ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tfWmrRqEdJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tfWmrRqEdJ H2 {
  color: #ffffff;
}
.cid-tfWmrRI8N1 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tfWmrRI8N1 .image-block {
  margin: auto;
}
.cid-tfWmrRI8N1 figcaption {
  position: relative;
}
.cid-tfWmrRI8N1 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tfWmrRI8N1 .image-block {
    width: 100% !important;
  }
}
.cid-uwXWjaGbiL {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uwXWjaGbiL P {
  color: #767676;
}
.cid-uwXWjaGbiL .mbr-text,
.cid-uwXWjaGbiL .mbr-section-btn {
  color: #465052;
}
.cid-uwXWjaGbiL H3 {
  color: #232323;
}
.cid-uwXWjaGbiL H1 {
  color: #ffffff;
}
.cid-uwXKhsrWmv {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uwXKhsrWmv .image-block {
  margin: auto;
}
.cid-uwXKhsrWmv figcaption {
  position: relative;
}
.cid-uwXKhsrWmv figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwXKhsrWmv .image-block {
    width: 100% !important;
  }
}
.cid-uwXKiM733e {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uwXKiM733e .image-block {
  margin: auto;
}
.cid-uwXKiM733e figcaption {
  position: relative;
}
.cid-uwXKiM733e figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwXKiM733e .image-block {
    width: 100% !important;
  }
}
.cid-uwXW8ckcbl {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uwXW8ckcbl .image-block {
  margin: auto;
}
.cid-uwXW8ckcbl figcaption {
  position: relative;
}
.cid-uwXW8ckcbl figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwXW8ckcbl .image-block {
    width: 100% !important;
  }
}
.cid-uwXW9wSB3T {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uwXW9wSB3T .mbr-section-subtitle {
  color: #465052;
}
.cid-uwXW9wSB3T H2 {
  color: #ffffff;
}
.cid-ttcJYz543M {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttcJYz543M .mbr-section-subtitle {
  color: #5b686b;
}
.cid-ttcJYz543M H2 {
  color: #000000;
}
.cid-ttcJZHAm43 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttcJZHAm43 .mbr-section-subtitle {
  color: #000000;
}
.cid-ttcJZHAm43 H2 {
  color: #232323;
}
.cid-ttcK0utADH {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-ttcK0utADH .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ttcK0utADH .video-block {
    width: 100% !important;
  }
}
.cid-ttcK1qY9ek {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttcK1qY9ek .mbr-section-subtitle {
  color: #000000;
}
.cid-ttcK1qY9ek H2 {
  color: #232323;
}
.cid-ttcK2uwpEI {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-ttcK2uwpEI .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ttcK2uwpEI .video-block {
    width: 100% !important;
  }
}
.cid-uwY2Q6C7hO {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uwY2Q6C7hO .mbr-section-subtitle {
  color: #000000;
}
.cid-uwY2Q6C7hO H2 {
  color: #232323;
}
.cid-uwY2RdgKoG {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-uwY2RdgKoG .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uwY2RdgKoG .video-block {
    width: 100% !important;
  }
}
.cid-ttcK3nMKiY {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttcK3nMKiY .mbr-section-subtitle {
  color: #000000;
}
.cid-ttcK3nMKiY H2 {
  color: #232323;
}
.cid-ttcK49f5tu {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-ttcK49f5tu .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ttcK49f5tu .video-block {
    width: 100% !important;
  }
}
.cid-ttcK4KL06s {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttcK4KL06s .mbr-section-subtitle {
  color: #000000;
}
.cid-ttcK4KL06s H2 {
  color: #232323;
}
.cid-ttcK5BkgkU {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-ttcK5BkgkU .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ttcK5BkgkU .video-block {
    width: 100% !important;
  }
}
.cid-ttcK6JAPWO {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttcK6JAPWO .mbr-section-subtitle {
  color: #000000;
}
.cid-ttcK6JAPWO H2 {
  color: #232323;
}
.cid-ttcK7KYgn9 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-ttcK7KYgn9 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ttcK7KYgn9 .video-block {
    width: 100% !important;
  }
}
.cid-uwY38JFqqy {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uwY38JFqqy .mbr-section-subtitle {
  color: #000000;
}
.cid-uwY38JFqqy H2 {
  color: #232323;
}
.cid-uwY39FxlBM {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-uwY39FxlBM .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uwY39FxlBM .video-block {
    width: 100% !important;
  }
}
.cid-ttcK9Hxulz {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttcK9Hxulz .mbr-section-subtitle {
  color: #000000;
}
.cid-ttcK9Hxulz H2 {
  color: #232323;
}
.cid-ttcKaxxChx {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-ttcKaxxChx .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ttcKaxxChx .video-block {
    width: 100% !important;
  }
}
.cid-uwY7HV5CC6 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uwY7HV5CC6 .mbr-section-subtitle {
  color: #465052;
}
.cid-uwY7HV5CC6 H2 {
  color: #000000;
}
.cid-uwY7Jde8V5 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uwY7Jde8V5 .image-block {
  margin: auto;
}
.cid-uwY7Jde8V5 figcaption {
  position: relative;
}
.cid-uwY7Jde8V5 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwY7Jde8V5 .image-block {
    width: 100% !important;
  }
}
.cid-uwXKle8wPa {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uwXKle8wPa .image-block {
  margin: auto;
}
.cid-uwXKle8wPa figcaption {
  position: relative;
}
.cid-uwXKle8wPa figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwXKle8wPa .image-block {
    width: 100% !important;
  }
}
.cid-uwXKnWa4cy {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uwXKnWa4cy .image-block {
  margin: auto;
}
.cid-uwXKnWa4cy figcaption {
  position: relative;
}
.cid-uwXKnWa4cy figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwXKnWa4cy .image-block {
    width: 100% !important;
  }
}
.cid-uwY3BeRnIC {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uwY3BeRnIC .mbr-section-subtitle {
  color: #000000;
}
.cid-uwY3BeRnIC H2 {
  color: #232323;
}
.cid-uwY3C7dQ5O {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-uwY3C7dQ5O .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uwY3C7dQ5O .video-block {
    width: 100% !important;
  }
}
.cid-ttcKkDUASv {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttcKkDUASv .mbr-section-subtitle {
  color: #000000;
}
.cid-ttcKkDUASv H2 {
  color: #232323;
}
.cid-ttcKlGETfR {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-ttcKlGETfR .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ttcKlGETfR .video-block {
    width: 100% !important;
  }
}
.cid-ttcKmhhnQe {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttcKmhhnQe .mbr-section-subtitle {
  color: #000000;
}
.cid-ttcKmhhnQe H2 {
  color: #232323;
}
.cid-ttcKnP3ORN {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-ttcKnP3ORN .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ttcKnP3ORN .video-block {
    width: 100% !important;
  }
}
.cid-ttcKoymVF4 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttcKoymVF4 .mbr-section-subtitle {
  color: #000000;
}
.cid-ttcKoymVF4 H2 {
  color: #232323;
}
.cid-ttcKpAlccf {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-ttcKpAlccf .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ttcKpAlccf .video-block {
    width: 100% !important;
  }
}
.cid-uwY3VxvXZx {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uwY3VxvXZx .mbr-section-subtitle {
  color: #000000;
}
.cid-uwY3VxvXZx H2 {
  color: #232323;
}
.cid-uwY3X9rwJt {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-uwY3X9rwJt .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uwY3X9rwJt .video-block {
    width: 100% !important;
  }
}
.cid-ttcKqibZL4 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttcKqibZL4 .mbr-section-subtitle {
  color: #000000;
}
.cid-ttcKqibZL4 H2 {
  color: #232323;
}
.cid-ttcKrFg7HV {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-ttcKrFg7HV .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ttcKrFg7HV .video-block {
    width: 100% !important;
  }
}
.cid-ttcKsRumSO {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttcKsRumSO .mbr-section-subtitle {
  color: #000000;
}
.cid-ttcKsRumSO H2 {
  color: #232323;
}
.cid-ttcKtM8Vl3 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-ttcKtM8Vl3 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ttcKtM8Vl3 .video-block {
    width: 100% !important;
  }
}
.cid-uwY7qOKr6x {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uwY7qOKr6x .mbr-section-subtitle {
  color: #465052;
}
.cid-uwY7qOKr6x H2 {
  color: #000000;
}
.cid-uwY7rCMeAK {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uwY7rCMeAK .image-block {
  margin: auto;
}
.cid-uwY7rCMeAK figcaption {
  position: relative;
}
.cid-uwY7rCMeAK figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwY7rCMeAK .image-block {
    width: 100% !important;
  }
}
.cid-uwXKpkcY01 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uwXKpkcY01 .image-block {
  margin: auto;
}
.cid-uwXKpkcY01 figcaption {
  position: relative;
}
.cid-uwXKpkcY01 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwXKpkcY01 .image-block {
    width: 100% !important;
  }
}
.cid-uwXKqtpHeC {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uwXKqtpHeC .image-block {
  margin: auto;
}
.cid-uwXKqtpHeC figcaption {
  position: relative;
}
.cid-uwXKqtpHeC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwXKqtpHeC .image-block {
    width: 100% !important;
  }
}
.cid-uwY9Jp5OQk {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uwY9Jp5OQk .image-block {
  margin: auto;
}
.cid-uwY9Jp5OQk figcaption {
  position: relative;
}
.cid-uwY9Jp5OQk figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwY9Jp5OQk .image-block {
    width: 100% !important;
  }
}
.cid-ttcU7pg82n {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttcU7pg82n .mbr-section-subtitle {
  color: #000000;
}
.cid-ttcU7pg82n H2 {
  color: #232323;
}
.cid-ttcU9Lui5g {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-ttcU9Lui5g .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ttcU9Lui5g .video-block {
    width: 100% !important;
  }
}
.cid-ttcUcHjSjD {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttcUcHjSjD .mbr-section-subtitle {
  color: #000000;
}
.cid-ttcUcHjSjD H2 {
  color: #232323;
}
.cid-ttcUjpEhVn {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-ttcUjpEhVn .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ttcUjpEhVn .video-block {
    width: 100% !important;
  }
}
.cid-ttcUaZCN8a {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttcUaZCN8a .mbr-section-subtitle {
  color: #000000;
}
.cid-ttcUaZCN8a H2 {
  color: #232323;
}
.cid-ttcUbUN9z4 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-ttcUbUN9z4 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ttcUbUN9z4 .video-block {
    width: 100% !important;
  }
}
.cid-ttcUkvDXCT {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttcUkvDXCT .mbr-section-subtitle {
  color: #000000;
}
.cid-ttcUkvDXCT H2 {
  color: #232323;
}
.cid-ttcUlXYiIB {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-ttcUlXYiIB .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ttcUlXYiIB .video-block {
    width: 100% !important;
  }
}
.cid-ttcUnysbTv {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttcUnysbTv .mbr-section-subtitle {
  color: #000000;
}
.cid-ttcUnysbTv H2 {
  color: #232323;
}
.cid-ttcUoKnxrf {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-ttcUoKnxrf .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ttcUoKnxrf .video-block {
    width: 100% !important;
  }
}
.cid-uwY4Rcbx6b {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uwY4Rcbx6b .mbr-section-subtitle {
  color: #000000;
}
.cid-uwY4Rcbx6b H2 {
  color: #232323;
}
.cid-uwY4SJtM3B {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-uwY4SJtM3B .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uwY4SJtM3B .video-block {
    width: 100% !important;
  }
}
.cid-uwY7hNOEyp {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uwY7hNOEyp .mbr-section-subtitle {
  color: #465052;
}
.cid-uwY7hNOEyp H2 {
  color: #000000;
}
.cid-uwY7gY5d1s {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uwY7gY5d1s .image-block {
  margin: auto;
}
.cid-uwY7gY5d1s figcaption {
  position: relative;
}
.cid-uwY7gY5d1s figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwY7gY5d1s .image-block {
    width: 100% !important;
  }
}
.cid-uwXKsdKHtR {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uwXKsdKHtR .image-block {
  margin: auto;
}
.cid-uwXKsdKHtR figcaption {
  position: relative;
}
.cid-uwXKsdKHtR figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwXKsdKHtR .image-block {
    width: 100% !important;
  }
}
.cid-uwXKtvxxpz {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uwXKtvxxpz .image-block {
  margin: auto;
}
.cid-uwXKtvxxpz figcaption {
  position: relative;
}
.cid-uwXKtvxxpz figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwXKtvxxpz .image-block {
    width: 100% !important;
  }
}
.cid-uwY58wfWr9 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uwY58wfWr9 .mbr-section-subtitle {
  color: #000000;
}
.cid-uwY58wfWr9 H2 {
  color: #232323;
}
.cid-uwY59saYuR {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-uwY59saYuR .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uwY59saYuR .video-block {
    width: 100% !important;
  }
}
.cid-ttcUqidWXD {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttcUqidWXD .mbr-section-subtitle {
  color: #000000;
}
.cid-ttcUqidWXD H2 {
  color: #232323;
}
.cid-ttcUrat9R5 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-ttcUrat9R5 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ttcUrat9R5 .video-block {
    width: 100% !important;
  }
}
.cid-ttcUrVUqPv {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttcUrVUqPv .mbr-section-subtitle {
  color: #000000;
}
.cid-ttcUrVUqPv H2 {
  color: #232323;
}
.cid-ttcUsWLbkF {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-ttcUsWLbkF .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ttcUsWLbkF .video-block {
    width: 100% !important;
  }
}
.cid-uwY5kG6HJ6 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uwY5kG6HJ6 .mbr-section-subtitle {
  color: #000000;
}
.cid-uwY5kG6HJ6 H2 {
  color: #232323;
}
.cid-uwY5lUy21R {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-uwY5lUy21R .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uwY5lUy21R .video-block {
    width: 100% !important;
  }
}
.cid-ttcUvXSsoq {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttcUvXSsoq .mbr-section-subtitle {
  color: #000000;
}
.cid-ttcUvXSsoq H2 {
  color: #232323;
}
.cid-ttcUxbdpks {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-ttcUxbdpks .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ttcUxbdpks .video-block {
    width: 100% !important;
  }
}
.cid-ttcUy6FcY4 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttcUy6FcY4 .mbr-section-subtitle {
  color: #000000;
}
.cid-ttcUy6FcY4 H2 {
  color: #232323;
}
.cid-ttcUz6qPEX {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-ttcUz6qPEX .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ttcUz6qPEX .video-block {
    width: 100% !important;
  }
}
.cid-ttcUESnGrD {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttcUESnGrD .mbr-section-subtitle {
  color: #000000;
}
.cid-ttcUESnGrD H2 {
  color: #232323;
}
.cid-ttcUFLhxlH {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-ttcUFLhxlH .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ttcUFLhxlH .video-block {
    width: 100% !important;
  }
}
.cid-uwXTdI0Zwi {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-uwXTdI0Zwi .image-block {
  margin: auto;
}
.cid-uwXTdI0Zwi figcaption {
  position: relative;
}
.cid-uwXTdI0Zwi figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwXTdI0Zwi .image-block {
    width: 100% !important;
  }
}
.cid-uwY11MPJtQ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uwY11MPJtQ .mbr-section-subtitle {
  color: #465052;
}
.cid-uwY11MPJtQ H2 {
  color: #000000;
}
.cid-uwXKvtqZZa {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uwXKvtqZZa .image-block {
  margin: auto;
}
.cid-uwXKvtqZZa figcaption {
  position: relative;
}
.cid-uwXKvtqZZa figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwXKvtqZZa .image-block {
    width: 100% !important;
  }
}
.cid-uwXKwnMnmR {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uwXKwnMnmR .image-block {
  margin: auto;
}
.cid-uwXKwnMnmR figcaption {
  position: relative;
}
.cid-uwXKwnMnmR figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwXKwnMnmR .image-block {
    width: 100% !important;
  }
}
.cid-uwXU0emNkt {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-uwXU0emNkt .image-block {
  margin: auto;
}
.cid-uwXU0emNkt figcaption {
  position: relative;
}
.cid-uwXU0emNkt figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwXU0emNkt .image-block {
    width: 100% !important;
  }
}
.cid-tjCgpnCKRG {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tjCgpnCKRG .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tjCgpnCKRG H2 {
  color: #fdde00;
}
.cid-tfWms7c4zm {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tfWms7c4zm .image-block {
  margin: auto;
}
.cid-tfWms7c4zm figcaption {
  position: relative;
}
.cid-tfWms7c4zm figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tfWms7c4zm .image-block {
    width: 100% !important;
  }
}
.cid-uwY0DD0LWc {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uwY0DD0LWc P {
  color: #767676;
}
.cid-uwY0DD0LWc .mbr-text,
.cid-uwY0DD0LWc .mbr-section-btn {
  color: #465052;
}
.cid-uwY0DD0LWc H3 {
  color: #232323;
}
.cid-uwY0DD0LWc H1 {
  color: #ffffff;
}
.cid-uwXKxodLAC {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uwXKxodLAC .image-block {
  margin: auto;
}
.cid-uwXKxodLAC figcaption {
  position: relative;
}
.cid-uwXKxodLAC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwXKxodLAC .image-block {
    width: 100% !important;
  }
}
.cid-uwXKyeJEgY {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uwXKyeJEgY .image-block {
  margin: auto;
}
.cid-uwXKyeJEgY figcaption {
  position: relative;
}
.cid-uwXKyeJEgY figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwXKyeJEgY .image-block {
    width: 100% !important;
  }
}
.cid-tfWms8fHyX {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tfWms8fHyX .image-block {
  margin: auto;
}
.cid-tfWms8fHyX figcaption {
  position: relative;
}
.cid-tfWms8fHyX figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tfWms8fHyX .image-block {
    width: 100% !important;
  }
}
.cid-tfWms8An6h {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tfWms8An6h H1 {
  color: #ffffff;
}
.cid-tfWms8An6h .mbr-text,
.cid-tfWms8An6h .mbr-section-btn {
  color: #232323;
}
.cid-tfWms8An6h H3 {
  color: #232323;
}
.cid-to8ChR4jlK {
  padding-top: 60px;
  padding-bottom: 45px;
  position: relative;
  background-color: #1f2123;
}
.cid-to8ChR4jlK p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-to8ChR4jlK .panel-title {
  border-bottom: 2px solid #5758e0;
  display: flex!important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-to8ChR4jlK .collapsed {
  border: none;
}
.cid-to8ChR4jlK .collapsed span {
  transform: rotate(0deg);
}
.cid-to8ChR4jlK span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #00a335, #fc0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-to8ChR4jlK .panel-body {
  padding-top: 0.5rem;
}
.cid-to8ChR4jlK .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-to8ChR4jlK .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-to8ChR4jlK .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-to8ChR4jlK .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-to8ChR4jlK .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-to8ChR4jlK .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-to8ChR4jlK .panel-text {
  color: #ffffff;
}
.cid-to8ChR4jlK H4 {
  color: #ffffff;
}
.cid-to8ChR4jlK H2 {
  color: #ffffff;
}
.cid-to8ChR4jlK .mbr-section-text {
  color: #ffffff;
}
.cid-uwY62W0nGm {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uwY62W0nGm .mbr-section-subtitle {
  color: #fdde00;
}
.cid-uwY62W0nGm H2 {
  text-align: center;
  color: #f9f295;
}
.cid-uwY62W0nGm H4 {
  color: #ffde00;
}
.cid-uwY1sFWUPu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uwY1sFWUPu .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uwY1sFWUPu H2 {
  color: #ffffff;
}
.cid-uwXKANsoZ2 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uwXKANsoZ2 .image-block {
  margin: auto;
}
.cid-uwXKANsoZ2 figcaption {
  position: relative;
}
.cid-uwXKANsoZ2 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwXKANsoZ2 .image-block {
    width: 100% !important;
  }
}
.cid-uwXKBDHe2X {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-uwXKBDHe2X .image-block {
  margin: auto;
}
.cid-uwXKBDHe2X figcaption {
  position: relative;
}
.cid-uwXKBDHe2X figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwXKBDHe2X .image-block {
    width: 100% !important;
  }
}
.cid-tfWms5hwWf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tfWms5hwWf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tfWms5hwWf H2 {
  color: #ffffff;
}
.cid-tfWms5CHyu {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-tfWms5CHyu .image-block {
  margin: auto;
}
.cid-tfWms5CHyu figcaption {
  position: relative;
}
.cid-tfWms5CHyu figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tfWms5CHyu .image-block {
    width: 100% !important;
  }
}
.cid-to1rlpegUa {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1f2123;
}
.cid-to1rlpegUa .mbr-section-subtitle {
  color: #232323;
}
.cid-to1rlpegUa H2 {
  color: #ffffff;
}
.cid-uwYDD7S5q1 {
  background: #000000;
  padding-top: 45px;
  padding-bottom: 15px;
}
.cid-uwYDD7S5q1 .image-block {
  margin: auto;
}
.cid-uwYDD7S5q1 figcaption {
  position: relative;
}
.cid-uwYDD7S5q1 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwYDD7S5q1 .image-block {
    width: 100% !important;
  }
}
.cid-uwYDD96izh {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uwYDD96izh P {
  color: #767676;
}
.cid-uwYDD96izh H1 {
  color: #fdde00;
}
.cid-uwYDD96izh .mbr-text,
.cid-uwYDD96izh .mbr-section-btn {
  color: #f9f295;
}
.cid-uwYDD96izh H3 {
  color: #ffffff;
}
.cid-uwYDDalKqD {
  background: #1f2123;
  padding-top: 45px;
  padding-bottom: 15px;
}
.cid-uwYDDalKqD .image-block {
  margin: auto;
}
.cid-uwYDDalKqD figcaption {
  position: relative;
}
.cid-uwYDDalKqD figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwYDDalKqD .image-block {
    width: 100% !important;
  }
}
.cid-uwYDDaERkk {
  background: #85789e;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uwYDDaERkk .image-block {
  margin: auto;
}
.cid-uwYDDaERkk figcaption {
  position: relative;
}
.cid-uwYDDaERkk figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwYDDaERkk .image-block {
    width: 100% !important;
  }
}
.cid-uwYDDaWvyw {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #1f2123;
}
.cid-uwYDDaWvyw .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uwYDDaWvyw H2 {
  color: #ffffff;
}
.cid-uwYDDbepxd {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #3a3939;
}
.cid-uwYDDbepxd .mbr-section-subtitle {
  color: #767676;
}
.cid-uwYDDbepxd H2 {
  color: #ffffff;
}
.cid-uwYDDbxI4V {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #3a3939;
}
.cid-uwYDDbxI4V .counter-container {
  color: #767676;
}
.cid-uwYDDbxI4V .counter-container ul {
  margin-bottom: 0;
}
.cid-uwYDDbxI4V .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-uwYDDbxI4V .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #000000;
  background: #ffc700;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-uwYDDbxI4V .mbr-text {
  color: #ffffff;
}
.cid-uwYDDchNlm {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uwYDDchNlm .mbr-section-subtitle {
  color: #5b686b;
}
.cid-uwYDDchNlm H2 {
  color: #000000;
}
.cid-uwYDDcIMFK {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-uwYDDcIMFK .counter-container {
  color: #767676;
}
.cid-uwYDDcIMFK .counter-container ul {
  margin-bottom: 0;
}
.cid-uwYDDcIMFK .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-uwYDDcIMFK .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #0388b3;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-uwYDDcIMFK .mbr-text {
  color: #232323;
}
.cid-uwYDDdjpWn {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-uwYDDdjpWn .mbr-section-subtitle {
  color: #fdde00;
}
.cid-uwYDDdjpWn H2 {
  color: #ffffff;
}
.cid-uwYDDdWwWD {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uwYDDdWwWD .image-block {
  margin: auto;
}
.cid-uwYDDdWwWD figcaption {
  position: relative;
}
.cid-uwYDDdWwWD figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwYDDdWwWD .image-block {
    width: 100% !important;
  }
}
.cid-uwYDDee8X6 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uwYDDee8X6 P {
  color: #767676;
}
.cid-uwYDDee8X6 .mbr-text,
.cid-uwYDDee8X6 .mbr-section-btn {
  color: #ffffff;
}
.cid-uwYDDee8X6 H3 {
  color: #fdde00;
}
.cid-uwYDDee8X6 H1 {
  color: #ffffff;
}
.cid-uwYDDez8w7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uwYDDez8w7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uwYDDez8w7 H2 {
  color: #fdde00;
}
.cid-uwYDDeTqTD {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uwYDDeTqTD .image-block {
  margin: auto;
}
.cid-uwYDDeTqTD figcaption {
  position: relative;
}
.cid-uwYDDeTqTD figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwYDDeTqTD .image-block {
    width: 100% !important;
  }
}
.cid-uwYDDfbbvj {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uwYDDfbbvj .image-block {
  margin: auto;
}
.cid-uwYDDfbbvj figcaption {
  position: relative;
}
.cid-uwYDDfbbvj figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwYDDfbbvj .image-block {
    width: 100% !important;
  }
}
.cid-uwYDDfwJ6l {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uwYDDfwJ6l .image-block {
  margin: auto;
}
.cid-uwYDDfwJ6l figcaption {
  position: relative;
}
.cid-uwYDDfwJ6l figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwYDDfwJ6l .image-block {
    width: 100% !important;
  }
}
.cid-uwYDDfOuk5 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uwYDDfOuk5 H1 {
  color: #ffffff;
}
.cid-uwYDDfOuk5 .mbr-text,
.cid-uwYDDfOuk5 .mbr-section-btn {
  color: #232323;
}
.cid-uwYDDfOuk5 H3 {
  color: #232323;
}
.cid-uwYDDg9RrF {
  background: #000000;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-uwYDDg9RrF .image-block {
  margin: auto;
}
.cid-uwYDDg9RrF figcaption {
  position: relative;
}
.cid-uwYDDg9RrF figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwYDDg9RrF .image-block {
    width: 100% !important;
  }
}
.cid-uwYDDgrS4Q {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uwYDDgrS4Q H1 {
  color: #ffde00;
}
.cid-uwYDDgrS4Q .mbr-text,
.cid-uwYDDgrS4Q .mbr-section-btn {
  color: #ffffff;
}
.cid-uwYDDgrS4Q H3 {
  color: #ffffff;
}
.cid-uwYDDgNExY {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-uwYDDgNExY .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uwYDDgNExY H2 {
  color: #fdde00;
}
.cid-uwYDDhaWyv {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-uwYDDhaWyv .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uwYDDhaWyv H2 {
  color: #fdde00;
}
.cid-uwYIsFphaV {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uwYIsFphaV .image-block {
  margin: auto;
}
.cid-uwYIsFphaV figcaption {
  position: relative;
}
.cid-uwYIsFphaV figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwYIsFphaV .image-block {
    width: 100% !important;
  }
}
.cid-uwYDDhQqul {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uwYDDhQqul P {
  color: #767676;
}
.cid-uwYDDhQqul .mbr-text,
.cid-uwYDDhQqul .mbr-section-btn {
  color: #465052;
}
.cid-uwYDDhQqul H3 {
  color: #232323;
}
.cid-uwYDDhQqul H1 {
  color: #ffffff;
}
.cid-uwYDDicfXt {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uwYDDicfXt .image-block {
  margin: auto;
}
.cid-uwYDDicfXt figcaption {
  position: relative;
}
.cid-uwYDDicfXt figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwYDDicfXt .image-block {
    width: 100% !important;
  }
}
.cid-uwYDDiwsVZ {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uwYDDiwsVZ .image-block {
  margin: auto;
}
.cid-uwYDDiwsVZ figcaption {
  position: relative;
}
.cid-uwYDDiwsVZ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwYDDiwsVZ .image-block {
    width: 100% !important;
  }
}
.cid-uwYDDiRGYf {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uwYDDiRGYf .image-block {
  margin: auto;
}
.cid-uwYDDiRGYf figcaption {
  position: relative;
}
.cid-uwYDDiRGYf figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwYDDiRGYf .image-block {
    width: 100% !important;
  }
}
.cid-uwYDDjaM9S {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uwYDDjaM9S H1 {
  color: #ffffff;
}
.cid-uwYDDjaM9S .mbr-text,
.cid-uwYDDjaM9S .mbr-section-btn {
  color: #232323;
}
.cid-uwYDDjaM9S H3 {
  color: #232323;
}
.cid-uwYDDjw32i {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uwYDDjw32i .mbr-section-subtitle {
  color: #767676;
}
.cid-uwYDDjw32i H2 {
  color: #000000;
}
.cid-uwYDDjPCdp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uwYDDjPCdp h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uwYDDjPCdp p {
  color: #767676;
  text-align: left;
}
.cid-uwYDDjPCdp .card-box {
  padding-top: 2rem;
}
.cid-uwYDDjPCdp .card-wrapper {
  height: 100%;
}
.cid-uwYDDjPCdp .card-title DIV {
  text-align: center;
}
.cid-uwYDDjPCdp P {
  text-align: center;
  color: #000000;
}
.cid-uwYDDjPCdp .card-title {
  text-align: center;
  color: #000000;
}
.cid-uwYDDki40o {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uwYDDki40o h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uwYDDki40o p {
  color: #767676;
  text-align: left;
}
.cid-uwYDDki40o .card-box {
  padding-top: 2rem;
}
.cid-uwYDDki40o .card-wrapper {
  height: 100%;
}
.cid-uwYDDki40o .card-title DIV {
  text-align: center;
}
.cid-uwYDDki40o P {
  text-align: center;
  color: #000000;
}
.cid-uwYDDki40o .card-title {
  text-align: center;
  color: #000000;
}
.cid-uwYDDkKrgM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uwYDDkKrgM h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uwYDDkKrgM p {
  color: #767676;
  text-align: left;
}
.cid-uwYDDkKrgM .card-box {
  padding-top: 2rem;
}
.cid-uwYDDkKrgM .card-wrapper {
  height: 100%;
}
.cid-uwYDDkKrgM .card-title DIV {
  text-align: center;
}
.cid-uwYDDkKrgM P {
  text-align: center;
  color: #000000;
}
.cid-uwYDDkKrgM .card-title {
  text-align: center;
  color: #000000;
}
.cid-uwYDDld1pf {
  background: #622d46;
  padding-top: 60px;
  padding-bottom: 15px;
}
.cid-uwYDDld1pf .image-block {
  margin: auto;
}
.cid-uwYDDld1pf figcaption {
  position: relative;
}
.cid-uwYDDld1pf figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwYDDld1pf .image-block {
    width: 100% !important;
  }
}
.cid-uwYDDlAIzk {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #622d46;
}
.cid-uwYDDlAIzk .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uwYDDlAIzk H2 {
  color: #f9f295;
}
.cid-uwYDDlWBER {
  background: #622d46;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-uwYDDlWBER .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uwYDDlWBER .video-block {
    width: 100% !important;
  }
}
.cid-uwYDDmgvim {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #622d46;
}
.cid-uwYDDmgvim .item {
  padding-bottom: 2rem;
}
.cid-uwYDDmgvim .item-wrapper {
  height: 100%;
}
.cid-uwYDDmgvim .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uwYDDmgvim .carousel-control,
.cid-uwYDDmgvim .close {
  background: #1b1b1b;
}
.cid-uwYDDmgvim .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uwYDDmgvim .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uwYDDmgvim .close {
  position: fixed;
  opacity: 0.5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-family: 'MobiriseIcons';
}
.cid-uwYDDmgvim .close::before {
  content: '\e91a';
}
.cid-uwYDDmgvim .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uwYDDmgvim .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: 0.5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-uwYDDmgvim .carousel-inner > .active {
  display: block;
}
.cid-uwYDDmgvim .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uwYDDmgvim .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uwYDDmgvim .carousel-control .icon-next,
.cid-uwYDDmgvim .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uwYDDmgvim .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uwYDDmgvim .carousel-control,
  .cid-uwYDDmgvim .carousel-indicators,
  .cid-uwYDDmgvim .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uwYDDmgvim .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uwYDDmgvim .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uwYDDmgvim .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-uwYDDmgvim .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uwYDDmgvim .carousel-indicators {
    display: none;
  }
}
.cid-uwYDDmgvim .carousel-indicators .active,
.cid-uwYDDmgvim .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: 0.5;
  border: 4px solid #1b1b1b;
}
.cid-uwYDDmgvim .carousel-indicators .active {
  background: #fff;
}
.cid-uwYDDmgvim .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uwYDDmgvim .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uwYDDmgvim .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uwYDDmgvim .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uwYDDmgvim .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uwYDDmgvim .modal-body .carousel-item {
  top: 50%;
  transform: translateY(-50%);
}
.cid-uwYDDmgvim .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uwYDDmgvim .carousel {
  width: 100%;
}
.cid-uwYDDmgvim .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uwYDDmgvim .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-uwYDDmgvim .modal.fade .modal-dialog,
.cid-uwYDDmgvim .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-uwYDDmgvim .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uwYDDmgvim a {
  display: block;
}
.cid-uwYDDmgvim a.img {
  pointer-events: none;
}
.cid-uwYDDmgvim H3 {
  color: #fdde00;
}
.cid-uwYDDmgvim H4 {
  color: #ffffff;
}
.cid-uwYIv19RtU {
  background: #622d46;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uwYIv19RtU .image-block {
  margin: auto;
}
.cid-uwYIv19RtU figcaption {
  position: relative;
}
.cid-uwYIv19RtU figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwYIv19RtU .image-block {
    width: 100% !important;
  }
}
.cid-uwYDDnaNkd {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #622d46;
}
.cid-uwYDDnaNkd P {
  color: #767676;
}
.cid-uwYDDnaNkd .mbr-text,
.cid-uwYDDnaNkd .mbr-section-btn {
  color: #465052;
}
.cid-uwYDDnaNkd H3 {
  color: #232323;
}
.cid-uwYDDnaNkd H1 {
  color: #ffffff;
}
.cid-uwYDDnym3e {
  background: #622d46;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uwYDDnym3e .image-block {
  margin: auto;
}
.cid-uwYDDnym3e figcaption {
  position: relative;
}
.cid-uwYDDnym3e figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwYDDnym3e .image-block {
    width: 100% !important;
  }
}
.cid-uwYDDnT9Xs {
  background: #622d46;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uwYDDnT9Xs .image-block {
  margin: auto;
}
.cid-uwYDDnT9Xs figcaption {
  position: relative;
}
.cid-uwYDDnT9Xs figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwYDDnT9Xs .image-block {
    width: 100% !important;
  }
}
.cid-uwYDDof6tz {
  background: #622d46;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uwYDDof6tz .image-block {
  margin: auto;
}
.cid-uwYDDof6tz figcaption {
  position: relative;
}
.cid-uwYDDof6tz figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwYDDof6tz .image-block {
    width: 100% !important;
  }
}
.cid-uwYDDoExT4 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #622d46;
}
.cid-uwYDDoExT4 P {
  color: #767676;
}
.cid-uwYDDoExT4 .mbr-text,
.cid-uwYDDoExT4 .mbr-section-btn {
  color: #465052;
}
.cid-uwYDDoExT4 H3 {
  color: #232323;
}
.cid-uwYDDoExT4 H1 {
  color: #ffffff;
}
.cid-uwYDDp2hbr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #622d46;
}
.cid-uwYDDp2hbr .item {
  padding-bottom: 2rem;
}
.cid-uwYDDp2hbr .item-wrapper {
  height: 100%;
}
.cid-uwYDDp2hbr .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uwYDDp2hbr .carousel-control,
.cid-uwYDDp2hbr .close {
  background: #1b1b1b;
}
.cid-uwYDDp2hbr .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uwYDDp2hbr .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uwYDDp2hbr .close {
  position: fixed;
  opacity: 0.5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-family: 'MobiriseIcons';
}
.cid-uwYDDp2hbr .close::before {
  content: '\e91a';
}
.cid-uwYDDp2hbr .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uwYDDp2hbr .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: 0.5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-uwYDDp2hbr .carousel-inner > .active {
  display: block;
}
.cid-uwYDDp2hbr .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uwYDDp2hbr .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uwYDDp2hbr .carousel-control .icon-next,
.cid-uwYDDp2hbr .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uwYDDp2hbr .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uwYDDp2hbr .carousel-control,
  .cid-uwYDDp2hbr .carousel-indicators,
  .cid-uwYDDp2hbr .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uwYDDp2hbr .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uwYDDp2hbr .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uwYDDp2hbr .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-uwYDDp2hbr .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uwYDDp2hbr .carousel-indicators {
    display: none;
  }
}
.cid-uwYDDp2hbr .carousel-indicators .active,
.cid-uwYDDp2hbr .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: 0.5;
  border: 4px solid #1b1b1b;
}
.cid-uwYDDp2hbr .carousel-indicators .active {
  background: #fff;
}
.cid-uwYDDp2hbr .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uwYDDp2hbr .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uwYDDp2hbr .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uwYDDp2hbr .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uwYDDp2hbr .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uwYDDp2hbr .modal-body .carousel-item {
  top: 50%;
  transform: translateY(-50%);
}
.cid-uwYDDp2hbr .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uwYDDp2hbr .carousel {
  width: 100%;
}
.cid-uwYDDp2hbr .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uwYDDp2hbr .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-uwYDDp2hbr .modal.fade .modal-dialog,
.cid-uwYDDp2hbr .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-uwYDDp2hbr .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uwYDDp2hbr a {
  display: block;
}
.cid-uwYDDp2hbr a.img {
  pointer-events: none;
}
.cid-uwYDDpxH0R {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #622d46;
}
.cid-uwYDDpxH0R .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uwYDDpxH0R H2 {
  color: #ffffff;
}
.cid-uwYDDpU4OH {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uwYDDpU4OH .mbr-section-subtitle {
  color: #fdde00;
}
.cid-uwYDDpU4OH H2 {
  color: #ffffff;
}
.cid-uwYDDqiQOx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uwYDDqiQOx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uwYDDqiQOx H2 {
  color: #ffffff;
}
.cid-uwYIwlT5ml {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uwYIwlT5ml .image-block {
  margin: auto;
}
.cid-uwYIwlT5ml figcaption {
  position: relative;
}
.cid-uwYIwlT5ml figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwYIwlT5ml .image-block {
    width: 100% !important;
  }
}
.cid-uwYDDr2i1X {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uwYDDr2i1X P {
  color: #767676;
}
.cid-uwYDDr2i1X .mbr-text,
.cid-uwYDDr2i1X .mbr-section-btn {
  color: #465052;
}
.cid-uwYDDr2i1X H3 {
  color: #232323;
}
.cid-uwYDDr2i1X H1 {
  color: #ffffff;
}
.cid-uwYDDrqNH3 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uwYDDrqNH3 .image-block {
  margin: auto;
}
.cid-uwYDDrqNH3 figcaption {
  position: relative;
}
.cid-uwYDDrqNH3 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwYDDrqNH3 .image-block {
    width: 100% !important;
  }
}
.cid-uwYDDrPGNV {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uwYDDrPGNV .image-block {
  margin: auto;
}
.cid-uwYDDrPGNV figcaption {
  position: relative;
}
.cid-uwYDDrPGNV figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwYDDrPGNV .image-block {
    width: 100% !important;
  }
}
.cid-uwYDDscohQ {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uwYDDscohQ .image-block {
  margin: auto;
}
.cid-uwYDDscohQ figcaption {
  position: relative;
}
.cid-uwYDDscohQ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwYDDscohQ .image-block {
    width: 100% !important;
  }
}
.cid-uwYDDsyrNj {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uwYDDsyrNj .mbr-section-subtitle {
  color: #465052;
}
.cid-uwYDDsyrNj H2 {
  color: #ffffff;
}
.cid-uwYDDsWaY1 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uwYDDsWaY1 .mbr-section-subtitle {
  color: #767676;
}
.cid-uwYDDsWaY1 H2 {
  color: #000000;
}
.cid-uwYDDtlLx7 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uwYDDtlLx7 .image-block {
  margin: auto;
}
.cid-uwYDDtlLx7 figcaption {
  position: relative;
}
.cid-uwYDDtlLx7 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwYDDtlLx7 .image-block {
    width: 100% !important;
  }
}
.cid-uwYDDtIlu0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uwYDDtIlu0 H1 {
  color: #000000;
}
.cid-uwYDDtIlu0 .mbr-text,
.cid-uwYDDtIlu0 .mbr-section-btn {
  color: #232323;
}
.cid-uwYDDtIlu0 H3 {
  color: #232323;
}
.cid-uwYDDu7uiV {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uwYDDu7uiV .mbr-section-subtitle {
  color: #767676;
}
.cid-uwYDDu7uiV H2 {
  color: #000000;
}
.cid-uwYDDuuxgj {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uwYDDuuxgj .counter-container {
  color: #767676;
}
.cid-uwYDDuuxgj .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-uwYDDuuxgj .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-uwYDDuuxgj .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
  position: relative;
}
.cid-uwYDDuuxgj .counter-container ol li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #69b6a1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-uwYDDuuxgj .mbr-text {
  color: #000000;
}
.cid-uwYDDuV2TR {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-uwYDDuV2TR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uwYDDuV2TR H2 {
  color: #ddff55;
}
.cid-uwYDDuV2TR H3 {
  color: #ddff55;
}
.cid-uwYDDvjtLO {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-uwYDDvjtLO .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uwYDDvjtLO .video-block {
    width: 100% !important;
  }
}
.cid-uwYDDvHiTI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-uwYDDvHiTI h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uwYDDvHiTI p {
  color: #767676;
  text-align: left;
}
.cid-uwYDDvHiTI .card-box {
  padding-top: 2rem;
}
.cid-uwYDDvHiTI .card-wrapper {
  height: 100%;
}
.cid-uwYDDvHiTI P {
  text-align: center;
  color: #ffffff;
}
.cid-uwYDDvHiTI .card-title {
  text-align: center;
  color: #ddff55;
}
.cid-uwYDDwgXUo {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uwYDDwgXUo .image-block {
  margin: auto;
}
.cid-uwYDDwgXUo figcaption {
  position: relative;
}
.cid-uwYDDwgXUo figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwYDDwgXUo .image-block {
    width: 100% !important;
  }
}
.cid-uwYDDwFpQr {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uwYDDwFpQr .image-block {
  margin: auto;
}
.cid-uwYDDwFpQr figcaption {
  position: relative;
}
.cid-uwYDDwFpQr figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwYDDwFpQr .image-block {
    width: 100% !important;
  }
}
.cid-uwYDDx4HAi {
  background: #232323;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-uwYDDx4HAi .image-block {
  margin: auto;
}
.cid-uwYDDx4HAi figcaption {
  position: relative;
}
.cid-uwYDDx4HAi figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwYDDx4HAi .image-block {
    width: 100% !important;
  }
}
.cid-uwYDDxtRrz {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uwYDDxtRrz .image-block {
  margin: auto;
}
.cid-uwYDDxtRrz figcaption {
  position: relative;
}
.cid-uwYDDxtRrz figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwYDDxtRrz .image-block {
    width: 100% !important;
  }
}
.cid-uwYDDxWCIZ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-uwYDDxWCIZ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uwYDDxWCIZ H2 {
  color: #232323;
}
.cid-uwYDDykDgH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uwYDDykDgH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uwYDDykDgH H2 {
  color: #232323;
}
.cid-uwYDDyKeP5 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uwYDDyKeP5 .image-block {
  margin: auto;
}
.cid-uwYDDyKeP5 figcaption {
  position: relative;
}
.cid-uwYDDyKeP5 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwYDDyKeP5 .image-block {
    width: 100% !important;
  }
}
.cid-uwYDDz9kTj {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-uwYDDz9kTj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uwYDDz9kTj H2 {
  color: #ffffff;
}
.cid-uwYIy8C9II {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uwYIy8C9II .image-block {
  margin: auto;
}
.cid-uwYIy8C9II figcaption {
  position: relative;
}
.cid-uwYIy8C9II figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwYIy8C9II .image-block {
    width: 100% !important;
  }
}
.cid-uwYDDA0z24 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uwYDDA0z24 P {
  color: #767676;
}
.cid-uwYDDA0z24 .mbr-text,
.cid-uwYDDA0z24 .mbr-section-btn {
  color: #465052;
}
.cid-uwYDDA0z24 H3 {
  color: #232323;
}
.cid-uwYDDA0z24 H1 {
  color: #ffffff;
}
.cid-uwYDDArppd {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uwYDDArppd .image-block {
  margin: auto;
}
.cid-uwYDDArppd figcaption {
  position: relative;
}
.cid-uwYDDArppd figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwYDDArppd .image-block {
    width: 100% !important;
  }
}
.cid-uwYDDARtKg {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uwYDDARtKg .image-block {
  margin: auto;
}
.cid-uwYDDARtKg figcaption {
  position: relative;
}
.cid-uwYDDARtKg figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwYDDARtKg .image-block {
    width: 100% !important;
  }
}
.cid-uwYDDBjalw {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uwYDDBjalw .image-block {
  margin: auto;
}
.cid-uwYDDBjalw figcaption {
  position: relative;
}
.cid-uwYDDBjalw figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwYDDBjalw .image-block {
    width: 100% !important;
  }
}
.cid-uwYDDBJpcE {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uwYDDBJpcE .mbr-section-subtitle {
  color: #465052;
}
.cid-uwYDDBJpcE H2 {
  color: #ffffff;
}
.cid-uwYDDCaaGX {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uwYDDCaaGX .mbr-section-subtitle {
  color: #5b686b;
}
.cid-uwYDDCaaGX H2 {
  color: #000000;
}
.cid-uwYDDCBeJK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uwYDDCBeJK .mbr-section-subtitle {
  color: #000000;
}
.cid-uwYDDCBeJK H2 {
  color: #232323;
}
.cid-uwYDDD2tMK {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-uwYDDD2tMK .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uwYDDD2tMK .video-block {
    width: 100% !important;
  }
}
.cid-uwYDDDs7cI {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uwYDDDs7cI .mbr-section-subtitle {
  color: #000000;
}
.cid-uwYDDDs7cI H2 {
  color: #232323;
}
.cid-uwYDDDRivV {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-uwYDDDRivV .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uwYDDDRivV .video-block {
    width: 100% !important;
  }
}
.cid-uwYDDEgVeN {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uwYDDEgVeN .mbr-section-subtitle {
  color: #000000;
}
.cid-uwYDDEgVeN H2 {
  color: #232323;
}
.cid-uwYDDEItd2 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-uwYDDEItd2 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uwYDDEItd2 .video-block {
    width: 100% !important;
  }
}
.cid-uwYDDF854F {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uwYDDF854F .mbr-section-subtitle {
  color: #000000;
}
.cid-uwYDDF854F H2 {
  color: #232323;
}
.cid-uwYDDFzKPq {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-uwYDDFzKPq .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uwYDDFzKPq .video-block {
    width: 100% !important;
  }
}
.cid-uwYDDFZkci {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uwYDDFZkci .mbr-section-subtitle {
  color: #000000;
}
.cid-uwYDDFZkci H2 {
  color: #232323;
}
.cid-uwYDDGt34J {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-uwYDDGt34J .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uwYDDGt34J .video-block {
    width: 100% !important;
  }
}
.cid-uwYDDGUYV5 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uwYDDGUYV5 .mbr-section-subtitle {
  color: #000000;
}
.cid-uwYDDGUYV5 H2 {
  color: #232323;
}
.cid-uwYDDHmATP {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-uwYDDHmATP .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uwYDDHmATP .video-block {
    width: 100% !important;
  }
}
.cid-uwYDDHPpcW {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uwYDDHPpcW .mbr-section-subtitle {
  color: #000000;
}
.cid-uwYDDHPpcW H2 {
  color: #232323;
}
.cid-uwYDDIgxbZ {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-uwYDDIgxbZ .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uwYDDIgxbZ .video-block {
    width: 100% !important;
  }
}
.cid-uwYDDIHDAs {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uwYDDIHDAs .mbr-section-subtitle {
  color: #000000;
}
.cid-uwYDDIHDAs H2 {
  color: #232323;
}
.cid-uwYDDJ8vff {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-uwYDDJ8vff .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uwYDDJ8vff .video-block {
    width: 100% !important;
  }
}
.cid-uwYDDJAvWp {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uwYDDJAvWp .mbr-section-subtitle {
  color: #465052;
}
.cid-uwYDDJAvWp H2 {
  color: #000000;
}
.cid-uwYIPZFfHQ {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-uwYIPZFfHQ .image-block {
  margin: auto;
}
.cid-uwYIPZFfHQ figcaption {
  position: relative;
}
.cid-uwYIPZFfHQ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwYIPZFfHQ .image-block {
    width: 100% !important;
  }
}
.cid-uwYDDKsyJy {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uwYDDKsyJy .image-block {
  margin: auto;
}
.cid-uwYDDKsyJy figcaption {
  position: relative;
}
.cid-uwYDDKsyJy figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwYDDKsyJy .image-block {
    width: 100% !important;
  }
}
.cid-uwYDDKTSIY {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uwYDDKTSIY .image-block {
  margin: auto;
}
.cid-uwYDDKTSIY figcaption {
  position: relative;
}
.cid-uwYDDKTSIY figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwYDDKTSIY .image-block {
    width: 100% !important;
  }
}
.cid-uwYDDLnGfF {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uwYDDLnGfF .mbr-section-subtitle {
  color: #000000;
}
.cid-uwYDDLnGfF H2 {
  color: #232323;
}
.cid-uwYDDLQqwl {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-uwYDDLQqwl .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uwYDDLQqwl .video-block {
    width: 100% !important;
  }
}
.cid-uwYDDMiBmJ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uwYDDMiBmJ .mbr-section-subtitle {
  color: #000000;
}
.cid-uwYDDMiBmJ H2 {
  color: #232323;
}
.cid-uwYDDMPPN2 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-uwYDDMPPN2 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uwYDDMPPN2 .video-block {
    width: 100% !important;
  }
}
.cid-uwYDDNg0zZ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uwYDDNg0zZ .mbr-section-subtitle {
  color: #000000;
}
.cid-uwYDDNg0zZ H2 {
  color: #232323;
}
.cid-uwYDDNJVtp {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-uwYDDNJVtp .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uwYDDNJVtp .video-block {
    width: 100% !important;
  }
}
.cid-uwYDDOdsPj {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uwYDDOdsPj .mbr-section-subtitle {
  color: #000000;
}
.cid-uwYDDOdsPj H2 {
  color: #232323;
}
.cid-uwYDDOHFbf {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-uwYDDOHFbf .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uwYDDOHFbf .video-block {
    width: 100% !important;
  }
}
.cid-uwYDDP8oHo {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uwYDDP8oHo .mbr-section-subtitle {
  color: #000000;
}
.cid-uwYDDP8oHo H2 {
  color: #232323;
}
.cid-uwYDDPBixj {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-uwYDDPBixj .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uwYDDPBixj .video-block {
    width: 100% !important;
  }
}
.cid-uwYDDQ5X4i {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uwYDDQ5X4i .mbr-section-subtitle {
  color: #000000;
}
.cid-uwYDDQ5X4i H2 {
  color: #232323;
}
.cid-uwYDDQxpKj {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-uwYDDQxpKj .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uwYDDQxpKj .video-block {
    width: 100% !important;
  }
}
.cid-uwYDDQY0uW {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uwYDDQY0uW .mbr-section-subtitle {
  color: #000000;
}
.cid-uwYDDQY0uW H2 {
  color: #232323;
}
.cid-uwYDDRrR6Y {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-uwYDDRrR6Y .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uwYDDRrR6Y .video-block {
    width: 100% !important;
  }
}
.cid-uwYDDRV4Ya {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uwYDDRV4Ya .mbr-section-subtitle {
  color: #465052;
}
.cid-uwYDDRV4Ya H2 {
  color: #000000;
}
.cid-uwYIOkS088 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-uwYIOkS088 .image-block {
  margin: auto;
}
.cid-uwYIOkS088 figcaption {
  position: relative;
}
.cid-uwYIOkS088 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwYIOkS088 .image-block {
    width: 100% !important;
  }
}
.cid-uwYDDSPhKl {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uwYDDSPhKl .image-block {
  margin: auto;
}
.cid-uwYDDSPhKl figcaption {
  position: relative;
}
.cid-uwYDDSPhKl figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwYDDSPhKl .image-block {
    width: 100% !important;
  }
}
.cid-uwYDDTkVA7 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uwYDDTkVA7 .image-block {
  margin: auto;
}
.cid-uwYDDTkVA7 figcaption {
  position: relative;
}
.cid-uwYDDTkVA7 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwYDDTkVA7 .image-block {
    width: 100% !important;
  }
}
.cid-uwYDDTNJfA {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uwYDDTNJfA .image-block {
  margin: auto;
}
.cid-uwYDDTNJfA figcaption {
  position: relative;
}
.cid-uwYDDTNJfA figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwYDDTNJfA .image-block {
    width: 100% !important;
  }
}
.cid-uwYDDUggA9 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uwYDDUggA9 .mbr-section-subtitle {
  color: #000000;
}
.cid-uwYDDUggA9 H2 {
  color: #232323;
}
.cid-uwYDDUK6eL {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-uwYDDUK6eL .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uwYDDUK6eL .video-block {
    width: 100% !important;
  }
}
.cid-uwYDDVeIO0 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uwYDDVeIO0 .mbr-section-subtitle {
  color: #000000;
}
.cid-uwYDDVeIO0 H2 {
  color: #232323;
}
.cid-uwYDDVIS2D {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-uwYDDVIS2D .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uwYDDVIS2D .video-block {
    width: 100% !important;
  }
}
.cid-uwYDDWat66 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uwYDDWat66 .mbr-section-subtitle {
  color: #000000;
}
.cid-uwYDDWat66 H2 {
  color: #232323;
}
.cid-uwYDDWIgg8 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-uwYDDWIgg8 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uwYDDWIgg8 .video-block {
    width: 100% !important;
  }
}
.cid-uwYDDXceaR {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uwYDDXceaR .mbr-section-subtitle {
  color: #000000;
}
.cid-uwYDDXceaR H2 {
  color: #232323;
}
.cid-uwYDDXG0Ut {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-uwYDDXG0Ut .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uwYDDXG0Ut .video-block {
    width: 100% !important;
  }
}
.cid-uwYDDYaBG5 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uwYDDYaBG5 .mbr-section-subtitle {
  color: #000000;
}
.cid-uwYDDYaBG5 H2 {
  color: #232323;
}
.cid-uwYDDYHJDD {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-uwYDDYHJDD .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uwYDDYHJDD .video-block {
    width: 100% !important;
  }
}
.cid-uwYDDZa1wt {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uwYDDZa1wt .mbr-section-subtitle {
  color: #000000;
}
.cid-uwYDDZa1wt H2 {
  color: #232323;
}
.cid-uwYDDZFOgr {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-uwYDDZFOgr .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uwYDDZFOgr .video-block {
    width: 100% !important;
  }
}
.cid-uwYDE0ay8H {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uwYDE0ay8H .mbr-section-subtitle {
  color: #465052;
}
.cid-uwYDE0ay8H H2 {
  color: #000000;
}
.cid-uwYIMM1r25 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-uwYIMM1r25 .image-block {
  margin: auto;
}
.cid-uwYIMM1r25 figcaption {
  position: relative;
}
.cid-uwYIMM1r25 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwYIMM1r25 .image-block {
    width: 100% !important;
  }
}
.cid-uwYDE19fq4 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uwYDE19fq4 .image-block {
  margin: auto;
}
.cid-uwYDE19fq4 figcaption {
  position: relative;
}
.cid-uwYDE19fq4 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwYDE19fq4 .image-block {
    width: 100% !important;
  }
}
.cid-uwYDE1F02q {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uwYDE1F02q .image-block {
  margin: auto;
}
.cid-uwYDE1F02q figcaption {
  position: relative;
}
.cid-uwYDE1F02q figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwYDE1F02q .image-block {
    width: 100% !important;
  }
}
.cid-uwYDE29Hp1 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uwYDE29Hp1 .mbr-section-subtitle {
  color: #000000;
}
.cid-uwYDE29Hp1 H2 {
  color: #232323;
}
.cid-uwYDE2EdG0 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-uwYDE2EdG0 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uwYDE2EdG0 .video-block {
    width: 100% !important;
  }
}
.cid-uwYDE3aCHF {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uwYDE3aCHF .mbr-section-subtitle {
  color: #000000;
}
.cid-uwYDE3aCHF H2 {
  color: #232323;
}
.cid-uwYDE3FiCD {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-uwYDE3FiCD .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uwYDE3FiCD .video-block {
    width: 100% !important;
  }
}
.cid-uwYDE495Ax {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uwYDE495Ax .mbr-section-subtitle {
  color: #000000;
}
.cid-uwYDE495Ax H2 {
  color: #232323;
}
.cid-uwYDE4EPd2 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-uwYDE4EPd2 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uwYDE4EPd2 .video-block {
    width: 100% !important;
  }
}
.cid-uwYDE5aFj8 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uwYDE5aFj8 .mbr-section-subtitle {
  color: #000000;
}
.cid-uwYDE5aFj8 H2 {
  color: #232323;
}
.cid-uwYDE5FToS {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-uwYDE5FToS .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uwYDE5FToS .video-block {
    width: 100% !important;
  }
}
.cid-uwYDE6aVEb {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uwYDE6aVEb .mbr-section-subtitle {
  color: #000000;
}
.cid-uwYDE6aVEb H2 {
  color: #232323;
}
.cid-uwYDE6Isym {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-uwYDE6Isym .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uwYDE6Isym .video-block {
    width: 100% !important;
  }
}
.cid-uwYDE7eAfK {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uwYDE7eAfK .mbr-section-subtitle {
  color: #000000;
}
.cid-uwYDE7eAfK H2 {
  color: #232323;
}
.cid-uwYDE7LOvH {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-uwYDE7LOvH .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uwYDE7LOvH .video-block {
    width: 100% !important;
  }
}
.cid-uwYDE8jzMJ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uwYDE8jzMJ .mbr-section-subtitle {
  color: #000000;
}
.cid-uwYDE8jzMJ H2 {
  color: #232323;
}
.cid-uwYDE8Pk57 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-uwYDE8Pk57 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uwYDE8Pk57 .video-block {
    width: 100% !important;
  }
}
.cid-uwYDE9k0bU {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-uwYDE9k0bU .image-block {
  margin: auto;
}
.cid-uwYDE9k0bU figcaption {
  position: relative;
}
.cid-uwYDE9k0bU figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwYDE9k0bU .image-block {
    width: 100% !important;
  }
}
.cid-uwYDE9SNdh {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uwYDE9SNdh .mbr-section-subtitle {
  color: #465052;
}
.cid-uwYDE9SNdh H2 {
  color: #000000;
}
.cid-uwYDEapftR {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uwYDEapftR .image-block {
  margin: auto;
}
.cid-uwYDEapftR figcaption {
  position: relative;
}
.cid-uwYDEapftR figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwYDEapftR .image-block {
    width: 100% !important;
  }
}
.cid-uwYDEaWP6c {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uwYDEaWP6c .image-block {
  margin: auto;
}
.cid-uwYDEaWP6c figcaption {
  position: relative;
}
.cid-uwYDEaWP6c figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwYDEaWP6c .image-block {
    width: 100% !important;
  }
}
.cid-uwYDEbxnmn {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-uwYDEbxnmn .image-block {
  margin: auto;
}
.cid-uwYDEbxnmn figcaption {
  position: relative;
}
.cid-uwYDEbxnmn figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwYDEbxnmn .image-block {
    width: 100% !important;
  }
}
.cid-uwYDEc3jBE {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uwYDEc3jBE .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uwYDEc3jBE H2 {
  color: #fdde00;
}
.cid-uwYIB2NFzG {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uwYIB2NFzG .image-block {
  margin: auto;
}
.cid-uwYIB2NFzG figcaption {
  position: relative;
}
.cid-uwYIB2NFzG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwYIB2NFzG .image-block {
    width: 100% !important;
  }
}
.cid-uwYDEd8jhL {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uwYDEd8jhL P {
  color: #767676;
}
.cid-uwYDEd8jhL .mbr-text,
.cid-uwYDEd8jhL .mbr-section-btn {
  color: #465052;
}
.cid-uwYDEd8jhL H3 {
  color: #232323;
}
.cid-uwYDEd8jhL H1 {
  color: #ffffff;
}
.cid-uwYDEdH6mW {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uwYDEdH6mW .image-block {
  margin: auto;
}
.cid-uwYDEdH6mW figcaption {
  position: relative;
}
.cid-uwYDEdH6mW figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwYDEdH6mW .image-block {
    width: 100% !important;
  }
}
.cid-uwYDEedpYE {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uwYDEedpYE .image-block {
  margin: auto;
}
.cid-uwYDEedpYE figcaption {
  position: relative;
}
.cid-uwYDEedpYE figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwYDEedpYE .image-block {
    width: 100% !important;
  }
}
.cid-uwYDEeMq9n {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uwYDEeMq9n .image-block {
  margin: auto;
}
.cid-uwYDEeMq9n figcaption {
  position: relative;
}
.cid-uwYDEeMq9n figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwYDEeMq9n .image-block {
    width: 100% !important;
  }
}
.cid-uwYDEfiCG7 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uwYDEfiCG7 H1 {
  color: #ffffff;
}
.cid-uwYDEfiCG7 .mbr-text,
.cid-uwYDEfiCG7 .mbr-section-btn {
  color: #232323;
}
.cid-uwYDEfiCG7 H3 {
  color: #232323;
}
.cid-uwYDEfQalP {
  padding-top: 60px;
  padding-bottom: 45px;
  position: relative;
  background-color: #1f2123;
}
.cid-uwYDEfQalP p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-uwYDEfQalP .panel-title {
  border-bottom: 2px solid #5758e0;
  display: flex!important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-uwYDEfQalP .collapsed {
  border: none;
}
.cid-uwYDEfQalP .collapsed span {
  transform: rotate(0deg);
}
.cid-uwYDEfQalP span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #00a335, #fc0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-uwYDEfQalP .panel-body {
  padding-top: 0.5rem;
}
.cid-uwYDEfQalP .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uwYDEfQalP .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #191919;
  padding: 0;
}
.cid-uwYDEfQalP .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uwYDEfQalP .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uwYDEfQalP .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-uwYDEfQalP .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uwYDEfQalP .panel-text {
  color: #ffffff;
}
.cid-uwYDEfQalP H4 {
  color: #ffffff;
}
.cid-uwYDEfQalP H2 {
  color: #ffffff;
}
.cid-uwYDEfQalP .mbr-section-text {
  color: #ffffff;
}
.cid-uwYDEgxXp4 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-uwYDEgxXp4 .mbr-section-subtitle {
  color: #fdde00;
}
.cid-uwYDEgxXp4 H2 {
  text-align: center;
  color: #f9f295;
}
.cid-uwYDEgxXp4 H4 {
  color: #ffde00;
}
.cid-uwYDEh5cCj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uwYDEh5cCj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uwYDEh5cCj H2 {
  color: #ffffff;
}
.cid-uwYIDTOSai {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uwYIDTOSai .image-block {
  margin: auto;
}
.cid-uwYIDTOSai figcaption {
  position: relative;
}
.cid-uwYIDTOSai figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwYIDTOSai .image-block {
    width: 100% !important;
  }
}
.cid-uwYDEhDZmW {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uwYDEhDZmW .image-block {
  margin: auto;
}
.cid-uwYDEhDZmW figcaption {
  position: relative;
}
.cid-uwYDEhDZmW figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwYDEhDZmW .image-block {
    width: 100% !important;
  }
}
.cid-uwYDEiezeY {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-uwYDEiezeY .image-block {
  margin: auto;
}
.cid-uwYDEiezeY figcaption {
  position: relative;
}
.cid-uwYDEiezeY figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwYDEiezeY .image-block {
    width: 100% !important;
  }
}
.cid-uwYDEiNklS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uwYDEiNklS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uwYDEiNklS H2 {
  color: #ffffff;
}
.cid-uwYDEjna3N {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-uwYDEjna3N .image-block {
  margin: auto;
}
.cid-uwYDEjna3N figcaption {
  position: relative;
}
.cid-uwYDEjna3N figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwYDEjna3N .image-block {
    width: 100% !important;
  }
}
.cid-uwYS6uQACt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uwYS6uQACt .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uwYS6uQACt H2 {
  color: #ffffff;
}
.cid-uwYTkNGoIO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uwYTkNGoIO .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uwYTkNGoIO H2 {
  color: #bbff00;
}
.cid-uwYNY5rIsK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uwYNY5rIsK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uwYNY5rIsK H2 {
  color: #ffffff;
}
.cid-uwYS1lIs4x {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-uwYS1lIs4x .image-block {
  margin: auto;
}
.cid-uwYS1lIs4x figcaption {
  position: relative;
}
.cid-uwYS1lIs4x figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uwYS1lIs4x .image-block {
    width: 100% !important;
  }
}
.cid-uwYDEjY4lf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1f2123;
}
.cid-uwYDEjY4lf .mbr-section-subtitle {
  color: #232323;
}
.cid-uwYDEjY4lf H2 {
  color: #ffffff;
}
.cid-uR3g2x4lL0 {
  background: #5a0000;
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-uR3g2x4lL0 .image-block {
  margin: auto;
}
.cid-uR3g2x4lL0 figcaption {
  position: relative;
}
.cid-uR3g2x4lL0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uR3g2x4lL0 .image-block {
    width: 100% !important;
  }
}
.cid-uR3g2xHROq {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #5a0000;
}
.cid-uR3g2xHROq .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uR3g2xHROq H2 {
  text-align: center;
  color: #626161;
}
.cid-uR3g2xHROq H1 {
  color: #ffffff;
}
.cid-uR3g2xUgTm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #5a0000;
}
.cid-uR3g2xUgTm .mbr-section-subtitle {
  color: #ffdd00;
}
.cid-uR3g2xUgTm H2 {
  text-align: center;
  color: #f9f295;
}
.cid-uR3g2xUgTm H4 {
  color: #ffde00;
}
.cid-uR3gfd9vYz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #5a0000;
}
.cid-uR3gfd9vYz .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uR3gfd9vYz H2 {
  text-align: center;
  color: #f9f295;
}
.cid-uR3gfd9vYz H4 {
  color: #ffde00;
}
.cid-uR3g2y4nzr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #5a0000;
}
.cid-uR3g2y4nzr .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uR3g2y4nzr H2 {
  text-align: center;
  color: #f9f295;
}
.cid-uR3g2y4nzr H4 {
  color: #ffde00;
}
.cid-uR3g2yfZjP {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #5a0000;
}
.cid-uR3g2yfZjP .mbr-section-subtitle {
  color: #ffde00;
}
.cid-uR3g2yfZjP H2 {
  text-align: center;
  color: #f9f295;
}
.cid-uR3g2yfZjP H4 {
  color: #ffde00;
}
.cid-uR3g2yqB1o {
  background: #5a0000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uR3g2yqB1o .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uR3g2yqB1o .video-block {
    width: 100% !important;
  }
}
.cid-uR3g2yFSe5 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #5a0000;
}
.cid-uR3g2yFSe5 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uR3g2yFSe5 H2 {
  text-align: center;
  color: #f9f295;
}
.cid-uR3g2yFSe5 H4 {
  color: #ffde00;
}
.cid-uR3gTkgPbF {
  background: #5a0000;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-uR3gTkgPbF .image-block {
  margin: auto;
}
.cid-uR3gTkgPbF figcaption {
  position: relative;
}
.cid-uR3gTkgPbF figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uR3gTkgPbF .image-block {
    width: 100% !important;
  }
}
.cid-uR3g2yRW5I {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #5a0000;
}
.cid-uR3g2yRW5I .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uR3g2yRW5I H2 {
  text-align: center;
  color: #f9f295;
}
.cid-uR3g2yRW5I H4 {
  color: #ffde00;
}
.cid-uR3g2z1Mcs {
  background: #000000;
  padding-top: 60px;
  padding-bottom: 15px;
}
.cid-uR3g2z1Mcs .image-block {
  margin: auto;
}
.cid-uR3g2z1Mcs figcaption {
  position: relative;
}
.cid-uR3g2z1Mcs figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uR3g2z1Mcs .image-block {
    width: 100% !important;
  }
}
.cid-uR3g2zezun {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uR3g2zezun .mbr-section-title {
  text-align: center;
  color: #c7f900;
}
.cid-uR3g2zezun .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uR3g2zuZgU {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #000000;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uR3g2zuZgU .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uR3g2zuZgU .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uR3g2zuZgU .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uR3g2zuZgU .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uR3g2zuZgU .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uR3g2zuZgU .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uR3g2zuZgU .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uR3g2zuZgU .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uR3g2zuZgU .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #ffffff !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uR3g2zSwSh {
  background: #5a0000;
  padding-top: 45px;
  padding-bottom: 15px;
}
.cid-uR3g2zSwSh .image-block {
  margin: auto;
}
.cid-uR3g2zSwSh figcaption {
  position: relative;
}
.cid-uR3g2zSwSh figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uR3g2zSwSh .image-block {
    width: 100% !important;
  }
}
.cid-uR3g2A63ji {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #5a0000;
}
.cid-uR3g2A63ji P {
  color: #767676;
}
.cid-uR3g2A63ji H1 {
  color: #ffd100;
}
.cid-uR3g2A63ji .mbr-text,
.cid-uR3g2A63ji .mbr-section-btn {
  color: #767676;
}
.cid-uR3g2A63ji H3 {
  color: #ffd200;
}
.cid-uR3g2A63ji H4 {
  color: #ffffff;
}
.cid-uR3g2Anu7Z {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #5a0000;
}
.cid-uR3g2Anu7Z P {
  color: #767676;
}
.cid-uR3g2Anu7Z H1 {
  color: #ffd100;
}
.cid-uR3g2Anu7Z .mbr-text,
.cid-uR3g2Anu7Z .mbr-section-btn {
  color: #767676;
}
.cid-uR3g2Anu7Z H3 {
  color: #ffd200;
}
.cid-uR3g2Anu7Z H4 {
  color: #ffffff;
}
.cid-uR3g2ADo25 {
  background: #5a0000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-uR3g2ADo25 .image-block {
  margin: auto;
}
.cid-uR3g2ADo25 figcaption {
  position: relative;
}
.cid-uR3g2ADo25 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uR3g2ADo25 .image-block {
    width: 100% !important;
  }
}
.cid-uR3g2AOisn {
  background: #5a0000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-uR3g2AOisn .image-block {
  margin: auto;
}
.cid-uR3g2AOisn figcaption {
  position: relative;
}
.cid-uR3g2AOisn figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uR3g2AOisn .image-block {
    width: 100% !important;
  }
}
.cid-uR3g2B1uj2 {
  background: #5a0000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-uR3g2B1uj2 .image-block {
  margin: auto;
}
.cid-uR3g2B1uj2 figcaption {
  position: relative;
}
.cid-uR3g2B1uj2 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uR3g2B1uj2 .image-block {
    width: 100% !important;
  }
}
.cid-uR3g2Bclwv {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #5a0000;
}
.cid-uR3g2Bclwv H1 {
  color: #ffffff;
}
.cid-uR3g2Bclwv .mbr-text,
.cid-uR3g2Bclwv .mbr-section-btn {
  color: #232323;
}
.cid-uR3g2Bclwv H3 {
  color: #232323;
}
.cid-uR3g2BpydD {
  background: #1f2122;
  padding-top: 45px;
  padding-bottom: 15px;
}
.cid-uR3g2BpydD .image-block {
  margin: auto;
}
.cid-uR3g2BpydD figcaption {
  position: relative;
}
.cid-uR3g2BpydD figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uR3g2BpydD .image-block {
    width: 100% !important;
  }
}
.cid-uR3g2BA7wa {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #1f2122;
}
.cid-uR3g2BA7wa .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uR3g2BA7wa H2 {
  text-align: center;
  color: #f9f295;
}
.cid-uR3g2BA7wa H4 {
  color: #d4ff26;
}
.cid-uR3g2BMEqQ {
  background: #34383a;
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-uR3g2BMEqQ .image-block {
  margin: auto;
}
.cid-uR3g2BMEqQ figcaption {
  position: relative;
}
.cid-uR3g2BMEqQ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uR3g2BMEqQ .image-block {
    width: 100% !important;
  }
}
.cid-uR3g2BYFtW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #34383a;
}
.cid-uR3g2BYFtW .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uR3g2BYFtW H2 {
  text-align: center;
  color: #f9f295;
}
.cid-uR3g2BYFtW H4 {
  color: #ffffff;
}
.cid-uR3g2CcYSL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #34383a;
}
.cid-uR3g2CcYSL h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uR3g2CcYSL p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-uR3g2CcYSL .card-img {
  text-align: left;
  background-color: #1f2122;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3rem 2.5rem 0 2.5rem;
}
.cid-uR3g2CcYSL .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-uR3g2CcYSL .card-box {
  padding: 0rem 2.5rem 3rem 2.5rem;
  background-color: #1f2122;
}
.cid-uR3g2CcYSL P {
  text-align: center;
  color: #ffffff;
}
.cid-uR3g2CcYSL .card-title,
.cid-uR3g2CcYSL .card-img {
  text-align: center;
  color: #d4ff26;
}
.cid-uR3g2CA1VV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #34383a;
}
.cid-uR3g2CA1VV h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uR3g2CA1VV p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-uR3g2CA1VV .card-img {
  text-align: left;
  background-color: #1f2122;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3rem 2.5rem 0 2.5rem;
}
.cid-uR3g2CA1VV .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-uR3g2CA1VV .card-box {
  padding: 0rem 2.5rem 3rem 2.5rem;
  background-color: #1f2122;
}
.cid-uR3g2CA1VV P {
  text-align: center;
  color: #ffffff;
}
.cid-uR3g2CA1VV .card-title,
.cid-uR3g2CA1VV .card-img {
  text-align: center;
  color: #d4ff26;
}
.cid-uR3g2CX1gV {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #34383a;
}
.cid-uR3g2CX1gV .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uR3g2CX1gV H2 {
  text-align: center;
  color: #f9f295;
}
.cid-uR3g2CX1gV H4 {
  color: #ffffff;
}
.cid-uR3g2DbSO3 {
  background: #34383a;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-uR3g2DbSO3 .image-block {
  margin: auto;
}
.cid-uR3g2DbSO3 figcaption {
  position: relative;
}
.cid-uR3g2DbSO3 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uR3g2DbSO3 .image-block {
    width: 100% !important;
  }
}
.cid-uR3g2Dn9hz {
  background: #34383a;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-uR3g2Dn9hz .image-block {
  margin: auto;
}
.cid-uR3g2Dn9hz figcaption {
  position: relative;
}
.cid-uR3g2Dn9hz figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uR3g2Dn9hz .image-block {
    width: 100% !important;
  }
}
.cid-uR3g2DBeEg {
  background: #34383a;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uR3g2DBeEg .image-block {
  margin: auto;
}
.cid-uR3g2DBeEg figcaption {
  position: relative;
}
.cid-uR3g2DBeEg figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uR3g2DBeEg .image-block {
    width: 100% !important;
  }
}
.cid-uR3g2DSh78 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #34383a;
}
.cid-uR3g2DSh78 H1 {
  color: #ffffff;
}
.cid-uR3g2DSh78 .mbr-text,
.cid-uR3g2DSh78 .mbr-section-btn {
  color: #232323;
}
.cid-uR3g2DSh78 H3 {
  color: #232323;
}
.cid-uR3g2E7XAC {
  background: #000000;
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-uR3g2E7XAC .image-block {
  margin: auto;
}
.cid-uR3g2E7XAC figcaption {
  position: relative;
}
.cid-uR3g2E7XAC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uR3g2E7XAC .image-block {
    width: 100% !important;
  }
}
.cid-uR3g2Ejn0l {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-uR3g2Ejn0l .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uR3g2Ejn0l H2 {
  color: #232323;
}
.cid-uR3g2ExsQp {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uR3g2ExsQp .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uR3g2ExsQp H2 {
  color: #232323;
}
.cid-uR3g2ELU4M {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #5a0000;
}
.cid-uR3g2ELU4M .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uR3g2ELU4M H2 {
  color: #ffffff;
}
.cid-uR3g2ELU4M H3 {
  color: #ffffff;
}
.cid-uR3g2EYdQL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #5a0000;
}
.cid-uR3g2EYdQL h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uR3g2EYdQL p {
  color: #767676;
  text-align: left;
}
.cid-uR3g2EYdQL .card-box {
  padding-top: 2rem;
}
.cid-uR3g2EYdQL .card-wrapper {
  height: 100%;
}
.cid-uR3g2EYdQL P {
  text-align: center;
  color: #ffffff;
}
.cid-uR3g2EYdQL .card-title {
  text-align: center;
  color: #ddff55;
}
.cid-uR3g2Fn9QI {
  background: #5a0000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uR3g2Fn9QI .image-block {
  margin: auto;
}
.cid-uR3g2Fn9QI figcaption {
  position: relative;
}
.cid-uR3g2Fn9QI figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uR3g2Fn9QI .image-block {
    width: 100% !important;
  }
}
.cid-uR3g2FBZl3 {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #5a0000;
}
.cid-uR3g2FBZl3 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uR3g2FBZl3 H2 {
  color: #ffffff;
}
.cid-uR3g2FBZl3 H4 {
  color: #ffffff;
}
.cid-uR3g2FOM4G {
  padding-top: 60px;
  padding-bottom: 45px;
  position: relative;
  background-color: #cccccc;
}
.cid-uR3g2FOM4G p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-uR3g2FOM4G .panel-title {
  border-bottom: 2px solid #5758e0;
  display: flex!important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-uR3g2FOM4G .collapsed {
  border: none;
}
.cid-uR3g2FOM4G .collapsed span {
  transform: rotate(0deg);
}
.cid-uR3g2FOM4G span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #00a335, #fc0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-uR3g2FOM4G .panel-body {
  padding-top: 0.5rem;
}
.cid-uR3g2FOM4G .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uR3g2FOM4G .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #1f2122;
  padding: 0;
}
.cid-uR3g2FOM4G .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uR3g2FOM4G .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uR3g2FOM4G .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-uR3g2FOM4G .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uR3g2FOM4G .panel-text {
  color: #1f2122;
}
.cid-uR3g2FOM4G H4 {
  color: #ffffff;
}
.cid-uR3g2FOM4G H2 {
  color: #ffffff;
}
.cid-uR3g2FOM4G .mbr-section-text {
  color: #1f2122;
}
.cid-uR3g2FOM4G H3 {
  color: #1f2122;
}
.cid-uR3g2GbqIT {
  background: #000000;
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-uR3g2GbqIT .image-block {
  margin: auto;
}
.cid-uR3g2GbqIT figcaption {
  position: relative;
}
.cid-uR3g2GbqIT figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uR3g2GbqIT .image-block {
    width: 100% !important;
  }
}
.cid-uR3g2GpYfP {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-uR3g2GpYfP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uR3g2GpYfP H2 {
  text-align: center;
  color: #f9f295;
}
.cid-uR3g2GpYfP H4 {
  color: #ffde00;
}
.cid-uR3g2GEucq {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uR3g2GEucq .image-block {
  margin: auto;
}
.cid-uR3g2GEucq figcaption {
  position: relative;
}
.cid-uR3g2GEucq figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uR3g2GEucq .image-block {
    width: 100% !important;
  }
}
.cid-uR3g2GTaJ6 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uR3g2GTaJ6 .image-block {
  margin: auto;
}
.cid-uR3g2GTaJ6 figcaption {
  position: relative;
}
.cid-uR3g2GTaJ6 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uR3g2GTaJ6 .image-block {
    width: 100% !important;
  }
}
.cid-uR3g2H902g {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uR3g2H902g .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uR3g2H902g H2 {
  color: #ffffff;
}
.cid-uR3g2H902g H4 {
  color: #ffffff;
}
.cid-uR3g2HobUE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-uR3g2HobUE .mbr-section-subtitle {
  color: #232323;
}
.cid-uR3g2HobUE H2 {
  color: #ffffff;
}
.cid-tpsjDvHqKG {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-tpsjDvHqKG .image-block {
  margin: auto;
}
.cid-tpsjDvHqKG figcaption {
  position: relative;
}
.cid-tpsjDvHqKG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tpsjDvHqKG .image-block {
    width: 100% !important;
  }
}
.cid-tpsjE4EhuE {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tpsjE4EhuE .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tpsjE4EhuE H2 {
  text-align: center;
  color: #626161;
}
.cid-tpsjE4EhuE H1 {
  color: #000000;
}
.cid-tsgZxq3Xyd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tsgZxq3Xyd .mbr-section-subtitle {
  color: #232323;
}
.cid-tsgZxq3Xyd H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsgZxq3Xyd H4 {
  color: #ffde00;
}
.cid-uRdHZEqdA4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uRdHZEqdA4 .mbr-section-subtitle {
  color: #5a0000;
}
.cid-uRdHZEqdA4 H2 {
  text-align: center;
  color: #f9f295;
}
.cid-uRdHZEqdA4 H4 {
  color: #ffde00;
}
.cid-u6KxLq1QBD {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u6KxLq1QBD .mbr-section-subtitle {
  color: #232323;
}
.cid-u6KxLq1QBD H2 {
  text-align: center;
  color: #f9f295;
}
.cid-u6KxLq1QBD H4 {
  color: #ffde00;
}
.cid-uRerGzAGuF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uRerGzAGuF .mbr-section-subtitle {
  color: #5a0000;
}
.cid-uRerGzAGuF H2 {
  text-align: center;
  color: #f9f295;
}
.cid-uRerGzAGuF H4 {
  color: #ffde00;
}
.cid-u6Wiq30PWf {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-u6Wiq30PWf .mbr-section-subtitle {
  color: #073b4c;
}
.cid-u6Wiq30PWf H2 {
  text-align: center;
  color: #f9f295;
}
.cid-u6Wiq30PWf H4 {
  color: #ffde00;
}
.cid-tpsjFVZLro {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tpsjFVZLro .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tpsjFVZLro .video-block {
    width: 100% !important;
  }
}
.cid-ufCzXbmRyj {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ufCzXbmRyj .mbr-section-subtitle {
  color: #232323;
}
.cid-ufCzXbmRyj H2 {
  text-align: center;
  color: #f9f295;
}
.cid-ufCzXbmRyj H4 {
  color: #ffde00;
}
.cid-uRdxY7skfw {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-uRdxY7skfw .image-block {
  margin: auto;
}
.cid-uRdxY7skfw figcaption {
  position: relative;
}
.cid-uRdxY7skfw figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uRdxY7skfw .image-block {
    width: 100% !important;
  }
}
.cid-tsgZmP2aJW {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tsgZmP2aJW .mbr-section-subtitle {
  color: #232323;
}
.cid-tsgZmP2aJW H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsgZmP2aJW H4 {
  color: #ffde00;
}
.cid-uRdz6d4rIQ {
  background: #8c536e;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-uRdz6d4rIQ .image-block {
  margin: auto;
}
.cid-uRdz6d4rIQ figcaption {
  position: relative;
}
.cid-uRdz6d4rIQ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uRdz6d4rIQ .image-block {
    width: 100% !important;
  }
}
.cid-u6JXsnW83g {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #8c536e;
}
.cid-u6JXsnW83g P {
  color: #767676;
}
.cid-u6JXsnW83g H1 {
  color: #ffd100;
}
.cid-u6JXsnW83g .mbr-text,
.cid-u6JXsnW83g .mbr-section-btn {
  color: #767676;
}
.cid-u6JXsnW83g H3 {
  color: #ffde00;
}
.cid-u6JXsnW83g H4 {
  color: #ffffff;
}
.cid-u6JY6xZu5f {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #8c536e;
}
.cid-u6JY6xZu5f P {
  color: #767676;
}
.cid-u6JY6xZu5f H1 {
  color: #ffd100;
}
.cid-u6JY6xZu5f .mbr-text,
.cid-u6JY6xZu5f .mbr-section-btn {
  color: #767676;
}
.cid-u6JY6xZu5f H3 {
  color: #ffde00;
}
.cid-u6JY6xZu5f H4 {
  color: #ffffff;
}
.cid-uReqrhAP59 {
  background: #8c536e;
  padding-top: 0px;
  padding-bottom: 75px;
}
.cid-uReqrhAP59 .image-block {
  margin: auto;
}
.cid-uReqrhAP59 figcaption {
  position: relative;
}
.cid-uReqrhAP59 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uReqrhAP59 .image-block {
    width: 100% !important;
  }
}
.cid-u6JVytHJwj {
  background: #5a0000;
  padding-top: 60px;
  padding-bottom: 15px;
}
.cid-u6JVytHJwj .image-block {
  margin: auto;
}
.cid-u6JVytHJwj figcaption {
  position: relative;
}
.cid-u6JVytHJwj figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-u6JVytHJwj .image-block {
    width: 100% !important;
  }
}
.cid-tpsjOT6oLh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5a0000;
}
.cid-tpsjOT6oLh .mbr-section-title {
  text-align: center;
  color: #c7f900;
}
.cid-tpsjOT6oLh .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tpsjPEu0Py {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #5a0000;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tpsjPEu0Py .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tpsjPEu0Py .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tpsjPEu0Py .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tpsjPEu0Py .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tpsjPEu0Py .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tpsjPEu0Py .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tpsjPEu0Py .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tpsjPEu0Py .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tpsjPEu0Py .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #ffffff !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uRes8PE3fO {
  background: #5a0000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-uRes8PE3fO .image-block {
  margin: auto;
}
.cid-uRes8PE3fO figcaption {
  position: relative;
}
.cid-uRes8PE3fO figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uRes8PE3fO .image-block {
    width: 100% !important;
  }
}
.cid-uRdDlouQx8 {
  background: #5a0000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-uRdDlouQx8 .image-block {
  margin: auto;
}
.cid-uRdDlouQx8 figcaption {
  position: relative;
}
.cid-uRdDlouQx8 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uRdDlouQx8 .image-block {
    width: 100% !important;
  }
}
.cid-uRdC9k6NVf {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #5a0000;
}
.cid-uRdC9k6NVf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRdC9k6NVf H2 {
  text-align: center;
  color: #f9f295;
}
.cid-uRdC9k6NVf H4 {
  color: #fdde00;
}
.cid-tusvmEKTCl {
  background: #8c536e;
  padding-top: 45px;
  padding-bottom: 15px;
}
.cid-tusvmEKTCl .image-block {
  margin: auto;
}
.cid-tusvmEKTCl figcaption {
  position: relative;
}
.cid-tusvmEKTCl figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tusvmEKTCl .image-block {
    width: 100% !important;
  }
}
.cid-trUicMvTDb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #8c536e;
}
.cid-trUicMvTDb .mbr-section-subtitle {
  color: #ffffff;
}
.cid-trUicMvTDb H2 {
  text-align: center;
  color: #f9f295;
}
.cid-trUicMvTDb H4 {
  color: #d4ff26;
}
.cid-uRdHnQPR3N {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #8c536e;
}
.cid-uRdHnQPR3N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRdHnQPR3N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uRdHnQPR3N .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRdHnQPR3N .row {
  flex-direction: row-reverse;
}
.cid-uRdHnQPR3N img {
  width: 100%;
}
.cid-uRdHnQPR3N .mbr-description {
  color: #fdde00;
}
.cid-uRdCuKyHiM {
  background: #8c536e;
  padding-top: 0px;
  padding-bottom: 75px;
}
.cid-uRdCuKyHiM .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uRdCuKyHiM .video-block {
    width: 100% !important;
  }
}
.cid-u6JU1qsL9J {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 15px;
}
.cid-u6JU1qsL9J .image-block {
  margin: auto;
}
.cid-u6JU1qsL9J figcaption {
  position: relative;
}
.cid-u6JU1qsL9J figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-u6JU1qsL9J .image-block {
    width: 100% !important;
  }
}
.cid-uRepDbn1Ax {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uRepDbn1Ax .mbr-section-subtitle {
  color: #232323;
}
.cid-uRepDbn1Ax H2 {
  color: #ffffff;
}
.cid-uRepDbn1Ax H4 {
  color: #850101;
}
.cid-uRdD8UL3wx {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uRdD8UL3wx .mbr-section-subtitle {
  color: #232323;
}
.cid-uRdD8UL3wx H2 {
  text-align: center;
  color: #f9f295;
}
.cid-uRdD8UL3wx H4 {
  color: #fdde00;
}
.cid-uReqnjyCOG {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-uReqnjyCOG .image-block {
  margin: auto;
}
.cid-uReqnjyCOG figcaption {
  position: relative;
}
.cid-uReqnjyCOG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uReqnjyCOG .image-block {
    width: 100% !important;
  }
}
.cid-uRep61Zb09 {
  background: #5a0000;
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-uRep61Zb09 .image-block {
  margin: auto;
}
.cid-uRep61Zb09 figcaption {
  position: relative;
}
.cid-uRep61Zb09 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uRep61Zb09 .image-block {
    width: 100% !important;
  }
}
.cid-uRdEfK95Dr {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #5a0000;
}
.cid-uRdEfK95Dr .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRdEfK95Dr H2 {
  text-align: center;
  color: #f9f295;
}
.cid-uRdEfK95Dr H4 {
  color: #fdde00;
}
.cid-uRdElNZhOT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #5a0000;
}
.cid-uRdElNZhOT .mbr-section-subtitle {
  color: #fdde00;
}
.cid-uRdElNZhOT H2 {
  text-align: center;
  color: #f9f295;
}
.cid-uRdElNZhOT H4 {
  color: #fdde00;
}
.cid-uRdEmPYcy9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #5a0000;
}
.cid-uRdEmPYcy9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRdEmPYcy9 H2 {
  text-align: center;
  color: #f9f295;
}
.cid-uRdEmPYcy9 H4 {
  color: #fdde00;
}
.cid-uRdEvsbbbJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #5a0000;
}
.cid-uRdEvsbbbJ .mbr-section-subtitle {
  color: #fdde00;
}
.cid-uRdEvsbbbJ H2 {
  text-align: center;
  color: #f9f295;
}
.cid-uRdEvsbbbJ H4 {
  color: #fdde00;
}
.cid-uRet5v4fOT {
  background: #5a0000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-uRet5v4fOT .image-block {
  margin: auto;
}
.cid-uRet5v4fOT figcaption {
  position: relative;
}
.cid-uRet5v4fOT figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uRet5v4fOT .image-block {
    width: 100% !important;
  }
}
.cid-trUhXvPgmC {
  background: #5a0000;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-trUhXvPgmC .image-block {
  margin: auto;
}
.cid-trUhXvPgmC figcaption {
  position: relative;
}
.cid-trUhXvPgmC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-trUhXvPgmC .image-block {
    width: 100% !important;
  }
}
.cid-tpsjXRnxOQ {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tpsjXRnxOQ .mbr-section-subtitle {
  color: #232323;
}
.cid-tpsjXRnxOQ H2 {
  color: #ffffff;
}
.cid-tpsjXRnxOQ H3 {
  color: #5a0000;
}
.cid-tpsjYwD1qR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tpsjYwD1qR h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tpsjYwD1qR p {
  color: #767676;
  text-align: left;
}
.cid-tpsjYwD1qR .card-box {
  padding-top: 2rem;
}
.cid-tpsjYwD1qR .card-wrapper {
  height: 100%;
}
.cid-tpsjYwD1qR P {
  text-align: center;
  color: #232323;
}
.cid-tpsjYwD1qR .card-title {
  text-align: center;
  color: #073b4c;
}
.cid-tpsjZoTTgv {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tpsjZoTTgv .image-block {
  margin: auto;
}
.cid-tpsjZoTTgv figcaption {
  position: relative;
}
.cid-tpsjZoTTgv figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tpsjZoTTgv .image-block {
    width: 100% !important;
  }
}
.cid-tpsk14NbEn {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tpsk14NbEn .mbr-section-subtitle {
  color: #232323;
}
.cid-tpsk14NbEn H2 {
  color: #ffffff;
}
.cid-tpsk14NbEn H4 {
  color: #ffffff;
}
.cid-tpsjV5JcWE {
  background: #000000;
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-tpsjV5JcWE .image-block {
  margin: auto;
}
.cid-tpsjV5JcWE figcaption {
  position: relative;
}
.cid-tpsjV5JcWE figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tpsjV5JcWE .image-block {
    width: 100% !important;
  }
}
.cid-tpsjVwMzrQ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tpsjVwMzrQ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tpsjVwMzrQ H2 {
  color: #232323;
}
.cid-tpsjWh6OEi {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-tpsjWh6OEi .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tpsjWh6OEi H2 {
  color: #232323;
}
.cid-tpsk22QycG {
  padding-top: 60px;
  padding-bottom: 45px;
  position: relative;
  background-color: #ffffff;
}
.cid-tpsk22QycG p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-tpsk22QycG .panel-title {
  border-bottom: 2px solid #5758e0;
  display: flex!important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-tpsk22QycG .collapsed {
  border: none;
}
.cid-tpsk22QycG .collapsed span {
  transform: rotate(0deg);
}
.cid-tpsk22QycG span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #00a335, #fc0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-tpsk22QycG .panel-body {
  padding-top: 0.5rem;
}
.cid-tpsk22QycG .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tpsk22QycG .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #232323;
  padding: 0;
}
.cid-tpsk22QycG .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-tpsk22QycG .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tpsk22QycG .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-tpsk22QycG .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tpsk22QycG .panel-text {
  color: #232323;
}
.cid-tpsk22QycG H4 {
  color: #ffffff;
}
.cid-tpsk22QycG H2 {
  color: #ffffff;
}
.cid-tpsk22QycG .mbr-section-text {
  color: #232323;
}
.cid-tpsk22QycG H3 {
  color: #5a0000;
}
.cid-u6KlTT9Rmg {
  background: #5a0000;
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-u6KlTT9Rmg .image-block {
  margin: auto;
}
.cid-u6KlTT9Rmg figcaption {
  position: relative;
}
.cid-u6KlTT9Rmg figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-u6KlTT9Rmg .image-block {
    width: 100% !important;
  }
}
.cid-tsgVvhRJZv {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #5a0000;
}
.cid-tsgVvhRJZv .mbr-section-subtitle {
  color: #ffde00;
}
.cid-tsgVvhRJZv H2 {
  text-align: center;
  color: #f9f295;
}
.cid-tsgVvhRJZv H4 {
  color: #ffde00;
}
.cid-uReIqcnkqu {
  background: #5a0000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uReIqcnkqu .image-block {
  margin: auto;
}
.cid-uReIqcnkqu figcaption {
  position: relative;
}
.cid-uReIqcnkqu figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uReIqcnkqu .image-block {
    width: 100% !important;
  }
}
.cid-uRexmF9mJs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #5a0000;
}
.cid-uRexmF9mJs .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRexmF9mJs H2 {
  text-align: center;
  color: #f9f295;
}
.cid-uRexmF9mJs H4 {
  color: #ffde00;
}
.cid-uRexd28cc4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #5a0000;
}
.cid-uRexd28cc4 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRexd28cc4 H2 {
  text-align: center;
  color: #f9f295;
}
.cid-uRexd28cc4 H4 {
  color: #ffde00;
}
.cid-tpsk3RftMi {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #5a0000;
}
.cid-tpsk3RftMi .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tpsk3RftMi H2 {
  color: #ffffff;
}
.cid-tpsk3RftMi H4 {
  color: #ffffff;
}
.cid-to1ozYDdU3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-to1ozYDdU3 .mbr-section-subtitle {
  color: #232323;
}
.cid-to1ozYDdU3 H2 {
  color: #ffffff;
}
.cid-uReBSuURQ7 {
  background: #5a0000;
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-uReBSuURQ7 .image-block {
  margin: auto;
}
.cid-uReBSuURQ7 figcaption {
  position: relative;
}
.cid-uReBSuURQ7 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uReBSuURQ7 .image-block {
    width: 100% !important;
  }
}
.cid-uReBSvBMJz {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #5a0000;
}
.cid-uReBSvBMJz .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uReBSvBMJz H2 {
  text-align: center;
  color: #626161;
}
.cid-uReBSvBMJz H1 {
  color: #ffffff;
}
.cid-uReBSvOwHk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #5a0000;
}
.cid-uReBSvOwHk .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uReBSvOwHk H2 {
  text-align: center;
  color: #f9f295;
}
.cid-uReBSvOwHk H4 {
  color: #ffde00;
}
.cid-uReBSw0OXx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #5a0000;
}
.cid-uReBSw0OXx .mbr-section-subtitle {
  color: #fdde00;
}
.cid-uReBSw0OXx H2 {
  text-align: center;
  color: #f9f295;
}
.cid-uReBSw0OXx H4 {
  color: #ffde00;
}
.cid-uReBSwb01q {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #5a0000;
}
.cid-uReBSwb01q .mbr-section-subtitle {
  color: #bbff00;
}
.cid-uReBSwb01q H2 {
  text-align: center;
  color: #f9f295;
}
.cid-uReBSwb01q H4 {
  color: #ffde00;
}
.cid-uReBSwpxbp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #5a0000;
}
.cid-uReBSwpxbp .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uReBSwpxbp H2 {
  text-align: center;
  color: #f9f295;
}
.cid-uReBSwpxbp H4 {
  color: #ffde00;
}
.cid-uReBSwDgcB {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #5a0000;
}
.cid-uReBSwDgcB .mbr-section-subtitle {
  color: #bbff00;
}
.cid-uReBSwDgcB H2 {
  text-align: center;
  color: #f9f295;
}
.cid-uReBSwDgcB H4 {
  color: #ffde00;
}
.cid-uReBSwQKMy {
  background: #5a0000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uReBSwQKMy .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uReBSwQKMy .video-block {
    width: 100% !important;
  }
}
.cid-uReBSx2w6p {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #5a0000;
}
.cid-uReBSx2w6p .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uReBSx2w6p H2 {
  text-align: center;
  color: #f9f295;
}
.cid-uReBSx2w6p H4 {
  color: #ffde00;
}
.cid-uReBSxc7fv {
  background: #5a0000;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-uReBSxc7fv .image-block {
  margin: auto;
}
.cid-uReBSxc7fv figcaption {
  position: relative;
}
.cid-uReBSxc7fv figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uReBSxc7fv .image-block {
    width: 100% !important;
  }
}
.cid-uReBSxniSP {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #5a0000;
}
.cid-uReBSxniSP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uReBSxniSP H2 {
  text-align: center;
  color: #f9f295;
}
.cid-uReBSxniSP H4 {
  color: #ffde00;
}
.cid-uReBSxyxOM {
  background: #000000;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-uReBSxyxOM .image-block {
  margin: auto;
}
.cid-uReBSxyxOM figcaption {
  position: relative;
}
.cid-uReBSxyxOM figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uReBSxyxOM .image-block {
    width: 100% !important;
  }
}
.cid-uReBSxKxsN {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-uReBSxKxsN P {
  color: #767676;
}
.cid-uReBSxKxsN H1 {
  color: #ffd100;
}
.cid-uReBSxKxsN .mbr-text,
.cid-uReBSxKxsN .mbr-section-btn {
  color: #767676;
}
.cid-uReBSxKxsN H3 {
  color: #ffd200;
}
.cid-uReBSxKxsN H4 {
  color: #ffffff;
}
.cid-uReBSy1i7E {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uReBSy1i7E P {
  color: #767676;
}
.cid-uReBSy1i7E H1 {
  color: #ffd100;
}
.cid-uReBSy1i7E .mbr-text,
.cid-uReBSy1i7E .mbr-section-btn {
  color: #767676;
}
.cid-uReBSy1i7E H3 {
  color: #ffd200;
}
.cid-uReBSy1i7E H4 {
  color: #ffffff;
}
.cid-uReBSynaMr {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 75px;
}
.cid-uReBSynaMr .image-block {
  margin: auto;
}
.cid-uReBSynaMr figcaption {
  position: relative;
}
.cid-uReBSynaMr figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uReBSynaMr .image-block {
    width: 100% !important;
  }
}
.cid-uReBSyCIsz {
  background: #5a0000;
  padding-top: 60px;
  padding-bottom: 15px;
}
.cid-uReBSyCIsz .image-block {
  margin: auto;
}
.cid-uReBSyCIsz figcaption {
  position: relative;
}
.cid-uReBSyCIsz figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uReBSyCIsz .image-block {
    width: 100% !important;
  }
}
.cid-uReBSyOup0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5a0000;
}
.cid-uReBSyOup0 .mbr-section-title {
  text-align: center;
  color: #c7f900;
}
.cid-uReBSyOup0 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uReBSz1iLT {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #5a0000;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uReBSz1iLT .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uReBSz1iLT .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uReBSz1iLT .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uReBSz1iLT .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uReBSz1iLT .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uReBSz1iLT .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uReBSz1iLT .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uReBSz1iLT .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uReBSz1iLT .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #ffffff !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uReBSzswA7 {
  background: #5a0000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-uReBSzswA7 .image-block {
  margin: auto;
}
.cid-uReBSzswA7 figcaption {
  position: relative;
}
.cid-uReBSzswA7 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uReBSzswA7 .image-block {
    width: 100% !important;
  }
}
.cid-uReBSzHS3Z {
  background: #5a0000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-uReBSzHS3Z .image-block {
  margin: auto;
}
.cid-uReBSzHS3Z figcaption {
  position: relative;
}
.cid-uReBSzHS3Z figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uReBSzHS3Z .image-block {
    width: 100% !important;
  }
}
.cid-uReBSzXzaM {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #5a0000;
}
.cid-uReBSzXzaM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uReBSzXzaM H2 {
  text-align: center;
  color: #f9f295;
}
.cid-uReBSzXzaM H4 {
  color: #fdde00;
}
.cid-uReBSAbBnd {
  background: #000000;
  padding-top: 45px;
  padding-bottom: 15px;
}
.cid-uReBSAbBnd .image-block {
  margin: auto;
}
.cid-uReBSAbBnd figcaption {
  position: relative;
}
.cid-uReBSAbBnd figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uReBSAbBnd .image-block {
    width: 100% !important;
  }
}
.cid-uReBSAoYCu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uReBSAoYCu .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uReBSAoYCu H2 {
  text-align: center;
  color: #f9f295;
}
.cid-uReBSAoYCu H4 {
  color: #d4ff26;
}
.cid-uReBSABWRD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uReBSABWRD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uReBSABWRD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uReBSABWRD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uReBSABWRD .row {
  flex-direction: row-reverse;
}
.cid-uReBSABWRD img {
  width: 100%;
}
.cid-uReBSABWRD .mbr-description {
  color: #fdde00;
}
.cid-uReBSAR9Xn {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 75px;
}
.cid-uReBSAR9Xn .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uReBSAR9Xn .video-block {
    width: 100% !important;
  }
}
.cid-uReBSB5uwN {
  background: #5a0000;
  padding-top: 45px;
  padding-bottom: 15px;
}
.cid-uReBSB5uwN .image-block {
  margin: auto;
}
.cid-uReBSB5uwN figcaption {
  position: relative;
}
.cid-uReBSB5uwN figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uReBSB5uwN .image-block {
    width: 100% !important;
  }
}
.cid-uReBSBkwAJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #5a0000;
}
.cid-uReBSBkwAJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uReBSBkwAJ H2 {
  color: #ffffff;
}
.cid-uReBSBkwAJ H4 {
  color: #fdde00;
}
.cid-uReBSBxfZF {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #5a0000;
}
.cid-uReBSBxfZF .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uReBSBxfZF H2 {
  text-align: center;
  color: #f9f295;
}
.cid-uReBSBxfZF H4 {
  color: #fdde00;
}
.cid-uReBSBOs7c {
  background: #5a0000;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-uReBSBOs7c .image-block {
  margin: auto;
}
.cid-uReBSBOs7c figcaption {
  position: relative;
}
.cid-uReBSBOs7c figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uReBSBOs7c .image-block {
    width: 100% !important;
  }
}
.cid-uReBSC29sL {
  background: #000000;
  padding-top: 60px;
  padding-bottom: 0px;
}
.cid-uReBSC29sL .image-block {
  margin: auto;
}
.cid-uReBSC29sL figcaption {
  position: relative;
}
.cid-uReBSC29sL figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uReBSC29sL .image-block {
    width: 100% !important;
  }
}
.cid-uReBSCiuqM {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uReBSCiuqM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uReBSCiuqM H2 {
  text-align: center;
  color: #f9f295;
}
.cid-uReBSCiuqM H4 {
  color: #fdde00;
}
.cid-uReBSCxHgb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uReBSCxHgb .mbr-section-subtitle {
  color: #fdde00;
}
.cid-uReBSCxHgb H2 {
  text-align: center;
  color: #f9f295;
}
.cid-uReBSCxHgb H4 {
  color: #fdde00;
}
.cid-uReBSCNl3J {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uReBSCNl3J .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uReBSCNl3J H2 {
  text-align: center;
  color: #f9f295;
}
.cid-uReBSCNl3J H4 {
  color: #fdde00;
}
.cid-uReBSD5tvQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uReBSD5tvQ .mbr-section-subtitle {
  color: #fdde00;
}
.cid-uReBSD5tvQ H2 {
  text-align: center;
  color: #f9f295;
}
.cid-uReBSD5tvQ H4 {
  color: #fdde00;
}
.cid-uReBSDmWwu {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-uReBSDmWwu .image-block {
  margin: auto;
}
.cid-uReBSDmWwu figcaption {
  position: relative;
}
.cid-uReBSDmWwu figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uReBSDmWwu .image-block {
    width: 100% !important;
  }
}
.cid-uReBSDCKV2 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-uReBSDCKV2 .image-block {
  margin: auto;
}
.cid-uReBSDCKV2 figcaption {
  position: relative;
}
.cid-uReBSDCKV2 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uReBSDCKV2 .image-block {
    width: 100% !important;
  }
}
.cid-uReBSDR9O0 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #5a0000;
}
.cid-uReBSDR9O0 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uReBSDR9O0 H2 {
  color: #ffffff;
}
.cid-uReBSDR9O0 H3 {
  color: #ffffff;
}
.cid-uReBSE5G6S {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #5a0000;
}
.cid-uReBSE5G6S h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uReBSE5G6S p {
  color: #767676;
  text-align: left;
}
.cid-uReBSE5G6S .card-box {
  padding-top: 2rem;
}
.cid-uReBSE5G6S .card-wrapper {
  height: 100%;
}
.cid-uReBSE5G6S P {
  text-align: center;
  color: #ffffff;
}
.cid-uReBSE5G6S .card-title {
  text-align: center;
  color: #ddff55;
}
.cid-uReBSEtcfi {
  background: #5a0000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uReBSEtcfi .image-block {
  margin: auto;
}
.cid-uReBSEtcfi figcaption {
  position: relative;
}
.cid-uReBSEtcfi figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uReBSEtcfi .image-block {
    width: 100% !important;
  }
}
.cid-uReBSEJud3 {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #5a0000;
}
.cid-uReBSEJud3 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uReBSEJud3 H2 {
  color: #ffffff;
}
.cid-uReBSEJud3 H4 {
  color: #ffffff;
}
.cid-uReBSEZkPH {
  background: #000000;
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-uReBSEZkPH .image-block {
  margin: auto;
}
.cid-uReBSEZkPH figcaption {
  position: relative;
}
.cid-uReBSEZkPH figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uReBSEZkPH .image-block {
    width: 100% !important;
  }
}
.cid-uReBSFgR1S {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-uReBSFgR1S .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uReBSFgR1S H2 {
  color: #232323;
}
.cid-uReBSFvmtL {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uReBSFvmtL .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uReBSFvmtL H2 {
  color: #232323;
}
.cid-uReBSFLEXx {
  padding-top: 60px;
  padding-bottom: 45px;
  position: relative;
  background-color: #cccccc;
}
.cid-uReBSFLEXx p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-uReBSFLEXx .panel-title {
  border-bottom: 2px solid #5758e0;
  display: flex!important;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.cid-uReBSFLEXx .collapsed {
  border: none;
}
.cid-uReBSFLEXx .collapsed span {
  transform: rotate(0deg);
}
.cid-uReBSFLEXx span {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: linear-gradient(to left, #00a335, #fc0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-uReBSFLEXx .panel-body {
  padding-top: 0.5rem;
}
.cid-uReBSFLEXx .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uReBSFLEXx .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #1f2122;
  padding: 0;
}
.cid-uReBSFLEXx .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uReBSFLEXx .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uReBSFLEXx .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-uReBSFLEXx .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uReBSFLEXx .panel-text {
  color: #1f2122;
}
.cid-uReBSFLEXx H4 {
  color: #ffffff;
}
.cid-uReBSFLEXx H2 {
  color: #ffffff;
}
.cid-uReBSFLEXx .mbr-section-text {
  color: #1f2122;
}
.cid-uReBSFLEXx H3 {
  color: #1f2122;
}
.cid-uReBSGbU2R {
  background: #000000;
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-uReBSGbU2R .image-block {
  margin: auto;
}
.cid-uReBSGbU2R figcaption {
  position: relative;
}
.cid-uReBSGbU2R figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uReBSGbU2R .image-block {
    width: 100% !important;
  }
}
.cid-uReBSGrf68 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-uReBSGrf68 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uReBSGrf68 H2 {
  text-align: center;
  color: #f9f295;
}
.cid-uReBSGrf68 H4 {
  color: #ffde00;
}
.cid-uReBSGKqVk {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uReBSGKqVk .image-block {
  margin: auto;
}
.cid-uReBSGKqVk figcaption {
  position: relative;
}
.cid-uReBSGKqVk figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uReBSGKqVk .image-block {
    width: 100% !important;
  }
}
.cid-uReBSH2DRJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uReBSH2DRJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uReBSH2DRJ H2 {
  text-align: center;
  color: #f9f295;
}
.cid-uReBSH2DRJ H4 {
  color: #ffde00;
}
.cid-uReBSHjPS8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uReBSHjPS8 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uReBSHjPS8 H2 {
  text-align: center;
  color: #f9f295;
}
.cid-uReBSHjPS8 H4 {
  color: #ffde00;
}
.cid-uReBSHzT8Z {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uReBSHzT8Z .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uReBSHzT8Z H2 {
  color: #ffffff;
}
.cid-uReBSHzT8Z H4 {
  color: #ffffff;
}
.cid-uReBSHPX4p {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-uReBSHPX4p .mbr-section-subtitle {
  color: #232323;
}
.cid-uReBSHPX4p H2 {
  color: #ffffff;
}
