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





body {
  font-style: normal;
  line-height: 1.5;
}
.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}
.mbr-section-subtitle {
  line-height: 1.3;
}
.mbr-text {
  font-style: normal;
  line-height: 1.6;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.25rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((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.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1rem 3rem;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}
.btn-sm {
  font-weight: 500;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #149dcc !important;
}
.bg-success {
  background-color: #f7ed4a !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: #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: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !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: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !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: #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: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !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: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !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: #149dcc !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !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: #0b566f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !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) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !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;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
.btn-form {
  border-radius: 0;
}
.btn-form:hover {
  cursor: pointer;
}
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: #ffffff;
}
.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;
}
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}
.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em .5em;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
.form-control,
.form-control:focus {
  border: 1px solid #e8e8e8;
}
.form-active .form-control:invalid {
  border-color: red;
}
.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-color: #149dcc;
  border-width: 3px;
}
ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}
pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}
.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}
.mbr-section__comments .row {
  justify-content: center;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.form2 .form-control {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
.form2 .input-group-btn a.btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form2 .input-group-btn button[type="submit"] {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form3 input[type="email"] {
  border-radius: 100px !important;
}
@media (max-width: 349px) {
  .form2 input[type="email"] {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn a.btn {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn button[type="submit"] {
    border-radius: 100px !important;
  }
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Social block */
.btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: 2px solid #c0a375;
  border-color: #149dcc;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #149dcc;
}
.btn-social + .btn {
  margin-left: .1rem;
}
/* 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;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
.offset-1 {
  margin-left: 8.33333%;
}
.offset-2 {
  margin-left: 16.66667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333%;
}
.offset-5 {
  margin-left: 41.66667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333%;
}
.offset-8 {
  margin-left: 66.66667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333%;
}
.offset-11 {
  margin-left: 91.66667%;
}
@media (min-width: 576px) {
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
.navbar-toggler {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}
.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}
@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-toggleable {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-toggleable-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-sm > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-toggleable-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-md > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-lg > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-lg .navbar-toggler {
    display: none;
  }
}
.navbar-toggleable-xl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-toggleable-xl .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}
.navbar-toggleable-xl > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggleable-xl .navbar-collapse {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
}
.navbar-toggleable-xl .navbar-toggler {
  display: none;
}
.card-img {
  width: auto;
}
.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}
html,
body {
  height: auto;
  min-height: 100vh;
}
.dropup .dropdown-toggle::after {
  display: none;
}
.cid-r44bFdEgGY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2933c2;
}
.cid-r44bFdEgGY .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-r44bFdEgGY .section-text {
  padding: 2rem 0;
}
.cid-r44bFdEgGY .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-r44bFdEgGY .inner-container {
    width: 100% !important;
  }
}
.cid-r44bFdEgGY .section-text DIV {
  color: #ffffff;
}
.cid-r43ZHSw8Kj {
  padding-top: 15px;
  padding-bottom: 30px;
  background: #ffffff;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-r43ZHSw8Kj .image-block {
  margin: auto;
}
.cid-r43ZHSw8Kj figcaption {
  position: relative;
}
.cid-r43ZHSw8Kj figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r43ZHSw8Kj .image-block {
    width: 100% !important;
  }
}
.cid-r3XzH5UC3G {
  padding-top: 45px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-r3XzH5UC3G .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-r3XzH5UC3G .number-wrap {
  color: #ff3366;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-r3XzH5UC3G .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #2933c2;
}
.cid-r3XzH5UC3G .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-r3XzH5UC3G .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #2933c2;
}
.cid-r3XzH5UC3G .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-r3XzH5UC3G .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-r3XzH5UC3G .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-r3XzH5UC3G .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
  }
  .cid-r3XzH5UC3G .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-r3XzH5UC3G .number,
  .cid-r3XzH5UC3G .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-r3XzH5UC3G .period {
    font-size: 0.8rem;
  }
}
.cid-r3XAcgiIA3 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-r3XAcgiIA3 .pricing {
  padding: 3.3rem;
  color: #767676;
  background-color: #fff;
}
@media (max-width: 767px) {
  .cid-r3XAcgiIA3 .pricing {
    padding: 1.5rem;
  }
}
.cid-r3XAcgiIA3 .plan-header,
.cid-r3XAcgiIA3 .plan-body {
  background-color: #fff;
}
.cid-r3XAcgiIA3 .plan-title {
  margin-top: 1.4rem;
}
.cid-r3XAcgiIA3 .price-figure {
  font-weight: 700;
  color: #232323;
}
@media (max-width: 550px) {
  .cid-r3XAcgiIA3 .price-figure {
    font-size: 4.25rem;
  }
}
.cid-r3XAcgiIA3 .price-value {
  font-weight: 700;
  vertical-align: top;
}
.cid-r3XAcgiIA3 hr {
  margin: 2rem 0;
}
.cid-r41PkWm5tB {
  padding-top: 0px;
  padding-bottom: 60px;
  background: #efefef;
  background: linear-gradient(0deg, #ffffff, #efefef);
}
.cid-r41PkWm5tB .image-block {
  margin: auto;
}
.cid-r41PkWm5tB figcaption {
  position: relative;
}
.cid-r41PkWm5tB figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r41PkWm5tB .image-block {
    width: 100% !important;
  }
}
.cid-r41WeuM2Tw {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #2933c2;
}
.cid-r41WeuM2Tw .mbr-section-subtitle {
  color: #ffffff;
}
.cid-r41WeuM2Tw H2 {
  color: #ffffff;
}
.cid-r41WeuM2Tw .mbr-section-subtitle B {
  color: #f7ed4a;
}
.cid-r41WeuM2Tw .mbr-section-subtitle DIV {
  color: #ffffff;
}
.cid-r41WeuM2Tw B {
  color: #ffffff;
}
.cid-r7mp9BwGeC {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r7mp9BwGeC [class^="socicon-"]:before,
.cid-r7mp9BwGeC [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-r7mp9BwGeC .btn-social {
  border-color: #149dcc;
}
.cid-r7mp9BwGeC .btn-social:hover {
  background: #149dcc;
}
.cid-r7mp9BwGeC .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-r7mp9BwGeC .btn {
    font-size: 20px !important;
  }
}
.cid-r3YxeIY1cf {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r3YxeIY1cf .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-r3YxeIY1cf B {
  color: #232323;
}
.cid-r3Yz1j4uOK {
  padding-top: 45px;
  padding-bottom: 30px;
  background: #efefef;
  background: linear-gradient(0deg, #efefef, #efefef);
}
.cid-r3Yz1j4uOK .image-block {
  margin: auto;
}
.cid-r3Yz1j4uOK figcaption {
  position: relative;
}
.cid-r3Yz1j4uOK figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r3Yz1j4uOK .image-block {
    width: 100% !important;
  }
}
.cid-r3YzQPAK0K {
  padding-top: 60px;
  padding-bottom: 120px;
  background-color: #efefef;
}
.cid-r3YzQPAK0K .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-r3YzQPAK0K .number-wrap {
  color: #cc2952;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-r3YzQPAK0K .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #2933c2;
}
.cid-r3YzQPAK0K .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-r3YzQPAK0K .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #2933c2;
}
.cid-r3YzQPAK0K .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-r3YzQPAK0K .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-r3YzQPAK0K .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-r3YzQPAK0K .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
  }
  .cid-r3YzQPAK0K .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-r3YzQPAK0K .number,
  .cid-r3YzQPAK0K .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-r3YzQPAK0K .period {
    font-size: 0.8rem;
  }
}
.cid-r3YzQPAK0K B {
  color: #cc2952;
}
.cid-r7mqE34xgQ {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #efefef;
}
.cid-r7mqE34xgQ .pricing {
  padding: 3.3rem;
  color: #767676;
  background-color: #fff;
}
@media (max-width: 767px) {
  .cid-r7mqE34xgQ .pricing {
    padding: 1.5rem;
  }
}
.cid-r7mqE34xgQ .plan-header,
.cid-r7mqE34xgQ .plan-body {
  background-color: #fff;
}
.cid-r7mqE34xgQ .plan-title {
  margin-top: 1.4rem;
}
.cid-r7mqE34xgQ .price-figure {
  font-weight: 700;
  color: #232323;
}
@media (max-width: 550px) {
  .cid-r7mqE34xgQ .price-figure {
    font-size: 4.25rem;
  }
}
.cid-r7mqE34xgQ .price-value {
  font-weight: 700;
  vertical-align: top;
}
.cid-r7mqE34xgQ hr {
  margin: 2rem 0;
}
.cid-r422DNDnZu {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #ffffff;
  background: linear-gradient(0deg, #c1c1c1, #ffffff);
}
.cid-r422DNDnZu .image-block {
  margin: auto;
}
.cid-r422DNDnZu figcaption {
  position: relative;
}
.cid-r422DNDnZu figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r422DNDnZu .image-block {
    width: 100% !important;
  }
}
.cid-r7mpt9JZSd {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f7ed4a;
}
.cid-r7mpt9JZSd h1 {
  color: #616161;
}
.cid-r7mpt9JZSd h2,
.cid-r7mpt9JZSd h3,
.cid-r7mpt9JZSd p {
  color: #767676;
}
.cid-r7mpt9JZSd .mbr-section-subtitle {
  font-style: italic;
}
.cid-r7mpt9JZSd H3 {
  color: #232323;
}
.cid-r7mpt9JZSd H1 {
  color: #232323;
}
.cid-r7mpt9JZSd P {
  color: #232323;
}
.cid-r7mlJyNV20 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r7mlJyNV20 [class^="socicon-"]:before,
.cid-r7mlJyNV20 [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-r7mlJyNV20 .btn-social {
  border-color: #149dcc;
}
.cid-r7mlJyNV20 .btn-social:hover {
  background: #149dcc;
}
.cid-r7mlJyNV20 .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-r7mlJyNV20 .btn {
    font-size: 20px !important;
  }
}
.cid-r42cKcLn4X {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-r42cKcLn4X .mbr-section-subtitle {
  color: #ffffff;
}
.cid-r42cKcLn4X B {
  color: #f7ed4a;
}
.cid-r42cKcLn4X H2 {
  color: #f7ed4a;
}
.cid-r42p8azPI1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #ffffff;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-r42p8azPI1 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-r42p8azPI1 .video-block {
    width: 100% !important;
  }
}
.cid-r42hRwTQtx {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-r42hRwTQtx .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-r42hRwTQtx .number-wrap {
  color: #dc0e42;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-r42hRwTQtx .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #2933c2;
}
.cid-r42hRwTQtx .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-r42hRwTQtx .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #2933c2;
}
.cid-r42hRwTQtx .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-r42hRwTQtx .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-r42hRwTQtx .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-r42hRwTQtx .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
  }
  .cid-r42hRwTQtx .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-r42hRwTQtx .number,
  .cid-r42hRwTQtx .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-r42hRwTQtx .period {
    font-size: 0.8rem;
  }
}
.cid-r42hRwTQtx H2 {
  text-align: center;
  color: #dc0e42;
}
.cid-r42jnEjlo3 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-r42jnEjlo3 .pricing {
  padding: 3.3rem;
  color: #767676;
  background-color: #fff;
}
@media (max-width: 767px) {
  .cid-r42jnEjlo3 .pricing {
    padding: 1.5rem;
  }
}
.cid-r42jnEjlo3 .plan-header,
.cid-r42jnEjlo3 .plan-body {
  background-color: #fff;
}
.cid-r42jnEjlo3 .plan-title {
  margin-top: 1.4rem;
}
.cid-r42jnEjlo3 .price-figure {
  font-weight: 700;
  color: #232323;
}
@media (max-width: 550px) {
  .cid-r42jnEjlo3 .price-figure {
    font-size: 4.25rem;
  }
}
.cid-r42jnEjlo3 .price-value {
  font-weight: 700;
  vertical-align: top;
}
.cid-r42jnEjlo3 hr {
  margin: 2rem 0;
}
.cid-r42kGMQcyV {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #232323;
  background: linear-gradient(0deg, #232323, #232323);
}
.cid-r42kGMQcyV .image-block {
  margin: auto;
}
.cid-r42kGMQcyV figcaption {
  position: relative;
}
.cid-r42kGMQcyV figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r42kGMQcyV .image-block {
    width: 100% !important;
  }
}
.cid-r7mn4xkmQk {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f7ed4a;
}
.cid-r7mn4xkmQk h1 {
  color: #616161;
}
.cid-r7mn4xkmQk h2,
.cid-r7mn4xkmQk h3,
.cid-r7mn4xkmQk p {
  color: #767676;
}
.cid-r7mn4xkmQk .mbr-section-subtitle {
  font-style: italic;
}
.cid-r7mn4xkmQk H3 {
  color: #232323;
}
.cid-r7mn4xkmQk H1 {
  color: #232323;
}
.cid-r7mn4xkmQk P {
  color: #232323;
}
.cid-r7mhMXl5Ni {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r7mhMXl5Ni [class^="socicon-"]:before,
.cid-r7mhMXl5Ni [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-r7mhMXl5Ni .btn-social {
  border-color: #149dcc;
}
.cid-r7mhMXl5Ni .btn-social:hover {
  background: #149dcc;
}
.cid-r7mhMXl5Ni .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-r7mhMXl5Ni .btn {
    font-size: 20px !important;
  }
}
.cid-r42y9GqCfD {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-r42y9GqCfD .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-r42y9GqCfD .section-text {
  padding: 2rem 0;
}
.cid-r42y9GqCfD .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-r42y9GqCfD .inner-container {
    width: 100% !important;
  }
}
.cid-r42yFXZoYO {
  padding-top: 90px;
  padding-bottom: 120px;
  background: #ffffff;
}
.cid-r42yFXZoYO .image-block {
  margin: auto;
}
.cid-r42yFXZoYO figcaption {
  position: relative;
}
.cid-r42yFXZoYO figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r42yFXZoYO .image-block {
    width: 100% !important;
  }
}
.cid-r42COiFU4B {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-r42COiFU4B .pricing {
  padding: 3.3rem;
  color: #767676;
  background-color: #fff;
}
@media (max-width: 767px) {
  .cid-r42COiFU4B .pricing {
    padding: 1.5rem;
  }
}
.cid-r42COiFU4B .plan-header,
.cid-r42COiFU4B .plan-body {
  background-color: #fff;
}
.cid-r42COiFU4B .plan-title {
  margin-top: 1.4rem;
}
.cid-r42COiFU4B .price-figure {
  font-weight: 700;
  color: #232323;
}
@media (max-width: 550px) {
  .cid-r42COiFU4B .price-figure {
    font-size: 4.25rem;
  }
}
.cid-r42COiFU4B .price-value {
  font-weight: 700;
  vertical-align: top;
}
.cid-r42COiFU4B hr {
  margin: 2rem 0;
}
.cid-r42AQMPoIt {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #ffffff;
}
.cid-r42AQMPoIt .image-block {
  margin: auto;
}
.cid-r42AQMPoIt figcaption {
  position: relative;
}
.cid-r42AQMPoIt figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r42AQMPoIt .image-block {
    width: 100% !important;
  }
}
.cid-r7mi4wQfaj {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f7ed4a;
}
.cid-r7mi4wQfaj h1 {
  color: #616161;
}
.cid-r7mi4wQfaj h2,
.cid-r7mi4wQfaj h3,
.cid-r7mi4wQfaj p {
  color: #767676;
}
.cid-r7mi4wQfaj .mbr-section-subtitle {
  font-style: italic;
}
.cid-r7mi4wQfaj H1 {
  color: #232323;
}
.cid-r7mi4wQfaj DIV {
  color: #232323;
}
.cid-r7mi4wQfaj P {
  color: #232323;
}
.cid-r7mcLREHdW {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r7mcLREHdW [class^="socicon-"]:before,
.cid-r7mcLREHdW [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-r7mcLREHdW .btn-social {
  border-color: #149dcc;
}
.cid-r7mcLREHdW .btn-social:hover {
  background: #149dcc;
}
.cid-r7mcLREHdW .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-r7mcLREHdW .btn {
    font-size: 20px !important;
  }
}
.cid-r42JxM7Nu0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-r42JxM7Nu0 .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-r42JxM7Nu0 .section-text {
  padding: 2rem 0;
  color: #ffffff;
}
.cid-r42JxM7Nu0 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-r42JxM7Nu0 .inner-container {
    width: 100% !important;
  }
}
.cid-r42JxM7Nu0 .section-text B {
  color: #f7ed4a;
}
.cid-r42K1cdE0Y {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #efefef;
  background: linear-gradient(0deg, #c1c1c1, #efefef);
}
.cid-r42K1cdE0Y .image-block {
  margin: auto;
}
.cid-r42K1cdE0Y figcaption {
  position: relative;
}
.cid-r42K1cdE0Y figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r42K1cdE0Y .image-block {
    width: 100% !important;
  }
}
.cid-r42KYRB39z {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-r42KYRB39z .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-r42KYRB39z .number-wrap {
  color: #dc0e42;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-r42KYRB39z .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #2933c2;
}
.cid-r42KYRB39z .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-r42KYRB39z .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #2933c2;
}
.cid-r42KYRB39z .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-r42KYRB39z .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-r42KYRB39z .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-r42KYRB39z .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
  }
  .cid-r42KYRB39z .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-r42KYRB39z .number,
  .cid-r42KYRB39z .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-r42KYRB39z .period {
    font-size: 0.8rem;
  }
}
.cid-r42KYRB39z H2 {
  color: #990f90;
}
.cid-r42KYRB39z I {
  color: #ff3366;
}
.cid-r42LWqxuk0 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-r42LWqxuk0 .pricing {
  padding: 3.3rem;
  color: #767676;
  background-color: #fff;
}
@media (max-width: 767px) {
  .cid-r42LWqxuk0 .pricing {
    padding: 1.5rem;
  }
}
.cid-r42LWqxuk0 .plan-header,
.cid-r42LWqxuk0 .plan-body {
  background-color: #fff;
}
.cid-r42LWqxuk0 .plan-title {
  margin-top: 1.4rem;
}
.cid-r42LWqxuk0 .price-figure {
  font-weight: 700;
  color: #232323;
}
@media (max-width: 550px) {
  .cid-r42LWqxuk0 .price-figure {
    font-size: 4.25rem;
  }
}
.cid-r42LWqxuk0 .price-value {
  font-weight: 700;
  vertical-align: top;
}
.cid-r42LWqxuk0 hr {
  margin: 2rem 0;
}
.cid-r42OLnIUVC {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #ffffff;
  background: linear-gradient(0deg, #149dcc, #ffffff);
}
.cid-r42OLnIUVC .image-block {
  margin: auto;
}
.cid-r42OLnIUVC figcaption {
  position: relative;
}
.cid-r42OLnIUVC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r42OLnIUVC .image-block {
    width: 100% !important;
  }
}
.cid-r7mdE7VcnQ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f7ed4a;
}
.cid-r7mdE7VcnQ h1 {
  color: #616161;
}
.cid-r7mdE7VcnQ h2,
.cid-r7mdE7VcnQ h3,
.cid-r7mdE7VcnQ p {
  color: #767676;
}
.cid-r7mdE7VcnQ .mbr-section-subtitle {
  font-style: italic;
}
.cid-r7mdE7VcnQ P {
  color: #232323;
}
.cid-r7mdE7VcnQ H3 {
  color: #232323;
}
.cid-r7mdE7VcnQ H1 {
  color: #232323;
}
.cid-r7maPEiBXb {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r7maPEiBXb [class^="socicon-"]:before,
.cid-r7maPEiBXb [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-r7maPEiBXb .btn-social {
  border-color: #149dcc;
}
.cid-r7maPEiBXb .btn-social:hover {
  background: #149dcc;
}
.cid-r7maPEiBXb .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-r7maPEiBXb .btn {
    font-size: 20px !important;
  }
}
.cid-r48pEyMlqY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2933c2;
}
.cid-r48pEyMlqY .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-r48pEyMlqY .section-text {
  padding: 2rem 0;
}
.cid-r48pEyMlqY .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-r48pEyMlqY .inner-container {
    width: 100% !important;
  }
}
.cid-r48q7nia9j {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #ffffff;
}
.cid-r48q7nia9j .image-block {
  margin: auto;
}
.cid-r48q7nia9j figcaption {
  position: relative;
}
.cid-r48q7nia9j figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r48q7nia9j .image-block {
    width: 100% !important;
  }
}
.cid-r48qDu95Xo {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-r48qDu95Xo .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-r48qDu95Xo .number-wrap {
  color: #ff3366;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-r48qDu95Xo .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #2933c2;
}
.cid-r48qDu95Xo .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-r48qDu95Xo .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #2933c2;
}
.cid-r48qDu95Xo .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-r48qDu95Xo .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-r48qDu95Xo .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-r48qDu95Xo .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
  }
  .cid-r48qDu95Xo .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-r48qDu95Xo .number,
  .cid-r48qDu95Xo .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-r48qDu95Xo .period {
    font-size: 0.8rem;
  }
}
.cid-r48qDu95Xo H2 {
  color: #e3112f;
}
.cid-r48rFfuJ5c {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-r48rFfuJ5c .pricing {
  padding: 3.3rem;
  color: #767676;
  background-color: #fff;
}
@media (max-width: 767px) {
  .cid-r48rFfuJ5c .pricing {
    padding: 1.5rem;
  }
}
.cid-r48rFfuJ5c .plan-header,
.cid-r48rFfuJ5c .plan-body {
  background-color: #fff;
}
.cid-r48rFfuJ5c .plan-title {
  margin-top: 1.4rem;
}
.cid-r48rFfuJ5c .price-figure {
  font-weight: 700;
  color: #232323;
}
@media (max-width: 550px) {
  .cid-r48rFfuJ5c .price-figure {
    font-size: 4.25rem;
  }
}
.cid-r48rFfuJ5c .price-value {
  font-weight: 700;
  vertical-align: top;
}
.cid-r48rFfuJ5c hr {
  margin: 2rem 0;
}
.cid-r48so45fMC {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #ffffff;
  background: linear-gradient(0deg, #efefef, #ffffff);
}
.cid-r48so45fMC .image-block {
  margin: auto;
}
.cid-r48so45fMC figcaption {
  position: relative;
}
.cid-r48so45fMC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r48so45fMC .image-block {
    width: 100% !important;
  }
}
.cid-r7mb63flDz {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f7ed4a;
}
.cid-r7mb63flDz h1 {
  color: #616161;
}
.cid-r7mb63flDz h2,
.cid-r7mb63flDz h3,
.cid-r7mb63flDz p {
  color: #767676;
}
.cid-r7mb63flDz .mbr-section-subtitle {
  font-style: italic;
}
.cid-r7mb63flDz H3 {
  color: #232323;
}
.cid-r7mb63flDz H1 {
  color: #232323;
}
.cid-r7mb63flDz P {
  color: #232323;
}
.cid-r7m5nMQ9N1 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r7m5nMQ9N1 [class^="socicon-"]:before,
.cid-r7m5nMQ9N1 [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-r7m5nMQ9N1 .btn-social {
  border-color: #149dcc;
}
.cid-r7m5nMQ9N1 .btn-social:hover {
  background: #149dcc;
}
.cid-r7m5nMQ9N1 .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-r7m5nMQ9N1 .btn {
    font-size: 20px !important;
  }
}
.cid-r48HjPqJgt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-r48HjPqJgt .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-r48HjPqJgt .section-text {
  padding: 2rem 0;
}
.cid-r48HjPqJgt .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-r48HjPqJgt .inner-container {
    width: 100% !important;
  }
}
.cid-r48HvRucho {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #ffffff;
}
.cid-r48HvRucho .image-block {
  margin: auto;
}
.cid-r48HvRucho figcaption {
  position: relative;
}
.cid-r48HvRucho figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r48HvRucho .image-block {
    width: 100% !important;
  }
}
.cid-r48IEuDbaT {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-r48IEuDbaT .pricing {
  padding: 3.3rem;
  color: #767676;
  background-color: #fff;
}
@media (max-width: 767px) {
  .cid-r48IEuDbaT .pricing {
    padding: 1.5rem;
  }
}
.cid-r48IEuDbaT .plan-header,
.cid-r48IEuDbaT .plan-body {
  background-color: #fff;
}
.cid-r48IEuDbaT .plan-title {
  margin-top: 1.4rem;
}
.cid-r48IEuDbaT .price-figure {
  font-weight: 700;
  color: #232323;
}
@media (max-width: 550px) {
  .cid-r48IEuDbaT .price-figure {
    font-size: 4.25rem;
  }
}
.cid-r48IEuDbaT .price-value {
  font-weight: 700;
  vertical-align: top;
}
.cid-r48IEuDbaT hr {
  margin: 2rem 0;
}
.cid-r48JHeiKMi {
  padding-top: 30px;
  padding-bottom: 15px;
  background: #efefef;
}
.cid-r48JHeiKMi .image-block {
  margin: auto;
}
.cid-r48JHeiKMi figcaption {
  position: relative;
}
.cid-r48JHeiKMi figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r48JHeiKMi .image-block {
    width: 100% !important;
  }
}
.cid-r7m6ZaJn6u {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f7ed4a;
}
.cid-r7m6ZaJn6u h1 {
  color: #616161;
}
.cid-r7m6ZaJn6u h2,
.cid-r7m6ZaJn6u h3,
.cid-r7m6ZaJn6u p {
  color: #767676;
}
.cid-r7m6ZaJn6u .mbr-section-subtitle {
  font-style: italic;
}
.cid-r7m6ZaJn6u H1 {
  color: #232323;
}
.cid-r7m6ZaJn6u H3 {
  color: #232323;
}
.cid-r7m6ZaJn6u P {
  color: #232323;
}
.cid-r7lYN8rPcZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r7lYN8rPcZ [class^="socicon-"]:before,
.cid-r7lYN8rPcZ [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-r7lYN8rPcZ .btn-social {
  border-color: #149dcc;
}
.cid-r7lYN8rPcZ .btn-social:hover {
  background: #149dcc;
}
.cid-r7lYN8rPcZ .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-r7lYN8rPcZ .btn {
    font-size: 20px !important;
  }
}
.cid-r498wzF7tM {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #7f1933;
}
.cid-r498wzF7tM .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-r498wzF7tM .section-text {
  padding: 2rem 0;
  color: #ffffff;
}
.cid-r498wzF7tM .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-r498wzF7tM .inner-container {
    width: 100% !important;
  }
}
.cid-r499wZVW49 {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #efefef;
}
.cid-r499wZVW49 .image-block {
  margin: auto;
}
.cid-r499wZVW49 figcaption {
  position: relative;
}
.cid-r499wZVW49 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r499wZVW49 .image-block {
    width: 100% !important;
  }
}
.cid-r49aYAiVx1 {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #efefef;
}
.cid-r49aYAiVx1 .pricing {
  padding: 3.3rem;
  color: #767676;
  background-color: #fff;
}
@media (max-width: 767px) {
  .cid-r49aYAiVx1 .pricing {
    padding: 1.5rem;
  }
}
.cid-r49aYAiVx1 .plan-header,
.cid-r49aYAiVx1 .plan-body {
  background-color: #fff;
}
.cid-r49aYAiVx1 .plan-title {
  margin-top: 1.4rem;
}
.cid-r49aYAiVx1 .price-figure {
  font-weight: 700;
  color: #232323;
}
@media (max-width: 550px) {
  .cid-r49aYAiVx1 .price-figure {
    font-size: 4.25rem;
  }
}
.cid-r49aYAiVx1 .price-value {
  font-weight: 700;
  vertical-align: top;
}
.cid-r49aYAiVx1 hr {
  margin: 2rem 0;
}
.cid-r49bEQ2qJP {
  padding-top: 30px;
  padding-bottom: 0px;
  background: #efefef;
}
.cid-r49bEQ2qJP .image-block {
  margin: auto;
}
.cid-r49bEQ2qJP figcaption {
  position: relative;
}
.cid-r49bEQ2qJP figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r49bEQ2qJP .image-block {
    width: 100% !important;
  }
}
.cid-r7lZ7Qq6IP {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f7ed4a;
}
.cid-r7lZ7Qq6IP h1 {
  color: #616161;
}
.cid-r7lZ7Qq6IP h2,
.cid-r7lZ7Qq6IP h3,
.cid-r7lZ7Qq6IP p {
  color: #767676;
}
.cid-r7lZ7Qq6IP .mbr-section-subtitle {
  font-style: italic;
}
.cid-r7lZ7Qq6IP H1 {
  color: #232323;
}
.cid-r7lZ7Qq6IP DIV {
  color: #232323;
}
.cid-r7lZ7Qq6IP P {
  color: #232323;
}
.cid-r7lVKqpQ4T {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-r7lVKqpQ4T [class^="socicon-"]:before,
.cid-r7lVKqpQ4T [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-r7lVKqpQ4T .btn-social {
  border-color: #149dcc;
}
.cid-r7lVKqpQ4T .btn-social:hover {
  background: #149dcc;
}
.cid-r7lVKqpQ4T .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-r7lVKqpQ4T .btn {
    font-size: 20px !important;
  }
}
.cid-r49lgsTrz2 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #2933c2;
}
.cid-r49lgsTrz2 .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-r49lgsTrz2 .section-text {
  padding: 2rem 0;
}
.cid-r49lgsTrz2 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-r49lgsTrz2 .inner-container {
    width: 100% !important;
  }
}
.cid-r49lDJFBV6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #ffffff;
}
.cid-r49lDJFBV6 .image-block {
  margin: auto;
}
.cid-r49lDJFBV6 figcaption {
  position: relative;
}
.cid-r49lDJFBV6 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r49lDJFBV6 .image-block {
    width: 100% !important;
  }
}
.cid-r49mpEeyEw {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-r49mpEeyEw .pricing {
  padding: 3.3rem;
  color: #767676;
  background-color: #fff;
}
@media (max-width: 767px) {
  .cid-r49mpEeyEw .pricing {
    padding: 1.5rem;
  }
}
.cid-r49mpEeyEw .plan-header,
.cid-r49mpEeyEw .plan-body {
  background-color: #fff;
}
.cid-r49mpEeyEw .plan-title {
  margin-top: 1.4rem;
}
.cid-r49mpEeyEw .price-figure {
  font-weight: 700;
  color: #232323;
}
@media (max-width: 550px) {
  .cid-r49mpEeyEw .price-figure {
    font-size: 4.25rem;
  }
}
.cid-r49mpEeyEw .price-value {
  font-weight: 700;
  vertical-align: top;
}
.cid-r49mpEeyEw hr {
  margin: 2rem 0;
}
.cid-r49n1jUqeq {
  padding-top: 120px;
  padding-bottom: 0px;
  background: #efefef;
}
.cid-r49n1jUqeq .image-block {
  margin: auto;
}
.cid-r49n1jUqeq figcaption {
  position: relative;
}
.cid-r49n1jUqeq figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r49n1jUqeq .image-block {
    width: 100% !important;
  }
}
.cid-r7lW2NQiQU {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f7ed4a;
}
.cid-r7lW2NQiQU h1 {
  color: #616161;
}
.cid-r7lW2NQiQU h2,
.cid-r7lW2NQiQU h3,
.cid-r7lW2NQiQU p {
  color: #767676;
}
.cid-r7lW2NQiQU .mbr-section-subtitle {
  font-style: italic;
}
.cid-r7lW2NQiQU H1 {
  color: #232323;
}
.cid-r7lW2NQiQU DIV {
  color: #232323;
}
.cid-r7lW2NQiQU P {
  color: #232323;
}
.cid-r7lSp7UoDr {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r7lSp7UoDr [class^="socicon-"]:before,
.cid-r7lSp7UoDr [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-r7lSp7UoDr .btn-social {
  border-color: #149dcc;
}
.cid-r7lSp7UoDr .btn-social:hover {
  background: #149dcc;
}
.cid-r7lSp7UoDr .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-r7lSp7UoDr .btn {
    font-size: 20px !important;
  }
}
.cid-r7lSp7UoDr .btn-social,
.cid-r7lSp7UoDr .mbr-section-title {
  color: #232323;
}
.cid-r49KGSsIaD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-r49KGSsIaD .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-r49KGSsIaD .section-text {
  padding: 2rem 0;
}
.cid-r49KGSsIaD .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-r49KGSsIaD .inner-container {
    width: 100% !important;
  }
}
.cid-r49Lx5gNUx {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #ffffff;
  background: linear-gradient(0deg, #149dcc, #ffffff);
}
.cid-r49Lx5gNUx .image-block {
  margin: auto;
}
.cid-r49Lx5gNUx figcaption {
  position: relative;
}
.cid-r49Lx5gNUx figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r49Lx5gNUx .image-block {
    width: 100% !important;
  }
}
.cid-r49LK7oJyj {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-r49LK7oJyj .pricing {
  padding: 3.3rem;
  color: #767676;
  background-color: #fff;
}
@media (max-width: 767px) {
  .cid-r49LK7oJyj .pricing {
    padding: 1.5rem;
  }
}
.cid-r49LK7oJyj .plan-header,
.cid-r49LK7oJyj .plan-body {
  background-color: #fff;
}
.cid-r49LK7oJyj .plan-title {
  margin-top: 1.4rem;
}
.cid-r49LK7oJyj .price-figure {
  font-weight: 700;
  color: #232323;
}
@media (max-width: 550px) {
  .cid-r49LK7oJyj .price-figure {
    font-size: 4.25rem;
  }
}
.cid-r49LK7oJyj .price-value {
  font-weight: 700;
  vertical-align: top;
}
.cid-r49LK7oJyj hr {
  margin: 2rem 0;
}
.cid-r49Mkoo55j {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #ffffff;
}
.cid-r49Mkoo55j .image-block {
  margin: auto;
}
.cid-r49Mkoo55j figcaption {
  position: relative;
}
.cid-r49Mkoo55j figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r49Mkoo55j .image-block {
    width: 100% !important;
  }
}
.cid-r7lSWmciHD {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f7ed4a;
}
.cid-r7lSWmciHD h1 {
  color: #616161;
}
.cid-r7lSWmciHD h2,
.cid-r7lSWmciHD h3,
.cid-r7lSWmciHD p {
  color: #767676;
}
.cid-r7lSWmciHD .mbr-section-subtitle {
  font-style: italic;
}
.cid-r7lSWmciHD H1 {
  color: #232323;
}
.cid-r7lSWmciHD H3 {
  color: #232323;
}
.cid-r7lSWmciHD P {
  color: #232323;
}
.cid-r7lNmEkYX6 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-r7lNmEkYX6 [class^="socicon-"]:before,
.cid-r7lNmEkYX6 [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-r7lNmEkYX6 .btn-social {
  border-color: #149dcc;
}
.cid-r7lNmEkYX6 .btn-social:hover {
  background: #149dcc;
}
.cid-r7lNmEkYX6 .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-r7lNmEkYX6 .btn {
    font-size: 20px !important;
  }
}
.cid-r49WtFaASA {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #2933c2;
}
.cid-r49WtFaASA .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-r49WtFaASA .section-text {
  padding: 2rem 0;
}
.cid-r49WtFaASA .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-r49WtFaASA .inner-container {
    width: 100% !important;
  }
}
.cid-r49X7ZNm8a {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #ffffff;
  background: linear-gradient(0deg, #2933c2, #ffffff);
}
.cid-r49X7ZNm8a .image-block {
  margin: auto;
}
.cid-r49X7ZNm8a figcaption {
  position: relative;
}
.cid-r49X7ZNm8a figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r49X7ZNm8a .image-block {
    width: 100% !important;
  }
}
.cid-r49ZtDUtej {
  padding-top: 30px;
  padding-bottom: 0px;
  background: #ffffff;
  background: linear-gradient(0deg, #efefef, #ffffff);
}
.cid-r49ZtDUtej .image-block {
  margin: auto;
}
.cid-r49ZtDUtej figcaption {
  position: relative;
}
.cid-r49ZtDUtej figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r49ZtDUtej .image-block {
    width: 100% !important;
  }
}
.cid-r49YViQIzl {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-r49YViQIzl .pricing {
  padding: 3.3rem;
  color: #767676;
  background-color: #fff;
}
@media (max-width: 767px) {
  .cid-r49YViQIzl .pricing {
    padding: 1.5rem;
  }
}
.cid-r49YViQIzl .plan-header,
.cid-r49YViQIzl .plan-body {
  background-color: #fff;
}
.cid-r49YViQIzl .plan-title {
  margin-top: 1.4rem;
}
.cid-r49YViQIzl .price-figure {
  font-weight: 700;
  color: #232323;
}
@media (max-width: 550px) {
  .cid-r49YViQIzl .price-figure {
    font-size: 4.25rem;
  }
}
.cid-r49YViQIzl .price-value {
  font-weight: 700;
  vertical-align: top;
}
.cid-r49YViQIzl hr {
  margin: 2rem 0;
}
.cid-r7lNVR99SP {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f7ed4a;
}
.cid-r7lNVR99SP h1 {
  color: #616161;
}
.cid-r7lNVR99SP h2,
.cid-r7lNVR99SP h3,
.cid-r7lNVR99SP p {
  color: #767676;
}
.cid-r7lNVR99SP .mbr-section-subtitle {
  font-style: italic;
}
.cid-r7lNVR99SP H1 {
  color: #232323;
}
.cid-r7lNVR99SP DIV {
  color: #232323;
}
.cid-r7lNVR99SP P {
  color: #232323;
}
.cid-r7lI7IvOWX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r7lI7IvOWX [class^="socicon-"]:before,
.cid-r7lI7IvOWX [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-r7lI7IvOWX .btn-social {
  border-color: #149dcc;
}
.cid-r7lI7IvOWX .btn-social:hover {
  background: #149dcc;
}
.cid-r7lI7IvOWX .btn-social:hover i.socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-r7lI7IvOWX .btn {
    font-size: 20px !important;
  }
}
.cid-r4ajxhWzCf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1a7f19;
}
.cid-r4ajxhWzCf .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-r4ajxhWzCf .section-text {
  padding: 2rem 0;
  color: #ffffff;
}
.cid-r4ajxhWzCf .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-r4ajxhWzCf .inner-container {
    width: 100% !important;
  }
}
.cid-r4ajTyOUjd {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #ffffff;
}
.cid-r4ajTyOUjd .image-block {
  margin: auto;
}
.cid-r4ajTyOUjd figcaption {
  position: relative;
}
.cid-r4ajTyOUjd figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r4ajTyOUjd .image-block {
    width: 100% !important;
  }
}
.cid-r4amLMWFZY {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #efefef;
}
.cid-r4amLMWFZY .image-block {
  margin: auto;
}
.cid-r4amLMWFZY figcaption {
  position: relative;
}
.cid-r4amLMWFZY figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r4amLMWFZY .image-block {
    width: 100% !important;
  }
}
.cid-r4amHincUH {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-r4amHincUH .pricing {
  padding: 3.3rem;
  color: #767676;
  background-color: #fff;
}
@media (max-width: 767px) {
  .cid-r4amHincUH .pricing {
    padding: 1.5rem;
  }
}
.cid-r4amHincUH .plan-header,
.cid-r4amHincUH .plan-body {
  background-color: #fff;
}
.cid-r4amHincUH .plan-title {
  margin-top: 1.4rem;
}
.cid-r4amHincUH .price-figure {
  font-weight: 700;
  color: #232323;
}
@media (max-width: 550px) {
  .cid-r4amHincUH .price-figure {
    font-size: 4.25rem;
  }
}
.cid-r4amHincUH .price-value {
  font-weight: 700;
  vertical-align: top;
}
.cid-r4amHincUH hr {
  margin: 2rem 0;
}
.cid-r7lomZzos5 {
  padding-top: 15px;
  padding-bottom: 135px;
  background-color: #f7ed4a;
}
.cid-r7lomZzos5 h1 {
  color: #616161;
}
.cid-r7lomZzos5 h2,
.cid-r7lomZzos5 h3,
.cid-r7lomZzos5 p {
  color: #767676;
}
.cid-r7lomZzos5 .mbr-section-subtitle {
  font-style: italic;
}
.cid-r7lomZzos5 P {
  color: #232323;
}
.cid-r7lomZzos5 H3 {
  color: #232323;
}
.cid-r7lomZzos5 H1 {
  color: #232323;
}
