body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 3.4rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 5.44rem;
}
.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.4rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 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.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((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.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #ff3366 !important;
}
.bg-success {
  background-color: #465052 !important;
}
.bg-info {
  background-color: #8a90a1 !important;
}
.bg-warning {
  background-color: #a49da3 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f7490c !important;
  border-color: #f7490c !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #b13206 !important;
  border-color: #b13206 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b13206 !important;
  border-color: #b13206 !important;
}
.btn-info,
.btn-info:active {
  background-color: #8a90a1 !important;
  border-color: #8a90a1 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #63697b !important;
  border-color: #63697b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #63697b !important;
  border-color: #63697b !important;
}
.btn-success,
.btn-success:active {
  background-color: #465052 !important;
  border-color: #465052 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #232829 !important;
  border-color: #232829 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #232829 !important;
  border-color: #232829 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a49da3 !important;
  border-color: #a49da3 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #7f767d !important;
  border-color: #7f767d !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #7f767d !important;
  border-color: #7f767d !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: #cc0033;
  color: #cc0033;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #982b05;
  color: #982b05;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #f7490c;
  border-color: #f7490c;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f7490c !important;
  border-color: #f7490c !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #585d6d;
  color: #585d6d;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #8a90a1;
  border-color: #8a90a1;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #8a90a1 !important;
  border-color: #8a90a1 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #171a1b;
  color: #171a1b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #465052;
  border-color: #465052;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #465052 !important;
  border-color: #465052 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #726970;
  color: #726970;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #a49da3;
  border-color: #a49da3;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #a49da3 !important;
  border-color: #a49da3 !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: #ff3366 !important;
}
.text-secondary {
  color: #f7490c !important;
}
.text-success {
  color: #465052 !important;
}
.text-info {
  color: #8a90a1 !important;
}
.text-warning {
  color: #a49da3 !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: #cc0033 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #982b05 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #171a1b !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #585d6d !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #726970 !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: #8a90a1;
}
.alert-warning {
  background-color: #a49da3;
}
.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: #ff3366;
  border-color: #ff3366;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff3366;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #bac2c4;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d1d3da;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #e1dfe1;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #ff3366;
}
/* 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);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #ff3366;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #ff3366;
}
.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: #ff3366;
  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: #ff3366;
  border-bottom-color: #ff3366;
}
.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: #ff3366 !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: #f7490c !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ff3366' %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-s0FIbmh1VD {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #eeeff1;
}
.cid-s0FIbmh1VD .mbr-text,
.cid-s0FIbmh1VD blockquote {
  color: #767676;
}
.cid-s0FIbmh1VD .mbr-text {
  color: #374048;
  text-align: center;
}
.cid-rYSQW98fVk {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f7003e;
}
.cid-rYSQW98fVk P {
  color: #767676;
}
.cid-rYSQW98fVk H1 {
  color: #ffffff;
}
.cid-s0FIAZzSEk {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #eeeff1;
}
.cid-s0FIAZzSEk .mbr-text,
.cid-s0FIAZzSEk blockquote {
  color: #767676;
}
.cid-s0FIAZzSEk .mbr-text {
  color: #8a90a1;
}
.cid-s0FIAZzSEk .mbr-text P {
  text-align: center;
}
.cid-rS3VBrYctW {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #eeeff1;
}
.cid-rS3VBrYctW .form-control,
.cid-rS3VBrYctW .form-control:focus {
  background: #ffffff;
  border: 1px solid #374048;
}
.cid-rS3VBrYctW .form-container {
  transition: all .2s;
  border: 1px solid #374048;
  padding: 1rem;
  background: linear-gradient(#fd0a0a, #374048);
  border: none;
}
.cid-rS3VBrYctW textarea.form-control {
  min-height: 188px;
}
.cid-rS3VBrYctW .input-group-btn {
  justify-content: center;
  -webkit-justify-content: center;
}
@media (min-width: 768px) {
  .cid-rS3VBrYctW .content-container {
    padding-right: 5rem;
  }
}
.cid-rS3VBrYctW H1 {
  color: #374048;
}
.cid-rS3VBrYctW .mbr-text,
.cid-rS3VBrYctW .mbr-section-btn {
  color: #8a90a1;
  text-align: left;
}
.cid-rS3VBrYctW H4 {
  text-align: center;
}
.cid-rS4895JbrS {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #eeeff1;
}
.cid-rS4895JbrS .mbr-text,
.cid-rS4895JbrS blockquote {
  color: #767676;
}
.cid-rS4895JbrS .mbr-text {
  color: #8a90a1;
}
.cid-rS4895JbrS .mbr-text P {
  text-align: center;
}
.cid-rS52dEevRO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #374048;
}
.cid-rS52dEevRO .media-container-row .mbr-text {
  color: #8a90a1;
  text-align: center;
}
.cid-rS5PiCjTYg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #374048;
}
.cid-rS5PiCjTYg .mbr-text,
.cid-rS5PiCjTYg blockquote {
  color: #767676;
}
.cid-rS5PiCjTYg .mbr-text {
  color: #ffffff;
}
.cid-rS5PiCjTYg .mbr-text P {
  text-align: center;
}
.cid-rS5PiDa8u3 {
  background: #374048;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-rS5PiDa8u3 .image-block {
  margin: auto;
}
.cid-rS5PiDa8u3 figcaption {
  position: relative;
}
.cid-rS5PiDa8u3 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rS5PiDa8u3 .image-block {
    width: 100% !important;
  }
}
.cid-rS5PiDISVC {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #eeeff1;
}
.cid-rS5PiDISVC .mbr-text,
.cid-rS5PiDISVC blockquote {
  color: #767676;
}
.cid-rS5PiDISVC .mbr-text {
  color: #fe642e;
}
.cid-rS5PKQpgEn {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #eeeff1;
}
.cid-rS5PKQpgEn H1 {
  color: #374048;
}
.cid-rS5PKQpgEn .mbr-text,
.cid-rS5PKQpgEn .mbr-section-btn {
  color: #8a90a1;
}
.cid-rS5PKQpgEn H3 {
  color: #8a90a1;
}
.cid-rS5PKQpgEn .mbr-section-btn {
  color: #8a90a1;
}
.cid-rS5PiKK32U {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #374048;
}
.cid-rS5PiKK32U .media-container-row .mbr-text {
  color: #8a90a1;
  text-align: center;
}
.cid-s0FOU08DTe {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s0FOU08DTe .mbr-text,
.cid-s0FOU08DTe blockquote {
  color: #767676;
}
.cid-s0FOU08DTe .mbr-text P {
  text-align: center;
}
.cid-rVrLuU0CZe {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-rVrLuU0CZe .image-block {
  margin: auto;
}
.cid-rVrLuU0CZe figcaption {
  position: relative;
}
.cid-rVrLuU0CZe figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rVrLuU0CZe .image-block {
    width: 100% !important;
  }
}
.cid-s4ytXsIMgT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSR6I7RLEs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rSR6I7RLEs .mbr-text {
  color: #8a90a1;
}
.cid-rSR6I7RLEs h4 {
  text-align: center;
}
.cid-rSR6I7RLEs p {
  text-align: center;
}
.cid-rSR6I7RLEs .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rSR6I7RLEs .card-title,
.cid-rSR6I7RLEs .card-img {
  color: #374048;
}
.cid-rSR6Idgy4H {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSR6Idgy4H .mbr-text,
.cid-rSR6Idgy4H blockquote {
  color: #767676;
}
.cid-rSR6Idgy4H .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-sc2H6yErXM {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #dbd4b8, #ff3366);
}
.cid-sc2H6yErXM .btn {
  margin: 0 0 .5rem 0;
}
.cid-sc2H6yErXM H3 {
  color: #ffffff;
}
.cid-sc2H6yErXM H2 {
  color: #232323;
}
.cid-rVBxIohiQM {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/family-2610206.jpeg");
}
.cid-rVsaPcFC5J {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-rVsaPcFC5J P {
  color: #767676;
}
.cid-rVsaPcFC5J H1 {
  color: #374048;
}
.cid-rSR6IfbO94 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #eeeff1;
}
.cid-rSR6IfbO94 .counter-container {
  color: #767676;
}
.cid-rSR6IfbO94 .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-rSR6IfbO94 .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-rSR6IfbO94 .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
}
.cid-rSR6IfbO94 .counter-container ol li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #0488fa;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-rSR6IfbO94 .mbr-text {
  color: #465052;
}
.cid-rSR6IgpEby .divider-top {
  position: relative;
  padding: 2.5em;
  background: #eeeff1;
}
.cid-rSR6IgpEby .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-rSR6IgpEby .divider-top::before,
.cid-rSR6IgpEby .divider-bottom::before,
.cid-rSR6IgpEby .divider-top::after,
.cid-rSR6IgpEby .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-rSR6IgpEby .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-rSR6IgpEby .divider-triangles::before {
  top: -50px;
}
.cid-rSR6IgpEby .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-rSR6IgpEby .divider-halfcircle::before {
  top: -50px;
}
.cid-rSR6IgpEby .divider-multitriangles::before,
.cid-rSR6IgpEby .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-rSR6IgpEby .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #eeeff1, 50px -50px 0 #eeeff1;
}
.cid-rSR6IiWgTc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSR6IiWgTc .mbr-text,
.cid-rSR6IiWgTc blockquote {
  color: #767676;
}
.cid-rSR6IiWgTc .mbr-text {
  color: #8a90a1;
}
.cid-rSR6IiWgTc .mbr-text P {
  text-align: center;
}
.cid-rSR6Ihz5Sg {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSR6Ihz5Sg .mbr-section-subtitle {
  color: #8a90a1;
}
.cid-rSR6Ihz5Sg H2 {
  color: #374048;
}
.cid-rVAH8Ry7Nl {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rVAH8Ry7Nl .mbr-text,
.cid-rVAH8Ry7Nl blockquote {
  color: #767676;
}
.cid-rVAH8Ry7Nl .mbr-text {
  color: #374048;
  text-align: center;
}
.cid-rSR6Ik7Ww3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSR6Ik7Ww3 .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #374048;
}
.cid-rSR6Ik7Ww3 .mbr-author-name {
  font-weight: bold;
  color: #8a90a1;
}
.cid-rSR6Ik7Ww3 .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-rSR6Ik7Ww3 .mbr-figure,
  .cid-rSR6Ik7Ww3 img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-rSR6Ik7Ww3 .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-rSR6Ik7Ww3 .mbr-author-desc {
  color: #fe642e;
}
.cid-sc2RdjZgeG {
  padding-top: 45px;
  padding-bottom: 45px;
  background: linear-gradient(45deg, #dbd4b8, #ff3366);
}
.cid-sc2RdjZgeG .btn {
  margin: 0 0 .5rem 0;
}
.cid-sc2RdjZgeG H3 {
  color: #ffffff;
}
.cid-rYHP8NqMMZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-rYHP8NqMMZ .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rYHP8NqMMZ .section-text {
  padding: 2rem 0;
}
.cid-rYHP8NqMMZ .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rYHP8NqMMZ .inner-container {
    width: 100% !important;
  }
}
.cid-rVGgMh38i7 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/family-557101.jpeg");
}
.cid-rYLtwMO3BM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-rYLtwMO3BM .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rYLtwMO3BM .section-text {
  padding: 2rem 0;
}
.cid-rYLtwMO3BM .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rYLtwMO3BM .inner-container {
    width: 100% !important;
  }
}
.cid-rYLuFJ9xrI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s4yz4l8p05 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #eeeff1;
}
.cid-s4yz4l8p05 .mbr-text,
.cid-s4yz4l8p05 blockquote {
  color: #767676;
}
.cid-s4yz4l8p05 .mbr-text {
  color: #374048;
  text-align: center;
}
.cid-rVS4vMpcgn {
  background: #eeeff1;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-rVS4vMpcgn .image-block {
  margin: auto;
}
.cid-rVS4vMpcgn figcaption {
  position: relative;
}
.cid-rVS4vMpcgn figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rVS4vMpcgn .image-block {
    width: 100% !important;
  }
}
.cid-rVVs3Loq1b {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rVVs3Loq1b .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rVVs3Loq1b .mbr-content-text {
  color: #767676;
}
.cid-rVVs3Loq1b .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-rVVs3Loq1b .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-rVVs3Loq1b .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-rVVs3Loq1b .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-rVVs3Loq1b .media-block {
    padding-right: 2rem;
  }
}
.cid-rVVs3Loq1b .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rVVs3Loq1b .card-img {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-rVVs3Loq1b .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-rVVs3Loq1b .mbr-section-title {
  color: #0f7699;
}
.cid-rYLTx39NDB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-rYLTx39NDB .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rYLTx39NDB .section-text {
  padding: 2rem 0;
}
.cid-rYLTx39NDB .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rYLTx39NDB .inner-container {
    width: 100% !important;
  }
}
.cid-rWf3uc1FAZ {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rWf3uc1FAZ h2 {
  text-align: left;
}
.cid-rWf3uc1FAZ h4 {
  text-align: left;
  font-weight: 500;
}
.cid-rWf3uc1FAZ p {
  color: #767676;
  text-align: left;
}
.cid-rWf3uc1FAZ .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rWf3uc1FAZ .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rWf3uc1FAZ .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rWf3uc1FAZ .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rWf3uc1FAZ .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rWf3uc1FAZ .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rWf3uc1FAZ .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rWf3uc1FAZ .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rWf3uc1FAZ .card-img span {
    font-size: 40px !important;
  }
}
.cid-rWf3uc1FAZ H2 {
  color: #000000;
}
.cid-rSR6IzM8Mf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #32a303;
}
.cid-rSR6IzM8Mf .mbr-text,
.cid-rSR6IzM8Mf blockquote {
  color: #767676;
}
.cid-rSR6IzM8Mf .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-rVVS79hx0T {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rVVS79hx0T .line {
  background-color: #32a303;
  color: #32a303;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rVVS79hx0T .section-text {
  padding: 2rem 0;
}
.cid-rVVS79hx0T .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rVVS79hx0T .inner-container {
    width: 100% !important;
  }
}
.cid-rVYvE2ytqX {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSR6J2d1KC {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSR6J2d1KC .mbr-text,
.cid-rSR6J2d1KC blockquote {
  color: #767676;
}
.cid-rSR6J2d1KC .mbr-text P {
  text-align: center;
}
.cid-rSR6J2d1KC .mbr-text {
  text-align: center;
}
.cid-rVSeJIDYIZ {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rVSeJIDYIZ .counter-container {
  color: #767676;
}
.cid-rVSeJIDYIZ .counter-container ul {
  margin-bottom: 0;
}
.cid-rVSeJIDYIZ .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rVSeJIDYIZ .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-rVYunoLFOC {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-rVYunoLFOC .image-block {
  margin: auto;
}
.cid-rVYunoLFOC figcaption {
  position: relative;
}
.cid-rVYunoLFOC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rVYunoLFOC .image-block {
    width: 100% !important;
  }
}
.cid-rYLvVqLpir {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #149dcc;
}
.cid-rYLvVqLpir .mbr-text,
.cid-rYLvVqLpir blockquote {
  color: #767676;
}
.cid-rYLvVqLpir .mbr-text P {
  text-align: center;
}
.cid-rYLvVqLpir .mbr-text {
  color: #ffffff;
}
.cid-rSR6ICT6gm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSR6ICT6gm .mbr-section-btn > * {
  margin: 0;
}
.cid-rSR6ICT6gm h4 {
  font-weight: 500;
}
.cid-rSR6ICT6gm p {
  color: #232323;
}
.cid-rSR6ICT6gm .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rSR6ICT6gm .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rSR6ICT6gm .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rSR6ICT6gm .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rSR6ICT6gm .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rSR6ICT6gm .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rSR6ICT6gm .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-rSR6ICT6gm .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-rSR6ICT6gm .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-rSR6ICT6gm .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-rSR6ICT6gm .card-img span {
    font-size: 40px !important;
  }
}
.cid-rSR6ICT6gm .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-rSR6ICT6gm H2 {
  color: #232323;
}
.cid-rSR6IMHDGi {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/food-factory-woman-edit.jpeg");
}
.cid-rSR6IMHDGi .mbr-section-subtitle {
  color: #073b4c;
}
.cid-rSR6IMHDGi .btn {
  margin: 0 0 .5rem 0;
}
.cid-rSR6IMHDGi H2 {
  color: #374048;
}
.cid-rSR6J0FDCs {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #149dcc;
}
.cid-rSR6J0FDCs .mbr-text,
.cid-rSR6J0FDCs blockquote {
  color: #767676;
}
.cid-rSR6J0FDCs .mbr-text P {
  text-align: center;
}
.cid-rSR6J0FDCs .mbr-text {
  color: #ffffff;
}
.cid-rVX2Dfcvy0 {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-rVX2Dfcvy0 .image-block {
  margin: auto;
}
.cid-rVX2Dfcvy0 figcaption {
  position: relative;
}
.cid-rVX2Dfcvy0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rVX2Dfcvy0 .image-block {
    width: 100% !important;
  }
}
.cid-rVXgtA77I6 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/harc.png");
}
.cid-rVXgtA77I6 .mbr-section-subtitle {
  color: #073b4c;
}
.cid-rVXgtA77I6 .btn {
  margin: 0 0 .5rem 0;
}
.cid-rVXgtA77I6 H2 {
  color: #232323;
}
.cid-rSR6IVbcQH {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #374048;
}
.cid-rSR6J8IBUh {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #eeeff1;
}
.cid-rSR6J8IBUh .mbr-section-subtitle {
  color: #8a90a1;
  text-align: center;
  font-weight: 300;
}
.cid-rSR6J8IBUh .step {
  width: 82px;
  height: 82px;
  font-size: 41px;
  border-radius: 50%;
  border: 2px solid #efefef;
  padding-bottom: 0;
  color: #149dcc;
}
@media (min-width: 768px) {
  .cid-rSR6J8IBUh .separline .step-wrapper {
    position: relative;
  }
  .cid-rSR6J8IBUh .separline .step-wrapper:before,
  .cid-rSR6J8IBUh .separline .step-wrapper:after {
    top: 43px;
    position: absolute;
    content: "";
    height: 2px;
    width: calc(50% + 15px - 41px - 8px);
    background-color: #efefef;
  }
  .cid-rSR6J8IBUh .separline .step-wrapper:before {
    left: -15px;
  }
  .cid-rSR6J8IBUh .separline .step-wrapper:after {
    left: calc(50% + 8px + 41px);
  }
  .cid-rSR6J8IBUh .separline.last-child .step-wrapper:after,
  .cid-rSR6J8IBUh .separline:nth-child(3n) .step-wrapper:after,
  .cid-rSR6J8IBUh .separline:nth-child(3n+1) .step-wrapper:before {
    background: none;
  }
}
@media (max-width: 767px) {
  .cid-rSR6J8IBUh .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
.cid-rSR6J8IBUh .mbr-section-title {
  color: #374048;
}
.cid-rSR6J8IBUh .mbr-step-text {
  color: #0f7699;
}
.cid-rSR6JbeZyz .divider-top {
  position: relative;
  padding: 2.5em;
  background: #efefef;
}
.cid-rSR6JbeZyz .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #ffffff;
}
.cid-rSR6JbeZyz .divider-top::before,
.cid-rSR6JbeZyz .divider-bottom::before,
.cid-rSR6JbeZyz .divider-top::after,
.cid-rSR6JbeZyz .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-rSR6JbeZyz .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-rSR6JbeZyz .divider-triangles::before {
  top: -50px;
}
.cid-rSR6JbeZyz .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-rSR6JbeZyz .divider-halfcircle::before {
  top: -50px;
}
.cid-rSR6JbeZyz .divider-multitriangles::before,
.cid-rSR6JbeZyz .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-rSR6JbeZyz .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #efefef, 50px -50px 0 #efefef;
}
.cid-rSR6J5Ix2D {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSR6JdutXi {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rSR6JdutXi .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rSR6JdutXi .carousel-item.active,
.cid-rSR6JdutXi .carousel-item-next,
.cid-rSR6JdutXi .carousel-item-prev {
  display: flex;
}
.cid-rSR6JdutXi .carousel-controls a {
  transition: opacity .5s;
  font-size: 2rem;
}
.cid-rSR6JdutXi .carousel-controls a span {
  position: absolute;
  top: 180px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
  opacity: .5;
}
.cid-rSR6JdutXi .carousel-controls a:hover span {
  opacity: 1;
}
.cid-rSR6JdutXi .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-rSR6JdutXi .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-rSR6JdutXi .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-rSR6JdutXi H2 {
  color: #374048;
}
.cid-rWfIH82cdJ {
  padding-top: 30px;
  padding-bottom: 0px;
  position: relative;
  background-color: #f9f9f9;
}
.cid-rWfIH82cdJ .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rWfIH82cdJ .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rWfIH82cdJ .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rWfIH82cdJ .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rWfIH82cdJ .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-rWfIH82cdJ .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rWfIH82cdJ .card .panel-body {
  color: #767676;
}
.cid-rWfIH82cdJ H2 {
  color: #0f7699;
}
.cid-rYX5rpwybc {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #f9f9f9;
}
.cid-rYX5rpwybc .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rYX5rpwybc .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rYX5rpwybc .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rYX5rpwybc .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rYX5rpwybc .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-rYX5rpwybc .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rYX5rpwybc .card .panel-body {
  color: #767676;
}
.cid-rYX5rpwybc H2 {
  color: #0f7699;
}
.cid-rSR6Jjeanc {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #374048;
}
.cid-rSR6JhP1TW .divider-top {
  position: relative;
  padding: 2.5em;
  background: #374048;
}
.cid-rSR6JhP1TW .divider-bottom {
  position: relative;
  padding: 2.5em;
  background: #cccccc;
}
.cid-rSR6JhP1TW .divider-top::before,
.cid-rSR6JhP1TW .divider-bottom::before,
.cid-rSR6JhP1TW .divider-top::after,
.cid-rSR6JhP1TW .divider-bottom::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
.cid-rSR6JhP1TW .divider-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  bottom: -50px;
  z-index: 10;
  background: inherit;
}
.cid-rSR6JhP1TW .divider-triangles::before {
  top: -50px;
}
.cid-rSR6JhP1TW .divider-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -50px;
}
.cid-rSR6JhP1TW .divider-halfcircle::before {
  top: -50px;
}
.cid-rSR6JhP1TW .divider-multitriangles::before,
.cid-rSR6JhP1TW .divider-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.cid-rSR6JhP1TW .divider-multitriangles::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #374048, 50px -50px 0 #374048;
}
.cid-rYLQgfY64o {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #cccccc;
}
.cid-rYLQgfY64o .mbr-section-btn > * {
  margin: 0;
}
.cid-rYLQgfY64o h4 {
  font-weight: 500;
}
.cid-rYLQgfY64o p {
  color: #232323;
}
.cid-rYLQgfY64o .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rYLQgfY64o .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rYLQgfY64o .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rYLQgfY64o .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rYLQgfY64o .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rYLQgfY64o .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rYLQgfY64o .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-rYLQgfY64o .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-rYLQgfY64o .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-rYLQgfY64o .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-rYLQgfY64o .card-img span {
    font-size: 40px !important;
  }
}
.cid-rYLQgfY64o .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-rYLQgfY64o H2 {
  color: #232323;
}
.cid-rSR6JkO72O {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #374048;
}
.cid-rSR6JkO72O .media-container-row .mbr-text {
  color: #8a90a1;
  text-align: center;
}
.cid-rYHyujoZnt {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ff3366;
}
.cid-rYHyujoZnt .mbr-text,
.cid-rYHyujoZnt blockquote {
  color: #767676;
}
.cid-rYHyujoZnt .mbr-text {
  color: #ffffff;
}
.cid-rYHyujoZnt .mbr-text P {
  text-align: center;
}
.cid-rYHyuocUY5 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #b2ccd2;
}
.cid-rYHyuocUY5 .mbr-section-subtitle {
  color: #374048;
}
.cid-rYHyuocUY5 H2 {
  color: #374048;
  text-align: center;
}
.cid-rYHyvbf2Pv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rYHyvbf2Pv .mbr-section-btn > * {
  margin: 0;
}
.cid-rYHyvbf2Pv h4 {
  font-weight: 500;
}
.cid-rYHyvbf2Pv p {
  color: #232323;
}
.cid-rYHyvbf2Pv .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rYHyvbf2Pv .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rYHyvbf2Pv .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rYHyvbf2Pv .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rYHyvbf2Pv .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rYHyvbf2Pv .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rYHyvbf2Pv .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-rYHyvbf2Pv .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-rYHyvbf2Pv .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-rYHyvbf2Pv .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-rYHyvbf2Pv .card-img span {
    font-size: 40px !important;
  }
}
.cid-rYHyvbf2Pv .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-rYHyvbf2Pv H2 {
  color: #5b686b;
}
.cid-rYHyvbf2Pv .text2,
.cid-rYHyvbf2Pv .mbr-section-btn {
  color: #000000;
}
.cid-rYNowfvkXE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-rYNowfvkXE .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rYNowfvkXE .section-text {
  padding: 2rem 0;
}
.cid-rYNowfvkXE .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rYNowfvkXE .inner-container {
    width: 100% !important;
  }
}
.cid-rYHyuqMoGU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rYHyuqMoGU .mbr-text {
  color: #8a90a1;
}
.cid-rYHyuqMoGU h4 {
  text-align: center;
}
.cid-rYHyuqMoGU p {
  text-align: center;
}
.cid-rYHyuqMoGU .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rYHyuqMoGU .card-title,
.cid-rYHyuqMoGU .card-img {
  color: #374048;
}
.cid-rYNEhvCFK4 {
  background: #efefef;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-rYNEhvCFK4 .image-block {
  margin: auto;
}
.cid-rYNEhvCFK4 figcaption {
  position: relative;
}
.cid-rYNEhvCFK4 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rYNEhvCFK4 .image-block {
    width: 100% !important;
  }
}
.cid-rYHyvlKfeC {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rYTaepgaLn {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rYHyvtBhNs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #374048;
}
.cid-rYHyvtBhNs .media-container-row .mbr-text {
  color: #8a90a1;
  text-align: center;
}
