body {
  font-family: IBM Plex Sans;
}
.display-1 {
  font-family: 'PFDinTextCompPro-Medium';
  font-size: 4.2rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6.72rem;
}
.display-2 {
  font-family: 'PFDinTextCompPro-Regular';
  font-size: 4rem;
}
.display-2 > .mbr-iconfont {
  font-size: 6.4rem;
}
.display-4 {
  font-family: 'SFProText-Regular';
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
  font-weight: 400;
}
.display-5 {
  font-family: 'SFProText-Regular';
  font-size: 1.5rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'SFProText-Regular';
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.36rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.05rem + (4 - 2.05) * ((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: #ff674a !important;
}
.bg-success {
  background-color: #bfceff !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #453280 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff674a !important;
  border-color: #ff674a !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #fd2800 !important;
  border-color: #fd2800 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #fd2800 !important;
  border-color: #fd2800 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #5580ff !important;
  border-color: #5580ff !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0847ff !important;
  border-color: #0847ff !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0847ff !important;
  border-color: #0847ff !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-success,
.btn-success:active {
  background-color: #bfceff !important;
  border-color: #bfceff !important;
  color: #002dbf !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #002dbf !important;
  background-color: #7293ff !important;
  border-color: #7293ff !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #002dbf !important;
  background-color: #7293ff !important;
  border-color: #7293ff !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: #453280 !important;
  border-color: #453280 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #271d49 !important;
  border-color: #271d49 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #271d49 !important;
  border-color: #271d49 !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: #e32400;
  color: #e32400;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #ff674a;
  border-color: #ff674a;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff674a !important;
  border-color: #ff674a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #003cee;
  color: #003cee;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #5580ff;
  border-color: #5580ff;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #5580ff !important;
  border-color: #5580ff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #5980ff;
  color: #5980ff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #002dbf;
  background-color: #bfceff;
  border-color: #bfceff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #002dbf !important;
  background-color: #bfceff !important;
  border-color: #bfceff !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: #1d1537;
  color: #1d1537;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #453280;
  border-color: #453280;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #453280 !important;
  border-color: #453280 !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: #ff674a !important;
}
.text-secondary {
  color: #5580ff !important;
}
.text-success {
  color: #bfceff !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #453280 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #e32400 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #003cee !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #5980ff !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #1d1537 !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: #ffffff;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #453280;
}
.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;
}
.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);
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff674a;
  border-color: #ff674a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff674a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #826cc6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'SFProText-Regular';
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
  font-weight: 400;
}
blockquote {
  border-color: #ff674a;
}
.btn-primary {
  margin: 1rem 0.5rem !important;
}
.btn-primary:hover,
.btn-primary:focus {
  box-shadow: 0 6px 16px 0 #ff674a !important;
  -webkit-box-shadow: 0 6px 16px 0 #ff674a !important;
  background-color: #ff674a !important;
  border-color: #ff674a !important;
}
.btn-secondary {
  margin: 1rem 0.5rem !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  box-shadow: 0 6px 15px 0 #5580ff !important;
  -webkit-box-shadow: 0 6px 16px 0 #5580ff !important;
  background-color: #5580ff !important;
  border-color: #5580ff !important;
}
.btn-success {
  color: white !important;
  margin: 1rem 0.5rem !important;
}
.btn-success:active {
  color: white !important;
}
.btn-success:hover,
.btn-success:focus {
  color: white !important;
  box-shadow: 0 6px 15px 0 #bfceff !important;
  -webkit-box-shadow: 0 6px 16px 0 #bfceff !important;
  background-color: #bfceff !important;
  border-color: #bfceff !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff674a;
  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-number__spin {
  background-color: #f5f6ff;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff674a;
  border-bottom-color: #ff674a;
}
.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: #000000 !important;
  background-color: #ff674a !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: #5580ff !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: 200px;
  height: 200px;
  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='%23ff674a' %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.5;
}
.cid-sa6Fz6ph6G {
  padding-top: 75px;
  padding-bottom: 105px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-sa6Fz6ph6G H1 {
  color: #383838;
}
.cid-sa6Fz6ph6G .mbr-text,
.cid-sa6Fz6ph6G .mbr-section-btn {
  color: #716c80;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-sa6Fz6ph6G .img1 {
  width: 90%;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  border-radius: 10px;
}
.cid-sa6Fz6ph6G .relative {
  position: relative;
}
.cid-sa6Fz6ph6G .img2 {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  position: absolute;
  width: 60%;
  top: 4rem;
  left: 1rem;
  border-radius: 10px;
  animation: line 3s ease-in-out infinite;
}
@media (max-width: 576px) {
  .cid-sa6Fz6ph6G .img1 {
    width: 100%;
  }
}
.cid-sa6Fz6ph6G H3 {
  color: #57468b;
}
.cid-sa68KyAWLV {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sa68KyAWLV .mbr-iconfont {
  font-size: 34px;
  width: 5.125rem;
  transition: color .3s;
  padding: 1.5rem;
  position: absolute;
  top: 0;
  color: #fff;
  margin-top: -2.5rem;
  border-radius: 50%;
}
.cid-sa68KyAWLV .mbr-section-title {
  margin: 0;
}
.cid-sa68KyAWLV .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-sa68KyAWLV .card-img {
  text-align: inherit;
}
.cid-sa68KyAWLV .card-img span {
  background: linear-gradient(90deg, #bfceff, #5580ff);
}
.cid-sa68KyAWLV .mbr-text {
  color: #8d97ad;
}
.cid-sa68KyAWLV .wrapper {
  border-radius: .25rem;
  padding: 2rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (max-width: 991px) {
  .cid-sa68KyAWLV .wrapper {
    margin-bottom: 5rem;
  }
}
.cid-saa4PdsrrP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-saa4PdsrrP .mbr-text,
.cid-saa4PdsrrP blockquote {
  color: #767676;
}
.cid-saa4PdsrrP .mbr-text {
  color: #232323;
}
.cid-saa4PdsrrP .mbr-text P {
  text-align: center;
}
.cid-sa5ZBRTVgN {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sa5ZBRTVgN .mbr-text {
  color: #716c80;
  text-align: center;
}
.cid-sa5ZBRTVgN h4 {
  text-align: center;
}
.cid-sa5ZBRTVgN p {
  text-align: center;
}
.cid-sa5ZBRTVgN .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-sa5ZBRTVgN .mbr-iconfont {
  transition: all 0.3s;
  color: #5580ff !important;
  font-size: 6rem !important;
}
.cid-sa5ZBRTVgN .card {
  transition: all 0.3s;
  padding: 2rem!important;
}
.cid-sa5ZBRTVgN .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
}
.cid-sa5ZBRTVgN .card:hover .mbr-iconfont {
  color: #ff8a73 !important;
}
.cid-sa5ZBRTVgN .card-title,
.cid-sa5ZBRTVgN .card-img {
  color: #57468b;
}
.cid-sa5ZBRTVgN .card-img {
  width: auto;
}
@media (max-width: 576px) {
  .cid-sa5ZBRTVgN .card {
    padding: 2rem 0rem 0rem 0rem!important;
  }
  .cid-sa5ZBRTVgN .card:hover {
    box-shadow: none;
    transform: none;
  }
}
.cid-saa8RnwYQI {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-saa8RnwYQI .mbr-text {
  color: #716c80;
  text-align: center;
}
.cid-saa8RnwYQI h4 {
  text-align: center;
}
.cid-saa8RnwYQI p {
  text-align: center;
}
.cid-saa8RnwYQI .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-saa8RnwYQI .mbr-iconfont {
  transition: all 0.3s;
  color: #5580ff !important;
  font-size: 6rem !important;
}
.cid-saa8RnwYQI .card {
  transition: all 0.3s;
  padding: 2rem!important;
}
.cid-saa8RnwYQI .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
}
.cid-saa8RnwYQI .card:hover .mbr-iconfont {
  color: #ff8a73 !important;
}
.cid-saa8RnwYQI .card-title,
.cid-saa8RnwYQI .card-img {
  color: #57468b;
}
.cid-saa8RnwYQI .card-img {
  width: auto;
}
@media (max-width: 576px) {
  .cid-saa8RnwYQI .card {
    padding: 2rem 0rem 0rem 0rem!important;
  }
  .cid-saa8RnwYQI .card:hover {
    box-shadow: none;
    transform: none;
  }
}
.cid-saaqO6qbC8 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-saaqO6qbC8 H1 {
  color: #57468b;
}
.cid-saaqO6qbC8 .mbr-text,
.cid-saaqO6qbC8 .mbr-section-btn {
  color: #716c80;
}
.cid-sa68PEn5XA {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sa68PEn5XA h4 {
  margin-bottom: 0;
}
.cid-sa68PEn5XA p {
  color: #767676;
}
.cid-sa68PEn5XA .cardcenter {
  background-color: #5580ff;
  transition: all 0.3s;
  border-radius: 10px;
  padding: 1.5rem;
  height: fit-content;
  position: relative;
}
.cid-sa68PEn5XA .cardcenter:hover {
  background-color: #ff8a73;
}
.cid-sa68PEn5XA .ico2 {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  font-size: 8rem;
  opacity: 0.3;
}
.cid-sa68PEn5XA .cards {
  height: fit-content;
  margin-top: -1.5rem;
}
.cid-sa68PEn5XA .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-sa68PEn5XA .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-sa68PEn5XA .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-sa68PEn5XA .btn[class*="-outline"]:hover {
  background-color: transparent!important;
  color: #ff674a !important;
  box-shadow: none!important;
}
.cid-sa68PEn5XA .btn[class*="-outline"]:active,
.cid-sa68PEn5XA .btn[class*="-outline"]:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-sa68PEn5XA .card-box {
  padding-top: 2rem;
}
.cid-sa68PEn5XA .card-wrapper {
  height: 100%;
}
.cid-sa68PEn5XA .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sa68PEn5XA img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-sa68PEn5XA .card-title {
  color: #232323;
}
.cid-sa68PEn5XA .main-title {
  color: #232323;
}
.cid-sa68PEn5XA .text {
  color: #ffffff;
}
.cid-sa68PEn5XA .card-subtitle {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-sa68PEn5XA .cards {
    margin-top: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-sa68PEn5XA .link {
    margin: auto;
  }
}
.cid-saaijnqMlr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-saaijnqMlr .mbr-text,
.cid-saaijnqMlr blockquote {
  color: #767676;
}
.cid-saaijnqMlr .mbr-text {
  color: #232323;
}
.cid-saaijnqMlr .mbr-text P {
  text-align: center;
}
.cid-sa6KoMk0cf {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #5580ff;
  position: relative;
  overflow: hidden;
}
.cid-sa6KoMk0cf .container {
  max-width: 1400px;
}
.cid-sa6KoMk0cf svg {
  position: absolute;
  top: 0;
  right: 0;
  transform: scale(-1.9, 1.3);
}
.cid-sa6KoMk0cf #e1_ellipse {
  fill: #ffffff !important;
}
.cid-sa6KoMk0cf .mbr-text {
  color: #716c80;
}
.cid-sa6KoMk0cf .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-sa6KoMk0cf .card-img .img1 {
  background-color: #bfceff;
}
.cid-sa6KoMk0cf .card-img .img2 {
  background-color: #5580ff;
}
.cid-sa6KoMk0cf .card-img .img3 {
  background-color: #ff8a73;
}
.cid-sa6KoMk0cf .card-img .img4 {
  background-color: #bfceff;
}
.cid-sa6KoMk0cf .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1.5rem !important;
}
.cid-sa6KoMk0cf .card {
  display: flex;
  flex-direction: row;
  transition: all 0.3s;
  padding: 2rem 1.5rem !important;
}
.cid-sa6KoMk0cf .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
  background-color: #ffffff;
}
.cid-sa6KoMk0cf .card-title,
.cid-sa6KoMk0cf .card-img {
  color: #57468b;
}
.cid-sa6KoMk0cf img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 992px) {
  .cid-sa6KoMk0cf img {
    margin-bottom: 3rem;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .cid-sa6KoMk0cf .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem!important;
  }
  .cid-sa6KoMk0cf .card .card-img {
    margin-bottom: 1rem;
  }
  .cid-sa6KoMk0cf .card:hover {
    box-shadow: none;
    transform: none;
    background-color: transparent;
  }
  .cid-sa6KoMk0cf .card-img span {
    margin-right: 0rem;
  }
  .cid-sa6KoMk0cf svg {
    top: -9rem;
  }
}
.cid-sa6KoMk0cf .card-img {
  width: auto;
}
.cid-sa6KoMk0cf .card-title {
  color: #232323;
}
.cid-saaew7zgpQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #5580ff;
}
.cid-saaew7zgpQ h4 {
  margin-bottom: 0;
}
.cid-saaew7zgpQ p {
  color: #767676;
}
.cid-saaew7zgpQ .btn-info-outline {
  border: none;
  color: #ffffff !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-saaew7zgpQ .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-saaew7zgpQ .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-saaew7zgpQ .btn-info-outline:hover {
  background-color: transparent!important;
  color: #ff674a !important;
  box-shadow: none!important;
}
.cid-saaew7zgpQ .btn-info-outline:active,
.cid-saaew7zgpQ .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-saaew7zgpQ .card-box {
  padding-top: 2rem;
}
.cid-saaew7zgpQ .card-wrapper {
  height: 100%;
}
.cid-saaew7zgpQ .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-saaew7zgpQ img {
  border-radius: 8px;
}
.cid-saaew7zgpQ .card-title {
  color: #ffffff;
}
.cid-saaew7zgpQ .main-title {
  color: #ffffff;
  text-align: center;
}
.cid-saaew7zgpQ DIV {
  color: #57468b;
}
.cid-saaew7zgpQ .card-img {
  width: auto;
}
.cid-saaew7zgpQ .mbr-text,
.cid-saaew7zgpQ .mbr-section-btn {
  color: #ffffff;
}
.cid-saa5B0h3yb {
  padding-top: 105px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-saa5B0h3yb H1 {
  color: #57468b;
  text-align: center;
}
.cid-saa5B0h3yb .mbr-text,
.cid-saa5B0h3yb .mbr-section-btn {
  color: #716c80;
  text-align: center;
}
.cid-saa5B0h3yb .img-box {
  position: relative;
}
.cid-saa5B0h3yb .card-ico span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-saa5B0h3yb .card-ico .ico1 {
  background-color: #ff8a73;
}
.cid-saa5B0h3yb .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1.5rem !important;
}
.cid-saa5B0h3yb .card {
  display: flex;
  flex-direction: row;
  max-width: 350px;
}
.cid-saa5B0h3yb .img1 {
  position: absolute;
  top: 0;
  left: 3rem;
  z-index: 1;
}
.cid-saa5B0h3yb .img2 {
  position: absolute;
  bottom: 0;
  right: 3rem;
  z-index: 2;
}
.cid-saa5B0h3yb img {
  width: 48%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 992px) {
  .cid-saa5B0h3yb .img-box {
    height: 500px;
  }
  .cid-saa5B0h3yb .img1 {
    left: 1rem;
  }
  .cid-saa5B0h3yb .img2 {
    right: 1rem;
  }
  .cid-saa5B0h3yb img {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .cid-saa5B0h3yb img {
    width: 60%;
  }
  .cid-saa5B0h3yb .img-box {
    height: 300px;
  }
  .cid-saa5B0h3yb .author-box {
    justify-content: center;
  }
  .cid-saa5B0h3yb .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-saa5B0h3yb .card .card-ico {
    margin-bottom: 2rem;
  }
  .cid-saa5B0h3yb .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-saa5B0h3yb .card-ico span {
    margin-right: 0rem;
  }
}
.cid-saa5B0h3yb .author-box {
  display: flex;
  flex-direction: row;
}
.cid-saa5B0h3yb .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-saa5B0h3yb .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-saa5B0h3yb h3,
.cid-saa5B0h3yb h4 {
  margin: 0;
  padding: 0;
}
.cid-saa5B0h3yb H3 {
  color: #57468b;
}
.cid-saa5B0h3yb H4 {
  color: #716c80;
}
.cid-saa5B0h3yb .card-title {
  color: #716c80;
  text-align: center;
}
.cid-sahWZrHJj7 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sahWZrHJj7 [class^="socicon-"]:before,
.cid-sahWZrHJj7 [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-sahWZrHJj7 .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-sahWZrHJj7 .btn-social,
.cid-sahWZrHJj7 .mbr-section-title {
  color: #57468b;
}
.cid-sahWZrHJj7 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  box-shadow: 0 10px 10px rgba(111, 145, 218, 0.15);
  justify-content: center;
  align-items: center;
  margin: 0 0.6rem;
  margin-bottom: 1rem;
}
.cid-sahWZrHJj7 .soc-item span {
  font-size: 1.4rem;
  color: #57468b !important;
  transition: all 0.3s;
}
.cid-sahWZrHJj7 .soc-item:hover span {
  color: #ff674a !important;
}
.cid-sahVHZgVgK {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sahVHZgVgK a:link {
  text-decoration: none;
}
.cid-sahVHZgVgK .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #57468b none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sahVHZgVgK .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-sahVHZgVgK .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sahVHZgVgK .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sahVHZgVgK .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-sahVHZgVgK .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-sahVHZgVgK .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #444444;
  position: relative;
  top: -19px;
}
.cid-sahVHZgVgK .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #444444;
}
.cid-sahVHZgVgK .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-sahVHZgVgK .plan-title,
.cid-sahVHZgVgK .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-sahVHZgVgK .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-sahVHZgVgK .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-sahVHZgVgK .mbr-section-title span {
  color: #ffbc00;
}
.cid-sabqN92JdG {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-sabqN92JdG .svg1 {
  position: absolute;
  bottom: 4.6rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-sabqN92JdG #e1_circle,
.cid-sabqN92JdG #e3_circle,
.cid-sabqN92JdG #e4_circle,
.cid-sabqN92JdG #e5_circle {
  fill: #e1e8ff !important;
}
.cid-sabqN92JdG #e6_circle {
  fill: #bfceff !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-sabqN92JdG .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-sabqN92JdG .rev {
  animation: rev 4s linear infinite;
}
.cid-sabqN92JdG .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-sabqN92JdG .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-sabqN92JdG .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-sabqN92JdG .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-sabqN92JdG .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-sabqN92JdG .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-sabqN92JdG .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-sabqN92JdG .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-sabqN92JdG .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-sabqN92JdG .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-sabqN92JdG .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-sabqN92JdG H1 {
  color: #ffffff;
}
.cid-sabqN92JdG .mbr-text,
.cid-sabqN92JdG .mbr-section-btn {
  color: #716c80;
}
.cid-sabqN92JdG H3 {
  color: #453280;
}
.cid-sabqN92JdG img {
  height: 100%;
  margin: 0 auto;
}
.cid-sabxajEHXP {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sabxajEHXP .mbr-text,
.cid-sabxajEHXP blockquote {
  color: #767676;
}
.cid-sabxajEHXP .mbr-text {
  color: #232323;
}
.cid-sabxajEHXP .mbr-text P {
  text-align: center;
}
.cid-sabcwqKOaq {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sabcwqKOaq h4 {
  margin-bottom: 0;
  text-align: left;
}
.cid-sabcwqKOaq .card-box {
  padding-top: 3rem;
}
.cid-sabcwqKOaq .mbr-link-btn {
  width: 100%;
  text-align: center;
}
.cid-sabcwqKOaq .btn-md {
  padding: 1rem;
}
.cid-sabcwqKOaq .btn-primary-outline,
.cid-sabcwqKOaq .btn-secondary-outline,
.cid-sabcwqKOaq .btn-info-outline,
.cid-sabcwqKOaq .btn-success-outline,
.cid-sabcwqKOaq .btn-warning-outline,
.cid-sabcwqKOaq .btn-danger-outline,
.cid-sabcwqKOaq .btn-black-outline,
.cid-sabcwqKOaq .btn-white-outline {
  border: none;
  width: 100%;
  justify-content: space-between;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-sabcwqKOaq .btn-primary-outline span,
.cid-sabcwqKOaq .btn-secondary-outline span,
.cid-sabcwqKOaq .btn-info-outline span,
.cid-sabcwqKOaq .btn-success-outline span,
.cid-sabcwqKOaq .btn-warning-outline span,
.cid-sabcwqKOaq .btn-danger-outline span,
.cid-sabcwqKOaq .btn-black-outline span,
.cid-sabcwqKOaq .btn-white-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-sabcwqKOaq .btn-primary-outline:hover span,
.cid-sabcwqKOaq .btn-secondary-outline:hover span,
.cid-sabcwqKOaq .btn-info-outline:hover span,
.cid-sabcwqKOaq .btn-success-outline:hover span,
.cid-sabcwqKOaq .btn-warning-outline:hover span,
.cid-sabcwqKOaq .btn-danger-outline:hover span,
.cid-sabcwqKOaq .btn-black-outline:hover span,
.cid-sabcwqKOaq .btn-white-outline:hover span {
  padding-left: 10px;
}
.cid-sabcwqKOaq .btn-primary-outline:hover,
.cid-sabcwqKOaq .btn-secondary-outline:hover,
.cid-sabcwqKOaq .btn-info-outline:hover,
.cid-sabcwqKOaq .btn-success-outline:hover,
.cid-sabcwqKOaq .btn-warning-outline:hover,
.cid-sabcwqKOaq .btn-danger-outline:hover,
.cid-sabcwqKOaq .btn-black-outline:hover,
.cid-sabcwqKOaq .btn-white-outline:hover {
  background-color: transparent!important;
  color: #ff674a !important;
  box-shadow: none!important;
}
.cid-sabcwqKOaq .btn-primary-outline:active,
.cid-sabcwqKOaq .btn-secondary-outline:active,
.cid-sabcwqKOaq .btn-info-outline:active,
.cid-sabcwqKOaq .btn-success-outline:active,
.cid-sabcwqKOaq .btn-warning-outline:active,
.cid-sabcwqKOaq .btn-danger-outline:active,
.cid-sabcwqKOaq .btn-black-outline:active,
.cid-sabcwqKOaq .btn-white-outline:active,
.cid-sabcwqKOaq .btn-primary-outline:focus,
.cid-sabcwqKOaq .btn-secondary-outline:focus,
.cid-sabcwqKOaq .btn-info-outline:focus,
.cid-sabcwqKOaq .btn-success-outline:focus,
.cid-sabcwqKOaq .btn-warning-outline:focus,
.cid-sabcwqKOaq .btn-danger-outline:focus,
.cid-sabcwqKOaq .btn-black-outline:focus,
.cid-sabcwqKOaq .btn-white-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-sabcwqKOaq .btn-primary-outline .mbr-iconfont,
.cid-sabcwqKOaq .btn-secondary-outline .mbr-iconfont,
.cid-sabcwqKOaq .btn-info-outline .mbr-iconfont,
.cid-sabcwqKOaq .btn-success-outline .mbr-iconfont,
.cid-sabcwqKOaq .btn-warning-outline .mbr-iconfont,
.cid-sabcwqKOaq .btn-danger-outline .mbr-iconfont,
.cid-sabcwqKOaq .btn-black-outline .mbr-iconfont,
.cid-sabcwqKOaq .btn-white-outline .mbr-iconfont {
  margin-right: 0!important;
  padding-left: 0.4rem;
}
.cid-sabcwqKOaq .card-wrapper {
  overflow: hidden;
  height: 100%;
  position: relative;
  background-color: #f5f8ff;
  padding: 3rem 1.2rem 1.2rem 1.2rem;
  border-radius: 8px;
  transition: all 0.3s;
}
.cid-sabcwqKOaq .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(136, 166, 255, 0.35);
  transform: translateY(-1.5rem);
}
.cid-sabcwqKOaq .link-wrap {
  position: relative;
  padding-top: 14px;
}
.cid-sabcwqKOaq .link-wrap:hover {
  color: #ff674a !important;
}
.cid-sabcwqKOaq .link-wrap:hover:hover .link-ico {
  color: #ff674a !important;
}
.cid-sabcwqKOaq .line {
  width: 150%;
  height: 1px;
  background: lightgray;
  position: absolute;
  top: 0;
  left: -25%;
}
.cid-sabcwqKOaq img {
  border-radius: 100%;
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.cid-sabcwqKOaq .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-sabcwqKOaq .row {
  justify-content: center;
}
.cid-sabcwqKOaq .main-title {
  text-align: center;
  color: #232323;
}
.cid-sabcwqKOaq P {
  text-align: center;
}
.cid-sabcwqKOaq .mbr-text,
.cid-sabcwqKOaq .link {
  text-align: center;
  color: #767676;
}
@media (max-width: 576px) {
  .cid-sabcwqKOaq .card-wrapper:hover {
    transform: none;
    box-shadow: none;
  }
}
.cid-safWhe4qnp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-safWhe4qnp .mbr-text,
.cid-safWhe4qnp blockquote {
  color: #767676;
}
.cid-safWhe4qnp .mbr-text {
  color: #232323;
}
.cid-safWhe4qnp .mbr-text P {
  text-align: center;
}
.cid-sab970K6zy {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sab970K6zy p {
  line-height: 1.6;
}
.cid-sab970K6zy .card-box {
  width: -webkit-fill-available;
}
.cid-sab970K6zy .card-img span {
  font-size: 96px;
  padding: 0.6rem;
  margin: 0 1rem;
  border-radius: 8px;
}
.cid-sab970K6zy .card-img .img1 {
  color: #57468b !important;
}
.cid-sab970K6zy .card-img .img2 {
  color: #5580ff !important;
}
.cid-sab970K6zy .card-img .img3 {
  color: #ff8a73 !important;
}
.cid-sab970K6zy .card-img .img4 {
  color: #ff8a73 !important;
}
.cid-sab970K6zy .card-img .img5 {
  color: #bfceff !important;
}
.cid-sab970K6zy .card-img .img6 {
  color: #57468b !important;
}
.cid-sab970K6zy .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sab970K6zy .card-wrapper {
  display: flex;
  flex-direction: row;
}
.cid-sab970K6zy .card {
  height: 100%;
  margin: auto;
}
.cid-sab970K6zy img {
  width: 100%;
  heigth: auto;
}
.cid-sab970K6zy .card-title1 {
  color: #57468b;
  text-align: center;
}
.cid-sab970K6zy .mbr-text1 {
  color: #716c80;
  text-align: center;
}
.cid-sab970K6zy .card-title2 {
  color: #57468b;
  text-align: center;
}
.cid-sab970K6zy .mbr-text2 {
  color: #716c80;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sab970K6zy .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0 0 0!important;
  }
  .cid-sab970K6zy .card-img {
    order: 1;
  }
  .cid-sab970K6zy .card-box {
    order: 2;
  }
}
.cid-sab970K6zy .card-img {
  width: auto;
}
.cid-sabV5PrQgC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sabV5PrQgC .mbr-text,
.cid-sabV5PrQgC blockquote {
  color: #767676;
}
.cid-sabV5PrQgC .mbr-text {
  color: #232323;
}
.cid-sabV5PrQgC .mbr-text P {
  text-align: center;
}
.cid-sab9TgiJku {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sab9TgiJku H1 {
  color: #232323;
}
.cid-sab9TgiJku .mbr-text,
.cid-sab9TgiJku .mbr-section-btn {
  color: #767676;
}
.cid-sab9TgiJku .img-box {
  position: relative;
}
.cid-sab9TgiJku .card-ico span {
  font-size: 96px;
  color: #ff674a;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-sab9TgiJku .card-ico .ico1 {
  background-color: #4249cc;
}
.cid-sab9TgiJku .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1.5rem !important;
}
.cid-sab9TgiJku .card {
  display: flex;
  flex-direction: row;
  max-width: 350px;
}
.cid-sab9TgiJku .img1 {
  position: absolute;
  top: 0;
  left: 3rem;
  z-index: 1;
}
.cid-sab9TgiJku .img2 {
  position: absolute;
  bottom: 0;
  right: 3rem;
  z-index: 2;
}
.cid-sab9TgiJku img {
  width: 48%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(136, 166, 255, 0.35);
}
@media (max-width: 992px) {
  .cid-sab9TgiJku .img-box {
    height: 500px;
  }
  .cid-sab9TgiJku .img1 {
    left: 1rem;
  }
  .cid-sab9TgiJku .img2 {
    right: 1rem;
  }
  .cid-sab9TgiJku img {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .cid-sab9TgiJku img {
    width: 60%;
  }
  .cid-sab9TgiJku .img-box {
    height: 300px;
  }
}
@media (max-width: 576px) {
  .cid-sab9TgiJku .author-box {
    justify-content: center;
  }
  .cid-sab9TgiJku .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-sab9TgiJku .card .card-ico {
    margin-bottom: 2rem;
  }
  .cid-sab9TgiJku .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-sab9TgiJku .card-ico span {
    margin-right: 0rem;
  }
}
.cid-sab9TgiJku .author-box {
  display: flex;
  flex-direction: row;
}
.cid-sab9TgiJku .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-sab9TgiJku .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-sab9TgiJku h3,
.cid-sab9TgiJku h4 {
  margin: 0;
  padding: 0;
}
.cid-sab9TgiJku .card-title,
.cid-sab9TgiJku .mbr-section-subtitle {
  color: #232323;
}
.cid-sabcOQLY3Z {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sabcOQLY3Z H1 {
  color: #232323;
}
.cid-sabcOQLY3Z .mbr-text,
.cid-sabcOQLY3Z .mbr-section-btn {
  color: #767676;
}
.cid-sabcOQLY3Z .img-box {
  position: relative;
}
.cid-sabcOQLY3Z .card-ico span {
  font-size: 96px;
  color: #ff674a;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-sabcOQLY3Z .card-ico .ico1 {
  background-color: #4249cc;
}
.cid-sabcOQLY3Z .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1.5rem !important;
}
.cid-sabcOQLY3Z .card {
  display: flex;
  flex-direction: row;
  max-width: 350px;
}
.cid-sabcOQLY3Z .img1 {
  position: absolute;
  top: 0;
  right: 3rem;
  z-index: 1;
}
.cid-sabcOQLY3Z .img2 {
  position: absolute;
  bottom: 0;
  left: 3rem;
  z-index: 2;
}
.cid-sabcOQLY3Z img {
  width: 48%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(136, 166, 255, 0.35);
}
@media (max-width: 992px) {
  .cid-sabcOQLY3Z .img-box {
    height: 500px;
  }
  .cid-sabcOQLY3Z .img2 {
    left: 1rem;
  }
  .cid-sabcOQLY3Z .img1 {
    right: 1rem;
  }
  .cid-sabcOQLY3Z img {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .cid-sabcOQLY3Z img {
    width: 60%;
  }
  .cid-sabcOQLY3Z .img-box {
    height: 300px;
  }
}
@media (max-width: 576px) {
  .cid-sabcOQLY3Z .author-box {
    justify-content: center;
  }
  .cid-sabcOQLY3Z .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-sabcOQLY3Z .card .card-ico {
    margin-bottom: 2rem;
  }
  .cid-sabcOQLY3Z .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-sabcOQLY3Z .card-ico span {
    margin-right: 0rem;
  }
}
.cid-sabcOQLY3Z .author-box {
  display: flex;
  flex-direction: row;
}
.cid-sabcOQLY3Z .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-sabcOQLY3Z .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-sabcOQLY3Z h3,
.cid-sabcOQLY3Z h4 {
  margin: 0;
  padding: 0;
}
.cid-sabcOQLY3Z .card-title,
.cid-sabcOQLY3Z .mbr-section-subtitle {
  color: #232323;
}
.cid-sabd9jiC6O {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sabd9jiC6O H1 {
  color: #232323;
}
.cid-sabd9jiC6O .mbr-text,
.cid-sabd9jiC6O .mbr-section-btn {
  color: #767676;
}
.cid-sabd9jiC6O .img-box {
  position: relative;
}
.cid-sabd9jiC6O .card-ico span {
  font-size: 96px;
  color: #ff674a;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-sabd9jiC6O .card-ico .ico1 {
  background-color: #4249cc;
}
.cid-sabd9jiC6O .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1.5rem !important;
}
.cid-sabd9jiC6O .card {
  display: flex;
  flex-direction: row;
  max-width: 350px;
}
.cid-sabd9jiC6O .img1 {
  position: absolute;
  top: 0;
  left: 3rem;
  z-index: 1;
}
.cid-sabd9jiC6O .img2 {
  position: absolute;
  bottom: 0;
  right: 3rem;
  z-index: 2;
}
.cid-sabd9jiC6O img {
  width: 48%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(136, 166, 255, 0.35);
}
@media (max-width: 992px) {
  .cid-sabd9jiC6O .img-box {
    height: 500px;
  }
  .cid-sabd9jiC6O .img1 {
    left: 1rem;
  }
  .cid-sabd9jiC6O .img2 {
    right: 1rem;
  }
  .cid-sabd9jiC6O img {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .cid-sabd9jiC6O img {
    width: 60%;
  }
  .cid-sabd9jiC6O .img-box {
    height: 300px;
  }
}
@media (max-width: 576px) {
  .cid-sabd9jiC6O .author-box {
    justify-content: center;
  }
  .cid-sabd9jiC6O .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-sabd9jiC6O .card .card-ico {
    margin-bottom: 2rem;
  }
  .cid-sabd9jiC6O .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-sabd9jiC6O .card-ico span {
    margin-right: 0rem;
  }
}
.cid-sabd9jiC6O .author-box {
  display: flex;
  flex-direction: row;
}
.cid-sabd9jiC6O .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-sabd9jiC6O .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-sabd9jiC6O h3,
.cid-sabd9jiC6O h4 {
  margin: 0;
  padding: 0;
}
.cid-sabd9jiC6O .card-title,
.cid-sabd9jiC6O .mbr-section-subtitle {
  color: #232323;
}
.cid-sabl8DfoYf {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sabl8DfoYf H1 {
  color: #232323;
}
.cid-sabl8DfoYf .mbr-text,
.cid-sabl8DfoYf .mbr-section-btn {
  color: #767676;
}
.cid-sabl8DfoYf .img-box {
  position: relative;
}
.cid-sabl8DfoYf .card-ico span {
  font-size: 96px;
  color: #ff674a;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-sabl8DfoYf .card-ico .ico1 {
  background-color: #4249cc;
}
.cid-sabl8DfoYf .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1.5rem !important;
}
.cid-sabl8DfoYf .card {
  display: flex;
  flex-direction: row;
  max-width: 350px;
}
.cid-sabl8DfoYf .img1 {
  position: absolute;
  top: 0;
  right: 3rem;
  z-index: 1;
}
.cid-sabl8DfoYf .img2 {
  position: absolute;
  bottom: 0;
  left: 3rem;
  z-index: 2;
}
.cid-sabl8DfoYf img {
  width: 48%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(136, 166, 255, 0.35);
}
@media (max-width: 992px) {
  .cid-sabl8DfoYf .img-box {
    height: 500px;
  }
  .cid-sabl8DfoYf .img2 {
    left: 1rem;
  }
  .cid-sabl8DfoYf .img1 {
    right: 1rem;
  }
  .cid-sabl8DfoYf img {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .cid-sabl8DfoYf img {
    width: 60%;
  }
  .cid-sabl8DfoYf .img-box {
    height: 300px;
  }
}
@media (max-width: 576px) {
  .cid-sabl8DfoYf .author-box {
    justify-content: center;
  }
  .cid-sabl8DfoYf .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-sabl8DfoYf .card .card-ico {
    margin-bottom: 2rem;
  }
  .cid-sabl8DfoYf .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-sabl8DfoYf .card-ico span {
    margin-right: 0rem;
  }
}
.cid-sabl8DfoYf .author-box {
  display: flex;
  flex-direction: row;
}
.cid-sabl8DfoYf .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-sabl8DfoYf .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-sabl8DfoYf h3,
.cid-sabl8DfoYf h4 {
  margin: 0;
  padding: 0;
}
.cid-sabl8DfoYf .card-title,
.cid-sabl8DfoYf .mbr-section-subtitle {
  color: #232323;
}
.cid-sacDGKea89 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sacDGKea89 H1 {
  color: #57468b;
}
.cid-sacDGKea89 .mbr-text,
.cid-sacDGKea89 .mbr-section-btn {
  color: #716c80;
}
.cid-sac9NXA8GH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sac9NXA8GH .mbr-text,
.cid-sac9NXA8GH blockquote {
  color: #767676;
}
.cid-sac9NXA8GH .mbr-text {
  color: #232323;
}
.cid-sac9NXA8GH .mbr-text P {
  text-align: center;
}
.cid-sac96w5HbS {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-sac96w5HbS {
    padding-top: 20px;
    padding-bottom: 50px;
  }
}
.cid-sac96w5HbS .box {
  background-image: url("../../../assets/images/background1.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sac96w5HbS .icon-wrap {
  background-color: #fd7459 !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-sac96w5HbS .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-sac96w5HbS .icon-wrap span {
  padding-left: 8px;
}
.cid-sac96w5HbS .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-sac96w5HbS .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-sac96w5HbS .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sac96w5HbS .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sac96w5HbS .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sac96w5HbS a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sac96w5HbS a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-sac96w5HbS {
    padding-top: 14px;
    padding-bottom: 35px;
  }
  .cid-sac96w5HbS .box {
    height: 250px;
  }
  .cid-sac96w5HbS .row {
    padding: 1rem!important;
  }
}
.cid-sabeWvKME8 {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-sabeWvKME8 .svg1 {
  position: absolute;
  bottom: 0rem;
  right: -45%;
  transform: scale(1.3);
}
.cid-sabeWvKME8 #e1_circle,
.cid-sabeWvKME8 #e3_circle,
.cid-sabeWvKME8 #e4_circle,
.cid-sabeWvKME8 #e5_circle {
  fill: #e1e8ff !important;
}
.cid-sabeWvKME8 #e6_circle {
  fill: #bfceff !important;
}
.cid-sabeWvKME8 .mbr-text {
  color: #716c80;
}
.cid-sabeWvKME8 h4 {
  margin: 0;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-sabeWvKME8 .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.4rem;
  margin-right: 1.5rem;
  border-radius: 8px;
  align-items: center;
  display: flex;
}
.cid-sabeWvKME8 .card-img .img1 {
  background-color: #bfceff;
}
.cid-sabeWvKME8 .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1rem !important;
}
.cid-sabeWvKME8 .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-sabeWvKME8 .rev {
  animation: rev 4s linear infinite;
}
.cid-sabeWvKME8 .round1 {
  width: 50px;
  height: 50px;
  right: 15%;
  top: 4%;
}
.cid-sabeWvKME8 .round2 {
  width: 80px;
  height: 80px;
  right: 25%;
  top: 8%;
}
.cid-sabeWvKME8 .round3 {
  width: 40px;
  height: 40px;
  right: 30%;
  bottom: 8%;
}
.cid-sabeWvKME8 .item {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 1.5rem 0;
}
.cid-sabeWvKME8 .card-title,
.cid-sabeWvKME8 .card-img {
  color: #57468b;
}
.cid-sabeWvKME8 img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 1200px) {
  .cid-sabeWvKME8 svg {
    right: -70% !important;
  }
}
@media (max-width: 992px) {
  .cid-sabeWvKME8 img {
    margin-top: 1rem;
  }
  .cid-sabeWvKME8 svg {
    right: -45% !important;
  }
}
@media (max-width: 576px) {
  .cid-sabeWvKME8 .item:hover {
    box-shadow: none;
    transform: none;
    background-color: transparent;
  }
  .cid-sabeWvKME8 svg {
    bottom: -3rem !important;
  }
  .cid-sabeWvKME8 .round1 {
    display: none;
  }
}
.cid-sabeWvKME8 .title {
  line-height: 1.3;
  color: #57468b;
}
.cid-sabeWvKME8 .card-img {
  width: auto;
}
.cid-sabf7m5EvP {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sabf7m5EvP .subicon-title {
  color: #000000;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sabf7m5EvP .subicon-text {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sabf7m5EvP .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-sabf7m5EvP .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-sabf7m5EvP .process-icon,
.cid-sabf7m5EvP .process-icon-without-before {
  width: 100%;
  padding-bottom: 2rem;
}
.cid-sabf7m5EvP .wrapper,
.cid-sabf7m5EvP .wrapper-without-before {
  position: relative;
  margin-bottom: 2rem;
}
.cid-sabf7m5EvP .wrapper::before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  font-size: 30px;
  left: -15px;
  top: 30%;
  color: #57468b;
  opacity: .4;
}
.cid-sabf7m5EvP .icon-container {
  display: inline-flex;
  position: relative;
}
.cid-sabf7m5EvP .icon-container a {
  display: inherit;
}
.cid-sabf7m5EvP .icon-number {
  text-align: center;
  height: 2.5em;
  width: 2.5em;
  margin: 0;
  line-height: 2.5em;
  top: 0;
  right: 0;
  position: absolute;
  display: inline-block;
  background-color: #ff674a !important;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  color: #ffffff;
  z-index: 1;
}
.cid-sabf7m5EvP .icon-main {
  margin: 1rem 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  padding: 0;
  transition: all 0.3s ease-in-out 0s;
}
.cid-sabf7m5EvP .icon-main:hover .icon-wrapper {
  background-color: #ff674a !important;
}
.cid-sabf7m5EvP .icon-main:hover .icon-number {
  background-color: #57468b !important;
  color: #ffffff !important;
}
.cid-sabf7m5EvP .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 0.9em;
  height: 100%;
  margin: 0 auto;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  font-size: 50px;
  color: #ffffff;
}
.cid-sabf7m5EvP .main-wrapper {
  padding: 3rem 0 0 0;
}
@media (max-width: 767px) {
  .cid-sabf7m5EvP .wrapper::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-sabf7m5EvP .third-elem .wrapper:before {
    display: none;
  }
}
.cid-sabf7m5EvP .mbr-section-title {
  margin: 0;
}
.cid-sabf7m5EvP .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-safQ2eVHbx {
  padding-top: 120px;
  background-image: url("../../../assets/images/background12.jpg");
}
.cid-safQ2eVHbx .container {
  margin-bottom: 15%;
}
.cid-safQ2eVHbx .content-container .btn-bgr {
  z-index: 0;
}
.cid-safQ2eVHbx .container-boxes {
  padding-bottom: 90px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #ffffff;
}
.cid-safQ2eVHbx .icon-block-top span {
  background-color: #172eca;
  padding: 1.5rem;
  position: absolute;
  border-radius: 50%;
  margin-top: -2.5rem;
  top: 0;
  font-size: 1.8rem;
  width: 78px;
  height: 78px;
}
.cid-safQ2eVHbx .box-item {
  position: relative;
  box-shadow: #d2d2d2 0px 0px 15px;
  border-radius: 3px;
  margin-right: 1.5rem;
  width: 29%;
  padding: 2.5rem;
}
.cid-safQ2eVHbx .box-item:first-child {
  background-color: #ffffff;
  margin-top: -150px;
}
.cid-safQ2eVHbx .box-item:nth-child(2) {
  background-color: #ffffff;
}
.cid-safQ2eVHbx .box-item:last-child {
  background-color: #ffffff;
  margin-right: 0;
}
.cid-safQ2eVHbx .box-item-text,
.cid-safQ2eVHbx .mbr-section-btn {
  color: #8d97ad;
}
.cid-safQ2eVHbx .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-safQ2eVHbx .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-safQ2eVHbx .box-list li:last-child {
  border-bottom: none;
}
.cid-safQ2eVHbx .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-safQ2eVHbx .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
@media (min-width: 992px) {
  .cid-safQ2eVHbx .box-item {
    margin-top: -150px;
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .cid-safQ2eVHbx .p-descr {
    margin-bottom: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-safQ2eVHbx .box-item {
    margin-bottom: 4rem;
    margin-right: 0;
    margin-top: 0;
    width: 90%;
  }
  .cid-safQ2eVHbx .box-item:last-child {
    margin-bottom: 0;
  }
  .cid-safQ2eVHbx .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-safQ2eVHbx .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-safQ2eVHbx .mbr-text {
  color: #efefef;
}
.cid-safQ2eVHbx H1 {
  color: #ffffff;
}
.cid-sabaaoJgn2 {
  padding-top: 75px;
  padding-bottom: 75px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-sabaaoJgn2 .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-sabaaoJgn2 .plan-body .btn-bgr {
  z-index: 0;
}
.cid-sabaaoJgn2 .list-group-item {
  padding: .5rem .5rem;
  background: transparent;
}
.cid-sabaaoJgn2 .price-term {
  margin-left: -5px;
}
.cid-sabaaoJgn2 .pt2 {
  padding-top: 2rem;
}
.cid-sabaaoJgn2 .plan-favorite {
  background-color: #188ef4;
  width: 40%;
  border-radius: .25rem;
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 0;
  margin-top: -26px;
  margin-left: -20%;
}
.cid-sabaaoJgn2 .plan-descr {
  color: #444444;
}
.cid-sabaaoJgn2 .plan-price {
  margin-top: 2rem;
}
.cid-sabaaoJgn2 .plan-header {
  border-radius: .25rem .25rem 0 0;
  overflow: hidden;
  padding-right: 2rem;
  padding-left: 2rem;
}
.cid-sabaaoJgn2 .plan-body {
  border-radius: 0 0 .25rem .25rem;
  padding-right: 2rem;
  padding-left: 2rem;
}
.cid-sabaaoJgn2 .plan-card {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-sabaaoJgn2 .plan {
  position: relative;
  max-width: 330px;
  padding-right: 0;
  padding-left: 0;
}
.cid-sabaaoJgn2 .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
}
.cid-sabaaoJgn2 .plan .list-group-item:last-child {
  border-radius: 8px;
}
.cid-sabaaoJgn2 .plan .plan-favorite {
  display: none;
}
.cid-sabaaoJgn2 .plan:nth-child(2) .plan-favorite {
  background-color: #ff4f7b;
  display: block !important;
}
.cid-sabaaoJgn2 .plan-header,
.cid-sabaaoJgn2 .plan-body {
  background-color: #ffffff;
}
.cid-sabaaoJgn2 .price-figure {
  font-weight: 300;
  color: #232323;
}
.cid-sabaaoJgn2 .price-value {
  font-weight: 300;
  vertical-align: top;
  line-height: 1;
  margin-right: -5px;
}
@media (max-width: 992px) {
  .cid-sabaaoJgn2 .plan {
    margin-bottom: 3rem !important;
  }
}
@media (max-width: 550px) {
  .cid-sabaaoJgn2 .price-figure {
    font-size: 4.25rem;
  }
}
.cid-sabaaoJgn2 UL {
  color: #383838;
}
.cid-sabaaoJgn2 .plan-title {
  color: #ffffff;
}
.cid-sag3rVZNdP {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background6.jpg");
}
.cid-sag3rVZNdP .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sag3rVZNdP .carousel-item.active,
.cid-sag3rVZNdP .carousel-item-next,
.cid-sag3rVZNdP .carousel-item-prev {
  display: flex;
}
.cid-sag3rVZNdP .carousel-controls a {
  transition: opacity .5s;
  font-size: 1.2rem;
}
.cid-sag3rVZNdP .carousel-controls a span {
  position: absolute;
  top: 180px;
  padding: 15px;
  border-radius: 50%;
  color: #000000;
  background: #ffffff;
  opacity: .9;
}
.cid-sag3rVZNdP .carousel-controls a:hover span {
  opacity: 1;
}
.cid-sag3rVZNdP .user_image {
  width: 170px;
  height: 170px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  background: #ffffff;
  margin: 0 auto 2rem auto;
  display: flex;
  -webkit-box-shadow: 0 7px 20px 5px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 7px 20px 5px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 7px 20px 5px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 7px 20px 5px rgba(0, 0, 0, 0.08);
  box-shadow: 0 7px 20px 5px rgba(0, 0, 0, 0.08);
}
.cid-sag3rVZNdP .user_image .user_image_inner {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  display: flex;
  margin: auto;
}
.cid-sag3rVZNdP .user_image .user_image_inner img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-sag3rVZNdP .user_text {
  color: #ffffff;
}
.cid-sag3rVZNdP .user {
  margin: 1rem;
}
@media (min-width: 992px) {
  .cid-sag3rVZNdP .user {
    padding: 2rem 3rem;
  }
}
@media (max-width: 230px) {
  .cid-sag3rVZNdP .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-sag3rVZNdP .mbr-section-title {
  color: #ffffff;
}
.cid-sag3rVZNdP .user_name {
  color: #ffffff;
}
.cid-sacuw5Dt2C {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sacuw5Dt2C H1 {
  color: #383838;
}
.cid-sacuw5Dt2C .mbr-text,
.cid-sacuw5Dt2C .mbr-section-btn {
  color: #716c80;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-sacuw5Dt2C img {
  width: 90%;
  border-radius: 10px;
  box-shadow: rgba(230, 206, 191, 0.7) -10px 10px 35px 5px;
  animation: line 3s ease-in-out infinite;
}
@media (max-width: 992px) {
  .cid-sacuw5Dt2C img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-sacuw5Dt2C H3 {
  color: #383838;
}
.cid-sacxXzwLwV {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sacxXzwLwV .mbr-text {
  color: #716c80;
}
.cid-sacxXzwLwV .card-wrapper {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-sacxXzwLwV .card-wrapper:hover {
  transform: translateY(-1rem);
}
.cid-sacxXzwLwV .card-wrapper:hover .ico2 {
  color: #ff674a !important;
}
.cid-sacxXzwLwV .ico2 {
  color: #ffffff !important;
  transition: all 0.6s;
}
.cid-sacxXzwLwV .text-info:hover {
  color: inherit!important;
}
.cid-sacxXzwLwV .card-box {
  padding: 0rem 1rem;
}
.cid-sacxXzwLwV .ico1 {
  font-size: 3rem !important;
}
.cid-sacxXzwLwV h3,
.cid-sacxXzwLwV h4 {
  padding: 0;
  margin: 0;
}
.cid-sacxXzwLwV .card-title,
.cid-sacxXzwLwV .card-img {
  color: #57468b;
}
.cid-sacxXzwLwV .card-title {
  color: #57468b;
}
.cid-sacxXzwLwV .card-img {
  width: auto;
}
.cid-saczO2CZVz {
  padding-top: 0px;
  padding-bottom: 15px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-saczO2CZVz .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-saczO2CZVz .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-saczO2CZVz .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-saczO2CZVz .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-saczO2CZVz .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #86affe);
}
.cid-saczO2CZVz .icon-focus {
  display: none;
}
.cid-saczO2CZVz .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-saczO2CZVz ul {
  font-size: 0;
}
.cid-saczO2CZVz .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-saczO2CZVz .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-saczO2CZVz .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #ff674a, #5580ff);
}
.cid-saczO2CZVz .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-saczO2CZVz .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-saczO2CZVz .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-saczO2CZVz .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-saczO2CZVz .btn:hover {
  background: transparent !important;
}
.cid-saczO2CZVz .btn:hover:before {
  background: transparent !important;
}
.cid-saczO2CZVz .btn:before {
  background-color: transparent !important;
}
.cid-saczO2CZVz .btn:focus {
  box-shadow: none;
}
.cid-saczO2CZVz .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-sabaTPioFX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sabaTPioFX .container-fluid {
  padding: 0 3rem;
}
.cid-sabaTPioFX .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #ff674a 50%, #5580ff 120%);
  display: inline-block;
}
.cid-sabaTPioFX .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-sabaTPioFX .header-text {
  padding: 2rem 1rem !important;
}
.cid-sabaTPioFX .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-sabaTPioFX .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-sabaTPioFX .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-sabaTPioFX .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sabaTPioFX .card .card-header a.panel-title:hover .sign {
  background-color: #2461d8 !important;
}
.cid-sabaTPioFX .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #4f80e0;
  padding: 2rem;
  padding-top: 36px;
  color: #ffffff;
}
.cid-sabaTPioFX .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sabaTPioFX .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-sabaTPioFX .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-sabaTPioFX .container-fluid {
    padding: 0 1rem;
  }
  .cid-sabaTPioFX .header-text {
    padding: 1rem !important;
  }
  .cid-sabaTPioFX .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-sabaTPioFX .panel-body {
    width: calc(100% - 48px);
  }
  .cid-sabaTPioFX .panel-group {
    padding: 0;
  }
}
.cid-sabaTPioFX .header-text,
.cid-sabaTPioFX .sign {
  color: #232323;
}
.cid-sai82YYJiE {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sai82YYJiE a:link {
  text-decoration: none;
}
.cid-sai82YYJiE .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #57468b none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sai82YYJiE .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-sai82YYJiE .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sai82YYJiE .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sai82YYJiE .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-sai82YYJiE .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-sai82YYJiE .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #444444;
  position: relative;
  top: -19px;
}
.cid-sai82YYJiE .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #444444;
}
.cid-sai82YYJiE .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-sai82YYJiE .plan-title,
.cid-sai82YYJiE .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-sai82YYJiE .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-sai82YYJiE .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-sai82YYJiE .mbr-section-title span {
  color: #ffbc00;
}
.cid-saihzS0huh {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1920x1246.jpg");
  position: relative;
  overflow: hidden;
}
.cid-saihzS0huh svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-saihzS0huh #e2_shape {
  fill: #ffffff !important;
}
.cid-saihzS0huh img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-saihzS0huh img {
    width: 90%!important;
  }
}
.cid-saihzS0huh H3 {
  color: #ffffff;
}
.cid-saijm4zXAb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-saijm4zXAb .mbr-text,
.cid-saijm4zXAb blockquote {
  color: #767676;
}
.cid-saijm4zXAb .mbr-text {
  color: #232323;
}
.cid-saijm4zXAb .mbr-text P {
  text-align: center;
}
.cid-saikb51ycN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-saikb51ycN .mbr-text,
.cid-saikb51ycN blockquote {
  color: #767676;
}
.cid-saikb51ycN .mbr-text {
  color: #232323;
}
.cid-saikb51ycN .mbr-text P {
  text-align: center;
}
.cid-sazO7ZO51k {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-sazO7ZO51k .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sazO7ZO51k .video-block {
    width: 100% !important;
  }
}
.cid-saslNzwibr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-saslNzwibr .mbr-text,
.cid-saslNzwibr blockquote {
  color: #767676;
}
.cid-saslNzwibr .mbr-text {
  color: #232323;
}
.cid-saslNzwibr .mbr-text P {
  text-align: center;
}
.cid-saslX3pq3E {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-saslX3pq3E .mbr-text,
.cid-saslX3pq3E blockquote {
  color: #767676;
}
.cid-saslX3pq3E .mbr-text {
  color: #232323;
}
.cid-saslX3pq3E .mbr-text P {
  text-align: center;
}
.cid-sazOnkLrL5 {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-sazOnkLrL5 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sazOnkLrL5 .video-block {
    width: 100% !important;
  }
}
.cid-sasmT0IeiG {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sasmT0IeiG .mbr-text,
.cid-sasmT0IeiG blockquote {
  color: #767676;
}
.cid-sasmT0IeiG .mbr-text {
  color: #232323;
}
.cid-sasmT0IeiG .mbr-text P {
  text-align: center;
}
.cid-sazOo87VXy {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-sazOo87VXy .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sazOo87VXy .video-block {
    width: 100% !important;
  }
}
.cid-sasneHAvju {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sasneHAvju .mbr-text,
.cid-sasneHAvju blockquote {
  color: #767676;
}
.cid-sasneHAvju .mbr-text {
  color: #232323;
}
.cid-sasneHAvju .mbr-text P {
  text-align: center;
}
.cid-sazOpinSlf {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-sazOpinSlf .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sazOpinSlf .video-block {
    width: 100% !important;
  }
}
.cid-sasnFHaUyh {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sasnFHaUyh H1 {
  color: #57468b;
}
.cid-sasnFHaUyh .mbr-text,
.cid-sasnFHaUyh .mbr-section-btn {
  color: #716c80;
}
.cid-sasubsVFe8 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sasubsVFe8 .mbr-text,
.cid-sasubsVFe8 .mbr-section-btn {
  color: #767676;
}
.cid-sasubsVFe8 p {
  z-index: 2;
  position: relative;
}
.cid-sasubsVFe8 .author-box {
  display: flex;
  flex-direction: row;
}
.cid-sasubsVFe8 .col-lg-12 {
  box-shadow: 0 10px 55px 5px rgba(136, 166, 255, 0.35);
  padding: 1rem 1.5rem;
}
.cid-sasubsVFe8 .ico1 {
  font-size: 2rem;
}
.cid-sasubsVFe8 .ico2 {
  position: absolute;
  bottom: 15%;
  right: 1.5rem;
  font-size: 8rem;
  z-index: 1;
  opacity: 0.1;
}
.cid-sasubsVFe8 H3 {
  color: #149dcc;
}
.cid-sasp6cb3II {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sasp6cb3II .card .card-img {
  overflow: hidden;
}
.cid-sasp6cb3II .card .card-img img {
  transition: all .5s;
}
.cid-sasp6cb3II .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-sasp6cb3II .underline .line {
  width: 2rem;
  height: 1px;
  background: #767676;
  display: inline-block;
}
.cid-sasp6cb3II .card {
  height: 100%;
}
.cid-sasp6cb3II .card .card-wrapper {
  height: 100%;
}
.cid-sasp6cb3II .card .card-wrapper .card-img {
  border-radius: 0;
}
.cid-sasp6cb3II .card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-sasp6cb3II .card .card-box .card-title {
  margin: 0;
}
.cid-sasp6cb3II .card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sasp6cb3II .card .info-wrapper .mbr-iconfont {
  padding-right: .5rem;
  font-size: 20px;
}
.cid-sasp6cb3II .card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-sasp6cb3II .card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-sasp6cb3II .card .card-footer {
  background: #ffffff;
  margin-top: 1rem;
  padding: 0;
  padding-top: 1rem;
  display: inline-flex;
  width: 100%;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sasp6cb3II .card .card-footer .icons-list {
  margin: 0;
}
.cid-sasp6cb3II .card .card-footer .icons-list li {
  margin-right: 1rem;
}
.cid-sasp6cb3II .card .card-footer .icons-list li .mbr-iconfont {
  font-size: 25px;
  color: #767676;
}
.cid-sasp6cb3II .card .card-footer .link .link-text {
  display: inline-block;
}
.cid-sasp6cb3II .card .card-footer .link .mbr-iconfont {
  font-size: 12px;
}
.cid-sasp6cb3II .card-box {
  border-style: solid;
  border-color: #efefef;
  border-width: 0 1px 1px 1px;
}
.cid-sasp6cb3II .card-footer {
  border-top: 1px solid #efefef;
}
@media (max-width: 767px) {
  .cid-sasp6cb3II .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sasp6cb3II .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
.cid-sasv87AXQb {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sasv87AXQb [class^="socicon-"]:before,
.cid-sasv87AXQb [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-sasv87AXQb .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-sasv87AXQb .btn-social,
.cid-sasv87AXQb .mbr-section-title {
  color: #57468b;
}
.cid-sasv87AXQb .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  box-shadow: 0 10px 10px rgba(111, 145, 218, 0.15);
  justify-content: center;
  align-items: center;
  margin: 0 0.6rem;
  margin-bottom: 1rem;
}
.cid-sasv87AXQb .soc-item span {
  font-size: 1.4rem;
  color: #57468b !important;
  transition: all 0.3s;
}
.cid-sasv87AXQb .soc-item:hover span {
  color: #ff674a !important;
}
.cid-sasvdOecPx {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sasvdOecPx a:link {
  text-decoration: none;
}
.cid-sasvdOecPx .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #57468b none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sasvdOecPx .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-sasvdOecPx .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sasvdOecPx .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sasvdOecPx .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-sasvdOecPx .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-sasvdOecPx .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #444444;
  position: relative;
  top: -19px;
}
.cid-sasvdOecPx .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #444444;
}
.cid-sasvdOecPx .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-sasvdOecPx .plan-title,
.cid-sasvdOecPx .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-sasvdOecPx .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-sasvdOecPx .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-sasvdOecPx .mbr-section-title span {
  color: #ffbc00;
}
.cid-sahHJQepNL {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sahHJQepNL H1 {
  color: #57468b;
}
.cid-sahHJQepNL .mbr-text,
.cid-sahHJQepNL .mbr-section-btn {
  color: #716c80;
}
.cid-sahHJQepNL H3 {
  color: #716c80;
}
.cid-sahGmlpmYt {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sahGmlpmYt .mbr-text,
.cid-sahGmlpmYt .ornament {
  text-align: left;
}
.cid-sahJr95iRq {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sahJr95iRq .mbr-text,
.cid-sahJr95iRq blockquote {
  color: #767676;
}
.cid-sahJr95iRq .mbr-text {
  color: #232323;
}
.cid-sahJr95iRq .mbr-text P {
  text-align: center;
}
.cid-sahJrUPKtz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sahJrUPKtz .mbr-text,
.cid-sahJrUPKtz blockquote {
  color: #767676;
}
.cid-sahJrUPKtz .mbr-text {
  color: #232323;
}
.cid-sahJrUPKtz .mbr-text P {
  text-align: center;
}
.cid-sahJT62vJw {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sahJJLLils {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sahJJLLils .mbr-text,
.cid-sahJJLLils .ornament {
  text-align: left;
}
.cid-sahKHzG3At {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sahKHzG3At .mbr-text,
.cid-sahKHzG3At blockquote {
  color: #767676;
}
.cid-sahKHzG3At .mbr-text {
  color: #232323;
}
.cid-sahKHzG3At .mbr-text P {
  text-align: center;
}
.cid-sahIyjuQoq {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sahIyjuQoq .mbr-text {
  color: #232323;
}
.cid-sahIyjuQoq .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-sahIyjuQoq .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-sahIyjuQoq .counter-container ul li:before {
  position: absolute;
  left: -1.5rem;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #000000;
  background: #18f468;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.cid-sahLjtwq5n {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sahLjtwq5n .mbr-text,
.cid-sahLjtwq5n blockquote {
  color: #767676;
}
.cid-sahLjtwq5n .mbr-text {
  color: #232323;
}
.cid-sahLjtwq5n .mbr-text P {
  text-align: center;
}
.cid-sahLs1nLGi {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sahLs1nLGi .mbr-text {
  color: #232323;
}
.cid-sahLs1nLGi .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-sahLs1nLGi .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-sahLs1nLGi .counter-container ul li:before {
  position: absolute;
  left: -1.5rem;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #be0909;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.cid-sahOKgChvq {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
