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





body {
  font-family: Rubik;
}
.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 {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #149dcc !important;
}
.bg-success {
  background-color: #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;
}
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;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #149dcc;
}
/* 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;
  }
}
/* 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),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23149dcc' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
.cid-qTkA127IK8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-rKdbEDSff7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-rKdbEDSff7 h4 {
  font-weight: 500;
  color: #ffffff;
}
.cid-rKdbEDSff7 p {
  color: #ffffff;
}
.cid-rKdbEDSff7 .card {
  margin-bottom: 2rem;
}
.cid-rKdbEDSff7 .card-img {
  border-radius: 0;
  padding: 2rem 2rem 0 2rem;
  background-color: #149dcc;
}
.cid-rKdbEDSff7 .card-img span {
  font-size: 100px;
  color: #ffffff;
}
.cid-rKdbEDSff7 .card-box {
  padding-bottom: 2rem;
  background-color: #149dcc;
}
.cid-rKdbEDSff7 .card-box .card-title {
  margin: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-rKdbEDSff7 .card-box .mbr-text {
  margin-bottom: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-rKdbEDSff7 .card-box .mbr-section-btn {
  padding-top: 1rem;
}
.cid-rKdbEDSff7 .card-box .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-rKdcglrN3p {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rKdcglrN3p .mbr-section-subtitle {
  color: #767676;
}
.cid-rKdbPLQsB7 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-rKdbPLQsB7 .card-img {
  background-color: #fff;
}
.cid-rKdbPLQsB7 .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-rKdbPLQsB7 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rKdbPLQsB7 p {
  text-align: left;
}
.cid-rKdbPLQsB7 .mbr-text {
  color: #767676;
}
.cid-rKdbPLQsB7 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rKdbPLQsB7 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-rKdbPLQsB7 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-rKdcaasB0k {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rKdcaasB0k .mbr-text,
.cid-rKdcaasB0k blockquote {
  color: #767676;
}
.cid-rKdc8C5JlD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rKdc8C5JlD .mbr-text,
.cid-rKdc8C5JlD blockquote {
  color: #767676;
}
.cid-rKdc6Yv2iQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rKdc6Yv2iQ .counter-container {
  color: #767676;
}
.cid-rKdc6Yv2iQ .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-rKdc6Yv2iQ .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-rKdc6Yv2iQ .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
}
.cid-rKdc6Yv2iQ .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: #149dcc;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-rKdc4EExPd {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rKdc4EExPd .mbr-text {
  color: #767676;
}
.cid-rKdc4EExPd .mbr-text p {
  background: #ffffff;
}
.cid-rKdc0N500m {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rKdc0N500m .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-rKdc0N500m .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rKdc0N500m .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-rKdc0N500m .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-rKdc0N500m .mbr-text {
  color: #767676;
}
.cid-rKdbTpf8cM {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rKdbTpf8cM h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rKdbTpf8cM p {
  color: #767676;
  text-align: left;
}
.cid-rKdbTpf8cM .card-box {
  padding-top: 2rem;
}
.cid-rKdbTpf8cM .card-wrapper {
  height: 100%;
}
.cid-rKdbRnNkDt {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-rKdbRnNkDt .card-box {
  padding: 0 2rem;
}
.cid-rKdbRnNkDt .mbr-section-btn {
  padding-top: 1rem;
}
.cid-rKdbRnNkDt .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-rKdbRnNkDt h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-rKdbRnNkDt p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-rKdbRnNkDt .mbr-text {
  color: #767676;
}
.cid-rKdbRnNkDt .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rKdbRnNkDt .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rKdbNMOGfq {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-rKdbNMOGfq .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-rKdbNMOGfq h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rKdbNMOGfq p {
  color: #767676;
  text-align: left;
}
.cid-rKdbNMOGfq .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rKdbNMOGfq .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rKdbNMOGfq .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-rKdbDedhbT {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rKdbDedhbT h4 {
  text-align: left;
  font-weight: 500;
}
.cid-rKdbDedhbT p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-rKdbDedhbT .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-rKdbDedhbT .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-rKdbDedhbT .card-box {
  padding-left: 1rem;
  word-break: break-word;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-rKdbDedhbT .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-rKdbDedhbT .card-box {
    padding-left: 0;
  }
}
.cid-rKdbGXyzlP {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rKdbGXyzlP .mbr-text {
  color: #767676;
}
.cid-rKdbGXyzlP h4 {
  text-align: center;
}
.cid-rKdbGXyzlP p {
  text-align: center;
}
.cid-rKdbGXyzlP .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rKdbBsQGSR {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rKdbBsQGSR h4 {
  text-align: left;
  font-weight: 500;
}
.cid-rKdbBsQGSR p {
  color: #767676;
  text-align: left;
}
.cid-rKdbBsQGSR .card-img {
  text-align: left;
}
.cid-rKdbBsQGSR .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-rKdbxaCvTt {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rKdbxaCvTt h4 {
  text-align: left;
  font-weight: 500;
}
.cid-rKdbxaCvTt p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-rKdbxaCvTt .card-img {
  width: auto;
}
.cid-rKdbxaCvTt .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-rKdbxaCvTt .card-box {
  padding-left: 1rem;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-rKdbxaCvTt .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
}
@media (max-width: 300px) {
  .cid-rKdbxaCvTt .card-img span {
    font-size: 40px !important;
  }
}
.cid-rKdbzr8KIH {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-rKdbzr8KIH h4 {
  text-align: left;
  font-weight: 500;
}
.cid-rKdbzr8KIH p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-rKdbzr8KIH .card-img {
  text-align: left;
  background-color: #ffffff;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3rem 2.5rem 0 2.5rem;
}
.cid-rKdbzr8KIH .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-rKdbzr8KIH .card-box {
  padding: 0rem 2.5rem 3rem 2.5rem;
  background-color: #ffffff;
}
.cid-rKdbuc2Zhk {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rKdbuc2Zhk h2 {
  text-align: left;
}
.cid-rKdbuc2Zhk h4 {
  text-align: left;
  font-weight: 500;
}
.cid-rKdbuc2Zhk p {
  color: #767676;
  text-align: left;
}
.cid-rKdbuc2Zhk .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rKdbuc2Zhk .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rKdbuc2Zhk .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rKdbuc2Zhk .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rKdbuc2Zhk .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rKdbuc2Zhk .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rKdbuc2Zhk .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rKdbuc2Zhk .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rKdbuc2Zhk .card-img span {
    font-size: 40px !important;
  }
}
.cid-rKdbsxMHRG {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rKdbsxMHRG h2 {
  text-align: center;
}
.cid-rKdbsxMHRG h3 {
  text-align: center;
  font-weight: 300;
}
.cid-rKdbsxMHRG p {
  color: #767676;
}
.cid-rKdbsxMHRG img {
  object-fit: cover;
}
.cid-rKdbsxMHRG .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rKdbsxMHRG .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-rKdbsxMHRG .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-rKdbsxMHRG .mbr-section-subtitle {
  color: #767676;
}
.cid-rKdbsxMHRG .card-title {
  font-weight: 500;
}
.cid-rKdbsxMHRG .card-img {
  text-align: inherit;
}
.cid-rKdbsxMHRG .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rKdbsxMHRG .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .cid-rKdbsxMHRG .mbr-figure {
    padding-bottom: 2rem;
    padding-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rKdbsxMHRG .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-rKdbsxMHRG .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
  .cid-rKdbsxMHRG .card:nth-child(1) {
    padding-bottom: 0!important;
  }
}
.cid-rKdbqVGNcY {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rKdbqVGNcY h3 {
  font-weight: 300;
}
.cid-rKdbqVGNcY .card-img {
  width: initial;
}
.cid-rKdbqVGNcY .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-rKdbqVGNcY .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-rKdbqVGNcY .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rKdbqVGNcY .mbr-section-subtitle {
  color: #767676;
}
.cid-rKdbqVGNcY .mbr-text {
  color: #767676;
}
.cid-rKdbqVGNcY .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rKdbqVGNcY .mbr-al-i-c {
  align-items: center;
}
.cid-rKdbnLgAGF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-rKdbnLgAGF p {
  color: #767676;
}
.cid-rKdbnLgAGF .item:focus,
.cid-rKdbnLgAGF span:focus {
  outline: none;
}
.cid-rKdbnLgAGF .item {
  padding-bottom: 3rem;
  cursor: pointer;
}
.cid-rKdbnLgAGF .item-wrapper {
  position: relative;
}
.cid-rKdbnLgAGF .item-btn,
.cid-rKdbnLgAGF h4,
.cid-rKdbnLgAGF h5 {
  margin: 0;
}
.cid-rKdbnLgAGF .item-content {
  padding-top: 2rem;
}
.cid-rKdbga0tyi {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-rKdbga0tyi .mbr-section-subtitle,
.cid-rKdbga0tyi .mbr-text {
  color: #767676;
}
.cid-rKdbga0tyi .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rKdbga0tyi .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rKdbga0tyi .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rKdbga0tyi .card-wrapper .card-img .mbr-overlay {
  background-color: #ffffff;
  display: none;
  transition: opacity .3s;
}
.cid-rKdbga0tyi .card-wrapper .card-img img {
  width: 100%;
}
.cid-rKdbga0tyi .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-rKdbga0tyi .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-rKdbga0tyi .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-rKdbga0tyi .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-rKdbga0tyi .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-rKdbga0tyi .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-rKdbdWQxuF {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rKdbdWQxuF .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rKdbdWQxuF .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rKdbdWQxuF .card_cont {
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  background-color: #eee;
}
.cid-rKdbdWQxuF .card-front {
  z-index: 2;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-rKdbdWQxuF .card-front img {
  height: 100%;
  min-width: 100%;
  width: auto;
}
.cid-rKdbdWQxuF .card_back {
  width: 100%;
  height: 100%;
  padding: 30px 30px;
  color: #ffffff;
  background-color: #55b4d4;
  z-index: 1;
  margin: 0;
  text-align: center;
  overflow: hidden;
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.cid-rKdbdWQxuF .card {
  min-height: 300px;
}
.cid-rKdbdWQxuF .card:hover .card-front {
  z-index: 1;
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.cid-rKdbdWQxuF .card:hover .card_back {
  z-index: 2;
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.cid-rKdbdWQxuF .builderCard .card_back {
  border-bottom-left-radius: 100px;
}
.cid-rKdbdWQxuF .builderCard .card_cont {
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidd;
  -moz-backface-visibility: visible;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.cid-rKdbjy86Pg {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rKdbjy86Pg .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rKdbjy86Pg .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rKdbjy86Pg .card_cont {
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  background-color: #eee;
}
.cid-rKdbjy86Pg .card-front {
  z-index: 2;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-rKdbjy86Pg .card-front img {
  height: 100%;
  min-width: 100%;
  width: auto;
}
.cid-rKdbjy86Pg .card_back {
  width: 100%;
  height: 100%;
  padding: 30px 30px;
  color: #ffffff;
  background-color: #55b4d4;
  z-index: 1;
  margin: 0;
  text-align: center;
  overflow: hidden;
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.cid-rKdbjy86Pg .card {
  min-height: 300px;
}
.cid-rKdbjy86Pg .card:hover .card-front {
  z-index: 1;
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.cid-rKdbjy86Pg .card:hover .card_back {
  z-index: 2;
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.cid-rKdbjy86Pg .builderCard .card_back {
  border-bottom-left-radius: 100px;
}
.cid-rKdbjy86Pg .builderCard .card_cont {
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidd;
  -moz-backface-visibility: visible;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.cid-rKdbcbDyJh {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rKdbcbDyJh h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-rKdbcbDyJh p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-rKdbcbDyJh .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-rKdbcbDyJh .mbr-section-btn a {
  margin: 0;
}
.cid-rKdbcbDyJh .mbr-text {
  color: #767676;
}
.cid-rKdbcbDyJh .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-rKdbcbDyJh .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-rKdbatJbxB {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-rKdbatJbxB h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rKdbatJbxB p {
  color: #767676;
  margin: 0;
}
.cid-rKdbatJbxB .card-box {
  background-color: #ffffff;
  background-color: transparent;
}
.cid-rKdbatJbxB .mbr-section-btn {
  padding-top: 1rem;
}
.cid-rKdbatJbxB .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rKdbatJbxB .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.cid-rKdbatJbxB .border_wrapper {
  border-left: 1px solid #efefef;
  padding-left: 2rem;
}
@media (max-width: 991px) {
  .cid-rKdbatJbxB .border_wrapper {
    border-left: none;
    padding-left: 0;
  }
  .cid-rKdbatJbxB .mbr-section-btn a {
    padding: 1rem 2rem;
  }
  .cid-rKdbatJbxB .mbr-figure {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rKdbatJbxB .wrapper {
    align-items: center;
    text-align: center;
  }
  .cid-rKdbatJbxB .col-left h4 {
    padding-top: 1rem;
  }
  .cid-rKdbatJbxB p.col-right {
    padding-top: 1rem;
  }
}
.cid-rKdb8zEIs5 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rKdb8zEIs5 h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-rKdb8zEIs5 p {
  color: #767676;
}
.cid-rKdb8zEIs5 .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-rKdb8zEIs5 .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-rKdb8zEIs5 .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-rKdb8zEIs5 .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-rKdb8zEIs5 .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-rKdb8zEIs5 .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-rKdb73fm7t {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rKdb73fm7t .title {
  padding-bottom: 2.5rem;
}
.cid-rKdb73fm7t h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-rKdb73fm7t .bottom-line p {
  color: #767676;
}
.cid-rKdb73fm7t .card-wrapper {
  background-color: #ffffff;
  background-color: transparent;
  position: relative;
  justify-content: unset;
}
.cid-rKdb73fm7t .card-wrapper .card-box {
  width: 100%;
}
.cid-rKdb73fm7t .card-wrapper .card-box .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cid-rKdb73fm7t .card-wrapper .card-box .wrapper .top-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-rKdb73fm7t .card-wrapper .card-box .wrapper .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-rKdb73fm7t .card-wrapper .card-box .wrapper .bottom-line {
    width: 100%;
  }
  .cid-rKdb73fm7t .card-wrapper .card-box .wrapper .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-rKdb73fm7t .card.pb-5 {
    padding-bottom: 2rem !important;
  }
  .cid-rKdb73fm7t .wrapper {
    padding-top: 1rem;
  }
}
.cid-rKdb4MX6NA {
  padding-top: 90px;
  padding-bottom: 90px;
  background: linear-gradient(45deg, #0f7699, #cc2952);
}
.cid-rKdb4MX6NA .list-group-item {
  padding: .75rem 3.25rem;
}
.cid-rKdb4MX6NA .plan {
  word-break: break-word;
  position: relative;
  max-width: 300px;
  padding-right: 0;
  padding-left: 0;
  color: #767676;
}
.cid-rKdb4MX6NA .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
}
.cid-rKdb4MX6NA .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 60%;
  height: 2px;
  content: "";
  background-color: #eaeaea;
}
.cid-rKdb4MX6NA .plan .list-group-item:last-child::after {
  display: none;
}
.cid-rKdb4MX6NA .plan-header {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-rKdb4MX6NA .plan-header,
.cid-rKdb4MX6NA .plan-body {
  background-color: #fff;
}
.cid-rKdb4MX6NA .price-figure {
  font-weight: 700;
  color: #232323;
}
.cid-rKdb4MX6NA .price-value {
  font-weight: 700;
  vertical-align: top;
}
@media (max-width: 550px) {
  .cid-rKdb4MX6NA .price-figure {
    font-size: 4.25rem;
  }
}
.cid-rKdb38YJp8 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-rKdb38YJp8 .list-group-item {
  padding: .75rem 3.25rem;
}
.cid-rKdb38YJp8 .plan {
  word-break: break-word;
  position: relative;
  max-width: 300px;
  padding-right: 0;
  padding-left: 0;
  color: #767676;
}
.cid-rKdb38YJp8 .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: transparent;
  border: 0;
}
.cid-rKdb38YJp8 .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 60%;
  height: 2px;
  content: "";
  background-color: #eaeaea;
}
.cid-rKdb38YJp8 .plan .list-group-item:last-child::after {
  display: none;
}
.cid-rKdb38YJp8 .plan.favorite {
  background-color: #fff;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
}
.cid-rKdb38YJp8 .plan-header {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-rKdb38YJp8 .price-figure {
  font-weight: 700;
  color: #232323;
}
.cid-rKdb38YJp8 .price-value {
  font-weight: 700;
  vertical-align: top;
}
@media (max-width: 550px) {
  .cid-rKdb38YJp8 .price-figure {
    font-size: 4.25rem;
  }
}
.cid-rKdb21iSF4 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-rKdb21iSF4 .pricing {
  padding: 3.3rem;
  color: #767676;
  background-color: #fff;
}
@media (max-width: 767px) {
  .cid-rKdb21iSF4 .pricing {
    padding: 1.5rem;
  }
}
.cid-rKdb21iSF4 .plan-header,
.cid-rKdb21iSF4 .plan-body {
  background-color: #fff;
}
.cid-rKdb21iSF4 .plan-title {
  margin-top: 1.4rem;
}
.cid-rKdb21iSF4 .price-figure {
  font-weight: 700;
  color: #232323;
}
@media (max-width: 550px) {
  .cid-rKdb21iSF4 .price-figure {
    font-size: 4.25rem;
  }
}
.cid-rKdb21iSF4 .price-value {
  font-weight: 700;
  vertical-align: top;
}
.cid-rKdb21iSF4 hr {
  margin: 2rem 0;
}
.cid-rKdaZEg1yE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rKdaZEg1yE .progress {
  width: 100%;
}
.cid-rKdaZEg1yE progress {
  height: 8px;
}
.cid-rKdaZEg1yE h3 {
  text-align: center;
  font-weight: 300;
}
.cid-rKdaZEg1yE .mbr-section-subtitle {
  color: #767676;
}
.cid-rKdaZEg1yE .progress_value {
  position: relative;
}
.cid-rKdaZEg1yE .progress_elements {
  margin: 0 auto;
}
.cid-rKdaZEg1yE .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-rKdaZEg1yE .progress1 .progressbar-number:before,
.cid-rKdaZEg1yE .progress2 .progressbar-number:before,
.cid-rKdaZEg1yE .progress3 .progressbar-number:before,
.cid-rKdaZEg1yE .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-rKdaZEg1yE progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-rKdaZEg1yE progress::-webkit-progress-value {
  background: #149dcc;
}
.cid-rKdaZEg1yE progress[value]::-moz-progress-bar {
  background: #149dcc;
}
.cid-rKdaZEg1yE progress::-ms-fill {
  background: #149dcc;
}
.cid-rKdaZEg1yE .progress1 .progressbar-number:before {
  content: '70';
}
.cid-rKdaZEg1yE .progress2 .progressbar-number:before {
  content: '80';
}
.cid-rKdaZEg1yE .progress3 .progressbar-number:before {
  content: '90';
}
.cid-rKdaZEg1yE .progress4 .progressbar-number:before {
  content: '100';
}
.cid-rKdaZEg1yE .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-rKdaZEg1yE .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-rKdaZEg1yE .progress_value span {
  padding-left: 30px;
}
.cid-rKdaYnrU74 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rKdaYnrU74 h3 {
  text-align: center;
  font-weight: 300;
}
.cid-rKdaYnrU74 .progress {
  width: 100%;
}
.cid-rKdaYnrU74 .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-rKdaYnrU74 progress {
  height: 8px;
}
.cid-rKdaYnrU74 .progressbar-number {
  display: inline-block;
}
.cid-rKdaYnrU74 .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-rKdaYnrU74 .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-rKdaYnrU74 .mbr-section-subtitle {
  color: #767676;
}
.cid-rKdaYnrU74 .section-content-title {
  font-weight: 500;
}
.cid-rKdaYnrU74 .progress_value {
  position: relative;
}
.cid-rKdaYnrU74 .progress1 .progressbar-number:before,
.cid-rKdaYnrU74 .progress2 .progressbar-number:before,
.cid-rKdaYnrU74 .progress3 .progressbar-number:before,
.cid-rKdaYnrU74 .progress4 .progressbar-number:before,
.cid-rKdaYnrU74 .progress5 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-rKdaYnrU74 progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-rKdaYnrU74 progress::-webkit-progress-value {
  background: #149dcc;
}
.cid-rKdaYnrU74 progress[value]::-moz-progress-bar {
  background: #149dcc;
}
.cid-rKdaYnrU74 progress::-ms-fill {
  background: #149dcc;
}
.cid-rKdaYnrU74 .progress1 .progressbar-number:before {
  content: '100';
}
.cid-rKdaYnrU74 .progress2 .progressbar-number:before {
  content: '90';
}
.cid-rKdaYnrU74 .progress3 .progressbar-number:before {
  content: '80';
}
.cid-rKdaYnrU74 .progress4 .progressbar-number:before {
  content: '70';
}
.cid-rKdaYnrU74 .progress5 .progressbar-number:before {
  content: '60';
}
@media (min-width: 768px) {
  .cid-rKdaYnrU74 .text-elements {
    padding-right: 3rem;
  }
  .cid-rKdaYnrU74 .progress_elements {
    padding-left: 3rem;
  }
}
.cid-rKdaWN8cOg {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rKdaWN8cOg h3 {
  text-align: center;
  font-weight: 300;
}
.cid-rKdaWN8cOg .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-rKdaWN8cOg .mbr-section-subtitle {
  color: #767676;
}
.cid-rKdaWN8cOg .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-rKdaWN8cOg ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
.cid-rKdaWN8cOg path {
  stroke: #149dcc;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rKdaWN8cOg .card {
    -webkit-flex-basis: 33%;
    flex-basis: 33%;
  }
}
.cid-rKdaUIXkWP {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-rKdaUIXkWP .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-rKdaUIXkWP .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #ffffff;
  margin-left: 2rem;
}
.cid-rKdaUIXkWP .timeline-text-content p {
  margin-bottom: 0;
}
.cid-rKdaUIXkWP .time-line-date-content {
  margin-right: 2rem;
}
.cid-rKdaUIXkWP .time-line-date-content p {
  padding: 2rem 2.5rem;
  background: #ffffff;
  float: right;
}
.cid-rKdaUIXkWP .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.cid-rKdaUIXkWP .timeline-element:hover .mbr-timeline-date {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-rKdaUIXkWP .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-rKdaUIXkWP .mbr-timeline-date,
.cid-rKdaUIXkWP .timeline-text-content {
  transition: all .4s;
}
.cid-rKdaUIXkWP .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-rKdaUIXkWP .reverse .timeline-text-content {
  margin-right: 2rem;
  margin-left: 0;
}
.cid-rKdaUIXkWP .reverse .time-line-date-content {
  margin-left: 2rem;
  margin-right: 0rem;
}
.cid-rKdaUIXkWP .reverse .time-line-date-content p {
  float: left;
}
.cid-rKdaUIXkWP .iconBackground {
  position: absolute;
  left: 50%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 30px;
  display: inline-block;
  background-color: #ffffff;
  top: 20px;
  margin-left: -10px;
}
.cid-rKdaUIXkWP .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #ffffff;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
@media (max-width: 768px) {
  .cid-rKdaUIXkWP .iconBackground {
    left: 0 !important;
  }
  .cid-rKdaUIXkWP .separline:before {
    left: 0!important;
  }
  .cid-rKdaUIXkWP .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-rKdaUIXkWP .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-rKdaUIXkWP .time-line-date-content p {
    float: left !important;
  }
  .cid-rKdaUIXkWP .reverse .time-line-date-content {
    margin-left: 0 !important;
  }
  .cid-rKdaUIXkWP .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-rKdaUIXkWP .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-rKdaS0Y6N9 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rKdaS0Y6N9 .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-rKdaS0Y6N9 .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #efefef;
  margin-right: 2rem;
  transition: all .4s;
}
.cid-rKdaS0Y6N9 .timeline-text-content p {
  margin-bottom: 0;
}
.cid-rKdaS0Y6N9 .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.cid-rKdaS0Y6N9 .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-rKdaS0Y6N9 .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-rKdaS0Y6N9 .reverse .timeline-text-content {
  margin-left: 2rem;
  margin-right: 0;
}
.cid-rKdaS0Y6N9 .iconsBackground {
  position: absolute;
  left: 50%;
  width: 60px;
  height: 60px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: #efefef;
  top: 20px;
  margin-left: -30px;
}
.cid-rKdaS0Y6N9 .mbr-iconfont {
  position: absolute;
  text-align: center;
  font-size: 35px;
  display: inline-block;
  z-index: 3;
  top: 13px;
  left: 13px;
}
.cid-rKdaS0Y6N9 .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #efefef;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
@media (max-width: 768px) {
  .cid-rKdaS0Y6N9 .iconsBackground {
    left: 1.5rem;
  }
  .cid-rKdaS0Y6N9 .separline:before {
    left: calc(1.5rem - 1px);
  }
  .cid-rKdaS0Y6N9 .timeline-text-content {
    margin-left: 3rem !important;
    margin-right: 0 !important;
  }
  .cid-rKdaS0Y6N9 .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-rKdaS0Y6N9 .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-rKdaP7F8r7 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rKdaP7F8r7 .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-rKdaP7F8r7 .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #efefef;
}
@media (max-width: 767px) {
  .cid-rKdaP7F8r7 .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-rKdaP7F8r7 .separline {
  position: relative;
}
.cid-rKdaP7F8r7 .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-rKdaP7F8r7 .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-rKdaP7F8r7 .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-rKdaP7F8r7 .media-block {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-rKdaP7F8r7 .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-bottom: 2rem;
  }
}
.cid-rKdaNhel2c {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rKdaNhel2c .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-rKdaNhel2c .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #efefef;
}
@media (max-width: 767px) {
  .cid-rKdaNhel2c .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-rKdaNhel2c .separline {
  position: relative;
}
.cid-rKdaNhel2c .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-rKdaNhel2c .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-rKdaLNfdwJ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rKdaLNfdwJ .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-rKdaLNfdwJ .step {
  width: 72px;
  height: 72px;
  font-size: 36px;
  border-radius: 50%;
  border: 2px solid #efefef;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .cid-rKdaLNfdwJ .separline .step-wrapper {
    position: relative;
  }
  .cid-rKdaLNfdwJ .separline .step-wrapper:before,
  .cid-rKdaLNfdwJ .separline .step-wrapper:after {
    top: 38px;
    position: absolute;
    content: "";
    height: 2px;
    width: calc(50% + 15px - 36px - 8px);
    background-color: #efefef;
  }
  .cid-rKdaLNfdwJ .separline .step-wrapper:before {
    left: -15px;
  }
  .cid-rKdaLNfdwJ .separline .step-wrapper:after {
    left: calc(50% + 8px + 36px);
  }
  .cid-rKdaLNfdwJ .separline.last-child .step-wrapper:after,
  .cid-rKdaLNfdwJ .separline:nth-child(3n) .step-wrapper:after,
  .cid-rKdaLNfdwJ .separline:nth-child(3n+1) .step-wrapper:before {
    background: none;
  }
}
@media (max-width: 767px) {
  .cid-rKdaLNfdwJ .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
.cid-rKdaiUIwNT {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rKdaiUIwNT .mbr-section-subtitle {
  color: #767676;
}
.cid-rKdaiUIwNT .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rKdaiUIwNT .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-rKdaiUIwNT .team-item .item-image img {
  width: 100%;
}
.cid-rKdaiUIwNT .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rKdaiUIwNT .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rKdaiUIwNT .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rKdaiUIwNT .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rKdaiUIwNT .team-item .item-caption {
  background: #efefef;
}
.cid-rKdcNAIuqN {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rKdcNAIuqN .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rKdcNAIuqN .mbr-content-text {
  color: #767676;
}
.cid-rKdcNAIuqN .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-rKdcNAIuqN .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;
}
@media (max-width: 767px) {
  .cid-rKdcNAIuqN .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
.cid-rKdcNAIuqN .img-text {
  color: #c1c1c1;
}
.cid-rKdcPv7aiz {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rKdcPv7aiz .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rKdcPv7aiz .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-rKdcPv7aiz .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-rKdcPv7aiz .img-text {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-rKdcPv7aiz .img-text {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .cid-rKdcPv7aiz .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-rKdcPv7aiz .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-rKdcPv7aiz .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;
}
@media (max-width: 767px) {
  .cid-rKdcPv7aiz .panel-item {
    flex-direction: column;
    align-items: center;
  }
  .cid-rKdcPv7aiz .panel-item .card-img {
    padding: 0;
    padding-bottom: 1rem;
  }
}
.cid-rKdcRkG0qe {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rKdcRkG0qe .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rKdcRkG0qe .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-rKdcRkG0qe .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-rKdcRkG0qe .img-text {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-rKdcRkG0qe .img-text {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .cid-rKdcRkG0qe .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-rKdcRkG0qe .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-rKdcRkG0qe .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-rKdcRkG0qe .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-rKdcRkG0qe .media-block {
    padding-left: 2rem;
  }
}
.cid-rKdcRkG0qe .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-rKdcRkG0qe .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-rKdcRkG0qe .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rKdcSvZyCy {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rKdcSvZyCy .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rKdcSvZyCy .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-rKdcSvZyCy .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-rKdcSvZyCy .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-rKdcSvZyCy .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-rKdcSvZyCy .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-rKdcSvZyCy .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-rKdcSvZyCy .media-block {
    padding-left: 2rem;
  }
}
.cid-rKdcSvZyCy .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-rKdcSvZyCy .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-rKdcSvZyCy .count {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .cid-rKdcSvZyCy .panel-item {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cid-rKdcSvZyCy .card-img {
    padding-bottom: 1rem;
    padding-right: 0 !important;
    margin: auto;
  }
}
.cid-rKdcSvZyCy .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rKdcTF6seY {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rKdcTF6seY .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rKdcTF6seY .mbr-content-text {
  color: #767676;
}
.cid-rKdcTF6seY .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-rKdcTF6seY .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-rKdcTF6seY .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-rKdcTF6seY .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-rKdcTF6seY .media-block {
    padding-right: 2rem;
  }
}
.cid-rKdcTF6seY .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rKdcTF6seY .card-img {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-rKdcTF6seY .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-rKdcVns1Vx {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rKdcVns1Vx h3 {
  text-align: center;
}
.cid-rKdcVns1Vx .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rKdcVns1Vx .mbr-content-text {
  color: #767676;
}
.cid-rKdcVns1Vx .panel-item {
  background: #ffffff;
}
.cid-rKdcVns1Vx .card {
  word-wrap: break-word;
}
.cid-rKdcVns1Vx .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-rKd9PeVdwh {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-rKd9PeVdwh .mbr-section-subtitle {
  color: #767676;
}
.cid-rKd9PeVdwh .container-table {
  margin: 0 auto;
}
.cid-rKd9PeVdwh .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rKd9PeVdwh .dataTables_wrapper {
  display: block;
}
.cid-rKd9PeVdwh .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rKd9PeVdwh .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rKd9PeVdwh table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-rKd9PeVdwh table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rKd9PeVdwh table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rKd9PeVdwh table td {
  border-top: 1px solid #cccccc;
}
.cid-rKd9PeVdwh table.table {
  background: #ffffff;
}
.cid-rKd9PeVdwh .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rKd9PeVdwh .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rKd9PeVdwh .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rKd9PeVdwh .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rKd9PeVdwh .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rKd9PeVdwh .dataTables_filter {
    text-align: center;
  }
  .cid-rKd9PeVdwh .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rKd5WYn0lc {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-rKd5WYn0lc .content {
    text-align: center;
  }
  .cid-rKd5WYn0lc .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rKd5WYn0lc .img-logo img {
  height: 6rem;
}
.cid-rKd5WYn0lc .form-group,
.cid-rKd5WYn0lc .input-group-btn {
  padding: 0;
}
.cid-rKd5WYn0lc .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-rKd5WYn0lc .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-rKd5WYn0lc .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rKd5WYn0lc .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rKd5WYn0lc .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rKd5WYn0lc .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rKd5WYn0lc .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rKd5WYn0lc .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-rKd5WYn0lc .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rKd5WYn0lc .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rKd5WYn0lc .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-rKd5WYn0lc .foot-logo {
    text-align: center !important;
  }
  .cid-rKd5WYn0lc .foot-title {
    text-align: center !important;
  }
  .cid-rKd5WYn0lc .mbr-text {
    text-align: center !important;
  }
  .cid-rKd5WYn0lc .form-group {
    margin: 0;
  }
}
.cid-rSDkNshuks {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rSDkNshuks .counter-container {
  color: #767676;
}
.cid-rSDkNshuks .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-rSDkNshuks .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-rSDkNshuks .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
}
.cid-rSDkNshuks .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: #149dcc;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-rSDkRg99hb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rSDkRg99hb .counter-container {
  color: #767676;
}
.cid-rSDkRg99hb .counter-container ul {
  margin-bottom: 0;
}
.cid-rSDkRg99hb .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rSDkRg99hb .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-rSDkTbXPVq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rSDkTbXPVq .mbr-text {
  color: #767676;
}
.cid-rSDkTbXPVq .mbr-text p {
  background: #ffffff;
}
.cid-rSDkUEc1jR {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rSDkUEc1jR .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rSDkUEc1jR .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-rSDkUEc1jR .mbr-text {
  color: #767676;
}
.cid-rSDkW6PDJ5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rSDkW6PDJ5 .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-rSDkW6PDJ5 .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-rSDkW6PDJ5 .mbr-text {
  color: #767676;
}
.cid-rSDl2QDcag {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rSDl2QDcag h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rSDl2QDcag p {
  color: #767676;
  text-align: left;
}
.cid-rSDl2QDcag .card-box {
  padding-top: 2rem;
}
.cid-rSDl2QDcag .card-wrapper {
  height: 100%;
}
.cid-rSDl7enwhP {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-rSDl7enwhP .card-box {
  padding: 0 2rem;
}
.cid-rSDl7enwhP .mbr-section-btn {
  padding-top: 1rem;
}
.cid-rSDl7enwhP .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-rSDl7enwhP h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-rSDl7enwhP p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-rSDl7enwhP .mbr-text {
  color: #767676;
}
.cid-rSDl7enwhP .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rSDl7enwhP .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rSDl9mMPIh {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-rSDl9mMPIh .card-img {
  background-color: #fff;
}
.cid-rSDl9mMPIh .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-rSDl9mMPIh h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rSDl9mMPIh p {
  text-align: left;
}
.cid-rSDl9mMPIh .mbr-text {
  color: #767676;
}
.cid-rSDl9mMPIh .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rSDl9mMPIh .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-rSDl9mMPIh .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-rSDlfI28yc {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-rSDlfI28yc .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-rSDlfI28yc h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rSDlfI28yc p {
  color: #767676;
  text-align: left;
}
.cid-rSDlfI28yc .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rSDlfI28yc .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rSDlfI28yc .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-rSDlgT9JEr {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rSDlgT9JEr .mbr-text {
  color: #767676;
}
.cid-rSDlgT9JEr h4 {
  text-align: center;
}
.cid-rSDlgT9JEr p {
  text-align: center;
}
.cid-rSDlgT9JEr .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rSDlj9VFCU {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-rSDlj9VFCU h4 {
  font-weight: 500;
  color: #ffffff;
}
.cid-rSDlj9VFCU p {
  color: #ffffff;
}
.cid-rSDlj9VFCU .card {
  margin-bottom: 2rem;
}
.cid-rSDlj9VFCU .card-img {
  border-radius: 0;
  padding: 2rem 2rem 0 2rem;
  background-color: #149dcc;
}
.cid-rSDlj9VFCU .card-img span {
  font-size: 100px;
  color: #ffffff;
}
.cid-rSDlj9VFCU .card-box {
  padding-bottom: 2rem;
  background-color: #149dcc;
  background: linear-gradient(#149dcc, transparent);
}
.cid-rSDlj9VFCU .card-box .card-title {
  margin: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-rSDlj9VFCU .card-box .mbr-text {
  margin-bottom: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-rSDlj9VFCU .card-box .mbr-section-btn {
  padding-top: 1rem;
}
.cid-rSDlj9VFCU .card-box .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-rSDllO4VA8 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rSDllO4VA8 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-rSDllO4VA8 p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-rSDllO4VA8 .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-rSDllO4VA8 .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-rSDllO4VA8 .card-box {
  padding-left: 1rem;
  word-break: break-word;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-rSDllO4VA8 .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-rSDllO4VA8 .card-box {
    padding-left: 0;
  }
}
.cid-rSDlmNUPpq {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rSDlmNUPpq h4 {
  text-align: left;
  font-weight: 500;
}
.cid-rSDlmNUPpq p {
  color: #767676;
  text-align: left;
}
.cid-rSDlmNUPpq .card-img {
  text-align: left;
}
.cid-rSDlmNUPpq .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-rSDlnRL0Tb {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-rSDlnRL0Tb h4 {
  text-align: left;
  font-weight: 500;
}
.cid-rSDlnRL0Tb p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-rSDlnRL0Tb .card-img {
  text-align: left;
  background-color: #ffffff;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3rem 2.5rem 0 2.5rem;
}
.cid-rSDlnRL0Tb .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-rSDlnRL0Tb .card-box {
  padding: 0rem 2.5rem 3rem 2.5rem;
  background-color: #ffffff;
}
.cid-rSDlp3yhCV {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rSDlp3yhCV h4 {
  text-align: left;
  font-weight: 500;
}
.cid-rSDlp3yhCV p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-rSDlp3yhCV .card-img {
  width: auto;
}
.cid-rSDlp3yhCV .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-rSDlp3yhCV .card-box {
  padding-left: 1rem;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-rSDlp3yhCV .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
}
@media (max-width: 300px) {
  .cid-rSDlp3yhCV .card-img span {
    font-size: 40px !important;
  }
}
.cid-rSDlqEUYem {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rSDlqEUYem h4 {
  text-align: left;
  font-weight: 500;
}
.cid-rSDlqEUYem p {
  color: #767676;
  text-align: left;
}
.cid-rSDlqEUYem .card-img {
  text-align: left;
  padding-right: 30px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: auto;
}
.cid-rSDlqEUYem .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-rSDlqEUYem .card-title {
  margin-bottom: 0;
}
.cid-rSDlqEUYem .mbr-crt-title {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-rSDlqEUYem .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
@media (max-width: 300px) {
  .cid-rSDlqEUYem .card-img span {
    font-size: 40px !important;
  }
}
.cid-rSDlsB6WIO {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rSDlsB6WIO h2 {
  text-align: left;
}
.cid-rSDlsB6WIO h4 {
  text-align: left;
  font-weight: 500;
}
.cid-rSDlsB6WIO p {
  color: #767676;
  text-align: left;
}
.cid-rSDlsB6WIO .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rSDlsB6WIO .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rSDlsB6WIO .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rSDlsB6WIO .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rSDlsB6WIO .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rSDlsB6WIO .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rSDlsB6WIO .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rSDlsB6WIO .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rSDlsB6WIO .card-img span {
    font-size: 40px !important;
  }
}
.cid-rSDlvXUFN9 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rSDlvXUFN9 h2 {
  text-align: center;
}
.cid-rSDlvXUFN9 h3 {
  text-align: center;
  font-weight: 300;
}
.cid-rSDlvXUFN9 p {
  color: #767676;
}
.cid-rSDlvXUFN9 img {
  object-fit: cover;
}
.cid-rSDlvXUFN9 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rSDlvXUFN9 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-rSDlvXUFN9 .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-rSDlvXUFN9 .mbr-section-subtitle {
  color: #767676;
}
.cid-rSDlvXUFN9 .card-title {
  font-weight: 500;
}
.cid-rSDlvXUFN9 .card-img {
  text-align: inherit;
}
.cid-rSDlvXUFN9 .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rSDlvXUFN9 .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .cid-rSDlvXUFN9 .mbr-figure {
    padding-bottom: 2rem;
    padding-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rSDlvXUFN9 .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-rSDlvXUFN9 .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
  .cid-rSDlvXUFN9 .card:nth-child(1) {
    padding-bottom: 0!important;
  }
}
.cid-rSDlwYIACH {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rSDlwYIACH h3 {
  font-weight: 300;
}
.cid-rSDlwYIACH .card-img {
  width: initial;
}
.cid-rSDlwYIACH .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-rSDlwYIACH .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-rSDlwYIACH .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rSDlwYIACH .mbr-section-subtitle {
  color: #767676;
}
.cid-rSDlwYIACH .mbr-text {
  color: #767676;
}
.cid-rSDlwYIACH .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rSDlwYIACH .mbr-al-i-c {
  align-items: center;
}
.cid-rSDlxUmVIr {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rSDlxUmVIr p {
  margin-bottom: 0;
}
.cid-rSDlxUmVIr .card-box {
  z-index: 1;
  position: relative;
  background-color: rgba(15, 118, 153, 0.6);
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.cid-rSDlxUmVIr .card-box .card-title {
  pointer-events: all;
}
.cid-rSDlxUmVIr .card-box .mbr-text {
  pointer-events: all;
}
.cid-rSDlxUmVIr .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
}
.cid-rSDlxUmVIr .card-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.cid-rSDlxUmVIr .card-img img {
  z-index: -1;
  height: 100%;
  min-width: 100%;
  width: auto;
}
.cid-rSDlxUmVIr .card-wrap {
  position: relative;
}
.cid-rSDlxUmVIr .card {
  padding-bottom: 2rem;
}
.cid-rSDlyNbJ0Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-rSDlyNbJ0Z p {
  color: #767676;
}
.cid-rSDlyNbJ0Z .item:focus,
.cid-rSDlyNbJ0Z span:focus {
  outline: none;
}
.cid-rSDlyNbJ0Z .item {
  padding-bottom: 3rem;
  cursor: pointer;
}
.cid-rSDlyNbJ0Z .item-wrapper {
  position: relative;
}
.cid-rSDlyNbJ0Z .item-btn,
.cid-rSDlyNbJ0Z h4,
.cid-rSDlyNbJ0Z h5 {
  margin: 0;
}
.cid-rSDlyNbJ0Z .item-content {
  padding-top: 2rem;
}
.cid-rSDlAPc36W {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-rSDlAPc36W .mbr-section-subtitle,
.cid-rSDlAPc36W .mbr-text {
  color: #767676;
}
.cid-rSDlAPc36W .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rSDlAPc36W .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rSDlAPc36W .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rSDlAPc36W .card-wrapper .card-img .mbr-overlay {
  background-color: #ffffff;
  display: none;
  transition: opacity .3s;
}
.cid-rSDlAPc36W .card-wrapper .card-img .mbr-section-btn {
  position: absolute;
  transition: opacity .3s;
  width: 100%;
  left: 0;
  top: 50%;
  height: auto;
  transform: translateY(-50%);
}
.cid-rSDlAPc36W .card-wrapper .card-img img {
  width: 100%;
}
.cid-rSDlAPc36W .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-rSDlAPc36W .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-rSDlAPc36W .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-rSDlAPc36W .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-rSDlAPc36W .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-rSDlAPc36W .card-img .mbr-section-btn {
  opacity: 0;
}
.cid-rSDlAPc36W .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-rSDlAPc36W .card-img:hover .mbr-section-btn {
  opacity: 1;
}
.cid-rSDlCbsmJA {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rSDlCbsmJA .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rSDlCbsmJA .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rSDlCbsmJA .card_cont {
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  background-color: #eee;
}
.cid-rSDlCbsmJA .card-front {
  z-index: 2;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-rSDlCbsmJA .card-front img {
  height: 100%;
  min-width: 100%;
  width: auto;
}
.cid-rSDlCbsmJA .card_back {
  width: 100%;
  height: 100%;
  padding: 30px 30px;
  color: #ffffff;
  background-color: #55b4d4;
  z-index: 1;
  margin: 0;
  text-align: center;
  overflow: hidden;
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.cid-rSDlCbsmJA .card {
  min-height: 300px;
}
.cid-rSDlCbsmJA .card:hover .card-front {
  z-index: 1;
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.cid-rSDlCbsmJA .card:hover .card_back {
  z-index: 2;
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.cid-rSDlCbsmJA .builderCard .card_back {
  border-bottom-left-radius: 100px;
}
.cid-rSDlCbsmJA .builderCard .card_cont {
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidd;
  -moz-backface-visibility: visible;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.cid-rSDlDipHb5 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rSDlDipHb5 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-rSDlDipHb5 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-rSDlDipHb5 .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-rSDlDipHb5 .mbr-section-btn a {
  margin: 0;
}
.cid-rSDlDipHb5 .mbr-text {
  color: #767676;
}
.cid-rSDlDipHb5 .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-rSDlDipHb5 .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-rSDlF7fLet {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-rSDlF7fLet .mbr-section-btn > * {
  margin: 0;
}
.cid-rSDlF7fLet h4 {
  font-weight: 500;
}
.cid-rSDlF7fLet p {
  color: #232323;
}
.cid-rSDlF7fLet .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rSDlF7fLet .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rSDlF7fLet .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rSDlF7fLet .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rSDlF7fLet .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rSDlF7fLet .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rSDlF7fLet .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rSDlF7fLet .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rSDlF7fLet .card-img span {
    font-size: 40px !important;
  }
}
.cid-rSDlF7fLet .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-rSDlG263qr {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rSDlG263qr h2 {
  margin-bottom: 0;
}
.cid-rSDlG263qr h4 {
  font-weight: 500;
  margin-bottom: 0;
  width: 80%;
}
.cid-rSDlG263qr p {
  color: #767676;
  margin-bottom: 0;
}
.cid-rSDlG263qr .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-rSDlG263qr .card-wrapper .card-box {
  padding: 2rem 1rem;
  width: 100%;
}
.cid-rSDlG263qr .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-rSDlG263qr .card-wrapper .card-box .bottom-line {
  width: 70%;
}
@media (max-width: 767px) {
  .cid-rSDlG263qr .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-rSDlG263qr .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-rSDlIYnEIx {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rSDlIYnEIx .title {
  padding-bottom: 2.5rem;
}
.cid-rSDlIYnEIx h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-rSDlIYnEIx .bottom-line p {
  color: #767676;
}
.cid-rSDlIYnEIx .card-wrapper {
  background-color: #ffffff;
  background-color: transparent;
  position: relative;
  justify-content: unset;
}
.cid-rSDlIYnEIx .card-wrapper .card-box {
  width: 100%;
}
.cid-rSDlIYnEIx .card-wrapper .card-box .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cid-rSDlIYnEIx .card-wrapper .card-box .wrapper .top-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-rSDlIYnEIx .card-wrapper .card-box .wrapper .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-rSDlIYnEIx .card-wrapper .card-box .wrapper .bottom-line {
    width: 100%;
  }
  .cid-rSDlIYnEIx .card-wrapper .card-box .wrapper .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-rSDlIYnEIx .card.pb-5 {
    padding-bottom: 2rem !important;
  }
  .cid-rSDlIYnEIx .wrapper {
    padding-top: 1rem;
  }
}
.cid-rSDlKziibo {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-rSDlKziibo .list-group-item {
  padding: .75rem 3.25rem;
}
.cid-rSDlKziibo .plan {
  word-break: break-word;
  position: relative;
  max-width: 300px;
  padding-right: 0;
  padding-left: 0;
  color: #767676;
}
.cid-rSDlKziibo .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: transparent;
  border: 0;
}
.cid-rSDlKziibo .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 60%;
  height: 2px;
  content: "";
  background-color: #eaeaea;
}
.cid-rSDlKziibo .plan .list-group-item:last-child::after {
  display: none;
}
.cid-rSDlKziibo .plan.favorite {
  background-color: #fff;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
}
.cid-rSDlKziibo .plan-header {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-rSDlKziibo .price-figure {
  font-weight: 700;
  color: #232323;
}
.cid-rSDlKziibo .price-value {
  font-weight: 700;
  vertical-align: top;
}
@media (max-width: 550px) {
  .cid-rSDlKziibo .price-figure {
    font-size: 4.25rem;
  }
}
.cid-rSDlLTSX43 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-rSDlLTSX43 .pricing {
  padding: 3.3rem;
  color: #767676;
  background-color: #fff;
}
@media (max-width: 767px) {
  .cid-rSDlLTSX43 .pricing {
    padding: 1.5rem;
  }
}
.cid-rSDlLTSX43 .plan-header,
.cid-rSDlLTSX43 .plan-body {
  background-color: #fff;
}
.cid-rSDlLTSX43 .plan-title {
  margin-top: 1.4rem;
}
.cid-rSDlLTSX43 .price-figure {
  font-weight: 700;
  color: #232323;
}
@media (max-width: 550px) {
  .cid-rSDlLTSX43 .price-figure {
    font-size: 4.25rem;
  }
}
.cid-rSDlLTSX43 .price-value {
  font-weight: 700;
  vertical-align: top;
}
.cid-rSDlLTSX43 hr {
  margin: 2rem 0;
}
.cid-rSDlNYDIRR {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rSDlNYDIRR .progress {
  width: 100%;
}
.cid-rSDlNYDIRR progress {
  height: 8px;
}
.cid-rSDlNYDIRR h3 {
  text-align: center;
  font-weight: 300;
}
.cid-rSDlNYDIRR .mbr-section-subtitle {
  color: #767676;
}
.cid-rSDlNYDIRR .progress_value {
  position: relative;
}
.cid-rSDlNYDIRR .progress_elements {
  margin: 0 auto;
}
.cid-rSDlNYDIRR .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-rSDlNYDIRR .progress1 .progressbar-number:before,
.cid-rSDlNYDIRR .progress2 .progressbar-number:before,
.cid-rSDlNYDIRR .progress3 .progressbar-number:before,
.cid-rSDlNYDIRR .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-rSDlNYDIRR progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-rSDlNYDIRR progress::-webkit-progress-value {
  background: #149dcc;
}
.cid-rSDlNYDIRR progress[value]::-moz-progress-bar {
  background: #149dcc;
}
.cid-rSDlNYDIRR progress::-ms-fill {
  background: #149dcc;
}
.cid-rSDlNYDIRR .progress1 .progressbar-number:before {
  content: '70';
}
.cid-rSDlNYDIRR .progress2 .progressbar-number:before {
  content: '80';
}
.cid-rSDlNYDIRR .progress3 .progressbar-number:before {
  content: '90';
}
.cid-rSDlNYDIRR .progress4 .progressbar-number:before {
  content: '100';
}
.cid-rSDlNYDIRR .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-rSDlNYDIRR .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-rSDlNYDIRR .progress_value span {
  padding-left: 30px;
}
.cid-rSDlPknV0t {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rSDlPknV0t h3 {
  text-align: center;
  font-weight: 300;
}
.cid-rSDlPknV0t .progress {
  width: 100%;
}
.cid-rSDlPknV0t .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-rSDlPknV0t progress {
  height: 8px;
}
.cid-rSDlPknV0t .progressbar-number {
  display: inline-block;
}
.cid-rSDlPknV0t .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-rSDlPknV0t .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-rSDlPknV0t .mbr-section-subtitle {
  color: #767676;
}
.cid-rSDlPknV0t .section-content-title {
  font-weight: 500;
}
.cid-rSDlPknV0t .progress_value {
  position: relative;
}
.cid-rSDlPknV0t .progress1 .progressbar-number:before,
.cid-rSDlPknV0t .progress2 .progressbar-number:before,
.cid-rSDlPknV0t .progress3 .progressbar-number:before,
.cid-rSDlPknV0t .progress4 .progressbar-number:before,
.cid-rSDlPknV0t .progress5 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-rSDlPknV0t progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-rSDlPknV0t progress::-webkit-progress-value {
  background: #149dcc;
}
.cid-rSDlPknV0t progress[value]::-moz-progress-bar {
  background: #149dcc;
}
.cid-rSDlPknV0t progress::-ms-fill {
  background: #149dcc;
}
.cid-rSDlPknV0t .progress1 .progressbar-number:before {
  content: '100';
}
.cid-rSDlPknV0t .progress2 .progressbar-number:before {
  content: '90';
}
.cid-rSDlPknV0t .progress3 .progressbar-number:before {
  content: '80';
}
.cid-rSDlPknV0t .progress4 .progressbar-number:before {
  content: '70';
}
.cid-rSDlPknV0t .progress5 .progressbar-number:before {
  content: '60';
}
@media (min-width: 768px) {
  .cid-rSDlPknV0t .text-elements {
    padding-right: 3rem;
  }
  .cid-rSDlPknV0t .progress_elements {
    padding-left: 3rem;
  }
}
.cid-rSDlRQz6QB {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rSDlRQz6QB h3 {
  text-align: center;
  font-weight: 300;
}
.cid-rSDlRQz6QB .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-rSDlRQz6QB .mbr-section-subtitle {
  color: #767676;
}
.cid-rSDlRQz6QB .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-rSDlRQz6QB ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
.cid-rSDlRQz6QB path {
  stroke: #149dcc;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rSDlRQz6QB .card {
    -webkit-flex-basis: 33%;
    flex-basis: 33%;
  }
}
.cid-rSDlTaQNoQ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-rSDlTaQNoQ .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-rSDlTaQNoQ .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #ffffff;
  margin-left: 2rem;
}
.cid-rSDlTaQNoQ .timeline-text-content p {
  margin-bottom: 0;
}
.cid-rSDlTaQNoQ .time-line-date-content {
  margin-right: 2rem;
}
.cid-rSDlTaQNoQ .time-line-date-content p {
  padding: 2rem 2.5rem;
  background: #ffffff;
  float: right;
}
.cid-rSDlTaQNoQ .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.cid-rSDlTaQNoQ .timeline-element:hover .mbr-timeline-date {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-rSDlTaQNoQ .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-rSDlTaQNoQ .mbr-timeline-date,
.cid-rSDlTaQNoQ .timeline-text-content {
  transition: all .4s;
}
.cid-rSDlTaQNoQ .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-rSDlTaQNoQ .reverse .timeline-text-content {
  margin-right: 2rem;
  margin-left: 0;
}
.cid-rSDlTaQNoQ .reverse .time-line-date-content {
  margin-left: 2rem;
  margin-right: 0rem;
}
.cid-rSDlTaQNoQ .reverse .time-line-date-content p {
  float: left;
}
.cid-rSDlTaQNoQ .iconBackground {
  position: absolute;
  left: 50%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 30px;
  display: inline-block;
  background-color: #ffffff;
  top: 20px;
  margin-left: -10px;
}
.cid-rSDlTaQNoQ .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #ffffff;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
@media (max-width: 768px) {
  .cid-rSDlTaQNoQ .iconBackground {
    left: 0 !important;
  }
  .cid-rSDlTaQNoQ .separline:before {
    left: 0!important;
  }
  .cid-rSDlTaQNoQ .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-rSDlTaQNoQ .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-rSDlTaQNoQ .time-line-date-content p {
    float: left !important;
  }
  .cid-rSDlTaQNoQ .reverse .time-line-date-content {
    margin-left: 0 !important;
  }
  .cid-rSDlTaQNoQ .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-rSDlTaQNoQ .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-rSDlUAzL3i {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rSDlUAzL3i .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-rSDlUAzL3i .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #efefef;
  margin-right: 2rem;
  transition: all .4s;
}
.cid-rSDlUAzL3i .timeline-text-content p {
  margin-bottom: 0;
}
.cid-rSDlUAzL3i .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.cid-rSDlUAzL3i .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-rSDlUAzL3i .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-rSDlUAzL3i .reverse .timeline-text-content {
  margin-left: 2rem;
  margin-right: 0;
}
.cid-rSDlUAzL3i .iconsBackground {
  position: absolute;
  left: 50%;
  width: 60px;
  height: 60px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: #efefef;
  top: 20px;
  margin-left: -30px;
}
.cid-rSDlUAzL3i .mbr-iconfont {
  position: absolute;
  text-align: center;
  font-size: 35px;
  display: inline-block;
  z-index: 3;
  top: 13px;
  left: 13px;
}
.cid-rSDlUAzL3i .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #efefef;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
@media (max-width: 768px) {
  .cid-rSDlUAzL3i .iconsBackground {
    left: 1.5rem;
  }
  .cid-rSDlUAzL3i .separline:before {
    left: calc(1.5rem - 1px);
  }
  .cid-rSDlUAzL3i .timeline-text-content {
    margin-left: 3rem !important;
    margin-right: 0 !important;
  }
  .cid-rSDlUAzL3i .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-rSDlUAzL3i .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-rSDlVF6S8n {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rSDlVF6S8n .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-rSDlVF6S8n .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #efefef;
}
@media (max-width: 767px) {
  .cid-rSDlVF6S8n .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-rSDlVF6S8n .separline {
  position: relative;
}
.cid-rSDlVF6S8n .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-rSDlVF6S8n .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-rSDlVF6S8n .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-rSDlVF6S8n .media-block {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-rSDlVF6S8n .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-bottom: 2rem;
  }
}
.cid-rSDlXgX1Pk {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rSDlXgX1Pk .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-rSDlXgX1Pk .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #efefef;
}
@media (max-width: 767px) {
  .cid-rSDlXgX1Pk .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-rSDlXgX1Pk .separline {
  position: relative;
}
.cid-rSDlXgX1Pk .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-rSDlXgX1Pk .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-rSDlZyUugm {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c1c1c1;
  background: linear-gradient(0deg, #c1c1c1, #149dcc);
}
.cid-rSDlZyUugm .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-rSDlZyUugm .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #ffffff;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .5s;
}
.cid-rSDlZyUugm .nav-tabs .nav-link:hover {
  background-color: #ff3366;
}
.cid-rSDlZyUugm .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  border: none;
  background: #ff3366;
}
.cid-rSDlZyUugm .nav-tabs .nav-link.active:hover {
  border: none;
}
.cid-rSDlZyUugm p {
  color: #232323;
}
.cid-rSDlZyUugm .mbr-text {
  text-align: center;
}
.cid-rSDm1kukGQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9f9f9;
}
.cid-rSDm1kukGQ .mbr-section-text {
  color: #767676;
}
.cid-rSDm1kukGQ .mbr-section-subtitle {
  color: #767676;
}
.cid-rSDm1kukGQ .tabcont {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rSDm1kukGQ .mbr-iconfont {
  font-size: 48px;
}
.cid-rSDm1kukGQ .card-img {
  margin-bottom: 1.5rem;
}
.cid-rSDm1kukGQ .tab-content-row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rSDm1kukGQ .tab-content {
  margin-top: 3rem;
  width: 100%;
}
.cid-rSDm1kukGQ .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-rSDm1kukGQ .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #767676;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: color .3s;
  border: 2px solid #767676;
}
.cid-rSDm1kukGQ .nav-tabs .nav-link:hover {
  background: #149dcc;
}
.cid-rSDm1kukGQ .nav-tabs .nav-link.active {
  color: #ffffff;
  font-style: normal;
  border: 2px solid #149dcc;
  background: #149dcc;
}
.cid-rSDm1kukGQ .nav-tabs .nav-link.active:hover {
  border: 2px solid #149dcc;
}
.cid-rSDm49fm2U {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9f9f9;
}
.cid-rSDm49fm2U .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-rSDm49fm2U .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #767676;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #767676;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .3s;
}
.cid-rSDm49fm2U .nav-tabs .nav-link:hover {
  background-color: #149dcc;
}
.cid-rSDm49fm2U .nav-tabs .nav-link:focus {
  box-shadow: none;
  background-color: #149dcc;
}
.cid-rSDm49fm2U .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  border: none;
  background: #149dcc;
}
.cid-rSDm49fm2U .nav-tabs .nav-link.active:hover {
  border: none;
}
.cid-rSDm49fm2U .mbr-section-subtitle {
  color: #767676;
}
.cid-rSDm49fm2U p {
  color: #767676;
}
.cid-rSDm49fm2U .mbr-figure {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  padding-right: 4rem;
}
.cid-rSDm49fm2U .mbr-text {
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-rSDm49fm2U .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-rSDmnvRE0z {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #f9f9f9;
}
.cid-rSDmnvRE0z .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rSDmnvRE0z .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rSDmnvRE0z .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-rSDmnvRE0z .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rSDmnvRE0z .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-rSDmnvRE0z .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rSDmnvRE0z .card .panel-body {
  color: #767676;
}
.cid-rSDmp5rXPu {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9f9f9;
}
.cid-rSDmp5rXPu p {
  color: #767676;
}
.cid-rSDmp5rXPu .mbr-section-subtitle {
  color: #767676;
}
.cid-rSDmp5rXPu .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rSDmp5rXPu .panel-group {
  width: 100%;
}
.cid-rSDmp5rXPu .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rSDmp5rXPu .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rSDmp5rXPu .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-rSDmp5rXPu .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rSDmp5rXPu .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-rSDmp5rXPu .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rSDmp5rXPu .mbr-figure {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  padding-left: 4rem;
}
@media (max-width: 991px) {
  .cid-rSDmp5rXPu .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-rSDmpUZnUi {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-rSDmpUZnUi p {
  color: #767676;
}
.cid-rSDmpUZnUi .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rSDmpUZnUi .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rSDmpUZnUi .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-rSDmpUZnUi .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rSDmpUZnUi .card .card-header a.panel-title h4 {
  border: 1px solid #dfdfdf;
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-rSDmpUZnUi .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rSDmqoEcpV {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-rSDmqoEcpV p {
  color: #767676;
}
.cid-rSDmqoEcpV .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rSDmqoEcpV .toggle-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rSDmqoEcpV .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rSDmqoEcpV .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rSDmqoEcpV .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
}
.cid-rSDmqoEcpV .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rSDmqoEcpV .card .card-header a.panel-title h4 {
  border: 1px solid #dfdfdf;
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-rSDmqoEcpV .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rSDmqoEcpV .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
}
@media (max-width: 991px) {
  .cid-rSDmqoEcpV .mbr-figure {
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-rSDmqoEcpV .mbr-figure {
    padding-left: 4rem;
  }
}
.cid-rSDmtEwXXh {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rSDmtEwXXh .title {
  padding-bottom: 2.5rem;
}
.cid-rSDmtEwXXh .mbr-text {
  color: #767676;
  margin: 0;
  padding-top: 0.5rem;
}
.cid-rSDmtEwXXh .iconfont-wrapper {
  display: flex;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-right: 2rem;
}
.cid-rSDmtEwXXh .iconfont-wrapper .amp-iconfont {
  font-size: 2rem;
}
.cid-rSDmtEwXXh .wrapper {
  display: flex;
  padding: 1rem 0;
}
.cid-rSDmtEwXXh .wrapper .b-info {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-rSDmtEwXXh .iconfont-wrapper {
    display: none;
  }
}
.cid-rSDmxecw5D {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-rSDmxecw5D .mbr-section-subtitle {
  color: #767676;
}
.cid-rSDmxecw5D .container-table {
  margin: 0 auto;
}
.cid-rSDmxecw5D .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rSDmxecw5D .dataTables_wrapper {
  display: block;
}
.cid-rSDmxecw5D .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rSDmxecw5D .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rSDmxecw5D table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-rSDmxecw5D table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rSDmxecw5D table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rSDmxecw5D table td {
  border-top: 1px solid #cccccc;
}
.cid-rSDmxecw5D table.table {
  background: #ffffff;
}
.cid-rSDmxecw5D .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rSDmxecw5D .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rSDmxecw5D .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rSDmxecw5D .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rSDmxecw5D .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rSDmxecw5D .dataTables_filter {
    text-align: center;
  }
  .cid-rSDmxecw5D .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rSDmz9IspF {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-rSDmz9IspF .content {
    text-align: center;
  }
  .cid-rSDmz9IspF .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rSDmz9IspF .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rSDmz9IspF .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rSDmz9IspF .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rSDmz9IspF .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rSDmz9IspF .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rSDmz9IspF .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-rSDmz9IspF .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rSDmz9IspF .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rSDmz9IspF .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rSDmz9IspF .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rSDmz9IspF .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rLB7nbeWRS {
  padding-top: 120px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/header-bild1-2000x599.jpg");
}
.cid-rLB7nbeWRS .icons-media-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-rLB7nbeWRS .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-rLB7nbeWRS .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-rLB7nbeWRS .mbr-text {
  color: #ffffff;
}
.cid-rLB7nbeWRS .card {
  padding-bottom: 1.5rem;
}
.cid-rLB7nbeWRS H1 {
  text-align: center;
}
.cid-rLB7ZBHGUY {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-rLB7ZBHGUY .card-box {
  padding: 0 2rem;
}
.cid-rLB7ZBHGUY .mbr-section-btn {
  padding-top: 1rem;
}
.cid-rLB7ZBHGUY .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-rLB7ZBHGUY h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-rLB7ZBHGUY p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-rLB7ZBHGUY .mbr-text {
  color: #767676;
}
.cid-rLB7ZBHGUY .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rLB7ZBHGUY .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rLB8qU8jhX {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rLB8qU8jhX .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rLB8qU8jhX .mbr-content-text {
  color: #767676;
}
.cid-rLB8qU8jhX .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-rLB8qU8jhX .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;
}
@media (max-width: 767px) {
  .cid-rLB8qU8jhX .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
.cid-rLB8qU8jhX .img-text {
  color: #c1c1c1;
}
.cid-rLB8ayWCdf {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rLB8ayWCdf .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rLB8ayWCdf .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-rLB8ayWCdf .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-rLB8ayWCdf .img-text {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-rLB8ayWCdf .img-text {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .cid-rLB8ayWCdf .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-rLB8ayWCdf .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-rLB8ayWCdf .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;
}
@media (max-width: 767px) {
  .cid-rLB8ayWCdf .panel-item {
    flex-direction: column;
    align-items: center;
  }
  .cid-rLB8ayWCdf .panel-item .card-img {
    padding: 0;
    padding-bottom: 1rem;
  }
}
.cid-rLB8g8A9vc {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rLB8g8A9vc .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rLB8g8A9vc .mbr-content-text {
  color: #767676;
}
.cid-rLB8g8A9vc .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-rLB8g8A9vc .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-rLB8g8A9vc .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-rLB8g8A9vc .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-rLB8g8A9vc .media-block {
    padding-right: 2rem;
  }
}
.cid-rLB8g8A9vc .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rLB8g8A9vc .card-img {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-rLB8g8A9vc .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-rLB8iA35Qp {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rLB8iA35Qp .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rLB8iA35Qp .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-rLB8iA35Qp .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-rLB8iA35Qp .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-rLB8iA35Qp .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-rLB8iA35Qp .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-rLB8iA35Qp .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-rLB8iA35Qp .media-block {
    padding-left: 2rem;
  }
}
.cid-rLB8iA35Qp .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-rLB8iA35Qp .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-rLB8iA35Qp .count {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .cid-rLB8iA35Qp .panel-item {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cid-rLB8iA35Qp .card-img {
    padding-bottom: 1rem;
    padding-right: 0 !important;
    margin: auto;
  }
}
.cid-rLB8iA35Qp .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rLB8mwAdVY {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rLB8mwAdVY .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rLB8mwAdVY .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-rLB8mwAdVY .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-rLB8mwAdVY .img-text {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-rLB8mwAdVY .img-text {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .cid-rLB8mwAdVY .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-rLB8mwAdVY .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-rLB8mwAdVY .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-rLB8mwAdVY .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-rLB8mwAdVY .media-block {
    padding-left: 2rem;
  }
}
.cid-rLB8mwAdVY .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-rLB8mwAdVY .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-rLB8mwAdVY .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rLB7uxto4o {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rLB7uxto4o h3 {
  text-align: center;
}
.cid-rLB7uxto4o .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rLB7uxto4o .mbr-content-text {
  color: #767676;
}
.cid-rLB7uxto4o .panel-item {
  background: #ffffff;
}
.cid-rLB7uxto4o .card {
  word-wrap: break-word;
}
.cid-rLB7uxto4o .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-rLB8EMaDca {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rLB8EMaDca .mbr-section-subtitle {
  color: #767676;
}
.cid-rLB8GsUYiY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rLB8GsUYiY .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rLB8GsUYiY .section-text {
  padding: 2rem 0;
}
.cid-rLB8GsUYiY .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rLB8GsUYiY .inner-container {
    width: 100% !important;
  }
}
.cid-rLB8HZDH8r {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rLB8HZDH8r .mbr-text,
.cid-rLB8HZDH8r blockquote {
  color: #767676;
}
.cid-rLB8K9bSsT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rLB8K9bSsT .mbr-text,
.cid-rLB8K9bSsT blockquote {
  color: #767676;
}
.cid-rLB8LansxJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rLB8LansxJ .counter-container {
  color: #767676;
}
.cid-rLB8LansxJ .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-rLB8LansxJ .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-rLB8LansxJ .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
}
.cid-rLB8LansxJ .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: #149dcc;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-rLB8MiK25D {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rLB8MiK25D .counter-container {
  color: #767676;
}
.cid-rLB8MiK25D .counter-container ul {
  margin-bottom: 0;
}
.cid-rLB8MiK25D .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rLB8MiK25D .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-rLB8NGS8Q0 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rLB8NGS8Q0 .mbr-text {
  color: #767676;
}
.cid-rLB8PG27Ty {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rLB8PG27Ty .mbr-text {
  color: #767676;
}
.cid-rLB8PG27Ty .mbr-text p {
  background: #ffffff;
}
.cid-rLB8QTk3Zz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rLB8QTk3Zz .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rLB8QTk3Zz .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-rLB8QTk3Zz .mbr-text {
  color: #767676;
}
.cid-rLB8RMeydQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rLB8RMeydQ .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-rLB8RMeydQ .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-rLB8RMeydQ .mbr-text {
  color: #767676;
}
.cid-rLB8X7HCzg {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rLB8X7HCzg h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rLB8X7HCzg p {
  color: #767676;
  text-align: left;
}
.cid-rLB8X7HCzg .card-box {
  padding-top: 2rem;
}
.cid-rLB8X7HCzg .card-wrapper {
  height: 100%;
}
.cid-rLB94ciZCx {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-rLB94ciZCx .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-rLB94ciZCx h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rLB94ciZCx p {
  color: #767676;
  text-align: left;
}
.cid-rLB94ciZCx .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rLB94ciZCx .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rLB94ciZCx .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-rLB98cdJql {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rLB98cdJql h4 {
  text-align: left;
  font-weight: 500;
}
.cid-rLB98cdJql p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-rLB98cdJql .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-rLB98cdJql .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-rLB98cdJql .card-box {
  padding-left: 1rem;
  word-break: break-word;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-rLB98cdJql .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-rLB98cdJql .card-box {
    padding-left: 0;
  }
}
.cid-rLB99iyI9I {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rLB99iyI9I h4 {
  text-align: left;
  font-weight: 500;
}
.cid-rLB99iyI9I p {
  color: #767676;
  text-align: left;
}
.cid-rLB99iyI9I .card-img {
  text-align: left;
}
.cid-rLB99iyI9I .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-rLB9aBe5WU {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-rLB9aBe5WU h4 {
  text-align: left;
  font-weight: 500;
}
.cid-rLB9aBe5WU p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-rLB9aBe5WU .card-img {
  text-align: left;
  background-color: #ffffff;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3rem 2.5rem 0 2.5rem;
}
.cid-rLB9aBe5WU .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-rLB9aBe5WU .card-box {
  padding: 0rem 2.5rem 3rem 2.5rem;
  background-color: #ffffff;
}
.cid-rLB9g4uQCt {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rLB9g4uQCt h4 {
  text-align: left;
  font-weight: 500;
}
.cid-rLB9g4uQCt p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-rLB9g4uQCt .card-img {
  width: auto;
}
.cid-rLB9g4uQCt .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-rLB9g4uQCt .card-box {
  padding-left: 1rem;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-rLB9g4uQCt .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
}
@media (max-width: 300px) {
  .cid-rLB9g4uQCt .card-img span {
    font-size: 40px !important;
  }
}
.cid-rLB9suvQ26 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rLB9suvQ26 h2 {
  text-align: left;
}
.cid-rLB9suvQ26 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-rLB9suvQ26 p {
  color: #767676;
  text-align: left;
}
.cid-rLB9suvQ26 .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rLB9suvQ26 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rLB9suvQ26 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rLB9suvQ26 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rLB9suvQ26 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rLB9suvQ26 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rLB9suvQ26 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rLB9suvQ26 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rLB9suvQ26 .card-img span {
    font-size: 40px !important;
  }
}
.cid-rLB9u8eaha {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rLB9u8eaha h2 {
  text-align: center;
}
.cid-rLB9u8eaha h3 {
  text-align: center;
  font-weight: 300;
}
.cid-rLB9u8eaha p {
  color: #767676;
}
.cid-rLB9u8eaha img {
  object-fit: cover;
}
.cid-rLB9u8eaha .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rLB9u8eaha .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-rLB9u8eaha .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-rLB9u8eaha .mbr-section-subtitle {
  color: #767676;
}
.cid-rLB9u8eaha .card-title {
  font-weight: 500;
}
.cid-rLB9u8eaha .card-img {
  text-align: inherit;
}
.cid-rLB9u8eaha .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rLB9u8eaha .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .cid-rLB9u8eaha .mbr-figure {
    padding-bottom: 2rem;
    padding-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rLB9u8eaha .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-rLB9u8eaha .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
  .cid-rLB9u8eaha .card:nth-child(1) {
    padding-bottom: 0!important;
  }
}
.cid-rLB9vtKbLa {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rLB9vtKbLa h3 {
  font-weight: 300;
}
.cid-rLB9vtKbLa .card-img {
  width: initial;
}
.cid-rLB9vtKbLa .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-rLB9vtKbLa .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-rLB9vtKbLa .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rLB9vtKbLa .mbr-section-subtitle {
  color: #767676;
}
.cid-rLB9vtKbLa .mbr-text {
  color: #767676;
}
.cid-rLB9vtKbLa .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rLB9vtKbLa .mbr-al-i-c {
  align-items: center;
}
.cid-rLB95uZB6T {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rLB95uZB6T .mbr-text {
  color: #767676;
}
.cid-rLB95uZB6T h4 {
  text-align: center;
}
.cid-rLB95uZB6T p {
  text-align: center;
}
.cid-rLB95uZB6T .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rLB9BU2qsq {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-rLB9BU2qsq .list-group-item {
  padding: .75rem 3.25rem;
}
.cid-rLB9BU2qsq .plan {
  word-break: break-word;
  position: relative;
  max-width: 300px;
  padding-right: 0;
  padding-left: 0;
  color: #767676;
}
.cid-rLB9BU2qsq .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: transparent;
  border: 0;
}
.cid-rLB9BU2qsq .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 60%;
  height: 2px;
  content: "";
  background-color: #eaeaea;
}
.cid-rLB9BU2qsq .plan .list-group-item:last-child::after {
  display: none;
}
.cid-rLB9BU2qsq .plan.favorite {
  background-color: #fff;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
}
.cid-rLB9BU2qsq .plan-header {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-rLB9BU2qsq .price-figure {
  font-weight: 700;
  color: #232323;
}
.cid-rLB9BU2qsq .price-value {
  font-weight: 700;
  vertical-align: top;
}
@media (max-width: 550px) {
  .cid-rLB9BU2qsq .price-figure {
    font-size: 4.25rem;
  }
}
.cid-rLB9Eno5Mo {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-rLB9Eno5Mo .pricing {
  padding: 3.3rem;
  color: #767676;
  background-color: #fff;
}
@media (max-width: 767px) {
  .cid-rLB9Eno5Mo .pricing {
    padding: 1.5rem;
  }
}
.cid-rLB9Eno5Mo .plan-header,
.cid-rLB9Eno5Mo .plan-body {
  background-color: #fff;
}
.cid-rLB9Eno5Mo .plan-title {
  margin-top: 1.4rem;
}
.cid-rLB9Eno5Mo .price-figure {
  font-weight: 700;
  color: #232323;
}
@media (max-width: 550px) {
  .cid-rLB9Eno5Mo .price-figure {
    font-size: 4.25rem;
  }
}
.cid-rLB9Eno5Mo .price-value {
  font-weight: 700;
  vertical-align: top;
}
.cid-rLB9Eno5Mo hr {
  margin: 2rem 0;
}
.cid-rLB9NtBQrY {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-rLB9NtBQrY .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-rLB9NtBQrY .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #ffffff;
  margin-left: 2rem;
}
.cid-rLB9NtBQrY .timeline-text-content p {
  margin-bottom: 0;
}
.cid-rLB9NtBQrY .time-line-date-content {
  margin-right: 2rem;
}
.cid-rLB9NtBQrY .time-line-date-content p {
  padding: 2rem 2.5rem;
  background: #ffffff;
  float: right;
}
.cid-rLB9NtBQrY .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.cid-rLB9NtBQrY .timeline-element:hover .mbr-timeline-date {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-rLB9NtBQrY .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-rLB9NtBQrY .mbr-timeline-date,
.cid-rLB9NtBQrY .timeline-text-content {
  transition: all .4s;
}
.cid-rLB9NtBQrY .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-rLB9NtBQrY .reverse .timeline-text-content {
  margin-right: 2rem;
  margin-left: 0;
}
.cid-rLB9NtBQrY .reverse .time-line-date-content {
  margin-left: 2rem;
  margin-right: 0rem;
}
.cid-rLB9NtBQrY .reverse .time-line-date-content p {
  float: left;
}
.cid-rLB9NtBQrY .iconBackground {
  position: absolute;
  left: 50%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 30px;
  display: inline-block;
  background-color: #ffffff;
  top: 20px;
  margin-left: -10px;
}
.cid-rLB9NtBQrY .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #ffffff;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
@media (max-width: 768px) {
  .cid-rLB9NtBQrY .iconBackground {
    left: 0 !important;
  }
  .cid-rLB9NtBQrY .separline:before {
    left: 0!important;
  }
  .cid-rLB9NtBQrY .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-rLB9NtBQrY .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-rLB9NtBQrY .time-line-date-content p {
    float: left !important;
  }
  .cid-rLB9NtBQrY .reverse .time-line-date-content {
    margin-left: 0 !important;
  }
  .cid-rLB9NtBQrY .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-rLB9NtBQrY .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-rLB9QPZFbX {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rLB9QPZFbX .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-rLB9QPZFbX .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #efefef;
}
@media (max-width: 767px) {
  .cid-rLB9QPZFbX .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-rLB9QPZFbX .separline {
  position: relative;
}
.cid-rLB9QPZFbX .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-rLB9QPZFbX .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-rLB9QPZFbX .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-rLB9QPZFbX .media-block {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-rLB9QPZFbX .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-bottom: 2rem;
  }
}
.cid-rLB9T7FhLl {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rLB9T7FhLl .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-rLB9T7FhLl .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #efefef;
}
@media (max-width: 767px) {
  .cid-rLB9T7FhLl .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-rLB9T7FhLl .separline {
  position: relative;
}
.cid-rLB9T7FhLl .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-rLB9T7FhLl .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-rLB9UvGWoA {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rLB9UvGWoA .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-rLB9UvGWoA .step {
  width: 72px;
  height: 72px;
  font-size: 36px;
  border-radius: 50%;
  border: 2px solid #efefef;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .cid-rLB9UvGWoA .separline .step-wrapper {
    position: relative;
  }
  .cid-rLB9UvGWoA .separline .step-wrapper:before,
  .cid-rLB9UvGWoA .separline .step-wrapper:after {
    top: 38px;
    position: absolute;
    content: "";
    height: 2px;
    width: calc(50% + 15px - 36px - 8px);
    background-color: #efefef;
  }
  .cid-rLB9UvGWoA .separline .step-wrapper:before {
    left: -15px;
  }
  .cid-rLB9UvGWoA .separline .step-wrapper:after {
    left: calc(50% + 8px + 36px);
  }
  .cid-rLB9UvGWoA .separline.last-child .step-wrapper:after,
  .cid-rLB9UvGWoA .separline:nth-child(3n) .step-wrapper:after,
  .cid-rLB9UvGWoA .separline:nth-child(3n+1) .step-wrapper:before {
    background: none;
  }
}
@media (max-width: 767px) {
  .cid-rLB9UvGWoA .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
.cid-rLBa6dSGKL {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-rLBa6dSGKL .mbr-section-subtitle {
  color: #767676;
}
.cid-rLBa6dSGKL .container-table {
  margin: 0 auto;
}
.cid-rLBa6dSGKL .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rLBa6dSGKL .dataTables_wrapper {
  display: block;
}
.cid-rLBa6dSGKL .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rLBa6dSGKL .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rLBa6dSGKL table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-rLBa6dSGKL table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rLBa6dSGKL table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rLBa6dSGKL table td {
  border-top: 1px solid #cccccc;
}
.cid-rLBa6dSGKL table.table {
  background: #ffffff;
}
.cid-rLBa6dSGKL .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rLBa6dSGKL .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rLBa6dSGKL .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rLBa6dSGKL .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rLBa6dSGKL .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rLBa6dSGKL .dataTables_filter {
    text-align: center;
  }
  .cid-rLBa6dSGKL .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rLBa9TZBbl {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rLBa9TZBbl .form-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-rLBa9TZBbl .content {
    text-align: center;
  }
  .cid-rLBa9TZBbl .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rLBa9TZBbl .img-logo img {
  height: 6rem;
}
.cid-rLBa9TZBbl .form-group,
.cid-rLBa9TZBbl .input-group-btn {
  padding: 0;
}
.cid-rLBa9TZBbl .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-rLBa9TZBbl .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-rLBa9TZBbl .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-rLBa9TZBbl .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rLBa9TZBbl .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-rLBa9TZBbl .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-rLBa9TZBbl .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-rLBa9TZBbl .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rLBa9TZBbl .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rLBa9TZBbl .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rLBa9TZBbl .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-rLBa9TZBbl .foot-logo {
    text-align: center !important;
  }
  .cid-rLBa9TZBbl .foot-title {
    text-align: center !important;
  }
  .cid-rLBa9TZBbl .mbr-text {
    text-align: center !important;
  }
  .cid-rLBa9TZBbl .form-group {
    margin: 0;
  }
}
.cid-rLB6rVy9yL {
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-rLB6rWIFvn {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-rLB6rWIFvn .content {
    text-align: center;
  }
  .cid-rLB6rWIFvn .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rLB6rWIFvn .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rLB6rWIFvn .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rLB6rWIFvn .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-rLB6rWIFvn .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rLB6rWIFvn .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rLB6rWIFvn .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-rLB6rWIFvn .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rLB6rWIFvn .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rLB6rWIFvn .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rLB6rWIFvn .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rLB6rWIFvn .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-rLB6rY3J5C {
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-rLB6rY3J5C .icons-media-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-rLB6rY3J5C .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-rLB6rY3J5C .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-rLB6rY3J5C .mbr-text {
  color: #ffffff;
}
.cid-rLB6rY3J5C .card {
  padding-bottom: 1.5rem;
}
.cid-rLB6s0Na12 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-rLB6s0Na12 P {
  color: #767676;
}
.cid-rLB6s1U6C4 {
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-rLB6s1U6C4 h1 {
  color: #616161;
}
.cid-rLB6s1U6C4 h2,
.cid-rLB6s1U6C4 h3,
.cid-rLB6s1U6C4 p {
  color: #767676;
}
.cid-rLB6s1U6C4 .mbr-section-subtitle {
  font-style: italic;
}
.cid-rLB6s2Uuqa {
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-rLB6s2Uuqa .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-rLB6s2Uuqa .media-container-column {
  background-color: #4f4943;
}
@media (max-width: 767px) {
  .cid-rLB6s2Uuqa .media-container-column {
    padding: 1rem !important;
  }
}
.cid-rLB6s3WJ9t {
  padding-top: 45px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background5.jpg");
}
.cid-rLB6s3WJ9t .mbr-icofont {
  font-size: 48px;
  color: #353535;
}
.cid-rLB6s3WJ9t .form-group {
  padding: 0.5rem;
}
.cid-rLB6s3WJ9t .show-modal span {
  cursor: pointer;
  background-color: #149dcc;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
}
.cid-rLB6s3WJ9t .show-modal span:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.cid-rLB6s3WJ9t .mbr-figure {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  margin: auto;
  transition: transform 1s;
  cursor: pointer;
}
.cid-rLB6s3WJ9t .mbr-figure a {
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 100px;
}
.cid-rLB6s3WJ9t .mbr-figure a:before {
  width: 100px;
  height: 100px;
}
.cid-rLB6s3WJ9t .mbr-figure:hover {
  transform: scale(1.15);
  transition: transform 1s;
  -webkit-transform: scale(1.15);
}
.cid-rLB6s3WJ9t .mbri-play:before {
  left: 55% !important;
}
.cid-rLB6s3WJ9t .form-control {
  text-align: center;
}
.cid-rLB6s3WJ9t h3 {
  color: #ffffff;
  text-align: center;
  font-weight: 300;
}
.cid-rLB6s3WJ9t .modalWindow {
  position: fixed;
  z-index: 5000;
  display: none;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rLB6s3WJ9t .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
  text-align: -o-center;
}
.cid-rLB6s3WJ9t .modalWindow .modalWindow-container .modalWindow-video-container {
  display: inline-block;
  width: 100%;
}
.cid-rLB6s3WJ9t .modalWindow .modalWindow-container .modalWindow-video-container .modalWindow-video {
  margin: auto;
}
.cid-rLB6s3WJ9t a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rLB6s3WJ9t a.close:hover {
  color: #ffffff;
}
@media (max-width: 500px) {
  .cid-rLB6s3WJ9t .modalWindow-video {
    width: 80%;
    height: 200px;
    position: relative;
  }
}
@media (min-width: 500px) and (max-width: 768px) {
  .cid-rLB6s3WJ9t .modalWindow-video {
    width: 90%;
    height: 340px;
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 850px) {
  .cid-rLB6s3WJ9t .modalWindow-video {
    width: 700px;
    height: 395px;
    position: relative;
  }
}
@media (min-width: 850px) and (max-width: 1300px) {
  .cid-rLB6s3WJ9t .modalWindow-video {
    width: 800px;
    height: 452px;
    position: relative;
  }
}
@media (min-width: 1300px) {
  .cid-rLB6s3WJ9t .modalWindow-video {
    width: 1200px;
    height: 675px;
    position: relative;
  }
}
.cid-rLB6s3WJ9t .mbr-section-subtitle {
  color: #465052;
}
.cid-rLB6s74MTD {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-rLB6s7Z3VT {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-rLB6s7Z3VT .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rLB6s7Z3VT .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-rLB6s7Z3VT .mbr-figure img {
    width: 100% !important;
  }
}
.cid-rLB6s902Q5 {
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-rLB6s902Q5 .media-content {
  word-wrap: break-word;
}
.cid-rLB6s902Q5 .form-group {
  padding: 0.5rem;
}
.cid-rLB6s902Q5 .form-control {
  text-align: center;
}
.cid-rLB6s902Q5 .mbr-figure {
  padding-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-rLB6s902Q5 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-rLB6s902Q5 .mbr-text {
    text-align: center;
  }
  .cid-rLB6s902Q5 .form-inline {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
@media (max-width: 768px) {
  .cid-rLB6s902Q5 .form-control {
    font-size: .85rem;
  }
}
.cid-rLB6saaNFl {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-rLB6saaNFl .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-rLB6saaNFl .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rLB6saaNFl .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rLB6saaNFl .mbr-text {
    text-align: center;
  }
}
.cid-rLB6sbiYlS {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-rLB6sbiYlS .testimonials-container {
  margin: 0 auto;
}
.cid-rLB6sbiYlS .testimonials-container .testimonials-item {
  justify-content: center;
  margin-top: 3rem;
  -webkit-justify-content: center;
}
.cid-rLB6sbiYlS .testimonials-container .testimonials-item .user {
  background: #ffffff;
}
.cid-rLB6sbiYlS .testimonials-container .testimonials-item .user.row {
  margin: 0;
}
.cid-rLB6sbiYlS .testimonials-container .testimonials-item .user .user_image {
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: 2rem auto 2rem auto;
}
.cid-rLB6sbiYlS .testimonials-container .testimonials-item .user .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-rLB6sbiYlS .testimonials-container .testimonials-item .user .testimonials-caption {
  padding: 2rem;
  padding: 2rem 2rem 2rem 0;
}
@media (max-width: 260px) {
  .cid-rLB6sbiYlS .user_image {
    width: 100% !important;
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .cid-rLB6sbiYlS .testimonials-caption {
    padding: 0 2rem 2rem 2rem !important;
  }
}
.cid-rLB6scAuBJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rLB6scAuBJ .testimonial-text {
  font-style: italic;
  font-weight: 300;
}
.cid-rLB6scAuBJ .mbr-author-name {
  font-weight: bold;
}
.cid-rLB6scAuBJ .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-rLB6scAuBJ .mbr-figure,
  .cid-rLB6scAuBJ img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-rLB6scAuBJ .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-rLB6sdzbVG {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-rLB6sdzbVG h4 {
  font-weight: 500;
  color: #ffffff;
}
.cid-rLB6sdzbVG p {
  color: #ffffff;
}
.cid-rLB6sdzbVG .card {
  margin-bottom: 2rem;
}
.cid-rLB6sdzbVG .card-img {
  border-radius: 0;
  padding: 2rem 2rem 0 2rem;
  background-color: #149dcc;
}
.cid-rLB6sdzbVG .card-img span {
  font-size: 100px;
  color: #ffffff;
}
.cid-rLB6sdzbVG .card-box {
  padding-bottom: 2rem;
  background-color: #149dcc;
  background: linear-gradient(#149dcc, transparent);
}
.cid-rLB6sdzbVG .card-box .card-title {
  margin: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-rLB6sdzbVG .card-box .mbr-text {
  margin-bottom: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-rLB6sdzbVG .card-box .mbr-section-btn {
  padding-top: 1rem;
}
.cid-rLB6sdzbVG .card-box .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-rLB6seTtzk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rLB6seTtzk .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rLB6seTtzk .section-text {
  padding: 2rem 0;
}
.cid-rLB6seTtzk .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rLB6seTtzk .inner-container {
    width: 100% !important;
  }
}
.cid-rLB6sfErge {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-rLB6sgw5e3 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rLB6sgw5e3 .item {
  padding-bottom: 2rem;
}
.cid-rLB6sgw5e3 .item-wrapper {
  height: 100%;
}
.cid-rLB6sgw5e3 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-rLB6sgw5e3 .carousel-control,
.cid-rLB6sgw5e3 .close {
  background: #1b1b1b;
}
.cid-rLB6sgw5e3 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-rLB6sgw5e3 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-rLB6sgw5e3 .close {
  position: fixed;
  opacity: .5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
  font-family: 'MobiriseIcons';
}
.cid-rLB6sgw5e3 .close::before {
  content: '\e91a';
}
.cid-rLB6sgw5e3 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-rLB6sgw5e3 .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: .5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-rLB6sgw5e3 .carousel-inner > .active {
  display: block;
}
.cid-rLB6sgw5e3 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rLB6sgw5e3 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rLB6sgw5e3 .carousel-control .icon-next,
.cid-rLB6sgw5e3 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rLB6sgw5e3 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-rLB6sgw5e3 .carousel-control,
  .cid-rLB6sgw5e3 .carousel-indicators,
  .cid-rLB6sgw5e3 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-rLB6sgw5e3 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-rLB6sgw5e3 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rLB6sgw5e3 .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-rLB6sgw5e3 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-rLB6sgw5e3 .carousel-indicators {
    display: none;
  }
}
.cid-rLB6sgw5e3 .carousel-indicators .active,
.cid-rLB6sgw5e3 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: .5;
  border: 4px solid #1b1b1b;
}
.cid-rLB6sgw5e3 .carousel-indicators .active {
  background: #fff;
}
.cid-rLB6sgw5e3 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-rLB6sgw5e3 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-rLB6sgw5e3 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-rLB6sgw5e3 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-rLB6sgw5e3 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-rLB6sgw5e3 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(98.25vh);
}
.cid-rLB6sgw5e3 .carousel {
  width: 100%;
}
.cid-rLB6sgw5e3 .modal-dialog .carousel-inner {
  height: auto;
}
.cid-rLB6sgw5e3 .modal-backdrop.in {
  opacity: .8;
}
.cid-rLB6sgw5e3 .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-rLB6sgw5e3 .modal.fade .modal-dialog,
.cid-rLB6sgw5e3 .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-rLB6shBxIo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-rLB6shBxIo .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rLB6shBxIo .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rLB6shBxIo .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rLB6shBxIo .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rLB6shBxIo .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rLB6shBxIo .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rLB6shBxIo .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rLB6shBxIo .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rLB6shBxIo .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rLB6skRHqt {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rLB6skRHqt .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rLB6skRHqt .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rLB6skRHqt .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rLB6skRHqt .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rLB6skRHqt .row > .row {
  display: block;
}
.cid-rLB6skRHqt .mbr-gallery-item {
  width: 100%;
}
.cid-rLB6skRHqt .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rLB6skRHqt .mbr-gallery-item > div {
  position: relative;
}
.cid-rLB6skRHqt .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rLB6skRHqt .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rLB6skRHqt .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rLB6skRHqt .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rLB6so6owP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rLB6so6owP .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rLB6so6owP .section-text {
  padding: 2rem 0;
}
.cid-rLB6so6owP .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rLB6so6owP .inner-container {
    width: 100% !important;
  }
}
.cid-rLB6spm0gh {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rLB6spm0gh .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rLB6spm0gh .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rLB6spm0gh .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rLB6spm0gh .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rLB6spm0gh .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rLB6spm0gh .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rLB6spm0gh .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rLB6spm0gh .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rLB6spm0gh .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rLB6ssSFTi {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rLB6ssSFTi .mbr-section-subtitle {
  color: #767676;
}
.cid-rLB6svffZT {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rLB6svffZT .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rLB6svffZT .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rLB6svffZT .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rLB6svffZT .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rLB6svffZT .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rLB6svffZT .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rLB6svffZT .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rLB6svffZT .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rLB6svffZT .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rLB6syeWhD {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-rLB6syeWhD .card-img {
  background-color: #fff;
}
.cid-rLB6syeWhD .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-rLB6syeWhD h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rLB6syeWhD p {
  text-align: left;
}
.cid-rLB6syeWhD .mbr-text {
  color: #767676;
}
.cid-rLB6syeWhD .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rLB6syeWhD .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-rLB6syeWhD .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-rLB6sA4yc8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rLB6sA4yc8 .mbr-text,
.cid-rLB6sA4yc8 blockquote {
  color: #767676;
}
.cid-rLB6sB7lIS {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rLB6sB7lIS .mbr-text,
.cid-rLB6sB7lIS blockquote {
  color: #767676;
}
.cid-rLB6sC7hfg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rLB6sC7hfg .counter-container {
  color: #767676;
}
.cid-rLB6sC7hfg .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-rLB6sC7hfg .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-rLB6sC7hfg .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
}
.cid-rLB6sC7hfg .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: #149dcc;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-rLB6sD7c08 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rLB6sD7c08 .mbr-text {
  color: #767676;
}
.cid-rLB6sD7c08 .mbr-text p {
  background: #ffffff;
}
.cid-rLB6sEoH6s {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rLB6sEoH6s .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-rLB6sEoH6s .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-rLB6sEoH6s .mbr-text {
  color: #767676;
}
.cid-rLB6sFmTO9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rLB6sFmTO9 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rLB6sFmTO9 .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-rLB6sFmTO9 .mbr-text {
  color: #767676;
}
.cid-rLB6sGjjBk {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-rLB6sGjjBk .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rLB6sGjjBk .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rLB6sGjjBk .media-container-row .img-item .img-cont {
  position: relative;
  overflow: hidden;
}
.cid-rLB6sGjjBk .media-container-row .img-item .img-cont img {
  width: 100%;
}
.cid-rLB6sGjjBk .media-container-row .img-item .img-cont .img-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rLB6sGjjBk .media-container-row .img-item .img-cont .img-caption p {
  margin-bottom: 0;
}
.cid-rLB6sGjjBk .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rLB6sGjjBk .img-item {
    width: 100% !important;
  }
  .cid-rLB6sGjjBk .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rLB6sHqgGm {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-rLB6sHqgGm .image-block {
  margin: auto;
}
.cid-rLB6sHqgGm figcaption {
  position: relative;
}
.cid-rLB6sHqgGm figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rLB6sHqgGm .image-block {
    width: 100% !important;
  }
}
.cid-rLB6sIqjww {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rLB6sIqjww h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rLB6sIqjww p {
  color: #767676;
  text-align: left;
}
.cid-rLB6sIqjww .card-box {
  padding-top: 2rem;
}
.cid-rLB6sIqjww .card-wrapper {
  height: 100%;
}
.cid-rLB6sK2SGP {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-rLB6sK2SGP .card-box {
  padding: 0 2rem;
}
.cid-rLB6sK2SGP .mbr-section-btn {
  padding-top: 1rem;
}
.cid-rLB6sK2SGP .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-rLB6sK2SGP h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-rLB6sK2SGP p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-rLB6sK2SGP .mbr-text {
  color: #767676;
}
.cid-rLB6sK2SGP .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rLB6sK2SGP .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rLB6sLtSyU {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-rLB6sLtSyU .card-box {
  background-color: #ffffff;
  padding: 2rem;
}
.cid-rLB6sLtSyU h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rLB6sLtSyU p {
  color: #767676;
  text-align: left;
}
.cid-rLB6sLtSyU .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rLB6sLtSyU .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rLB6sLtSyU .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-rLB6sMJQ36 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rLB6sMJQ36 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-rLB6sMJQ36 p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-rLB6sMJQ36 .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-rLB6sMJQ36 .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-rLB6sMJQ36 .card-box {
  padding-left: 1rem;
  word-break: break-word;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-rLB6sMJQ36 .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-rLB6sMJQ36 .card-box {
    padding-left: 0;
  }
}
.cid-rLB6sO4Hyx {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rLB6sO4Hyx .mbr-text {
  color: #767676;
}
.cid-rLB6sO4Hyx h4 {
  text-align: center;
}
.cid-rLB6sO4Hyx p {
  text-align: center;
}
.cid-rLB6sO4Hyx .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rLB6sPJH0E {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rLB6sPJH0E h4 {
  text-align: left;
  font-weight: 500;
}
.cid-rLB6sPJH0E p {
  color: #767676;
  text-align: left;
}
.cid-rLB6sPJH0E .card-img {
  text-align: left;
}
.cid-rLB6sPJH0E .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-rLB6sR4zRZ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rLB6sR4zRZ h4 {
  text-align: left;
  font-weight: 500;
}
.cid-rLB6sR4zRZ p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-rLB6sR4zRZ .card-img {
  width: auto;
}
.cid-rLB6sR4zRZ .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-rLB6sR4zRZ .card-box {
  padding-left: 1rem;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-rLB6sR4zRZ .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
}
@media (max-width: 300px) {
  .cid-rLB6sR4zRZ .card-img span {
    font-size: 40px !important;
  }
}
.cid-rLB6sSmKyN {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-rLB6sSmKyN h4 {
  text-align: left;
  font-weight: 500;
}
.cid-rLB6sSmKyN p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-rLB6sSmKyN .card-img {
  text-align: left;
  background-color: #ffffff;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3rem 2.5rem 0 2.5rem;
}
.cid-rLB6sSmKyN .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-rLB6sSmKyN .card-box {
  padding: 0rem 2.5rem 3rem 2.5rem;
  background-color: #ffffff;
}
.cid-rLB6sTOgUf {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rLB6sTOgUf h4 {
  text-align: left;
  font-weight: 500;
}
.cid-rLB6sTOgUf p {
  color: #767676;
  text-align: left;
}
.cid-rLB6sTOgUf .card-img {
  text-align: left;
  padding-right: 30px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: auto;
}
.cid-rLB6sTOgUf .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-rLB6sTOgUf .card-title {
  margin-bottom: 0;
}
.cid-rLB6sTOgUf .mbr-crt-title {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-rLB6sTOgUf .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
@media (max-width: 300px) {
  .cid-rLB6sTOgUf .card-img span {
    font-size: 40px !important;
  }
}
.cid-rLB6sVDE2L {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rLB6sVDE2L h2 {
  text-align: left;
}
.cid-rLB6sVDE2L h4 {
  text-align: left;
  font-weight: 500;
}
.cid-rLB6sVDE2L p {
  color: #767676;
  text-align: left;
}
.cid-rLB6sVDE2L .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rLB6sVDE2L .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rLB6sVDE2L .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rLB6sVDE2L .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rLB6sVDE2L .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rLB6sVDE2L .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rLB6sVDE2L .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rLB6sVDE2L .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rLB6sVDE2L .card-img span {
    font-size: 40px !important;
  }
}
.cid-rLB6sWY3QK {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rLB6sWY3QK h2 {
  text-align: center;
}
.cid-rLB6sWY3QK h3 {
  text-align: center;
  font-weight: 300;
}
.cid-rLB6sWY3QK p {
  color: #767676;
}
.cid-rLB6sWY3QK img {
  object-fit: cover;
}
.cid-rLB6sWY3QK .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rLB6sWY3QK .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-rLB6sWY3QK .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-rLB6sWY3QK .mbr-section-subtitle {
  color: #767676;
}
.cid-rLB6sWY3QK .card-title {
  font-weight: 500;
}
.cid-rLB6sWY3QK .card-img {
  text-align: inherit;
}
.cid-rLB6sWY3QK .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rLB6sWY3QK .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .cid-rLB6sWY3QK .mbr-figure {
    padding-bottom: 2rem;
    padding-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rLB6sWY3QK .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-rLB6sWY3QK .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
  .cid-rLB6sWY3QK .card:nth-child(1) {
    padding-bottom: 0!important;
  }
}
.cid-rLB6sYxFSC {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rLB6sYxFSC h3 {
  font-weight: 300;
}
.cid-rLB6sYxFSC .card-img {
  width: initial;
}
.cid-rLB6sYxFSC .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-rLB6sYxFSC .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-rLB6sYxFSC .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rLB6sYxFSC .mbr-section-subtitle {
  color: #767676;
}
.cid-rLB6sYxFSC .mbr-text {
  color: #767676;
}
.cid-rLB6sYxFSC .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rLB6sYxFSC .mbr-al-i-c {
  align-items: center;
}
.cid-rLB6t0rFFl {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rLB6t0rFFl p {
  margin-bottom: 0;
}
.cid-rLB6t0rFFl .card-box {
  z-index: 1;
  position: relative;
  background-color: rgba(15, 118, 153, 0.6);
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.cid-rLB6t0rFFl .card-box .card-title {
  pointer-events: all;
}
.cid-rLB6t0rFFl .card-box .mbr-text {
  pointer-events: all;
}
.cid-rLB6t0rFFl .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
}
.cid-rLB6t0rFFl .card-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.cid-rLB6t0rFFl .card-img img {
  z-index: -1;
  height: 100%;
  min-width: 100%;
  width: auto;
}
.cid-rLB6t0rFFl .card-wrap {
  position: relative;
}
.cid-rLB6t0rFFl .card {
  padding-bottom: 2rem;
}
.cid-rLB6t1PO2j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-rLB6t1PO2j p {
  color: #767676;
}
.cid-rLB6t1PO2j .item:focus,
.cid-rLB6t1PO2j span:focus {
  outline: none;
}
.cid-rLB6t1PO2j .item {
  padding-bottom: 3rem;
  cursor: pointer;
}
.cid-rLB6t1PO2j .item-wrapper {
  position: relative;
}
.cid-rLB6t1PO2j .item-btn,
.cid-rLB6t1PO2j h4,
.cid-rLB6t1PO2j h5 {
  margin: 0;
}
.cid-rLB6t1PO2j .item-content {
  padding-top: 2rem;
}
.cid-rLB6t3a9St {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-rLB6t3a9St .mbr-section-subtitle,
.cid-rLB6t3a9St .mbr-text {
  color: #767676;
}
.cid-rLB6t3a9St .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rLB6t3a9St .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rLB6t3a9St .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rLB6t3a9St .card-wrapper .card-img .mbr-overlay {
  background-color: #ffffff;
  display: none;
  transition: opacity .3s;
}
.cid-rLB6t3a9St .card-wrapper .card-img .mbr-section-btn {
  position: absolute;
  transition: opacity .3s;
  width: 100%;
  left: 0;
  top: 50%;
  height: auto;
  transform: translateY(-50%);
}
.cid-rLB6t3a9St .card-wrapper .card-img img {
  width: 100%;
}
.cid-rLB6t3a9St .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-rLB6t3a9St .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-rLB6t3a9St .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-rLB6t3a9St .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-rLB6t3a9St .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-rLB6t3a9St .card-img .mbr-section-btn {
  opacity: 0;
}
.cid-rLB6t3a9St .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-rLB6t3a9St .card-img:hover .mbr-section-btn {
  opacity: 1;
}
.cid-rLB6t4K3PJ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rLB6t4K3PJ .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rLB6t4K3PJ .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rLB6t4K3PJ .card_cont {
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  background-color: #eee;
}
.cid-rLB6t4K3PJ .card-front {
  z-index: 2;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-rLB6t4K3PJ .card-front img {
  height: 100%;
  min-width: 100%;
  width: auto;
}
.cid-rLB6t4K3PJ .card_back {
  width: 100%;
  height: 100%;
  padding: 30px 30px;
  color: #ffffff;
  background-color: #55b4d4;
  z-index: 1;
  margin: 0;
  text-align: center;
  overflow: hidden;
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.cid-rLB6t4K3PJ .card {
  min-height: 300px;
}
.cid-rLB6t4K3PJ .card:hover .card-front {
  z-index: 1;
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.cid-rLB6t4K3PJ .card:hover .card_back {
  z-index: 2;
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.cid-rLB6t4K3PJ .builderCard .card_back {
  border-bottom-left-radius: 100px;
}
.cid-rLB6t4K3PJ .builderCard .card_cont {
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidd;
  -moz-backface-visibility: visible;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.cid-rLB6t6A7tB {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-rLB6t6A7tB .mbr-section-subtitle,
.cid-rLB6t6A7tB .mbr-text {
  color: #767676;
}
.cid-rLB6t6A7tB .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rLB6t6A7tB .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rLB6t6A7tB .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rLB6t6A7tB .card-wrapper .card-img .mbr-overlay {
  background-color: #ffffff;
  display: none;
  transition: opacity .3s;
}
.cid-rLB6t6A7tB .card-wrapper .card-img .mbr-section-btn {
  position: absolute;
  transition: opacity .3s;
  width: 100%;
  left: 0;
  top: 50%;
  height: auto;
  transform: translateY(-50%);
}
.cid-rLB6t6A7tB .card-wrapper .card-img img {
  width: 100%;
}
.cid-rLB6t6A7tB .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-rLB6t6A7tB .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-rLB6t6A7tB .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-rLB6t6A7tB .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-rLB6t6A7tB .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-rLB6t6A7tB .card-img .mbr-section-btn {
  opacity: 0;
}
.cid-rLB6t6A7tB .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-rLB6t6A7tB .card-img:hover .mbr-section-btn {
  opacity: 1;
}
.cid-rLB6t8LqxI {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rLB6t8LqxI .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rLB6t8LqxI .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rLB6t8LqxI .card_cont {
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  background-color: #eee;
}
.cid-rLB6t8LqxI .card-front {
  z-index: 2;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-rLB6t8LqxI .card-front img {
  height: 100%;
  min-width: 100%;
  width: auto;
}
.cid-rLB6t8LqxI .card_back {
  width: 100%;
  height: 100%;
  padding: 30px 30px;
  color: #ffffff;
  background-color: #55b4d4;
  z-index: 1;
  margin: 0;
  text-align: center;
  overflow: hidden;
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.cid-rLB6t8LqxI .card {
  min-height: 300px;
}
.cid-rLB6t8LqxI .card:hover .card-front {
  z-index: 1;
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.cid-rLB6t8LqxI .card:hover .card_back {
  z-index: 2;
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.cid-rLB6t8LqxI .builderCard .card_back {
  border-bottom-left-radius: 100px;
}
.cid-rLB6t8LqxI .builderCard .card_cont {
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidd;
  -moz-backface-visibility: visible;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.cid-rLB6taiMMl {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rLB6taiMMl h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-rLB6taiMMl p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-rLB6taiMMl .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-rLB6taiMMl .mbr-section-btn a {
  margin: 0;
}
.cid-rLB6taiMMl .mbr-text {
  color: #767676;
}
.cid-rLB6taiMMl .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-rLB6taiMMl .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-rLB6tcPbd4 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-rLB6tcPbd4 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rLB6tcPbd4 p {
  color: #767676;
  margin: 0;
}
.cid-rLB6tcPbd4 .card-box {
  background-color: #ffffff;
  background-color: transparent;
}
.cid-rLB6tcPbd4 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-rLB6tcPbd4 .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rLB6tcPbd4 .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.cid-rLB6tcPbd4 .border_wrapper {
  border-left: 1px solid #efefef;
  padding-left: 2rem;
}
@media (max-width: 991px) {
  .cid-rLB6tcPbd4 .border_wrapper {
    border-left: none;
    padding-left: 0;
  }
  .cid-rLB6tcPbd4 .mbr-section-btn a {
    padding: 1rem 2rem;
  }
  .cid-rLB6tcPbd4 .mbr-figure {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rLB6tcPbd4 .wrapper {
    align-items: center;
    text-align: center;
  }
  .cid-rLB6tcPbd4 .col-left h4 {
    padding-top: 1rem;
  }
  .cid-rLB6tcPbd4 p.col-right {
    padding-top: 1rem;
  }
}
.cid-rLB6teD9AR {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rLB6teD9AR h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-rLB6teD9AR p {
  color: #767676;
}
.cid-rLB6teD9AR .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-rLB6teD9AR .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-rLB6teD9AR .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-rLB6teD9AR .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-rLB6teD9AR .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-rLB6teD9AR .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-rLB6tgDd8E {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rLB6tgDd8E .title {
  padding-bottom: 2.5rem;
}
.cid-rLB6tgDd8E h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-rLB6tgDd8E .bottom-line p {
  color: #767676;
}
.cid-rLB6tgDd8E .card-wrapper {
  background-color: #ffffff;
  background-color: transparent;
  position: relative;
  justify-content: unset;
}
.cid-rLB6tgDd8E .card-wrapper .card-box {
  width: 100%;
}
.cid-rLB6tgDd8E .card-wrapper .card-box .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cid-rLB6tgDd8E .card-wrapper .card-box .wrapper .top-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-rLB6tgDd8E .card-wrapper .card-box .wrapper .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-rLB6tgDd8E .card-wrapper .card-box .wrapper .bottom-line {
    width: 100%;
  }
  .cid-rLB6tgDd8E .card-wrapper .card-box .wrapper .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-rLB6tgDd8E .card.pb-5 {
    padding-bottom: 2rem !important;
  }
  .cid-rLB6tgDd8E .wrapper {
    padding-top: 1rem;
  }
}
.cid-rLB6tiEEId {
  padding-top: 90px;
  padding-bottom: 90px;
  background: linear-gradient(45deg, #0f7699, #cc2952);
}
.cid-rLB6tiEEId .list-group-item {
  padding: .75rem 3.25rem;
}
.cid-rLB6tiEEId .plan {
  word-break: break-word;
  position: relative;
  max-width: 300px;
  padding-right: 0;
  padding-left: 0;
  color: #767676;
}
.cid-rLB6tiEEId .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
}
.cid-rLB6tiEEId .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 60%;
  height: 2px;
  content: "";
  background-color: #eaeaea;
}
.cid-rLB6tiEEId .plan .list-group-item:last-child::after {
  display: none;
}
.cid-rLB6tiEEId .plan-header {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-rLB6tiEEId .plan-header,
.cid-rLB6tiEEId .plan-body {
  background-color: #fff;
}
.cid-rLB6tiEEId .price-figure {
  font-weight: 700;
  color: #232323;
}
.cid-rLB6tiEEId .price-value {
  font-weight: 700;
  vertical-align: top;
}
@media (max-width: 550px) {
  .cid-rLB6tiEEId .price-figure {
    font-size: 4.25rem;
  }
}
.cid-rLB6tksObG {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-rLB6tksObG .list-group-item {
  padding: .75rem 3.25rem;
}
.cid-rLB6tksObG .plan {
  word-break: break-word;
  position: relative;
  max-width: 300px;
  padding-right: 0;
  padding-left: 0;
  color: #767676;
}
.cid-rLB6tksObG .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: transparent;
  border: 0;
}
.cid-rLB6tksObG .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 60%;
  height: 2px;
  content: "";
  background-color: #eaeaea;
}
.cid-rLB6tksObG .plan .list-group-item:last-child::after {
  display: none;
}
.cid-rLB6tksObG .plan.favorite {
  background-color: #fff;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
}
.cid-rLB6tksObG .plan-header {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-rLB6tksObG .price-figure {
  font-weight: 700;
  color: #232323;
}
.cid-rLB6tksObG .price-value {
  font-weight: 700;
  vertical-align: top;
}
@media (max-width: 550px) {
  .cid-rLB6tksObG .price-figure {
    font-size: 4.25rem;
  }
}
.cid-rLB6tmLTeK {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-rLB6tmLTeK .pricing {
  padding: 3.3rem;
  color: #767676;
  background-color: #fff;
}
@media (max-width: 767px) {
  .cid-rLB6tmLTeK .pricing {
    padding: 1.5rem;
  }
}
.cid-rLB6tmLTeK .plan-header,
.cid-rLB6tmLTeK .plan-body {
  background-color: #fff;
}
.cid-rLB6tmLTeK .plan-title {
  margin-top: 1.4rem;
}
.cid-rLB6tmLTeK .price-figure {
  font-weight: 700;
  color: #232323;
}
@media (max-width: 550px) {
  .cid-rLB6tmLTeK .price-figure {
    font-size: 4.25rem;
  }
}
.cid-rLB6tmLTeK .price-value {
  font-weight: 700;
  vertical-align: top;
}
.cid-rLB6tmLTeK hr {
  margin: 2rem 0;
}
.cid-rLB6tokpBB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rLB6tokpBB .progress {
  width: 100%;
}
.cid-rLB6tokpBB progress {
  height: 8px;
}
.cid-rLB6tokpBB h3 {
  text-align: center;
  font-weight: 300;
}
.cid-rLB6tokpBB .mbr-section-subtitle {
  color: #767676;
}
.cid-rLB6tokpBB .progress_value {
  position: relative;
}
.cid-rLB6tokpBB .progress_elements {
  margin: 0 auto;
}
.cid-rLB6tokpBB .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-rLB6tokpBB .progress1 .progressbar-number:before,
.cid-rLB6tokpBB .progress2 .progressbar-number:before,
.cid-rLB6tokpBB .progress3 .progressbar-number:before,
.cid-rLB6tokpBB .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-rLB6tokpBB progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-rLB6tokpBB progress::-webkit-progress-value {
  background: #149dcc;
}
.cid-rLB6tokpBB progress[value]::-moz-progress-bar {
  background: #149dcc;
}
.cid-rLB6tokpBB progress::-ms-fill {
  background: #149dcc;
}
.cid-rLB6tokpBB .progress1 .progressbar-number:before {
  content: '70';
}
.cid-rLB6tokpBB .progress2 .progressbar-number:before {
  content: '80';
}
.cid-rLB6tokpBB .progress3 .progressbar-number:before {
  content: '90';
}
.cid-rLB6tokpBB .progress4 .progressbar-number:before {
  content: '100';
}
.cid-rLB6tokpBB .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-rLB6tokpBB .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-rLB6tokpBB .progress_value span {
  padding-left: 30px;
}
.cid-rLB6tpRiyc {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rLB6tpRiyc h3 {
  text-align: center;
  font-weight: 300;
}
.cid-rLB6tpRiyc .progress {
  width: 100%;
}
.cid-rLB6tpRiyc .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-rLB6tpRiyc progress {
  height: 8px;
}
.cid-rLB6tpRiyc .progressbar-number {
  display: inline-block;
}
.cid-rLB6tpRiyc .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-rLB6tpRiyc .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-rLB6tpRiyc .mbr-section-subtitle {
  color: #767676;
}
.cid-rLB6tpRiyc .section-content-title {
  font-weight: 500;
}
.cid-rLB6tpRiyc .progress_value {
  position: relative;
}
.cid-rLB6tpRiyc .progress1 .progressbar-number:before,
.cid-rLB6tpRiyc .progress2 .progressbar-number:before,
.cid-rLB6tpRiyc .progress3 .progressbar-number:before,
.cid-rLB6tpRiyc .progress4 .progressbar-number:before,
.cid-rLB6tpRiyc .progress5 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-rLB6tpRiyc progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-rLB6tpRiyc progress::-webkit-progress-value {
  background: #149dcc;
}
.cid-rLB6tpRiyc progress[value]::-moz-progress-bar {
  background: #149dcc;
}
.cid-rLB6tpRiyc progress::-ms-fill {
  background: #149dcc;
}
.cid-rLB6tpRiyc .progress1 .progressbar-number:before {
  content: '100';
}
.cid-rLB6tpRiyc .progress2 .progressbar-number:before {
  content: '90';
}
.cid-rLB6tpRiyc .progress3 .progressbar-number:before {
  content: '80';
}
.cid-rLB6tpRiyc .progress4 .progressbar-number:before {
  content: '70';
}
.cid-rLB6tpRiyc .progress5 .progressbar-number:before {
  content: '60';
}
@media (min-width: 768px) {
  .cid-rLB6tpRiyc .text-elements {
    padding-right: 3rem;
  }
  .cid-rLB6tpRiyc .progress_elements {
    padding-left: 3rem;
  }
}
.cid-rLB6trTxUq {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rLB6trTxUq h3 {
  text-align: center;
  font-weight: 300;
}
.cid-rLB6trTxUq .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-rLB6trTxUq .mbr-section-subtitle {
  color: #767676;
}
.cid-rLB6trTxUq .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-rLB6trTxUq ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
.cid-rLB6trTxUq path {
  stroke: #149dcc;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rLB6trTxUq .card {
    -webkit-flex-basis: 33%;
    flex-basis: 33%;
  }
}
.cid-rLB6twX7O7 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-rLB6twX7O7 .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-rLB6twX7O7 .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #ffffff;
  margin-left: 2rem;
}
.cid-rLB6twX7O7 .timeline-text-content p {
  margin-bottom: 0;
}
.cid-rLB6twX7O7 .time-line-date-content {
  margin-right: 2rem;
}
.cid-rLB6twX7O7 .time-line-date-content p {
  padding: 2rem 2.5rem;
  background: #ffffff;
  float: right;
}
.cid-rLB6twX7O7 .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.cid-rLB6twX7O7 .timeline-element:hover .mbr-timeline-date {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-rLB6twX7O7 .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-rLB6twX7O7 .mbr-timeline-date,
.cid-rLB6twX7O7 .timeline-text-content {
  transition: all .4s;
}
.cid-rLB6twX7O7 .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-rLB6twX7O7 .reverse .timeline-text-content {
  margin-right: 2rem;
  margin-left: 0;
}
.cid-rLB6twX7O7 .reverse .time-line-date-content {
  margin-left: 2rem;
  margin-right: 0rem;
}
.cid-rLB6twX7O7 .reverse .time-line-date-content p {
  float: left;
}
.cid-rLB6twX7O7 .iconBackground {
  position: absolute;
  left: 50%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 30px;
  display: inline-block;
  background-color: #ffffff;
  top: 20px;
  margin-left: -10px;
}
.cid-rLB6twX7O7 .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #ffffff;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
@media (max-width: 768px) {
  .cid-rLB6twX7O7 .iconBackground {
    left: 0 !important;
  }
  .cid-rLB6twX7O7 .separline:before {
    left: 0!important;
  }
  .cid-rLB6twX7O7 .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-rLB6twX7O7 .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-rLB6twX7O7 .time-line-date-content p {
    float: left !important;
  }
  .cid-rLB6twX7O7 .reverse .time-line-date-content {
    margin-left: 0 !important;
  }
  .cid-rLB6twX7O7 .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-rLB6twX7O7 .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-rLB6tzDH9R {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rLB6tzDH9R .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-rLB6tzDH9R .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #efefef;
  margin-right: 2rem;
  transition: all .4s;
}
.cid-rLB6tzDH9R .timeline-text-content p {
  margin-bottom: 0;
}
.cid-rLB6tzDH9R .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.cid-rLB6tzDH9R .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-rLB6tzDH9R .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-rLB6tzDH9R .reverse .timeline-text-content {
  margin-left: 2rem;
  margin-right: 0;
}
.cid-rLB6tzDH9R .iconsBackground {
  position: absolute;
  left: 50%;
  width: 60px;
  height: 60px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: #efefef;
  top: 20px;
  margin-left: -30px;
}
.cid-rLB6tzDH9R .mbr-iconfont {
  position: absolute;
  text-align: center;
  font-size: 35px;
  display: inline-block;
  z-index: 3;
  top: 13px;
  left: 13px;
}
.cid-rLB6tzDH9R .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #efefef;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
@media (max-width: 768px) {
  .cid-rLB6tzDH9R .iconsBackground {
    left: 1.5rem;
  }
  .cid-rLB6tzDH9R .separline:before {
    left: calc(1.5rem - 1px);
  }
  .cid-rLB6tzDH9R .timeline-text-content {
    margin-left: 3rem !important;
    margin-right: 0 !important;
  }
  .cid-rLB6tzDH9R .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-rLB6tzDH9R .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-rLB6tBVdw8 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rLB6tBVdw8 .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-rLB6tBVdw8 .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #efefef;
}
@media (max-width: 767px) {
  .cid-rLB6tBVdw8 .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-rLB6tBVdw8 .separline {
  position: relative;
}
.cid-rLB6tBVdw8 .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-rLB6tBVdw8 .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-rLB6tBVdw8 .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-rLB6tBVdw8 .media-block {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-rLB6tBVdw8 .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-bottom: 2rem;
  }
}
.cid-rLB6tE4sHb {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rLB6tE4sHb .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-rLB6tE4sHb .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #efefef;
}
@media (max-width: 767px) {
  .cid-rLB6tE4sHb .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-rLB6tE4sHb .separline {
  position: relative;
}
.cid-rLB6tE4sHb .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-rLB6tE4sHb .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-rLB6tFSkpJ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rLB6tFSkpJ .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-rLB6tFSkpJ .step {
  width: 72px;
  height: 72px;
  font-size: 36px;
  border-radius: 50%;
  border: 2px solid #efefef;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .cid-rLB6tFSkpJ .separline .step-wrapper {
    position: relative;
  }
  .cid-rLB6tFSkpJ .separline .step-wrapper:before,
  .cid-rLB6tFSkpJ .separline .step-wrapper:after {
    top: 38px;
    position: absolute;
    content: "";
    height: 2px;
    width: calc(50% + 15px - 36px - 8px);
    background-color: #efefef;
  }
  .cid-rLB6tFSkpJ .separline .step-wrapper:before {
    left: -15px;
  }
  .cid-rLB6tFSkpJ .separline .step-wrapper:after {
    left: calc(50% + 8px + 36px);
  }
  .cid-rLB6tFSkpJ .separline.last-child .step-wrapper:after,
  .cid-rLB6tFSkpJ .separline:nth-child(3n) .step-wrapper:after,
  .cid-rLB6tFSkpJ .separline:nth-child(3n+1) .step-wrapper:before {
    background: none;
  }
}
@media (max-width: 767px) {
  .cid-rLB6tFSkpJ .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
.cid-rLB6tIhuJr {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9f9f9;
}
.cid-rLB6tIhuJr .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-rLB6tIhuJr .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #767676;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #767676;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .3s;
}
.cid-rLB6tIhuJr .nav-tabs .nav-link:hover {
  background-color: #149dcc;
}
.cid-rLB6tIhuJr .nav-tabs .nav-link:focus {
  box-shadow: none;
  background-color: #149dcc;
}
.cid-rLB6tIhuJr .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  border: none;
  background: #149dcc;
}
.cid-rLB6tIhuJr .nav-tabs .nav-link.active:hover {
  border: none;
}
.cid-rLB6tIhuJr .mbr-section-subtitle {
  color: #767676;
}
.cid-rLB6tIhuJr p {
  color: #767676;
}
.cid-rLB6tIhuJr .mbr-figure {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  padding-right: 4rem;
}
.cid-rLB6tIhuJr .mbr-text {
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-rLB6tIhuJr .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-rLB6tJUZFg {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #f9f9f9;
}
.cid-rLB6tJUZFg .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rLB6tJUZFg .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rLB6tJUZFg .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-rLB6tJUZFg .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rLB6tJUZFg .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-rLB6tJUZFg .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rLB6tJUZFg .card .panel-body {
  color: #767676;
}
.cid-rLB6tLx5I0 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9f9f9;
}
.cid-rLB6tLx5I0 p {
  color: #767676;
}
.cid-rLB6tLx5I0 .mbr-section-subtitle {
  color: #767676;
}
.cid-rLB6tLx5I0 .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rLB6tLx5I0 .panel-group {
  width: 100%;
}
.cid-rLB6tLx5I0 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rLB6tLx5I0 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rLB6tLx5I0 .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-rLB6tLx5I0 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rLB6tLx5I0 .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-rLB6tLx5I0 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rLB6tLx5I0 .mbr-figure {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  padding-left: 4rem;
}
@media (max-width: 991px) {
  .cid-rLB6tLx5I0 .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-rLB6tNyPhy {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-rLB6tNyPhy p {
  color: #767676;
}
.cid-rLB6tNyPhy .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rLB6tNyPhy .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rLB6tNyPhy .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-rLB6tNyPhy .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rLB6tNyPhy .card .card-header a.panel-title h4 {
  border: 1px solid #dfdfdf;
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-rLB6tNyPhy .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rLB6tPliEh {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-rLB6tPliEh p {
  color: #767676;
}
.cid-rLB6tPliEh .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rLB6tPliEh .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rLB6tPliEh .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-rLB6tPliEh .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rLB6tPliEh .card .card-header a.panel-title h4 {
  border: 1px solid #dfdfdf;
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-rLB6tPliEh .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rLB6tQZFRG {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-rLB6tQZFRG p {
  color: #767676;
}
.cid-rLB6tQZFRG .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rLB6tQZFRG .toggle-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rLB6tQZFRG .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rLB6tQZFRG .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rLB6tQZFRG .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
}
.cid-rLB6tQZFRG .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rLB6tQZFRG .card .card-header a.panel-title h4 {
  border: 1px solid #dfdfdf;
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-rLB6tQZFRG .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-rLB6tQZFRG .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
}
@media (max-width: 991px) {
  .cid-rLB6tQZFRG .mbr-figure {
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-rLB6tQZFRG .mbr-figure {
    padding-left: 4rem;
  }
}
.cid-rLB6tSYv06 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rLB6tSYv06 .mbr-section-subtitle {
  color: #767676;
}
.cid-rLB6tSYv06 .btn {
  margin: 0 0 .5rem 0;
}
.cid-rLB6tUHDk2 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rLB6tUHDk2 .mbr-section-subtitle {
  color: #767676;
}
.cid-rLB6tUHDk2 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rLB6tUHDk2 .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-rLB6tUHDk2 .team-item .item-image img {
  width: 100%;
}
.cid-rLB6tUHDk2 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rLB6tUHDk2 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rLB6tUHDk2 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rLB6tUHDk2 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rLB6tUHDk2 .team-item .item-caption {
  background: #efefef;
}
.cid-rLB6tXdI3I {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rLB6tXdI3I .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rLB6tXdI3I .mbr-content-text {
  color: #767676;
}
.cid-rLB6tXdI3I .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-rLB6tXdI3I .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;
}
@media (max-width: 767px) {
  .cid-rLB6tXdI3I .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
.cid-rLB6tXdI3I .img-text {
  color: #c1c1c1;
}
.cid-rLB6tZP7DC {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rLB6tZP7DC .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rLB6tZP7DC .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-rLB6tZP7DC .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-rLB6tZP7DC .img-text {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-rLB6tZP7DC .img-text {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .cid-rLB6tZP7DC .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-rLB6tZP7DC .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-rLB6tZP7DC .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;
}
@media (max-width: 767px) {
  .cid-rLB6tZP7DC .panel-item {
    flex-direction: column;
    align-items: center;
  }
  .cid-rLB6tZP7DC .panel-item .card-img {
    padding: 0;
    padding-bottom: 1rem;
  }
}
.cid-rLB6u2oTh4 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rLB6u2oTh4 .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rLB6u2oTh4 .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-rLB6u2oTh4 .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-rLB6u2oTh4 .img-text {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-rLB6u2oTh4 .img-text {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .cid-rLB6u2oTh4 .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-rLB6u2oTh4 .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-rLB6u2oTh4 .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-rLB6u2oTh4 .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-rLB6u2oTh4 .media-block {
    padding-left: 2rem;
  }
}
.cid-rLB6u2oTh4 .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-rLB6u2oTh4 .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-rLB6u2oTh4 .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rLB6u71zco {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rLB6u71zco .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rLB6u71zco .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-rLB6u71zco .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-rLB6u71zco .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-rLB6u71zco .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-rLB6u71zco .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-rLB6u71zco .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-rLB6u71zco .media-block {
    padding-left: 2rem;
  }
}
.cid-rLB6u71zco .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-rLB6u71zco .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-rLB6u71zco .count {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .cid-rLB6u71zco .panel-item {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cid-rLB6u71zco .card-img {
    padding-bottom: 1rem;
    padding-right: 0 !important;
    margin: auto;
  }
}
.cid-rLB6u71zco .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rLB6u98ja3 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rLB6u98ja3 .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rLB6u98ja3 .mbr-content-text {
  color: #767676;
}
.cid-rLB6u98ja3 .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-rLB6u98ja3 .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-rLB6u98ja3 .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-rLB6u98ja3 .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-rLB6u98ja3 .media-block {
    padding-right: 2rem;
  }
}
.cid-rLB6u98ja3 .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rLB6u98ja3 .card-img {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-rLB6u98ja3 .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-rLB6ubEMFN {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rLB6ubEMFN h3 {
  text-align: center;
}
.cid-rLB6ubEMFN .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rLB6ubEMFN .mbr-content-text {
  color: #767676;
}
.cid-rLB6ubEMFN .panel-item {
  background: #ffffff;
}
.cid-rLB6ubEMFN .card {
  word-wrap: break-word;
}
.cid-rLB6ubEMFN .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-rLB6uexGAd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f3f4f6;
}
.cid-rLB6uexGAd .testimonial-text {
  font-style: italic;
  color: #676767;
  font-weight: 300;
}
.cid-rLB6uexGAd .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-rLB6uexGAd .mbr-author-desc {
  color: #232;
}
@media (max-width: 991px) {
  .cid-rLB6uexGAd .mbr-figure,
  .cid-rLB6uexGAd img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
}
.cid-rLB6ugk23Q {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rLB6ugk23Q .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rLB6ugk23Q .carousel-item.active,
.cid-rLB6ugk23Q .carousel-item-next,
.cid-rLB6ugk23Q .carousel-item-prev {
  display: flex;
}
.cid-rLB6ugk23Q .carousel-controls a {
  transition: opacity .5s;
  font-size: 2rem;
}
.cid-rLB6ugk23Q .carousel-controls a span {
  position: absolute;
  top: 180px;
  padding: 10px;
  border-radius: 50%;
  color: #585858;
  background: #c8c6c6;
  opacity: .5;
}
.cid-rLB6ugk23Q .carousel-controls a:hover span {
  opacity: 1;
}
.cid-rLB6ugk23Q .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-rLB6ugk23Q .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-rLB6ugk23Q .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-rLB6uifpsU {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-rLB6uifpsU .media-container-column {
  align-items: center;
  -webkit-align-items: center;
}
.cid-rLB6uifpsU .mbr-author-desc {
  display: block;
}
.cid-rLB6uifpsU .mbr-testimonial {
  flex-basis: auto;
  margin-top: 5rem;
  -webkit-flex-basis: auto;
}
.cid-rLB6uifpsU .mbr-testimonial .panel-item {
  background-color: #149dcc;
  background: linear-gradient(#149dcc, transparent);
}
.cid-rLB6uifpsU .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2rem;
}
.cid-rLB6uifpsU .mbr-testimonial .card-block .testimonial-photo {
  margin-top: -5rem;
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-rLB6uifpsU .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-rLB6uifpsU .mbr-testimonial .card-block p {
  margin: 0;
}
.cid-rLB6uifpsU .mbr-testimonial .card-footer {
  padding: 0 2rem 2rem 2rem;
  border-top: 0;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 260px) {
  .cid-rLB6uifpsU .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-rLB6ukyCOU {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #55b4d4;
  background: linear-gradient(#55b4d4, #efefef);
}
.cid-rLB6ukyCOU .carousel-control {
  background: #000;
}
.cid-rLB6ukyCOU .mbr-section-subtitle {
  color: #767676;
}
.cid-rLB6ukyCOU .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rLB6ukyCOU .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-rLB6ukyCOU .carousel-item .wrap-img {
  text-align: center;
}
.cid-rLB6ukyCOU .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-rLB6ukyCOU .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rLB6ukyCOU .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-rLB6ukyCOU .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-rLB6ukyCOU .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-rLB6ukyCOU .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-rLB6ukyCOU .cloneditem-1,
.cid-rLB6ukyCOU .cloneditem-2,
.cid-rLB6ukyCOU .cloneditem-3,
.cid-rLB6ukyCOU .cloneditem-4,
.cid-rLB6ukyCOU .cloneditem-5 {
  display: none;
}
.cid-rLB6ukyCOU .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-rLB6ukyCOU .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-rLB6ukyCOU .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-rLB6ukyCOU .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-rLB6ukyCOU .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-rLB6ukyCOU .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-rLB6ukyCOU .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-rLB6ukyCOU .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rLB6ukyCOU .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rLB6ukyCOU .carousel-inner.slides2 .cloneditem-1,
  .cid-rLB6ukyCOU .carousel-inner.slides2 .cloneditem-2,
  .cid-rLB6ukyCOU .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-rLB6ukyCOU .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-rLB6ukyCOU .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-rLB6ukyCOU .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-rLB6ukyCOU .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-rLB6ukyCOU .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-rLB6ukyCOU .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rLB6ukyCOU .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rLB6ukyCOU .carousel-inner.slides3 .cloneditem-1,
  .cid-rLB6ukyCOU .carousel-inner.slides3 .cloneditem-2,
  .cid-rLB6ukyCOU .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-rLB6ukyCOU .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-rLB6ukyCOU .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-rLB6ukyCOU .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-rLB6ukyCOU .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-rLB6ukyCOU .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-rLB6ukyCOU .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rLB6ukyCOU .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rLB6ukyCOU .carousel-inner.slides4 .cloneditem-1,
  .cid-rLB6ukyCOU .carousel-inner.slides4 .cloneditem-2,
  .cid-rLB6ukyCOU .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-rLB6ukyCOU .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-rLB6ukyCOU .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-rLB6ukyCOU .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-rLB6ukyCOU .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-rLB6ukyCOU .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-rLB6ukyCOU .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rLB6ukyCOU .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rLB6ukyCOU .carousel-inner.slides5 .cloneditem-1,
  .cid-rLB6ukyCOU .carousel-inner.slides5 .cloneditem-2,
  .cid-rLB6ukyCOU .carousel-inner.slides5 .cloneditem-3,
  .cid-rLB6ukyCOU .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-rLB6ukyCOU .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-rLB6ukyCOU .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-rLB6ukyCOU .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-rLB6ukyCOU .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-rLB6ukyCOU .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-rLB6ukyCOU .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rLB6ukyCOU .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rLB6ukyCOU .carousel-inner.slides6 .cloneditem-1,
  .cid-rLB6ukyCOU .carousel-inner.slides6 .cloneditem-2,
  .cid-rLB6ukyCOU .carousel-inner.slides6 .cloneditem-3,
  .cid-rLB6ukyCOU .carousel-inner.slides6 .cloneditem-4,
  .cid-rLB6ukyCOU .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-rLB6un5ktS {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-rLB6un5ktS .nav-tabs .nav-item.open .nav-link:focus,
.cid-rLB6un5ktS .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-rLB6un5ktS .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-rLB6un5ktS .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-rLB6un5ktS .nav-tabs .nav-link {
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
  border: 1px solid #ffffff;
  transition: all .5s;
}
.cid-rLB6un5ktS .nav-tabs .nav-link:hover {
  cursor: pointer;
  background-color: #149dcc;
}
.cid-rLB6un5ktS .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background-color: #149dcc;
  border-color: #149dcc;
}
.cid-rLB6un5ktS .nav-tabs .nav-link.active:hover {
  background-color: #149dcc;
}
.cid-rLB6un5ktS p {
  color: #ffffff;
}
.cid-rLB6un5ktS .mbr-text {
  text-align: center;
}
.cid-rLB6uoXmdD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c1c1c1;
  background: linear-gradient(0deg, #c1c1c1, #149dcc);
}
.cid-rLB6uoXmdD .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-rLB6uoXmdD .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #ffffff;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .5s;
}
.cid-rLB6uoXmdD .nav-tabs .nav-link:hover {
  background-color: #ff3366;
}
.cid-rLB6uoXmdD .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  border: none;
  background: #ff3366;
}
.cid-rLB6uoXmdD .nav-tabs .nav-link.active:hover {
  border: none;
}
.cid-rLB6uoXmdD p {
  color: #232323;
}
.cid-rLB6uoXmdD .mbr-text {
  text-align: center;
}
.cid-rLB6urmoBW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9f9f9;
}
.cid-rLB6urmoBW .mbr-section-text {
  color: #767676;
}
.cid-rLB6urmoBW .mbr-section-subtitle {
  color: #767676;
}
.cid-rLB6urmoBW .tabcont {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rLB6urmoBW .mbr-iconfont {
  font-size: 48px;
}
.cid-rLB6urmoBW .card-img {
  margin-bottom: 1.5rem;
}
.cid-rLB6urmoBW .tab-content-row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rLB6urmoBW .tab-content {
  margin-top: 3rem;
  width: 100%;
}
.cid-rLB6urmoBW .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-rLB6urmoBW .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #767676;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: color .3s;
  border: 2px solid #767676;
}
.cid-rLB6urmoBW .nav-tabs .nav-link:hover {
  background: #149dcc;
}
.cid-rLB6urmoBW .nav-tabs .nav-link.active {
  color: #ffffff;
  font-style: normal;
  border: 2px solid #149dcc;
  background: #149dcc;
}
.cid-rLB6urmoBW .nav-tabs .nav-link.active:hover {
  border: 2px solid #149dcc;
}
.cid-rLB6uvFMcd {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-rLB6uvFMcd .mbr-section-subtitle {
  color: #767676;
}
.cid-rLB6uvFMcd .container-table {
  margin: 0 auto;
}
.cid-rLB6uvFMcd .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rLB6uvFMcd .dataTables_wrapper {
  display: block;
}
.cid-rLB6uvFMcd .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rLB6uvFMcd .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rLB6uvFMcd table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-rLB6uvFMcd table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-rLB6uvFMcd table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-rLB6uvFMcd table td {
  border-top: 1px solid #cccccc;
}
.cid-rLB6uvFMcd table.table {
  background: #ffffff;
}
.cid-rLB6uvFMcd .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rLB6uvFMcd .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rLB6uvFMcd .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rLB6uvFMcd .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-rLB6uvFMcd .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-rLB6uvFMcd .dataTables_filter {
    text-align: center;
  }
  .cid-rLB6uvFMcd .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-rLB6uyeuTp {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2e2e2e;
}
@media (max-width: 767px) {
  .cid-rLB6uyeuTp .content {
    text-align: center;
  }
  .cid-rLB6uyeuTp .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rLB6uyeuTp .img-logo img {
  height: 6rem;
}
.cid-rLB6uyeuTp .form-group,
.cid-rLB6uyeuTp .input-group-btn {
  padding: 0;
}
.cid-rLB6uyeuTp .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-rLB6uyeuTp .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-rLB6uyeuTp .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rLB6uyeuTp .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rLB6uyeuTp .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rLB6uyeuTp .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rLB6uyeuTp .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rLB6uyeuTp .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-rLB6uyeuTp .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rLB6uyeuTp .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rLB6uyeuTp .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-rLB6uyeuTp .foot-logo {
    text-align: center !important;
  }
  .cid-rLB6uyeuTp .foot-title {
    text-align: center !important;
  }
  .cid-rLB6uyeuTp .mbr-text {
    text-align: center !important;
  }
  .cid-rLB6uyeuTp .form-group {
    margin: 0;
  }
}
.cid-rLB6uAno9d {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9f9f9;
}
.cid-rLB6uAno9d .mbr-section-text {
  color: #767676;
}
.cid-rLB6uAno9d .mbr-section-subtitle {
  color: #767676;
}
.cid-rLB6uAno9d .tabcont {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rLB6uAno9d .mbr-iconfont {
  font-size: 48px;
}
.cid-rLB6uAno9d .card-img {
  margin-bottom: 1.5rem;
}
.cid-rLB6uAno9d .tab-content-row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rLB6uAno9d .tab-content {
  margin-top: 3rem;
  width: 100%;
}
.cid-rLB6uAno9d .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-rLB6uAno9d .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #767676;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: color .3s;
  border: 2px solid #767676;
}
.cid-rLB6uAno9d .nav-tabs .nav-link:hover {
  background: #149dcc;
}
.cid-rLB6uAno9d .nav-tabs .nav-link.active {
  color: #ffffff;
  font-style: normal;
  border: 2px solid #149dcc;
  background: #149dcc;
}
.cid-rLB6uAno9d .nav-tabs .nav-link.active:hover {
  border: 2px solid #149dcc;
}
.cid-rSPSppfwIb {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-rSPSppfwIb .image-block {
  margin: auto;
}
.cid-rSPSppfwIb figcaption {
  position: relative;
}
.cid-rSPSppfwIb figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rSPSppfwIb .image-block {
    width: 100% !important;
  }
}
.cid-rSPQnuw14r {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSPQnuw14r .counter-container {
  color: #767676;
}
.cid-rSPQnuw14r .counter-container ul {
  margin-bottom: 0;
}
.cid-rSPQnuw14r .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rSPQnuw14r .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-rSPQnuw14r .mbr-text {
  color: #0b0b0b;
}
.cid-rSPQTAqA0j {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSPQTAqA0j .counter-container {
  color: #767676;
}
.cid-rSPQTAqA0j .counter-container ul {
  margin-bottom: 0;
}
.cid-rSPQTAqA0j .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rSPQTAqA0j .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-rSPQTAqA0j .mbr-text {
  color: #0b0b0b;
}
.cid-rSGlipS0xj {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-rSGlipS0xj .image-block {
  margin: auto;
}
.cid-rSGlipS0xj .mbr-figure {
  margin: 0 auto;
}
.cid-rSGlipS0xj figcaption {
  position: relative;
}
.cid-rSGlipS0xj figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rSGlipS0xj .image-block {
    width: 100% !important;
  }
}
.cid-rSGm83IHDS {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSGm83IHDS .mbr-section-subtitle {
  color: #0b0b0b;
}
.cid-rSGmPFlL33 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSGmPFlL33 .counter-container {
  color: #767676;
}
.cid-rSGmPFlL33 .counter-container ul {
  margin-bottom: 0;
}
.cid-rSGmPFlL33 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rSGmPFlL33 .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-rSGmPFlL33 .mbr-text {
  color: #232323;
}
.cid-rSGo99N2tf {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rSGo99N2tf .mbr-section-subtitle {
  color: #767676;
}
.cid-rSGoNahzMP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSGoNahzMP h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rSGoNahzMP p {
  color: #767676;
  text-align: left;
}
.cid-rSGoNahzMP .card-box {
  padding-top: 2rem;
}
.cid-rSGoNahzMP .card-wrapper {
  height: 100%;
}
.cid-rSGoNahzMP P {
  color: #232323;
}
.cid-rSGoPKvTUY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSGoPKvTUY h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rSGoPKvTUY p {
  color: #767676;
  text-align: left;
}
.cid-rSGoPKvTUY .card-box {
  padding-top: 2rem;
}
.cid-rSGoPKvTUY .card-wrapper {
  height: 100%;
}
.cid-rSGoPKvTUY P {
  color: #232323;
}
.cid-rSGoR9qyz4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSGoR9qyz4 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rSGoR9qyz4 p {
  color: #767676;
  text-align: left;
}
.cid-rSGoR9qyz4 .card-box {
  padding-top: 2rem;
}
.cid-rSGoR9qyz4 .card-wrapper {
  height: 100%;
}
.cid-rSGoR9qyz4 P {
  color: #232323;
}
.cid-rSGoRMZZjk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSGoRMZZjk h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rSGoRMZZjk p {
  color: #767676;
  text-align: left;
}
.cid-rSGoRMZZjk .card-box {
  padding-top: 2rem;
}
.cid-rSGoRMZZjk .card-wrapper {
  height: 100%;
}
.cid-rSGoRMZZjk P {
  color: #232323;
}
.cid-rSGENl8B53 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rSGENl8B53 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rSGENl8B53 .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-rSGENl8B53 .mbr-text {
  color: #232323;
}
.cid-rSGEOp4BDf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rSGEOp4BDf .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-rSGEOp4BDf .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-rSGEOp4BDf .mbr-text {
  color: #232323;
}
.cid-rSGG7RkU6o {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSGG7RkU6o .mbr-text,
.cid-rSGG7RkU6o blockquote {
  color: #767676;
}
.cid-rSGG7RkU6o DIV {
  color: #0b0b0b;
}
.cid-rSGHoD8S5V {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rSGHoD8S5V .counter-container {
  color: #767676;
}
.cid-rSGHoD8S5V .counter-container ul {
  margin-bottom: 0;
}
.cid-rSGHoD8S5V .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rSGHoD8S5V .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-rSGHoD8S5V .mbr-text {
  color: #0b0b0b;
}
.cid-rSGKvexA6f {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rSGKvexA6f .mbr-text,
.cid-rSGKvexA6f blockquote {
  color: #767676;
}
.cid-rSGKvexA6f .mbr-text {
  color: #0b0b0b;
}
.cid-rSGOaLH4X1 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSGOaLH4X1 .mbr-text,
.cid-rSGOaLH4X1 blockquote {
  color: #767676;
}
.cid-rSGOaLH4X1 .mbr-text {
  color: #0b0b0b;
}
.cid-rSGOaLH4X1 .mbr-text P {
  text-align: center;
}
.cid-rSGNkoirT3 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rSGNkoirT3 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rSGNkoirT3 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rSGNkoirT3 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rSGNkoirT3 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rSGNkoirT3 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-rSGNkoirT3 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rSGNkoirT3 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rSGNkoirT3 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rSGNkoirT3 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-rSGTjJVuUn {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-rSGTjJVuUn .image-block {
  margin: auto;
}
.cid-rSGTjJVuUn .mbr-figure {
  margin: 0 auto;
}
.cid-rSGTjJVuUn figcaption {
  position: relative;
}
.cid-rSGTjJVuUn figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rSGTjJVuUn .image-block {
    width: 100% !important;
  }
}
.cid-rSGTJ7wRBt {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rSGTJ7wRBt .mbr-text,
.cid-rSGTJ7wRBt blockquote {
  color: #767676;
}
.cid-rSGTJ7wRBt .mbr-text {
  color: #0b0b0b;
}
.cid-rSGZ9ZFHa0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSGZ9ZFHa0 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-rSGZ9ZFHa0 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rSGZ9ZFHa0 .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-rSGZ9ZFHa0 .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-rSGZ9ZFHa0 .mbr-text {
  color: #0b0b0b;
}
.cid-rSGZe43lFW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSGZe43lFW .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-rSGZe43lFW .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rSGZe43lFW .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-rSGZe43lFW .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-rSGZe43lFW .mbr-text {
  color: #0b0b0b;
}
.cid-rSGZfm573K {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSGZfm573K .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-rSGZfm573K .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rSGZfm573K .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-rSGZfm573K .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-rSGZfm573K .mbr-text {
  color: #0b0b0b;
}
.cid-rSGZgHHj4n {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSGZgHHj4n .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-rSGZgHHj4n .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rSGZgHHj4n .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-rSGZgHHj4n .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-rSGZgHHj4n .mbr-text {
  color: #0b0b0b;
}
.cid-rSH51IEUSc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSH51IEUSc .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-rSH51IEUSc .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rSH51IEUSc .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-rSH51IEUSc .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-rSH51IEUSc .mbr-text {
  color: #0b0b0b;
}
.cid-rSH5263Zoj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSH5263Zoj .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-rSH5263Zoj .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rSH5263Zoj .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-rSH5263Zoj .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-rSH5263Zoj .mbr-text {
  color: #0b0b0b;
}
.cid-rSH5VFGSlY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rSH5VFGSlY .mbr-text,
.cid-rSH5VFGSlY blockquote {
  color: #767676;
}
.cid-rSH5VFGSlY .mbr-text {
  color: #0b0b0b;
}
.cid-rSH7wEGLQo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rSHadCfDrH {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-rSHadCfDrH .image-block {
  margin: auto;
}
.cid-rSHadCfDrH .mbr-figure {
  margin: 0 auto;
}
.cid-rSHadCfDrH figcaption {
  position: relative;
}
.cid-rSHadCfDrH figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rSHadCfDrH .image-block {
    width: 100% !important;
  }
}
.cid-rSHadD4lcL {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSHadD4lcL .mbr-section-subtitle {
  color: #0b0b0b;
}
.cid-rSHadDQiSL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSHadDQiSL .counter-container {
  color: #767676;
}
.cid-rSHadDQiSL .counter-container ul {
  margin-bottom: 0;
}
.cid-rSHadDQiSL .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rSHadDQiSL .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-rSHadDQiSL .mbr-text {
  color: #232323;
}
.cid-rSHadEv4xc {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rSHadEv4xc .mbr-section-subtitle {
  color: #767676;
}
.cid-rSHadFryjt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSHadFryjt h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rSHadFryjt p {
  color: #767676;
  text-align: left;
}
.cid-rSHadFryjt .card-box {
  padding-top: 2rem;
}
.cid-rSHadFryjt .card-wrapper {
  height: 100%;
}
.cid-rSHadFryjt P {
  color: #232323;
}
.cid-rSHadGvtwZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSHadGvtwZ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rSHadGvtwZ p {
  color: #767676;
  text-align: left;
}
.cid-rSHadGvtwZ .card-box {
  padding-top: 2rem;
}
.cid-rSHadGvtwZ .card-wrapper {
  height: 100%;
}
.cid-rSHadGvtwZ P {
  color: #232323;
}
.cid-rSHadHvZrT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSHadHvZrT h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rSHadHvZrT p {
  color: #767676;
  text-align: left;
}
.cid-rSHadHvZrT .card-box {
  padding-top: 2rem;
}
.cid-rSHadHvZrT .card-wrapper {
  height: 100%;
}
.cid-rSHadHvZrT P {
  color: #232323;
}
.cid-rSHadIIXha {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSHadIIXha h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-rSHadIIXha p {
  color: #767676;
  text-align: left;
}
.cid-rSHadIIXha .card-box {
  padding-top: 2rem;
}
.cid-rSHadIIXha .card-wrapper {
  height: 100%;
}
.cid-rSHadIIXha P {
  color: #232323;
}
.cid-rSHadK0MOy {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rSHadK0MOy .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rSHadK0MOy .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-rSHadK0MOy .mbr-text {
  color: #232323;
}
.cid-rSHadKCmAK {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rSHadKCmAK .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-rSHadKCmAK .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-rSHadKCmAK .mbr-text {
  color: #232323;
}
.cid-rSHadLwODr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSHadLwODr .mbr-text,
.cid-rSHadLwODr blockquote {
  color: #767676;
}
.cid-rSHadLwODr DIV {
  color: #0b0b0b;
}
.cid-rSHadMbv0v {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rSHadMbv0v .counter-container {
  color: #767676;
}
.cid-rSHadMbv0v .counter-container ul {
  margin-bottom: 0;
}
.cid-rSHadMbv0v .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rSHadMbv0v .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-rSHadMbv0v .mbr-text {
  color: #0b0b0b;
}
.cid-rSHadMJ5hu {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rSHadMJ5hu .mbr-text,
.cid-rSHadMJ5hu blockquote {
  color: #767676;
}
.cid-rSHadMJ5hu .mbr-text {
  color: #0b0b0b;
}
.cid-rSHadNkSp3 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rSHadNkSp3 .mbr-text,
.cid-rSHadNkSp3 blockquote {
  color: #767676;
}
.cid-rSHadNkSp3 .mbr-text {
  color: #0b0b0b;
}
.cid-rSHadNkSp3 .mbr-text P {
  text-align: center;
}
.cid-rSHadNUORM {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rSHadNUORM .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rSHadNUORM .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rSHadNUORM .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rSHadNUORM .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rSHadNUORM .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-rSHadNUORM .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rSHadNUORM .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rSHadNUORM .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rSHadNUORM .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-rSHadQemwm {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-rSHadQemwm .image-block {
  margin: auto;
}
.cid-rSHadQemwm .mbr-figure {
  margin: 0 auto;
}
.cid-rSHadQemwm figcaption {
  position: relative;
}
.cid-rSHadQemwm figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rSHadQemwm .image-block {
    width: 100% !important;
  }
}
.cid-rSHadRjGXO {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rSHadRjGXO .mbr-text,
.cid-rSHadRjGXO blockquote {
  color: #767676;
}
.cid-rSHadRjGXO .mbr-text {
  color: #0b0b0b;
}
.cid-rSHadS4SkH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSHadS4SkH .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-rSHadS4SkH .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rSHadS4SkH .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-rSHadS4SkH .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-rSHadS4SkH .mbr-text {
  color: #0b0b0b;
}
.cid-rSHadSPgi5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSHadSPgi5 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-rSHadSPgi5 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rSHadSPgi5 .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-rSHadSPgi5 .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-rSHadSPgi5 .mbr-text {
  color: #0b0b0b;
}
.cid-rSHadTyXdd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSHadTyXdd .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-rSHadTyXdd .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rSHadTyXdd .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-rSHadTyXdd .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-rSHadTyXdd .mbr-text {
  color: #0b0b0b;
}
.cid-rSHadUgR3L {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSHadUgR3L .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-rSHadUgR3L .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rSHadUgR3L .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-rSHadUgR3L .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-rSHadUgR3L .mbr-text {
  color: #0b0b0b;
}
.cid-rSHadUXfji {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSHadUXfji .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-rSHadUXfji .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rSHadUXfji .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-rSHadUXfji .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-rSHadUXfji .mbr-text {
  color: #0b0b0b;
}
.cid-rSHadVFDPy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSHadVFDPy .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-rSHadVFDPy .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rSHadVFDPy .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-rSHadVFDPy .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-rSHadVFDPy .mbr-text {
  color: #0b0b0b;
}
.cid-rSHadWnz5j {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rSHadWnz5j .mbr-text,
.cid-rSHadWnz5j blockquote {
  color: #767676;
}
.cid-rSHadWnz5j .mbr-text {
  color: #0b0b0b;
}
.cid-rSHadX5PvL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
