@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700,800,300i,400i,500i,600i,700i,800i&display=swap);





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 3.2rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 5.12rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 2.6rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.16rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.8rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.3rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 2.08rem;
}
/* ---- 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.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    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-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((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: #149dcc !important;
}
.bg-success {
  background-color: #149dcc !important;
}
.bg-info {
  background-color: #ffdd2e !important;
}
.bg-warning {
  background-color: #ff3366 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffdd2e !important;
  border-color: #ffdd2e !important;
  color: #2e2700 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #2e2700 !important;
  background-color: #e1bc00 !important;
  border-color: #e1bc00 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #2e2700 !important;
  background-color: #e1bc00 !important;
  border-color: #e1bc00 !important;
}
.btn-success,
.btn-success:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !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: #0b566f;
  color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #c7a700;
  color: #c7a700;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #2e2700;
  background-color: #ffdd2e;
  border-color: #ffdd2e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #2e2700 !important;
  background-color: #ffdd2e !important;
  border-color: #ffdd2e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !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: #149dcc !important;
}
.text-secondary {
  color: #879a9f !important;
}
.text-success {
  color: #149dcc !important;
}
.text-info {
  color: #ffdd2e !important;
}
.text-warning {
  color: #ff3366 !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: #0b566f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #55666b !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #0b566f !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #c7a700 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #cc0033 !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: #ffdd2e;
}
.alert-warning {
  background-color: #ff3366;
}
.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: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b4e6f8;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fffefa;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.3rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 2.08rem;
}
blockquote {
  border-color: #149dcc;
}
/* 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: #149dcc;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #149dcc;
}
/* 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: #149dcc;
  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: #149dcc;
  border-bottom-color: #149dcc;
}
.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: #149dcc !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #879a9f !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='%23149dcc' %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-rPCdutgMi6 {
  padding-top: 105px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/maxresdefault.jpeg");
}
.cid-rPCdutgMi6 H3 {
  text-align: center;
}
.cid-rPCdutgMi6 H1 {
  color: #020011;
}
.cid-rIMeHJF3KK {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rIMeHJF3KK .mbr-text,
.cid-rIMeHJF3KK blockquote {
  color: #767676;
}
.cid-rIMeHJF3KK .mbr-text P {
  text-align: center;
  color: #313131;
}
.cid-sWQrl4XDPT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sWQrl4XDPT h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sWQrl4XDPT p {
  color: #767676;
  text-align: left;
}
.cid-sWQrl4XDPT .card-box {
  padding-top: 2rem;
}
.cid-sWQrl4XDPT .card-wrapper {
  height: 100%;
}
.cid-sWQrl4XDPT .card-title {
  text-align: center;
}
.cid-sWQrl4XDPT P {
  text-align: center;
  color: #08061c;
}
.cid-rILVHATOXK {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rILVHATOXK .mbr-text,
.cid-rILVHATOXK blockquote {
  color: #767676;
}
.cid-rILVHATOXK .mbr-text P {
  text-align: center;
  color: #313131;
}
.cid-sWQz8v9PUE {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sWQz8v9PUE .mbr-section-subtitle {
  color: #232323;
  text-align: left;
  font-weight: 300;
}
.cid-sWQz8v9PUE .step {
  width: 36px;
  height: 36px;
  font-size: 18px;
  border-radius: 50%;
  border: 2px solid #ffffff;
}
.cid-sWQz8v9PUE .separline {
  position: relative;
}
.cid-sWQz8v9PUE .separline:after {
  top: 40px;
  left: 16px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (18px + 4px) * 2);
  background-color: #ffffff;
}
.cid-sWQz8v9PUE .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-sWQz8v9PUE .media-block {
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sWQz8v9PUE .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-bottom: 2rem;
  }
}
.cid-sWQz8v9PUE .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tOkdRnKfrn {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tOkdRnKfrn .mbr-section-subtitle {
  color: #232323;
  text-align: left;
  font-weight: 300;
}
.cid-tOkdRnKfrn .step {
  width: 36px;
  height: 36px;
  font-size: 18px;
  border-radius: 50%;
  border: 2px solid #ffffff;
}
.cid-tOkdRnKfrn .separline {
  position: relative;
}
.cid-tOkdRnKfrn .separline:after {
  top: 40px;
  left: 16px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (18px + 4px) * 2);
  background-color: #ffffff;
}
.cid-tOkdRnKfrn .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-tOkdRnKfrn .media-block {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tOkdRnKfrn .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-bottom: 2rem;
  }
}
.cid-tOkdS7qroQ {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tOkdS7qroQ .mbr-section-subtitle {
  color: #232323;
  text-align: left;
  font-weight: 300;
}
.cid-tOkdS7qroQ .step {
  width: 36px;
  height: 36px;
  font-size: 18px;
  border-radius: 50%;
  border: 2px solid #ffffff;
}
.cid-tOkdS7qroQ .separline {
  position: relative;
}
.cid-tOkdS7qroQ .separline:after {
  top: 40px;
  left: 16px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (18px + 4px) * 2);
  background-color: #ffffff;
}
.cid-tOkdS7qroQ .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-tOkdS7qroQ .media-block {
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tOkdS7qroQ .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-bottom: 2rem;
  }
}
.cid-tOkdS7qroQ .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sWRmE2Er6D {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sWRmE2Er6D .mbr-text,
.cid-sWRmE2Er6D blockquote {
  color: #767676;
}
.cid-sWRmE2Er6D .mbr-text P {
  text-align: center;
}
.cid-sWRmE2Er6D .mbr-text {
  color: #232323;
}
.cid-sWRmLw0EY7 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sWRmLw0EY7 .mbr-text,
.cid-sWRmLw0EY7 blockquote {
  color: #767676;
}
.cid-sWRmLw0EY7 .mbr-text P {
  text-align: center;
}
.cid-sWRmLw0EY7 .mbr-text {
  color: #232323;
}
.cid-sWRna3p0Gw {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 45px;
}
.cid-sWRna3p0Gw .image-block {
  margin: auto;
  outline: 2px solid #fff;
  border: 3px solid #ffdd2e;
}
.cid-sWRna3p0Gw figcaption {
  position: relative;
}
.cid-sWRna3p0Gw figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sWRna3p0Gw .image-block {
    width: 100% !important;
  }
}
.cid-rIOA5BVB6l {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rIOA5BVB6l .mbr-text,
.cid-rIOA5BVB6l blockquote {
  color: #767676;
}
.cid-rIOA5BVB6l .mbr-text P {
  text-align: center;
  color: #313131;
}
.cid-sWQFaqpTJP {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sWQFaqpTJP .mbr-text,
.cid-sWQFaqpTJP blockquote {
  color: #767676;
}
.cid-sWQFaqpTJP .mbr-text P {
  text-align: left;
}
.cid-sWQFaqpTJP .mbr-text {
  color: #282828;
}
.cid-sWQC6QgLAb {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sWQC6QgLAb .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-sWQC6QgLAb .step {
  width: 36px;
  height: 36px;
  font-size: 18px;
  border-radius: 50%;
  border: 2px solid #ffffff;
}
.cid-sWQC6QgLAb .separline {
  position: relative;
}
.cid-sWQC6QgLAb .separline:after {
  top: 40px;
  left: 16px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (18px + 4px) * 2);
  background-color: #ffffff;
}
.cid-sWQC6QgLAb .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-sWQC6QgLAb .media-block {
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sWQC6QgLAb .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-bottom: 2rem;
  }
}
.cid-sWQC6QgLAb .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sWQFyaEn5P {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sWQFyaEn5P .mbr-text,
.cid-sWQFyaEn5P blockquote {
  color: #767676;
}
.cid-sWQFyaEn5P .mbr-text P {
  text-align: left;
}
.cid-sWQFyaEn5P .mbr-text {
  color: #282828;
}
.cid-sWQEIjIEYe {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sWQEIjIEYe .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-sWQEIjIEYe .step {
  width: 36px;
  height: 36px;
  font-size: 18px;
  border-radius: 50%;
  border: 2px solid #ffffff;
}
.cid-sWQEIjIEYe .separline {
  position: relative;
}
.cid-sWQEIjIEYe .separline:after {
  top: 40px;
  left: 16px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (18px + 4px) * 2);
  background-color: #ffffff;
}
.cid-sWQEIjIEYe .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-sWQEIjIEYe .media-block {
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sWQEIjIEYe .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-bottom: 2rem;
  }
}
.cid-sWQEIjIEYe .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rIUY3nM4Bn {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rIUY3nM4Bn .mbr-text,
.cid-rIUY3nM4Bn blockquote {
  color: #767676;
}
.cid-rIUY3nM4Bn .mbr-text P {
  text-align: center;
}
.cid-tOm9cRQkIo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tOm9cRQkIo .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tOm9cRQkIo .section-text {
  padding: 2rem 0;
}
.cid-tOm9cRQkIo .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tOm9cRQkIo .inner-container {
    width: 100% !important;
  }
}
.cid-tOm9dcxoIu {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tOm9dcxoIu .mbr-text,
.cid-tOm9dcxoIu blockquote {
  color: #767676;
}
.cid-tOm9dcxoIu .mbr-text {
  color: #313131;
}
.cid-tOm9o6K8f9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tOm9o6K8f9 .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tOm9o6K8f9 .section-text {
  padding: 2rem 0;
}
.cid-tOm9o6K8f9 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tOm9o6K8f9 .inner-container {
    width: 100% !important;
  }
}
.cid-tOm9oDgN8I {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tOm9oDgN8I .mbr-text,
.cid-tOm9oDgN8I blockquote {
  color: #767676;
}
.cid-tOm9oDgN8I .mbr-text P {
  text-align: center;
}
.cid-tOm9oDgN8I .mbr-text {
  color: #232323;
}
.cid-tOm9oVjjUA {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tOm9oVjjUA .mbr-text,
.cid-tOm9oVjjUA blockquote {
  color: #767676;
}
.cid-tOm9oVjjUA .mbr-text P {
  text-align: left;
}
.cid-tOm9oVjjUA .mbr-text {
  color: #232323;
}
.cid-tOm9pdRqDI {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tOm9pdRqDI .mbr-text,
.cid-tOm9pdRqDI blockquote {
  color: #767676;
}
.cid-tOm9pdRqDI .mbr-text P {
  text-align: center;
}
.cid-tOm9pdRqDI .mbr-text {
  color: #232323;
}
.cid-tOm9pqPlyQ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tOm9pqPlyQ .counter-container {
  color: #767676;
}
.cid-tOm9pqPlyQ .counter-container ul {
  margin-bottom: 0;
}
.cid-tOm9pqPlyQ .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-tOm9pqPlyQ .counter-container ul li:before {
  position: absolute;
  left: -56px;
  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: #14cc87;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.cid-tOm9pqPlyQ .mbr-text {
  color: #232323;
}
.cid-tOm9pWdveh {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tOm9pWdveh .mbr-text,
.cid-tOm9pWdveh blockquote {
  color: #767676;
}
.cid-tOm9pWdveh .mbr-text {
  color: #232323;
}
.cid-tOm9pWdveh .mbr-text P {
  text-align: center;
}
.cid-tOm9qixuNN {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tOm9qixuNN .counter-container {
  color: #767676;
}
.cid-tOm9qixuNN .counter-container ul {
  margin-bottom: 0;
}
.cid-tOm9qixuNN .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-tOm9qixuNN .counter-container ul li:before {
  position: absolute;
  left: -56px;
  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: #c40000;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.cid-tOm9qixuNN .mbr-text {
  color: #232323;
}
.cid-tOm9qvI06B {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tOm9qvI06B .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tOm9qvI06B .section-text {
  padding: 2rem 0;
}
.cid-tOm9qvI06B .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tOm9qvI06B .inner-container {
    width: 100% !important;
  }
}
.cid-tOqD4o7nQq {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/maxresdefault.jpeg");
}
.cid-tOqD4o7nQq H3 {
  text-align: center;
}
.cid-tOqD4o7nQq H1 {
  color: #020011;
}
.cid-tOqD4oEXIL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tOqD4oEXIL .mbr-text,
.cid-tOqD4oEXIL blockquote {
  color: #767676;
}
.cid-tOqD4oEXIL .mbr-text P {
  text-align: center;
  color: #313131;
}
.cid-tOqDRzcyDA {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tOqDRzcyDA .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tOqDRzcyDA .video-block {
    width: 100% !important;
  }
}
.cid-tOqD4rOAWL {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tOqD4rOAWL .mbr-text,
.cid-tOqD4rOAWL blockquote {
  color: #767676;
}
.cid-tOqD4rOAWL .mbr-text P {
  text-align: center;
}
.cid-tOqD4rOAWL .mbr-text {
  color: #232323;
}
.cid-tOqD4po8Wi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tOqD4po8Wi .mbr-text,
.cid-tOqD4po8Wi blockquote {
  color: #767676;
}
.cid-tOqD4po8Wi .mbr-text P {
  text-align: center;
  color: #313131;
}
.cid-tOqE4R9fKV {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tOqE4R9fKV .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tOqE4R9fKV .video-block {
    width: 100% !important;
  }
}
.cid-tOqEX1BO7W {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tOqEX1BO7W .mbr-text,
.cid-tOqEX1BO7W blockquote {
  color: #767676;
}
.cid-tOqEX1BO7W .mbr-text {
  color: #020011;
}
.cid-tOqEX1BO7W .mbr-text P {
  text-align: center;
}
.cid-tOqD4rALiL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tOqD4rALiL .mbr-text,
.cid-tOqD4rALiL blockquote {
  color: #767676;
}
.cid-tOqD4rALiL .mbr-text P {
  text-align: center;
}
.cid-tOqD4rALiL .mbr-text {
  color: #232323;
}
.cid-tOqEmBcN5c {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tOqEmBcN5c .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tOqEmBcN5c .video-block {
    width: 100% !important;
  }
}
.cid-tOqXCSF8u4 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tOqXCSF8u4 .mbr-text,
.cid-tOqXCSF8u4 blockquote {
  color: #767676;
}
.cid-tOqXCSF8u4 .mbr-text P {
  text-align: center;
}
.cid-tOqXCSF8u4 .mbr-text {
  color: #232323;
}
.cid-tOqXE00WWR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tOqXE00WWR .mbr-text,
.cid-tOqXE00WWR blockquote {
  color: #767676;
}
.cid-tOqXE00WWR .mbr-text {
  color: #232323;
}
.cid-tOqZCv8oJa {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 45px;
}
.cid-tOqZCv8oJa .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tOqZCv8oJa .video-block {
    width: 100% !important;
  }
}
.cid-tOqXEYf9wj {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tOqXH8qQwV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tOqXH8qQwV .mbr-text,
.cid-tOqXH8qQwV blockquote {
  color: #767676;
}
.cid-tOqXH8qQwV .mbr-text {
  color: #232323;
}
.cid-tOqXJnGKSM {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tOqXJnGKSM .mbr-text,
.cid-tOqXJnGKSM blockquote {
  color: #767676;
}
.cid-tOqXJnGKSM .mbr-text P {
  text-align: center;
}
.cid-tOqXJnGKSM .mbr-text {
  color: #232323;
}
.cid-tOqXLegkfk {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-tOqXLegkfk .image-block {
  margin: auto;
}
.cid-tOqXLegkfk figcaption {
  position: relative;
}
.cid-tOqXLegkfk figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tOqXLegkfk .image-block {
    width: 100% !important;
  }
}
.cid-tOqXMizMkh {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tOqXMizMkh .mbr-section-btn > * {
  margin: 0;
}
.cid-tOqXMizMkh h4 {
  font-weight: 500;
}
.cid-tOqXMizMkh p {
  color: #232323;
}
.cid-tOqXMizMkh .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tOqXMizMkh .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tOqXMizMkh .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tOqXMizMkh .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tOqXMizMkh .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tOqXMizMkh .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tOqXMizMkh .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tOqXMizMkh .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tOqXMizMkh .card-img span {
    font-size: 40px !important;
  }
}
.cid-tOqXMizMkh .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-tOqXQkrhCd {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-tOqXQkrhCd .image-block {
  margin: auto;
}
.cid-tOqXQkrhCd figcaption {
  position: relative;
}
.cid-tOqXQkrhCd figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tOqXQkrhCd .image-block {
    width: 100% !important;
  }
}
.cid-tOqXReJnS3 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tOqXReJnS3 .mbr-section-btn > * {
  margin: 0;
}
.cid-tOqXReJnS3 h4 {
  font-weight: 500;
}
.cid-tOqXReJnS3 p {
  color: #232323;
}
.cid-tOqXReJnS3 .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tOqXReJnS3 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tOqXReJnS3 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tOqXReJnS3 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tOqXReJnS3 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tOqXReJnS3 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tOqXReJnS3 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tOqXReJnS3 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tOqXReJnS3 .card-img span {
    font-size: 40px !important;
  }
}
.cid-tOqXReJnS3 .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-tOqXTpE9WG {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-tOqXTpE9WG .image-block {
  margin: auto;
}
.cid-tOqXTpE9WG figcaption {
  position: relative;
}
.cid-tOqXTpE9WG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tOqXTpE9WG .image-block {
    width: 100% !important;
  }
}
.cid-tOqXU7xQlO {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tOqXU7xQlO .mbr-section-btn > * {
  margin: 0;
}
.cid-tOqXU7xQlO h4 {
  font-weight: 500;
}
.cid-tOqXU7xQlO p {
  color: #232323;
}
.cid-tOqXU7xQlO .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tOqXU7xQlO .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-tOqXU7xQlO .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tOqXU7xQlO .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tOqXU7xQlO .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-tOqXU7xQlO .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-tOqXU7xQlO .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tOqXU7xQlO .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-tOqXU7xQlO .card-img span {
    font-size: 40px !important;
  }
}
.cid-tOqXU7xQlO .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-tOqXV0Ckjb {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-tOqXV0Ckjb .image-block {
  margin: auto;
}
.cid-tOqXV0Ckjb figcaption {
  position: relative;
}
.cid-tOqXV0Ckjb figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tOqXV0Ckjb .image-block {
    width: 100% !important;
  }
}
.cid-tOqXOz1mye {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tOqXOz1mye .mbr-text,
.cid-tOqXOz1mye blockquote {
  color: #767676;
}
.cid-tOqXOz1mye .mbr-text P {
  text-align: center;
}
.cid-tOqXOz1mye .mbr-text {
  color: #232323;
}
.cid-tOqXPnIbX6 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tOqXPnIbX6 .mbr-text,
.cid-tOqXPnIbX6 .mbr-section-subtitle {
  color: #767676;
}
.cid-tOqXPnIbX6 .card-title {
  color: #66458e;
}
.cid-tOqXPnIbX6 .card .card-img span {
  color: #66458e;
  font-size: 60px;
  background: linear-gradient(45deg, #66458e, #e96188);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-tOqXPnIbX6 .mbr-section-subtitle,
  .cid-tOqXPnIbX6 .mbr-section-title {
    text-align: center !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tOqXPnIbX6 .card .card-img span {
    background: none;
  }
}
.cid-tOqXPnIbX6 .card-title,
.cid-tOqXPnIbX6 .card-img {
  color: #232323;
}
.cid-tOqXXmneAj {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tOqD4uoSzy {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tOqD4uoSzy .mbr-text,
.cid-tOqD4uoSzy blockquote {
  color: #767676;
}
.cid-tOqD4uoSzy .mbr-text P {
  text-align: center;
}
