@import url(https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&display=swap);





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Lato', sans-serif;
  font-size: 2.6rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 4.16rem;
}
.display-2 {
  font-family: 'Lato', sans-serif;
  font-size: 2rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Lato', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Lato', sans-serif;
  font-size: 1.6rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Lato', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- 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: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 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: #55b4d4 !important;
}
.bg-success {
  background-color: #41d413 !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: #55b4d4 !important;
  border-color: #55b4d4 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2d8fb0 !important;
  border-color: #2d8fb0 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2d8fb0 !important;
  border-color: #2d8fb0 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e10505 !important;
  border-color: #e10505 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #960303 !important;
  border-color: #960303 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #960303 !important;
  border-color: #960303 !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: #41d413 !important;
  border-color: #41d413 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2b8e0d !important;
  border-color: #2b8e0d !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2b8e0d !important;
  border-color: #2b8e0d !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: #277e9c;
  color: #277e9c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #55b4d4;
  border-color: #55b4d4;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #55b4d4 !important;
  border-color: #55b4d4 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #7d0303;
  color: #7d0303;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #e10505;
  border-color: #e10505;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #e10505 !important;
  border-color: #e10505 !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: #24760b;
  color: #24760b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #41d413;
  border-color: #41d413;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #41d413 !important;
  border-color: #41d413 !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: #55b4d4 !important;
}
.text-secondary {
  color: #e10505 !important;
}
.text-success {
  color: #41d413 !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: #277e9c !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #7d0303 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #24760b !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: #55b4d4;
  border-color: #55b4d4;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #55b4d4;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f8fcfd;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c9f9ba;
}
.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: 'Lato', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #55b4d4;
}
/* 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: #55b4d4;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #55b4d4;
}
/* 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: #55b4d4;
  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: #55b4d4;
  border-bottom-color: #55b4d4;
}
.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: #000000 !important;
  background-color: #55b4d4 !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: #e10505 !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='%2355b4d4' %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-s4K52Ouneh {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s4K52Ouneh .mbr-section-subtitle {
  color: #5b686b;
}
.cid-s4K52Ouneh H2 {
  color: #465052;
}
.cid-s4K6Lr5F4S {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-s4K6Lr5F4S .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-s4K6Lr5F4S .video-block {
    width: 100% !important;
  }
}
.cid-sjlCzwDGx7 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sjlCzwDGx7 H1 {
  color: #465052;
}
.cid-sjlCzwDGx7 .mbr-text,
.cid-sjlCzwDGx7 .mbr-section-btn {
  color: #232323;
}
.cid-sjlCzwDGx7 H3 {
  color: #232323;
}
.cid-sjlCtlrE54 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sjlCtlrE54 .image-block {
  margin: auto;
}
.cid-sjlCtlrE54 figcaption {
  position: relative;
}
.cid-sjlCtlrE54 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sjlCtlrE54 .image-block {
    width: 100% !important;
  }
}
.cid-sjlCQ3bdhd {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sjlCQ3bdhd H1 {
  color: #ffffff;
}
.cid-sjlCQ3bdhd .mbr-text,
.cid-sjlCQ3bdhd .mbr-section-btn {
  color: #232323;
}
.cid-sjlCQ3bdhd H3 {
  color: #232323;
}
.cid-s50u9OPmuh {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-s50u9OPmuh .image-block {
  margin: auto;
}
.cid-s50u9OPmuh figcaption {
  position: relative;
}
.cid-s50u9OPmuh figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s50u9OPmuh .image-block {
    width: 100% !important;
  }
}
.cid-s4KMQ3idPT {
  background: #efefef;
  padding-top: 60px;
  padding-bottom: 30px;
}
.cid-s4KMQ3idPT .image-block {
  margin: auto;
}
.cid-s4KMQ3idPT figcaption {
  position: relative;
}
.cid-s4KMQ3idPT figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4KMQ3idPT .image-block {
    width: 100% !important;
  }
}
.cid-s4KNuC3QAM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-s4KNuC3QAM .mbr-section-subtitle {
  color: #0f7699;
}
.cid-s4KNuC3QAM H2 {
  color: #0f7699;
}
.cid-rEeYaj4ws0 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-rEeYaj4ws0 .mbr-section-subtitle {
  color: #465052;
  text-align: center;
  font-weight: 300;
}
.cid-rEeYaj4ws0 .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #879a9f;
  color: #232323;
}
@media (max-width: 767px) {
  .cid-rEeYaj4ws0 .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-rEeYaj4ws0 .separline {
  position: relative;
}
.cid-rEeYaj4ws0 .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #879a9f;
}
@media (max-width: 767px) {
  .cid-rEeYaj4ws0 .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-rEeYaj4ws0 .mbr-step-title {
  color: #232323;
}
.cid-rEeYaj4ws0 .mbr-section-title {
  color: #232323;
}
.cid-rEeYaj4ws0 .mbr-step-text {
  color: #232323;
}
.cid-s1Zn4HY7VJ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-s1Zn4HY7VJ H1 {
  color: #ac0000;
}
.cid-s1Zn4HY7VJ .mbr-text,
.cid-s1Zn4HY7VJ .mbr-section-btn {
  color: #232323;
}
.cid-s1Zn4HY7VJ H3 {
  color: #232323;
}
.cid-s4KDdhzPDY {
  background: #efefef;
  padding-top: 15px;
  padding-bottom: 45px;
}
.cid-s4KDdhzPDY .image-block {
  margin: auto;
}
.cid-s4KDdhzPDY figcaption {
  position: relative;
}
.cid-s4KDdhzPDY figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4KDdhzPDY .image-block {
    width: 100% !important;
  }
}
.cid-sji9wiWeLk {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sji9wiWeLk .mbr-section-subtitle {
  color: #232323;
}
.cid-sji9wiWeLk H2 {
  color: #232323;
}
.cid-sji9vaGdsB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sji9vaGdsB .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-sji9vaGdsB h4 {
  text-align: center;
}
.cid-sji9vaGdsB p {
  text-align: center;
}
.cid-sji9vaGdsB .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-sji9vaGdsB .card-title,
.cid-sji9vaGdsB .card-img {
  text-align: center;
  color: #465052;
}
.cid-sjibcwscXT {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sjibcwscXT .mbr-section-subtitle {
  color: #232323;
}
.cid-sjibcwscXT H2 {
  color: #232323;
}
.cid-sjic08EzGn {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-sjic08EzGn .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sjic08EzGn .video-block {
    width: 100% !important;
  }
}
.cid-s4KFZZE4qn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s4KFZZE4qn H1 {
  color: #e30000;
}
.cid-s4KFZZE4qn .mbr-text,
.cid-s4KFZZE4qn .mbr-section-btn {
  color: #232323;
}
.cid-s4KFZZE4qn H3 {
  color: #232323;
}
.cid-s4KG0zAbid {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-s4KG0zAbid .image-block {
  margin: auto;
}
.cid-s4KG0zAbid figcaption {
  position: relative;
}
.cid-s4KG0zAbid figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4KG0zAbid .image-block {
    width: 100% !important;
  }
}
.cid-s4Vyw2cjIl {
  background: #ac0000;
  padding-top: 60px;
  padding-bottom: 15px;
}
.cid-s4Vyw2cjIl .image-block {
  margin: auto;
}
.cid-s4Vyw2cjIl figcaption {
  position: relative;
}
.cid-s4Vyw2cjIl figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4Vyw2cjIl .image-block {
    width: 100% !important;
  }
}
.cid-s4VywXzNyZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ac0000;
}
.cid-s4VywXzNyZ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-s4VywXzNyZ H2 {
  color: #ffffff;
}
.cid-s50nTFfbb3 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ac0000;
}
.cid-s50nTFfbb3 H1 {
  color: #ffffff;
}
.cid-s50nTFfbb3 .mbr-text,
.cid-s50nTFfbb3 .mbr-section-btn {
  color: #232323;
}
.cid-s50nTFfbb3 H3 {
  color: #232323;
}
.cid-s4KGESq13L {
  background: #ac0000;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-s4KGESq13L .image-block {
  margin: auto;
}
.cid-s4KGESq13L figcaption {
  position: relative;
}
.cid-s4KGESq13L figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4KGESq13L .image-block {
    width: 100% !important;
  }
}
.cid-rYpkr4mCVt {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #efefef;
}
@media (min-width: 992px) {
  .cid-rYpkr4mCVt .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rYpkr4mCVt .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rYpkr4mCVt .mbr-text {
    text-align: center;
  }
}
.cid-rYpkr4mCVt H1 {
  color: #232323;
}
.cid-rYpkr4mCVt H3 {
  color: #232323;
}
.cid-rYpkr4mCVt .mbr-text,
.cid-rYpkr4mCVt .mbr-section-btn {
  color: #232323;
}
.cid-s1n6VKQT1s {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s1n6VKQT1s .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-s1n6VKQT1s .carousel-item.active,
.cid-s1n6VKQT1s .carousel-item-next,
.cid-s1n6VKQT1s .carousel-item-prev {
  display: flex;
}
.cid-s1n6VKQT1s .carousel-controls a {
  transition: opacity .5s;
  font-size: 2rem;
}
.cid-s1n6VKQT1s .carousel-controls a span {
  position: absolute;
  top: 180px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
  opacity: .5;
}
.cid-s1n6VKQT1s .carousel-controls a:hover span {
  opacity: 1;
}
.cid-s1n6VKQT1s .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-s1n6VKQT1s .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-s1n6VKQT1s .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-s1n6VKQT1s H2 {
  color: #232323;
}
.cid-s1n6VKQT1s .user_text {
  color: #232323;
}
.cid-s1n6VKQT1s .user_name {
  color: #232323;
}
.cid-s1n6VKQT1s .user_desk {
  color: #232323;
}
.cid-sjid7BXU38 {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-sjid7BXU38 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sjid7BXU38 .video-block {
    width: 100% !important;
  }
}
.cid-sjid8ipQLw {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-sjid8ipQLw .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sjid8ipQLw .video-block {
    width: 100% !important;
  }
}
.cid-sjidiSwwBW {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-sjidiSwwBW .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sjidiSwwBW .video-block {
    width: 100% !important;
  }
}
.cid-sjm4mLLS6U {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-sjm4mLLS6U .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sjm4mLLS6U .video-block {
    width: 100% !important;
  }
}
.cid-sjideiFNqg {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-sjideiFNqg .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sjideiFNqg .video-block {
    width: 100% !important;
  }
}
.cid-sjidfWaAjW {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-sjidfWaAjW .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sjidfWaAjW .video-block {
    width: 100% !important;
  }
}
.cid-sjidcyItw8 {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-sjidcyItw8 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sjidcyItw8 .video-block {
    width: 100% !important;
  }
}
.cid-sjljh44WPb {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-sjljh44WPb .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sjljh44WPb .video-block {
    width: 100% !important;
  }
}
.cid-sjll10XeYi {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-sjll10XeYi .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sjll10XeYi .video-block {
    width: 100% !important;
  }
}
.cid-sjljzxmMgT {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-sjljzxmMgT .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sjljzxmMgT .video-block {
    width: 100% !important;
  }
}
.cid-sjlunT6INe {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sjlunT6INe .mbr-section-subtitle {
  color: #232323;
}
.cid-sjlu12fXUL {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sjlu12fXUL .image-block {
  margin: auto;
}
.cid-sjlu12fXUL figcaption {
  position: relative;
}
.cid-sjlu12fXUL figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sjlu12fXUL .image-block {
    width: 100% !important;
  }
}
.cid-sjlu23v2Np {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sjlu23v2Np H1 {
  color: #ffffff;
}
.cid-sjlu23v2Np .mbr-text,
.cid-sjlu23v2Np .mbr-section-btn {
  color: #232323;
}
.cid-sjlu23v2Np H3 {
  color: #232323;
}
.cid-rCxKHOOIWn {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #0f7699;
}
.cid-rCxKHOOIWn P {
  color: #767676;
}
.cid-rCxKHOOIWn H1 {
  color: #ffffff;
}
.cid-rCxKHOOIWn .mbr-text,
.cid-rCxKHOOIWn .mbr-section-btn {
  color: #ffffff;
}
.cid-rCxKpxpGGz {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #0f7699;
}
.cid-rCxKpxpGGz .counter-container {
  color: #767676;
}
.cid-rCxKpxpGGz .counter-container ul {
  margin-bottom: 0;
}
.cid-rCxKpxpGGz .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rCxKpxpGGz .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: #740a0a;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-rCxKpxpGGz .mbr-text {
  color: #ffffff;
}
.cid-s5vovQyBpt {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-s5vovQyBpt .mbr-section-subtitle {
  color: #232323;
  text-align: center;
  font-weight: 300;
}
.cid-s5vovQyBpt .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #0f7699;
  color: #0c5e7a;
}
@media (max-width: 767px) {
  .cid-s5vovQyBpt .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-s5vovQyBpt .separline {
  position: relative;
}
.cid-s5vovQyBpt .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #0f7699;
}
@media (max-width: 767px) {
  .cid-s5vovQyBpt .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-s5vovQyBpt .mbr-step-title {
  color: #0f7699;
}
.cid-s5vovQyBpt .mbr-section-title {
  color: #232323;
}
.cid-s5vovQyBpt .mbr-step-text {
  color: #232323;
}
.cid-s5zJMxGwVf {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s5zJMxGwVf .mbr-section-subtitle {
  color: #232323;
}
.cid-s2KILfw4Ee {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2KILfw4Ee H1 {
  color: #ac0000;
}
.cid-s2KILfw4Ee .mbr-text,
.cid-s2KILfw4Ee .mbr-section-btn {
  color: #ac0000;
}
.cid-s2KILfw4Ee H3 {
  color: #232323;
}
.cid-s5jLrPK1RY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s5jLrPK1RY H1 {
  color: #232323;
}
.cid-s5jLrPK1RY .mbr-text,
.cid-s5jLrPK1RY .mbr-section-btn {
  color: #232323;
}
.cid-s5jLrPK1RY H3 {
  color: #232323;
}
.cid-s2KLzgvkM7 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-s2KLzgvkM7 .image-block {
  margin: auto;
}
.cid-s2KLzgvkM7 figcaption {
  position: relative;
}
.cid-s2KLzgvkM7 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s2KLzgvkM7 .image-block {
    width: 100% !important;
  }
}
.cid-rYfnpCmiSL {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ac0000;
}
.cid-rYfnpCmiSL .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-rYfnpCmiSL .step {
  width: 72px;
  height: 72px;
  font-size: 36px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  padding-bottom: 0;
  color: #ffffff;
}
@media (min-width: 768px) {
  .cid-rYfnpCmiSL .separline .step-wrapper {
    position: relative;
  }
  .cid-rYfnpCmiSL .separline .step-wrapper:before,
  .cid-rYfnpCmiSL .separline .step-wrapper:after {
    top: 38px;
    position: absolute;
    content: "";
    height: 2px;
    width: calc(50% + 15px - 36px - 8px);
    background-color: #ffffff;
  }
  .cid-rYfnpCmiSL .separline .step-wrapper:before {
    left: -15px;
  }
  .cid-rYfnpCmiSL .separline .step-wrapper:after {
    left: calc(50% + 8px + 36px);
  }
  .cid-rYfnpCmiSL .separline.last-child .step-wrapper:after,
  .cid-rYfnpCmiSL .separline:nth-child(3n) .step-wrapper:after,
  .cid-rYfnpCmiSL .separline:nth-child(3n+1) .step-wrapper:before {
    background: none;
  }
}
@media (max-width: 767px) {
  .cid-rYfnpCmiSL .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
.cid-rYfnpCmiSL .mbr-step-text {
  color: #ffffff;
}
.cid-rYfnpCmiSL .mbr-step-title {
  color: #ffffff;
}
.cid-rYfnpCmiSL .mbr-section-title {
  color: #ffffff;
}
.cid-s4KZJFMs8m {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s4KZJFMs8m .mbr-section-subtitle {
  color: #232323;
}
.cid-s4KZTQebOK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s4KZTQebOK H1 {
  color: #e30000;
}
.cid-s4KZTQebOK .mbr-text,
.cid-s4KZTQebOK .mbr-section-btn {
  color: #232323;
}
.cid-s4KZTQebOK H3 {
  color: #232323;
}
.cid-s4KZUiSJvr {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 45px;
}
.cid-s4KZUiSJvr .image-block {
  margin: auto;
}
.cid-s4KZUiSJvr figcaption {
  position: relative;
}
.cid-s4KZUiSJvr figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4KZUiSJvr .image-block {
    width: 100% !important;
  }
}
.cid-s1ZifBtesa {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #b70101;
}
.cid-s1ZifBtesa H1 {
  color: #ffffff;
}
.cid-s1ZifBtesa .mbr-text,
.cid-s1ZifBtesa .mbr-section-btn {
  color: #232323;
}
.cid-s1ZifBtesa H3 {
  color: #232323;
}
.cid-rCgvkzGGAY {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-rCgvkzGGAY .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rCgvkzGGAY .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rCgvkzGGAY .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rCgvkzGGAY .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rCgvkzGGAY .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rCgvkzGGAY .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rCgvkzGGAY .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rCgvkzGGAY .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rCgvkzGGAY .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rCgvkzGGAY .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rCgvkzGGAY .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rCgvkzGGAY .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rCgvkzGGAY .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rCgvkzGGAY .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-rCgvocwR9N {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-rCgvocwR9N .mbr-section-subtitle {
  color: #232323;
}
.cid-rCgvocwR9N H2 {
  color: #ffffff;
}
.cid-s1BDQXYzvF {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s1BDQXYzvF .mbr-text,
.cid-s1BDQXYzvF .mbr-section-btn {
  color: #02060a;
  text-align: left;
}
.cid-s1BDQXYzvF H1 {
  color: #232323;
}
.cid-rCgvkzGGAY {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-rCgvkzGGAY .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rCgvkzGGAY .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rCgvkzGGAY .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rCgvkzGGAY .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rCgvkzGGAY .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rCgvkzGGAY .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rCgvkzGGAY .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rCgvkzGGAY .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rCgvkzGGAY .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rCgvkzGGAY .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rCgvkzGGAY .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rCgvkzGGAY .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rCgvkzGGAY .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rCgvkzGGAY .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-s1BFaDeqfq {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s1BFaDeqfq .mbr-text,
.cid-s1BFaDeqfq .mbr-section-btn {
  color: #02060a;
  text-align: left;
}
.cid-s1BFaDeqfq H1 {
  color: #232323;
}
.cid-rCgvkzGGAY {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-rCgvkzGGAY .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rCgvkzGGAY .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rCgvkzGGAY .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rCgvkzGGAY .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rCgvkzGGAY .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rCgvkzGGAY .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rCgvkzGGAY .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rCgvkzGGAY .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rCgvkzGGAY .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rCgvkzGGAY .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rCgvkzGGAY .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rCgvkzGGAY .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rCgvkzGGAY .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rCgvkzGGAY .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-s52rqeDJAv {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ac0000;
}
.cid-s52rqeDJAv .mbr-section-subtitle {
  color: #ffffff;
}
.cid-s52rqeDJAv H2 {
  color: #ffffff;
}
.cid-s6URuOiAm8 {
  background: #ac0000;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-s6URuOiAm8 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-s6URuOiAm8 .video-block {
    width: 100% !important;
  }
}
.cid-s52saIa7gr {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ac0000;
}
.cid-s52saIa7gr .mbr-section-subtitle {
  color: #f9f295;
}
.cid-s52saIa7gr H2 {
  color: #ffffff;
}
.cid-rCgvkzGGAY {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-rCgvkzGGAY .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rCgvkzGGAY .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rCgvkzGGAY .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rCgvkzGGAY .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rCgvkzGGAY .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rCgvkzGGAY .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rCgvkzGGAY .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rCgvkzGGAY .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rCgvkzGGAY .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rCgvkzGGAY .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rCgvkzGGAY .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rCgvkzGGAY .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rCgvkzGGAY .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rCgvkzGGAY .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-s52ro2QJUs {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-s52ro2QJUs .mbr-section-subtitle {
  color: #232323;
}
.cid-s52ro2QJUs H2 {
  color: #ffffff;
}
.cid-s1Bus83UFm {
  padding-top: 30px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #ac0000, #ac0000);
}
.cid-s1Bus83UFm .mbr-text,
.cid-s1Bus83UFm .mbr-section-btn {
  color: #ffffff;
}
.cid-s1Bus83UFm H1 {
  color: #ffffff;
}
.cid-s5c7je8A26 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #073b4c;
}
.cid-s5c7je8A26 .mbr-section-subtitle {
  color: #232323;
}
.cid-s5c7je8A26 H2 {
  color: #ffffff;
}
.cid-s50T0rVxiD {
  padding-top: 45px;
  padding-bottom: 30px;
  background: linear-gradient(45deg, #efefef, #efefef);
}
.cid-s50T0rVxiD .mbr-text,
.cid-s50T0rVxiD .mbr-section-btn {
  color: #232323;
}
.cid-s50T0rVxiD H1 {
  color: #ac0000;
}
.cid-s50SYjqALN {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s50SYjqALN P {
  color: #767676;
}
.cid-s50SYjqALN .mbr-text,
.cid-s50SYjqALN .mbr-section-btn {
  color: #ac0000;
}
.cid-s50SYjqALN H3 {
  color: #232323;
}
.cid-s50SYjqALN H1 {
  color: #ac0000;
}
.cid-s50VZ9MRjF {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s50VZ9MRjF H1 {
  color: #073b4c;
}
.cid-s50VZ9MRjF .mbr-text,
.cid-s50VZ9MRjF .mbr-section-btn {
  color: #ac0000;
}
.cid-s50VZ9MRjF H3 {
  color: #ac0000;
}
.cid-rCgvkzGGAY {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-rCgvkzGGAY .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rCgvkzGGAY .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rCgvkzGGAY .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rCgvkzGGAY .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rCgvkzGGAY .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rCgvkzGGAY .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rCgvkzGGAY .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rCgvkzGGAY .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rCgvkzGGAY .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rCgvkzGGAY .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rCgvkzGGAY .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rCgvkzGGAY .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rCgvkzGGAY .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rCgvkzGGAY .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-s1Bx19qvpM {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-s1Bx19qvpM .mbr-section-subtitle {
  color: #232323;
}
.cid-s1Bx19qvpM H2 {
  color: #ffffff;
}
