body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Muli', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Muli', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Muli', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Muli', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Muli', 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: 'Muli', 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);
}
@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-qN8S1H5meB {
  background-image: url("../../../assets/images/new-summit-logo-1000x1000.jpg");
}
.cid-qN8S1H5meB H1 {
  text-align: right;
  color: #000000;
}
.cid-qN8S1H5meB H3 {
  color: #000000;
}
.cid-sLD4C3dtpa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sLD4C3dtpa .mbr-text {
  color: #232323;
}
.cid-sLD4C3dtpa .mbr-text p {
  background: #ffffff;
}
.cid-sLD4C3dtpa .mbr-text P {
  text-align: center;
}
.cid-sLD58VrqAC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sLD58VrqAC .mbr-text {
  color: #767676;
}
.cid-sLD58VrqAC h4 {
  text-align: center;
}
.cid-sLD58VrqAC p {
  text-align: center;
}
.cid-sLD58VrqAC .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-sLzGY64cOB {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sLzGY64cOB .testimonial-text {
  font-style: italic;
  color: #000000;
  font-weight: 300;
}
.cid-sLzGY64cOB .mbr-author-name {
  font-weight: bold;
  color: #066406;
}
.cid-sLzGY64cOB .mbr-author-desc {
  color: #000000;
}
.cid-sLzGY64cOB .testimonial-text B {
  color: #066406;
}
.cid-r6yEQqG2jX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-r6yEQqG2jX .testimonial-text {
  font-style: italic;
  color: #676767;
  font-weight: 300;
}
.cid-r6yEQqG2jX .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-r6yEQqG2jX .mbr-author-desc {
  color: #232;
}
.cid-r6yEQr528r {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sF2yE5czMO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sF2yE5czMO .testimonial-text {
  font-style: italic;
  color: #676767;
  font-weight: 300;
}
.cid-sF2yE5czMO .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-sF2yE5czMO .mbr-author-desc {
  color: #232;
}
.cid-sF2yE5z3Zd {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sF2A1Zm08r {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sF2A1Zm08r .testimonial-text {
  font-style: italic;
  color: #676767;
  font-weight: 300;
}
.cid-sF2A1Zm08r .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-sF2A1Zm08r .mbr-author-desc {
  color: #232;
}
.cid-sF2A1ZKpsz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sF2AG3Q9yq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sF2AG3Q9yq .testimonial-text {
  font-style: italic;
  color: #676767;
  font-weight: 300;
}
.cid-sF2AG3Q9yq .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-sF2AG3Q9yq .mbr-author-desc {
  color: #232;
}
.cid-sF2AG4iKjx {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sF2Ehq0v1c {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sF2Ehq0v1c .testimonial-text {
  font-style: italic;
  color: #676767;
  font-weight: 300;
}
.cid-sF2Ehq0v1c .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-sF2Ehq0v1c .mbr-author-desc {
  color: #232;
}
.cid-sF2EhqhQSb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sF2HVTQeFU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sF2HVTQeFU .testimonial-text {
  font-style: italic;
  color: #676767;
  font-weight: 300;
}
.cid-sF2HVTQeFU .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-sF2HVTQeFU .mbr-author-desc {
  color: #232;
}
.cid-sF2HVUiKWg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sF3437FHaz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sF3437FHaz .testimonial-text {
  font-style: italic;
  color: #676767;
  font-weight: 300;
}
.cid-sF3437FHaz .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-sF3437FHaz .mbr-author-desc {
  color: #232;
}
.cid-sF34382Sea {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sF8p2Q7owt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sF8p2Q7owt .testimonial-text {
  font-style: italic;
  color: #676767;
  font-weight: 300;
}
.cid-sF8p2Q7owt .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-sF8p2Q7owt .mbr-author-desc {
  color: #232;
}
.cid-sF8p2QuJWh {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sFBqoh7X58 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sFBqoh7X58 .testimonial-text {
  font-style: italic;
  color: #676767;
  font-weight: 300;
}
.cid-sFBqoh7X58 .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-sFBqoh7X58 .mbr-author-desc {
  color: #232;
}
.cid-sFBqohqPCX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sGtbzyBhOD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sGtbzyBhOD .testimonial-text {
  font-style: italic;
  color: #676767;
  font-weight: 300;
}
.cid-sGtbzyBhOD .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-sGtbzyBhOD .mbr-author-desc {
  color: #232;
}
.cid-sGtbzyUQdl {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sGyhved2wv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sGyhved2wv .testimonial-text {
  font-style: italic;
  color: #676767;
  font-weight: 300;
}
.cid-sGyhved2wv .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-sGyhved2wv .mbr-author-desc {
  color: #232;
}
.cid-sGyhvewg5L {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sGVdpWu4Xy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sGVdpWu4Xy .testimonial-text {
  font-style: italic;
  color: #676767;
  font-weight: 300;
}
.cid-sGVdpWu4Xy .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-sGVdpWu4Xy .mbr-author-desc {
  color: #232;
}
.cid-sGVdpWQIdE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sH17DkjJ4d {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sH17DkjJ4d .testimonial-text {
  font-style: italic;
  color: #676767;
  font-weight: 300;
}
.cid-sH17DkjJ4d .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-sH17DkjJ4d .mbr-author-desc {
  color: #232;
}
.cid-sH17DkGj79 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sGVamkpvuI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sGVamkpvuI .testimonial-text {
  font-style: italic;
  color: #676767;
  font-weight: 300;
}
.cid-sGVamkpvuI .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-sGVamkpvuI .mbr-author-desc {
  color: #232;
}
.cid-sGVamkHGic {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sLxApy6bN0 {
  background-image: url("../../../assets/images/new-day-two-tile-for-web-1000x1000.jpg");
}
.cid-sLxApy6bN0 H1 {
  text-align: right;
  color: #000000;
}
.cid-sLxApy6bN0 H3 {
  color: #000000;
}
.cid-sLzHe5dnnd {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sLzHe5dnnd .testimonial-text {
  font-style: italic;
  color: #000000;
  font-weight: 300;
}
.cid-sLzHe5dnnd .mbr-author-name {
  font-weight: bold;
  color: #066406;
}
.cid-sLzHe5dnnd .mbr-author-desc {
  color: #000000;
}
.cid-sLzHe5dnnd .testimonial-text B {
  color: #066406;
}
.cid-sP8VXeEDfd {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sP8VXeEDfd .mbr-section-subtitle {
  color: #232323;
}
.cid-sP8UYlMQ59 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-sP8UYlMQ59 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sP8UYlMQ59 .video-block {
    width: 100% !important;
  }
}
.cid-sP8WLyczr6 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sP8WLyczr6 .mbr-section-subtitle {
  color: #232323;
}
.cid-sP8WMJM2La {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-sP8WMJM2La .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sP8WMJM2La .video-block {
    width: 100% !important;
  }
}
.cid-sP8XyMkRj6 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sP8XyMkRj6 .mbr-section-subtitle {
  color: #232323;
}
.cid-sP8XzXFmM7 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-sP8XzXFmM7 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sP8XzXFmM7 .video-block {
    width: 100% !important;
  }
}
.cid-sLxApIjX9T {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sLxApIjX9T .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sLxApIjX9T .section-text {
  padding: 2rem 0;
}
.cid-sLxApIjX9T .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sLxApIjX9T .inner-container {
    width: 100% !important;
  }
}
.cid-sLzINvP6zm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sLzINvP6zm .testimonial-text {
  font-style: italic;
  color: #676767;
  font-weight: 300;
}
.cid-sLzINvP6zm .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-sLzINvP6zm .mbr-author-desc {
  color: #232;
}
.cid-sLzINwdLWj {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sLxDKqzs3A {
  background-image: url("../../../assets/images/new-summit-1-day-1-1000x1000.jpg");
}
.cid-sLxDKqzs3A H1 {
  text-align: right;
  color: #000000;
}
.cid-sLxDKqzs3A H3 {
  color: #000000;
}
.cid-sLxL0KPeN2 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-sLxL0KPeN2 .content-wrapper {
    padding-right: 60px;
  }
}
.cid-sLxL0KPeN2 img {
  width: 100%;
}
.cid-sLxL0KPeN2 ul li::marker {
  font-size: 28px;
}
@media (max-width: 991px) {
  .cid-sLxL0KPeN2 .content-wrapper {
    padding-bottom: 1.5rem;
  }
}
.cid-sLxL0KPeN2 .carousel-indicators {
  justify-content: flex-start;
  margin: 0 -6px 3px;
}
.cid-sLxL0KPeN2 .carousel-indicators li {
  background: #000000;
  border: 0;
  opacity: 0.2;
  margin-left: 6px;
  margin-right: 6px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  transition: opacity, background .6s ease;
}
.cid-sLxL0KPeN2 .carousel-indicators li.active {
  background: #7ce0d3;
  opacity: 1;
}
.cid-sLxL3RETCE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sLxL3RETCE .item img {
  width: 100%;
  z-index: 1;
}
.cid-sLxL3RETCE .item .card {
  margin-left: 20%;
  background-color: #ffffff;
  padding: 2rem;
  position: relative;
  margin-top: -2rem;
  z-index: 2;
  border-radius: 0;
}
.cid-sLxL3RETCE .item-wrapper {
  padding-bottom: 2rem;
}
.cid-sLxL3RETCE .card .mbr-text,
.cid-sLxL3RETCE .card .mbr-section-title {
  margin-bottom: 10px;
}
.cid-sLxL3RETCE .mbr-text {
  color: #000000;
}
.cid-sLxPZbFMhd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sLxPZbFMhd .item-wrapper {
  border-radius: 2rem;
  transition: all 0.3s;
  position: relative;
  background: #cccccc;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sLxPZbFMhd .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
@media (min-width: 992px) {
  .cid-sLxPZbFMhd .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sLxPZbFMhd .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sLxPZbFMhd .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sLxPZbFMhd .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sLxPZbFMhd img,
.cid-sLxPZbFMhd .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sLxPZbFMhd .item:focus,
.cid-sLxPZbFMhd span:focus {
  outline: none;
}
.cid-sLxPZbFMhd .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sLxPZbFMhd .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sLxPZbFMhd .mbr-section-title {
  color: #232323;
}
.cid-sLxPZbFMhd .mbr-text,
.cid-sLxPZbFMhd .mbr-section-btn {
  text-align: center;
}
.cid-sLxPZbFMhd .item-title {
  text-align: center;
}
.cid-sLxPZbFMhd .item-subtitle {
  text-align: center;
  color: #454545;
}
.cid-sLxL9Elr05 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #63b413;
}
.cid-sLxL9Elr05 .content {
  padding: 50px 75px;
  background-color: #63b413;
}
.cid-sLxL9Elr05 .content a {
  background-size: 100% 0%;
}
.cid-sLxL9Elr05 .content a:hover {
  background-size: 100% 100%;
}
.cid-sLxL9Elr05 .content .list {
  margin-bottom: 0;
}
.cid-sLxL9Elr05 ul li::marker {
  font-size: 28px;
}
@media (max-width: 992px) {
  .cid-sLxL9Elr05 .content {
    padding: 50px 50px;
  }
}
@media (max-width: 767px) {
  .cid-sLxL9Elr05 .content {
    padding: 12% 9% 12% 9%;
  }
}
.cid-sLxL9Elr05 .mbr-text {
  color: #ffffff;
}
.cid-sLxL9Elr05 .list,
.cid-sLxL9Elr05 .mbr-text {
  color: #ffffff;
}
.cid-sLxLaP5oYC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #63b413;
}
.cid-sLxLaP5oYC .clients .clients-item {
  margin: 2rem;
}
.cid-sLxQ4wwO3o {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sLxQ4wwO3o img {
  width: 100%;
}
@media (min-width: 1200px) {
  .cid-sLxQ4wwO3o .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-sLxQ4wwO3o .content-wrapper {
    padding-top: 1.5rem;
  }
}
.cid-sLy4gtj5TX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sLy4gtj5TX img {
  width: 100%;
}
@media (min-width: 1200px) {
  .cid-sLy4gtj5TX .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-sLy4gtj5TX .content-wrapper {
    padding-top: 1.5rem;
  }
}
.cid-sLy4eIEoDM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sLy4eIEoDM img {
  width: 100%;
}
@media (min-width: 1200px) {
  .cid-sLy4eIEoDM .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-sLy4eIEoDM .content-wrapper {
    padding-top: 1.5rem;
  }
}
.cid-sLy4fzjVo5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sLy4fzjVo5 img {
  width: 100%;
}
@media (min-width: 1200px) {
  .cid-sLy4fzjVo5 .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-sLy4fzjVo5 .content-wrapper {
    padding-top: 1.5rem;
  }
}
.cid-sLy9SXWi2I {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #f8f8f8;
}
.cid-sLy9SXWi2I img {
  width: 100%;
}
@media (min-width: 1200px) {
  .cid-sLy9SXWi2I .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-sLy9SXWi2I .content-wrapper {
    padding-top: 1.5rem;
  }
}
.cid-sLxDKwybyR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sLxDKwybyR .mbr-section-subtitle {
  color: #000000;
}
.cid-sLxDKxa7ay {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sLxDKxa7ay .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sLxDKxa7ay .section-text {
  padding: 2rem 0;
}
.cid-sLxDKxa7ay .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sLxDKxa7ay .inner-container {
    width: 100% !important;
  }
}
.cid-sLVKwzR1SL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sLVKwzR1SL .testimonial-text {
  font-style: italic;
  color: #676767;
  font-weight: 300;
}
.cid-sLVKwzR1SL .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-sLVKwzR1SL .mbr-author-desc {
  color: #232;
}
.cid-sLVKwAdMMU {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sMMvTymQk8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sMMvTymQk8 .testimonial-text {
  font-style: italic;
  color: #676767;
  font-weight: 300;
}
.cid-sMMvTymQk8 .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-sMMvTymQk8 .mbr-author-desc {
  color: #232;
}
.cid-sMMvTyKJhM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sMMwYgiEX3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sMMwYgiEX3 .testimonial-text {
  font-style: italic;
  color: #676767;
  font-weight: 300;
}
.cid-sMMwYgiEX3 .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-sMMwYgiEX3 .mbr-author-desc {
  color: #232;
}
.cid-sMMwYgHKWP {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sMMyidUnmC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sMMyidUnmC .testimonial-text {
  font-style: italic;
  color: #676767;
  font-weight: 300;
}
.cid-sMMyidUnmC .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-sMMyidUnmC .mbr-author-desc {
  color: #232;
}
.cid-sMMyieiJfw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sP8ZLc3SL3 {
  background-image: url("../../../assets/images/new-day-two-tile-for-web-1000x1000.jpg");
}
.cid-sP8ZLc3SL3 H1 {
  text-align: right;
  color: #000000;
}
.cid-sP8ZLc3SL3 H3 {
  color: #000000;
}
.cid-sP8ZLcWG0F {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sP8ZLcWG0F .testimonial-text {
  font-style: italic;
  color: #000000;
  font-weight: 300;
}
.cid-sP8ZLcWG0F .mbr-author-name {
  font-weight: bold;
  color: #066406;
}
.cid-sP8ZLcWG0F .mbr-author-desc {
  color: #000000;
}
.cid-sP8ZLcWG0F .testimonial-text B {
  color: #066406;
}
.cid-sPvelQKyaI {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sPvelQKyaI .mbr-section-subtitle {
  color: #767676;
}
.cid-sPvelQKyaI .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sPvelQKyaI .mbr-text {
  color: #000000;
}
.cid-sPvelQKyaI .mbr-author-desc {
  display: block;
  color: #767676;
}
.cid-sPvelQKyaI .mbr-author-name {
  color: #767676;
}
.cid-sPvelQKyaI .mbr-testimonial .panel-item {
  background-color: #ffffff;
}
.cid-sPvelQKyaI .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2.4rem 2.4rem 0 2.4rem;
}
.cid-sPvelQKyaI .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-sPvelQKyaI .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-sPvelQKyaI .mbr-testimonial .card-footer {
  padding-bottom: 2.4rem;
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 300px) {
  .cid-sPvelQKyaI .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-sP8ZLdI3KY {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-sP8ZLdI3KY .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sP8ZLdI3KY .video-block {
    width: 100% !important;
  }
}
.cid-sPviQYQ5UH {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sPviQYQ5UH .mbr-section-subtitle {
  color: #767676;
}
.cid-sPviQYQ5UH .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sPviQYQ5UH .mbr-text {
  color: #000000;
}
.cid-sPviQYQ5UH .mbr-author-desc {
  display: block;
  color: #767676;
}
.cid-sPviQYQ5UH .mbr-author-name {
  color: #767676;
}
.cid-sPviQYQ5UH .mbr-testimonial .panel-item {
  background-color: #ffffff;
}
.cid-sPviQYQ5UH .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2.4rem 2.4rem 0 2.4rem;
}
.cid-sPviQYQ5UH .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-sPviQYQ5UH .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-sPviQYQ5UH .mbr-testimonial .card-footer {
  padding-bottom: 2.4rem;
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 300px) {
  .cid-sPviQYQ5UH .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-sP8ZLegwbt {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-sP8ZLegwbt .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sP8ZLegwbt .video-block {
    width: 100% !important;
  }
}
.cid-sPviWHkH77 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sPviWHkH77 .mbr-section-subtitle {
  color: #767676;
}
.cid-sPviWHkH77 .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sPviWHkH77 .mbr-text {
  color: #000000;
}
.cid-sPviWHkH77 .mbr-author-desc {
  display: block;
  color: #767676;
}
.cid-sPviWHkH77 .mbr-author-name {
  color: #767676;
}
.cid-sPviWHkH77 .mbr-testimonial .panel-item {
  background-color: #ffffff;
}
.cid-sPviWHkH77 .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2.4rem 2.4rem 0 2.4rem;
}
.cid-sPviWHkH77 .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-sPviWHkH77 .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-sPviWHkH77 .mbr-testimonial .card-footer {
  padding-bottom: 2.4rem;
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 300px) {
  .cid-sPviWHkH77 .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-sPvpjCPVy3 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-sPvpjCPVy3 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sPvpjCPVy3 .video-block {
    width: 100% !important;
  }
}
.cid-sPviSfOFbE {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sPviSfOFbE .mbr-section-subtitle {
  color: #767676;
}
.cid-sPviSfOFbE .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sPviSfOFbE .mbr-text {
  color: #000000;
}
.cid-sPviSfOFbE .mbr-author-desc {
  display: block;
  color: #767676;
}
.cid-sPviSfOFbE .mbr-author-name {
  color: #767676;
}
.cid-sPviSfOFbE .mbr-testimonial .panel-item {
  background-color: #ffffff;
}
.cid-sPviSfOFbE .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2.4rem 2.4rem 0 2.4rem;
}
.cid-sPviSfOFbE .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-sPviSfOFbE .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-sPviSfOFbE .mbr-testimonial .card-footer {
  padding-bottom: 2.4rem;
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 300px) {
  .cid-sPviSfOFbE .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-sP8ZLeKhSo {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-sP8ZLeKhSo .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sP8ZLeKhSo .video-block {
    width: 100% !important;
  }
}
.cid-sPviXL7ApU {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sPviXL7ApU .mbr-section-subtitle {
  color: #767676;
}
.cid-sPviXL7ApU .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sPviXL7ApU .mbr-text {
  color: #000000;
}
.cid-sPviXL7ApU .mbr-author-desc {
  display: block;
  color: #767676;
}
.cid-sPviXL7ApU .mbr-author-name {
  color: #767676;
}
.cid-sPviXL7ApU .mbr-testimonial .panel-item {
  background-color: #ffffff;
}
.cid-sPviXL7ApU .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2.4rem 2.4rem 0 2.4rem;
}
.cid-sPviXL7ApU .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-sPviXL7ApU .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-sPviXL7ApU .mbr-testimonial .card-footer {
  padding-bottom: 2.4rem;
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 300px) {
  .cid-sPviXL7ApU .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-sPvyIw0Gdi {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-sPvyIw0Gdi .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sPvyIw0Gdi .video-block {
    width: 100% !important;
  }
}
.cid-sPviYUWlHF {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sPviYUWlHF .mbr-section-subtitle {
  color: #767676;
}
.cid-sPviYUWlHF .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sPviYUWlHF .mbr-text {
  color: #000000;
}
.cid-sPviYUWlHF .mbr-author-desc {
  display: block;
  color: #767676;
}
.cid-sPviYUWlHF .mbr-author-name {
  color: #767676;
}
.cid-sPviYUWlHF .mbr-testimonial .panel-item {
  background-color: #ffffff;
}
.cid-sPviYUWlHF .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2.4rem 2.4rem 0 2.4rem;
}
.cid-sPviYUWlHF .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-sPviYUWlHF .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-sPviYUWlHF .mbr-testimonial .card-footer {
  padding-bottom: 2.4rem;
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 300px) {
  .cid-sPviYUWlHF .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-sPw69TkoVX {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-sPw69TkoVX .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sPw69TkoVX .video-block {
    width: 100% !important;
  }
}
.cid-sPw9Ad5NAu {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sPw9Ad5NAu .mbr-section-subtitle {
  color: #767676;
}
.cid-sPw9Ad5NAu .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sPw9Ad5NAu .mbr-text {
  color: #000000;
}
.cid-sPw9Ad5NAu .mbr-author-desc {
  display: block;
  color: #767676;
}
.cid-sPw9Ad5NAu .mbr-author-name {
  color: #767676;
}
.cid-sPw9Ad5NAu .mbr-testimonial .panel-item {
  background-color: #ffffff;
}
.cid-sPw9Ad5NAu .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2.4rem 2.4rem 0 2.4rem;
}
.cid-sPw9Ad5NAu .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-sPw9Ad5NAu .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-sPw9Ad5NAu .mbr-testimonial .card-footer {
  padding-bottom: 2.4rem;
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 300px) {
  .cid-sPw9Ad5NAu .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-sPw9Bdhguk {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-sPw9Bdhguk .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sPw9Bdhguk .video-block {
    width: 100% !important;
  }
}
.cid-sP8ZLf1jSw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sP8ZLf1jSw .mbr-section-subtitle {
  color: #000000;
}
.cid-sP8ZLf1jSw .media-row {
  display: flex;
  justify-content: center;
}
.cid-sP8ZLf1jSw .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-sP8ZLf1jSw .team-item .item-image img {
  width: 100%;
}
.cid-sP8ZLf1jSw .team-item .item-name p {
  margin-bottom: 0;
}
.cid-sP8ZLf1jSw .team-item .item-role p {
  margin-bottom: 0;
}
.cid-sP8ZLf1jSw .team-item .item-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-sP8ZLf1jSw .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-sP8ZLf1jSw .team-item .item-caption {
  background: #efefef;
}
.cid-sP8ZLf1jSw .item-name {
  color: #066406;
}
.cid-sP8ZLf1jSw .item-role P {
  text-align: center;
}
.cid-sP8ZLgbe6e {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sP8ZLgbe6e .mbr-section-subtitle {
  color: #767676;
}
.cid-sP8ZLgbe6e .media-row {
  display: flex;
  justify-content: center;
}
.cid-sP8ZLgbe6e .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-sP8ZLgbe6e .team-item .item-image img {
  width: 100%;
}
.cid-sP8ZLgbe6e .team-item .item-name p {
  margin-bottom: 0;
}
.cid-sP8ZLgbe6e .team-item .item-role p {
  margin-bottom: 0;
}
.cid-sP8ZLgbe6e .team-item .item-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-sP8ZLgbe6e .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-sP8ZLgbe6e .team-item .item-caption {
  background: #efefef;
}
.cid-sP8ZLgbe6e .item-name {
  color: #066406;
}
.cid-sP8ZLgbe6e .item-role P {
  text-align: center;
}
.cid-sP8ZLhtEIj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sP8ZLhtEIj .mbr-section-subtitle {
  color: #767676;
}
.cid-sP8ZLhtEIj .media-row {
  display: flex;
  justify-content: center;
}
.cid-sP8ZLhtEIj .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-sP8ZLhtEIj .team-item .item-image img {
  width: 100%;
}
.cid-sP8ZLhtEIj .team-item .item-name p {
  margin-bottom: 0;
}
.cid-sP8ZLhtEIj .team-item .item-role p {
  margin-bottom: 0;
}
.cid-sP8ZLhtEIj .team-item .item-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-sP8ZLhtEIj .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-sP8ZLhtEIj .team-item .item-caption {
  background: #efefef;
}
.cid-sP8ZLhtEIj .item-name {
  color: #066406;
}
.cid-sP8ZLhtEIj .item-role P {
  text-align: center;
}
.cid-sP8ZLjoRaw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sP8ZLjoRaw .mbr-section-subtitle {
  color: #767676;
}
.cid-sP8ZLjoRaw .media-row {
  display: flex;
  justify-content: center;
}
.cid-sP8ZLjoRaw .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-sP8ZLjoRaw .team-item .item-image img {
  width: 100%;
}
.cid-sP8ZLjoRaw .team-item .item-name p {
  margin-bottom: 0;
}
.cid-sP8ZLjoRaw .team-item .item-role p {
  margin-bottom: 0;
}
.cid-sP8ZLjoRaw .team-item .item-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-sP8ZLjoRaw .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-sP8ZLjoRaw .team-item .item-caption {
  background: #efefef;
}
.cid-sP8ZLjoRaw .item-name {
  color: #066406;
}
.cid-sP8ZLjoRaw .item-role P {
  text-align: center;
}
.cid-sP8ZLlqNYQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sP8ZLlqNYQ .mbr-section-subtitle {
  color: #767676;
}
.cid-sP8ZLlqNYQ .media-row {
  display: flex;
  justify-content: center;
}
.cid-sP8ZLlqNYQ .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-sP8ZLlqNYQ .team-item .item-image img {
  width: 100%;
}
.cid-sP8ZLlqNYQ .team-item .item-name p {
  margin-bottom: 0;
}
.cid-sP8ZLlqNYQ .team-item .item-role p {
  margin-bottom: 0;
}
.cid-sP8ZLlqNYQ .team-item .item-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-sP8ZLlqNYQ .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-sP8ZLlqNYQ .team-item .item-caption {
  background: #efefef;
}
.cid-sP8ZLlqNYQ .item-name {
  color: #066406;
}
.cid-sP8ZLlqNYQ .item-role P {
  text-align: center;
}
.cid-sP8ZLmXmoE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sP8ZLmXmoE .mbr-section-subtitle {
  color: #767676;
}
.cid-sP8ZLmXmoE .media-row {
  display: flex;
  justify-content: center;
}
.cid-sP8ZLmXmoE .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-sP8ZLmXmoE .team-item .item-image img {
  width: 100%;
}
.cid-sP8ZLmXmoE .team-item .item-name p {
  margin-bottom: 0;
}
.cid-sP8ZLmXmoE .team-item .item-role p {
  margin-bottom: 0;
}
.cid-sP8ZLmXmoE .team-item .item-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-sP8ZLmXmoE .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-sP8ZLmXmoE .team-item .item-caption {
  background: #efefef;
}
.cid-sP8ZLmXmoE .item-name {
  color: #066406;
}
.cid-sP8ZLmXmoE .item-role P {
  text-align: center;
}
.cid-sP8ZLoNPd3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sP8ZLoNPd3 .mbr-section-subtitle {
  color: #767676;
}
.cid-sP8ZLoNPd3 .media-row {
  display: flex;
  justify-content: center;
}
.cid-sP8ZLoNPd3 .team-item {
  transition: all .2s;
  margin-bottom: 2rem;
}
.cid-sP8ZLoNPd3 .team-item .item-image img {
  width: 100%;
}
.cid-sP8ZLoNPd3 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-sP8ZLoNPd3 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-sP8ZLoNPd3 .team-item .item-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-sP8ZLoNPd3 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-sP8ZLoNPd3 .team-item .item-caption {
  background: #efefef;
}
.cid-sP8ZLoNPd3 .item-name {
  color: #066406;
}
.cid-sP8ZLoNPd3 .item-role P {
  text-align: center;
}
.cid-sP8ZLpxXf2 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sP8ZLpxXf2 .mbr-section-title {
  color: #404040;
}
.cid-sP8ZLpxXf2 .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-sP8ZLpxXf2 .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-sP8ZLpxXf2 .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-sP8ZLpUEuN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sP8ZLpUEuN .title__wrap {
  margin-bottom: 30px;
}
.cid-sP8ZLpUEuN .title__block {
  margin-bottom: 10px;
}
.cid-sP8ZLpUEuN .mbr-section-title,
.cid-sP8ZLpUEuN .text__time,
.cid-sP8ZLpUEuN .mbr-text,
.cid-sP8ZLpUEuN .text__author,
.cid-sP8ZLpUEuN .text__hall {
  margin-bottom: 0;
}
.cid-sP8ZLpUEuN .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-sP8ZLpUEuN .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-sP8ZLpUEuN .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 10px;
  border: none !important;
  background-color: transparent !important;
}
.cid-sP8ZLpUEuN .mbr-section-btn .btn-secondary-outline:hover {
  color: #149dcc !important;
}
.cid-sP8ZLpUEuN .wrap {
  margin: 0;
  padding: 25px 0;
  border-top: 1px solid rgba(25, 31, 35, 0.4);
}
.cid-sP8ZLpUEuN .wrap:last-child {
  border-bottom: 1px solid rgba(25, 31, 35, 0.4);
}
.cid-sP8ZLpUEuN .plpr_0 {
  padding-left: 0;
  padding-right: 0;
}
.cid-sP8ZLpUEuN .nav-tabs .nav-item.open .nav-link:focus,
.cid-sP8ZLpUEuN .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sP8ZLpUEuN .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .cid-sP8ZLpUEuN .nav-tabs {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cid-sP8ZLpUEuN .nav-tabs .nav-link {
  border-radius: 0 !important;
  color: #17161a;
  font-style: normal;
  font-weight: 700;
  border: none;
  border-bottom: 2px solid transparent;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-right: 25px;
  padding: 12px 0 !important;
}
.cid-sP8ZLpUEuN .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.cid-sP8ZLpUEuN .nav-tabs .nav-link.active {
  font-weight: 700;
  font-style: normal;
  background-color: transparent !important;
  border-bottom: 2px solid #d90a2c;
}
.cid-sP8ZLpUEuN .nav-tabs .nav-link.active:hover {
  background-color: #d90a2c;
}
@media (max-width: 991px) {
  .cid-sP8ZLpUEuN .align-right {
    text-align: left !important;
  }
}
@media (max-width: 575px) {
  .cid-sP8ZLpUEuN .buttons {
    justify-content: flex-start;
  }
}
.cid-sP8ZLpUEuN .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-sP8ZLsugXe {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sP8ZLsugXe .mbr-section-title {
  color: #404040;
}
.cid-sP8ZLsugXe .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-sP8ZLsugXe .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-sP8ZLsugXe .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-sP8ZLsYlIx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sP8ZLsYlIx .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-sP8ZLsYlIx .number-wrap {
  color: #565656;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-sP8ZLsYlIx .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #28262b;
}
.cid-sP8ZLsYlIx .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-sP8ZLsYlIx .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #28262b;
}
.cid-sP8ZLsYlIx .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sP8ZLsYlIx .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-sP8ZLsYlIx .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-sP8ZLsYlIx .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
  }
  .cid-sP8ZLsYlIx .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-sP8ZLsYlIx .number,
  .cid-sP8ZLsYlIx .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-sP8ZLsYlIx .period {
    font-size: 0.8rem;
  }
}
.cid-sP8ZLtt6lo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sP8ZLtt6lo .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sP8ZLtt6lo .section-text {
  padding: 2rem 0;
}
.cid-sP8ZLtt6lo .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sP8ZLtt6lo .inner-container {
    width: 100% !important;
  }
}
.cid-sP8ZLtT7kq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sP8ZLtT7kq .mbr-section-subtitle {
  color: #767676;
}
.cid-sPwf5bFtze {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sPwf5bFtze .mbr-section-subtitle {
  color: #767676;
}
.cid-sPwf5bFtze .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sPwf5bFtze .mbr-text {
  color: #000000;
}
.cid-sPwf5bFtze .mbr-author-desc {
  display: block;
  color: #767676;
}
.cid-sPwf5bFtze .mbr-author-name {
  color: #767676;
}
.cid-sPwf5bFtze .mbr-testimonial .panel-item {
  background-color: #ffffff;
}
.cid-sPwf5bFtze .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2.4rem 2.4rem 0 2.4rem;
}
.cid-sPwf5bFtze .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-sPwf5bFtze .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-sPwf5bFtze .mbr-testimonial .card-footer {
  padding-bottom: 2.4rem;
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 300px) {
  .cid-sPwf5bFtze .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-sPwf5c6vpy {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-sPwf5c6vpy .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sPwf5c6vpy .video-block {
    width: 100% !important;
  }
}
.cid-sPwf5civPK {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sPwf5civPK .mbr-section-subtitle {
  color: #767676;
}
.cid-sPwf5civPK .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sPwf5civPK .mbr-text {
  color: #000000;
}
.cid-sPwf5civPK .mbr-author-desc {
  display: block;
  color: #767676;
}
.cid-sPwf5civPK .mbr-author-name {
  color: #767676;
}
.cid-sPwf5civPK .mbr-testimonial .panel-item {
  background-color: #ffffff;
}
.cid-sPwf5civPK .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2.4rem 2.4rem 0 2.4rem;
}
.cid-sPwf5civPK .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-sPwf5civPK .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-sPwf5civPK .mbr-testimonial .card-footer {
  padding-bottom: 2.4rem;
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 300px) {
  .cid-sPwf5civPK .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-sPwf5cKR5e {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-sPwf5cKR5e .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sPwf5cKR5e .video-block {
    width: 100% !important;
  }
}
.cid-sPwf5cVo7T {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sPwf5cVo7T .mbr-section-subtitle {
  color: #767676;
}
.cid-sPwf5cVo7T .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sPwf5cVo7T .mbr-text {
  color: #000000;
}
.cid-sPwf5cVo7T .mbr-author-desc {
  display: block;
  color: #767676;
}
.cid-sPwf5cVo7T .mbr-author-name {
  color: #767676;
}
.cid-sPwf5cVo7T .mbr-testimonial .panel-item {
  background-color: #ffffff;
}
.cid-sPwf5cVo7T .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2.4rem 2.4rem 0 2.4rem;
}
.cid-sPwf5cVo7T .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-sPwf5cVo7T .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-sPwf5cVo7T .mbr-testimonial .card-footer {
  padding-bottom: 2.4rem;
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 300px) {
  .cid-sPwf5cVo7T .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-sPwf5dpyRP {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-sPwf5dpyRP .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sPwf5dpyRP .video-block {
    width: 100% !important;
  }
}
.cid-sPwf5dAvgc {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sPwf5dAvgc .mbr-section-subtitle {
  color: #767676;
}
.cid-sPwf5dAvgc .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sPwf5dAvgc .mbr-text {
  color: #000000;
}
.cid-sPwf5dAvgc .mbr-author-desc {
  display: block;
  color: #767676;
}
.cid-sPwf5dAvgc .mbr-author-name {
  color: #767676;
}
.cid-sPwf5dAvgc .mbr-testimonial .panel-item {
  background-color: #ffffff;
}
.cid-sPwf5dAvgc .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2.4rem 2.4rem 0 2.4rem;
}
.cid-sPwf5dAvgc .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-sPwf5dAvgc .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-sPwf5dAvgc .mbr-testimonial .card-footer {
  padding-bottom: 2.4rem;
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 300px) {
  .cid-sPwf5dAvgc .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-sPwf5e3UsC {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-sPwf5e3UsC .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sPwf5e3UsC .video-block {
    width: 100% !important;
  }
}
.cid-sPwf5efIIf {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sPwf5efIIf .mbr-section-subtitle {
  color: #767676;
}
.cid-sPwf5efIIf .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sPwf5efIIf .mbr-text {
  color: #000000;
}
.cid-sPwf5efIIf .mbr-author-desc {
  display: block;
  color: #767676;
}
.cid-sPwf5efIIf .mbr-author-name {
  color: #767676;
}
.cid-sPwf5efIIf .mbr-testimonial .panel-item {
  background-color: #ffffff;
}
.cid-sPwf5efIIf .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2.4rem 2.4rem 0 2.4rem;
}
.cid-sPwf5efIIf .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-sPwf5efIIf .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-sPwf5efIIf .mbr-testimonial .card-footer {
  padding-bottom: 2.4rem;
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 300px) {
  .cid-sPwf5efIIf .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-sPwf5eHN35 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-sPwf5eHN35 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sPwf5eHN35 .video-block {
    width: 100% !important;
  }
}
.cid-sPwf5eU4Ug {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sPwf5eU4Ug .mbr-section-subtitle {
  color: #767676;
}
.cid-sPwf5eU4Ug .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sPwf5eU4Ug .mbr-text {
  color: #000000;
}
.cid-sPwf5eU4Ug .mbr-author-desc {
  display: block;
  color: #767676;
}
.cid-sPwf5eU4Ug .mbr-author-name {
  color: #767676;
}
.cid-sPwf5eU4Ug .mbr-testimonial .panel-item {
  background-color: #ffffff;
}
.cid-sPwf5eU4Ug .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2.4rem 2.4rem 0 2.4rem;
}
.cid-sPwf5eU4Ug .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-sPwf5eU4Ug .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-sPwf5eU4Ug .mbr-testimonial .card-footer {
  padding-bottom: 2.4rem;
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 300px) {
  .cid-sPwf5eU4Ug .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-sPwf5fkelz {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-sPwf5fkelz .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sPwf5fkelz .video-block {
    width: 100% !important;
  }
}
.cid-sPwf5fvKm1 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sPwf5fvKm1 .mbr-section-subtitle {
  color: #767676;
}
.cid-sPwf5fvKm1 .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sPwf5fvKm1 .mbr-text {
  color: #000000;
}
.cid-sPwf5fvKm1 .mbr-author-desc {
  display: block;
  color: #767676;
}
.cid-sPwf5fvKm1 .mbr-author-name {
  color: #767676;
}
.cid-sPwf5fvKm1 .mbr-testimonial .panel-item {
  background-color: #ffffff;
}
.cid-sPwf5fvKm1 .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2.4rem 2.4rem 0 2.4rem;
}
.cid-sPwf5fvKm1 .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-sPwf5fvKm1 .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-sPwf5fvKm1 .mbr-testimonial .card-footer {
  padding-bottom: 2.4rem;
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 300px) {
  .cid-sPwf5fvKm1 .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-sPwf5fU27C {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-sPwf5fU27C .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sPwf5fU27C .video-block {
    width: 100% !important;
  }
}
.cid-sPwf5pApMM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sPwf5pApMM .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sPwf5pApMM .section-text {
  padding: 2rem 0;
}
.cid-sPwf5pApMM .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sPwf5pApMM .inner-container {
    width: 100% !important;
  }
}
