body {
  font-family: Heebo;
}
.display-1 {
  font-family: 'Heebo', sans-serif;
  font-size: 4.375rem;
  line-height: 1.14285714;
}
.display-1 > .mbr-iconfont {
  font-size: 7rem;
}
.display-2 {
  font-family: 'Heebo', sans-serif;
  font-size: 3rem;
  line-height: 1.25;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Heebo', sans-serif;
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.88235294;
}
.display-4 > .mbr-iconfont {
  font-size: 1.0625rem;
}
.display-5 {
  font-family: 'Heebo', sans-serif;
  font-size: 1.5rem;
  line-height: 1.66666667;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Heebo', sans-serif;
  font-size: 1.25rem;
  line-height: 1.6;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0 20px;
  border-radius: 4px;
}
.btn-sm {
  padding: 0 10px;
  border-radius: 4px;
}
.btn-md {
  padding: 0 20px;
  border-radius: 3px;
}
.btn-lg {
  padding: 0 20px;
  border-radius: 5px;
}
.bg-primary {
  background-color: #026983 !important;
}
.bg-success {
  background-color: #06df9e !important;
}
.bg-info {
  background-color: #ff6400 !important;
}
.bg-warning {
  background-color: #c647fe !important;
}
.bg-danger {
  background-color: #026983 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #026983 !important;
  border-color: #026983 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #026983;
  border-color: #026983;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #026983 !important;
  border-color: #026983 !important;
}
.btn-primary:hover {
  background-color: #014151 !important;
  border-color: #014151 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #026983 !important;
  border-color: #026983 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #026983;
  border-color: #026983;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #026983 !important;
  border-color: #026983 !important;
}
.btn-secondary:hover {
  background-color: #014151 !important;
  border-color: #014151 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ff6400 !important;
  border-color: #ff6400 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #ff6400;
  border-color: #ff6400;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #ff6400 !important;
  border-color: #ff6400 !important;
}
.btn-info:hover {
  background-color: #cc5000 !important;
  border-color: #cc5000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #06df9e !important;
  border-color: #06df9e !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #06df9e;
  border-color: #06df9e;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #06df9e !important;
  border-color: #06df9e !important;
}
.btn-success:hover {
  background-color: #05ad7b !important;
  border-color: #05ad7b !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #c647fe !important;
  border-color: #c647fe !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #c647fe;
  border-color: #c647fe;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #c647fe !important;
  border-color: #c647fe !important;
}
.btn-warning:hover {
  background-color: #d67afe !important;
  border-color: #d67afe !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #026983 !important;
  border-color: #026983 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #026983;
  border-color: #026983;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #026983 !important;
  border-color: #026983 !important;
}
.btn-danger:hover {
  background-color: #0391b5 !important;
  border-color: #014151 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #333333;
  border-color: #333333;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black:hover {
  background-color: #666666 !important;
  border-color: #666666 !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #026983;
  color: #026983;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #026983 !important;
  border-color: #026983;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #026983 !important;
  border-color: #026983 !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #026983;
  color: #026983;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #026983 !important;
  border-color: #026983;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #026983 !important;
  border-color: #026983 !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #ff6400;
  color: #ff6400;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #ff6400 !important;
  border-color: #ff6400;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6400 !important;
  border-color: #ff6400 !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #06df9e;
  color: #06df9e;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #06df9e !important;
  border-color: #06df9e;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #06df9e !important;
  border-color: #06df9e !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #c647fe;
  color: #c647fe;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #c647fe !important;
  border-color: #c647fe;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c647fe !important;
  border-color: #c647fe !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #026983;
  color: #026983;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background: #026983 !important;
  border-color: #026983;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #026983 !important;
  border-color: #026983 !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #333333 !important;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline {
  border: 1px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline.btn {
  color: #333333 !important;
}
.text-primary {
  color: #026983 !important;
}
.text-secondary {
  color: #026983 !important;
}
.text-success {
  color: #06df9e !important;
}
.text-info {
  color: #ff6400 !important;
}
.text-warning {
  color: #c647fe !important;
}
.text-danger {
  color: #026983 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #00181f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #00181f !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #037c58 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #993c00 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #c647fe !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #00181f !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #026983 !important;
}
.alert-success {
  background-color: #06df9e;
}
.alert-info {
  background-color: #ff6400;
}
.alert-warning {
  background-color: #c647fe;
}
.alert-danger {
  background-color: #026983;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li.active .btn {
  background-color: #026983;
  border-color: #026983;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #026983;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #09cafb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b4fde7;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffe0cc;
}
.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: #09cafb;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Heebo', sans-serif;
  font-size: 1.25rem;
  line-height: 1.6;
}
.form-control > .mbr-iconfont {
  font-size: 2rem;
}
blockquote {
  border-color: #026983;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #026983;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #026983;
  border-bottom-color: #026983;
}
.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: #026983 !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: #026983 !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.cid-vcq0OqnEsR .navbar-dropdown {
  position: relative !important;
}
.cid-vcq0OqnEsR .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-vcq0OqnEsR .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vcq0OqnEsR .dropdown-item {
  border: none !important;
  background: #e4e3f5 !important;
  font-weight: 400;
  color: #1e2149 !important;
}
.cid-vcq0OqnEsR .dropdown-item:hover,
.cid-vcq0OqnEsR .dropdown-item:focus {
  color: #1e2149 !important;
}
.cid-vcq0OqnEsR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vcq0OqnEsR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vcq0OqnEsR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcq0OqnEsR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vcq0OqnEsR .nav-link {
  position: relative;
}
.cid-vcq0OqnEsR .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .cid-vcq0OqnEsR .container {
    flex-wrap: nowrap;
  }
}
.cid-vcq0OqnEsR .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vcq0OqnEsR .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vcq0OqnEsR .dropdown-menu,
.cid-vcq0OqnEsR .navbar.opened {
  background: #1e2149 !important;
}
.cid-vcq0OqnEsR .nav-item:focus,
.cid-vcq0OqnEsR .nav-link:focus {
  outline: none;
}
.cid-vcq0OqnEsR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcq0OqnEsR .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vcq0OqnEsR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcq0OqnEsR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcq0OqnEsR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcq0OqnEsR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcq0OqnEsR .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1e2149;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vcq0OqnEsR .navbar.opened {
  transition: all 0.3s;
}
.cid-vcq0OqnEsR .navbar .dropdown-item {
  padding: 6px 3.2rem 6px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 0;
  margin-bottom: 0;
}
.cid-vcq0OqnEsR .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vcq0OqnEsR .navbar .navbar-logo img {
  width: auto;
}
.cid-vcq0OqnEsR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcq0OqnEsR .navbar.collapsed {
  justify-content: center;
}
.cid-vcq0OqnEsR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcq0OqnEsR .navbar.collapsed .nav-item.open::before {
  opacity: 1 !important;
}
.cid-vcq0OqnEsR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcq0OqnEsR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-vcq0OqnEsR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcq0OqnEsR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcq0OqnEsR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.1rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vcq0OqnEsR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcq0OqnEsR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcq0OqnEsR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcq0OqnEsR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcq0OqnEsR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcq0OqnEsR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcq0OqnEsR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcq0OqnEsR .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-vcq0OqnEsR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcq0OqnEsR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcq0OqnEsR .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    margin-bottom: 1px;
  }
  .cid-vcq0OqnEsR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vcq0OqnEsR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcq0OqnEsR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcq0OqnEsR .navbar.navbar-short {
  min-height: 100px;
}
.cid-vcq0OqnEsR .navbar.navbar-short .navbar-brand {
  min-height: 100px;
}
.cid-vcq0OqnEsR .navbar-brand {
  min-height: 100px;
  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-vcq0OqnEsR .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vcq0OqnEsR .navbar-brand .navbar-caption:hover,
.cid-vcq0OqnEsR .navbar-brand .navbar-caption:focus {
  color: #e4e3f5 !important;
}
.cid-vcq0OqnEsR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcq0OqnEsR .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vcq0OqnEsR .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e4e3f5 !important;
}
.cid-vcq0OqnEsR .dropdown-item.active,
.cid-vcq0OqnEsR .dropdown-item:active {
  background-color: transparent;
}
.cid-vcq0OqnEsR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcq0OqnEsR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcq0OqnEsR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcq0OqnEsR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1e2149;
  top: 2.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vcq0OqnEsR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vcq0OqnEsR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vcq0OqnEsR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcq0OqnEsR ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vcq0OqnEsR ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vcq0OqnEsR .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vcq0OqnEsR .navbar-buttons {
    text-align: left;
  }
}
.cid-vcq0OqnEsR .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vcq0OqnEsR .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vcq0OqnEsR 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: #1e2149 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vcq0OqnEsR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6400;
}
.cid-vcq0OqnEsR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vcq0OqnEsR button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vcq0OqnEsR button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vcq0OqnEsR button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vcq0OqnEsR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcq0OqnEsR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcq0OqnEsR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcq0OqnEsR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcq0OqnEsR .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vcq0OqnEsR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcq0OqnEsR .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-vcq0OqnEsR .navbar {
    height: 70px;
  }
  .cid-vcq0OqnEsR .navbar.opened {
    height: auto;
  }
  .cid-vcq0OqnEsR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcq0OqnEsR .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vcq0OqnEsR .nav-item {
  padding: 0;
  margin: 8px 0;
  position: relative;
}
.cid-vcq0OqnEsR .nav-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e4e3f5;
  opacity: .2;
  transition: all .3s ease;
}
.cid-vcq0OqnEsR .nav-item:hover::before {
  opacity: 1;
}
.cid-vcq0OqnEsR .nav-item:hover.dropdown::before {
  opacity: .2;
}
.cid-vcq0OqnEsR .nav-item .nav-link {
  position: relative;
  z-index: 1;
  padding: 6px 16px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vcq0OqnEsR .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vcq0OqnEsR .nav-item .nav-link:hover,
.cid-vcq0OqnEsR .nav-item .nav-link:focus {
  background-color: transparent !important;
  color: #1e2149 !important;
  opacity: 1 !important;
}
.cid-vcq0OqnEsR .nav-item .nav-link:hover::before,
.cid-vcq0OqnEsR .nav-item .nav-link:focus::before {
  opacity: 1;
}
.cid-vcq0OqnEsR .nav-item .nav-link:hover::after,
.cid-vcq0OqnEsR .nav-item .nav-link:focus::after {
  color: #1e2149 !important;
}
.cid-vcq0OqnEsR .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vcq0OqnEsR .nav-item .nav-link.show::before {
  opacity: .2;
}
.cid-vcq0OqnEsR .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vcq0OqnEsR .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vcq0OqnEsR .navbar {
    justify-content: flex-start !important;
  }
  .cid-vcq0OqnEsR .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vcq0OqnEsR .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vcq0OqnEsR .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vcq0OqnEsR .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vcq0OqnEsR .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vcq0OqnEsR .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vcq0OqnEsR .content-wrap {
  min-height: 100px;
}
.cid-vcsdA59vJj {
  padding-top: 7rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #1e2149;
}
.cid-vcsdA59vJj .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-vcsdA59vJj .container {
  pointer-events: none;
}
.cid-vcsdA59vJj .mbr-section-title {
  pointer-events: all;
  font-size: 150px;
  line-height: 170px;
}
.cid-vcsdA59vJj .animated-element {
  color: #026983;
  font-size: 150px;
  line-height: 170px;
}
.cid-vcsdA59vJj .animated-element:after {
  content: ".";
  color: #ff6400;
}
.cid-vcsdA59vJj .typed-cursor {
  color: #026983;
  font-size: 150px;
}
@media (max-width: 991px) {
  .cid-vcsdA59vJj .mbr-section-title,
  .cid-vcsdA59vJj .animated-element,
  .cid-vcsdA59vJj .typed-cursor {
    font-size: 100px;
    line-height: 100px;
  }
}
@media (max-width: 767px) {
  .cid-vcsdA59vJj .mbr-section-title,
  .cid-vcsdA59vJj .animated-element,
  .cid-vcsdA59vJj .typed-cursor {
    font-size: 80px;
    line-height: 80px;
  }
}
@media (max-width: 575px) {
  .cid-vcsdA59vJj .mbr-section-title,
  .cid-vcsdA59vJj .animated-element,
  .cid-vcsdA59vJj .typed-cursor {
    font-size: 60px;
    line-height: 60px;
  }
}
.cid-vcsdA59vJj .mbr-section-title,
.cid-vcsdA59vJj .typed-text {
  color: #ffffff;
}
@keyframes scale__one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-vcsdA59vJj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcsdA59vJj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdR3MAwXZc {
  padding-top: 0rem;
  padding-bottom: 10rem;
  overflow: hidden;
  background-color: #1e2149;
}
.cid-vdR3MAwXZc .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-vdR3MAwXZc .container {
  z-index: 1;
}
.cid-vdR3MAwXZc .mbr-section-title {
  color: #233d63;
}
.cid-vdR3MAwXZc .mbr-section-subtitle {
  text-align: center;
}
.cid-vdR3MAwXZc .mbr-section-btn {
  margin-top: 35px;
}
.cid-vdR3MAwXZc .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-vdR3MAwXZc .mbr-section-btn .btn-white:hover {
  background-color: #026983 !important;
  border-color: #026983 !important;
  color: #ffffff !important;
}
.cid-vdR3MAwXZc .mbr-section-title,
.cid-vdR3MAwXZc .mbr-section-btn {
  text-align: center;
}
.cid-vdR3MAwXZc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdR3MAwXZc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vclV0JKMRE {
  padding-top: 10rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #1e2149;
}
.cid-vclV0JKMRE .container,
.cid-vclV0JKMRE .container-fluid {
  z-index: 10;
}
.cid-vclV0JKMRE .container {
  pointer-events: none;
}
.cid-vclV0JKMRE .subtitle__block,
.cid-vclV0JKMRE .title__block,
.cid-vclV0JKMRE .buttons__block {
  pointer-events: all;
}
.cid-vclV0JKMRE .mbr-section-subtitle {
  line-height: 33px;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #ff6400;
}
.cid-vclV0JKMRE .mbr-section-title {
  margin-bottom: 45px;
  color: #ffffff;
  font-weight: 300;
}
.cid-vclV0JKMRE .mbr-section-title b,
.cid-vclV0JKMRE .mbr-section-title strong {
  font-weight: 900;
}
.cid-vclV0JKMRE .mbr-text {
  margin-bottom: 45px;
}
.cid-vclV0JKMRE .inner__button {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vclV0JKMRE .inner__button .mbr-section-btn {
  display: inline-block;
}
.cid-vclV0JKMRE .inner__button .mbr-section-btn .btn-info {
  border: none !important;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.25);
  background: linear-gradient(-135deg, #ff6400 0%, rgba(255, 100, 0, 0.85) 100%) !important;
}
.cid-vclV0JKMRE .inner__button .mbr-section-btn .btn-info:hover {
  border-color: transparent !important;
}
.cid-vclV0JKMRE .inner__button .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 5px;
  vertical-align: -5px;
}
@media (max-width: 550px) {
  .cid-vclV0JKMRE .inner__button .mbr-section-btn {
    width: 100%;
  }
}
.cid-vclV0JKMRE .mbr-figure {
  display: inline-block;
  padding: 5px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.cid-vclV0JKMRE .mbr-figure:hover {
  color: #ff6400;
  cursor: pointer;
}
.cid-vclV0JKMRE .mbr-figure:hover .mbr-media {
  border-color: #ff6400;
  color: #ff6400;
}
@media (max-width: 575px) {
  .cid-vclV0JKMRE .mbr-figure {
    margin: 0;
    margin-top: 10px;
    max-width: 350px;
    width: 100%;
  }
}
.cid-vclV0JKMRE .mbr-media {
  display: inline-flex;
  color: #e9e9e9;
  align-items: center;
  justify-content: center;
  border: 2px solid #e9e9e9;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  transition: all 0.3s ease-in-out;
}
.cid-vclV0JKMRE .mbr-media span {
  font-size: 22px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}
.cid-vclV0JKMRE .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-vclV0JKMRE .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.cid-vclV0JKMRE .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-vclV0JKMRE .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-vclV0JKMRE .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-vclV0JKMRE a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-vclV0JKMRE a.close:hover {
  color: #ffffff;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-vclV0JKMRE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vclV0JKMRE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vclV0JKMRE .mbr-text,
.cid-vclV0JKMRE .buttons__block {
  color: #026983;
}
.cid-vcmb7FbDKd {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #1e2149;
}
.cid-vcmb7FbDKd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcmb7FbDKd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcmb7FbDKd .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
}
@media (max-width: 992px) {
  .cid-vcmb7FbDKd .content-wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.cid-vcmb7FbDKd .content-wrapper .content-wrap {
  height: 100%;
}
.cid-vcmb7FbDKd .content-wrapper .content-wrap .cards-wrapper {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-vcmb7FbDKd .content-wrapper .content-wrap .cards-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-vcmb7FbDKd .content-wrapper .content-wrap_1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  justify-content: inherit;
}
.cid-vcmb7FbDKd .content-wrapper .content-wrap_2 .item-wrap:first-child {
  margin-top: 0;
}
.cid-vcmb7FbDKd .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vcmb7FbDKd .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vcmb7FbDKd .title-wrapper .label-wrapper .mbr-label {
  margin-bottom: 15px;
}
.cid-vcmb7FbDKd .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vcmb7FbDKd .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vcmb7FbDKd .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vcmb7FbDKd .item-wrap {
  margin-top: 35px;
}
@media (max-width: 992px) {
  .cid-vcmb7FbDKd .item-wrap {
    margin-top: 20px;
  }
}
.cid-vcmb7FbDKd .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 45px 45px 0 45px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vcmb7FbDKd .item-wrapper {
    padding: 20px 20px 0 20px;
  }
}
.cid-vcmb7FbDKd .item-wrapper:hover .card-box .item-title,
.cid-vcmb7FbDKd .item-wrapper:focus .card-box .item-title {
  color: #ff6400;
}
.cid-vcmb7FbDKd .item-wrapper:hover .item-img img,
.cid-vcmb7FbDKd .item-wrapper:focus .item-img img {
  transform: scale(1.05);
}
.cid-vcmb7FbDKd .item-wrapper .card-box .item-title {
  margin-bottom: 30px;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-vcmb7FbDKd .item-wrapper .card-box .item-title {
    margin-bottom: 20px;
  }
}
.cid-vcmb7FbDKd .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vcmb7FbDKd .item-wrapper .card-box .item-btn {
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-vcmb7FbDKd .item-wrapper .card-box .item-btn {
    margin-top: 10px;
  }
}
.cid-vcmb7FbDKd .item-wrapper .item-img {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vcmb7FbDKd .item-wrapper .item-img {
    margin-top: 30px;
  }
}
.cid-vcmb7FbDKd .item-wrapper .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: all .5s ease;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.cid-vcmb7FbDKd .card_1 {
  background-color: #e4e3f5;
}
.cid-vcmb7FbDKd .card_2 {
  background-color: #ebddf6;
}
.cid-vcmb7FbDKd .card_3 {
  background-color: #fcf4da;
}
.cid-vcmb7FbDKd .card_4 {
  background-color: #e0ebfe;
}
.cid-vcmb7FbDKd .main-btn {
  margin-top: 35px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vcmb7FbDKd .main-btn {
    margin-top: 0;
  }
}
.cid-vcmb7FbDKd .main-btn .btn {
  padding: 60px 90px;
  width: 100%;
  margin-bottom: 0;
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-vcmb7FbDKd .main-btn .btn {
    padding: 30px;
  }
}
.cid-vcmb7FbDKd .main-btn .btn:hover,
.cid-vcmb7FbDKd .main-btn .btn:focus {
  transform: none !important;
}
.cid-vcmb7FbDKd .mbr-label {
  color: #3a353e;
}
.cid-vcmb7FbDKd .mbr-section-title {
  color: #026983;
}
.cid-vcmb7FbDKd .mbr-text {
  color: #ffffff;
}
.cid-vcmb7FbDKd .item-title {
  color: #3a353e;
}
.cid-vcmb7FbDKd .item-text {
  color: #3a353e;
}
.cid-vcmb7FbDKd .item-title,
.cid-vcmb7FbDKd .item-btn {
  color: #1e2149;
}
.cid-vclZ2fkC0j {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1e2149;
}
.cid-vclZ2fkC0j .mbr-fallback-image.disabled {
  display: none;
}
.cid-vclZ2fkC0j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vclZ2fkC0j .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vclZ2fkC0j .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vclZ2fkC0j .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}
@media (max-width: 992px) {
  .cid-vclZ2fkC0j .panel-group {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vclZ2fkC0j .panel-group .content-wrap:nth-child(2) {
    margin-top: 20px;
  }
}
.cid-vclZ2fkC0j .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 12px;
  background-color: #b3cffc;
}
.cid-vclZ2fkC0j .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-vclZ2fkC0j .panel-group .card {
    padding: 20px;
    margin-top: 20px;
  }
}
.cid-vclZ2fkC0j .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vclZ2fkC0j .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-vclZ2fkC0j .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vclZ2fkC0j .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #233d63;
}
@media (max-width: 992px) {
  .cid-vclZ2fkC0j .panel-group .card .card-header .panel-title .icon-wrapper {
    width: 54px;
    height: 54px;
    min-width: 54px;
  }
}
.cid-vclZ2fkC0j .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 38px;
  transition: all 0.3s ease-in-out;
  color: #026983;
}
@media (max-width: 992px) {
  .cid-vclZ2fkC0j .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
    font-size: 28px;
  }
}
.cid-vclZ2fkC0j .panel-group .card .card-header .panel-title:hover .icon-wrapper {
  background-color: #026983;
}
.cid-vclZ2fkC0j .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  color: #233d63;
}
.cid-vclZ2fkC0j .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-vclZ2fkC0j .panel-group .card .panel-collapse .panel-body {
  margin: 30px 0 0 0;
}
@media (max-width: 992px) {
  .cid-vclZ2fkC0j .panel-group .card .panel-collapse .panel-body {
    margin: 20px 0 0 0;
  }
}
.cid-vclZ2fkC0j .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vclZ2fkC0j .mbr-section-title,
.cid-vclZ2fkC0j .title-wrapper {
  color: #ff6400;
  text-align: center;
}
.cid-vclZ2fkC0j .panel-title-edit {
  color: #1e2149;
}
.cid-vclZ2fkC0j .panel-text {
  color: #323432;
}
.cid-vclZ2fkC0j .panel-text,
.cid-vclZ2fkC0j .panel-body {
  color: #1e2149;
}
.cid-vcmdIHx1QK {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #1e2149;
}
.cid-vcmdIHx1QK .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.5;
}
.cid-vcmdIHx1QK .form-control,
.cid-vcmdIHx1QK .field-input {
  padding: 0.5rem;
  background-color: #f8fffb;
  border-color: #b8e6d4;
  color: #007a5e;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vcmdIHx1QK .form-control::-webkit-input-placeholder,
.cid-vcmdIHx1QK .field-input::-webkit-input-placeholder {
  color: #80e0c5;
}
.cid-vcmdIHx1QK .form-control:-moz-placeholder,
.cid-vcmdIHx1QK .field-input:-moz-placeholder {
  color: #80e0c5;
}
.cid-vcmdIHx1QK .form-control:hover,
.cid-vcmdIHx1QK .field-input:hover,
.cid-vcmdIHx1QK .form-control:focus,
.cid-vcmdIHx1QK .field-input:focus {
  background-color: #e6fef3;
  border-color: #06df9e;
  color: #005a47;
}
.cid-vcmdIHx1QK .alert-success {
  background-color: #d4f8ec !important;
  border-color: #06df9e !important;
}
.cid-vcmdIHx1QK input::-webkit-clear-button {
  display: none;
}
.cid-vcmdIHx1QK input::-webkit-inner-spin-button {
  display: none;
}
.cid-vcmdIHx1QK input::-webkit-outer-spin-button {
  display: none;
}
.cid-vcmdIHx1QK input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-vcmdIHx1QK H5 {
  color: #e8ecf5;
}
.cid-vcmdIHx1QK H2 {
  color: #06df9e;
}
.cid-vcmdIHx1QK LABEL {
  color: #e8ecf5;
}
.cid-vcmdIHx1QK .mbr-section-title,
.cid-vcmdIHx1QK .mbr-section-btn {
  color: #ff6400;
}
.cid-vcmdIHx1QK .mbr-label {
  color: #b3cffc;
}
.cid-vcmdIHx1QK .mbr-text,
.cid-vcmdIHx1QK .text-wrapper {
  color: #b3cffc;
}
#formulaire .custom-law-form {
  background-color: #1e2149;
  padding-top: 0;
  padding-bottom: 0;
}
#formulaire .custom-law-form__container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
#formulaire .custom-law-form__row {
  display: flex;
  justify-content: center;
}
#formulaire .custom-law-form__wrap {
  width: 100%;
  max-width: 760px;
}
#formulaire .custom-law-form__form {
  position: relative;
}
#formulaire .custom-law-form__group {
  margin-bottom: 1rem;
}
#formulaire .custom-law-form__group label {
  display: block;
  margin-bottom: 0.5rem;
  color: #e4e3f5;
}
#formulaire .custom-law-form__form input[type="text"],
#formulaire .custom-law-form__form input[type="tel"],
#formulaire .custom-law-form__form input[type="email"],
#formulaire .custom-law-form__form input[type="date"],
#formulaire .custom-law-form__form textarea {
  width: 100%;
  padding: 0.5rem;
  background-color: #f0f8fc;
  border: 1px solid #a3d8ed;
  color: #015a7a;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
  border-radius: 0;
}
#formulaire .custom-law-form__form input[type="text"]::placeholder,
#formulaire .custom-law-form__form input[type="tel"]::placeholder,
#formulaire .custom-law-form__form input[type="email"]::placeholder,
#formulaire .custom-law-form__form textarea::placeholder {
  color: #7cc8e0;
}
#formulaire .custom-law-form__form input[type="text"]:hover,
#formulaire .custom-law-form__form input[type="tel"]:hover,
#formulaire .custom-law-form__form input[type="email"]:hover,
#formulaire .custom-law-form__form input[type="date"]:hover,
#formulaire .custom-law-form__form textarea:hover,
#formulaire .custom-law-form__form input[type="text"]:focus,
#formulaire .custom-law-form__form input[type="tel"]:focus,
#formulaire .custom-law-form__form input[type="email"]:focus,
#formulaire .custom-law-form__form input[type="date"]:focus,
#formulaire .custom-law-form__form textarea:focus {
  background-color: #d9eef7;
  border-color: #026983;
  color: #014d68;
  box-shadow: none;
  outline: none;
}
#formulaire .custom-law-form__divider {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  margin: 1rem 0;
}
#formulaire .custom-law-form__checkbox {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  color: #e4e3f5;
}
#formulaire .custom-law-form__checkbox input[type="checkbox"] {
  margin-top: 0.25rem;
}
#formulaire .custom-law-form__actions {
  margin-top: 0.5rem;
}
#formulaire .custom-law-form__button {
  display: inline-block;
  min-width: 160px;
  padding: 0.75rem 1.25rem;
  border: 1px solid #d9eef7;
  background-color: #d9eef7;
  color: #015a7a;
  cursor: pointer;
  transition: 0.3s ease;
  font-weight: 600;
}
#formulaire .custom-law-form__button:hover,
#formulaire .custom-law-form__button:focus {
  background-color: #cbe8f3;
  border-color: #cbe8f3;
  color: #014d68;
  outline: none;
}
#formulaire .custom-law-form__honeypot {
  position: absolute;
  left: -5000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
