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





body {
  font-style: normal;
  line-height: 1.5;
  font-family: Rubik;
}
.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;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.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;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -webkit-inline-flex;
  padding: 1rem 3rem;
  border-radius: 3px;
}
.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);
  -webkit-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;
  -webkit-transform: rotate(45deg);
}
.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
  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;
  pointer-events: none;
}
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;
  -webkit-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;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto!important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #149dcc;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #149dcc;
  border-bottom-color: #149dcc;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #149dcc !important;
  box-shadow: none!important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff3366 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none!important;
}
.lazy-placeholder:not(section) {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23149dcc' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
.cid-rCIgIyoNwI {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 45px;
}
.cid-rCIgIyoNwI .image-block {
  margin: auto;
}
.cid-rCIgIyoNwI .mbr-figure {
  margin: 0 auto;
}
.cid-rCIgIyoNwI figcaption {
  position: relative;
}
.cid-rCIgIyoNwI figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rCIgIyoNwI .image-block {
    width: 100% !important;
  }
}
.cid-rCI0GRBG6H {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-rCI0GRBG6H P {
  color: #767676;
}
.cid-rCI0GRBG6H .mbr-text,
.cid-rCI0GRBG6H .mbr-section-btn {
  text-align: center;
}
.cid-tIMqLgZpEA {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tIMqLgZpEA .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tIMqLgZpEA .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-tIMqLgZpEA .mbr-text {
  color: #767676;
}
.cid-rCI0Asd7YS {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rCI0Asd7YS h2 {
  text-align: left;
}
.cid-rCI0Asd7YS h4 {
  text-align: left;
  font-weight: 500;
}
.cid-rCI0Asd7YS p {
  color: #767676;
  text-align: left;
}
.cid-rCI0Asd7YS .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rCI0Asd7YS .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rCI0Asd7YS .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rCI0Asd7YS .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rCI0Asd7YS .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rCI0Asd7YS .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rCI0Asd7YS .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rCI0Asd7YS .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rCI0Asd7YS .card-img span {
    font-size: 40px !important;
  }
}
.cid-rDITvCDcgE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-rDITvCDcgE .mbr-section-subtitle {
  color: #767676;
}
.cid-rDITvCDcgE .btn {
  margin: 0 0 .5rem 0;
}
.cid-rDITvCDcgE H2 {
  text-align: left;
}
.cid-rJeTUMfNKb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rJeTUMfNKb .testimonial-text {
  font-style: italic;
  color: #676767;
  font-weight: 300;
}
.cid-rJeTUMfNKb .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-rJeTUMfNKb .mbr-author-desc {
  color: #232;
}
@media (max-width: 991px) {
  .cid-rJeTUMfNKb .mbr-figure,
  .cid-rJeTUMfNKb img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
}
.cid-rDJMtVeuPI {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-rDJMtVeuPI .content {
    text-align: center;
  }
  .cid-rDJMtVeuPI .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rDJMtVeuPI .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rDJMtVeuPI .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rDJMtVeuPI .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rDJMtVeuPI .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rDJMtVeuPI .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rDJMtVeuPI .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rDJMtVeuPI .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rDJMtVeuPI .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rDJMtVeuPI .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rDJMtVeuPI .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rDJMtVeuPI .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rDJMtVeuPI .copyright > p {
  text-align: left;
}
.cid-rJeYedr7B4 {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 45px;
}
.cid-rJeYedr7B4 .image-block {
  margin: auto;
}
.cid-rJeYedr7B4 .mbr-figure {
  margin: 0 auto;
}
.cid-rJeYedr7B4 figcaption {
  position: relative;
}
.cid-rJeYedr7B4 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rJeYedr7B4 .image-block {
    width: 100% !important;
  }
}
.cid-rJeYedOIi6 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-rJeYedOIi6 P {
  color: #767676;
}
.cid-rJeYedOIi6 .mbr-text,
.cid-rJeYedOIi6 .mbr-section-btn {
  text-align: center;
}
.cid-rJf2XBKWWV {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rJf2XBKWWV .mbr-section-subtitle {
  color: #767676;
}
.cid-rOkLiFi5kM {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-rOkLiFi5kM .image-block {
  margin: auto;
}
.cid-rOkLiFi5kM figcaption {
  position: relative;
}
.cid-rOkLiFi5kM figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rOkLiFi5kM .image-block {
    width: 100% !important;
  }
}
.cid-rOkK9RRKep {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rOkK9RRKep .mbr-section-subtitle {
  color: #767676;
}
.cid-rJeYef9hyN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rJeYef9hyN .testimonial-text {
  font-style: italic;
  color: #676767;
  font-weight: 300;
}
.cid-rJeYef9hyN .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-rJeYef9hyN .mbr-author-desc {
  color: #232;
}
@media (max-width: 991px) {
  .cid-rJeYef9hyN .mbr-figure,
  .cid-rJeYef9hyN img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
}
.cid-rJlHCkkdEj {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-rJlHCkkdEj .content {
    text-align: center;
  }
  .cid-rJlHCkkdEj .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rJlHCkkdEj .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rJlHCkkdEj .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rJlHCkkdEj .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rJlHCkkdEj .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rJlHCkkdEj .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rJlHCkkdEj .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rJlHCkkdEj .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rJlHCkkdEj .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rJlHCkkdEj .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rJlHCkkdEj .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rJlHCkkdEj .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rJlHCkkdEj .copyright > p {
  text-align: left;
}
.cid-rJeZpVSiAB {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 45px;
}
.cid-rJeZpVSiAB .image-block {
  margin: auto;
}
.cid-rJeZpVSiAB .mbr-figure {
  margin: 0 auto;
}
.cid-rJeZpVSiAB figcaption {
  position: relative;
}
.cid-rJeZpVSiAB figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rJeZpVSiAB .image-block {
    width: 100% !important;
  }
}
.cid-rJeZpWfqTF {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-rJeZpWfqTF P {
  color: #767676;
}
.cid-rJeZpWfqTF .mbr-text,
.cid-rJeZpWfqTF .mbr-section-btn {
  text-align: center;
}
.cid-rJf2teGYaL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rJf2teGYaL .mbr-section-subtitle {
  color: #767676;
}
.cid-rJeZpX6gUl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rJeZpX6gUl .testimonial-text {
  font-style: italic;
  color: #676767;
  font-weight: 300;
}
.cid-rJeZpX6gUl .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-rJeZpX6gUl .mbr-author-desc {
  color: #232;
}
@media (max-width: 991px) {
  .cid-rJeZpX6gUl .mbr-figure,
  .cid-rJeZpX6gUl img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
}
.cid-rJlHJoyO2C {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-rJlHJoyO2C .content {
    text-align: center;
  }
  .cid-rJlHJoyO2C .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rJlHJoyO2C .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rJlHJoyO2C .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rJlHJoyO2C .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rJlHJoyO2C .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rJlHJoyO2C .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rJlHJoyO2C .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rJlHJoyO2C .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rJlHJoyO2C .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rJlHJoyO2C .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rJlHJoyO2C .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rJlHJoyO2C .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rJlHJoyO2C .copyright > p {
  text-align: left;
}
.cid-rDIUHWBzWn {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 45px;
}
.cid-rDIUHWBzWn .image-block {
  margin: auto;
}
.cid-rDIUHWBzWn .mbr-figure {
  margin: 0 auto;
}
.cid-rDIUHWBzWn figcaption {
  position: relative;
}
.cid-rDIUHWBzWn figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rDIUHWBzWn .image-block {
    width: 100% !important;
  }
}
.cid-rDPQt3qkur {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-rDPQt3qkur .mbr-section-subtitle {
  color: #767676;
}
.cid-rDPQt3qkur H2 {
  text-align: center;
}
.cid-rNFJnk7nHD {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rNFJnk7nHD .title {
  padding-bottom: 2.5rem;
}
.cid-rNFJnk7nHD h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-rNFJnk7nHD .bottom-line p {
  color: #767676;
  text-align: left;
}
.cid-rNFJnk7nHD .card-wrapper {
  background-color: #ffffff;
  background-color: transparent;
  position: relative;
  justify-content: unset;
}
.cid-rNFJnk7nHD .card-wrapper .card-box {
  width: 100%;
}
.cid-rNFJnk7nHD .card-wrapper .card-box .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cid-rNFJnk7nHD .card-wrapper .card-box .wrapper .top-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-rNFJnk7nHD .card-wrapper .card-box .wrapper .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-rNFJnk7nHD .card-wrapper .card-box .wrapper .bottom-line {
    width: 100%;
  }
  .cid-rNFJnk7nHD .card-wrapper .card-box .wrapper .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-rNFJnk7nHD .card.pb-5 {
    padding-bottom: 2rem !important;
  }
  .cid-rNFJnk7nHD .wrapper {
    padding-top: 1rem;
  }
}
.cid-rNFJnk7nHD .card-title {
  text-align: left;
}
.cid-rNFJnk7nHD H2 {
  text-align: left;
}
.cid-rNFJnk7nHD .cost {
  text-align: right;
  color: #232323;
}
.cid-rNFLRKy1yN {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rNFLRKy1yN .title {
  padding-bottom: 2.5rem;
}
.cid-rNFLRKy1yN h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-rNFLRKy1yN .bottom-line p {
  color: #767676;
  text-align: left;
}
.cid-rNFLRKy1yN .card-wrapper {
  background-color: #ffffff;
  background-color: transparent;
  position: relative;
  justify-content: unset;
}
.cid-rNFLRKy1yN .card-wrapper .card-box {
  width: 100%;
}
.cid-rNFLRKy1yN .card-wrapper .card-box .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cid-rNFLRKy1yN .card-wrapper .card-box .wrapper .top-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-rNFLRKy1yN .card-wrapper .card-box .wrapper .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-rNFLRKy1yN .card-wrapper .card-box .wrapper .bottom-line {
    width: 100%;
  }
  .cid-rNFLRKy1yN .card-wrapper .card-box .wrapper .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-rNFLRKy1yN .card.pb-5 {
    padding-bottom: 2rem !important;
  }
  .cid-rNFLRKy1yN .wrapper {
    padding-top: 1rem;
  }
}
.cid-rNFLRKy1yN .card-title {
  text-align: left;
}
.cid-rNFLRKy1yN H2 {
  text-align: left;
}
.cid-rNFO48Xxm5 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rNFO48Xxm5 .title {
  padding-bottom: 2.5rem;
}
.cid-rNFO48Xxm5 h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-rNFO48Xxm5 .bottom-line p {
  color: #767676;
  text-align: left;
}
.cid-rNFO48Xxm5 .card-wrapper {
  background-color: #ffffff;
  background-color: transparent;
  position: relative;
  justify-content: unset;
}
.cid-rNFO48Xxm5 .card-wrapper .card-box {
  width: 100%;
}
.cid-rNFO48Xxm5 .card-wrapper .card-box .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cid-rNFO48Xxm5 .card-wrapper .card-box .wrapper .top-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-rNFO48Xxm5 .card-wrapper .card-box .wrapper .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-rNFO48Xxm5 .card-wrapper .card-box .wrapper .bottom-line {
    width: 100%;
  }
  .cid-rNFO48Xxm5 .card-wrapper .card-box .wrapper .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-rNFO48Xxm5 .card.pb-5 {
    padding-bottom: 2rem !important;
  }
  .cid-rNFO48Xxm5 .wrapper {
    padding-top: 1rem;
  }
}
.cid-rNFO48Xxm5 .card-title {
  text-align: left;
}
.cid-rNFO48Xxm5 H2 {
  text-align: left;
}
.cid-rNFPqkZgRw {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rNFPqkZgRw .title {
  padding-bottom: 2.5rem;
}
.cid-rNFPqkZgRw h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-rNFPqkZgRw .bottom-line p {
  color: #767676;
  text-align: left;
}
.cid-rNFPqkZgRw .card-wrapper {
  background-color: #ffffff;
  background-color: transparent;
  position: relative;
  justify-content: unset;
}
.cid-rNFPqkZgRw .card-wrapper .card-box {
  width: 100%;
}
.cid-rNFPqkZgRw .card-wrapper .card-box .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cid-rNFPqkZgRw .card-wrapper .card-box .wrapper .top-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-rNFPqkZgRw .card-wrapper .card-box .wrapper .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-rNFPqkZgRw .card-wrapper .card-box .wrapper .bottom-line {
    width: 100%;
  }
  .cid-rNFPqkZgRw .card-wrapper .card-box .wrapper .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-rNFPqkZgRw .card.pb-5 {
    padding-bottom: 2rem !important;
  }
  .cid-rNFPqkZgRw .wrapper {
    padding-top: 1rem;
  }
}
.cid-rNFPqkZgRw .card-title {
  text-align: left;
}
.cid-rNFPqkZgRw H2 {
  text-align: left;
}
.cid-rNFPqkZgRw .cost {
  text-align: right;
}
.cid-sO0y7CqFDd {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sO0y7CqFDd .title {
  padding-bottom: 2.5rem;
}
.cid-sO0y7CqFDd h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-sO0y7CqFDd .bottom-line p {
  color: #767676;
  text-align: left;
}
.cid-sO0y7CqFDd .card-wrapper {
  background-color: #ffffff;
  background-color: transparent;
  position: relative;
  justify-content: unset;
}
.cid-sO0y7CqFDd .card-wrapper .card-box {
  width: 100%;
}
.cid-sO0y7CqFDd .card-wrapper .card-box .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cid-sO0y7CqFDd .card-wrapper .card-box .wrapper .top-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-sO0y7CqFDd .card-wrapper .card-box .wrapper .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-sO0y7CqFDd .card-wrapper .card-box .wrapper .bottom-line {
    width: 100%;
  }
  .cid-sO0y7CqFDd .card-wrapper .card-box .wrapper .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-sO0y7CqFDd .card.pb-5 {
    padding-bottom: 2rem !important;
  }
  .cid-sO0y7CqFDd .wrapper {
    padding-top: 1rem;
  }
}
.cid-sO0y7CqFDd .card-title {
  text-align: left;
}
.cid-sO0y7CqFDd H2 {
  text-align: left;
}
.cid-sO0y7CqFDd .cost {
  text-align: right;
}
.cid-rNFSGZ8gnd {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rNFSGZ8gnd .title {
  padding-bottom: 2.5rem;
}
.cid-rNFSGZ8gnd h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-rNFSGZ8gnd .bottom-line p {
  color: #767676;
  text-align: left;
}
.cid-rNFSGZ8gnd .card-wrapper {
  background-color: #ffffff;
  background-color: transparent;
  position: relative;
  justify-content: unset;
}
.cid-rNFSGZ8gnd .card-wrapper .card-box {
  width: 100%;
}
.cid-rNFSGZ8gnd .card-wrapper .card-box .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cid-rNFSGZ8gnd .card-wrapper .card-box .wrapper .top-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-rNFSGZ8gnd .card-wrapper .card-box .wrapper .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-rNFSGZ8gnd .card-wrapper .card-box .wrapper .bottom-line {
    width: 100%;
  }
  .cid-rNFSGZ8gnd .card-wrapper .card-box .wrapper .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-rNFSGZ8gnd .card.pb-5 {
    padding-bottom: 2rem !important;
  }
  .cid-rNFSGZ8gnd .wrapper {
    padding-top: 1rem;
  }
}
.cid-rNFSGZ8gnd .card-title {
  text-align: left;
}
.cid-rNFSGZ8gnd H2 {
  text-align: left;
}
.cid-sNDxz4pjyF {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sNDxz4pjyF .title {
  padding-bottom: 2.5rem;
}
.cid-sNDxz4pjyF h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-sNDxz4pjyF .bottom-line p {
  color: #767676;
  text-align: left;
}
.cid-sNDxz4pjyF .card-wrapper {
  background-color: #ffffff;
  background-color: transparent;
  position: relative;
  justify-content: unset;
}
.cid-sNDxz4pjyF .card-wrapper .card-box {
  width: 100%;
}
.cid-sNDxz4pjyF .card-wrapper .card-box .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cid-sNDxz4pjyF .card-wrapper .card-box .wrapper .top-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-sNDxz4pjyF .card-wrapper .card-box .wrapper .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-sNDxz4pjyF .card-wrapper .card-box .wrapper .bottom-line {
    width: 100%;
  }
  .cid-sNDxz4pjyF .card-wrapper .card-box .wrapper .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-sNDxz4pjyF .card.pb-5 {
    padding-bottom: 2rem !important;
  }
  .cid-sNDxz4pjyF .wrapper {
    padding-top: 1rem;
  }
}
.cid-sNDxz4pjyF .card-title {
  text-align: left;
}
.cid-sNDxz4pjyF H2 {
  text-align: left;
}
.cid-tb5dyaPL4e {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tb5dyaPL4e .title {
  padding-bottom: 2.5rem;
}
.cid-tb5dyaPL4e h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-tb5dyaPL4e .bottom-line p {
  color: #767676;
  text-align: left;
}
.cid-tb5dyaPL4e .card-wrapper {
  background-color: #ffffff;
  background-color: transparent;
  position: relative;
  justify-content: unset;
}
.cid-tb5dyaPL4e .card-wrapper .card-box {
  width: 100%;
}
.cid-tb5dyaPL4e .card-wrapper .card-box .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cid-tb5dyaPL4e .card-wrapper .card-box .wrapper .top-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-tb5dyaPL4e .card-wrapper .card-box .wrapper .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-tb5dyaPL4e .card-wrapper .card-box .wrapper .bottom-line {
    width: 100%;
  }
  .cid-tb5dyaPL4e .card-wrapper .card-box .wrapper .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-tb5dyaPL4e .card.pb-5 {
    padding-bottom: 2rem !important;
  }
  .cid-tb5dyaPL4e .wrapper {
    padding-top: 1rem;
  }
}
.cid-tb5dyaPL4e .card-title {
  text-align: left;
}
.cid-tb5dyaPL4e H2 {
  text-align: left;
}
.cid-rHZR5T0UOf {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rHZR5T0UOf .title {
  padding-bottom: 2.5rem;
}
.cid-rHZR5T0UOf h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-rHZR5T0UOf .bottom-line p {
  color: #767676;
  text-align: left;
}
.cid-rHZR5T0UOf .card-wrapper {
  background-color: #ffffff;
  background-color: transparent;
  position: relative;
  justify-content: unset;
}
.cid-rHZR5T0UOf .card-wrapper .card-box {
  width: 100%;
}
.cid-rHZR5T0UOf .card-wrapper .card-box .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cid-rHZR5T0UOf .card-wrapper .card-box .wrapper .top-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-rHZR5T0UOf .card-wrapper .card-box .wrapper .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-rHZR5T0UOf .card-wrapper .card-box .wrapper .bottom-line {
    width: 100%;
  }
  .cid-rHZR5T0UOf .card-wrapper .card-box .wrapper .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-rHZR5T0UOf .card.pb-5 {
    padding-bottom: 2rem !important;
  }
  .cid-rHZR5T0UOf .wrapper {
    padding-top: 1rem;
  }
}
.cid-rHZR5T0UOf .card-title {
  text-align: left;
}
.cid-rHZR5T0UOf .cost {
  text-align: right;
}
.cid-sO0JObagHB {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sO0JObagHB .title {
  padding-bottom: 2.5rem;
}
.cid-sO0JObagHB h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-sO0JObagHB .bottom-line p {
  color: #767676;
  text-align: left;
}
.cid-sO0JObagHB .card-wrapper {
  background-color: #ffffff;
  background-color: transparent;
  position: relative;
  justify-content: unset;
}
.cid-sO0JObagHB .card-wrapper .card-box {
  width: 100%;
}
.cid-sO0JObagHB .card-wrapper .card-box .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cid-sO0JObagHB .card-wrapper .card-box .wrapper .top-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-sO0JObagHB .card-wrapper .card-box .wrapper .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-sO0JObagHB .card-wrapper .card-box .wrapper .bottom-line {
    width: 100%;
  }
  .cid-sO0JObagHB .card-wrapper .card-box .wrapper .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-sO0JObagHB .card.pb-5 {
    padding-bottom: 2rem !important;
  }
  .cid-sO0JObagHB .wrapper {
    padding-top: 1rem;
  }
}
.cid-sO0JObagHB .card-title {
  text-align: left;
}
.cid-sO0JObagHB .cost {
  text-align: right;
}
.cid-rILEReOFH1 {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rILEReOFH1 .title {
  padding-bottom: 2.5rem;
}
.cid-rILEReOFH1 h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-rILEReOFH1 .bottom-line p {
  color: #767676;
  text-align: left;
}
.cid-rILEReOFH1 .card-wrapper {
  background-color: #ffffff;
  background-color: transparent;
  position: relative;
  justify-content: unset;
}
.cid-rILEReOFH1 .card-wrapper .card-box {
  width: 100%;
}
.cid-rILEReOFH1 .card-wrapper .card-box .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cid-rILEReOFH1 .card-wrapper .card-box .wrapper .top-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-rILEReOFH1 .card-wrapper .card-box .wrapper .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-rILEReOFH1 .card-wrapper .card-box .wrapper .bottom-line {
    width: 100%;
  }
  .cid-rILEReOFH1 .card-wrapper .card-box .wrapper .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-rILEReOFH1 .card.pb-5 {
    padding-bottom: 2rem !important;
  }
  .cid-rILEReOFH1 .wrapper {
    padding-top: 1rem;
  }
}
.cid-rILEReOFH1 .card-title {
  text-align: left;
}
.cid-rILEReOFH1 .cost {
  text-align: right;
}
.cid-rILIqOmjU8 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rILIqOmjU8 .title {
  padding-bottom: 2.5rem;
}
.cid-rILIqOmjU8 h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-rILIqOmjU8 .bottom-line p {
  color: #767676;
  text-align: left;
}
.cid-rILIqOmjU8 .card-wrapper {
  background-color: #ffffff;
  background-color: transparent;
  position: relative;
  justify-content: unset;
}
.cid-rILIqOmjU8 .card-wrapper .card-box {
  width: 100%;
}
.cid-rILIqOmjU8 .card-wrapper .card-box .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cid-rILIqOmjU8 .card-wrapper .card-box .wrapper .top-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-rILIqOmjU8 .card-wrapper .card-box .wrapper .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-rILIqOmjU8 .card-wrapper .card-box .wrapper .bottom-line {
    width: 100%;
  }
  .cid-rILIqOmjU8 .card-wrapper .card-box .wrapper .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-rILIqOmjU8 .card.pb-5 {
    padding-bottom: 2rem !important;
  }
  .cid-rILIqOmjU8 .wrapper {
    padding-top: 1rem;
  }
}
.cid-rILIqOmjU8 .card-title {
  text-align: left;
}
.cid-rILIqOmjU8 .cost {
  text-align: right;
}
.cid-shQWmP72pG {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-shQWmP72pG .title {
  padding-bottom: 2.5rem;
}
.cid-shQWmP72pG h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-shQWmP72pG .bottom-line p {
  color: #767676;
  text-align: left;
}
.cid-shQWmP72pG .card-wrapper {
  background-color: #ffffff;
  background-color: transparent;
  position: relative;
  justify-content: unset;
}
.cid-shQWmP72pG .card-wrapper .card-box {
  width: 100%;
}
.cid-shQWmP72pG .card-wrapper .card-box .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cid-shQWmP72pG .card-wrapper .card-box .wrapper .top-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-shQWmP72pG .card-wrapper .card-box .wrapper .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-shQWmP72pG .card-wrapper .card-box .wrapper .bottom-line {
    width: 100%;
  }
  .cid-shQWmP72pG .card-wrapper .card-box .wrapper .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-shQWmP72pG .card.pb-5 {
    padding-bottom: 2rem !important;
  }
  .cid-shQWmP72pG .wrapper {
    padding-top: 1rem;
  }
}
.cid-shQWmP72pG .card-title {
  text-align: left;
}
.cid-shQWmP72pG .cost {
  text-align: right;
}
.cid-rILFfT6Spq {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rILFfT6Spq .title {
  padding-bottom: 2.5rem;
}
.cid-rILFfT6Spq h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-rILFfT6Spq .bottom-line p {
  color: #767676;
  text-align: left;
}
.cid-rILFfT6Spq .card-wrapper {
  background-color: #ffffff;
  background-color: transparent;
  position: relative;
  justify-content: unset;
}
.cid-rILFfT6Spq .card-wrapper .card-box {
  width: 100%;
}
.cid-rILFfT6Spq .card-wrapper .card-box .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cid-rILFfT6Spq .card-wrapper .card-box .wrapper .top-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-rILFfT6Spq .card-wrapper .card-box .wrapper .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-rILFfT6Spq .card-wrapper .card-box .wrapper .bottom-line {
    width: 100%;
  }
  .cid-rILFfT6Spq .card-wrapper .card-box .wrapper .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-rILFfT6Spq .card.pb-5 {
    padding-bottom: 2rem !important;
  }
  .cid-rILFfT6Spq .wrapper {
    padding-top: 1rem;
  }
}
.cid-rILFfT6Spq .card-title {
  text-align: left;
}
.cid-rM4n6UoPhs {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rM4n6UoPhs .title {
  padding-bottom: 2.5rem;
}
.cid-rM4n6UoPhs h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-rM4n6UoPhs .bottom-line p {
  color: #767676;
  text-align: left;
}
.cid-rM4n6UoPhs .card-wrapper {
  background-color: #ffffff;
  background-color: transparent;
  position: relative;
  justify-content: unset;
}
.cid-rM4n6UoPhs .card-wrapper .card-box {
  width: 100%;
}
.cid-rM4n6UoPhs .card-wrapper .card-box .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cid-rM4n6UoPhs .card-wrapper .card-box .wrapper .top-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-rM4n6UoPhs .card-wrapper .card-box .wrapper .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-rM4n6UoPhs .card-wrapper .card-box .wrapper .bottom-line {
    width: 100%;
  }
  .cid-rM4n6UoPhs .card-wrapper .card-box .wrapper .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-rM4n6UoPhs .card.pb-5 {
    padding-bottom: 2rem !important;
  }
  .cid-rM4n6UoPhs .wrapper {
    padding-top: 1rem;
  }
}
.cid-rM4n6UoPhs .card-title {
  text-align: left;
}
.cid-rJeVCCH76N {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rJeVCCH76N .testimonial-text {
  font-style: italic;
  color: #676767;
  font-weight: 300;
}
.cid-rJeVCCH76N .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-rJeVCCH76N .mbr-author-desc {
  color: #232;
}
@media (max-width: 991px) {
  .cid-rJeVCCH76N .mbr-figure,
  .cid-rJeVCCH76N img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
}
.cid-rJlHRemvL5 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-rJlHRemvL5 .content {
    text-align: center;
  }
  .cid-rJlHRemvL5 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rJlHRemvL5 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rJlHRemvL5 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rJlHRemvL5 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rJlHRemvL5 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rJlHRemvL5 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rJlHRemvL5 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rJlHRemvL5 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rJlHRemvL5 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rJlHRemvL5 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rJlHRemvL5 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rJlHRemvL5 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rJlHRemvL5 .copyright > p {
  text-align: left;
}
