body {
  font-family: Spline_Sans;
}
.display-1 {
  font-family: 'Spline Sans', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Spline Sans', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Spline Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Spline Sans', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Spline Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #253c57 !important;
}
.bg-success {
  background-color: #bee1e6 !important;
}
.bg-info {
  background-color: #415d7d !important;
}
.bg-warning {
  background-color: #eeff42 !important;
}
.bg-danger {
  background-color: #fd7578 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #253c57 !important;
  border-color: #253c57 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #34557b !important;
  border-color: #34557b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #34557b !important;
  border-color: #34557b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ee494d !important;
  border-color: #ee494d !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #f2787b !important;
  border-color: #f2787b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #f2787b !important;
  border-color: #f2787b !important;
}
.btn-info,
.btn-info:active {
  background-color: #415d7d !important;
  border-color: #415d7d !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #52769f !important;
  border-color: #52769f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #52769f !important;
  border-color: #52769f !important;
}
.btn-success,
.btn-success:active {
  background-color: #bee1e6 !important;
  border-color: #bee1e6 !important;
  color: #2e6e77 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3c909c !important;
  background-color: #e3f2f4 !important;
  border-color: #e3f2f4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #2e6e77 !important;
  background-color: #e3f2f4 !important;
  border-color: #e3f2f4 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #eeff42 !important;
  border-color: #eeff42 !important;
  color: #3c4200 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #6a7500 !important;
  background-color: #f3ff75 !important;
  border-color: #f3ff75 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #3c4200 !important;
  background-color: #f3ff75 !important;
  border-color: #f3ff75 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fd7578 !important;
  border-color: #fd7578 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #fea7a9 !important;
  border-color: #fea7a9 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #fea7a9 !important;
  border-color: #fea7a9 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #253c57;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #34557b !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #253c57 !important;
  border-color: #253c57 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ee494d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #f2787b !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ee494d !important;
  border-color: #ee494d !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #415d7d;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #52769f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #415d7d !important;
  border-color: #415d7d !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #bee1e6;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #e3f2f4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #2e6e77 !important;
  background-color: #bee1e6 !important;
  border-color: #bee1e6 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #eeff42;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #f3ff75 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #3c4200 !important;
  background-color: #eeff42 !important;
  border-color: #eeff42 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fd7578;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #fea7a9 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #fd7578 !important;
  border-color: #fd7578 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #3d3d3d !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #ffffff !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #253c57 !important;
}
.text-secondary {
  color: #ee494d !important;
}
.text-success {
  color: #bee1e6 !important;
}
.text-info {
  color: #415d7d !important;
}
.text-warning {
  color: #eeff42 !important;
}
.text-danger {
  color: #fd7578 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #070b0f !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #bf1216 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #74bfca !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1e2b3a !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #c7db00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fc1016 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #253c57;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #415d7d;
}
.alert-warning {
  background-color: #eeff42;
}
.alert-danger {
  background-color: #fd7578;
}
.mbr-gallery-filter li.active .btn {
  background-color: #253c57;
  border-color: #253c57;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #253c57;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #4b7ab0;
}
.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: #809dbd;
}
.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;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Spline Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #253c57 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Spline Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #253c57;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #253c57;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #253c57;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #253c57;
  border-bottom-color: #253c57;
}
.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: #253c57 !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: #ee494d !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%;
  width: 100%;
  height: auto;
}
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='%23253c57' %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;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sV8o9nehr7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("https://mobirise.com/extensions/mentorm5/assets/images/background1.jpg");
}
.cid-sV8o9nehr7 .wrapper {
  min-height: 400px;
}
@media (min-width: 992px) {
  .cid-sV8o9nehr7 .wrapper {
    min-height: 710px;
  }
  .cid-sV8o9nehr7 .wrapper .row {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-sV8o9nehr7 .wrapper {
    padding-top: 5rem;
  }
}
.cid-sV8o9nehr7 .mbr-section-title {
  text-align: left;
}
.cid-sV8o9nehr7 .mbr-section-subtitle {
  text-align: left;
}
.cid-sV8o9nehr7 .mbr-text,
.cid-sV8o9nehr7 .mbr-section-btn {
  text-align: left;
}
@media (min-width: 992px) {
  .cid-sV8o9nehr7 .display-1 {
    font-size: 65px;
  }
  .cid-sV8o9nehr7 .display-5 {
    font-size: 29px;
  }
  .cid-sV8o9nehr7 .display-4 {
    font-weight: 300;
  }
}
@media (max-width: 767px) {
  .cid-sV8o9nehr7 .mbr-section-btn {
    margin-left: -0.8rem;
    margin-right: -0.8rem;
  }
}
.cid-sV8o9nehr7 .btn {
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
  min-height: 110px;
  padding-right: 80px;
  padding-left: 80px;
  margin: 0;
}
@media (min-width: 992px) {
  .cid-sV8o9nehr7 .btn {
    min-width: 345px;
  }
}
@media (max-width: 767px) {
  .cid-sV8o9nehr7 .btn {
    width: 100%;
  }
}
.cid-sV8o9nehr7 .one {
  color: #18293D !important;
}
.cid-sV8o9nehr7 .one:hover {
  background: #EeFF42 !important;
  border-color: #EeFF42 !important;
  color: #18293D !important;
}
.cid-sV8o9nehr7 .two:hover {
  background: #BEE1E6 !important;
  border-color: #BEE1E6 !important;
  color: #18293D !important;
}
.cid-sV8oboVDJ2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sV8oboVDJ2 .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.cid-sV8oboVDJ2 .mbr-section-head {
  background-color: #bee1e6;
  padding: 1rem 1rem 2rem;
}
.cid-sV8oboVDJ2 .row {
  flex-direction: row-reverse;
}
.cid-sV8oboVDJ2 img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sV8oboVDJ2 .display-1 {
    font-size: 70px;
  }
  .cid-sV8oboVDJ2 .display-5 {
    font-size: 29px;
  }
  .cid-sV8oboVDJ2 .display-7 {
    font-size: 22px;
  }
}
.cid-sV8oboVDJ2 .mbr-section-title {
  text-align: center;
}
.cid-sV8oboVDJ2 .mbr-section-subtitle {
  text-align: center;
}
.cid-sV8ocu2PgQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
}
.cid-sV8ocu2PgQ img,
.cid-sV8ocu2PgQ .item-img {
  height: 290px;
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-sV8ocu2PgQ img:hover,
.cid-sV8ocu2PgQ .item-img:hover {
  filter: brightness(85%);
}
.cid-sV8ocu2PgQ .item:focus,
.cid-sV8ocu2PgQ span:focus {
  outline: none;
}
.cid-sV8ocu2PgQ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sV8ocu2PgQ .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sV8ocu2PgQ .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sV8ocu2PgQ .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sV8ocu2PgQ .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sV8ocu2PgQ .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sV8ocu2PgQ .mbr-section-title {
  margin-bottom: 87px;
}
.cid-sV8ocu2PgQ .mbr-text,
.cid-sV8ocu2PgQ .mbr-section-btn {
  text-align: center;
}
.cid-sV8ocu2PgQ .item-title {
  text-align: center;
  transition: all .5s;
}
.cid-sV8ocu2PgQ .item-subtitle {
  text-align: center;
}
.cid-sV8ocu2PgQ .btn {
  color: #18293D !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
  margin: 0;
  padding: 8px 16px;
}
@media (min-width: 992px) {
  .cid-sV8ocu2PgQ .display-1 {
    font-size: 65px;
  }
  .cid-sV8ocu2PgQ .display-5 {
    font-size: 29px;
  }
  .cid-sV8ocu2PgQ .display-7 {
    font-size: 24px;
  }
}
.cid-sV8od3osga {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f2f2f2;
}
.cid-sV8od3osga .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.cid-sV8od3osga .mbr-section-head {
  background-color: #eeff42;
  padding: 3rem 1rem 1rem;
}
.cid-sV8od3osga .mbr-media {
  position: relative;
}
.cid-sV8od3osga .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-sV8od3osga .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-sV8od3osga .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-sV8od3osga .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sV8od3osga .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sV8od3osga .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sV8od3osga .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sV8od3osga .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
@media (min-width: 992px) {
  .cid-sV8od3osga .display-1 {
    font-size: 70px;
  }
  .cid-sV8od3osga .display-5 {
    font-size: 29px;
  }
  .cid-sV8od3osga .display-7 {
    font-size: 22px;
  }
}
.cid-sV8rfxYHab {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f2f2f2;
}
.cid-sV8rfxYHab img,
.cid-sV8rfxYHab .item-img {
  height: 290px;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sV8rfxYHab img:hover,
.cid-sV8rfxYHab .item-img:hover {
  filter: brightness(85%);
}
.cid-sV8rfxYHab .item:focus,
.cid-sV8rfxYHab span:focus {
  outline: none;
}
.cid-sV8rfxYHab .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sV8rfxYHab .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sV8rfxYHab .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sV8rfxYHab .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sV8rfxYHab .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sV8rfxYHab .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sV8rfxYHab .mbr-section-title {
  margin-bottom: 87px;
}
.cid-sV8rfxYHab .mbr-text,
.cid-sV8rfxYHab .mbr-section-btn {
  text-align: center;
}
.cid-sV8rfxYHab .item-title {
  text-align: center;
  transition: all .5s;
}
.cid-sV8rfxYHab .item-subtitle {
  text-align: center;
}
.cid-sV8rfxYHab .btn {
  color: #18293D !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
  margin: 0;
  padding: 8px 16px;
}
@media (min-width: 992px) {
  .cid-sV8rfxYHab .display-1 {
    font-size: 65px;
  }
  .cid-sV8rfxYHab .display-5 {
    font-size: 29px;
  }
  .cid-sV8rfxYHab .display-7 {
    font-size: 24px;
  }
}
.cid-sV8ogONksx {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #eeff42;
  overflow: hidden;
}
.cid-sV8ogONksx .media-container-row .mbr-text {
  color: #18293d;
}
.cid-sV8ogONksx .mbr-text {
  font-weight: 300;
}
.cid-sV8s7J85bU {
  z-index: 1000;
  width: 100%;
  position: relative;
  height: 60px;
}
.cid-sV8s7J85bU nav.navbar {
  position: fixed;
}
.cid-sV8s7J85bU .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sV8s7J85bU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sV8s7J85bU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sV8s7J85bU .dropdown-item:hover,
.cid-sV8s7J85bU .dropdown-item:focus {
  background: #253c57 !important;
  color: white !important;
}
.cid-sV8s7J85bU .dropdown-item:hover span {
  color: white;
}
.cid-sV8s7J85bU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sV8s7J85bU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sV8s7J85bU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .5em !important;
}
.cid-sV8s7J85bU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sV8s7J85bU .nav-link {
  position: relative;
}
.cid-sV8s7J85bU .nav-link:hover,
.cid-sV8s7J85bU .nav-link:focus {
  color: #89AEB3 !important;
}
.cid-sV8s7J85bU .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-sV8s7J85bU .container {
    flex-wrap: nowrap;
  }
}
.cid-sV8s7J85bU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sV8s7J85bU .navbar-caption {
  font-weight: 400;
}
.cid-sV8s7J85bU .dropdown-menu,
.cid-sV8s7J85bU .navbar.opened {
  background: #f2f2f2 !important;
}
.cid-sV8s7J85bU .nav-item:focus,
.cid-sV8s7J85bU .nav-link:focus {
  outline: none;
}
.cid-sV8s7J85bU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sV8s7J85bU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sV8s7J85bU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sV8s7J85bU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sV8s7J85bU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sV8s7J85bU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sV8s7J85bU .navbar {
  min-height: 63px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f2f2f2;
}
.cid-sV8s7J85bU .navbar.opened {
  transition: all 0.3s;
}
.cid-sV8s7J85bU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sV8s7J85bU .navbar .navbar-logo img {
  width: auto;
}
.cid-sV8s7J85bU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sV8s7J85bU .navbar.collapsed {
  justify-content: center;
}
.cid-sV8s7J85bU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sV8s7J85bU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sV8s7J85bU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-sV8s7J85bU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sV8s7J85bU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sV8s7J85bU .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sV8s7J85bU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sV8s7J85bU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sV8s7J85bU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sV8s7J85bU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sV8s7J85bU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sV8s7J85bU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sV8s7J85bU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sV8s7J85bU .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sV8s7J85bU .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-sV8s7J85bU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sV8s7J85bU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sV8s7J85bU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sV8s7J85bU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sV8s7J85bU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sV8s7J85bU .navbar.navbar-short {
  min-height: 60px;
}
.cid-sV8s7J85bU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sV8s7J85bU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sV8s7J85bU .navbar-brand {
  min-height: 63px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sV8s7J85bU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sV8s7J85bU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sV8s7J85bU .dropdown-item.active,
.cid-sV8s7J85bU .dropdown-item:active {
  background-color: transparent;
}
.cid-sV8s7J85bU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sV8s7J85bU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sV8s7J85bU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sV8s7J85bU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f2f2;
}
.cid-sV8s7J85bU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sV8s7J85bU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sV8s7J85bU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sV8s7J85bU .navbar-buttons {
  text-align: center;
}
.cid-sV8s7J85bU .navbar-buttons .btn {
  font-weight: 400;
  margin: 0;
  padding: 6px 12px;
  border-radius: 0 !important;
}
.cid-sV8s7J85bU .navbar-buttons .btn:hover {
  color: #89AEB3 !important;
}
.cid-sV8s7J85bU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sV8s7J85bU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sV8s7J85bU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sV8s7J85bU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sV8s7J85bU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sV8s7J85bU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sV8s7J85bU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sV8s7J85bU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sV8s7J85bU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sV8s7J85bU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sV8s7J85bU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sV8s7J85bU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sV8s7J85bU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sV8s7J85bU .icons-menu .iconfont-wrapper {
  padding-right: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sV8s7J85bU .navbar {
    height: 63px;
  }
  .cid-sV8s7J85bU .navbar.opened {
    height: auto;
  }
  .cid-sV8s7J85bU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sV8s7J85bU .btn {
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
}
.cid-sV8s7J85bU {
  z-index: 1000;
  width: 100%;
  position: relative;
  height: 60px;
}
.cid-sV8s7J85bU nav.navbar {
  position: fixed;
}
.cid-sV8s7J85bU .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sV8s7J85bU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sV8s7J85bU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sV8s7J85bU .dropdown-item:hover,
.cid-sV8s7J85bU .dropdown-item:focus {
  background: #253c57 !important;
  color: white !important;
}
.cid-sV8s7J85bU .dropdown-item:hover span {
  color: white;
}
.cid-sV8s7J85bU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sV8s7J85bU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sV8s7J85bU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .5em !important;
}
.cid-sV8s7J85bU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sV8s7J85bU .nav-link {
  position: relative;
}
.cid-sV8s7J85bU .nav-link:hover,
.cid-sV8s7J85bU .nav-link:focus {
  color: #89AEB3 !important;
}
.cid-sV8s7J85bU .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-sV8s7J85bU .container {
    flex-wrap: nowrap;
  }
}
.cid-sV8s7J85bU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sV8s7J85bU .navbar-caption {
  font-weight: 400;
}
.cid-sV8s7J85bU .dropdown-menu,
.cid-sV8s7J85bU .navbar.opened {
  background: #f2f2f2 !important;
}
.cid-sV8s7J85bU .nav-item:focus,
.cid-sV8s7J85bU .nav-link:focus {
  outline: none;
}
.cid-sV8s7J85bU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sV8s7J85bU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sV8s7J85bU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sV8s7J85bU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sV8s7J85bU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sV8s7J85bU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sV8s7J85bU .navbar {
  min-height: 63px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f2f2f2;
}
.cid-sV8s7J85bU .navbar.opened {
  transition: all 0.3s;
}
.cid-sV8s7J85bU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sV8s7J85bU .navbar .navbar-logo img {
  width: auto;
}
.cid-sV8s7J85bU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sV8s7J85bU .navbar.collapsed {
  justify-content: center;
}
.cid-sV8s7J85bU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sV8s7J85bU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sV8s7J85bU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-sV8s7J85bU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sV8s7J85bU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sV8s7J85bU .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sV8s7J85bU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sV8s7J85bU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sV8s7J85bU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sV8s7J85bU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sV8s7J85bU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sV8s7J85bU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sV8s7J85bU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sV8s7J85bU .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sV8s7J85bU .navbar .navbar-logo img {
    height: 2rem !important;
  }
  .cid-sV8s7J85bU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sV8s7J85bU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sV8s7J85bU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sV8s7J85bU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sV8s7J85bU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sV8s7J85bU .navbar.navbar-short {
  min-height: 60px;
}
.cid-sV8s7J85bU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sV8s7J85bU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sV8s7J85bU .navbar-brand {
  min-height: 63px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sV8s7J85bU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sV8s7J85bU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sV8s7J85bU .dropdown-item.active,
.cid-sV8s7J85bU .dropdown-item:active {
  background-color: transparent;
}
.cid-sV8s7J85bU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sV8s7J85bU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sV8s7J85bU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sV8s7J85bU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f2f2;
}
.cid-sV8s7J85bU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sV8s7J85bU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sV8s7J85bU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sV8s7J85bU .navbar-buttons {
  text-align: center;
}
.cid-sV8s7J85bU .navbar-buttons .btn {
  font-weight: 400;
  margin: 0;
  padding: 6px 12px;
  border-radius: 0 !important;
}
.cid-sV8s7J85bU .navbar-buttons .btn:hover {
  color: #89AEB3 !important;
}
.cid-sV8s7J85bU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sV8s7J85bU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sV8s7J85bU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sV8s7J85bU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sV8s7J85bU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sV8s7J85bU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sV8s7J85bU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sV8s7J85bU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sV8s7J85bU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sV8s7J85bU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sV8s7J85bU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sV8s7J85bU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sV8s7J85bU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sV8s7J85bU .icons-menu .iconfont-wrapper {
  padding-right: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sV8s7J85bU .navbar {
    height: 63px;
  }
  .cid-sV8s7J85bU .navbar.opened {
    height: auto;
  }
  .cid-sV8s7J85bU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sV8s7J85bU .btn {
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
}
.cid-sV8xaevYTg {
  position: relative;
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-image: url("https://mobirise.com/extensions/mentorm5/assets/images/background1.jpg");
}
@media (min-width: 992px) {
  .cid-sV8xaevYTg .display-1 {
    font-size: 120px;
  }
  .cid-sV8xaevYTg .display-2 {
    font-size: 40px;
  }
  .cid-sV8xaevYTg .display-5 {
    font-size: 29px;
  }
}
.cid-sV8xaevYTg .mbr-section-subtitle {
  font-weight: 300;
}
.cid-sV8xaevYTg .mbr-section-btn {
  z-index: 3;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  right: 0;
  bottom: -55px;
}
@media (max-width: 991px) {
  .cid-sV8xaevYTg .mbr-section-btn {
    width: 100%;
    bottom: 0px;
  }
}
.cid-sV8xaevYTg .btn-success {
  color: #18293D !important;
}
.cid-sV8xaevYTg .btn {
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
  min-height: 110px;
  padding-right: 120px;
  padding-left: 120px;
  margin: 0;
}
.cid-sV8xaevYTg .btn:hover {
  background: #BEE1E6 !important;
  border-color: #BEE1E6 !important;
  color: #18293D !important;
}
@media (max-width: 991px) {
  .cid-sV8xaevYTg .btn {
    width: 50%;
    min-height: 80px;
  }
}
@media (max-width: 767px) {
  .cid-sV8xaevYTg .btn {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.cid-sV8xaevYTg .one:hover {
  background: #EeFF42 !important;
  border-color: #EeFF42 !important;
}
.cid-sV8xaevYTg .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sV8xaevYTg .soc-item {
  align-items: center;
  padding: 0.5rem 0.5rem 0.4rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  font-size: 16px;
  background: #000000;
  cursor: pointer;
  margin-right: 1.5rem;
  height: 25px;
  width: 25px;
}
.cid-sV8xaevYTg .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
.cid-sV8xc3kJXq {
  overflow: visible !important;
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 1000px) {
  .cid-sV8xc3kJXq {
    padding-top: 2.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 768px) {
  .cid-sV8xc3kJXq {
    padding-top: 1.5rem;
    padding-bottom: 0.9rem;
  }
}
.cid-sV8xc3kJXq .f-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sV8xc3kJXq .f-row {
    flex-direction: row;
    min-height: 665px;
  }
}
@media (min-width: 992px) {
  .cid-sV8xc3kJXq .image-wrapper {
    transform: translateX(25%);
    min-width: 770px;
    min-height: 500px;
    max-height: 500px;
  }
}
.cid-sV8xc3kJXq .image-wrapper img {
  min-height: 100%;
  max-height: 500px;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sV8xc3kJXq .text {
    min-width: 615px;
    transform: translate(-25%, 7rem);
  }
}
.cid-sV8xc3kJXq .text-wrapper {
  background: #eeff42;
  padding: 3rem 1rem 5rem;
}
@media (min-width: 992px) {
  .cid-sV8xc3kJXq .text-wrapper {
    padding: 100px 100px 63px;
  }
}
.cid-sV8xc3kJXq .mbr-text {
  font-weight: 300;
}
@media (min-width: 992px) {
  .cid-sV8xc3kJXq .display-1 {
    font-size: 65px;
  }
  .cid-sV8xc3kJXq .display-5 {
    font-size: 29px;
  }
}
.cid-sV8xc3kJXq .mbr-section-btn {
  background: #eeff42;
  margin-left: 0;
  margin-right: 0;
}
.cid-sV8xc3kJXq .btn {
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
  min-height: 72px;
  padding-right: 80px;
  padding-left: 80px;
  margin: 0;
}
.cid-sV8xc3kJXq .btn:hover {
  background: #BEE1E6 !important;
  border-color: #BEE1E6 !important;
  color: #18293D !important;
}
.cid-sV8xbkd6D9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("https://mobirise.com/extensions/mentorm5/assets/images/background1.jpg");
}
.cid-sV8xbkd6D9 .wrapper {
  min-height: 400px;
}
@media (min-width: 992px) {
  .cid-sV8xbkd6D9 .wrapper {
    min-height: 710px;
  }
  .cid-sV8xbkd6D9 .wrapper .row {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-sV8xbkd6D9 .wrapper {
    padding-top: 5rem;
  }
}
.cid-sV8xbkd6D9 .mbr-section-title {
  text-align: center;
}
.cid-sV8xbkd6D9 .mbr-section-subtitle {
  text-align: center;
}
.cid-sV8xbkd6D9 .mbr-text,
.cid-sV8xbkd6D9 .mbr-section-btn {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sV8xbkd6D9 .display-1 {
    font-size: 65px;
  }
  .cid-sV8xbkd6D9 .display-5 {
    font-size: 29px;
  }
  .cid-sV8xbkd6D9 .display-4 {
    font-weight: 300;
  }
}
@media (max-width: 767px) {
  .cid-sV8xbkd6D9 .mbr-section-btn {
    margin-left: -0.8rem;
    margin-right: -0.8rem;
  }
}
.cid-sV8xbkd6D9 .btn {
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
  min-height: 110px;
  padding-right: 80px;
  padding-left: 80px;
  margin: 0;
}
@media (min-width: 992px) {
  .cid-sV8xbkd6D9 .btn {
    min-width: 345px;
  }
}
@media (max-width: 767px) {
  .cid-sV8xbkd6D9 .btn {
    width: 100%;
  }
}
.cid-sV8xbkd6D9 .one {
  color: #18293D !important;
}
.cid-sV8xbkd6D9 .one:hover {
  background: #EeFF42 !important;
  border-color: #EeFF42 !important;
  color: #18293D !important;
}
.cid-sV8xbkd6D9 .two:hover {
  background: #BEE1E6 !important;
  border-color: #BEE1E6 !important;
  color: #18293D !important;
}
.cid-sV8xctSvUq {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f2f2f2;
}
.cid-sV8xctSvUq img,
.cid-sV8xctSvUq .item-img {
  height: 290px;
  object-fit: cover;
  width: 100%;
}
.cid-sV8xctSvUq img:hover,
.cid-sV8xctSvUq .item-img:hover {
  filter: brightness(85%);
}
.cid-sV8xctSvUq .item:focus,
.cid-sV8xctSvUq span:focus {
  outline: none;
}
.cid-sV8xctSvUq .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sV8xctSvUq .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sV8xctSvUq .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sV8xctSvUq .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sV8xctSvUq .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sV8xctSvUq .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sV8xctSvUq .mbr-section-title {
  margin-bottom: 87px;
}
.cid-sV8xctSvUq .mbr-text,
.cid-sV8xctSvUq .mbr-section-btn {
  text-align: center;
}
.cid-sV8xctSvUq .item-title {
  text-align: center;
  transition: all .5s;
}
.cid-sV8xctSvUq .item-subtitle {
  text-align: center;
}
.cid-sV8xctSvUq .btn {
  color: #18293D !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
  margin: 0;
  padding: 8px 16px;
}
@media (min-width: 992px) {
  .cid-sV8xctSvUq .display-1 {
    font-size: 65px;
  }
  .cid-sV8xctSvUq .display-5 {
    font-size: 29px;
  }
  .cid-sV8xctSvUq .display-7 {
    font-size: 24px;
  }
}
.cid-sV8xdxrYTB {
  overflow: visible !important;
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sV8xdxrYTB .wrapper {
  background: #bee1e6;
  padding: 3rem 1rem 5rem;
}
@media (min-width: 992px) {
  .cid-sV8xdxrYTB .wrapper {
    padding: 85px 160px 130px 85px;
    width: 720px;
    transform: translateX(15%);
  }
}
@media (min-width: 1400px) {
  .cid-sV8xdxrYTB .wrapper {
    transform: translateX(30%);
  }
}
.cid-sV8xdxrYTB .mbr-text {
  font-weight: 300;
}
@media (min-width: 992px) {
  .cid-sV8xdxrYTB .display-5 {
    font-size: 29px;
  }
}
.cid-sV8xdYPSvF {
  overflow: visible !important;
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sV8xdYPSvF .text-wrapper {
  background: #eeff42;
  padding: 3rem 1rem 5rem;
}
@media (min-width: 992px) {
  .cid-sV8xdYPSvF .text-wrapper {
    margin-bottom: -97px;
    padding: 80px;
    min-width: 625px;
    max-width: 625px;
    transform: translate(50%, -6rem);
  }
}
@media (min-width: 1400px) {
  .cid-sV8xdYPSvF .text-wrapper {
    transform: translate(90%, -6rem);
  }
}
.cid-sV8xdYPSvF .mbr-section-subtitle {
  margin-bottom: 80px;
}
.cid-sV8xdYPSvF .mbr-text {
  font-weight: 300;
}
@media (min-width: 992px) {
  .cid-sV8xdYPSvF .display-5 {
    font-size: 29px;
  }
}
.cid-sV8xdYPSvF .card-wrapper {
  display: flex;
  margin-top: 80px;
}
.cid-sV8xdYPSvF .mbr-iconfont {
  font-size: 3rem;
  color: #18293d;
  padding-right: 1.5rem;
}
.cid-sV8xdYPSvF .top {
  margin-top: 0;
}
@media (min-width: 768px) {
  .cid-sV8xdYPSvF .top1 {
    margin-top: 0;
  }
}
.cid-sV8xeuUm3S {
  overflow: visible !important;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sV8xeuUm3S .row {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sV8xeuUm3S .row {
    flex-direction: row;
    min-height: 665px;
    margin-bottom: -355px;
  }
}
.cid-sV8xeuUm3S .text {
  padding: 0;
  z-index: 2;
  background: #bee1e6;
}
@media (min-width: 992px) {
  .cid-sV8xeuUm3S .text {
    width: 663px;
    transform: translateX(-35.3%);
  }
}
@media (min-width: 1400px) {
  .cid-sV8xeuUm3S .text {
    transform: translateX(-25%);
  }
}
.cid-sV8xeuUm3S .wrapper {
  padding: 3rem 1rem 5rem;
}
@media (min-width: 992px) {
  .cid-sV8xeuUm3S .wrapper {
    padding: 95px 127px 50px;
  }
}
.cid-sV8xeuUm3S .mbr-text {
  font-weight: 300;
}
@media (min-width: 992px) {
  .cid-sV8xeuUm3S .display-5 {
    font-size: 29px;
  }
}
.cid-sV8xeuUm3S .wrapper-img {
  z-index: 1;
  padding: 0;
}
@media (min-width: 992px) {
  .cid-sV8xeuUm3S .wrapper-img {
    width: 690px;
    height: 480px;
    transform: translate(25%, -55%);
  }
}
@media (min-width: 1400px) {
  .cid-sV8xeuUm3S .wrapper-img {
    transform: translate(35%, -55%);
  }
}
.cid-sV8xeuUm3S .wrapper-img img {
  min-height: 100%;
  max-height: 460px;
  width: 100%;
  object-fit: cover;
}
.cid-sV8xeuUm3S .mbr-section-btn {
  background: #bee1e6;
  margin-left: 0;
  margin-right: 0;
}
.cid-sV8xeuUm3S .btn {
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
  min-width: 269px;
  min-height: 72px;
  padding-right: 80px;
  padding-left: 80px;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sV8xeuUm3S .btn {
    width: 100%;
  }
}
.cid-sV8xeuUm3S .btn:hover {
  background: #18293D !important;
  border-color: #18293D !important;
  color: #fff !important;
}
.cid-sV8xeuUm3S .text1 {
  padding: 3rem 1rem 5rem;
  background: #eeff42;
}
@media (min-width: 992px) {
  .cid-sV8xeuUm3S .text1 {
    padding: 75px 127px 70px;
    width: 663px;
    transform: translate(-5%, -85%);
  }
}
@media (min-width: 1400px) {
  .cid-sV8xeuUm3S .text1 {
    transform: translate(-15%, -95%);
  }
}
.cid-sV8xf15PMi {
  overflow: visible !important;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sV8xf15PMi .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.5;
}
.cid-sV8xf15PMi .container-fluid {
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
}
@media (min-width: 992px) {
  .cid-sV8xf15PMi .row {
    margin-bottom: -390px;
  }
}
@media (min-width: 992px) {
  .cid-sV8xf15PMi .display-1 {
    font-size: 65px;
  }
  .cid-sV8xf15PMi .display-5 {
    font-size: 29px;
  }
  .cid-sV8xf15PMi .display-7 {
    font-size: 24px;
  }
  .cid-sV8xf15PMi .display-4 {
    font-weight: 300;
  }
}
.cid-sV8xf15PMi .parallax {
  background-image: url("https://mobirise.com/extensions/mentorm5/assets/images/team6.jpg");
  height: 400px;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  position: relative;
}
@media (min-width: 992px) {
  .cid-sV8xf15PMi .parallax {
    height: 640px;
  }
}
.cid-sV8xf15PMi .index {
  z-index: 3;
}
.cid-sV8xf15PMi .text {
  padding: 0;
  background: #d3f1f5;
}
@media (min-width: 992px) {
  .cid-sV8xf15PMi .text {
    width: 777px;
    transform: translate(-35.3%, -75%);
  }
}
@media (min-width: 1400px) {
  .cid-sV8xf15PMi .text {
    transform: translate(-47%, -75%);
  }
}
@media (min-width: 1400px) {
  .cid-sV8xf15PMi .text {
    transform: translate(-7%, -75%);
  }
}
.cid-sV8xf15PMi .wrapper {
  padding: 3rem 1rem 5rem;
}
@media (min-width: 992px) {
  .cid-sV8xf15PMi .wrapper {
    padding: 80px 127px 40px;
  }
}
.cid-sV8xf15PMi .mbr-text {
  font-weight: 300;
}
.cid-sV8xf15PMi .mbr-section-btn {
  background: #d3f1f5;
  margin-left: 0;
  margin-right: 0;
}
.cid-sV8xf15PMi .btn {
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
  min-height: 72px;
  padding-right: 70px;
  padding-left: 70px;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-sV8xf15PMi .btn {
    width: 100%;
  }
}
.cid-sV8xf15PMi .btn:hover {
  background: #18293D !important;
  border-color: #18293D !important;
  color: #fff !important;
}
.cid-sV8xfSVSRJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eeff42;
}
.cid-sV8xfSVSRJ .title {
  min-height: 44px;
}
.cid-sV8xfSVSRJ .mbr-section-subtitle {
  color: #253c57;
}
.cid-sV8xg9Kqgp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e8eaec;
}
.cid-sV8xg9Kqgp .mbr-section-title {
  text-align: center;
}
.cid-sV8xg9Kqgp .mbr-section-subtitle {
  text-align: center;
}
.cid-sV8xg9Kqgp .mbr-text {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sV8xg9Kqgp .display-1 {
    font-size: 75px;
  }
  .cid-sV8xg9Kqgp .display-5 {
    font-size: 29px;
  }
  .cid-sV8xg9Kqgp .display-4 {
    font-weight: 300;
  }
}
.cid-sV8xgSCrYx {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("https://mobirise.com/extensions/mentorm5/assets/images/background1.jpg");
}
.cid-sV8xgSCrYx ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sV8xgSCrYx li {
  position: relative;
}
.cid-sV8xgSCrYx li:nth-last-child(n+2) {
  margin-bottom: 1rem;
}
.cid-sV8xgSCrYx ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #415d7d;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sV8xgSCrYx .background {
  padding: 3rem 1rem;
  background-color: #eeff42;
}
@media (min-width: 992px) {
  .cid-sV8xgSCrYx .background {
    margin-top: 5rem;
  }
}
@media (min-width: 992px) {
  .cid-sV8xgSCrYx .display-1 {
    font-size: 70px;
  }
  .cid-sV8xgSCrYx .display-5 {
    font-size: 29px;
  }
  .cid-sV8xgSCrYx .display-7 {
    font-size: 22px;
  }
}
.cid-sV8xhPSd6x {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sV8xhPSd6x .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.cid-sV8xhPSd6x .mbr-section-head {
  background-color: #bee1e6;
  padding: 1rem 1rem 2rem;
}
.cid-sV8xhPSd6x .row {
  flex-direction: row-reverse;
}
.cid-sV8xhPSd6x img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sV8xhPSd6x .display-1 {
    font-size: 70px;
  }
  .cid-sV8xhPSd6x .display-5 {
    font-size: 29px;
  }
  .cid-sV8xhPSd6x .display-7 {
    font-size: 22px;
  }
}
.cid-sV8xhPSd6x .mbr-section-title {
  text-align: center;
}
.cid-sV8xhPSd6x .mbr-section-subtitle {
  text-align: center;
}
.cid-sV8xiewb5o {
  background-color: #e8eaec;
}
.cid-sV8xiewb5o .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.cid-sV8xiewb5o .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-sV8xiewb5o .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-sV8xiewb5o .embla__button--next,
.cid-sV8xiewb5o .embla__button--prev {
  display: flex;
}
.cid-sV8xiewb5o .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #89aeb3;
  background: rgba(137, 174, 179, 0.7);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sV8xiewb5o .embla__button:hover {
  background: #89aeb3;
}
@media (max-width: 768px) {
  .cid-sV8xiewb5o .embla__button {
    background-color: transparent;
    border-color: transparent;
  }
  .cid-sV8xiewb5o .embla__button .mbr-iconfont {
    display: none;
  }
  .cid-sV8xiewb5o .embla__button:hover {
    background: rgba(137, 174, 179, 0);
  }
}
.cid-sV8xiewb5o .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-sV8xiewb5o .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sV8xiewb5o .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-sV8xiewb5o .embla__button {
    top: auto;
  }
}
.cid-sV8xiewb5o .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-sV8xiewb5o .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-sV8xiewb5o .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-sV8xiewb5o .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-sV8xiewb5o .embla {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #eeff42;
  position: relative;
  width: 100%;
}
.cid-sV8xiewb5o .section-header {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .cid-sV8xiewb5o .section-header {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-sV8xiewb5o .section-header {
    padding-left: 188px;
    padding-right: 188px;
  }
}
.cid-sV8xiewb5o .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-sV8xiewb5o .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-sV8xiewb5o .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-sV8xiewb5o .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (min-width: 992px) {
  .cid-sV8xiewb5o .display-1 {
    font-size: 70px;
  }
  .cid-sV8xiewb5o .display-5 {
    font-size: 29px;
  }
  .cid-sV8xiewb5o .display-7 {
    font-size: 22px;
  }
}
.cid-sV8xiewb5o .mbr-section-title {
  text-align: left;
}
.cid-sV8xiewb5o .mbr-text {
  text-align: left;
}
.cid-sV8xjwhXfo {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sV8xjwhXfo img {
  width: 120px;
  margin: auto;
}
.cid-sV8xjwhXfo .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sV8xjwhXfo .card {
    max-width: 20%;
  }
  .cid-sV8xjwhXfo .display-1 {
    font-size: 65px;
  }
  .cid-sV8xjwhXfo .display-5 {
    font-size: 29px;
  }
}
.cid-sV8xjwhXfo .mbr-section-subtitle {
  margin-bottom: 100px;
}
.cid-sV8xiAbv3Y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sV8xiAbv3Y .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.cid-sV8xiAbv3Y .mbr-section-head {
  background-color: #eeff42;
  padding: 3rem 1rem 1rem;
}
.cid-sV8xiAbv3Y .mbr-media {
  position: relative;
}
.cid-sV8xiAbv3Y .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-sV8xiAbv3Y .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-sV8xiAbv3Y .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-sV8xiAbv3Y .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sV8xiAbv3Y .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sV8xiAbv3Y .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sV8xiAbv3Y .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sV8xiAbv3Y .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
@media (min-width: 992px) {
  .cid-sV8xiAbv3Y .display-1 {
    font-size: 70px;
  }
  .cid-sV8xiAbv3Y .display-5 {
    font-size: 29px;
  }
  .cid-sV8xiAbv3Y .display-7 {
    font-size: 22px;
  }
}
.cid-sV8xmSz63V {
  background: #ffffff;
}
.cid-sV8xmSz63V .text-wrapper {
  margin-bottom: 85px;
}
.cid-sV8xmSz63V .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-sV8xmSz63V .plan-body {
  border-top: 1px solid #000000;
  padding: 30px;
}
.cid-sV8xmSz63V .plan-header {
  padding: 30px;
  position: relative;
}
.cid-sV8xmSz63V .dollar {
  font-size: 18px;
  vertical-align: top;
}
.cid-sV8xmSz63V .plan {
  height: 100%;
  border: 1px solid #000000;
  word-break: break-word;
  background-color: #ffffff;
}
.cid-sV8xmSz63V .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-sV8xmSz63V .sideB {
  background-color: #ffffff;
}
.cid-sV8xmSz63V .side {
  background-color: #6f8bab;
  background: rgba(111, 139, 171, 0.2);
}
.cid-sV8xmSz63V .centerB {
  background-color: #edfdff;
}
.cid-sV8xmSz63V .center {
  background-color: #d3f1f5;
  background: #d3f1f5;
}
@media (max-width: 991px) {
  .cid-sV8xmSz63V .wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sV8xmSz63V .mbr-section-btn {
  margin: 0;
}
.cid-sV8xmSz63V .btn {
  min-height: 50px;
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
  margin: 26px 0 0 0;
  padding: 8px 16px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sV8xmSz63V .display-1 {
    font-size: 70px;
  }
  .cid-sV8xmSz63V .display-5 {
    font-size: 29px;
  }
  .cid-sV8xmSz63V .display-7 {
    font-size: 24px;
  }
}
.cid-sV8xmSz63V .popular {
  padding: .5rem 1rem;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translate(-50%);
  background-color: #18293d;
  color: #ffffff;
}
.cid-sV8xmSz63V .price-term {
  line-height: 20px !important;
}
.cid-sV8xmSz63V .mbr-section-title {
  text-align: center;
}
.cid-sV8xmSz63V .mbr-section-subtitle {
  text-align: center;
}
.cid-sV8xmSz63V .mbr-text {
  text-align: center;
}
.cid-sV8xmj0Hoz {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sV8xmj0Hoz .card-wrapper {
  background-color: #f2f2f2;
  background: #f2f2f2;
  transition: all 0.3s;
  position: relative;
  padding: 30px;
}
.cid-sV8xmj0Hoz .btn {
  color: #18293D !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  width: 90%;
  margin: 0;
  margin-top: 8px;
}
.cid-sV8xmj0Hoz .btn:hover {
  background-color: #18293D !important;
  color: #fff !important;
}
@media (max-width: 991px) {
  .cid-sV8xmj0Hoz .card-wrapper {
    padding: 3rem 1rem;
  }
}
@media (min-width: 991px) {
  .cid-sV8xmj0Hoz .container {
    width: 980px;
  }
}
.cid-sV8xmj0Hoz .mbr-text {
  text-align: center;
}
.cid-sV8xmj0Hoz .time {
  text-align: left;
}
@media (min-width: 992px) {
  .cid-sV8xmj0Hoz .display-1 {
    font-size: 70px;
  }
  .cid-sV8xmj0Hoz .display-5 {
    font-size: 29px;
  }
  .cid-sV8xmj0Hoz .display-7 {
    font-size: 22px;
  }
}
.cid-sV8xmj0Hoz .mbr-section-title {
  text-align: center;
}
.cid-sV8xmj0Hoz .mbr-section-subtitle {
  text-align: center;
}
.cid-sV8xmj0Hoz .nav-tabs .nav-item.open .nav-link:focus,
.cid-sV8xmj0Hoz .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sV8xmj0Hoz .nav-tabs {
  width: 90%;
  flex-wrap: wrap;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sV8xmj0Hoz .nav-tabs {
    width: 750px;
  }
}
.cid-sV8xmj0Hoz .nav-item {
  width: 12%;
}
@media (max-width: 991px) {
  .cid-sV8xmj0Hoz .nav-item {
    width: 11%;
  }
}
@media (max-width: 767px) {
  .cid-sV8xmj0Hoz .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-sV8xmj0Hoz .nav-tabs .nav-link {
  transition: all .5s;
  border: 1px solid transparent;
  border-radius: 0 !important;
}
.cid-sV8xmj0Hoz .nav-tabs .nav-link:not(.active) {
  color: #18293d;
}
@media (min-width: 768px) {
  .cid-sV8xmj0Hoz .nav-tabs .nav-item {
    margin-right: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sV8xmj0Hoz .nav-tabs .nav-item {
    margin-bottom: 1.5rem;
  }
}
.cid-sV8xmj0Hoz .nav-link,
.cid-sV8xmj0Hoz .nav-link.active {
  padding: 0;
  background-color: transparent;
}
.cid-sV8xmj0Hoz .nav-tabs .nav-link.active .number {
  border: 1px solid #414141;
  background: #f2f2f2;
}
.cid-sV8xmj0Hoz .mbr-card-text {
  text-align: center;
}
.cid-sV8xmj0Hoz .day {
  font-size: 16px;
}
.cid-sV8xmj0Hoz .number {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 10px;
}
.cid-sV8xkYjvYK {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-image: url("https://mobirise.com/extensions/mentorm5/assets/images/background1.jpg");
}
.cid-sV8xkYjvYK .btn {
  width: 100%;
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
  margin: 0;
  padding: 0 45px;
  min-height: 40px;
}
.cid-sV8xkYjvYK .btn:hover {
  opacity: .7;
}
.cid-sV8xkYjvYK .mbr-section-btn {
  margin-bottom: 1.2rem;
}
@media (min-width: 992px) {
  .cid-sV8xkYjvYK .display-1 {
    font-size: 65px;
  }
  .cid-sV8xkYjvYK .display-5 {
    font-size: 29px;
  }
  .cid-sV8xkYjvYK .display-7 {
    font-size: 24px;
  }
  .cid-sV8xkYjvYK .display-4 {
    font-weight: 300;
  }
}
@media (min-width: 992px) {
  .cid-sV8xkYjvYK .form {
    padding: 45px 40px 0 60px;
  }
}
.cid-sV8xkYjvYK .form-control,
.cid-sV8xkYjvYK .field-input {
  padding-left: 12px;
  padding-right: 12px;
  min-height: 40px;
  font-size: 16px;
  border-radius: 0;
  border: 2px solid transparent;
  box-shadow: none;
}
.cid-sV8xkYjvYK .form-control:hover {
  box-shadow: none;
  outline: none;
  border: 1px solid transparent !important;
}
.cid-sV8xkYjvYK .form-control:focus {
  box-shadow: none;
  outline: none;
  border: 2px solid #3899ec !important;
}
.cid-sV8xkYjvYK .form-group {
  position: relative;
}
.cid-sV8xkYjvYK .info {
  position: absolute;
  left: 10px;
  top: -5px;
  font-size: 10px;
  background-color: #fff;
}
.cid-sV8xlrXQus {
  background-color: #bee1e6;
}
.cid-sV8xlrXQus .mbr-overlay {
  background-color: #ffffff;
  opacity: 0;
}
.cid-sV8xlrXQus .container-fluid {
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
}
.cid-sV8xlrXQus form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-sV8xlrXQus form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-sV8xlrXQus form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sV8xlrXQus .form {
  background-color: #e8eaec;
  padding-top: 7rem;
  padding-bottom: 5rem;
}
@media (min-width: 768px) {
  .cid-sV8xlrXQus .form {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-sV8xlrXQus .form {
    padding-left: 290px;
    padding-right: 290px;
  }
}
.cid-sV8xlrXQus .text {
  padding-top: 7rem;
  padding-bottom: 5rem;
}
@media (min-width: 768px) {
  .cid-sV8xlrXQus .text {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-sV8xlrXQus .text {
    padding-left: 193px;
    padding-right: 193px;
  }
}
.cid-sV8xlrXQus .mbr-section-title {
  text-align: left;
}
.cid-sV8xlrXQus .mbr-section-subtitle {
  text-align: left;
}
@media (min-width: 992px) {
  .cid-sV8xlrXQus .display-1 {
    font-size: 65px;
  }
  .cid-sV8xlrXQus .display-5 {
    font-size: 29px;
  }
  .cid-sV8xlrXQus .display-7 {
    font-size: 24px;
  }
  .cid-sV8xlrXQus .display-4 {
    font-weight: 300;
  }
}
.cid-sV8xlrXQus .btn {
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
}
.cid-sV8xlrXQus .btn:hover {
  background: #EeFF42 !important;
  border-color: #EeFF42 !important;
  color: #18293D !important;
}
.cid-sV8xlrXQus .btn-primary-outline {
  color: #18293D !important;
}
.cid-sV8xlrXQus .form-control,
.cid-sV8xlrXQus .field-input {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  border: none !important;
  box-shadow: none;
  border-bottom: 2px solid #253C57 !important;
  padding: 0;
  color: #18293D;
  margin: 0;
  font-weight: 300;
}
.cid-sV8xlrXQus .form-control:hover {
  box-shadow: none;
  outline: none;
  border-bottom: 1px solid #253C57 !important;
}
.cid-sV8xlrXQus .form-control:focus {
  box-shadow: none;
  outline: none;
  background-color: inherit;
}
.cid-sV8xlrXQus .form-check-input:checked {
  background-color: #253c57;
  border-color: #253c57;
}
.cid-sV8xlrXQus .form-control::placeholder {
  color: #18293D;
  margin: 0;
  font-weight: 300;
}
.cid-sV8xlrXQus .form-group {
  margin-bottom: 41px;
}
.cid-sV8ogONksx {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #eeff42;
  overflow: hidden;
}
.cid-sV8ogONksx .media-container-row .mbr-text {
  color: #18293d;
}
.cid-sV8ogONksx .mbr-text {
  font-weight: 300;
}