#formulaire .custom-law-form__field-error {
  margin-top: 0.35rem;
  color: #ffd8e1;
  font-size: 0.95rem;
}
#formulaire .custom-law-form__form .is-error {
  border-color: #ff9db2 !important;
  background-color: #fff5f7 !important;
  color: #842029 !important;
}
#formulaire .custom-law-form h2 {
  color: #026983;
}
#formulaire .custom-law-form h5,
#formulaire .custom-law-form label {
  color: #e4e3f5;
}
@media (max-width: 767px) {
  #formulaire .custom-law-form__button {
    width: 100%;
  }
}
.cid-vcmfFK0FiX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #1e2149;
}
.cid-vcmfFK0FiX .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-vcmfFK0FiX .container {
  z-index: 1;
}
.cid-vcmfFK0FiX .mbr-section-title {
  color: #233d63;
}
.cid-vcmfFK0FiX .mbr-section-subtitle {
  text-align: center;
}
.cid-vcmfFK0FiX .mbr-section-btn {
  margin-top: 35px;
}
.cid-vcmfFK0FiX .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-vcmfFK0FiX .mbr-section-btn .btn-white:hover {
  background-color: #026983 !important;
  border-color: #026983 !important;
  color: #ffffff !important;
}
.cid-vcmfFK0FiX .mbr-section-title,
.cid-vcmfFK0FiX .mbr-section-btn {
  text-align: center;
  color: #e4e3f5;
}
.cid-vcmfFK0FiX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcmfFK0FiX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdRe4CgJzz {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #1e2149;
}
.cid-vdRe4CgJzz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdRe4CgJzz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdRe4CgJzz .image-wrapper {
  margin-bottom: 40px;
}
.cid-vdRe4CgJzz .image-wrapper img {
  width: 100%;
  height: 470px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vdRe4CgJzz .image-wrapper img {
    height: 300px;
  }
}
.cid-vdRe4CgJzz .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdRe4CgJzz .title-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vdRe4CgJzz .title-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vdRe4CgJzz .mbr-section-title {
  color: #ffffff;
}
.cid-vdRe4CgJzz .mbr-section-title,
.cid-vdRe4CgJzz .mbr-section-btn {
  text-align: center;
}
.cid-vdRnzhAjk8 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #1e2149;
}
.cid-vdRnzhAjk8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdRnzhAjk8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdRnzhAjk8 .image-wrapper {
  margin-bottom: 40px;
}
.cid-vdRnzhAjk8 .image-wrapper img {
  width: 100%;
  height: 470px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vdRnzhAjk8 .image-wrapper img {
    height: 300px;
  }
}
.cid-vdRnzhAjk8 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdRnzhAjk8 .title-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vdRnzhAjk8 .title-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vdRnzhAjk8 .mbr-section-title {
  color: #ffffff;
}
.cid-vdRnzhAjk8 .mbr-section-title,
.cid-vdRnzhAjk8 .mbr-section-btn {
  text-align: center;
}
.cid-vcw1EAvCLg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e2149;
}
.cid-vcw1EAvCLg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcw1EAvCLg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcw1EAvCLg .row {
  justify-content: center;
}
.cid-vcw1EAvCLg .row .card {
  justify-content: space-between;
}
.cid-vcw1EAvCLg .content-wrapper {
  margin-bottom: 20px;
}
.cid-vcw1EAvCLg .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-vcw1EAvCLg .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-vcw1EAvCLg .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-vcw1EAvCLg .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vcw1EAvCLg .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vcw1EAvCLg .content-wrapper .content-wrap .image-wrapper img {
  height: 260px;
  object-fit: cover;
}
.cid-vcw1EAvCLg .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vcw1EAvCLg .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vcw1EAvCLg .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vcw1EAvCLg .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-vcw1EAvCLg .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-vcw1EAvCLg .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vcw1EAvCLg .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vcw1EAvCLg .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vcw1EAvCLg .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-vcw1EAvCLg .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #026983;
}
.cid-vcw1EAvCLg .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-vcw1EAvCLg .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcw1EAvCLg .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-vcw1EAvCLg .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vcw1EAvCLg .mbr-section-title {
  color: #093388;
}
.cid-vcw1EAvCLg .mbr-list-title {
  color: #e4e3f5;
}
.cid-vcw1EAvCLg .list {
  color: #58595b;
}
.cid-vcw1EAvCLg .mbr-section-title,
.cid-vcw1EAvCLg .mbr-section-btn,
.cid-vcw1EAvCLg .content-wrapper {
  color: #dbdbdb;
}
.cid-vcw1EAvCLg .list,
.cid-vcw1EAvCLg .item-wrap,
.cid-vcw1EAvCLg .list-wrapper {
  color: #ffffff;
}
.cid-vcq0OqnEsR .navbar-dropdown {
  position: relative !important;
}
.cid-vcq0OqnEsR .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-vcq0OqnEsR .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vcq0OqnEsR .dropdown-item {
  border: none !important;
  background: #e4e3f5 !important;
  font-weight: 400;
  color: #1e2149 !important;
}
.cid-vcq0OqnEsR .dropdown-item:hover,
.cid-vcq0OqnEsR .dropdown-item:focus {
  color: #1e2149 !important;
}
.cid-vcq0OqnEsR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vcq0OqnEsR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vcq0OqnEsR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcq0OqnEsR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
}
.cid-vcq0OqnEsR .nav-link {
  position: relative;
}
.cid-vcq0OqnEsR .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .cid-vcq0OqnEsR .container {
    flex-wrap: nowrap;
  }
}
.cid-vcq0OqnEsR .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vcq0OqnEsR .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vcq0OqnEsR .dropdown-menu,
.cid-vcq0OqnEsR .navbar.opened {
  background: #1e2149 !important;
}
.cid-vcq0OqnEsR .nav-item:focus,
.cid-vcq0OqnEsR .nav-link:focus {
  outline: none;
}
.cid-vcq0OqnEsR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcq0OqnEsR .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vcq0OqnEsR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcq0OqnEsR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcq0OqnEsR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcq0OqnEsR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcq0OqnEsR .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1e2149;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vcq0OqnEsR .navbar.opened {
  transition: all 0.3s;
}
.cid-vcq0OqnEsR .navbar .dropdown-item {
  padding: 6px 3.2rem 6px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 0;
  margin-bottom: 0;
}
.cid-vcq0OqnEsR .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vcq0OqnEsR .navbar .navbar-logo img {
  width: auto;
}
.cid-vcq0OqnEsR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcq0OqnEsR .navbar.collapsed {
  justify-content: center;
}
.cid-vcq0OqnEsR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcq0OqnEsR .navbar.collapsed .nav-item.open::before {
  opacity: 1 !important;
}
.cid-vcq0OqnEsR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcq0OqnEsR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-vcq0OqnEsR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcq0OqnEsR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcq0OqnEsR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.1rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vcq0OqnEsR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcq0OqnEsR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcq0OqnEsR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcq0OqnEsR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcq0OqnEsR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcq0OqnEsR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcq0OqnEsR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcq0OqnEsR .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-vcq0OqnEsR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcq0OqnEsR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcq0OqnEsR .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    margin-bottom: 1px;
  }
  .cid-vcq0OqnEsR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vcq0OqnEsR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcq0OqnEsR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcq0OqnEsR .navbar.navbar-short {
  min-height: 100px;
}
.cid-vcq0OqnEsR .navbar.navbar-short .navbar-brand {
  min-height: 100px;
}
.cid-vcq0OqnEsR .navbar-brand {
  min-height: 100px;
  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-vcq0OqnEsR .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vcq0OqnEsR .navbar-brand .navbar-caption:hover,
.cid-vcq0OqnEsR .navbar-brand .navbar-caption:focus {
  color: #e4e3f5 !important;
}
.cid-vcq0OqnEsR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcq0OqnEsR .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vcq0OqnEsR .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e4e3f5 !important;
}
.cid-vcq0OqnEsR .dropdown-item.active,
.cid-vcq0OqnEsR .dropdown-item:active {
  background-color: transparent;
}
.cid-vcq0OqnEsR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcq0OqnEsR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcq0OqnEsR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcq0OqnEsR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1e2149;
  top: 2.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vcq0OqnEsR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vcq0OqnEsR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vcq0OqnEsR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcq0OqnEsR ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vcq0OqnEsR ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vcq0OqnEsR .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vcq0OqnEsR .navbar-buttons {
    text-align: left;
  }
}
.cid-vcq0OqnEsR .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vcq0OqnEsR .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vcq0OqnEsR 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: #1e2149 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vcq0OqnEsR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6400;
}
.cid-vcq0OqnEsR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vcq0OqnEsR button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vcq0OqnEsR button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vcq0OqnEsR button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vcq0OqnEsR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcq0OqnEsR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcq0OqnEsR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcq0OqnEsR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcq0OqnEsR .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vcq0OqnEsR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcq0OqnEsR .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-vcq0OqnEsR .navbar {
    height: 70px;
  }
  .cid-vcq0OqnEsR .navbar.opened {
    height: auto;
  }
  .cid-vcq0OqnEsR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcq0OqnEsR .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vcq0OqnEsR .nav-item {
  padding: 0;
  margin: 8px 0;
  position: relative;
}
.cid-vcq0OqnEsR .nav-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e4e3f5;
  opacity: .2;
  transition: all .3s ease;
}
.cid-vcq0OqnEsR .nav-item:hover::before {
  opacity: 1;
}
.cid-vcq0OqnEsR .nav-item:hover.dropdown::before {
  opacity: .2;
}
.cid-vcq0OqnEsR .nav-item .nav-link {
  position: relative;
  z-index: 1;
  padding: 6px 16px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vcq0OqnEsR .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vcq0OqnEsR .nav-item .nav-link:hover,
.cid-vcq0OqnEsR .nav-item .nav-link:focus {
  background-color: transparent !important;
  color: #1e2149 !important;
  opacity: 1 !important;
}
.cid-vcq0OqnEsR .nav-item .nav-link:hover::before,
.cid-vcq0OqnEsR .nav-item .nav-link:focus::before {
  opacity: 1;
}
.cid-vcq0OqnEsR .nav-item .nav-link:hover::after,
.cid-vcq0OqnEsR .nav-item .nav-link:focus::after {
  color: #1e2149 !important;
}
.cid-vcq0OqnEsR .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vcq0OqnEsR .nav-item .nav-link.show::before {
  opacity: .2;
}
.cid-vcq0OqnEsR .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vcq0OqnEsR .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vcq0OqnEsR .navbar {
    justify-content: flex-start !important;
  }
  .cid-vcq0OqnEsR .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vcq0OqnEsR .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vcq0OqnEsR .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vcq0OqnEsR .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vcq0OqnEsR .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vcq0OqnEsR .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vcq0OqnEsR .content-wrap {
  min-height: 100px;
}
.cid-vaFdmemnyQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e2149;
}
.cid-vaFdmemnyQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaFdmemnyQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaFdmemnyQ .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vaFdmemnyQ .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vaFdmemnyQ .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vaFdmemnyQ .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vaFdmemnyQ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-vaFdmemnyQ .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-vaFdmemnyQ .mbr-section-title {
  color: #111111;
}
.cid-vaFdmemnyQ .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-vaFdmemnyQ .mbr-text,
.cid-vaFdmemnyQ .text-wrapper {
  color: #e4e3f5;
}
.cid-vaFdmemnyQ .mbr-section-title,
.cid-vaFdmemnyQ .mbr-section-btn {
  color: #026983;
}
.cid-vcw1EAvCLg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e2149;
}
.cid-vcw1EAvCLg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcw1EAvCLg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcw1EAvCLg .row {
  justify-content: center;
}
.cid-vcw1EAvCLg .row .card {
  justify-content: space-between;
}
.cid-vcw1EAvCLg .content-wrapper {
  margin-bottom: 20px;
}
.cid-vcw1EAvCLg .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-vcw1EAvCLg .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-vcw1EAvCLg .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-vcw1EAvCLg .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vcw1EAvCLg .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vcw1EAvCLg .content-wrapper .content-wrap .image-wrapper img {
  height: 260px;
  object-fit: cover;
}
.cid-vcw1EAvCLg .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vcw1EAvCLg .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vcw1EAvCLg .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vcw1EAvCLg .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-vcw1EAvCLg .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-vcw1EAvCLg .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vcw1EAvCLg .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vcw1EAvCLg .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vcw1EAvCLg .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-vcw1EAvCLg .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #026983;
}
.cid-vcw1EAvCLg .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-vcw1EAvCLg .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcw1EAvCLg .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-vcw1EAvCLg .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-vcw1EAvCLg .mbr-section-title {
  color: #093388;
}
.cid-vcw1EAvCLg .mbr-list-title {
  color: #e4e3f5;
}
.cid-vcw1EAvCLg .list {
  color: #58595b;
}
.cid-vcw1EAvCLg .mbr-section-title,
.cid-vcw1EAvCLg .mbr-section-btn,
.cid-vcw1EAvCLg .content-wrapper {
  color: #dbdbdb;
}
.cid-vcw1EAvCLg .list,
.cid-vcw1EAvCLg .item-wrap,
.cid-vcw1EAvCLg .list-wrapper {
  color: #ffffff;
}
