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





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.6rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 7.36rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 2.6rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.16rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.8rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-7 {
  font-family: 'Rubik', 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: 3.68rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.26rem + (4.6 - 2.26) * ((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: #1480cc !important;
}
.bg-success {
  background-color: #2d9b61 !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: #1480cc !important;
  border-color: #1480cc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0d5486 !important;
  border-color: #0d5486 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d5486 !important;
  border-color: #0d5486 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #d45a55 !important;
  border-color: #d45a55 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #b0322d !important;
  border-color: #b0322d !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b0322d !important;
  border-color: #b0322d !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: #2d9b61 !important;
  border-color: #2d9b61 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #1c603c !important;
  border-color: #1c603c !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1c603c !important;
  border-color: #1c603c !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: #0b466f;
  color: #0b466f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #1480cc;
  border-color: #1480cc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1480cc !important;
  border-color: #1480cc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #9c2c27;
  color: #9c2c27;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #d45a55;
  border-color: #d45a55;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #d45a55 !important;
  border-color: #d45a55 !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: #164c30;
  color: #164c30;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #2d9b61;
  border-color: #2d9b61;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #2d9b61 !important;
  border-color: #2d9b61 !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: #1480cc !important;
}
.text-secondary {
  color: #d45a55 !important;
}
.text-success {
  color: #2d9b61 !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: #0b466f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #9c2c27 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #164c30 !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: #1480cc;
  border-color: #1480cc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #1480cc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4dcf8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #72d6a1;
}
.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: 'Rubik', sans-serif;
  font-size: 1.3rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 2.08rem;
}
blockquote {
  border-color: #1480cc;
}
/* 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: #1480cc;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #1480cc;
}
/* 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: #1480cc;
  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: #1480cc;
  border-bottom-color: #1480cc;
}
.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: #1480cc !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: #d45a55 !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='%231480cc' %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-tDQRqgjXNG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/187356-1920x1080.jpg");
}
.cid-tDQRqgjXNG .mbr-overlay {
  background: linear-gradient(90deg, #1c1c1c, #232323);
}
.cid-tDQRqgjXNG .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-tDQRqgjXNG .text-content {
  padding-right: 1.5rem;
}
.cid-tDQRqgjXNG .mbr-text,
.cid-tDQRqgjXNG .mbr-section-btn {
  color: #ffffff;
}
.cid-tDQRqgjXNG .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-tDQRqgjXNG .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-tDQRqgjXNG .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-tDQRqgjXNG .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-tDQRqgjXNG .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #9a75ed;
}
@media (max-width: 991px) {
  .cid-tDQRqgjXNG .main-row {
    margin: 0;
  }
  .cid-tDQRqgjXNG .mbr-section-title,
  .cid-tDQRqgjXNG .mbr-text,
  .cid-tDQRqgjXNG .list,
  .cid-tDQRqgjXNG .mbr-section-btn {
    text-align: center !important;
  }
  .cid-tDQRqgjXNG .text-content {
    padding: 0;
  }
}
.cid-tDQRqgjXNG .mbr-section-title {
  color: #ffffff;
}
.cid-tDQRqgjXNG .list {
  color: #ffffff;
}
.cid-tDQRqgjXNG .gradient {
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(to bottom, #bda2f7, #8a5ef0);
}
.cid-tDQV788Che {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tDQV788Che .mbr-text,
.cid-tDQV788Che blockquote {
  color: #767676;
}
.cid-tDQV788Che .mbr-text {
  color: #232323;
}
.cid-tDQV788Che .mbr-text P {
  text-align: center;
}
.cid-tDcvpupUo3 {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-tDcvpupUo3 .image-block {
  margin: auto;
}
.cid-tDcvpupUo3 figcaption {
  position: relative;
}
.cid-tDcvpupUo3 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tDcvpupUo3 .image-block {
    width: 100% !important;
  }
}
.cid-tDcvym8123 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tDcvym8123 .mbr-text,
.cid-tDcvym8123 blockquote {
  color: #767676;
}
.cid-tDcvym8123 .mbr-text {
  text-align: center;
}
.cid-tDcF8XtReE {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tDcF8XtReE .mbr-text,
.cid-tDcF8XtReE blockquote {
  color: #767676;
}
.cid-tDcF8XtReE .mbr-text {
  color: #1c1c1c;
}
.cid-tDcI7VWQIE {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tDcI7VWQIE .mbr-text,
.cid-tDcI7VWQIE blockquote {
  color: #767676;
}
.cid-tDcI7VWQIE .mbr-text {
  color: #1c1c1c;
}
.cid-tDcI7VWQIE .mbr-text P {
  text-align: center;
}
.cid-tDcIkunc0W {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 60px;
}
.cid-tDcIkunc0W .image-block {
  margin: auto;
}
.cid-tDcIkunc0W figcaption {
  position: relative;
}
.cid-tDcIkunc0W figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tDcIkunc0W .image-block {
    width: 100% !important;
  }
}
.cid-tDcIMulN89 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tDcIMulN89 .mbr-text,
.cid-tDcIMulN89 blockquote {
  color: #767676;
}
.cid-tDcIMulN89 .mbr-text {
  color: #1c1c1c;
}
.cid-tDQYd6YRfj {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tDQYd6YRfj .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-tDQYd6YRfj .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-tDQYd6YRfj .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-tDcLFeoUKA {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tDcLFeoUKA .mbr-text,
.cid-tDcLFeoUKA blockquote {
  color: #767676;
}
.cid-tDcLFeoUKA .mbr-text P {
  text-align: center;
}
.cid-tDcLFeoUKA .mbr-text {
  color: #1c1c1c;
}
.cid-tDcO0cjuOe {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tDcO0cjuOe .mbr-text,
.cid-tDcO0cjuOe blockquote {
  color: #767676;
}
.cid-tDcO0cjuOe .mbr-text P {
  text-align: center;
}
.cid-tDcO0cjuOe .mbr-text {
  color: #1c1c1c;
}
.cid-tDcOgfKKD1 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tDcOgfKKD1 .mbr-text,
.cid-tDcOgfKKD1 blockquote {
  color: #767676;
}
.cid-tDcOgfKKD1 .mbr-text {
  color: #1c1c1c;
}
.cid-tDcOgfKKD1 .mbr-text P {
  text-align: center;
}
.cid-tDRxB2c4aH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tDRxB2c4aH .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tDRxB2c4aH .section-text {
  padding: 2rem 0;
}
.cid-tDRxB2c4aH .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tDRxB2c4aH .inner-container {
    width: 100% !important;
  }
}
.cid-tDRxz2FC9E {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tDRxz2FC9E .mbr-text,
.cid-tDRxz2FC9E blockquote {
  color: #767676;
}
.cid-tDRxz2FC9E .mbr-text {
  color: #313131;
}
.cid-tDRYiGtZo6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tDRYiGtZo6 .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tDRYiGtZo6 .section-text {
  padding: 2rem 0;
}
.cid-tDRYiGtZo6 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tDRYiGtZo6 .inner-container {
    width: 100% !important;
  }
}
.cid-tDRYKjQfv9 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tDRYKjQfv9 .mbr-text,
.cid-tDRYKjQfv9 blockquote {
  color: #767676;
}
.cid-tDRYKjQfv9 .mbr-text P {
  text-align: center;
}
.cid-tDRYKjQfv9 .mbr-text {
  color: #232323;
}
.cid-tDS77NfvSo {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tDS77NfvSo .mbr-text,
.cid-tDS77NfvSo blockquote {
  color: #767676;
}
.cid-tDS77NfvSo .mbr-text P {
  text-align: left;
}
.cid-tDS77NfvSo .mbr-text {
  color: #232323;
}
.cid-tDS7Id9JRJ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tDS7Id9JRJ .mbr-text,
.cid-tDS7Id9JRJ blockquote {
  color: #767676;
}
.cid-tDS7Id9JRJ .mbr-text P {
  text-align: center;
}
.cid-tDS7Id9JRJ .mbr-text {
  color: #232323;
}
.cid-tDSNynBqTw {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tDSNynBqTw .counter-container {
  color: #767676;
}
.cid-tDSNynBqTw .counter-container ul {
  margin-bottom: 0;
}
.cid-tDSNynBqTw .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-tDSNynBqTw .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-tDSNynBqTw .mbr-text {
  color: #232323;
}
.cid-tDSOClXUUf {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tDSOClXUUf .mbr-text,
.cid-tDSOClXUUf blockquote {
  color: #767676;
}
.cid-tDSOClXUUf .mbr-text {
  color: #232323;
}
.cid-tDSOClXUUf .mbr-text P {
  text-align: center;
}
.cid-tDSOCYCWzr {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tDSOCYCWzr .counter-container {
  color: #767676;
}
.cid-tDSOCYCWzr .counter-container ul {
  margin-bottom: 0;
}
.cid-tDSOCYCWzr .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-tDSOCYCWzr .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-tDSOCYCWzr .mbr-text {
  color: #232323;
}
.cid-tDSPoqMcQ3 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tDSPoqMcQ3 .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tDSPoqMcQ3 .section-text {
  padding: 2rem 0;
}
.cid-tDSPoqMcQ3 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tDSPoqMcQ3 .inner-container {
    width: 100% !important;
  }
}
.cid-tDT8FPWTE1 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/187356-1920x1080.jpg");
}
.cid-tDT3n1LYYc {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tDT3n1LYYc .mbr-text,
.cid-tDT3n1LYYc blockquote {
  color: #767676;
}
.cid-tDT3n1LYYc .mbr-text {
  color: #232323;
}
.cid-tDT3n1LYYc .mbr-text P {
  text-align: center;
}
.cid-tDT3TMEAa7 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tDT4bOGYLN {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tDT4bOGYLN .mbr-text,
.cid-tDT4bOGYLN blockquote {
  color: #767676;
}
.cid-tDT4bOGYLN .mbr-text {
  color: #232323;
}
.cid-tDT4bOGYLN .mbr-text P {
  text-align: center;
}
.cid-tDT4J4gTWx {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tDT4J4gTWx .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-tDT4J4gTWx .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-tDT4J4gTWx .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-tDT564CgXf {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tDT5QokcNK {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tDT5QokcNK .mbr-text,
.cid-tDT5QokcNK blockquote {
  color: #767676;
}
.cid-tDT5QokcNK .mbr-text P {
  text-align: left;
}
.cid-tDT5QokcNK .mbr-text {
  color: #232323;
}
.cid-tDT7y3qZDE {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-tDT7y3qZDE .image-block {
  margin: auto;
}
.cid-tDT7y3qZDE figcaption {
  position: relative;
}
.cid-tDT7y3qZDE figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tDT7y3qZDE .image-block {
    width: 100% !important;
  }
}
.cid-tDT7YfVoK2 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tDT7YfVoK2 .mbr-text,
.cid-tDT7YfVoK2 blockquote {
  color: #767676;
}
.cid-tDT7YfVoK2 .mbr-text {
  color: #1c1c1c;
}
.cid-tDT7YfVoK2 .mbr-text P {
  text-align: center;
}
.cid-tDVwvt1Ff9 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f7ed4a;
}
.cid-tDVwvt1Ff9 .mbr-text,
.cid-tDVwvt1Ff9 blockquote {
  color: #767676;
}
.cid-tDVwvt1Ff9 .mbr-text {
  color: #232323;
}
.cid-tDVwvt1Ff9 .mbr-text P {
  text-align: center;
}
.cid-tDXu6KSzOu {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/187356-1920x1080.jpg");
}
.cid-tDXu6KSzOu .mbr-overlay {
  background: linear-gradient(90deg, #1c1c1c, #232323);
}
.cid-tDXu6KSzOu .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-tDXu6KSzOu .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-tDXu6KSzOu .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-tDXu6KSzOu .mbr-text,
.cid-tDXu6KSzOu .mbr-section-btn {
  color: #ffffff;
}
.cid-tDXu6KSzOu .mbr-figure img {
  border-radius: .25rem;
}
.cid-tDXu6KSzOu .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-tDXu6KSzOu .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-tDXu6KSzOu .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-tDXu6KSzOu .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #9a75ed;
}
@media (max-width: 991px) {
  .cid-tDXu6KSzOu .main-row {
    margin: 0;
  }
  .cid-tDXu6KSzOu .mbr-section-title,
  .cid-tDXu6KSzOu .mbr-text,
  .cid-tDXu6KSzOu .list,
  .cid-tDXu6KSzOu .mbr-section-btn {
    text-align: center !important;
  }
  .cid-tDXu6KSzOu .text-content {
    padding: 0;
  }
}
.cid-tDXu6KSzOu .mbr-section-title {
  color: #ffffff;
}
.cid-tDXu6KSzOu .list {
  color: #ffffff;
}
.cid-tDXu6KSzOu .gradient {
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(to bottom, #bda2f7, #8a5ef0);
}
.cid-tDVwzzpZQC {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tDVwzzpZQC .mbr-text,
.cid-tDVwzzpZQC blockquote {
  color: #767676;
}
.cid-tDVwzzpZQC .mbr-text {
  color: #232323;
}
.cid-tDVwzzpZQC .mbr-text P {
  text-align: center;
}
.cid-tDVwxGqRR9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tDVwxGqRR9 .mbr-text,
.cid-tDVwxGqRR9 blockquote {
  color: #767676;
}
.cid-tDVwxGqRR9 .mbr-text {
  color: #232323;
}
.cid-tDVwxGqRR9 .mbr-text P {
  text-align: center;
}
.cid-tDVwBdA317 {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-tDVwBdA317 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tDVwBdA317 .video-block {
    width: 100% !important;
  }
}
.cid-tDY10DHdXb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tDVwDHUyBD {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tDVwDHUyBD .mbr-text,
.cid-tDVwDHUyBD blockquote {
  color: #767676;
}
.cid-tDVwDHUyBD .mbr-text {
  color: #232323;
}
.cid-tDVwDHUyBD .mbr-text P {
  text-align: center;
}
.cid-tDXqXOtby7 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tDXqXOtby7 p {
  line-height: 1.6;
}
.cid-tDXqXOtby7 .card-box {
  width: -webkit-fill-available;
}
.cid-tDXqXOtby7 .card-img {
  width: auto;
}
.cid-tDXqXOtby7 .card-img span {
  font-size: 96px;
  padding: 0.6rem;
  margin: 0 0.1rem;
  border-radius: 8px;
}
.cid-tDXqXOtby7 .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tDXqXOtby7 .card-wrapper {
  display: flex;
  flex-direction: row;
}
.cid-tDXqXOtby7 .card {
  height: 100%;
  margin: auto;
}
.cid-tDXqXOtby7 img {
  width: 100%;
  heigth: auto;
}
.cid-tDXqXOtby7 .card-title1 {
  color: #232323;
  text-align: center;
}
.cid-tDXqXOtby7 .mbr-text1 {
  color: #4c4c4c;
  text-align: center;
}
.cid-tDXqXOtby7 .card-title2 {
  color: #232323;
  text-align: center;
}
.cid-tDXqXOtby7 .mbr-text2 {
  color: #4c4c4c;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tDXqXOtby7 .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0 0 0!important;
  }
  .cid-tDXqXOtby7 .card-img {
    order: 1;
  }
  .cid-tDXqXOtby7 .card-box {
    order: 2;
  }
}
.cid-tDYvVYI0t1 {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tDVwHeo5eg {
  padding-top: 75px;
  padding-bottom: 75px;
  background: linear-gradient(45deg, #f4f8fa, #f4f8fa);
}
.cid-tDVwHeo5eg .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-tDVwHeo5eg .plan-body .btn-bgr {
  z-index: 0;
}
.cid-tDVwHeo5eg .list-group-item {
  padding: .7rem .01rem;
  background: transparent;
}
.cid-tDVwHeo5eg .price-term {
  margin-left: -5px;
}
.cid-tDVwHeo5eg .pt2 {
  padding-top: 2rem;
}
.cid-tDVwHeo5eg .plan-favorite {
  background-color: #188ef4;
  width: 40%;
  border-radius: .25rem;
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 0;
  margin-top: -26px;
  margin-left: -20%;
}
.cid-tDVwHeo5eg .plan-descr {
  color: #444444;
}
.cid-tDVwHeo5eg .plan-price {
  margin-top: 2rem;
}
.cid-tDVwHeo5eg .plan-header {
  border-radius: .25rem .25rem 0 0;
  overflow: hidden;
  padding-right: 2rem;
  padding-left: 2rem;
}
.cid-tDVwHeo5eg .plan-body {
  border-radius: 0 0 .25rem .25rem;
  padding-right: 1rem;
  padding-left: 1rem;
}
.cid-tDVwHeo5eg .plan-card {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-tDVwHeo5eg .plan {
  position: relative;
  max-width: 330px;
  padding-right: 0;
  padding-left: 0;
}
.cid-tDVwHeo5eg .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
}
.cid-tDVwHeo5eg .plan .list-group-item:last-child {
  border-radius: 8px;
}
.cid-tDVwHeo5eg .plan .plan-favorite {
  display: none;
}
.cid-tDVwHeo5eg .plan:nth-child(2) .plan-favorite {
  background-color: #ff4f7b;
  display: block !important;
}
.cid-tDVwHeo5eg .plan-header,
.cid-tDVwHeo5eg .plan-body {
  background-color: #ffffff;
}
.cid-tDVwHeo5eg .price-figure {
  font-weight: 300;
  color: #232323;
}
.cid-tDVwHeo5eg .price-value {
  font-weight: 300;
  vertical-align: top;
  line-height: 1;
  margin-right: -5px;
}
@media (max-width: 992px) {
  .cid-tDVwHeo5eg .plan {
    margin-bottom: 3rem !important;
  }
}
@media (max-width: 550px) {
  .cid-tDVwHeo5eg .price-figure {
    font-size: 4.25rem;
  }
}
.cid-tDVwHeo5eg UL {
  color: #505050;
}
.cid-tDVwHeo5eg .gradient-1 {
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(to bottom, #bda2f7, #8a5ef0);
}
.cid-tDVwHeo5eg .gradient-2 {
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(to bottom, #bda2f7, #8a5ef0);
}
.cid-tDVwHeo5eg .gradient-3 {
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(to bottom, #bda2f7, #8a5ef0);
}
.cid-tDXU09sIzR {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tDXU09sIzR .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tDXU09sIzR .carousel-item.active,
.cid-tDXU09sIzR .carousel-item-next,
.cid-tDXU09sIzR .carousel-item-prev {
  display: flex;
}
.cid-tDXU09sIzR .carousel-controls a {
  transition: opacity .5s;
  font-size: 1.2rem;
}
.cid-tDXU09sIzR .carousel-controls a span {
  position: absolute;
  top: 180px;
  padding: 15px;
  border-radius: 50%;
  color: #ffffff;
  background: #2a14cc;
  opacity: .9;
}
.cid-tDXU09sIzR .carousel-controls a:hover span {
  opacity: 1;
}
.cid-tDXU09sIzR .user_image {
  width: 170px;
  height: 170px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  background: #cccccc;
  margin: 0 auto 2rem auto;
  display: flex;
  -webkit-box-shadow: 0 7px 20px 5px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 7px 20px 5px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 7px 20px 5px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 7px 20px 5px rgba(0, 0, 0, 0.08);
  box-shadow: 0 7px 20px 5px rgba(0, 0, 0, 0.08);
}
.cid-tDXU09sIzR .user_image .user_image_inner {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  display: flex;
  margin: auto;
}
.cid-tDXU09sIzR .user_image .user_image_inner img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-tDXU09sIzR .user_text {
  color: #505050;
}
.cid-tDXU09sIzR .user {
  margin: 1rem;
}
@media (min-width: 992px) {
  .cid-tDXU09sIzR .user {
    padding: 2rem 3rem;
  }
}
@media (max-width: 230px) {
  .cid-tDXU09sIzR .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tDVwmhG0Ok {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tDVwmhG0Ok .mbr-text,
.cid-tDVwmhG0Ok blockquote {
  color: #767676;
}
.cid-tDVwmhG0Ok .mbr-text {
  color: #1c1c1c;
}
.cid-tDVwmhG0Ok .mbr-text P {
  text-align: center;
}
