.video-wrapper{
  overflow: hidden;
}
body{
  font-family: Inter;
}
.display-1{
  font-family: 'Inter', sans-serif;
  font-size: 6.25rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont{
  font-size: 7.8125rem;
}
.display-2{
  font-family: 'Inter', sans-serif;
  font-size: 3.5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont{
  font-size: 4.375rem;
}
.display-4{
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont{
  font-size: 1.25rem;
}
.display-5{
  font-family: 'Inter', sans-serif;
  font-size: 2.25rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont{
  font-size: 2.8125rem;
}
.display-7{
  font-family: 'Inter', sans-serif;
  font-size: 1.25rem;
  line-height: 1.7;
}
.display-7 > .mbr-iconfont{
  font-size: 1.5625rem;
}
@media (max-width: 992px){
  .display-1 {
    font-size: 5rem;
  }
}
@media (max-width: 768px){
  .display-1 {
    font-size: 4.375rem;
    font-size: calc( 2.8375rem + (6.25 - 2.8375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.8375rem + (6.25 - 2.8375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px){
  .display-1 {
    font-size: 4.375rem;
    font-size: calc( 2.8375rem + (6.25 - 2.8375) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.8375rem + (6.25 - 2.8375) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.5 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.5 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.5 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62))));
  }
}
.btn{
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm{
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md{
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg{
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary{
  background-color: #383193 !important;
}
.bg-success{
  background-color: #236686 !important;
}
.bg-info{
  background-color: #208f65 !important;
}
.bg-warning{
  background-color: #d37530 !important;
}
.bg-danger{
  background-color: #d33430 !important;
}
.btn-primary{
  box-shadow: #1b1846 0px 8px 15px -5px;
}
.btn-primary,
.btn-primary:active{
  background-color: #383193 !important;
  border-color: #383193 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active{
  color: inherit;
  background-color: #473eb9 !important;
  border-color: #473eb9 !important;
  box-shadow: #0c0b20 0px 8px 15px -5px;
}
.btn-primary.disabled,
.btn-primary:disabled{
  color: #ffffff !important;
  background-color: #473eb9 !important;
  border-color: #473eb9 !important;
}
.btn-secondary{
  box-shadow: #0c0a26 0px 8px 15px -5px;
}
.btn-secondary,
.btn-secondary:active{
  background-color: #251e78 !important;
  border-color: #251e78 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active{
  color: inherit;
  background-color: #3228a1 !important;
  border-color: #3228a1 !important;
  box-shadow: #000000 0px 8px 15px -5px;
}
.btn-secondary.disabled,
.btn-secondary:disabled{
  color: #ffffff !important;
  background-color: #3228a1 !important;
  border-color: #3228a1 !important;
}
.btn-info{
  box-shadow: #0d3c2a 0px 8px 15px -5px;
}
.btn-info,
.btn-info:active{
  background-color: #208f65 !important;
  border-color: #208f65 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active{
  color: inherit;
  background-color: #29b982 !important;
  border-color: #29b982 !important;
  box-shadow: #04120d 0px 8px 15px -5px;
}
.btn-info.disabled,
.btn-info:disabled{
  color: #ffffff !important;
  background-color: #29b982 !important;
  border-color: #29b982 !important;
}
.btn-success{
  box-shadow: #0e2835 0px 8px 15px -5px;
}
.btn-success,
.btn-success:active{
  background-color: #236686 !important;
  border-color: #236686 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active{
  color: inherit;
  background-color: #2e85ae !important;
  border-color: #2e85ae !important;
  box-shadow: #030a0d 0px 8px 15px -5px;
}
.btn-success.disabled,
.btn-success:disabled{
  color: #ffffff !important;
  background-color: #2e85ae !important;
  border-color: #2e85ae !important;
}
.btn-warning{
  box-shadow: #81471c 0px 8px 15px -5px;
}
.btn-warning,
.btn-warning:active{
  background-color: #d37530 !important;
  border-color: #d37530 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active{
  color: inherit;
  background-color: #dc915a !important;
  border-color: #dc915a !important;
  box-shadow: #573013 0px 8px 15px -5px;
}
.btn-warning.disabled,
.btn-warning:disabled{
  color: #ffffff !important;
  background-color: #dc915a !important;
  border-color: #dc915a !important;
}
.btn-danger{
  box-shadow: #811e1c 0px 8px 15px -5px;
}
.btn-danger,
.btn-danger:active{
  background-color: #d33430 !important;
  border-color: #d33430 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active{
  color: inherit;
  background-color: #dc5d5a !important;
  border-color: #dc5d5a !important;
  box-shadow: #571413 0px 8px 15px -5px;
}
.btn-danger.disabled,
.btn-danger:disabled{
  color: #ffffff !important;
  background-color: #dc5d5a !important;
  border-color: #dc5d5a !important;
}
.btn-white{
  box-shadow: #c2c2c2 0px 8px 15px -5px;
}
.btn-white,
.btn-white:active{
  background-color: #f5f5f5 !important;
  border-color: #f5f5f5 !important;
  color: #5c5c5c !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active{
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: #a9a9a9 0px 8px 15px -5px;
}
.btn-white.disabled,
.btn-white:disabled{
  color: #5c5c5c !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black{
  box-shadow: #000000 0px 8px 15px -5px;
}
.btn-black,
.btn-black:active{
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active{
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: #000000 0px 8px 15px -5px;
}
.btn-black.disabled,
.btn-black:disabled{
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-primary-outline,
.btn-primary-outline:active{
  background-color: transparent !important;
  border-color: transparent;
  color: #383193;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active{
  color: #1f1b52 !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: #383193 !important;
  border-color: #383193 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active{
  background-color: transparent !important;
  border-color: transparent;
  color: #251e78;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active{
  color: #100d33 !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: #251e78 !important;
  border-color: #251e78 !important;
}
.btn-info-outline,
.btn-info-outline:active{
  background-color: transparent !important;
  border-color: transparent;
  color: #208f65;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active{
  color: #104833 !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: #208f65 !important;
  border-color: #208f65 !important;
}
.btn-success-outline,
.btn-success-outline:active{
  background-color: transparent !important;
  border-color: transparent;
  color: #236686;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active{
  color: #113241 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled{
  color: #ffffff !important;
  background-color: #236686 !important;
  border-color: #236686 !important;
}
.btn-warning-outline,
.btn-warning-outline:active{
  background-color: transparent !important;
  border-color: transparent;
  color: #d37530;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active{
  color: #8e4e1e !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled{
  color: #ffffff !important;
  background-color: #d37530 !important;
  border-color: #d37530 !important;
}
.btn-danger-outline,
.btn-danger-outline:active{
  background-color: transparent !important;
  border-color: transparent;
  color: #d33430;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active{
  color: #8e211e !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: #d33430 !important;
  border-color: #d33430 !important;
}
.btn-black-outline,
.btn-black-outline:active{
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active{
  color: #000000 !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: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline,
.btn-white-outline:active{
  background-color: transparent !important;
  border-color: transparent;
  color: #f5f5f5;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active{
  color: #cacaca !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled{
  color: #767676 !important;
  background-color: #f5f5f5 !important;
  border-color: #f5f5f5 !important;
}
.text-primary{
  color: #383193 !important;
}
.text-secondary{
  color: #251e78 !important;
}
.text-success{
  color: #236686 !important;
}
.text-info{
  color: #208f65 !important;
}
.text-warning{
  color: #d37530 !important;
}
.text-danger{
  color: #d33430 !important;
}
.text-white{
  color: #f5f5f5 !important;
}
.text-black{
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active{
  color: #1b1846 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active{
  color: #0c0a26 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active{
  color: #0e2835 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active{
  color: #0d3c2a !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active{
  color: #81471c !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active{
  color: #811e1c !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active{
  color: #c2c2c2 !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: #383193;
}
.nav-tabs .nav-link:not(.active){
  color: #232323;
}
.alert-success{
  background-color: #70c770;
}
.alert-info{
  background-color: #208f65;
}
.alert-warning{
  background-color: #d37530;
}
.alert-danger{
  background-color: #d33430;
}
.mbr-section-btn .btn:not(.btn-form){
  border-radius: 10px;
}
.mbr-gallery-filter li a{
  border-radius: 10px !important;
}
.mbr-gallery-filter li.active .btn{
  background-color: #383193;
  border-color: #383193;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus{
  box-shadow: none;
}
.nav-tabs .nav-link{
  border-radius: 10px !important;
}
a,
a:hover{
  color: #383193;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc{
  color: #7a73d0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc{
  color: #56aad3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc{
  color: #55d9a7;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc{
  color: #f7e5d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc{
  color: #f7d9d8;
}
.scrollToTop_wraper{
  display: none;
}
.form-control{
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont{
  font-size: 1.25rem;
}
.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: #383193 !important;
}
.form-control:-webkit-input-placeholder{
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont{
  font-size: 1.25rem;
}
blockquote{
  border-color: #383193;
}
.mbr-form .input-group-btn .btn{
  border-radius: 10px !important;
}
.mbr-form .input-group-btn .btn:hover{
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"]{
  border-radius: 10px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover{
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected{
  background-color: #383193;
  color: #ffffff;
}
.jq-number__spin{
  transition: 0.25s ease;
}
.jq-number__spin:hover{
  border-color: #383193;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after{
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after{
  border-top-color: #383193;
  border-bottom-color: #383193;
}
.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: #383193 !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: #251e78 !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='%23383193' %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;
}
html,
body{
  overflow-x: hidden;
}
a{
  transition: color 0.6s;
}
.mbr-section-btn .btn{
  padding: 12px 24px;
  font-weight: 500;
  border: none !important;
}
.mbr-section-btn .btn .mbr-iconfont{
  margin-left: 12px;
}
.mbr-section-btn .btn-black{
  box-shadow: #000000 0 0.602187px 1.08394px -1.25px, #333333 0px 2.28853px 4.11936px -2.5px, #4d4d4d 0px 10px 18px -3.75px, #666666 0px 0.706592px 0.706592px -0.583333px, #999999 0px 1.80656px 1.80656px -1.16667px, #b3b3b3 0px 3.62176px 3.62176px -1.75px, #cccccc 0px 6.8656px 6.8656px -2.33333px, #e6e6e6 0px 8.6468px 8.6468px -2.91667px, #f2f2f2 0px 10px 10px -3.5px;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn .btn-black:focus{
  background-color: #000000 !important;
  color: #ffffff !important;
  border-color: #000000 !important;
  box-shadow: #000000 0 0.602187px 1.08394px -1.25px, #1a1a1a 0px 2.28853px 4.11936px -2.5px, #333333 0px 10px 18px -3.75px, #4d4d4d 0px 0.706592px 0.706592px -0.583333px, #808080 0px 1.80656px 1.80656px -1.16667px, #999999 0px 3.62176px 3.62176px -1.75px, #b3b3b3 0px 6.8656px 6.8656px -2.33333px, #cccccc 0px 8.6468px 8.6468px -2.91667px, #d9d9d9 0px 10px 10px -3.5px;
}
.mbr-section-btn .btn-white{
  color: #000000 !important;
  box-shadow: #808080 0px 0.706592px 0.706592px -0.583333px, #999999 0px 1.80656px 1.80656px -1.16667px, #b3b3b3 0px 3.62176px 3.62176px -1.75px, #bfbfbf 0px 6.8656px 6.8656px -2.33333px, #cccccc 0px 8.6468px 8.6468px -2.91667px, #e6e6e6 0px 10px 10px -3.5px, #ffffff 0px 3px 1px 0px inset;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn .btn-white:focus{
  background-color: #fafafa !important;
  color: #000000 !important;
  box-shadow: #737373 0px 0.706592px 0.706592px -0.583333px, #8c8c8c 0px 1.80656px 1.80656px -1.16667px, #a6a6a6 0px 3.62176px 3.62176px -1.75px, #b3b3b3 0px 6.8656px 6.8656px -2.33333px, #bfbfbf 0px 8.6468px 8.6468px -2.91667px, #d9d9d9 0px 10px 10px -3.5px, #ffffff 0px 3px 1px 0px inset;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper{
  border-radius: 20px !important;
}
.label-wrap{
  border-radius: 60px !important;
}
.little-radius,
.form-control{
  border-radius: 10px !important;
}
*:focus-visible{
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vtYLjLvLkX{
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vtYLjLvLkX nav.navbar{
  position: fixed;
}
.cid-vtYLjLvLkX .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-vtYLjLvLkX .dropdown-menu{
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vtYLjLvLkX .dropdown-item{
  border: none !important;
  background: #ffffff !important;
  font-weight: 400;
}
.cid-vtYLjLvLkX .dropdown-item:hover,
.cid-vtYLjLvLkX .dropdown-item:focus{
  background: #ffffff !important;
  color: #000000 !important;
}
.cid-vtYLjLvLkX .dropdown-item:hover span{
  color: white;
}
.cid-vtYLjLvLkX .dropdown-item:first-child{
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vtYLjLvLkX .dropdown-item:last-child{
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vtYLjLvLkX .nav-dropdown .link{
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vtYLjLvLkX .nav-dropdown .link.dropdown-toggle::after{
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vtYLjLvLkX .nav-link{
  position: relative;
}
.cid-vtYLjLvLkX .container{
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px){
  .cid-vtYLjLvLkX .container {
    flex-wrap: nowrap;
  }
}
.cid-vtYLjLvLkX .iconfont-wrapper{
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vtYLjLvLkX .iconfont-wrapper:hover{
  opacity: .5;
}
.cid-vtYLjLvLkX .dropdown-menu,
.cid-vtYLjLvLkX .navbar.opened{
  background: #ffffff !important;
}
.cid-vtYLjLvLkX .nav-item:focus,
.cid-vtYLjLvLkX .nav-link:focus{
  outline: none;
}
.cid-vtYLjLvLkX .dropdown .dropdown-menu .dropdown-item{
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vtYLjLvLkX .dropdown .dropdown-menu .dropdown-item::after{
  right: 1.6rem;
}
.cid-vtYLjLvLkX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont{
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vtYLjLvLkX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before{
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vtYLjLvLkX .collapsed .dropdown-menu .dropdown-item:before{
  display: none;
}
.cid-vtYLjLvLkX .collapsed .dropdown .dropdown-menu .dropdown-item{
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vtYLjLvLkX .navbar{
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vtYLjLvLkX .navbar.opened{
  transition: all 0.3s;
}
.cid-vtYLjLvLkX .navbar .dropdown-item{
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-vtYLjLvLkX .navbar .navbar-logo img{
  border-radius: 0 !important;
  width: auto;
}
.cid-vtYLjLvLkX .navbar .navbar-collapse{
  justify-content: flex-end;
  z-index: 1;
}
.cid-vtYLjLvLkX .navbar.collapsed{
  justify-content: center;
}
.cid-vtYLjLvLkX .navbar.collapsed .nav-item .nav-link::before{
  display: none;
}
.cid-vtYLjLvLkX .navbar.collapsed.opened .dropdown-menu{
  top: 0;
}
@media (min-width: 992px){
  .cid-vtYLjLvLkX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vtYLjLvLkX .navbar.collapsed .dropdown-menu .dropdown-submenu{
  left: 0 !important;
}
.cid-vtYLjLvLkX .navbar.collapsed .dropdown-menu .dropdown-item:after{
  right: auto;
}
.cid-vtYLjLvLkX .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-vtYLjLvLkX .navbar.collapsed ul.navbar-nav li{
  margin: auto;
}
.cid-vtYLjLvLkX .navbar.collapsed .dropdown-menu .dropdown-item{
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vtYLjLvLkX .navbar.collapsed .icons-menu{
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px){
  .cid-vtYLjLvLkX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vtYLjLvLkX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vtYLjLvLkX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vtYLjLvLkX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vtYLjLvLkX .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-vtYLjLvLkX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vtYLjLvLkX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vtYLjLvLkX .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vtYLjLvLkX .navbar .dropdown-menu .dropdown-item:hover {
    box-shadow: 0 3px 5px -2px #9c9c9c inset;
  }
  .cid-vtYLjLvLkX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vtYLjLvLkX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vtYLjLvLkX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vtYLjLvLkX .navbar.navbar-short{
  min-height: 96px;
}
.cid-vtYLjLvLkX .navbar.navbar-short .navbar-brand{
  min-height: 96px;
}
.cid-vtYLjLvLkX .navbar-brand{
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vtYLjLvLkX .navbar-brand .navbar-caption{
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vtYLjLvLkX .navbar-brand .navbar-caption:hover,
.cid-vtYLjLvLkX .navbar-brand .navbar-caption:focus{
  color: #000000 !important;
}
.cid-vtYLjLvLkX .navbar-brand .navbar-logo a{
  outline: none;
}
.cid-vtYLjLvLkX .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vtYLjLvLkX .navbar.opened .navbar-brand .navbar-caption:focus{
  color: #000000 !important;
}
.cid-vtYLjLvLkX .dropdown-item.active,
.cid-vtYLjLvLkX .dropdown-item:active{
  background-color: transparent;
}
.cid-vtYLjLvLkX .navbar-expand-lg .navbar-nav .nav-link{
  padding: 0;
}
.cid-vtYLjLvLkX .nav-dropdown .link.dropdown-toggle{
  margin-right: 1.667em;
}
.cid-vtYLjLvLkX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]{
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vtYLjLvLkX .navbar.navbar-expand-lg .dropdown .dropdown-menu{
  background: #ffffff;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px){
  .cid-vtYLjLvLkX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vtYLjLvLkX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu{
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vtYLjLvLkX .navbar .dropdown.open > .dropdown-menu{
  display: block;
}
.cid-vtYLjLvLkX ul.navbar-nav{
  flex-wrap: wrap;
}
@media (min-width: 991px){
  .cid-vtYLjLvLkX ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vtYLjLvLkX .navbar-buttons{
  text-align: center;
  width: auto;
}
@media (min-width: 991px){
  .cid-vtYLjLvLkX .navbar-buttons {
    text-align: left;
  }
}
.cid-vtYLjLvLkX .navbar-buttons .btn{
  white-space: nowrap;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px){
  .cid-vtYLjLvLkX .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vtYLjLvLkX button.navbar-toggler{
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vtYLjLvLkX button.navbar-toggler .hamburger span{
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vtYLjLvLkX button.navbar-toggler .hamburger span:nth-child(1){
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vtYLjLvLkX button.navbar-toggler .hamburger span:nth-child(2){
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vtYLjLvLkX button.navbar-toggler .hamburger span:nth-child(3){
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vtYLjLvLkX button.navbar-toggler .hamburger span:nth-child(4){
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vtYLjLvLkX nav.opened .hamburger span:nth-child(1){
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vtYLjLvLkX nav.opened .hamburger span:nth-child(2){
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vtYLjLvLkX nav.opened .hamburger span:nth-child(3){
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vtYLjLvLkX nav.opened .hamburger span:nth-child(4){
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vtYLjLvLkX .navbar-dropdown{
  padding: 0 1rem;
  position: fixed;
}
.cid-vtYLjLvLkX a.nav-link{
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vtYLjLvLkX .icons-menu{
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
  .cid-vtYLjLvLkX .navbar {
    height: 70px;
  }
  .cid-vtYLjLvLkX .navbar.opened {
    height: auto;
  }
  .cid-vtYLjLvLkX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vtYLjLvLkX .navbar-nav{
  margin: 0 auto;
}
.cid-vtYLjLvLkX .nav-item{
  padding: 0;
  margin: 0;
}
.cid-vtYLjLvLkX .nav-item .nav-link{
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-vtYLjLvLkX .nav-item .nav-link::after{
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vtYLjLvLkX .nav-item .nav-link:hover{
  background-color: transparent;
  color: #000000 !important;
  box-shadow: 0 3px 5px -2px #9c9c9c inset;
}
.cid-vtYLjLvLkX .nav-item .nav-link:hover::after{
  color: inherit !important;
}
.cid-vtYLjLvLkX .nav-item .nav-link.show::after{
  transform: rotate(180deg);
}
.cid-vtYLjLvLkX .nav-item .dropdown-menu{
  background-color: transparent !important;
}
.cid-vtYLjLvLkX .nav-item .dropdown-menu:hover{
  background-color: transparent !important;
}
@media (max-width: 991px){
  .cid-vtYLjLvLkX .navbar {
    justify-content: flex-start !important;
  }
  .cid-vtYLjLvLkX .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vtYLjLvLkX .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vtYLjLvLkX .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vtYLjLvLkX .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vtYLjLvLkX .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vtYLjLvLkX .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vtYLjLvLkX .content-wrap{
  min-height: 110px;
}
.cid-vtYLpUfCN7{
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vtYLpUfCN7 .mbr-fallback-image.disabled{
  display: none;
}
.cid-vtYLpUfCN7 .mbr-fallback-image{
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vtYLpUfCN7 .arrow{
  font-size: 3rem;
  color: #ae42c8;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-vtYLpUfCN7 .arrow-col{
  overflow: hidden;
  margin-top: 5rem;
}
.cid-vtYLpUfCN7 .row{
  align-items: center;
}
@media (min-width: 992px){
  .cid-vtYLpUfCN7 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vtYLpUfCN7 img{
  border-radius: 2rem;
}
.cid-vtYLpUfCN7 .mbr-section-title{
  text-align: center;
  color: #000000;
}
.cid-vtYLpUfCN7 .mbr-section-subtitle{
  text-align: center;
  color: #000000;
}
.cid-vtYLpUfCN7 .mbr-text,
.cid-vtYLpUfCN7 .mbr-section-btn{
  color: #000000;
}
@keyframes slidein{
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-vtYLjO9B58{
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vtYLjO9B58 .mbr-fallback-image.disabled{
  display: none;
}
.cid-vtYLjO9B58 .mbr-fallback-image{
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vtYLjO9B58 .row{
  justify-content: center;
}
.cid-vtYLjO9B58 .card{
  justify-content: center;
}
.cid-vtYLjO9B58 .mbr-copy{
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px){
  .cid-vtYLjO9B58 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vtYLjO9B58 .nav-wrapper .list{
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vtYLjO9B58 .nav-wrapper .list .item-wrap{
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vtYLjO9B58 .nav-wrapper .list .item-wrap:hover,
.cid-vtYLjO9B58 .nav-wrapper .list .item-wrap:focus{
  color: #cbff5b;
}
.cid-vtYLjO9B58 .list,
.cid-vtYLjO9B58 .nav-wrapper{
  color: #ffffff;
  text-align: center;
}
@keyframes slidein{
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
@keyframes slidein{
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
@keyframes slidein{
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.skip-link{position:absolute;left:-9999px;top:0;z-index:10001;padding:.6rem 1rem;background:#fff;color:#111;font-weight:600;text-decoration:none}
.skip-link:focus{left:.5rem;top:.5rem;outline:2px solid #111}
:where(img[width][height]){height:auto}