body {
  font-family: Muli;
}
.display-1 {
  font-family: 'Muli', sans-serif;
  font-size: 3.4375rem;
}
.display-1 > .mbr-iconfont {
  font-size: 3.4375rem;
}
.display-2 {
  font-family: 'Muli', sans-serif;
  font-size: 2.5rem;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Muli', sans-serif;
  font-size: 0.875rem;
}
.display-4 > .mbr-iconfont {
  font-size: 0.875rem;
}
.display-5 {
  font-family: 'Muli', sans-serif;
  font-size: 1.875rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Muli', sans-serif;
  font-size: 1.02rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.02rem;
}
/* ---- 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: 2.75rem;
    font-size: calc( 1.853125rem + (3.4375 - 1.853125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.853125rem + (3.4375 - 1.853125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.7rem;
    font-size: calc( 0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.5rem;
    font-size: calc( 1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 6px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 6px;
}
.btn-lg {
  padding: 20px 25px;
  border-radius: 6px;
}
.bg-primary {
  background-color: #4f87fb !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #6d7a8c !important;
}
.bg-warning {
  background-color: #e6ecf2 !important;
}
.bg-danger {
  background-color: #ececec !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #4f87fb !important;
  border-color: #4f87fb !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #0654f8 !important;
  border-color: #0654f8 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0654f8 !important;
  border-color: #0654f8 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #130947 !important;
  border-color: #130947 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #010003 !important;
  border-color: #010003 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #010003 !important;
  border-color: #010003 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #6d7a8c !important;
  border-color: #6d7a8c !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #4c5561 !important;
  border-color: #4c5561 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #4c5561 !important;
  border-color: #4c5561 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #e6ecf2 !important;
  border-color: #e6ecf2 !important;
  color: #4a6d8f !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #4a6d8f !important;
  background-color: #b4c6d8 !important;
  border-color: #b4c6d8 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #4a6d8f !important;
  background-color: #b4c6d8 !important;
  border-color: #b4c6d8 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #ececec !important;
  border-color: #ececec !important;
  color: #6d6d6d !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #6d6d6d !important;
  background-color: #c6c6c6 !important;
  border-color: #c6c6c6 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #6d6d6d !important;
  background-color: #c6c6c6 !important;
  border-color: #c6c6c6 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  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,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  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,
.btn-primary-outline.active {
  background: none;
  border-color: #054cdf;
  color: #054cdf;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #4f87fb;
  border-color: #4f87fb;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #4f87fb !important;
  border-color: #4f87fb !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #130947;
  border-color: #130947;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #130947 !important;
  border-color: #130947 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #404853;
  color: #404853;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #6d7a8c;
  border-color: #6d7a8c;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #6d7a8c !important;
  border-color: #6d7a8c !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #a3b9cf;
  color: #a3b9cf;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #4a6d8f;
  background-color: #e6ecf2;
  border-color: #e6ecf2;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #4a6d8f !important;
  background-color: #e6ecf2 !important;
  border-color: #e6ecf2 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #b9b9b9;
  color: #b9b9b9;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #6d6d6d;
  background-color: #ececec;
  border-color: #ececec;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #6d6d6d !important;
  background-color: #ececec !important;
  border-color: #ececec !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  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: #4f87fb !important;
}
.text-secondary {
  color: #130947 !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #6d7a8c !important;
}
.text-warning {
  color: #e6ecf2 !important;
}
.text-danger {
  color: #ececec !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #054cdf !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #cccccc !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #404853 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a3b9cf !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b9b9b9 !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: #6d7a8c;
}
.alert-warning {
  background-color: #e6ecf2;
}
.alert-danger {
  background-color: #ececec;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #4f87fb;
  border-color: #4f87fb;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #4f87fb;
}
.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: #b4bbc5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
.scrollToTop_wraper {
  display: none !important;
}
.form-control {
  font-family: 'Muli', sans-serif;
  font-size: 1.02rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.02rem;
}
blockquote {
  border-color: #4f87fb;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.btn-primary:hover {
  color: #ffffff !important;
  background: #130947 !important;
  border-color: #130947 !important;
}
.form-control,
.jq-number__spin {
  background-color: #ffffff;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #4f87fb;
  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: #4f87fb;
  border-bottom-color: #4f87fb;
}
.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: #4f87fb !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: #130947 !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='%234f87fb' %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;
}
.is-builder .cid-rSbeojjCqg .navbar {
  padding-top: 20px !important;
}
.cid-rSbeojjCqg .navbar {
  padding: 0.5rem 0;
  background: #48d678;
  -webkit-transition: none;
  transition: none;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-rSbeojjCqg .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-rSbeojjCqg .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-rSbeojjCqg .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-rSbeojjCqg .menu-logo .navbar-brand {
  display: flex;
  margin-left: 4rem;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-rSbeojjCqg .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-rSbeojjCqg .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rSbeojjCqg .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-rSbeojjCqg .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rSbeojjCqg .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-rSbeojjCqg .navbar-dropdown.bg-color.transparent.opened {
  background: #48d678;
}
.cid-rSbeojjCqg a {
  font-style: normal;
}
.cid-rSbeojjCqg .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-rSbeojjCqg .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-rSbeojjCqg .dropdown-item:before {
  color: #ffffff;
  font-family: Material-Design-Icons !important;
  content: "\e716";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1.125rem;
  top: 1.1rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rSbeojjCqg .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-rSbeojjCqg .content-text {
  margin-bottom: 0;
}
.cid-rSbeojjCqg .navbar-nav {
  position: relative;
  min-height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-rSbeojjCqg .navbar-nav li:first-child > a {
  color: #4f87fb;
}
.cid-rSbeojjCqg .navbar-nav li:last-child > a::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 1px;
  right: -9px;
  margin-top: -10px;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.46);
  margin-right: 12px;
}
@media (min-width: 1200px) {
  .cid-rSbeojjCqg .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #4f87fb;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-rSbeojjCqg .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-rSbeojjCqg .navbar-nav .nav-item a {
    margin: 0 1.1rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-rSbeojjCqg .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-rSbeojjCqg .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-rSbeojjCqg .display-4 > .mbr-iconfont {
  font-size: 1.23em;
}
.cid-rSbeojjCqg .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rSbeojjCqg .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-rSbeojjCqg .content-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-rSbeojjCqg .content-link:first-child {
  padding-left: 1.3rem;
}
@media (max-width: 1200px) {
  .cid-rSbeojjCqg .content-link {
    display: none;
  }
}
.cid-rSbeojjCqg .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-rSbeojjCqg .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-rSbeojjCqg .nav-dropdown .link {
  font-weight: 600;
}
.cid-rSbeojjCqg .nav-dropdown .link.display-4 {
  font-size: 15px;
}
.cid-rSbeojjCqg .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-rSbeojjCqg .content-left-side {
  text-align: center;
  padding-top: 3px;
}
@media (max-width: 575px) {
  .cid-rSbeojjCqg .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-rSbeojjCqg .content-left-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-rSbeojjCqg .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-rSbeojjCqg .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-rSbeojjCqg .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-rSbeojjCqg .content-right-side .icons-block {
  padding-bottom: 5px;
  padding-left: 17px;
}
.cid-rSbeojjCqg .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-rSbeojjCqg .content-right-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
.cid-rSbeojjCqg .menu-content-top {
  display: none;
  padding: 1rem 4rem 1rem 3.8rem;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-rSbeojjCqg .content-left-side .content-link {
  margin-left: 1rem;
}
.cid-rSbeojjCqg .content-left-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
@media (max-width: 1200px) {
  .cid-rSbeojjCqg .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-rSbeojjCqg .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-rSbeojjCqg .dropdown-item:before {
    display: none;
  }
  .cid-rSbeojjCqg .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-rSbeojjCqg .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-rSbeojjCqg img {
    height: 3.8rem !important;
  }
  .cid-rSbeojjCqg .btn {
    display: flex;
  }
  .cid-rSbeojjCqg button.navbar-toggler {
    display: block;
  }
  .cid-rSbeojjCqg .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-rSbeojjCqg .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-rSbeojjCqg .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rSbeojjCqg .navbar-collapse.collapsing,
  .cid-rSbeojjCqg .navbar-collapse.show {
    display: block !important;
  }
  .cid-rSbeojjCqg .navbar-collapse.collapsing .navbar-nav,
  .cid-rSbeojjCqg .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rSbeojjCqg .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rSbeojjCqg .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-rSbeojjCqg .navbar-collapse.collapsing .navbar-buttons,
  .cid-rSbeojjCqg .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rSbeojjCqg .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rSbeojjCqg .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rSbeojjCqg .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity, padding, height;
    transition-property: opacity, padding, height;
  }
  .cid-rSbeojjCqg .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rSbeojjCqg .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rSbeojjCqg .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (min-width: 1200px) {
  .cid-rSbeojjCqg .navbar .menu-content-top {
    display: block;
  }
  .cid-rSbeojjCqg .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-rSbeojjCqg .content-right-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-rSbeojjCqg .content-left-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-rSbeojjCqg .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-rSbeojjCqg .menu-bottom {
    display: flex;
  }
  .cid-rSbeojjCqg .navbar {
    display: block;
    padding: 0;
  }
  .cid-rSbeojjCqg .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-rSbeojjCqg .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex !important;
    -webkit-box-align: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-rSbeojjCqg .navbar-toggler {
    display: none;
  }
}
.cid-rSbeojjCqg .navbar-short .menu-content-top {
  border: none;
  display: none;
}
.cid-rSbeojjCqg .btn {
  padding: 15px 30px;
  font-weight: 800;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  border-width: 1px;
  box-shadow: none;
}
.cid-rSbeojjCqg .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-rSbeojjCqg .btn.display-4 {
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 13px;
}
.cid-rSbeojjCqg .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-right: 4rem;
  width: 100%;
}
.cid-rSbeojjCqg .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-rSbeojjCqg .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rSbeojjCqg .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rSbeojjCqg .dropdown .dropdown-menu {
  background: #48d678;
  display: none;
  position: absolute;
  border-top: 3px solid #4f87fb;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-rSbeojjCqg .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rSbeojjCqg .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rSbeojjCqg .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rSbeojjCqg .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #4f87fb;
  color: #ffffff;
}
.cid-rSbeojjCqg .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rSbeojjCqg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rSbeojjCqg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  color: #ffffff;
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rSbeojjCqg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rSbeojjCqg .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rSbeojjCqg .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-rSbeojjCqg .navbar.navbar-short {
  min-height: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-rSbeojjCqg .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-rSbeojjCqg .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rSbeojjCqg .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rSbeojjCqg .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rSbeojjCqg .navbar.navbar-short .navbar-nav {
  min-height: 60px;
}
.cid-rSbeojjCqg button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-rSbeojjCqg button.navbar-toggler:focus {
  outline: none;
}
.cid-rSbeojjCqg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-rSbeojjCqg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-rSbeojjCqg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-rSbeojjCqg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-rSbeojjCqg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-rSbeojjCqg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-rSbeojjCqg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-rSbeojjCqg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-rSbeojjCqg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-rSbeojjCqg .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-rSbeojjCqg .collapsed .menu-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.cid-rSbeojjCqg .collapsed .menu-logo {
  margin-right: 0;
}
.cid-rSbeojjCqg .collapsed .btn {
  display: flex;
}
.cid-rSbeojjCqg .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rSbeojjCqg .collapsed .navbar-collapse.collapsing,
.cid-rSbeojjCqg .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rSbeojjCqg .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rSbeojjCqg .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rSbeojjCqg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rSbeojjCqg .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rSbeojjCqg .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rSbeojjCqg .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rSbeojjCqg .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rSbeojjCqg .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-rSbeojjCqg .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 3.5rem);
  }
  .cid-rSbeojjCqg .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rSbeojjCqg .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rSbeojjCqg .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-rSbeojjCqg .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-rSbeojjCqg .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: opacity, padding, height;
  transition-property: opacity, padding, height;
}
.cid-rSbeojjCqg .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rSbeojjCqg .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rSbeojjCqg .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-rSbeojjCqg .collapsed .dropdown-item:before {
  display: none;
}
.cid-rSbeojjCqg .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-rSbeojjCqg .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-rSbeojjCqg .nav-link:focus {
  outline: none;
}
.cid-rSbeojjCqg .navbar-toggler {
  position: relative;
}
.cid-rSbeojjCqg .dropdown-item.active,
.cid-rSbeojjCqg .dropdown-item:active {
  background-color: #48d678;
  color: #ffffff;
}
.cid-rSbeojjCqg .nav-link:hover,
.cid-rSbeojjCqg .dropdown-item:hover {
  color: #4f87fb;
}
.cid-rSbetxGLFX {
  background-image: url("../../../assets/images/kateryna-hliznitsova-qbjnlmggc6q-unsplash-2000x1335.jpg");
}
.cid-rSbetxGLFX .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2px;
}
.cid-rSbetxGLFX .mbr-section-title {
  color: #130947;
  font-weight: 900;
  line-height: 60px;
  letter-spacing: -1px;
}
.cid-rSbetxGLFX .mbr-section-title .accent-word {
  color: #4f87fb;
}
.cid-rSbetxGLFX .mbr-text {
  color: #6d7a8c;
}
.cid-rSbetxGLFX .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #130947;
  margin-left: 0.6rem;
}
.cid-rSbetxGLFX .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #4f87fb;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-rSbetxGLFX .mbr-section-btn {
  display: flex;
}
.cid-rSbetxGLFX .mbr-section-btn .btn {
  border-radius: 4px;
  line-height: 24px;
  letter-spacing: 1px;
  margin: 0.4rem 1rem 0.4rem 0rem !important;
  padding: 15px 55px !important;
}
.cid-rSbetxGLFX .mbr-section-btn .btn-primary:hover {
  background-color: #130947 !important;
  border-color: #130947 !important;
  color: #ffffff !important;
}
.cid-rSbetxGLFX .mbr-section-btn.display-4,
.cid-rSbetxGLFX .btn.display-4 {
  font-size: 12px !important;
}
.cid-rSbetxGLFX .video-wrap {
  cursor: pointer;
  margin-left: 14px;
}
.cid-rSbetxGLFX .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-rSbetxGLFX .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #4f87fb;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-rSbetxGLFX .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-rSbetxGLFX .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  line-height: 1.6em !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-rSbetxGLFX .video-wrap .mbr-text {
  line-height: 22px;
  font-weight: 800;
  letter-spacing: 0px;
  color: #130947;
}
.cid-rSbetxGLFX .video-wrap .mbr-text.display-4 {
  font-size: 13px;
}
.cid-rSbetxGLFX .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rSbetxGLFX .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rSbetxGLFX .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rSbetxGLFX a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rSbetxGLFX a.close:hover {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-rSbetxGLFX .separator,
  .cid-rSbetxGLFX .sep-holder,
  .cid-rSbetxGLFX .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-rSbetxGLFX .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-rSbetxGLFX .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 15px;
  }
}
.cid-v7vICTeuYM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7vICTeuYM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7vICTeuYM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7vICTeuYM .mbr-text {
  color: #000000;
}
.cid-v7vICTeuYM .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-v7vICTeuYM .item-wrapper {
  background: #ffffff;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-v7vICTeuYM .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v7vICTeuYM .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
.cid-v7vICTeuYM .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v7vICTeuYM .main-button {
    margin-bottom: 2rem;
  }
}
.cid-v7vICTeuYM .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-v7vICTeuYM .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-v7vICTeuYM .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0cc035;
  background-color: #0cc035;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-v7vICTeuYM .mbr-text UL {
  text-align: left;
}
.cid-v7vICTeuYM .mbr-section-subtitle,
.cid-v7vICTeuYM .main-button {
  color: #000000;
}
.cid-v7vICTeuYM .mbr-section-title {
  color: #000000;
}
.cid-v7vHJrBz57 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
  overflow: hidden;
  position: relative;
}
.cid-v7vHJrBz57 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7vHJrBz57 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7vHJrBz57::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #e6e6e6;
  pointer-events: none;
}
.cid-v7vHJrBz57 .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-v7vHJrBz57 .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px dotted #e6e6e6;
  pointer-events: none;
}
.cid-v7vHJrBz57 .content-wrapper .border_1 {
  left: 0;
}
.cid-v7vHJrBz57 .content-wrapper .border_2 {
  left: 25%;
}
@media (max-width: 992px) {
  .cid-v7vHJrBz57 .content-wrapper .border_2 {
    display: none;
  }
}
.cid-v7vHJrBz57 .content-wrapper .border_3 {
  left: 50%;
}
.cid-v7vHJrBz57 .content-wrapper .border_4 {
  left: 75%;
}
@media (max-width: 992px) {
  .cid-v7vHJrBz57 .content-wrapper .border_4 {
    display: none;
  }
}
.cid-v7vHJrBz57 .content-wrapper .border_5 {
  left: 100%;
}
.cid-v7vHJrBz57 .content-wrapper .content-wrap {
  margin: 0;
}
.cid-v7vHJrBz57 .content-wrapper .title-wrap {
  align-items: flex-end;
}
.cid-v7vHJrBz57 .content-wrapper .card {
  position: relative;
  z-index: 1;
  padding: 0;
}
.cid-v7vHJrBz57 .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-v7vHJrBz57 .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v7vHJrBz57 .content-wrapper .title-wrapper {
    padding: 0 16px;
  }
}
.cid-v7vHJrBz57 .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 24px;
}
.cid-v7vHJrBz57 .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v7vHJrBz57 .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper {
  display: inline-flex;
  margin-right: 12px;
}
.cid-v7vHJrBz57 .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor {
  height: 10px;
  background-color: #1a1a1a;
}
.cid-v7vHJrBz57 .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_1 {
  width: 33px;
  margin-right: 16px;
}
.cid-v7vHJrBz57 .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_2 {
  width: 17px;
  margin-right: 8px;
}
.cid-v7vHJrBz57 .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_3 {
  width: 9px;
  margin-right: 4px;
}
.cid-v7vHJrBz57 .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_4 {
  width: 4px;
  margin-right: 2px;
}
.cid-v7vHJrBz57 .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_5 {
  width: 2px;
}
.cid-v7vHJrBz57 .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v7vHJrBz57 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v7vHJrBz57 .content-wrapper .desc-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-v7vHJrBz57 .content-wrapper .desc-wrapper {
    padding: 0 16px;
  }
}
.cid-v7vHJrBz57 .content-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v7vHJrBz57 .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-v7vHJrBz57 .content-wrapper .text-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-v7vHJrBz57 .content-wrapper .text-wrapper {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v7vHJrBz57 .content-wrapper .text-wrapper {
    padding: 0 16px;
  }
}
.cid-v7vHJrBz57 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v7vHJrBz57 .content-wrapper .text-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v7vHJrBz57 .content-wrapper .image-wrapper {
  margin-left: 1px;
}
.cid-v7vHJrBz57 .content-wrapper .image-wrapper img {
  height: 450px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v7vHJrBz57 .content-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-v7vHJrBz57 .mbr-label {
  color: #1a1a1a;
}
.cid-v7vHJrBz57 .mbr-section-title {
  color: #1a1a1a;
}
.cid-v7vHJrBz57 .mbr-desc {
  color: #808080;
}
.cid-v7vHJrBz57 .mbr-text {
  color: #808080;
}
.cid-v7vHJrBz57 .mbr-text,
.cid-v7vHJrBz57 .mbr-section-btn {
  color: #000000;
}
.cid-v7vv4He2FB {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-v7vv4He2FB .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-v7vv4He2FB .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-v7vv4He2FB .mbr-section-title {
  margin: 0;
  color: #000000;
  font-weight: 700;
  margin-bottom: 10px;
}
.cid-v7vv4He2FB .mbr-section-title.display-2 {
  font-size: 38px;
  line-height: 1.26;
  letter-spacing: -0.5px;
}
.cid-v7vv4He2FB .mbr-section-text {
  line-height: 1.5;
  color: #000000;
  font-weight: 400;
}
.cid-v7vv4He2FB .mbr-section-text.display-7 {
  font-size: 16px;
}
.cid-v7vv4He2FB .display-2 {
  font-size: 38px;
}
.cid-v7vv4He2FB .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
  margin-bottom: 10px;
}
.cid-v7vv4He2FB .wrapper .img {
  margin-bottom: 20px;
}
.cid-v7vv4He2FB .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-v7vv4He2FB .wrapper .mbr-card-title {
  color: #130947;
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
}
.cid-v7vv4He2FB .wrapper .mbr-card-title.display-7 {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.5px;
}
.cid-v7vv4He2FB .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-v7vv4He2FB .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .cid-v7vv4He2FB * {
    text-align: left;
  }
}
.cid-v7vv4He2FB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7vv4He2FB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7vv4He2FB .mbr-card-title,
.cid-v7vv4He2FB .img {
  text-align: center;
  color: #000000;
}
.cid-rSbeu1icqt {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rSbeu1icqt .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-rSbeu1icqt .wrap-block .contents {
  margin-bottom: 40px;
}
.cid-rSbeu1icqt .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-rSbeu1icqt .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 2px;
}
.cid-rSbeu1icqt .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  font-weight: 700;
}
.cid-rSbeu1icqt .mbr-section-title.display-2 {
  font-size: 35px;
  line-height: 45px;
  letter-spacing: -0.5px;
}
.cid-rSbeu1icqt .mbr-section-text {
  color: #6d7a8c;
  line-height: 28px;
  margin-top: 10px;
}
.cid-rSbeu1icqt .boldSubtitle {
  color: #130947;
}
.cid-rSbeu1icqt .info-widget {
  padding-top: 0.5rem;
}
.cid-rSbeu1icqt .info-widget .widget-icon {
  display: inline-block;
  font-size: 1.75rem;
  color: #4f87fb;
  margin-right: 15px;
}
.cid-rSbeu1icqt .info-widget .signature {
  width: 35%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
}
.cid-rSbeu1icqt .info-widget .widget-content {
  vertical-align: middle;
  display: inline-block;
}
.cid-rSbeu1icqt .info-widget .widget-content .widget-title {
  color: #130947;
  margin-bottom: 0;
  font-weight: 700;
}
.cid-rSbeu1icqt .info-widget .widget-content .widget-title.display-7 {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.5px;
}
.cid-rSbeu1icqt .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
  font-weight: 700;
}
.cid-rSbeu1icqt .info-widget .widget-content .widget-text.display-4 {
  line-height: 24px;
  letter-spacing: -0.5px;
}
.cid-rSbeu1icqt .info-widget--right {
  margin-top: 30px;
  padding-top: 0;
}
.cid-rSbeu1icqt .info-widget--right .widget-content .widget-title {
  margin-bottom: 0 !important;
  color: #130947;
  font-weight: 700;
}
.cid-rSbeu1icqt .info-widget--right .widget-content .widget-title.display-7 {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.5px;
}
@media (max-width: 500px) {
  .cid-rSbeu1icqt .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-rSbeu1icqt .mbr-section-title,
  .cid-rSbeu1icqt .mbr-section-subtitle,
  .cid-rSbeu1icqt .mbr-text {
    text-align: left !important;
  }
  .cid-rSbeu1icqt .social-list {
    text-align: left !important;
  }
}
.cid-rSbeu1icqt .mbr-section-title,
.cid-rSbeu1icqt .menu-content-right {
  color: #000000;
}
.cid-rSbeu1icqt .mbr-section-text,
.cid-rSbeu1icqt .outer-wrap {
  color: #000000;
}
.cid-v7vvFUi1J8 {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-v7vvFUi1J8 .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-v7vvFUi1J8 .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-v7vvFUi1J8 .mbr-section-title {
  margin: 0;
  color: #000000;
  font-weight: 700;
  margin-bottom: 10px;
}
.cid-v7vvFUi1J8 .mbr-section-title.display-2 {
  font-size: 38px;
  line-height: 1.26;
  letter-spacing: -0.5px;
}
.cid-v7vvFUi1J8 .mbr-section-text {
  line-height: 1.5;
  color: #000000;
  font-weight: 400;
}
.cid-v7vvFUi1J8 .mbr-section-text.display-7 {
  font-size: 16px;
}
.cid-v7vvFUi1J8 .display-2 {
  font-size: 38px;
}
.cid-v7vvFUi1J8 .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
  margin-bottom: 10px;
}
.cid-v7vvFUi1J8 .wrapper .img {
  margin-bottom: 20px;
}
.cid-v7vvFUi1J8 .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-v7vvFUi1J8 .wrapper .mbr-card-title {
  color: #130947;
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
}
.cid-v7vvFUi1J8 .wrapper .mbr-card-title.display-7 {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.5px;
}
.cid-v7vvFUi1J8 .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-v7vvFUi1J8 .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .cid-v7vvFUi1J8 * {
    text-align: left;
  }
}
.cid-v7vvFUi1J8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7vvFUi1J8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7vIgYeeF7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7vIgYeeF7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7vIgYeeF7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7vIgYeeF7 .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v7vIgYeeF7 .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v7vIgYeeF7 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v7vIgYeeF7 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v7vIgYeeF7 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-v7vIgYeeF7 .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v7vIgYeeF7 .mbr-section-title {
  color: #111111;
}
.cid-v7vIgYeeF7 .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-v7vIgYeeF7 .mbr-text,
.cid-v7vIgYeeF7 .text-wrapper {
  color: #000000;
}
.cid-v7vuj4lKrG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-v7vuj4lKrG .title-text {
  margin-bottom: 70px;
}
.cid-v7vuj4lKrG .title-text .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-v7vuj4lKrG .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-v7vuj4lKrG .title-text .mbr-section-title {
  color: #130947;
}
.cid-v7vuj4lKrG .title-text .mbr-section-title span {
  font-weight: 900;
}
.cid-v7vuj4lKrG .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-v7vuj4lKrG .mbr-iconfont {
  font-family: 'Moririse2' !important;
  display: inline-flex;
  -webkit-transform-origin: ;
  transform-origin: ;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #222222;
}
.cid-v7vuj4lKrG .mbr-iconfont:before {
  -webkit-transform: scaleY(0) !important;
  transform: scaleY(0) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-v7vuj4lKrG .collapsed .mbr-iconfont {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-v7vuj4lKrG .collapsed .mbr-iconfont:before {
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-v7vuj4lKrG .accordion-content {
  flex-basis: 100%;
}
.cid-v7vuj4lKrG .panel-group {
  width: 100%;
}
.cid-v7vuj4lKrG .panel-text,
.cid-v7vuj4lKrG .header-text,
.cid-v7vuj4lKrG .mbr-section-subtitle {
  color: #222222;
}
.cid-v7vuj4lKrG .card {
  margin-bottom: 30px;
  margin-top: 30px;
  border: none;
  border-radius: 0 !important;
}
.cid-v7vuj4lKrG .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-v7vuj4lKrG .card .card-header a.panel-title {
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #f1f1f1;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none !important;
  border-radius: 0 !important;
  line-height: normal;
}
.cid-v7vuj4lKrG .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-v7vuj4lKrG .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-v7vuj4lKrG .card .card-header a.panel-title h4 {
  padding: 17px 42px 17px 35px;
  margin-bottom: 0;
  width: 100%;
  line-height: 1.5;
  font-weight: 400 !important;
}
.cid-v7vuj4lKrG .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  line-height: 1.6 !important;
}
.cid-v7vuj4lKrG .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 29px;
  -webkit-transform: none;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
}
.cid-v7vuj4lKrG .card .card-header a.panel-title .toggle-icon:before,
.cid-v7vuj4lKrG .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-v7vuj4lKrG .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  -webkit-transform: none;
  transform: none;
}
.cid-v7vuj4lKrG .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-v7vuj4lKrG .card .card-header a.panel-title[aria-expanded='true'] {
  background-color: #48d678;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-v7vuj4lKrG .card .card-header a.panel-title[aria-expanded='true'] .header-text,
.cid-v7vuj4lKrG .card .card-header a.panel-title[aria-expanded='true'] .sign {
  color: #000000 !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-v7vuj4lKrG .card .panel-body {
  background: #ffffff;
  padding: 30px 55px 35px 40px !important;
}
.cid-v7vuj4lKrG .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-v7vuj4lKrG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7vuj4lKrG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7vuj4lKrG .title-text .mbr-section-title {
  color: #000000;
}
.cid-v7vIm9LqNr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7vIm9LqNr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7vIm9LqNr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7vIm9LqNr .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v7vIm9LqNr .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v7vIm9LqNr .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v7vIm9LqNr .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v7vIm9LqNr .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-v7vIm9LqNr .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v7vIm9LqNr .mbr-section-title {
  color: #111111;
}
.cid-v7vIm9LqNr .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-v7vIm9LqNr .mbr-text,
.cid-v7vIm9LqNr .text-wrapper {
  color: #000000;
}
.cid-rSbev8cAt7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e6ecf2;
}
.cid-rSbev8cAt7 .row {
  position: relative;
  box-sizing: border-box;
  padding-top: 100px;
  padding-bottom: 90px;
  background-color: #4f87fb !important;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  overflow: hidden;
  background-image: url("file:///C:/Users/ignit/AppData/Local/Mobirise.com/Mobirise/projects/project-2026-01-06_122443/assets/images/08.jpg") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.cid-rSbev8cAt7 .row::before {
  background-color: #48d678;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: "";
  display: block;
  z-index: 0;
  opacity: 0.8;
}
.cid-rSbev8cAt7 .stats-item {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-rSbev8cAt7 .stats-item:first-child {
  border-radius: 10px 0 0 10px;
}
.cid-rSbev8cAt7 .stats-item:last-child {
  border-radius: 0 10px 10px 0;
}
.cid-rSbev8cAt7 .stats-item:after {
  content: "";
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.22);
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 768px) {
  .cid-rSbev8cAt7 .stats-item:after {
    display: none;
  }
}
.cid-rSbev8cAt7 .stats-item > span {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cid-rSbev8cAt7 .mbr-iconfont {
  font-size: 60px;
  align-self: center;
  margin-right: 20px;
}
.cid-rSbev8cAt7 .heading {
  color: #ffffff;
}
.cid-rSbev8cAt7 .container {
  min-width: 100%;
  padding: 0;
  margin: 0 auto;
}
.cid-rSbev8cAt7 .counter {
  text-align: center;
  color: #ffffff;
  font-weight: 900;
}
.cid-rSbev8cAt7 .counter.display-2 {
  line-height: 46px;
  letter-spacing: -0.5px;
}
.cid-rSbev8cAt7 .mbr-card-title,
.cid-rSbev8cAt7 .mbr-iconfont {
  text-align: center;
  color: #ffffff;
  display: block;
}
.cid-rSbev8cAt7 .mbr-card-title.display-4 {
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .cid-rSbev8cAt7 .stats-item {
    -webkit-box-pack: center;
    justify-content: center;
    padding: 30px 25px;
  }
  .cid-rSbev8cAt7 .stats-item:first-child {
    border-radius: 0;
  }
  .cid-rSbev8cAt7 .stats-item:last-child {
    border-radius: 0;
  }
}
.cid-v7vIsKZcXa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7vIsKZcXa .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7vIsKZcXa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7vIsKZcXa .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v7vIsKZcXa .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v7vIsKZcXa .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v7vIsKZcXa .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v7vIsKZcXa .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-v7vIsKZcXa .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v7vIsKZcXa .mbr-section-title {
  color: #111111;
}
.cid-v7vIsKZcXa .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-v7vIsKZcXa .mbr-text,
.cid-v7vIsKZcXa .text-wrapper {
  color: #000000;
}
.cid-v7vrmSSITT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-v7vrmSSITT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7vrmSSITT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7vrmSSITT .content-wrapper {
  justify-content: center;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.cid-v7vrmSSITT .content-wrapper .border-wrap {
  content: '';
  position: absolute;
  width: 1000%;
  height: 1px;
  background-color: #ffffff;
}
.cid-v7vrmSSITT .content-wrapper .border_1 {
  top: 0;
}
.cid-v7vrmSSITT .content-wrapper .border_2 {
  bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7vrmSSITT .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v7vrmSSITT .content-wrapper::before,
.cid-v7vrmSSITT .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #ffffff;
}
.cid-v7vrmSSITT .content-wrapper::before {
  left: 0;
}
.cid-v7vrmSSITT .content-wrapper::after {
  right: 0;
}
.cid-v7vrmSSITT .content-wrapper .main-wrap {
  padding-top: 32px;
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v7vrmSSITT .content-wrapper .main-wrap {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.cid-v7vrmSSITT .content-wrapper .content-wrap {
  width: -webkit-fill-available;
}
.cid-v7vrmSSITT .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v7vrmSSITT .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7vrmSSITT .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-v7vrmSSITT .content-wrapper .content-wrap .mbr-section-btn {
    margin-bottom: 24px;
  }
}
.cid-v7vrmSSITT .content-wrapper .content-wrap .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 16px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-v7vrmSSITT .content-wrapper .content-wrap .nav-wrapper {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-v7vrmSSITT .content-wrapper .content-wrap .nav-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
.cid-v7vrmSSITT .content-wrapper .content-wrap .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v7vrmSSITT .content-wrapper .content-wrap .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 16px;
  }
}
.cid-v7vrmSSITT .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v7vrmSSITT .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-v7vrmSSITT .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-v7vrmSSITT .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:focus {
  opacity: .5;
}
.cid-v7vrmSSITT .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v7vrmSSITT .mbr-copy {
  padding: 32px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-v7vrmSSITT .mbr-section-title {
  color: #ffffff;
}
.cid-v7vrmSSITT .mbr-text {
  color: #ffffff;
}
.cid-v7vrmSSITT .mbr-list-title {
  color: #909090;
}
.cid-v7vrmSSITT .list {
  color: #ffffff;
}
.cid-v7vrmSSITT .list,
.cid-v7vrmSSITT .item-wrap {
  color: #000000;
}
.cid-v7vrmSSITT .mbr-section-title,
.cid-v7vrmSSITT .mbr-section-btn {
  color: #000000;
}
.cid-v7vrmSSITT .mbr-text,
.cid-v7vrmSSITT .text-wrapper {
  color: #000000;
  text-align: justify;
}
.is-builder .cid-v7w2EE3u9s .navbar {
  padding-top: 20px !important;
}
.cid-v7w2EE3u9s .navbar {
  padding: 0.5rem 0;
  background: #48d678;
  -webkit-transition: none;
  transition: none;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-v7w2EE3u9s .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-v7w2EE3u9s .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-v7w2EE3u9s .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-v7w2EE3u9s .menu-logo .navbar-brand {
  display: flex;
  margin-left: 4rem;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-v7w2EE3u9s .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-v7w2EE3u9s .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-v7w2EE3u9s .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-v7w2EE3u9s .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v7w2EE3u9s .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-v7w2EE3u9s .navbar-dropdown.bg-color.transparent.opened {
  background: #48d678;
}
.cid-v7w2EE3u9s a {
  font-style: normal;
}
.cid-v7w2EE3u9s .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-v7w2EE3u9s .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-v7w2EE3u9s .dropdown-item:before {
  color: #ffffff;
  font-family: Material-Design-Icons !important;
  content: "\e716";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1.125rem;
  top: 1.1rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v7w2EE3u9s .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-v7w2EE3u9s .content-text {
  margin-bottom: 0;
}
.cid-v7w2EE3u9s .navbar-nav {
  position: relative;
  min-height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-v7w2EE3u9s .navbar-nav li:first-child > a {
  color: #4f87fb;
}
.cid-v7w2EE3u9s .navbar-nav li:last-child > a::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 1px;
  right: -9px;
  margin-top: -10px;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.46);
  margin-right: 12px;
}
@media (min-width: 1200px) {
  .cid-v7w2EE3u9s .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #4f87fb;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-v7w2EE3u9s .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-v7w2EE3u9s .navbar-nav .nav-item a {
    margin: 0 1.1rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-v7w2EE3u9s .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-v7w2EE3u9s .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-v7w2EE3u9s .display-4 > .mbr-iconfont {
  font-size: 1.23em;
}
.cid-v7w2EE3u9s .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-v7w2EE3u9s .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-v7w2EE3u9s .content-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-v7w2EE3u9s .content-link:first-child {
  padding-left: 1.3rem;
}
@media (max-width: 1200px) {
  .cid-v7w2EE3u9s .content-link {
    display: none;
  }
}
.cid-v7w2EE3u9s .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-v7w2EE3u9s .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-v7w2EE3u9s .nav-dropdown .link {
  font-weight: 600;
}
.cid-v7w2EE3u9s .nav-dropdown .link.display-4 {
  font-size: 15px;
}
.cid-v7w2EE3u9s .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-v7w2EE3u9s .content-left-side {
  text-align: center;
  padding-top: 3px;
}
@media (max-width: 575px) {
  .cid-v7w2EE3u9s .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-v7w2EE3u9s .content-left-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-v7w2EE3u9s .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-v7w2EE3u9s .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-v7w2EE3u9s .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-v7w2EE3u9s .content-right-side .icons-block {
  padding-bottom: 5px;
  padding-left: 17px;
}
.cid-v7w2EE3u9s .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-v7w2EE3u9s .content-right-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
.cid-v7w2EE3u9s .menu-content-top {
  display: none;
  padding: 1rem 4rem 1rem 3.8rem;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-v7w2EE3u9s .content-left-side .content-link {
  margin-left: 1rem;
}
.cid-v7w2EE3u9s .content-left-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
@media (max-width: 1200px) {
  .cid-v7w2EE3u9s .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-v7w2EE3u9s .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-v7w2EE3u9s .dropdown-item:before {
    display: none;
  }
  .cid-v7w2EE3u9s .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-v7w2EE3u9s .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-v7w2EE3u9s img {
    height: 3.8rem !important;
  }
  .cid-v7w2EE3u9s .btn {
    display: flex;
  }
  .cid-v7w2EE3u9s button.navbar-toggler {
    display: block;
  }
  .cid-v7w2EE3u9s .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-v7w2EE3u9s .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-v7w2EE3u9s .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-v7w2EE3u9s .navbar-collapse.collapsing,
  .cid-v7w2EE3u9s .navbar-collapse.show {
    display: block !important;
  }
  .cid-v7w2EE3u9s .navbar-collapse.collapsing .navbar-nav,
  .cid-v7w2EE3u9s .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v7w2EE3u9s .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v7w2EE3u9s .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-v7w2EE3u9s .navbar-collapse.collapsing .navbar-buttons,
  .cid-v7w2EE3u9s .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-v7w2EE3u9s .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v7w2EE3u9s .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v7w2EE3u9s .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity, padding, height;
    transition-property: opacity, padding, height;
  }
  .cid-v7w2EE3u9s .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v7w2EE3u9s .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v7w2EE3u9s .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (min-width: 1200px) {
  .cid-v7w2EE3u9s .navbar .menu-content-top {
    display: block;
  }
  .cid-v7w2EE3u9s .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-v7w2EE3u9s .content-right-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-v7w2EE3u9s .content-left-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-v7w2EE3u9s .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-v7w2EE3u9s .menu-bottom {
    display: flex;
  }
  .cid-v7w2EE3u9s .navbar {
    display: block;
    padding: 0;
  }
  .cid-v7w2EE3u9s .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-v7w2EE3u9s .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex !important;
    -webkit-box-align: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-v7w2EE3u9s .navbar-toggler {
    display: none;
  }
}
.cid-v7w2EE3u9s .navbar-short .menu-content-top {
  border: none;
  display: none;
}
.cid-v7w2EE3u9s .btn {
  padding: 15px 30px;
  font-weight: 800;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  border-width: 1px;
  box-shadow: none;
}
.cid-v7w2EE3u9s .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-v7w2EE3u9s .btn.display-4 {
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 13px;
}
.cid-v7w2EE3u9s .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-right: 4rem;
  width: 100%;
}
.cid-v7w2EE3u9s .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-v7w2EE3u9s .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v7w2EE3u9s .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v7w2EE3u9s .dropdown .dropdown-menu {
  background: #48d678;
  display: none;
  position: absolute;
  border-top: 3px solid #4f87fb;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-v7w2EE3u9s .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v7w2EE3u9s .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v7w2EE3u9s .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v7w2EE3u9s .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #4f87fb;
  color: #ffffff;
}
.cid-v7w2EE3u9s .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v7w2EE3u9s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v7w2EE3u9s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  color: #ffffff;
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v7w2EE3u9s .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v7w2EE3u9s .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7w2EE3u9s .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-v7w2EE3u9s .navbar.navbar-short {
  min-height: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v7w2EE3u9s .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-v7w2EE3u9s .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v7w2EE3u9s .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v7w2EE3u9s .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v7w2EE3u9s .navbar.navbar-short .navbar-nav {
  min-height: 60px;
}
.cid-v7w2EE3u9s button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v7w2EE3u9s button.navbar-toggler:focus {
  outline: none;
}
.cid-v7w2EE3u9s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v7w2EE3u9s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v7w2EE3u9s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-v7w2EE3u9s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-v7w2EE3u9s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v7w2EE3u9s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v7w2EE3u9s nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-v7w2EE3u9s nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-v7w2EE3u9s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v7w2EE3u9s .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-v7w2EE3u9s .collapsed .menu-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.cid-v7w2EE3u9s .collapsed .menu-logo {
  margin-right: 0;
}
.cid-v7w2EE3u9s .collapsed .btn {
  display: flex;
}
.cid-v7w2EE3u9s .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v7w2EE3u9s .collapsed .navbar-collapse.collapsing,
.cid-v7w2EE3u9s .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v7w2EE3u9s .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v7w2EE3u9s .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v7w2EE3u9s .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v7w2EE3u9s .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v7w2EE3u9s .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v7w2EE3u9s .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-v7w2EE3u9s .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v7w2EE3u9s .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-v7w2EE3u9s .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 3.5rem);
  }
  .cid-v7w2EE3u9s .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v7w2EE3u9s .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v7w2EE3u9s .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-v7w2EE3u9s .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-v7w2EE3u9s .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: opacity, padding, height;
  transition-property: opacity, padding, height;
}
.cid-v7w2EE3u9s .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v7w2EE3u9s .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v7w2EE3u9s .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-v7w2EE3u9s .collapsed .dropdown-item:before {
  display: none;
}
.cid-v7w2EE3u9s .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-v7w2EE3u9s .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-v7w2EE3u9s .nav-link:focus {
  outline: none;
}
.cid-v7w2EE3u9s .navbar-toggler {
  position: relative;
}
.cid-v7w2EE3u9s .dropdown-item.active,
.cid-v7w2EE3u9s .dropdown-item:active {
  background-color: #48d678;
  color: #ffffff;
}
.cid-v7w2EE3u9s .nav-link:hover,
.cid-v7w2EE3u9s .dropdown-item:hover {
  color: #4f87fb;
}
.cid-v7w2EEMkog {
  background-image: url("../../../assets/images/surrogate-mother.webp");
}
.cid-v7w2EEMkog .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2px;
}
.cid-v7w2EEMkog .mbr-section-title {
  color: #130947;
  font-weight: 900;
  line-height: 60px;
  letter-spacing: -1px;
}
.cid-v7w2EEMkog .mbr-section-title .accent-word {
  color: #4f87fb;
}
.cid-v7w2EEMkog .mbr-text {
  color: #6d7a8c;
}
.cid-v7w2EEMkog .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #130947;
  margin-left: 0.6rem;
}
.cid-v7w2EEMkog .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #4f87fb;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-v7w2EEMkog .mbr-section-btn {
  display: flex;
}
.cid-v7w2EEMkog .mbr-section-btn .btn {
  border-radius: 4px;
  line-height: 24px;
  letter-spacing: 1px;
  margin: 0.4rem 1rem 0.4rem 0rem !important;
  padding: 15px 55px !important;
}
.cid-v7w2EEMkog .mbr-section-btn .btn-primary:hover {
  background-color: #130947 !important;
  border-color: #130947 !important;
  color: #ffffff !important;
}
.cid-v7w2EEMkog .mbr-section-btn.display-4,
.cid-v7w2EEMkog .btn.display-4 {
  font-size: 12px !important;
}
.cid-v7w2EEMkog .video-wrap {
  cursor: pointer;
  margin-left: 14px;
}
.cid-v7w2EEMkog .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-v7w2EEMkog .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #4f87fb;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-v7w2EEMkog .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-v7w2EEMkog .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  line-height: 1.6em !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-v7w2EEMkog .video-wrap .mbr-text {
  line-height: 22px;
  font-weight: 800;
  letter-spacing: 0px;
  color: #130947;
}
.cid-v7w2EEMkog .video-wrap .mbr-text.display-4 {
  font-size: 13px;
}
.cid-v7w2EEMkog .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-v7w2EEMkog .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-v7w2EEMkog .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-v7w2EEMkog a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-v7w2EEMkog a.close:hover {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v7w2EEMkog .separator,
  .cid-v7w2EEMkog .sep-holder,
  .cid-v7w2EEMkog .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-v7w2EEMkog .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-v7w2EEMkog .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 15px;
  }
}
.cid-v7w2EHuixj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7w2EHuixj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7w2EHuixj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7w2EHuixj .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v7w2EHuixj .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v7w2EHuixj .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v7w2EHuixj .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v7w2EHuixj .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-v7w2EHuixj .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v7w2EHuixj .mbr-section-title {
  color: #111111;
}
.cid-v7w2EHuixj .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-v7w2EHuixj .mbr-text,
.cid-v7w2EHuixj .text-wrapper {
  color: #000000;
}
.cid-v7w2EJj8ga {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-v7w2EJj8ga .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7w2EJj8ga .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7w2EJj8ga .content-wrapper {
  justify-content: center;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.cid-v7w2EJj8ga .content-wrapper .border-wrap {
  content: '';
  position: absolute;
  width: 1000%;
  height: 1px;
  background-color: #ffffff;
}
.cid-v7w2EJj8ga .content-wrapper .border_1 {
  top: 0;
}
.cid-v7w2EJj8ga .content-wrapper .border_2 {
  bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7w2EJj8ga .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v7w2EJj8ga .content-wrapper::before,
.cid-v7w2EJj8ga .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #ffffff;
}
.cid-v7w2EJj8ga .content-wrapper::before {
  left: 0;
}
.cid-v7w2EJj8ga .content-wrapper::after {
  right: 0;
}
.cid-v7w2EJj8ga .content-wrapper .main-wrap {
  padding-top: 32px;
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v7w2EJj8ga .content-wrapper .main-wrap {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.cid-v7w2EJj8ga .content-wrapper .content-wrap {
  width: -webkit-fill-available;
}
.cid-v7w2EJj8ga .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v7w2EJj8ga .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7w2EJj8ga .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-v7w2EJj8ga .content-wrapper .content-wrap .mbr-section-btn {
    margin-bottom: 24px;
  }
}
.cid-v7w2EJj8ga .content-wrapper .content-wrap .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 16px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-v7w2EJj8ga .content-wrapper .content-wrap .nav-wrapper {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-v7w2EJj8ga .content-wrapper .content-wrap .nav-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
.cid-v7w2EJj8ga .content-wrapper .content-wrap .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v7w2EJj8ga .content-wrapper .content-wrap .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 16px;
  }
}
.cid-v7w2EJj8ga .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v7w2EJj8ga .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-v7w2EJj8ga .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-v7w2EJj8ga .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:focus {
  opacity: .5;
}
.cid-v7w2EJj8ga .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v7w2EJj8ga .mbr-copy {
  padding: 32px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-v7w2EJj8ga .mbr-section-title {
  color: #ffffff;
}
.cid-v7w2EJj8ga .mbr-text {
  color: #ffffff;
}
.cid-v7w2EJj8ga .mbr-list-title {
  color: #909090;
}
.cid-v7w2EJj8ga .list {
  color: #ffffff;
}
.cid-v7w2EJj8ga .list,
.cid-v7w2EJj8ga .item-wrap {
  color: #000000;
}
.cid-v7w2EJj8ga .mbr-section-title,
.cid-v7w2EJj8ga .mbr-section-btn {
  color: #000000;
}
.cid-v7w2EJj8ga .mbr-text,
.cid-v7w2EJj8ga .text-wrapper {
  color: #000000;
  text-align: justify;
}
.is-builder .cid-v7w3wkJR2a .navbar {
  padding-top: 20px !important;
}
.cid-v7w3wkJR2a .navbar {
  padding: 0.5rem 0;
  background: #48d678;
  -webkit-transition: none;
  transition: none;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-v7w3wkJR2a .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-v7w3wkJR2a .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-v7w3wkJR2a .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-v7w3wkJR2a .menu-logo .navbar-brand {
  display: flex;
  margin-left: 4rem;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-v7w3wkJR2a .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-v7w3wkJR2a .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-v7w3wkJR2a .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-v7w3wkJR2a .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v7w3wkJR2a .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-v7w3wkJR2a .navbar-dropdown.bg-color.transparent.opened {
  background: #48d678;
}
.cid-v7w3wkJR2a a {
  font-style: normal;
}
.cid-v7w3wkJR2a .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-v7w3wkJR2a .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-v7w3wkJR2a .dropdown-item:before {
  color: #ffffff;
  font-family: Material-Design-Icons !important;
  content: "\e716";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1.125rem;
  top: 1.1rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v7w3wkJR2a .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-v7w3wkJR2a .content-text {
  margin-bottom: 0;
}
.cid-v7w3wkJR2a .navbar-nav {
  position: relative;
  min-height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-v7w3wkJR2a .navbar-nav li:first-child > a {
  color: #4f87fb;
}
.cid-v7w3wkJR2a .navbar-nav li:last-child > a::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 1px;
  right: -9px;
  margin-top: -10px;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.46);
  margin-right: 12px;
}
@media (min-width: 1200px) {
  .cid-v7w3wkJR2a .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #4f87fb;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-v7w3wkJR2a .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-v7w3wkJR2a .navbar-nav .nav-item a {
    margin: 0 1.1rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-v7w3wkJR2a .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-v7w3wkJR2a .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-v7w3wkJR2a .display-4 > .mbr-iconfont {
  font-size: 1.23em;
}
.cid-v7w3wkJR2a .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-v7w3wkJR2a .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-v7w3wkJR2a .content-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-v7w3wkJR2a .content-link:first-child {
  padding-left: 1.3rem;
}
@media (max-width: 1200px) {
  .cid-v7w3wkJR2a .content-link {
    display: none;
  }
}
.cid-v7w3wkJR2a .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-v7w3wkJR2a .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-v7w3wkJR2a .nav-dropdown .link {
  font-weight: 600;
}
.cid-v7w3wkJR2a .nav-dropdown .link.display-4 {
  font-size: 15px;
}
.cid-v7w3wkJR2a .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-v7w3wkJR2a .content-left-side {
  text-align: center;
  padding-top: 3px;
}
@media (max-width: 575px) {
  .cid-v7w3wkJR2a .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-v7w3wkJR2a .content-left-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-v7w3wkJR2a .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-v7w3wkJR2a .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-v7w3wkJR2a .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-v7w3wkJR2a .content-right-side .icons-block {
  padding-bottom: 5px;
  padding-left: 17px;
}
.cid-v7w3wkJR2a .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-v7w3wkJR2a .content-right-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
.cid-v7w3wkJR2a .menu-content-top {
  display: none;
  padding: 1rem 4rem 1rem 3.8rem;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-v7w3wkJR2a .content-left-side .content-link {
  margin-left: 1rem;
}
.cid-v7w3wkJR2a .content-left-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
@media (max-width: 1200px) {
  .cid-v7w3wkJR2a .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-v7w3wkJR2a .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-v7w3wkJR2a .dropdown-item:before {
    display: none;
  }
  .cid-v7w3wkJR2a .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-v7w3wkJR2a .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-v7w3wkJR2a img {
    height: 3.8rem !important;
  }
  .cid-v7w3wkJR2a .btn {
    display: flex;
  }
  .cid-v7w3wkJR2a button.navbar-toggler {
    display: block;
  }
  .cid-v7w3wkJR2a .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-v7w3wkJR2a .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-v7w3wkJR2a .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-v7w3wkJR2a .navbar-collapse.collapsing,
  .cid-v7w3wkJR2a .navbar-collapse.show {
    display: block !important;
  }
  .cid-v7w3wkJR2a .navbar-collapse.collapsing .navbar-nav,
  .cid-v7w3wkJR2a .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v7w3wkJR2a .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v7w3wkJR2a .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-v7w3wkJR2a .navbar-collapse.collapsing .navbar-buttons,
  .cid-v7w3wkJR2a .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-v7w3wkJR2a .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v7w3wkJR2a .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v7w3wkJR2a .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity, padding, height;
    transition-property: opacity, padding, height;
  }
  .cid-v7w3wkJR2a .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v7w3wkJR2a .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v7w3wkJR2a .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (min-width: 1200px) {
  .cid-v7w3wkJR2a .navbar .menu-content-top {
    display: block;
  }
  .cid-v7w3wkJR2a .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-v7w3wkJR2a .content-right-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-v7w3wkJR2a .content-left-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-v7w3wkJR2a .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-v7w3wkJR2a .menu-bottom {
    display: flex;
  }
  .cid-v7w3wkJR2a .navbar {
    display: block;
    padding: 0;
  }
  .cid-v7w3wkJR2a .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-v7w3wkJR2a .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex !important;
    -webkit-box-align: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-v7w3wkJR2a .navbar-toggler {
    display: none;
  }
}
.cid-v7w3wkJR2a .navbar-short .menu-content-top {
  border: none;
  display: none;
}
.cid-v7w3wkJR2a .btn {
  padding: 15px 30px;
  font-weight: 800;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  border-width: 1px;
  box-shadow: none;
}
.cid-v7w3wkJR2a .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-v7w3wkJR2a .btn.display-4 {
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 13px;
}
.cid-v7w3wkJR2a .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-right: 4rem;
  width: 100%;
}
.cid-v7w3wkJR2a .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-v7w3wkJR2a .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v7w3wkJR2a .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v7w3wkJR2a .dropdown .dropdown-menu {
  background: #48d678;
  display: none;
  position: absolute;
  border-top: 3px solid #4f87fb;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-v7w3wkJR2a .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v7w3wkJR2a .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v7w3wkJR2a .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v7w3wkJR2a .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #4f87fb;
  color: #ffffff;
}
.cid-v7w3wkJR2a .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v7w3wkJR2a .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v7w3wkJR2a .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  color: #ffffff;
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v7w3wkJR2a .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v7w3wkJR2a .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7w3wkJR2a .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-v7w3wkJR2a .navbar.navbar-short {
  min-height: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v7w3wkJR2a .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-v7w3wkJR2a .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v7w3wkJR2a .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v7w3wkJR2a .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v7w3wkJR2a .navbar.navbar-short .navbar-nav {
  min-height: 60px;
}
.cid-v7w3wkJR2a button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v7w3wkJR2a button.navbar-toggler:focus {
  outline: none;
}
.cid-v7w3wkJR2a button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v7w3wkJR2a button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v7w3wkJR2a button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-v7w3wkJR2a button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-v7w3wkJR2a button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v7w3wkJR2a nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v7w3wkJR2a nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-v7w3wkJR2a nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-v7w3wkJR2a nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v7w3wkJR2a .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-v7w3wkJR2a .collapsed .menu-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.cid-v7w3wkJR2a .collapsed .menu-logo {
  margin-right: 0;
}
.cid-v7w3wkJR2a .collapsed .btn {
  display: flex;
}
.cid-v7w3wkJR2a .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v7w3wkJR2a .collapsed .navbar-collapse.collapsing,
.cid-v7w3wkJR2a .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v7w3wkJR2a .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v7w3wkJR2a .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v7w3wkJR2a .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v7w3wkJR2a .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v7w3wkJR2a .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v7w3wkJR2a .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-v7w3wkJR2a .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v7w3wkJR2a .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-v7w3wkJR2a .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 3.5rem);
  }
  .cid-v7w3wkJR2a .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v7w3wkJR2a .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v7w3wkJR2a .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-v7w3wkJR2a .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-v7w3wkJR2a .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: opacity, padding, height;
  transition-property: opacity, padding, height;
}
.cid-v7w3wkJR2a .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v7w3wkJR2a .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v7w3wkJR2a .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-v7w3wkJR2a .collapsed .dropdown-item:before {
  display: none;
}
.cid-v7w3wkJR2a .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-v7w3wkJR2a .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-v7w3wkJR2a .nav-link:focus {
  outline: none;
}
.cid-v7w3wkJR2a .navbar-toggler {
  position: relative;
}
.cid-v7w3wkJR2a .dropdown-item.active,
.cid-v7w3wkJR2a .dropdown-item:active {
  background-color: #48d678;
  color: #ffffff;
}
.cid-v7w3wkJR2a .nav-link:hover,
.cid-v7w3wkJR2a .dropdown-item:hover {
  color: #4f87fb;
}
.cid-v7w3wlp0qR {
  background-image: url("../../../assets/images/surrogacy-clinic-in-ludhiana-1-1920x900.png");
}
.cid-v7w3wlp0qR .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2px;
}
.cid-v7w3wlp0qR .mbr-section-title {
  color: #130947;
  font-weight: 900;
  line-height: 60px;
  letter-spacing: -1px;
}
.cid-v7w3wlp0qR .mbr-section-title .accent-word {
  color: #4f87fb;
}
.cid-v7w3wlp0qR .mbr-text {
  color: #6d7a8c;
}
.cid-v7w3wlp0qR .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #130947;
  margin-left: 0.6rem;
}
.cid-v7w3wlp0qR .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #4f87fb;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-v7w3wlp0qR .mbr-section-btn {
  display: flex;
}
.cid-v7w3wlp0qR .mbr-section-btn .btn {
  border-radius: 4px;
  line-height: 24px;
  letter-spacing: 1px;
  margin: 0.4rem 1rem 0.4rem 0rem !important;
  padding: 15px 55px !important;
}
.cid-v7w3wlp0qR .mbr-section-btn .btn-primary:hover {
  background-color: #130947 !important;
  border-color: #130947 !important;
  color: #ffffff !important;
}
.cid-v7w3wlp0qR .mbr-section-btn.display-4,
.cid-v7w3wlp0qR .btn.display-4 {
  font-size: 12px !important;
}
.cid-v7w3wlp0qR .video-wrap {
  cursor: pointer;
  margin-left: 14px;
}
.cid-v7w3wlp0qR .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-v7w3wlp0qR .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #4f87fb;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-v7w3wlp0qR .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-v7w3wlp0qR .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  line-height: 1.6em !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-v7w3wlp0qR .video-wrap .mbr-text {
  line-height: 22px;
  font-weight: 800;
  letter-spacing: 0px;
  color: #130947;
}
.cid-v7w3wlp0qR .video-wrap .mbr-text.display-4 {
  font-size: 13px;
}
.cid-v7w3wlp0qR .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-v7w3wlp0qR .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-v7w3wlp0qR .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-v7w3wlp0qR a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-v7w3wlp0qR a.close:hover {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v7w3wlp0qR .separator,
  .cid-v7w3wlp0qR .sep-holder,
  .cid-v7w3wlp0qR .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-v7w3wlp0qR .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-v7w3wlp0qR .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 15px;
  }
}
.cid-v7w3wlVR30 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7w3wlVR30 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7w3wlVR30 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7w3wlVR30 .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v7w3wlVR30 .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v7w3wlVR30 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v7w3wlVR30 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v7w3wlVR30 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-v7w3wlVR30 .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v7w3wlVR30 .mbr-section-title {
  color: #111111;
}
.cid-v7w3wlVR30 .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-v7w3wlVR30 .mbr-text,
.cid-v7w3wlVR30 .text-wrapper {
  color: #000000;
}
.cid-v7w3wmeMU4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-v7w3wmeMU4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7w3wmeMU4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7w3wmeMU4 .content-wrapper {
  justify-content: center;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.cid-v7w3wmeMU4 .content-wrapper .border-wrap {
  content: '';
  position: absolute;
  width: 1000%;
  height: 1px;
  background-color: #ffffff;
}
.cid-v7w3wmeMU4 .content-wrapper .border_1 {
  top: 0;
}
.cid-v7w3wmeMU4 .content-wrapper .border_2 {
  bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7w3wmeMU4 .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v7w3wmeMU4 .content-wrapper::before,
.cid-v7w3wmeMU4 .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #ffffff;
}
.cid-v7w3wmeMU4 .content-wrapper::before {
  left: 0;
}
.cid-v7w3wmeMU4 .content-wrapper::after {
  right: 0;
}
.cid-v7w3wmeMU4 .content-wrapper .main-wrap {
  padding-top: 32px;
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v7w3wmeMU4 .content-wrapper .main-wrap {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.cid-v7w3wmeMU4 .content-wrapper .content-wrap {
  width: -webkit-fill-available;
}
.cid-v7w3wmeMU4 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v7w3wmeMU4 .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7w3wmeMU4 .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-v7w3wmeMU4 .content-wrapper .content-wrap .mbr-section-btn {
    margin-bottom: 24px;
  }
}
.cid-v7w3wmeMU4 .content-wrapper .content-wrap .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 16px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-v7w3wmeMU4 .content-wrapper .content-wrap .nav-wrapper {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-v7w3wmeMU4 .content-wrapper .content-wrap .nav-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
.cid-v7w3wmeMU4 .content-wrapper .content-wrap .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v7w3wmeMU4 .content-wrapper .content-wrap .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 16px;
  }
}
.cid-v7w3wmeMU4 .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v7w3wmeMU4 .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-v7w3wmeMU4 .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-v7w3wmeMU4 .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:focus {
  opacity: .5;
}
.cid-v7w3wmeMU4 .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v7w3wmeMU4 .mbr-copy {
  padding: 32px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-v7w3wmeMU4 .mbr-section-title {
  color: #ffffff;
}
.cid-v7w3wmeMU4 .mbr-text {
  color: #ffffff;
}
.cid-v7w3wmeMU4 .mbr-list-title {
  color: #909090;
}
.cid-v7w3wmeMU4 .list {
  color: #ffffff;
}
.cid-v7w3wmeMU4 .list,
.cid-v7w3wmeMU4 .item-wrap {
  color: #000000;
}
.cid-v7w3wmeMU4 .mbr-section-title,
.cid-v7w3wmeMU4 .mbr-section-btn {
  color: #000000;
}
.cid-v7w3wmeMU4 .mbr-text,
.cid-v7w3wmeMU4 .text-wrapper {
  color: #000000;
  text-align: justify;
}
.is-builder .cid-v7w262IjLE .navbar {
  padding-top: 20px !important;
}
.cid-v7w262IjLE .navbar {
  padding: 0.5rem 0;
  background: #48d678;
  -webkit-transition: none;
  transition: none;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-v7w262IjLE .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-v7w262IjLE .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-v7w262IjLE .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-v7w262IjLE .menu-logo .navbar-brand {
  display: flex;
  margin-left: 4rem;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-v7w262IjLE .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-v7w262IjLE .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-v7w262IjLE .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-v7w262IjLE .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v7w262IjLE .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-v7w262IjLE .navbar-dropdown.bg-color.transparent.opened {
  background: #48d678;
}
.cid-v7w262IjLE a {
  font-style: normal;
}
.cid-v7w262IjLE .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-v7w262IjLE .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-v7w262IjLE .dropdown-item:before {
  color: #ffffff;
  font-family: Material-Design-Icons !important;
  content: "\e716";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1.125rem;
  top: 1.1rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v7w262IjLE .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-v7w262IjLE .content-text {
  margin-bottom: 0;
}
.cid-v7w262IjLE .navbar-nav {
  position: relative;
  min-height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-v7w262IjLE .navbar-nav li:first-child > a {
  color: #4f87fb;
}
.cid-v7w262IjLE .navbar-nav li:last-child > a::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 1px;
  right: -9px;
  margin-top: -10px;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.46);
  margin-right: 12px;
}
@media (min-width: 1200px) {
  .cid-v7w262IjLE .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #4f87fb;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-v7w262IjLE .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-v7w262IjLE .navbar-nav .nav-item a {
    margin: 0 1.1rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-v7w262IjLE .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-v7w262IjLE .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-v7w262IjLE .display-4 > .mbr-iconfont {
  font-size: 1.23em;
}
.cid-v7w262IjLE .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-v7w262IjLE .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-v7w262IjLE .content-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-v7w262IjLE .content-link:first-child {
  padding-left: 1.3rem;
}
@media (max-width: 1200px) {
  .cid-v7w262IjLE .content-link {
    display: none;
  }
}
.cid-v7w262IjLE .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-v7w262IjLE .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-v7w262IjLE .nav-dropdown .link {
  font-weight: 600;
}
.cid-v7w262IjLE .nav-dropdown .link.display-4 {
  font-size: 15px;
}
.cid-v7w262IjLE .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-v7w262IjLE .content-left-side {
  text-align: center;
  padding-top: 3px;
}
@media (max-width: 575px) {
  .cid-v7w262IjLE .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-v7w262IjLE .content-left-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-v7w262IjLE .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-v7w262IjLE .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-v7w262IjLE .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-v7w262IjLE .content-right-side .icons-block {
  padding-bottom: 5px;
  padding-left: 17px;
}
.cid-v7w262IjLE .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-v7w262IjLE .content-right-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
.cid-v7w262IjLE .menu-content-top {
  display: none;
  padding: 1rem 4rem 1rem 3.8rem;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-v7w262IjLE .content-left-side .content-link {
  margin-left: 1rem;
}
.cid-v7w262IjLE .content-left-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
@media (max-width: 1200px) {
  .cid-v7w262IjLE .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-v7w262IjLE .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-v7w262IjLE .dropdown-item:before {
    display: none;
  }
  .cid-v7w262IjLE .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-v7w262IjLE .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-v7w262IjLE img {
    height: 3.8rem !important;
  }
  .cid-v7w262IjLE .btn {
    display: flex;
  }
  .cid-v7w262IjLE button.navbar-toggler {
    display: block;
  }
  .cid-v7w262IjLE .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-v7w262IjLE .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-v7w262IjLE .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-v7w262IjLE .navbar-collapse.collapsing,
  .cid-v7w262IjLE .navbar-collapse.show {
    display: block !important;
  }
  .cid-v7w262IjLE .navbar-collapse.collapsing .navbar-nav,
  .cid-v7w262IjLE .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v7w262IjLE .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v7w262IjLE .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-v7w262IjLE .navbar-collapse.collapsing .navbar-buttons,
  .cid-v7w262IjLE .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-v7w262IjLE .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v7w262IjLE .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v7w262IjLE .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity, padding, height;
    transition-property: opacity, padding, height;
  }
  .cid-v7w262IjLE .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v7w262IjLE .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v7w262IjLE .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (min-width: 1200px) {
  .cid-v7w262IjLE .navbar .menu-content-top {
    display: block;
  }
  .cid-v7w262IjLE .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-v7w262IjLE .content-right-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-v7w262IjLE .content-left-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-v7w262IjLE .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-v7w262IjLE .menu-bottom {
    display: flex;
  }
  .cid-v7w262IjLE .navbar {
    display: block;
    padding: 0;
  }
  .cid-v7w262IjLE .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-v7w262IjLE .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex !important;
    -webkit-box-align: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-v7w262IjLE .navbar-toggler {
    display: none;
  }
}
.cid-v7w262IjLE .navbar-short .menu-content-top {
  border: none;
  display: none;
}
.cid-v7w262IjLE .btn {
  padding: 15px 30px;
  font-weight: 800;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  border-width: 1px;
  box-shadow: none;
}
.cid-v7w262IjLE .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-v7w262IjLE .btn.display-4 {
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 13px;
}
.cid-v7w262IjLE .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-right: 4rem;
  width: 100%;
}
.cid-v7w262IjLE .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-v7w262IjLE .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v7w262IjLE .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v7w262IjLE .dropdown .dropdown-menu {
  background: #48d678;
  display: none;
  position: absolute;
  border-top: 3px solid #4f87fb;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-v7w262IjLE .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v7w262IjLE .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v7w262IjLE .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v7w262IjLE .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #4f87fb;
  color: #ffffff;
}
.cid-v7w262IjLE .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v7w262IjLE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v7w262IjLE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  color: #ffffff;
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v7w262IjLE .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v7w262IjLE .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7w262IjLE .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-v7w262IjLE .navbar.navbar-short {
  min-height: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v7w262IjLE .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-v7w262IjLE .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v7w262IjLE .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v7w262IjLE .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v7w262IjLE .navbar.navbar-short .navbar-nav {
  min-height: 60px;
}
.cid-v7w262IjLE button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v7w262IjLE button.navbar-toggler:focus {
  outline: none;
}
.cid-v7w262IjLE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v7w262IjLE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v7w262IjLE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-v7w262IjLE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-v7w262IjLE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v7w262IjLE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v7w262IjLE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-v7w262IjLE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-v7w262IjLE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v7w262IjLE .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-v7w262IjLE .collapsed .menu-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.cid-v7w262IjLE .collapsed .menu-logo {
  margin-right: 0;
}
.cid-v7w262IjLE .collapsed .btn {
  display: flex;
}
.cid-v7w262IjLE .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v7w262IjLE .collapsed .navbar-collapse.collapsing,
.cid-v7w262IjLE .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v7w262IjLE .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v7w262IjLE .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v7w262IjLE .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v7w262IjLE .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v7w262IjLE .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v7w262IjLE .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-v7w262IjLE .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v7w262IjLE .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-v7w262IjLE .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 3.5rem);
  }
  .cid-v7w262IjLE .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v7w262IjLE .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v7w262IjLE .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-v7w262IjLE .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-v7w262IjLE .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: opacity, padding, height;
  transition-property: opacity, padding, height;
}
.cid-v7w262IjLE .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v7w262IjLE .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v7w262IjLE .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-v7w262IjLE .collapsed .dropdown-item:before {
  display: none;
}
.cid-v7w262IjLE .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-v7w262IjLE .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-v7w262IjLE .nav-link:focus {
  outline: none;
}
.cid-v7w262IjLE .navbar-toggler {
  position: relative;
}
.cid-v7w262IjLE .dropdown-item.active,
.cid-v7w262IjLE .dropdown-item:active {
  background-color: #48d678;
  color: #ffffff;
}
.cid-v7w262IjLE .nav-link:hover,
.cid-v7w262IjLE .dropdown-item:hover {
  color: #4f87fb;
}
.cid-v7w263uFEb {
  background-image: url("../../../assets/images/gettyimages-629726342-2000x1333.jpg");
}
.cid-v7w263uFEb .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2px;
}
.cid-v7w263uFEb .mbr-section-title {
  color: #130947;
  font-weight: 900;
  line-height: 60px;
  letter-spacing: -1px;
}
.cid-v7w263uFEb .mbr-section-title .accent-word {
  color: #4f87fb;
}
.cid-v7w263uFEb .mbr-text {
  color: #6d7a8c;
}
.cid-v7w263uFEb .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #130947;
  margin-left: 0.6rem;
}
.cid-v7w263uFEb .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #4f87fb;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-v7w263uFEb .mbr-section-btn {
  display: flex;
}
.cid-v7w263uFEb .mbr-section-btn .btn {
  border-radius: 4px;
  line-height: 24px;
  letter-spacing: 1px;
  margin: 0.4rem 1rem 0.4rem 0rem !important;
  padding: 15px 55px !important;
}
.cid-v7w263uFEb .mbr-section-btn .btn-primary:hover {
  background-color: #130947 !important;
  border-color: #130947 !important;
  color: #ffffff !important;
}
.cid-v7w263uFEb .mbr-section-btn.display-4,
.cid-v7w263uFEb .btn.display-4 {
  font-size: 12px !important;
}
.cid-v7w263uFEb .video-wrap {
  cursor: pointer;
  margin-left: 14px;
}
.cid-v7w263uFEb .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-v7w263uFEb .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #4f87fb;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-v7w263uFEb .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-v7w263uFEb .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  line-height: 1.6em !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-v7w263uFEb .video-wrap .mbr-text {
  line-height: 22px;
  font-weight: 800;
  letter-spacing: 0px;
  color: #130947;
}
.cid-v7w263uFEb .video-wrap .mbr-text.display-4 {
  font-size: 13px;
}
.cid-v7w263uFEb .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-v7w263uFEb .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-v7w263uFEb .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-v7w263uFEb a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-v7w263uFEb a.close:hover {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v7w263uFEb .separator,
  .cid-v7w263uFEb .sep-holder,
  .cid-v7w263uFEb .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-v7w263uFEb .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-v7w263uFEb .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 15px;
  }
}
.cid-v7w263uFEb .mbr-text,
.cid-v7w263uFEb .mbr-section-btn {
  color: #000000;
}
.cid-v7w263ZOB8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7w263ZOB8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7w263ZOB8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7w263ZOB8 .mbr-text {
  color: #000000;
}
.cid-v7w263ZOB8 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-v7w263ZOB8 .item-wrapper {
  background: #ffffff;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-v7w263ZOB8 .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v7w263ZOB8 .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
.cid-v7w263ZOB8 .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v7w263ZOB8 .main-button {
    margin-bottom: 2rem;
  }
}
.cid-v7w263ZOB8 .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-v7w263ZOB8 .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-v7w263ZOB8 .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0cc035;
  background-color: #0cc035;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-v7w263ZOB8 .mbr-text UL {
  text-align: left;
}
.cid-v7w263ZOB8 .mbr-section-subtitle,
.cid-v7w263ZOB8 .main-button {
  color: #000000;
}
.cid-v7w263ZOB8 .mbr-section-title {
  color: #000000;
}
.cid-v7w264gfV1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
  overflow: hidden;
  position: relative;
}
.cid-v7w264gfV1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7w264gfV1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7w264gfV1::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #e6e6e6;
  pointer-events: none;
}
.cid-v7w264gfV1 .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-v7w264gfV1 .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px dotted #e6e6e6;
  pointer-events: none;
}
.cid-v7w264gfV1 .content-wrapper .border_1 {
  left: 0;
}
.cid-v7w264gfV1 .content-wrapper .border_2 {
  left: 25%;
}
@media (max-width: 992px) {
  .cid-v7w264gfV1 .content-wrapper .border_2 {
    display: none;
  }
}
.cid-v7w264gfV1 .content-wrapper .border_3 {
  left: 50%;
}
.cid-v7w264gfV1 .content-wrapper .border_4 {
  left: 75%;
}
@media (max-width: 992px) {
  .cid-v7w264gfV1 .content-wrapper .border_4 {
    display: none;
  }
}
.cid-v7w264gfV1 .content-wrapper .border_5 {
  left: 100%;
}
.cid-v7w264gfV1 .content-wrapper .content-wrap {
  margin: 0;
}
.cid-v7w264gfV1 .content-wrapper .title-wrap {
  align-items: flex-end;
}
.cid-v7w264gfV1 .content-wrapper .card {
  position: relative;
  z-index: 1;
  padding: 0;
}
.cid-v7w264gfV1 .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-v7w264gfV1 .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v7w264gfV1 .content-wrapper .title-wrapper {
    padding: 0 16px;
  }
}
.cid-v7w264gfV1 .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 24px;
}
.cid-v7w264gfV1 .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v7w264gfV1 .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper {
  display: inline-flex;
  margin-right: 12px;
}
.cid-v7w264gfV1 .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor {
  height: 10px;
  background-color: #1a1a1a;
}
.cid-v7w264gfV1 .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_1 {
  width: 33px;
  margin-right: 16px;
}
.cid-v7w264gfV1 .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_2 {
  width: 17px;
  margin-right: 8px;
}
.cid-v7w264gfV1 .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_3 {
  width: 9px;
  margin-right: 4px;
}
.cid-v7w264gfV1 .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_4 {
  width: 4px;
  margin-right: 2px;
}
.cid-v7w264gfV1 .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_5 {
  width: 2px;
}
.cid-v7w264gfV1 .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v7w264gfV1 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v7w264gfV1 .content-wrapper .desc-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-v7w264gfV1 .content-wrapper .desc-wrapper {
    padding: 0 16px;
  }
}
.cid-v7w264gfV1 .content-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v7w264gfV1 .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-v7w264gfV1 .content-wrapper .text-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-v7w264gfV1 .content-wrapper .text-wrapper {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v7w264gfV1 .content-wrapper .text-wrapper {
    padding: 0 16px;
  }
}
.cid-v7w264gfV1 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v7w264gfV1 .content-wrapper .text-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v7w264gfV1 .content-wrapper .image-wrapper {
  margin-left: 1px;
}
.cid-v7w264gfV1 .content-wrapper .image-wrapper img {
  height: 450px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v7w264gfV1 .content-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-v7w264gfV1 .mbr-label {
  color: #1a1a1a;
}
.cid-v7w264gfV1 .mbr-section-title {
  color: #1a1a1a;
}
.cid-v7w264gfV1 .mbr-desc {
  color: #808080;
}
.cid-v7w264gfV1 .mbr-text {
  color: #808080;
}
.cid-v7w264gfV1 .mbr-text,
.cid-v7w264gfV1 .mbr-section-btn {
  color: #000000;
}
.cid-v7w264Cl9u {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-v7w264Cl9u .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-v7w264Cl9u .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-v7w264Cl9u .mbr-section-title {
  margin: 0;
  color: #000000;
  font-weight: 700;
  margin-bottom: 10px;
}
.cid-v7w264Cl9u .mbr-section-title.display-2 {
  font-size: 38px;
  line-height: 1.26;
  letter-spacing: -0.5px;
}
.cid-v7w264Cl9u .mbr-section-text {
  line-height: 1.5;
  color: #000000;
  font-weight: 400;
}
.cid-v7w264Cl9u .mbr-section-text.display-7 {
  font-size: 16px;
}
.cid-v7w264Cl9u .display-2 {
  font-size: 38px;
}
.cid-v7w264Cl9u .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
  margin-bottom: 10px;
}
.cid-v7w264Cl9u .wrapper .img {
  margin-bottom: 20px;
}
.cid-v7w264Cl9u .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-v7w264Cl9u .wrapper .mbr-card-title {
  color: #130947;
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
}
.cid-v7w264Cl9u .wrapper .mbr-card-title.display-7 {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.5px;
}
.cid-v7w264Cl9u .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-v7w264Cl9u .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .cid-v7w264Cl9u * {
    text-align: left;
  }
}
.cid-v7w264Cl9u .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7w264Cl9u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7w264Cl9u .mbr-card-title,
.cid-v7w264Cl9u .img {
  text-align: center;
  color: #000000;
}
.cid-v7w265eAnl {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-v7w265eAnl .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-v7w265eAnl .wrap-block .contents {
  margin-bottom: 40px;
}
.cid-v7w265eAnl .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-v7w265eAnl .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 2px;
}
.cid-v7w265eAnl .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  font-weight: 700;
}
.cid-v7w265eAnl .mbr-section-title.display-2 {
  font-size: 35px;
  line-height: 45px;
  letter-spacing: -0.5px;
}
.cid-v7w265eAnl .mbr-section-text {
  color: #6d7a8c;
  line-height: 28px;
  margin-top: 10px;
}
.cid-v7w265eAnl .boldSubtitle {
  color: #130947;
}
.cid-v7w265eAnl .info-widget {
  padding-top: 0.5rem;
}
.cid-v7w265eAnl .info-widget .widget-icon {
  display: inline-block;
  font-size: 1.75rem;
  color: #4f87fb;
  margin-right: 15px;
}
.cid-v7w265eAnl .info-widget .signature {
  width: 35%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
}
.cid-v7w265eAnl .info-widget .widget-content {
  vertical-align: middle;
  display: inline-block;
}
.cid-v7w265eAnl .info-widget .widget-content .widget-title {
  color: #130947;
  margin-bottom: 0;
  font-weight: 700;
}
.cid-v7w265eAnl .info-widget .widget-content .widget-title.display-7 {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.5px;
}
.cid-v7w265eAnl .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
  font-weight: 700;
}
.cid-v7w265eAnl .info-widget .widget-content .widget-text.display-4 {
  line-height: 24px;
  letter-spacing: -0.5px;
}
.cid-v7w265eAnl .info-widget--right {
  margin-top: 30px;
  padding-top: 0;
}
.cid-v7w265eAnl .info-widget--right .widget-content .widget-title {
  margin-bottom: 0 !important;
  color: #130947;
  font-weight: 700;
}
.cid-v7w265eAnl .info-widget--right .widget-content .widget-title.display-7 {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.5px;
}
@media (max-width: 500px) {
  .cid-v7w265eAnl .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v7w265eAnl .mbr-section-title,
  .cid-v7w265eAnl .mbr-section-subtitle,
  .cid-v7w265eAnl .mbr-text {
    text-align: left !important;
  }
  .cid-v7w265eAnl .social-list {
    text-align: left !important;
  }
}
.cid-v7w265eAnl .mbr-section-title,
.cid-v7w265eAnl .menu-content-right {
  color: #000000;
}
.cid-v7w265eAnl .mbr-section-text,
.cid-v7w265eAnl .outer-wrap {
  color: #000000;
}
.cid-v7w265ygxX {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-v7w265ygxX .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-v7w265ygxX .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-v7w265ygxX .mbr-section-title {
  margin: 0;
  color: #000000;
  font-weight: 700;
  margin-bottom: 10px;
}
.cid-v7w265ygxX .mbr-section-title.display-2 {
  font-size: 38px;
  line-height: 1.26;
  letter-spacing: -0.5px;
}
.cid-v7w265ygxX .mbr-section-text {
  line-height: 1.5;
  color: #000000;
  font-weight: 400;
}
.cid-v7w265ygxX .mbr-section-text.display-7 {
  font-size: 16px;
}
.cid-v7w265ygxX .display-2 {
  font-size: 38px;
}
.cid-v7w265ygxX .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
  margin-bottom: 10px;
}
.cid-v7w265ygxX .wrapper .img {
  margin-bottom: 20px;
}
.cid-v7w265ygxX .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-v7w265ygxX .wrapper .mbr-card-title {
  color: #130947;
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
}
.cid-v7w265ygxX .wrapper .mbr-card-title.display-7 {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.5px;
}
.cid-v7w265ygxX .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-v7w265ygxX .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .cid-v7w265ygxX * {
    text-align: left;
  }
}
.cid-v7w265ygxX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7w265ygxX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7w265WwJh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7w265WwJh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7w265WwJh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7w265WwJh .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v7w265WwJh .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v7w265WwJh .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v7w265WwJh .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v7w265WwJh .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-v7w265WwJh .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v7w265WwJh .mbr-section-title {
  color: #111111;
}
.cid-v7w265WwJh .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-v7w265WwJh .mbr-text,
.cid-v7w265WwJh .text-wrapper {
  color: #000000;
}
.cid-v7w266bPUQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-v7w266bPUQ .title-text {
  margin-bottom: 70px;
}
.cid-v7w266bPUQ .title-text .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-v7w266bPUQ .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-v7w266bPUQ .title-text .mbr-section-title {
  color: #130947;
}
.cid-v7w266bPUQ .title-text .mbr-section-title span {
  font-weight: 900;
}
.cid-v7w266bPUQ .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-v7w266bPUQ .mbr-iconfont {
  font-family: 'Moririse2' !important;
  display: inline-flex;
  -webkit-transform-origin: ;
  transform-origin: ;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #222222;
}
.cid-v7w266bPUQ .mbr-iconfont:before {
  -webkit-transform: scaleY(0) !important;
  transform: scaleY(0) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-v7w266bPUQ .collapsed .mbr-iconfont {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-v7w266bPUQ .collapsed .mbr-iconfont:before {
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-v7w266bPUQ .accordion-content {
  flex-basis: 100%;
}
.cid-v7w266bPUQ .panel-group {
  width: 100%;
}
.cid-v7w266bPUQ .panel-text,
.cid-v7w266bPUQ .header-text,
.cid-v7w266bPUQ .mbr-section-subtitle {
  color: #222222;
}
.cid-v7w266bPUQ .card {
  margin-bottom: 30px;
  margin-top: 30px;
  border: none;
  border-radius: 0 !important;
}
.cid-v7w266bPUQ .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-v7w266bPUQ .card .card-header a.panel-title {
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #f1f1f1;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none !important;
  border-radius: 0 !important;
  line-height: normal;
}
.cid-v7w266bPUQ .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-v7w266bPUQ .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-v7w266bPUQ .card .card-header a.panel-title h4 {
  padding: 17px 42px 17px 35px;
  margin-bottom: 0;
  width: 100%;
  line-height: 1.5;
  font-weight: 400 !important;
}
.cid-v7w266bPUQ .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  line-height: 1.6 !important;
}
.cid-v7w266bPUQ .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 29px;
  -webkit-transform: none;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
}
.cid-v7w266bPUQ .card .card-header a.panel-title .toggle-icon:before,
.cid-v7w266bPUQ .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-v7w266bPUQ .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  -webkit-transform: none;
  transform: none;
}
.cid-v7w266bPUQ .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-v7w266bPUQ .card .card-header a.panel-title[aria-expanded='true'] {
  background-color: #48d678;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-v7w266bPUQ .card .card-header a.panel-title[aria-expanded='true'] .header-text,
.cid-v7w266bPUQ .card .card-header a.panel-title[aria-expanded='true'] .sign {
  color: #000000 !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-v7w266bPUQ .card .panel-body {
  background: #ffffff;
  padding: 30px 55px 35px 40px !important;
}
.cid-v7w266bPUQ .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-v7w266bPUQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7w266bPUQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7w266bPUQ .title-text .mbr-section-title {
  color: #000000;
}
.cid-v7w266FUFT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7w266FUFT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7w266FUFT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7w266FUFT .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v7w266FUFT .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v7w266FUFT .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v7w266FUFT .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v7w266FUFT .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-v7w266FUFT .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v7w266FUFT .mbr-section-title {
  color: #111111;
}
.cid-v7w266FUFT .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-v7w266FUFT .mbr-text,
.cid-v7w266FUFT .text-wrapper {
  color: #000000;
}
.cid-v7w266Vtqf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e6ecf2;
}
.cid-v7w266Vtqf .row {
  position: relative;
  box-sizing: border-box;
  padding-top: 100px;
  padding-bottom: 90px;
  background-color: #4f87fb !important;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  overflow: hidden;
  background-image: url("file:///C:/Users/ignit/AppData/Local/Mobirise.com/Mobirise/projects/project-2026-01-06_122443/assets/images/08.jpg") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.cid-v7w266Vtqf .row::before {
  background-color: #48d678;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: "";
  display: block;
  z-index: 0;
  opacity: 0.8;
}
.cid-v7w266Vtqf .stats-item {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-v7w266Vtqf .stats-item:first-child {
  border-radius: 10px 0 0 10px;
}
.cid-v7w266Vtqf .stats-item:last-child {
  border-radius: 0 10px 10px 0;
}
.cid-v7w266Vtqf .stats-item:after {
  content: "";
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.22);
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 768px) {
  .cid-v7w266Vtqf .stats-item:after {
    display: none;
  }
}
.cid-v7w266Vtqf .stats-item > span {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cid-v7w266Vtqf .mbr-iconfont {
  font-size: 60px;
  align-self: center;
  margin-right: 20px;
}
.cid-v7w266Vtqf .heading {
  color: #ffffff;
}
.cid-v7w266Vtqf .container {
  min-width: 100%;
  padding: 0;
  margin: 0 auto;
}
.cid-v7w266Vtqf .counter {
  text-align: center;
  color: #ffffff;
  font-weight: 900;
}
.cid-v7w266Vtqf .counter.display-2 {
  line-height: 46px;
  letter-spacing: -0.5px;
}
.cid-v7w266Vtqf .mbr-card-title,
.cid-v7w266Vtqf .mbr-iconfont {
  text-align: center;
  color: #ffffff;
  display: block;
}
.cid-v7w266Vtqf .mbr-card-title.display-4 {
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .cid-v7w266Vtqf .stats-item {
    -webkit-box-pack: center;
    justify-content: center;
    padding: 30px 25px;
  }
  .cid-v7w266Vtqf .stats-item:first-child {
    border-radius: 0;
  }
  .cid-v7w266Vtqf .stats-item:last-child {
    border-radius: 0;
  }
}
.cid-v7w267q5Ri {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7w267q5Ri .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7w267q5Ri .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7w267q5Ri .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v7w267q5Ri .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v7w267q5Ri .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v7w267q5Ri .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v7w267q5Ri .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-v7w267q5Ri .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v7w267q5Ri .mbr-section-title {
  color: #111111;
}
.cid-v7w267q5Ri .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-v7w267q5Ri .mbr-text,
.cid-v7w267q5Ri .text-wrapper {
  color: #000000;
}
.cid-v7wm5rsLKK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #5ed486;
}
.cid-v7wm5rsLKK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7wm5rsLKK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7wm5rsLKK .row {
  margin: 0 -15px;
}
.cid-v7wm5rsLKK .row .card {
  padding: 0 15px;
}
.cid-v7wm5rsLKK .image-wrapper {
  overflow: hidden;
  border: 1px solid #fefff5;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v7wm5rsLKK .image-wrapper {
    padding: 20px;
  }
}
.cid-v7wm5rsLKK .content-wrapper .title-wrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v7wm5rsLKK .content-wrapper .title-wrap {
    margin-bottom: 30px;
  }
}
.cid-v7wm5rsLKK .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v7wm5rsLKK .content-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v7wm5rsLKK .mbr-section-title {
  color: #fefff5;
}
.cid-v7wm5rsLKK .mbr-section-subtitle {
  color: #a1a1a1;
}
.cid-v7w9nH8WS2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7w9nH8WS2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7w9nH8WS2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7w9nH8WS2 .content-wrap {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-v7w9nH8WS2 .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-v7w9nH8WS2 .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-v7w9nH8WS2 .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.cid-v7w9nH8WS2 .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v7w9nH8WS2 .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7w9nH8WS2 .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7w9nH8WS2 .card-wrapper {
  background-color: #f7f7f7;
  padding: 8px;
}
.cid-v7w9nH8WS2 .card-wrapper .panel-group .card {
  position: relative;
  padding: 0;
  border-bottom: none;
  background-color: #ffffff;
  margin-top: 8px;
  overflow: hidden;
}
.cid-v7w9nH8WS2 .card-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-v7w9nH8WS2 .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v7w9nH8WS2 .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 24px;
}
.cid-v7w9nH8WS2 .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v7w9nH8WS2 .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 20px;
  height: 20px;
  min-width: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-v7w9nH8WS2 .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-v7w9nH8WS2 .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-v7w9nH8WS2 .card-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 24px 24px 24px;
}
.cid-v7w9nH8WS2 .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  transition: all .3s ease;
  transform: translateY(10px);
  opacity: 0;
}
.cid-v7w9nH8WS2 .card-wrapper .panel-group .card .panel-collapse.show .panel-body .panel-text {
  transform: translateY(0);
  opacity: 1;
}
.cid-v7w9nH8WS2 .mbr-label,
.cid-v7w9nH8WS2 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v7w9nH8WS2 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v7w9nH8WS2 .mbr-text,
.cid-v7w9nH8WS2 .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-v7w9nH8WS2 .panel-title-edit {
  color: #000000;
}
.cid-v7w9nH8WS2 .panel-text {
  color: #4f4f4f;
}
.cid-v7w267GK8y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-v7w267GK8y .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7w267GK8y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7w267GK8y .content-wrapper {
  justify-content: center;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.cid-v7w267GK8y .content-wrapper .border-wrap {
  content: '';
  position: absolute;
  width: 1000%;
  height: 1px;
  background-color: #ffffff;
}
.cid-v7w267GK8y .content-wrapper .border_1 {
  top: 0;
}
.cid-v7w267GK8y .content-wrapper .border_2 {
  bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7w267GK8y .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v7w267GK8y .content-wrapper::before,
.cid-v7w267GK8y .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #ffffff;
}
.cid-v7w267GK8y .content-wrapper::before {
  left: 0;
}
.cid-v7w267GK8y .content-wrapper::after {
  right: 0;
}
.cid-v7w267GK8y .content-wrapper .main-wrap {
  padding-top: 32px;
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v7w267GK8y .content-wrapper .main-wrap {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.cid-v7w267GK8y .content-wrapper .content-wrap {
  width: -webkit-fill-available;
}
.cid-v7w267GK8y .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v7w267GK8y .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7w267GK8y .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-v7w267GK8y .content-wrapper .content-wrap .mbr-section-btn {
    margin-bottom: 24px;
  }
}
.cid-v7w267GK8y .content-wrapper .content-wrap .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 16px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-v7w267GK8y .content-wrapper .content-wrap .nav-wrapper {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-v7w267GK8y .content-wrapper .content-wrap .nav-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
.cid-v7w267GK8y .content-wrapper .content-wrap .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v7w267GK8y .content-wrapper .content-wrap .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 16px;
  }
}
.cid-v7w267GK8y .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v7w267GK8y .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-v7w267GK8y .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-v7w267GK8y .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:focus {
  opacity: .5;
}
.cid-v7w267GK8y .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v7w267GK8y .mbr-copy {
  padding: 32px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-v7w267GK8y .mbr-section-title {
  color: #ffffff;
}
.cid-v7w267GK8y .mbr-text {
  color: #ffffff;
}
.cid-v7w267GK8y .mbr-list-title {
  color: #909090;
}
.cid-v7w267GK8y .list {
  color: #ffffff;
}
.cid-v7w267GK8y .list,
.cid-v7w267GK8y .item-wrap {
  color: #000000;
}
.cid-v7w267GK8y .mbr-section-title,
.cid-v7w267GK8y .mbr-section-btn {
  color: #000000;
}
.cid-v7w267GK8y .mbr-text,
.cid-v7w267GK8y .text-wrapper {
  color: #000000;
  text-align: justify;
}
.is-builder .cid-v7vJuWk0RE .navbar {
  padding-top: 20px !important;
}
.cid-v7vJuWk0RE .navbar {
  padding: 0.5rem 0;
  background: #48d678;
  -webkit-transition: none;
  transition: none;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-v7vJuWk0RE .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-v7vJuWk0RE .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-v7vJuWk0RE .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-v7vJuWk0RE .menu-logo .navbar-brand {
  display: flex;
  margin-left: 4rem;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-v7vJuWk0RE .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-v7vJuWk0RE .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-v7vJuWk0RE .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-v7vJuWk0RE .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v7vJuWk0RE .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-v7vJuWk0RE .navbar-dropdown.bg-color.transparent.opened {
  background: #48d678;
}
.cid-v7vJuWk0RE a {
  font-style: normal;
}
.cid-v7vJuWk0RE .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-v7vJuWk0RE .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-v7vJuWk0RE .dropdown-item:before {
  color: #ffffff;
  font-family: Material-Design-Icons !important;
  content: "\e716";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1.125rem;
  top: 1.1rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v7vJuWk0RE .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-v7vJuWk0RE .content-text {
  margin-bottom: 0;
}
.cid-v7vJuWk0RE .navbar-nav {
  position: relative;
  min-height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-v7vJuWk0RE .navbar-nav li:first-child > a {
  color: #4f87fb;
}
.cid-v7vJuWk0RE .navbar-nav li:last-child > a::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 1px;
  right: -9px;
  margin-top: -10px;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.46);
  margin-right: 12px;
}
@media (min-width: 1200px) {
  .cid-v7vJuWk0RE .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #4f87fb;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-v7vJuWk0RE .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-v7vJuWk0RE .navbar-nav .nav-item a {
    margin: 0 1.1rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-v7vJuWk0RE .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-v7vJuWk0RE .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-v7vJuWk0RE .display-4 > .mbr-iconfont {
  font-size: 1.23em;
}
.cid-v7vJuWk0RE .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-v7vJuWk0RE .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-v7vJuWk0RE .content-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-v7vJuWk0RE .content-link:first-child {
  padding-left: 1.3rem;
}
@media (max-width: 1200px) {
  .cid-v7vJuWk0RE .content-link {
    display: none;
  }
}
.cid-v7vJuWk0RE .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-v7vJuWk0RE .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-v7vJuWk0RE .nav-dropdown .link {
  font-weight: 600;
}
.cid-v7vJuWk0RE .nav-dropdown .link.display-4 {
  font-size: 15px;
}
.cid-v7vJuWk0RE .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-v7vJuWk0RE .content-left-side {
  text-align: center;
  padding-top: 3px;
}
@media (max-width: 575px) {
  .cid-v7vJuWk0RE .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-v7vJuWk0RE .content-left-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-v7vJuWk0RE .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-v7vJuWk0RE .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-v7vJuWk0RE .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-v7vJuWk0RE .content-right-side .icons-block {
  padding-bottom: 5px;
  padding-left: 17px;
}
.cid-v7vJuWk0RE .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-v7vJuWk0RE .content-right-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
.cid-v7vJuWk0RE .menu-content-top {
  display: none;
  padding: 1rem 4rem 1rem 3.8rem;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-v7vJuWk0RE .content-left-side .content-link {
  margin-left: 1rem;
}
.cid-v7vJuWk0RE .content-left-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
@media (max-width: 1200px) {
  .cid-v7vJuWk0RE .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-v7vJuWk0RE .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-v7vJuWk0RE .dropdown-item:before {
    display: none;
  }
  .cid-v7vJuWk0RE .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-v7vJuWk0RE .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-v7vJuWk0RE img {
    height: 3.8rem !important;
  }
  .cid-v7vJuWk0RE .btn {
    display: flex;
  }
  .cid-v7vJuWk0RE button.navbar-toggler {
    display: block;
  }
  .cid-v7vJuWk0RE .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-v7vJuWk0RE .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-v7vJuWk0RE .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-v7vJuWk0RE .navbar-collapse.collapsing,
  .cid-v7vJuWk0RE .navbar-collapse.show {
    display: block !important;
  }
  .cid-v7vJuWk0RE .navbar-collapse.collapsing .navbar-nav,
  .cid-v7vJuWk0RE .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v7vJuWk0RE .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v7vJuWk0RE .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-v7vJuWk0RE .navbar-collapse.collapsing .navbar-buttons,
  .cid-v7vJuWk0RE .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-v7vJuWk0RE .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v7vJuWk0RE .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v7vJuWk0RE .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity, padding, height;
    transition-property: opacity, padding, height;
  }
  .cid-v7vJuWk0RE .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v7vJuWk0RE .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v7vJuWk0RE .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (min-width: 1200px) {
  .cid-v7vJuWk0RE .navbar .menu-content-top {
    display: block;
  }
  .cid-v7vJuWk0RE .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-v7vJuWk0RE .content-right-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-v7vJuWk0RE .content-left-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-v7vJuWk0RE .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-v7vJuWk0RE .menu-bottom {
    display: flex;
  }
  .cid-v7vJuWk0RE .navbar {
    display: block;
    padding: 0;
  }
  .cid-v7vJuWk0RE .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-v7vJuWk0RE .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex !important;
    -webkit-box-align: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-v7vJuWk0RE .navbar-toggler {
    display: none;
  }
}
.cid-v7vJuWk0RE .navbar-short .menu-content-top {
  border: none;
  display: none;
}
.cid-v7vJuWk0RE .btn {
  padding: 15px 30px;
  font-weight: 800;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  border-width: 1px;
  box-shadow: none;
}
.cid-v7vJuWk0RE .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-v7vJuWk0RE .btn.display-4 {
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 13px;
}
.cid-v7vJuWk0RE .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-right: 4rem;
  width: 100%;
}
.cid-v7vJuWk0RE .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-v7vJuWk0RE .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v7vJuWk0RE .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v7vJuWk0RE .dropdown .dropdown-menu {
  background: #48d678;
  display: none;
  position: absolute;
  border-top: 3px solid #4f87fb;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-v7vJuWk0RE .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v7vJuWk0RE .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v7vJuWk0RE .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v7vJuWk0RE .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #4f87fb;
  color: #ffffff;
}
.cid-v7vJuWk0RE .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v7vJuWk0RE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v7vJuWk0RE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  color: #ffffff;
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v7vJuWk0RE .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v7vJuWk0RE .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7vJuWk0RE .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-v7vJuWk0RE .navbar.navbar-short {
  min-height: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v7vJuWk0RE .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-v7vJuWk0RE .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v7vJuWk0RE .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v7vJuWk0RE .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v7vJuWk0RE .navbar.navbar-short .navbar-nav {
  min-height: 60px;
}
.cid-v7vJuWk0RE button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v7vJuWk0RE button.navbar-toggler:focus {
  outline: none;
}
.cid-v7vJuWk0RE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v7vJuWk0RE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v7vJuWk0RE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-v7vJuWk0RE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-v7vJuWk0RE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v7vJuWk0RE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v7vJuWk0RE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-v7vJuWk0RE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-v7vJuWk0RE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v7vJuWk0RE .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-v7vJuWk0RE .collapsed .menu-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.cid-v7vJuWk0RE .collapsed .menu-logo {
  margin-right: 0;
}
.cid-v7vJuWk0RE .collapsed .btn {
  display: flex;
}
.cid-v7vJuWk0RE .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v7vJuWk0RE .collapsed .navbar-collapse.collapsing,
.cid-v7vJuWk0RE .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v7vJuWk0RE .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v7vJuWk0RE .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v7vJuWk0RE .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v7vJuWk0RE .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v7vJuWk0RE .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v7vJuWk0RE .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-v7vJuWk0RE .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v7vJuWk0RE .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-v7vJuWk0RE .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 3.5rem);
  }
  .cid-v7vJuWk0RE .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v7vJuWk0RE .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v7vJuWk0RE .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-v7vJuWk0RE .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-v7vJuWk0RE .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: opacity, padding, height;
  transition-property: opacity, padding, height;
}
.cid-v7vJuWk0RE .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v7vJuWk0RE .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v7vJuWk0RE .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-v7vJuWk0RE .collapsed .dropdown-item:before {
  display: none;
}
.cid-v7vJuWk0RE .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-v7vJuWk0RE .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-v7vJuWk0RE .nav-link:focus {
  outline: none;
}
.cid-v7vJuWk0RE .navbar-toggler {
  position: relative;
}
.cid-v7vJuWk0RE .dropdown-item.active,
.cid-v7vJuWk0RE .dropdown-item:active {
  background-color: #48d678;
  color: #ffffff;
}
.cid-v7vJuWk0RE .nav-link:hover,
.cid-v7vJuWk0RE .dropdown-item:hover {
  color: #4f87fb;
}
.cid-v7vJuXzKHp {
  background-image: url("../../../assets/images/gianni-scognamiglio-pxcgtzcrcjm-unsplash-2000x2000.jpg");
}
.cid-v7vJuXzKHp .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2px;
}
.cid-v7vJuXzKHp .mbr-section-title {
  color: #130947;
  font-weight: 900;
  line-height: 60px;
  letter-spacing: -1px;
}
.cid-v7vJuXzKHp .mbr-section-title .accent-word {
  color: #4f87fb;
}
.cid-v7vJuXzKHp .mbr-text {
  color: #6d7a8c;
}
.cid-v7vJuXzKHp .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #130947;
  margin-left: 0.6rem;
}
.cid-v7vJuXzKHp .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #4f87fb;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-v7vJuXzKHp .mbr-section-btn {
  display: flex;
}
.cid-v7vJuXzKHp .mbr-section-btn .btn {
  border-radius: 4px;
  line-height: 24px;
  letter-spacing: 1px;
  margin: 0.4rem 1rem 0.4rem 0rem !important;
  padding: 15px 55px !important;
}
.cid-v7vJuXzKHp .mbr-section-btn .btn-primary:hover {
  background-color: #130947 !important;
  border-color: #130947 !important;
  color: #ffffff !important;
}
.cid-v7vJuXzKHp .mbr-section-btn.display-4,
.cid-v7vJuXzKHp .btn.display-4 {
  font-size: 12px !important;
}
.cid-v7vJuXzKHp .video-wrap {
  cursor: pointer;
  margin-left: 14px;
}
.cid-v7vJuXzKHp .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-v7vJuXzKHp .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #4f87fb;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-v7vJuXzKHp .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-v7vJuXzKHp .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  line-height: 1.6em !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-v7vJuXzKHp .video-wrap .mbr-text {
  line-height: 22px;
  font-weight: 800;
  letter-spacing: 0px;
  color: #130947;
}
.cid-v7vJuXzKHp .video-wrap .mbr-text.display-4 {
  font-size: 13px;
}
.cid-v7vJuXzKHp .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-v7vJuXzKHp .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-v7vJuXzKHp .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-v7vJuXzKHp a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-v7vJuXzKHp a.close:hover {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v7vJuXzKHp .separator,
  .cid-v7vJuXzKHp .sep-holder,
  .cid-v7vJuXzKHp .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-v7vJuXzKHp .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-v7vJuXzKHp .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 15px;
  }
}
.cid-v7vJuXzKHp .mbr-text,
.cid-v7vJuXzKHp .mbr-section-btn {
  color: #000000;
}
.cid-v7vJuYrdLz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7vJuYrdLz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7vJuYrdLz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7vJuYrdLz .mbr-text {
  color: #000000;
}
.cid-v7vJuYrdLz .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-v7vJuYrdLz .item-wrapper {
  background: #ffffff;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-v7vJuYrdLz .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v7vJuYrdLz .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
.cid-v7vJuYrdLz .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v7vJuYrdLz .main-button {
    margin-bottom: 2rem;
  }
}
.cid-v7vJuYrdLz .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-v7vJuYrdLz .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-v7vJuYrdLz .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0cc035;
  background-color: #0cc035;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-v7vJuYrdLz .mbr-text UL {
  text-align: left;
}
.cid-v7vJuYrdLz .mbr-section-subtitle,
.cid-v7vJuYrdLz .main-button {
  color: #000000;
}
.cid-v7vJuYrdLz .mbr-section-title {
  color: #000000;
}
.cid-v7vJuYTCsV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
  overflow: hidden;
  position: relative;
}
.cid-v7vJuYTCsV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7vJuYTCsV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7vJuYTCsV::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #e6e6e6;
  pointer-events: none;
}
.cid-v7vJuYTCsV .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-v7vJuYTCsV .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px dotted #e6e6e6;
  pointer-events: none;
}
.cid-v7vJuYTCsV .content-wrapper .border_1 {
  left: 0;
}
.cid-v7vJuYTCsV .content-wrapper .border_2 {
  left: 25%;
}
@media (max-width: 992px) {
  .cid-v7vJuYTCsV .content-wrapper .border_2 {
    display: none;
  }
}
.cid-v7vJuYTCsV .content-wrapper .border_3 {
  left: 50%;
}
.cid-v7vJuYTCsV .content-wrapper .border_4 {
  left: 75%;
}
@media (max-width: 992px) {
  .cid-v7vJuYTCsV .content-wrapper .border_4 {
    display: none;
  }
}
.cid-v7vJuYTCsV .content-wrapper .border_5 {
  left: 100%;
}
.cid-v7vJuYTCsV .content-wrapper .content-wrap {
  margin: 0;
}
.cid-v7vJuYTCsV .content-wrapper .title-wrap {
  align-items: flex-end;
}
.cid-v7vJuYTCsV .content-wrapper .card {
  position: relative;
  z-index: 1;
  padding: 0;
}
.cid-v7vJuYTCsV .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-v7vJuYTCsV .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v7vJuYTCsV .content-wrapper .title-wrapper {
    padding: 0 16px;
  }
}
.cid-v7vJuYTCsV .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 24px;
}
.cid-v7vJuYTCsV .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v7vJuYTCsV .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper {
  display: inline-flex;
  margin-right: 12px;
}
.cid-v7vJuYTCsV .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor {
  height: 10px;
  background-color: #1a1a1a;
}
.cid-v7vJuYTCsV .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_1 {
  width: 33px;
  margin-right: 16px;
}
.cid-v7vJuYTCsV .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_2 {
  width: 17px;
  margin-right: 8px;
}
.cid-v7vJuYTCsV .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_3 {
  width: 9px;
  margin-right: 4px;
}
.cid-v7vJuYTCsV .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_4 {
  width: 4px;
  margin-right: 2px;
}
.cid-v7vJuYTCsV .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_5 {
  width: 2px;
}
.cid-v7vJuYTCsV .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v7vJuYTCsV .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v7vJuYTCsV .content-wrapper .desc-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-v7vJuYTCsV .content-wrapper .desc-wrapper {
    padding: 0 16px;
  }
}
.cid-v7vJuYTCsV .content-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v7vJuYTCsV .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-v7vJuYTCsV .content-wrapper .text-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-v7vJuYTCsV .content-wrapper .text-wrapper {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v7vJuYTCsV .content-wrapper .text-wrapper {
    padding: 0 16px;
  }
}
.cid-v7vJuYTCsV .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v7vJuYTCsV .content-wrapper .text-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v7vJuYTCsV .content-wrapper .image-wrapper {
  margin-left: 1px;
}
.cid-v7vJuYTCsV .content-wrapper .image-wrapper img {
  height: 450px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v7vJuYTCsV .content-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-v7vJuYTCsV .mbr-label {
  color: #1a1a1a;
}
.cid-v7vJuYTCsV .mbr-section-title {
  color: #1a1a1a;
}
.cid-v7vJuYTCsV .mbr-desc {
  color: #808080;
}
.cid-v7vJuYTCsV .mbr-text {
  color: #808080;
}
.cid-v7vJuYTCsV .mbr-text,
.cid-v7vJuYTCsV .mbr-section-btn {
  color: #000000;
}
.cid-v7vJuZrJOQ {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-v7vJuZrJOQ .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-v7vJuZrJOQ .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-v7vJuZrJOQ .mbr-section-title {
  margin: 0;
  color: #000000;
  font-weight: 700;
  margin-bottom: 10px;
}
.cid-v7vJuZrJOQ .mbr-section-title.display-2 {
  font-size: 38px;
  line-height: 1.26;
  letter-spacing: -0.5px;
}
.cid-v7vJuZrJOQ .mbr-section-text {
  line-height: 1.5;
  color: #000000;
  font-weight: 400;
}
.cid-v7vJuZrJOQ .mbr-section-text.display-7 {
  font-size: 16px;
}
.cid-v7vJuZrJOQ .display-2 {
  font-size: 38px;
}
.cid-v7vJuZrJOQ .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
  margin-bottom: 10px;
}
.cid-v7vJuZrJOQ .wrapper .img {
  margin-bottom: 20px;
}
.cid-v7vJuZrJOQ .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-v7vJuZrJOQ .wrapper .mbr-card-title {
  color: #130947;
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
}
.cid-v7vJuZrJOQ .wrapper .mbr-card-title.display-7 {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.5px;
}
.cid-v7vJuZrJOQ .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-v7vJuZrJOQ .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .cid-v7vJuZrJOQ * {
    text-align: left;
  }
}
.cid-v7vJuZrJOQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7vJuZrJOQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7vJuZrJOQ .mbr-card-title,
.cid-v7vJuZrJOQ .img {
  text-align: center;
  color: #000000;
}
.cid-v7vJv09GZR {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-v7vJv09GZR .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-v7vJv09GZR .wrap-block .contents {
  margin-bottom: 40px;
}
.cid-v7vJv09GZR .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-v7vJv09GZR .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 2px;
}
.cid-v7vJv09GZR .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  font-weight: 700;
}
.cid-v7vJv09GZR .mbr-section-title.display-2 {
  font-size: 35px;
  line-height: 45px;
  letter-spacing: -0.5px;
}
.cid-v7vJv09GZR .mbr-section-text {
  color: #6d7a8c;
  line-height: 28px;
  margin-top: 10px;
}
.cid-v7vJv09GZR .boldSubtitle {
  color: #130947;
}
.cid-v7vJv09GZR .info-widget {
  padding-top: 0.5rem;
}
.cid-v7vJv09GZR .info-widget .widget-icon {
  display: inline-block;
  font-size: 1.75rem;
  color: #4f87fb;
  margin-right: 15px;
}
.cid-v7vJv09GZR .info-widget .signature {
  width: 35%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
}
.cid-v7vJv09GZR .info-widget .widget-content {
  vertical-align: middle;
  display: inline-block;
}
.cid-v7vJv09GZR .info-widget .widget-content .widget-title {
  color: #130947;
  margin-bottom: 0;
  font-weight: 700;
}
.cid-v7vJv09GZR .info-widget .widget-content .widget-title.display-7 {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.5px;
}
.cid-v7vJv09GZR .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
  font-weight: 700;
}
.cid-v7vJv09GZR .info-widget .widget-content .widget-text.display-4 {
  line-height: 24px;
  letter-spacing: -0.5px;
}
.cid-v7vJv09GZR .info-widget--right {
  margin-top: 30px;
  padding-top: 0;
}
.cid-v7vJv09GZR .info-widget--right .widget-content .widget-title {
  margin-bottom: 0 !important;
  color: #130947;
  font-weight: 700;
}
.cid-v7vJv09GZR .info-widget--right .widget-content .widget-title.display-7 {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.5px;
}
@media (max-width: 500px) {
  .cid-v7vJv09GZR .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v7vJv09GZR .mbr-section-title,
  .cid-v7vJv09GZR .mbr-section-subtitle,
  .cid-v7vJv09GZR .mbr-text {
    text-align: left !important;
  }
  .cid-v7vJv09GZR .social-list {
    text-align: left !important;
  }
}
.cid-v7vJv09GZR .mbr-section-title,
.cid-v7vJv09GZR .menu-content-right {
  color: #000000;
}
.cid-v7vJv09GZR .mbr-section-text,
.cid-v7vJv09GZR .outer-wrap {
  color: #000000;
}
.cid-v7vJv0KhpW {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-v7vJv0KhpW .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-v7vJv0KhpW .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-v7vJv0KhpW .mbr-section-title {
  margin: 0;
  color: #000000;
  font-weight: 700;
  margin-bottom: 10px;
}
.cid-v7vJv0KhpW .mbr-section-title.display-2 {
  font-size: 38px;
  line-height: 1.26;
  letter-spacing: -0.5px;
}
.cid-v7vJv0KhpW .mbr-section-text {
  line-height: 1.5;
  color: #000000;
  font-weight: 400;
}
.cid-v7vJv0KhpW .mbr-section-text.display-7 {
  font-size: 16px;
}
.cid-v7vJv0KhpW .display-2 {
  font-size: 38px;
}
.cid-v7vJv0KhpW .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
  margin-bottom: 10px;
}
.cid-v7vJv0KhpW .wrapper .img {
  margin-bottom: 20px;
}
.cid-v7vJv0KhpW .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-v7vJv0KhpW .wrapper .mbr-card-title {
  color: #130947;
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
}
.cid-v7vJv0KhpW .wrapper .mbr-card-title.display-7 {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.5px;
}
.cid-v7vJv0KhpW .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-v7vJv0KhpW .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .cid-v7vJv0KhpW * {
    text-align: left;
  }
}
.cid-v7vJv0KhpW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7vJv0KhpW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7vJv1pa4Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7vJv1pa4Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7vJv1pa4Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7vJv1pa4Z .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v7vJv1pa4Z .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v7vJv1pa4Z .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v7vJv1pa4Z .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v7vJv1pa4Z .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-v7vJv1pa4Z .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v7vJv1pa4Z .mbr-section-title {
  color: #111111;
}
.cid-v7vJv1pa4Z .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-v7vJv1pa4Z .mbr-text,
.cid-v7vJv1pa4Z .text-wrapper {
  color: #000000;
}
.cid-v7vJv1VeEz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-v7vJv1VeEz .title-text {
  margin-bottom: 70px;
}
.cid-v7vJv1VeEz .title-text .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-v7vJv1VeEz .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-v7vJv1VeEz .title-text .mbr-section-title {
  color: #130947;
}
.cid-v7vJv1VeEz .title-text .mbr-section-title span {
  font-weight: 900;
}
.cid-v7vJv1VeEz .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-v7vJv1VeEz .mbr-iconfont {
  font-family: 'Moririse2' !important;
  display: inline-flex;
  -webkit-transform-origin: ;
  transform-origin: ;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #222222;
}
.cid-v7vJv1VeEz .mbr-iconfont:before {
  -webkit-transform: scaleY(0) !important;
  transform: scaleY(0) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-v7vJv1VeEz .collapsed .mbr-iconfont {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-v7vJv1VeEz .collapsed .mbr-iconfont:before {
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-v7vJv1VeEz .accordion-content {
  flex-basis: 100%;
}
.cid-v7vJv1VeEz .panel-group {
  width: 100%;
}
.cid-v7vJv1VeEz .panel-text,
.cid-v7vJv1VeEz .header-text,
.cid-v7vJv1VeEz .mbr-section-subtitle {
  color: #222222;
}
.cid-v7vJv1VeEz .card {
  margin-bottom: 30px;
  margin-top: 30px;
  border: none;
  border-radius: 0 !important;
}
.cid-v7vJv1VeEz .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-v7vJv1VeEz .card .card-header a.panel-title {
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #f1f1f1;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none !important;
  border-radius: 0 !important;
  line-height: normal;
}
.cid-v7vJv1VeEz .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-v7vJv1VeEz .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-v7vJv1VeEz .card .card-header a.panel-title h4 {
  padding: 17px 42px 17px 35px;
  margin-bottom: 0;
  width: 100%;
  line-height: 1.5;
  font-weight: 400 !important;
}
.cid-v7vJv1VeEz .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  line-height: 1.6 !important;
}
.cid-v7vJv1VeEz .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 29px;
  -webkit-transform: none;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
}
.cid-v7vJv1VeEz .card .card-header a.panel-title .toggle-icon:before,
.cid-v7vJv1VeEz .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-v7vJv1VeEz .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  -webkit-transform: none;
  transform: none;
}
.cid-v7vJv1VeEz .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-v7vJv1VeEz .card .card-header a.panel-title[aria-expanded='true'] {
  background-color: #48d678;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-v7vJv1VeEz .card .card-header a.panel-title[aria-expanded='true'] .header-text,
.cid-v7vJv1VeEz .card .card-header a.panel-title[aria-expanded='true'] .sign {
  color: #000000 !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-v7vJv1VeEz .card .panel-body {
  background: #ffffff;
  padding: 30px 55px 35px 40px !important;
}
.cid-v7vJv1VeEz .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-v7vJv1VeEz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7vJv1VeEz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7vJv1VeEz .title-text .mbr-section-title {
  color: #000000;
}
.cid-v7vJv2Qj0A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7vJv2Qj0A .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7vJv2Qj0A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7vJv2Qj0A .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v7vJv2Qj0A .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v7vJv2Qj0A .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v7vJv2Qj0A .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v7vJv2Qj0A .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-v7vJv2Qj0A .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v7vJv2Qj0A .mbr-section-title {
  color: #111111;
}
.cid-v7vJv2Qj0A .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-v7vJv2Qj0A .mbr-text,
.cid-v7vJv2Qj0A .text-wrapper {
  color: #000000;
}
.cid-v7vJv3oqZA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e6ecf2;
}
.cid-v7vJv3oqZA .row {
  position: relative;
  box-sizing: border-box;
  padding-top: 100px;
  padding-bottom: 90px;
  background-color: #4f87fb !important;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  overflow: hidden;
  background-image: url("file:///C:/Users/ignit/AppData/Local/Mobirise.com/Mobirise/projects/project-2026-01-06_122443/assets/images/08.jpg") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.cid-v7vJv3oqZA .row::before {
  background-color: #48d678;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: "";
  display: block;
  z-index: 0;
  opacity: 0.8;
}
.cid-v7vJv3oqZA .stats-item {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-v7vJv3oqZA .stats-item:first-child {
  border-radius: 10px 0 0 10px;
}
.cid-v7vJv3oqZA .stats-item:last-child {
  border-radius: 0 10px 10px 0;
}
.cid-v7vJv3oqZA .stats-item:after {
  content: "";
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.22);
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 768px) {
  .cid-v7vJv3oqZA .stats-item:after {
    display: none;
  }
}
.cid-v7vJv3oqZA .stats-item > span {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cid-v7vJv3oqZA .mbr-iconfont {
  font-size: 60px;
  align-self: center;
  margin-right: 20px;
}
.cid-v7vJv3oqZA .heading {
  color: #ffffff;
}
.cid-v7vJv3oqZA .container {
  min-width: 100%;
  padding: 0;
  margin: 0 auto;
}
.cid-v7vJv3oqZA .counter {
  text-align: center;
  color: #ffffff;
  font-weight: 900;
}
.cid-v7vJv3oqZA .counter.display-2 {
  line-height: 46px;
  letter-spacing: -0.5px;
}
.cid-v7vJv3oqZA .mbr-card-title,
.cid-v7vJv3oqZA .mbr-iconfont {
  text-align: center;
  color: #ffffff;
  display: block;
}
.cid-v7vJv3oqZA .mbr-card-title.display-4 {
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .cid-v7vJv3oqZA .stats-item {
    -webkit-box-pack: center;
    justify-content: center;
    padding: 30px 25px;
  }
  .cid-v7vJv3oqZA .stats-item:first-child {
    border-radius: 0;
  }
  .cid-v7vJv3oqZA .stats-item:last-child {
    border-radius: 0;
  }
}
.cid-v7vJv49OAI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7vJv49OAI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7vJv49OAI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7vJv49OAI .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v7vJv49OAI .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v7vJv49OAI .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v7vJv49OAI .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v7vJv49OAI .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-v7vJv49OAI .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v7vJv49OAI .mbr-section-title {
  color: #111111;
}
.cid-v7vJv49OAI .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-v7vJv49OAI .mbr-text,
.cid-v7vJv49OAI .text-wrapper {
  color: #000000;
}
.cid-v7w8WllLI6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7w8WllLI6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7w8WllLI6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7w8WllLI6 .content-wrap {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-v7w8WllLI6 .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-v7w8WllLI6 .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-v7w8WllLI6 .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.cid-v7w8WllLI6 .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v7w8WllLI6 .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7w8WllLI6 .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7w8WllLI6 .card-wrapper {
  background-color: #f7f7f7;
  padding: 8px;
}
.cid-v7w8WllLI6 .card-wrapper .panel-group .card {
  position: relative;
  padding: 0;
  border-bottom: none;
  background-color: #ffffff;
  margin-top: 8px;
  overflow: hidden;
}
.cid-v7w8WllLI6 .card-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-v7w8WllLI6 .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v7w8WllLI6 .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 24px;
}
.cid-v7w8WllLI6 .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v7w8WllLI6 .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 20px;
  height: 20px;
  min-width: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-v7w8WllLI6 .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-v7w8WllLI6 .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-v7w8WllLI6 .card-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 24px 24px 24px;
}
.cid-v7w8WllLI6 .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  transition: all .3s ease;
  transform: translateY(10px);
  opacity: 0;
}
.cid-v7w8WllLI6 .card-wrapper .panel-group .card .panel-collapse.show .panel-body .panel-text {
  transform: translateY(0);
  opacity: 1;
}
.cid-v7w8WllLI6 .mbr-label,
.cid-v7w8WllLI6 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v7w8WllLI6 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v7w8WllLI6 .mbr-text,
.cid-v7w8WllLI6 .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-v7w8WllLI6 .panel-title-edit {
  color: #000000;
}
.cid-v7w8WllLI6 .panel-text {
  color: #4f4f4f;
}
.cid-v7vJv4D0DZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-v7vJv4D0DZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7vJv4D0DZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7vJv4D0DZ .content-wrapper {
  justify-content: center;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.cid-v7vJv4D0DZ .content-wrapper .border-wrap {
  content: '';
  position: absolute;
  width: 1000%;
  height: 1px;
  background-color: #ffffff;
}
.cid-v7vJv4D0DZ .content-wrapper .border_1 {
  top: 0;
}
.cid-v7vJv4D0DZ .content-wrapper .border_2 {
  bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7vJv4D0DZ .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v7vJv4D0DZ .content-wrapper::before,
.cid-v7vJv4D0DZ .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #ffffff;
}
.cid-v7vJv4D0DZ .content-wrapper::before {
  left: 0;
}
.cid-v7vJv4D0DZ .content-wrapper::after {
  right: 0;
}
.cid-v7vJv4D0DZ .content-wrapper .main-wrap {
  padding-top: 32px;
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v7vJv4D0DZ .content-wrapper .main-wrap {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.cid-v7vJv4D0DZ .content-wrapper .content-wrap {
  width: -webkit-fill-available;
}
.cid-v7vJv4D0DZ .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v7vJv4D0DZ .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7vJv4D0DZ .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-v7vJv4D0DZ .content-wrapper .content-wrap .mbr-section-btn {
    margin-bottom: 24px;
  }
}
.cid-v7vJv4D0DZ .content-wrapper .content-wrap .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 16px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-v7vJv4D0DZ .content-wrapper .content-wrap .nav-wrapper {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-v7vJv4D0DZ .content-wrapper .content-wrap .nav-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
.cid-v7vJv4D0DZ .content-wrapper .content-wrap .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v7vJv4D0DZ .content-wrapper .content-wrap .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 16px;
  }
}
.cid-v7vJv4D0DZ .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v7vJv4D0DZ .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-v7vJv4D0DZ .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-v7vJv4D0DZ .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:focus {
  opacity: .5;
}
.cid-v7vJv4D0DZ .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v7vJv4D0DZ .mbr-copy {
  padding: 32px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-v7vJv4D0DZ .mbr-section-title {
  color: #ffffff;
}
.cid-v7vJv4D0DZ .mbr-text {
  color: #ffffff;
}
.cid-v7vJv4D0DZ .mbr-list-title {
  color: #909090;
}
.cid-v7vJv4D0DZ .list {
  color: #ffffff;
}
.cid-v7vJv4D0DZ .list,
.cid-v7vJv4D0DZ .item-wrap {
  color: #000000;
}
.cid-v7vJv4D0DZ .mbr-section-title,
.cid-v7vJv4D0DZ .mbr-section-btn {
  color: #000000;
}
.cid-v7vJv4D0DZ .mbr-text,
.cid-v7vJv4D0DZ .text-wrapper {
  color: #000000;
  text-align: justify;
}
.is-builder .cid-v7vIXUMIvM .navbar {
  padding-top: 20px !important;
}
.cid-v7vIXUMIvM .navbar {
  padding: 0.5rem 0;
  background: #48d678;
  -webkit-transition: none;
  transition: none;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-v7vIXUMIvM .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-v7vIXUMIvM .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-v7vIXUMIvM .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-v7vIXUMIvM .menu-logo .navbar-brand {
  display: flex;
  margin-left: 4rem;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-v7vIXUMIvM .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-v7vIXUMIvM .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-v7vIXUMIvM .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-v7vIXUMIvM .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v7vIXUMIvM .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-v7vIXUMIvM .navbar-dropdown.bg-color.transparent.opened {
  background: #48d678;
}
.cid-v7vIXUMIvM a {
  font-style: normal;
}
.cid-v7vIXUMIvM .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-v7vIXUMIvM .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-v7vIXUMIvM .dropdown-item:before {
  color: #ffffff;
  font-family: Material-Design-Icons !important;
  content: "\e716";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1.125rem;
  top: 1.1rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v7vIXUMIvM .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-v7vIXUMIvM .content-text {
  margin-bottom: 0;
}
.cid-v7vIXUMIvM .navbar-nav {
  position: relative;
  min-height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-v7vIXUMIvM .navbar-nav li:first-child > a {
  color: #4f87fb;
}
.cid-v7vIXUMIvM .navbar-nav li:last-child > a::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 1px;
  right: -9px;
  margin-top: -10px;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.46);
  margin-right: 12px;
}
@media (min-width: 1200px) {
  .cid-v7vIXUMIvM .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #4f87fb;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-v7vIXUMIvM .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-v7vIXUMIvM .navbar-nav .nav-item a {
    margin: 0 1.1rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-v7vIXUMIvM .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-v7vIXUMIvM .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-v7vIXUMIvM .display-4 > .mbr-iconfont {
  font-size: 1.23em;
}
.cid-v7vIXUMIvM .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-v7vIXUMIvM .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-v7vIXUMIvM .content-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-v7vIXUMIvM .content-link:first-child {
  padding-left: 1.3rem;
}
@media (max-width: 1200px) {
  .cid-v7vIXUMIvM .content-link {
    display: none;
  }
}
.cid-v7vIXUMIvM .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-v7vIXUMIvM .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-v7vIXUMIvM .nav-dropdown .link {
  font-weight: 600;
}
.cid-v7vIXUMIvM .nav-dropdown .link.display-4 {
  font-size: 15px;
}
.cid-v7vIXUMIvM .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-v7vIXUMIvM .content-left-side {
  text-align: center;
  padding-top: 3px;
}
@media (max-width: 575px) {
  .cid-v7vIXUMIvM .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-v7vIXUMIvM .content-left-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-v7vIXUMIvM .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-v7vIXUMIvM .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-v7vIXUMIvM .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-v7vIXUMIvM .content-right-side .icons-block {
  padding-bottom: 5px;
  padding-left: 17px;
}
.cid-v7vIXUMIvM .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-v7vIXUMIvM .content-right-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
.cid-v7vIXUMIvM .menu-content-top {
  display: none;
  padding: 1rem 4rem 1rem 3.8rem;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-v7vIXUMIvM .content-left-side .content-link {
  margin-left: 1rem;
}
.cid-v7vIXUMIvM .content-left-side .content-link span {
  vertical-align: middle;
  padding-bottom: 2px;
}
@media (max-width: 1200px) {
  .cid-v7vIXUMIvM .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-v7vIXUMIvM .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-v7vIXUMIvM .dropdown-item:before {
    display: none;
  }
  .cid-v7vIXUMIvM .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-v7vIXUMIvM .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-v7vIXUMIvM img {
    height: 3.8rem !important;
  }
  .cid-v7vIXUMIvM .btn {
    display: flex;
  }
  .cid-v7vIXUMIvM button.navbar-toggler {
    display: block;
  }
  .cid-v7vIXUMIvM .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-v7vIXUMIvM .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-v7vIXUMIvM .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-v7vIXUMIvM .navbar-collapse.collapsing,
  .cid-v7vIXUMIvM .navbar-collapse.show {
    display: block !important;
  }
  .cid-v7vIXUMIvM .navbar-collapse.collapsing .navbar-nav,
  .cid-v7vIXUMIvM .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v7vIXUMIvM .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v7vIXUMIvM .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-v7vIXUMIvM .navbar-collapse.collapsing .navbar-buttons,
  .cid-v7vIXUMIvM .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-v7vIXUMIvM .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v7vIXUMIvM .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v7vIXUMIvM .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity, padding, height;
    transition-property: opacity, padding, height;
  }
  .cid-v7vIXUMIvM .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v7vIXUMIvM .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v7vIXUMIvM .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (min-width: 1200px) {
  .cid-v7vIXUMIvM .navbar .menu-content-top {
    display: block;
  }
  .cid-v7vIXUMIvM .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-v7vIXUMIvM .content-right-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-v7vIXUMIvM .content-left-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-v7vIXUMIvM .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-v7vIXUMIvM .menu-bottom {
    display: flex;
  }
  .cid-v7vIXUMIvM .navbar {
    display: block;
    padding: 0;
  }
  .cid-v7vIXUMIvM .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-v7vIXUMIvM .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex !important;
    -webkit-box-align: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-v7vIXUMIvM .navbar-toggler {
    display: none;
  }
}
.cid-v7vIXUMIvM .navbar-short .menu-content-top {
  border: none;
  display: none;
}
.cid-v7vIXUMIvM .btn {
  padding: 15px 30px;
  font-weight: 800;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  border-width: 1px;
  box-shadow: none;
}
.cid-v7vIXUMIvM .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-v7vIXUMIvM .btn.display-4 {
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 13px;
}
.cid-v7vIXUMIvM .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-right: 4rem;
  width: 100%;
}
.cid-v7vIXUMIvM .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-v7vIXUMIvM .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v7vIXUMIvM .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v7vIXUMIvM .dropdown .dropdown-menu {
  background: #48d678;
  display: none;
  position: absolute;
  border-top: 3px solid #4f87fb;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-v7vIXUMIvM .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v7vIXUMIvM .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v7vIXUMIvM .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v7vIXUMIvM .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #4f87fb;
  color: #ffffff;
}
.cid-v7vIXUMIvM .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v7vIXUMIvM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v7vIXUMIvM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  color: #ffffff;
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v7vIXUMIvM .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v7vIXUMIvM .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7vIXUMIvM .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-v7vIXUMIvM .navbar.navbar-short {
  min-height: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v7vIXUMIvM .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-v7vIXUMIvM .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v7vIXUMIvM .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v7vIXUMIvM .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v7vIXUMIvM .navbar.navbar-short .navbar-nav {
  min-height: 60px;
}
.cid-v7vIXUMIvM button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v7vIXUMIvM button.navbar-toggler:focus {
  outline: none;
}
.cid-v7vIXUMIvM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v7vIXUMIvM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v7vIXUMIvM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-v7vIXUMIvM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-v7vIXUMIvM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v7vIXUMIvM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v7vIXUMIvM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-v7vIXUMIvM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-v7vIXUMIvM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-v7vIXUMIvM .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-v7vIXUMIvM .collapsed .menu-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.cid-v7vIXUMIvM .collapsed .menu-logo {
  margin-right: 0;
}
.cid-v7vIXUMIvM .collapsed .btn {
  display: flex;
}
.cid-v7vIXUMIvM .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v7vIXUMIvM .collapsed .navbar-collapse.collapsing,
.cid-v7vIXUMIvM .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v7vIXUMIvM .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v7vIXUMIvM .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v7vIXUMIvM .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v7vIXUMIvM .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v7vIXUMIvM .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v7vIXUMIvM .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-v7vIXUMIvM .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v7vIXUMIvM .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-v7vIXUMIvM .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 3.5rem);
  }
  .cid-v7vIXUMIvM .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-v7vIXUMIvM .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v7vIXUMIvM .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-v7vIXUMIvM .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-v7vIXUMIvM .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: opacity, padding, height;
  transition-property: opacity, padding, height;
}
.cid-v7vIXUMIvM .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v7vIXUMIvM .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v7vIXUMIvM .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-v7vIXUMIvM .collapsed .dropdown-item:before {
  display: none;
}
.cid-v7vIXUMIvM .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-v7vIXUMIvM .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-v7vIXUMIvM .nav-link:focus {
  outline: none;
}
.cid-v7vIXUMIvM .navbar-toggler {
  position: relative;
}
.cid-v7vIXUMIvM .dropdown-item.active,
.cid-v7vIXUMIvM .dropdown-item:active {
  background-color: #48d678;
  color: #ffffff;
}
.cid-v7vIXUMIvM .nav-link:hover,
.cid-v7vIXUMIvM .dropdown-item:hover {
  color: #4f87fb;
}
.cid-v7vIXVGGzO {
  background-image: url("../../../assets/images/why-choose-surrogacy-1200x800.jpg");
}
.cid-v7vIXVGGzO .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2px;
}
.cid-v7vIXVGGzO .mbr-section-title {
  color: #130947;
  font-weight: 900;
  line-height: 60px;
  letter-spacing: -1px;
}
.cid-v7vIXVGGzO .mbr-section-title .accent-word {
  color: #4f87fb;
}
.cid-v7vIXVGGzO .mbr-text {
  color: #6d7a8c;
}
.cid-v7vIXVGGzO .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #130947;
  margin-left: 0.6rem;
}
.cid-v7vIXVGGzO .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #4f87fb;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-v7vIXVGGzO .mbr-section-btn {
  display: flex;
}
.cid-v7vIXVGGzO .mbr-section-btn .btn {
  border-radius: 4px;
  line-height: 24px;
  letter-spacing: 1px;
  margin: 0.4rem 1rem 0.4rem 0rem !important;
  padding: 15px 55px !important;
}
.cid-v7vIXVGGzO .mbr-section-btn .btn-primary:hover {
  background-color: #130947 !important;
  border-color: #130947 !important;
  color: #ffffff !important;
}
.cid-v7vIXVGGzO .mbr-section-btn.display-4,
.cid-v7vIXVGGzO .btn.display-4 {
  font-size: 12px !important;
}
.cid-v7vIXVGGzO .video-wrap {
  cursor: pointer;
  margin-left: 14px;
}
.cid-v7vIXVGGzO .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-v7vIXVGGzO .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #4f87fb;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-v7vIXVGGzO .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-v7vIXVGGzO .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  line-height: 1.6em !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-v7vIXVGGzO .video-wrap .mbr-text {
  line-height: 22px;
  font-weight: 800;
  letter-spacing: 0px;
  color: #130947;
}
.cid-v7vIXVGGzO .video-wrap .mbr-text.display-4 {
  font-size: 13px;
}
.cid-v7vIXVGGzO .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-v7vIXVGGzO .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-v7vIXVGGzO .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-v7vIXVGGzO a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-v7vIXVGGzO a.close:hover {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v7vIXVGGzO .separator,
  .cid-v7vIXVGGzO .sep-holder,
  .cid-v7vIXVGGzO .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-v7vIXVGGzO .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-v7vIXVGGzO .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 15px;
  }
}
.cid-v7vIXVGGzO .mbr-text,
.cid-v7vIXVGGzO .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v7vIXWmH15 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7vIXWmH15 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7vIXWmH15 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7vIXWmH15 .mbr-text {
  color: #000000;
}
.cid-v7vIXWmH15 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-v7vIXWmH15 .item-wrapper {
  background: #ffffff;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-v7vIXWmH15 .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v7vIXWmH15 .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
.cid-v7vIXWmH15 .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v7vIXWmH15 .main-button {
    margin-bottom: 2rem;
  }
}
.cid-v7vIXWmH15 .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-v7vIXWmH15 .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-v7vIXWmH15 .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0cc035;
  background-color: #0cc035;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-v7vIXWmH15 .mbr-text UL {
  text-align: left;
}
.cid-v7vIXWmH15 .mbr-section-subtitle,
.cid-v7vIXWmH15 .main-button {
  color: #000000;
}
.cid-v7vIXWmH15 .mbr-section-title {
  color: #000000;
}
.cid-v7vIXWIhkt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
  overflow: hidden;
  position: relative;
}
.cid-v7vIXWIhkt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7vIXWIhkt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7vIXWIhkt::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #e6e6e6;
  pointer-events: none;
}
.cid-v7vIXWIhkt .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-v7vIXWIhkt .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px dotted #e6e6e6;
  pointer-events: none;
}
.cid-v7vIXWIhkt .content-wrapper .border_1 {
  left: 0;
}
.cid-v7vIXWIhkt .content-wrapper .border_2 {
  left: 25%;
}
@media (max-width: 992px) {
  .cid-v7vIXWIhkt .content-wrapper .border_2 {
    display: none;
  }
}
.cid-v7vIXWIhkt .content-wrapper .border_3 {
  left: 50%;
}
.cid-v7vIXWIhkt .content-wrapper .border_4 {
  left: 75%;
}
@media (max-width: 992px) {
  .cid-v7vIXWIhkt .content-wrapper .border_4 {
    display: none;
  }
}
.cid-v7vIXWIhkt .content-wrapper .border_5 {
  left: 100%;
}
.cid-v7vIXWIhkt .content-wrapper .content-wrap {
  margin: 0;
}
.cid-v7vIXWIhkt .content-wrapper .title-wrap {
  align-items: flex-end;
}
.cid-v7vIXWIhkt .content-wrapper .card {
  position: relative;
  z-index: 1;
  padding: 0;
}
.cid-v7vIXWIhkt .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-v7vIXWIhkt .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v7vIXWIhkt .content-wrapper .title-wrapper {
    padding: 0 16px;
  }
}
.cid-v7vIXWIhkt .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 24px;
}
.cid-v7vIXWIhkt .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v7vIXWIhkt .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper {
  display: inline-flex;
  margin-right: 12px;
}
.cid-v7vIXWIhkt .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor {
  height: 10px;
  background-color: #1a1a1a;
}
.cid-v7vIXWIhkt .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_1 {
  width: 33px;
  margin-right: 16px;
}
.cid-v7vIXWIhkt .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_2 {
  width: 17px;
  margin-right: 8px;
}
.cid-v7vIXWIhkt .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_3 {
  width: 9px;
  margin-right: 4px;
}
.cid-v7vIXWIhkt .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_4 {
  width: 4px;
  margin-right: 2px;
}
.cid-v7vIXWIhkt .content-wrapper .title-wrapper .label-wrapper .label-wrap .decor-wrapper .decor_5 {
  width: 2px;
}
.cid-v7vIXWIhkt .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v7vIXWIhkt .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v7vIXWIhkt .content-wrapper .desc-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-v7vIXWIhkt .content-wrapper .desc-wrapper {
    padding: 0 16px;
  }
}
.cid-v7vIXWIhkt .content-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v7vIXWIhkt .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-v7vIXWIhkt .content-wrapper .text-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-v7vIXWIhkt .content-wrapper .text-wrapper {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v7vIXWIhkt .content-wrapper .text-wrapper {
    padding: 0 16px;
  }
}
.cid-v7vIXWIhkt .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v7vIXWIhkt .content-wrapper .text-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v7vIXWIhkt .content-wrapper .image-wrapper {
  margin-left: 1px;
}
.cid-v7vIXWIhkt .content-wrapper .image-wrapper img {
  height: 450px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v7vIXWIhkt .content-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-v7vIXWIhkt .mbr-label {
  color: #1a1a1a;
}
.cid-v7vIXWIhkt .mbr-section-title {
  color: #1a1a1a;
}
.cid-v7vIXWIhkt .mbr-desc {
  color: #808080;
}
.cid-v7vIXWIhkt .mbr-text {
  color: #808080;
}
.cid-v7vIXWIhkt .mbr-text,
.cid-v7vIXWIhkt .mbr-section-btn {
  color: #000000;
}
.cid-v7vIXX8SXi {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-v7vIXX8SXi .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-v7vIXX8SXi .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-v7vIXX8SXi .mbr-section-title {
  margin: 0;
  color: #000000;
  font-weight: 700;
  margin-bottom: 10px;
}
.cid-v7vIXX8SXi .mbr-section-title.display-2 {
  font-size: 38px;
  line-height: 1.26;
  letter-spacing: -0.5px;
}
.cid-v7vIXX8SXi .mbr-section-text {
  line-height: 1.5;
  color: #000000;
  font-weight: 400;
}
.cid-v7vIXX8SXi .mbr-section-text.display-7 {
  font-size: 16px;
}
.cid-v7vIXX8SXi .display-2 {
  font-size: 38px;
}
.cid-v7vIXX8SXi .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
  margin-bottom: 10px;
}
.cid-v7vIXX8SXi .wrapper .img {
  margin-bottom: 20px;
}
.cid-v7vIXX8SXi .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-v7vIXX8SXi .wrapper .mbr-card-title {
  color: #130947;
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
}
.cid-v7vIXX8SXi .wrapper .mbr-card-title.display-7 {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.5px;
}
.cid-v7vIXX8SXi .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-v7vIXX8SXi .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .cid-v7vIXX8SXi * {
    text-align: left;
  }
}
.cid-v7vIXX8SXi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7vIXX8SXi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7vIXX8SXi .mbr-card-title,
.cid-v7vIXX8SXi .img {
  text-align: center;
  color: #000000;
}
.cid-v7vIXXJAdX {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-v7vIXXJAdX .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-v7vIXXJAdX .wrap-block .contents {
  margin-bottom: 40px;
}
.cid-v7vIXXJAdX .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-v7vIXXJAdX .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 2px;
}
.cid-v7vIXXJAdX .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  font-weight: 700;
}
.cid-v7vIXXJAdX .mbr-section-title.display-2 {
  font-size: 35px;
  line-height: 45px;
  letter-spacing: -0.5px;
}
.cid-v7vIXXJAdX .mbr-section-text {
  color: #6d7a8c;
  line-height: 28px;
  margin-top: 10px;
}
.cid-v7vIXXJAdX .boldSubtitle {
  color: #130947;
}
.cid-v7vIXXJAdX .info-widget {
  padding-top: 0.5rem;
}
.cid-v7vIXXJAdX .info-widget .widget-icon {
  display: inline-block;
  font-size: 1.75rem;
  color: #4f87fb;
  margin-right: 15px;
}
.cid-v7vIXXJAdX .info-widget .signature {
  width: 35%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
}
.cid-v7vIXXJAdX .info-widget .widget-content {
  vertical-align: middle;
  display: inline-block;
}
.cid-v7vIXXJAdX .info-widget .widget-content .widget-title {
  color: #130947;
  margin-bottom: 0;
  font-weight: 700;
}
.cid-v7vIXXJAdX .info-widget .widget-content .widget-title.display-7 {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.5px;
}
.cid-v7vIXXJAdX .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
  font-weight: 700;
}
.cid-v7vIXXJAdX .info-widget .widget-content .widget-text.display-4 {
  line-height: 24px;
  letter-spacing: -0.5px;
}
.cid-v7vIXXJAdX .info-widget--right {
  margin-top: 30px;
  padding-top: 0;
}
.cid-v7vIXXJAdX .info-widget--right .widget-content .widget-title {
  margin-bottom: 0 !important;
  color: #130947;
  font-weight: 700;
}
.cid-v7vIXXJAdX .info-widget--right .widget-content .widget-title.display-7 {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.5px;
}
@media (max-width: 500px) {
  .cid-v7vIXXJAdX .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v7vIXXJAdX .mbr-section-title,
  .cid-v7vIXXJAdX .mbr-section-subtitle,
  .cid-v7vIXXJAdX .mbr-text {
    text-align: left !important;
  }
  .cid-v7vIXXJAdX .social-list {
    text-align: left !important;
  }
}
.cid-v7vIXXJAdX .mbr-section-title,
.cid-v7vIXXJAdX .menu-content-right {
  color: #000000;
}
.cid-v7vIXXJAdX .mbr-section-text,
.cid-v7vIXXJAdX .outer-wrap {
  color: #000000;
}
.cid-v7vIXY771e {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-v7vIXY771e .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-v7vIXY771e .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-v7vIXY771e .mbr-section-title {
  margin: 0;
  color: #000000;
  font-weight: 700;
  margin-bottom: 10px;
}
.cid-v7vIXY771e .mbr-section-title.display-2 {
  font-size: 38px;
  line-height: 1.26;
  letter-spacing: -0.5px;
}
.cid-v7vIXY771e .mbr-section-text {
  line-height: 1.5;
  color: #000000;
  font-weight: 400;
}
.cid-v7vIXY771e .mbr-section-text.display-7 {
  font-size: 16px;
}
.cid-v7vIXY771e .display-2 {
  font-size: 38px;
}
.cid-v7vIXY771e .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
  margin-bottom: 10px;
}
.cid-v7vIXY771e .wrapper .img {
  margin-bottom: 20px;
}
.cid-v7vIXY771e .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-v7vIXY771e .wrapper .mbr-card-title {
  color: #130947;
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
}
.cid-v7vIXY771e .wrapper .mbr-card-title.display-7 {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.5px;
}
.cid-v7vIXY771e .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-v7vIXY771e .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .cid-v7vIXY771e * {
    text-align: left;
  }
}
.cid-v7vIXY771e .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7vIXY771e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7vIXYD8S0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7vIXYD8S0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7vIXYD8S0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7vIXYD8S0 .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v7vIXYD8S0 .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v7vIXYD8S0 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v7vIXYD8S0 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v7vIXYD8S0 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-v7vIXYD8S0 .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v7vIXYD8S0 .mbr-section-title {
  color: #111111;
}
.cid-v7vIXYD8S0 .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-v7vIXYD8S0 .mbr-text,
.cid-v7vIXYD8S0 .text-wrapper {
  color: #000000;
}
.cid-v7vIXZ0EZ2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-v7vIXZ0EZ2 .title-text {
  margin-bottom: 70px;
}
.cid-v7vIXZ0EZ2 .title-text .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-v7vIXZ0EZ2 .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-v7vIXZ0EZ2 .title-text .mbr-section-title {
  color: #130947;
}
.cid-v7vIXZ0EZ2 .title-text .mbr-section-title span {
  font-weight: 900;
}
.cid-v7vIXZ0EZ2 .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-v7vIXZ0EZ2 .mbr-iconfont {
  font-family: 'Moririse2' !important;
  display: inline-flex;
  -webkit-transform-origin: ;
  transform-origin: ;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #222222;
}
.cid-v7vIXZ0EZ2 .mbr-iconfont:before {
  -webkit-transform: scaleY(0) !important;
  transform: scaleY(0) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-v7vIXZ0EZ2 .collapsed .mbr-iconfont {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-v7vIXZ0EZ2 .collapsed .mbr-iconfont:before {
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-v7vIXZ0EZ2 .accordion-content {
  flex-basis: 100%;
}
.cid-v7vIXZ0EZ2 .panel-group {
  width: 100%;
}
.cid-v7vIXZ0EZ2 .panel-text,
.cid-v7vIXZ0EZ2 .header-text,
.cid-v7vIXZ0EZ2 .mbr-section-subtitle {
  color: #222222;
}
.cid-v7vIXZ0EZ2 .card {
  margin-bottom: 30px;
  margin-top: 30px;
  border: none;
  border-radius: 0 !important;
}
.cid-v7vIXZ0EZ2 .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-v7vIXZ0EZ2 .card .card-header a.panel-title {
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #f1f1f1;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none !important;
  border-radius: 0 !important;
  line-height: normal;
}
.cid-v7vIXZ0EZ2 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-v7vIXZ0EZ2 .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-v7vIXZ0EZ2 .card .card-header a.panel-title h4 {
  padding: 17px 42px 17px 35px;
  margin-bottom: 0;
  width: 100%;
  line-height: 1.5;
  font-weight: 400 !important;
}
.cid-v7vIXZ0EZ2 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  line-height: 1.6 !important;
}
.cid-v7vIXZ0EZ2 .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 29px;
  -webkit-transform: none;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
}
.cid-v7vIXZ0EZ2 .card .card-header a.panel-title .toggle-icon:before,
.cid-v7vIXZ0EZ2 .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-v7vIXZ0EZ2 .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  -webkit-transform: none;
  transform: none;
}
.cid-v7vIXZ0EZ2 .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-v7vIXZ0EZ2 .card .card-header a.panel-title[aria-expanded='true'] {
  background-color: #48d678;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-v7vIXZ0EZ2 .card .card-header a.panel-title[aria-expanded='true'] .header-text,
.cid-v7vIXZ0EZ2 .card .card-header a.panel-title[aria-expanded='true'] .sign {
  color: #000000 !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-v7vIXZ0EZ2 .card .panel-body {
  background: #ffffff;
  padding: 30px 55px 35px 40px !important;
}
.cid-v7vIXZ0EZ2 .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-v7vIXZ0EZ2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7vIXZ0EZ2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7vIXZ0EZ2 .title-text .mbr-section-title {
  color: #000000;
}
.cid-v7vIXZC9bP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7vIXZC9bP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7vIXZC9bP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7vIXZC9bP .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v7vIXZC9bP .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v7vIXZC9bP .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v7vIXZC9bP .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v7vIXZC9bP .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-v7vIXZC9bP .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v7vIXZC9bP .mbr-section-title {
  color: #111111;
}
.cid-v7vIXZC9bP .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-v7vIXZC9bP .mbr-text,
.cid-v7vIXZC9bP .text-wrapper {
  color: #000000;
}
.cid-v7vIXZY3YV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e6ecf2;
}
.cid-v7vIXZY3YV .row {
  position: relative;
  box-sizing: border-box;
  padding-top: 100px;
  padding-bottom: 90px;
  background-color: #4f87fb !important;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  overflow: hidden;
  background-image: url("file:///C:/Users/ignit/AppData/Local/Mobirise.com/Mobirise/projects/project-2026-01-06_122443/assets/images/08.jpg") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.cid-v7vIXZY3YV .row::before {
  background-color: #48d678;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: "";
  display: block;
  z-index: 0;
  opacity: 0.8;
}
.cid-v7vIXZY3YV .stats-item {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-v7vIXZY3YV .stats-item:first-child {
  border-radius: 10px 0 0 10px;
}
.cid-v7vIXZY3YV .stats-item:last-child {
  border-radius: 0 10px 10px 0;
}
.cid-v7vIXZY3YV .stats-item:after {
  content: "";
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.22);
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 768px) {
  .cid-v7vIXZY3YV .stats-item:after {
    display: none;
  }
}
.cid-v7vIXZY3YV .stats-item > span {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cid-v7vIXZY3YV .mbr-iconfont {
  font-size: 60px;
  align-self: center;
  margin-right: 20px;
}
.cid-v7vIXZY3YV .heading {
  color: #ffffff;
}
.cid-v7vIXZY3YV .container {
  min-width: 100%;
  padding: 0;
  margin: 0 auto;
}
.cid-v7vIXZY3YV .counter {
  text-align: center;
  color: #ffffff;
  font-weight: 900;
}
.cid-v7vIXZY3YV .counter.display-2 {
  line-height: 46px;
  letter-spacing: -0.5px;
}
.cid-v7vIXZY3YV .mbr-card-title,
.cid-v7vIXZY3YV .mbr-iconfont {
  text-align: center;
  color: #ffffff;
  display: block;
}
.cid-v7vIXZY3YV .mbr-card-title.display-4 {
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .cid-v7vIXZY3YV .stats-item {
    -webkit-box-pack: center;
    justify-content: center;
    padding: 30px 25px;
  }
  .cid-v7vIXZY3YV .stats-item:first-child {
    border-radius: 0;
  }
  .cid-v7vIXZY3YV .stats-item:last-child {
    border-radius: 0;
  }
}
.cid-v7vIY0DRQk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7vIY0DRQk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7vIY0DRQk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7vIY0DRQk .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v7vIY0DRQk .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v7vIY0DRQk .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v7vIY0DRQk .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v7vIY0DRQk .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-v7vIY0DRQk .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v7vIY0DRQk .mbr-section-title {
  color: #111111;
}
.cid-v7vIY0DRQk .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-v7vIY0DRQk .mbr-text,
.cid-v7vIY0DRQk .text-wrapper {
  color: #000000;
}
.cid-v7w8oU2agP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7w8oU2agP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7w8oU2agP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7w8oU2agP .content-wrap {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-v7w8oU2agP .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-v7w8oU2agP .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-v7w8oU2agP .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.cid-v7w8oU2agP .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v7w8oU2agP .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7w8oU2agP .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7w8oU2agP .card-wrapper {
  background-color: #f7f7f7;
  padding: 8px;
}
.cid-v7w8oU2agP .card-wrapper .panel-group .card {
  position: relative;
  padding: 0;
  border-bottom: none;
  background-color: #ffffff;
  margin-top: 8px;
  overflow: hidden;
}
.cid-v7w8oU2agP .card-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-v7w8oU2agP .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v7w8oU2agP .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 24px;
}
.cid-v7w8oU2agP .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v7w8oU2agP .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 20px;
  height: 20px;
  min-width: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-v7w8oU2agP .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-v7w8oU2agP .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-v7w8oU2agP .card-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 24px 24px 24px;
}
.cid-v7w8oU2agP .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  transition: all .3s ease;
  transform: translateY(10px);
  opacity: 0;
}
.cid-v7w8oU2agP .card-wrapper .panel-group .card .panel-collapse.show .panel-body .panel-text {
  transform: translateY(0);
  opacity: 1;
}
.cid-v7w8oU2agP .mbr-label,
.cid-v7w8oU2agP .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v7w8oU2agP .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v7w8oU2agP .mbr-text,
.cid-v7w8oU2agP .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-v7w8oU2agP .panel-title-edit {
  color: #000000;
}
.cid-v7w8oU2agP .panel-text {
  color: #4f4f4f;
}
.cid-v7NYJwVKqL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v7NYJwVKqL .mbr-section-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-v7NYJwVKqL .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-v7NYJwVKqL .google-map {
  height: 30rem;
  position: relative;
  width: 100%;
}
.cid-v7NYJwVKqL .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v7NYJwVKqL .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v7NYJwVKqL .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v7NYJwVKqL .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
.cid-v7NYJwVKqL .map-placeholder {
  display: none;
}
.cid-v7NYJwVKqL h4 {
  padding-top: 5rem;
  color: #767676;
  text-align: center;
}
.cid-v7vIY13jlU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-v7vIY13jlU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7vIY13jlU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7vIY13jlU .content-wrapper {
  justify-content: center;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.cid-v7vIY13jlU .content-wrapper .border-wrap {
  content: '';
  position: absolute;
  width: 1000%;
  height: 1px;
  background-color: #ffffff;
}
.cid-v7vIY13jlU .content-wrapper .border_1 {
  top: 0;
}
.cid-v7vIY13jlU .content-wrapper .border_2 {
  bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7vIY13jlU .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v7vIY13jlU .content-wrapper::before,
.cid-v7vIY13jlU .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #ffffff;
}
.cid-v7vIY13jlU .content-wrapper::before {
  left: 0;
}
.cid-v7vIY13jlU .content-wrapper::after {
  right: 0;
}
.cid-v7vIY13jlU .content-wrapper .main-wrap {
  padding-top: 32px;
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v7vIY13jlU .content-wrapper .main-wrap {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.cid-v7vIY13jlU .content-wrapper .content-wrap {
  width: -webkit-fill-available;
}
.cid-v7vIY13jlU .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v7vIY13jlU .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7vIY13jlU .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-v7vIY13jlU .content-wrapper .content-wrap .mbr-section-btn {
    margin-bottom: 24px;
  }
}
.cid-v7vIY13jlU .content-wrapper .content-wrap .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 16px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-v7vIY13jlU .content-wrapper .content-wrap .nav-wrapper {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-v7vIY13jlU .content-wrapper .content-wrap .nav-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
.cid-v7vIY13jlU .content-wrapper .content-wrap .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v7vIY13jlU .content-wrapper .content-wrap .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 16px;
  }
}
.cid-v7vIY13jlU .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v7vIY13jlU .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-v7vIY13jlU .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-v7vIY13jlU .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:focus {
  opacity: .5;
}
.cid-v7vIY13jlU .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v7vIY13jlU .mbr-copy {
  padding: 32px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-v7vIY13jlU .mbr-section-title {
  color: #ffffff;
}
.cid-v7vIY13jlU .mbr-text {
  color: #ffffff;
}
.cid-v7vIY13jlU .mbr-list-title {
  color: #909090;
}
.cid-v7vIY13jlU .list {
  color: #ffffff;
}
.cid-v7vIY13jlU .list,
.cid-v7vIY13jlU .item-wrap {
  color: #000000;
}
.cid-v7vIY13jlU .mbr-section-title,
.cid-v7vIY13jlU .mbr-section-btn {
  color: #000000;
}
.cid-v7vIY13jlU .mbr-text,
.cid-v7vIY13jlU .text-wrapper {
  color: #000000;
  text-align: justify;
}
