.btn {
  border-width: 2px;
}
body {
  font-family: Hanken Grotesk;
}
.display-1 {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 10rem;
  line-height: 1.1;
}
.display-1 > .style-iconfont {
  font-size: 12.5rem;
}
.display-2 {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 5rem;
  line-height: 1.1;
}
.display-2 > .style-iconfont {
  font-size: 6.25rem;
}
.display-4 {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .style-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 2.1rem;
  line-height: 1.5;
}
.display-5 > .style-iconfont {
  font-size: 2.625rem;
}
.display-7 {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-7 > .style-iconfont {
  font-size: 1.75rem;
}
/* ---- 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: 1600px) {
  .display-1 {
    font-size: 6rem;
  }
}
@media (max-width: 767px) {
  .display-1 {
    font-size: 3rem !important;
    line-height: 1 !important;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 7rem;
    font-size: calc( 4.1499999999999995rem + (10 - 4.1499999999999995) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (4.1499999999999995rem + (10 - 4.1499999999999995) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.68rem;
    font-size: calc( 1.385rem + (2.1 - 1.385) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.385rem + (2.1 - 1.385) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 10px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 10px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 10px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 10px;
}
.bg-primary {
  background-color: #2a2034 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #2a2034 !important;
  border-color: #2a2034 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2a2034 !important;
  border-color: #2a2034 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2a2034 !important;
  border-color: #2a2034 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #dfcefd !important;
  border-color: #dfcefd !important;
  color: #4c08c4 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #4c08c4 !important;
  background-color: #dfcefd !important;
  border-color: #dfcefd !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #4c08c4 !important;
  background-color: #dfcefd !important;
  border-color: #dfcefd !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #2a2034;
  color: #2a2034;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #2a2034 !important;
  border-color: #2a2034 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #dfcefd;
  color: #dfcefd;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a97bfa !important;
  background-color: transparent !important;
  border-color: #a97bfa !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #4c08c4 !important;
  background-color: #dfcefd !important;
  border-color: #dfcefd !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent !important;
  border-color: #2a747e !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent !important;
  border-color: #ffd10a !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent !important;
  border-color: #ff5f0f !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.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: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #2a2034 !important;
}
.text-secondary {
  color: #dfcefd !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #9f6cf9 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #2a2034;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.style-gallery-filter li.active .btn {
  background-color: #2a2034;
  border-color: #2a2034;
  color: #ffffff;
}
.style-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #2a2034;
}
.style-plan-header.bg-primary .style-plan-subtitle,
.style-plan-header.bg-primary .style-plan-price-desc {
  color: #9d85b4;
}
.style-plan-header.bg-success .style-plan-subtitle,
.style-plan-header.bg-success .style-plan-price-desc {
  color: #a0d8df;
}
.style-plan-header.bg-info .style-plan-subtitle,
.style-plan-header.bg-info .style-plan-price-desc {
  color: #ffffff;
}
.style-plan-header.bg-warning .style-plan-subtitle,
.style-plan-header.bg-warning .style-plan-price-desc {
  color: #ffffff;
}
.style-plan-header.bg-danger .style-plan-subtitle,
.style-plan-header.bg-danger .style-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .style-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #2a2034 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .style-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #2a2034;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #2a2034;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #2a2034;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #2a2034;
  border-bottom-color: #2a2034;
}
.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: #2a2034 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #dfcefd !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='%232a2034' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.hxMisV-uPrD9hSAkB .navbar-dropdown {
  position: relative !important;
}
.hxMisV-uPrD9hSAkB .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .hxMisV-uPrD9hSAkB .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.hxMisV-uPrD9hSAkB .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .hxMisV-uPrD9hSAkB .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.hxMisV-uPrD9hSAkB .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .hxMisV-uPrD9hSAkB .container {
    padding: 0 1rem;
  }
}
.hxMisV-uPrD9hSAkB .menu-tite {
  background: #2a2034;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.hxMisV-uPrD9hSAkB .nav-link {
  position: relative;
}
.hxMisV-uPrD9hSAkB .nav-link:hover {
  color: #ffffff !important;
}
.hxMisV-uPrD9hSAkB .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2a2034;
}
.hxMisV-uPrD9hSAkB .navbar.opened {
  transition: all 0.3s;
}
.hxMisV-uPrD9hSAkB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.hxMisV-uPrD9hSAkB .navbar .navbar-logo img {
  width: auto;
}
.hxMisV-uPrD9hSAkB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.hxMisV-uPrD9hSAkB .navbar.collapsed {
  justify-content: center;
}
.hxMisV-uPrD9hSAkB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.hxMisV-uPrD9hSAkB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .hxMisV-uPrD9hSAkB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.hxMisV-uPrD9hSAkB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.hxMisV-uPrD9hSAkB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.hxMisV-uPrD9hSAkB .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%;
}
.hxMisV-uPrD9hSAkB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.hxMisV-uPrD9hSAkB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.hxMisV-uPrD9hSAkB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .hxMisV-uPrD9hSAkB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .hxMisV-uPrD9hSAkB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .hxMisV-uPrD9hSAkB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .hxMisV-uPrD9hSAkB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .hxMisV-uPrD9hSAkB .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%;
  }
  .hxMisV-uPrD9hSAkB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .hxMisV-uPrD9hSAkB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .hxMisV-uPrD9hSAkB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .hxMisV-uPrD9hSAkB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .hxMisV-uPrD9hSAkB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .hxMisV-uPrD9hSAkB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.hxMisV-uPrD9hSAkB .navbar.navbar-short {
  min-height: 60px;
}
.hxMisV-uPrD9hSAkB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.hxMisV-uPrD9hSAkB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.hxMisV-uPrD9hSAkB .dropdown-item:before {
  font-family: pixel2 !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;
}
.hxMisV-uPrD9hSAkB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.hxMisV-uPrD9hSAkB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.hxMisV-uPrD9hSAkB .dropdown-item:hover,
.hxMisV-uPrD9hSAkB .dropdown-item:focus {
  background: #2a2034 !important;
  color: white !important;
}
.hxMisV-uPrD9hSAkB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.hxMisV-uPrD9hSAkB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.hxMisV-uPrD9hSAkB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.hxMisV-uPrD9hSAkB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.hxMisV-uPrD9hSAkB .dropdown-menu,
.hxMisV-uPrD9hSAkB .navbar.opened {
  background: #2a2034 !important;
}
.hxMisV-uPrD9hSAkB .nav-item:focus,
.hxMisV-uPrD9hSAkB .nav-link:focus {
  outline: none;
}
.hxMisV-uPrD9hSAkB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.hxMisV-uPrD9hSAkB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.hxMisV-uPrD9hSAkB .dropdown .dropdown-menu .dropdown-item .style-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.hxMisV-uPrD9hSAkB .dropdown .dropdown-menu .dropdown-item .style-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.hxMisV-uPrD9hSAkB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.hxMisV-uPrD9hSAkB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.hxMisV-uPrD9hSAkB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.hxMisV-uPrD9hSAkB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.hxMisV-uPrD9hSAkB .navbar-brand .navbar-logo a {
  outline: none;
}
.hxMisV-uPrD9hSAkB .dropdown-item.active,
.hxMisV-uPrD9hSAkB .dropdown-item:active {
  background-color: transparent;
}
.hxMisV-uPrD9hSAkB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.hxMisV-uPrD9hSAkB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.hxMisV-uPrD9hSAkB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.hxMisV-uPrD9hSAkB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2a2034;
}
.hxMisV-uPrD9hSAkB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.hxMisV-uPrD9hSAkB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.hxMisV-uPrD9hSAkB ul.navbar-nav {
  flex-wrap: wrap;
}
.hxMisV-uPrD9hSAkB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.hxMisV-uPrD9hSAkB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.hxMisV-uPrD9hSAkB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.hxMisV-uPrD9hSAkB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.hxMisV-uPrD9hSAkB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.hxMisV-uPrD9hSAkB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.hxMisV-uPrD9hSAkB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.hxMisV-uPrD9hSAkB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.hxMisV-uPrD9hSAkB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.hxMisV-uPrD9hSAkB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.hxMisV-uPrD9hSAkB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.hxMisV-uPrD9hSAkB .navbar-dropdown {
  padding: 0 1rem;
}
.hxMisV-uPrD9hSAkB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hxMisV-uPrD9hSAkB .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) {
  .hxMisV-uPrD9hSAkB .navbar {
    height: 70px;
  }
  .hxMisV-uPrD9hSAkB .navbar.opened {
    height: auto;
  }
  .hxMisV-uPrD9hSAkB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.hxMisV-uPrDGEI5Tp {
  position: relative;
  background-color: #e8e6f1;
}
.hxMisV-uPrDGEI5Tp .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .hxMisV-uPrDGEI5Tp .image-wrap {
    padding: 16px;
  }
}
.hxMisV-uPrDGEI5Tp .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hxMisV-uPrDGEI5Tp .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .hxMisV-uPrDGEI5Tp .image-overlay {
    padding: 16px;
  }
}
.hxMisV-uPrDGEI5Tp .image-overlay .image-over {
  background-color: #000000;
  z-index: 2;
  opacity: 0.6;
  width: 100%;
  height: 100%;
}
.hxMisV-uPrDGEI5Tp .style-fallback-image.disabled {
  display: none;
}
.hxMisV-uPrDGEI5Tp .style-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hxMisV-uPrDGEI5Tp .row {
  justify-content: center;
}
.hxMisV-uPrDGEI5Tp .content-wrapper {
  padding: 150px 20px;
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .hxMisV-uPrDGEI5Tp .content-wrapper {
    padding: 150px 16px;
  }
}
.hxMisV-uPrDGEI5Tp .content-wrapper .style-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .hxMisV-uPrDGEI5Tp .content-wrapper .style-section-title {
    margin-bottom: 30px;
  }
}
.hxMisV-uPrDGEI5Tp .content-wrapper .text-wrapper .style-text {
  display: inline-block;
  margin-bottom: 30px;
  width: 40%;
}
@media (max-width: 992px) {
  .hxMisV-uPrDGEI5Tp .content-wrapper .text-wrapper .style-text {
    width: 100%;
  }
}
.hxMisV-uPrDGEI5Tp .style-section-title {
  color: #fff7ee;
}
.hxMisV-uPrDGEI5Tp .style-text,
.hxMisV-uPrDGEI5Tp .text-wrapper {
  text-align: center;
  color: #ffffff;
}
.hxMisV-uPrDGEI5Tp .style-section-title,
.hxMisV-uPrDGEI5Tp .style-section-btn {
  text-align: center;
}
.hxMisV-uPrE0utYRH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a09eb4;
}
.hxMisV-uPrE0utYRH .style-fallback-image.disabled {
  display: none;
}
.hxMisV-uPrE0utYRH .style-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .hxMisV-uPrE0utYRH .container {
    padding: 0 24px;
  }
}
.hxMisV-uPrE0utYRH .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .hxMisV-uPrE0utYRH .content-wrapper {
    padding: 24px;
  }
}
.hxMisV-uPrE0utYRH .content-wrapper .style-section-title {
  margin-bottom: 16px;
}
.hxMisV-uPrE0utYRH .content-wrapper .style-text {
  margin-bottom: 0;
}
.hxMisV-uPrE0utYRH .content-wrapper .style-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .hxMisV-uPrE0utYRH .content-wrapper .style-section-btn {
    margin-top: 24px;
  }
}
.hxMisV-uPrE0utYRH .style-section-title {
  color: #F9F6E0;
}
.hxMisV-uPrE0utYRH .style-text {
  color: #000000;
  text-align: left;
}
.hxMisV-uPrE0utYRH .style-section-title,
.hxMisV-uPrE0utYRH .style-section-btn {
  text-align: center;
  color: #000000;
}
.hxMisV-uPrDZcb3Jd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e8e6f1;
}
.hxMisV-uPrDZcb3Jd .style-fallback-image.disabled {
  display: none;
}
.hxMisV-uPrDZcb3Jd .style-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .hxMisV-uPrDZcb3Jd .container {
    padding: 0 24px;
  }
}
.hxMisV-uPrDZcb3Jd .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .hxMisV-uPrDZcb3Jd .image-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.hxMisV-uPrDZcb3Jd .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .hxMisV-uPrDZcb3Jd .image-wrapper img {
    height: 350px;
  }
}
.hxMisV-uPrDZcb3Jd .content-wrapper .style-section-title {
  margin-bottom: 16px;
}
.hxMisV-uPrDZcb3Jd .content-wrapper .style-section-title span {
  color: #e0b548;
}
.hxMisV-uPrDZcb3Jd .content-wrapper .style-text {
  margin-bottom: 0;
}
.hxMisV-uPrDZcb3Jd .content-wrapper .style-desc {
  margin: 32px 0 0;
}
@media (max-width: 992px) {
  .hxMisV-uPrDZcb3Jd .content-wrapper .style-desc {
    margin: 24px 0 0;
  }
}
.hxMisV-uPrDZcb3Jd .content-wrapper .style-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .hxMisV-uPrDZcb3Jd .content-wrapper .style-section-btn {
    margin-top: 24px;
  }
}
.hxMisV-uPrDZcb3Jd .style-section-title {
  color: #F9F6E0;
}
.hxMisV-uPrDZcb3Jd .style-text {
  color: #000000;
}
.hxMisV-uPrDZcb3Jd .style-desc {
  color: #000000;
}
.hxMisV-uPrDZcb3Jd .style-section-title,
.hxMisV-uPrDZcb3Jd .style-section-btn {
  color: #000000;
  text-align: center;
}
.hxMisV-uPrE9xltxJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #a09eb4;
}
.hxMisV-uPrE9xltxJ .style-fallback-image.disabled {
  display: none;
}
.hxMisV-uPrE9xltxJ .style-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hxMisV-uPrE9xltxJ img {
  border-radius: 3rem;
}
.hxMisV-uPrE9xltxJ .row {
  flex-direction: row-reverse;
}
.hxMisV-uPrE9xltxJ .row {
  align-items: center;
}
.hxMisV-uPrE9xltxJ .style-section-title {
  color: #000000;
  text-align: center;
}
.hxMisV-uPrE9xltxJ .style-text,
.hxMisV-uPrE9xltxJ .style-section-btn {
  color: #000000;
}
.hxMisV-uPrEiRs64s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e8e6f1;
}
.hxMisV-uPrEiRs64s .style-fallback-image.disabled {
  display: none;
}
.hxMisV-uPrEiRs64s .style-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hxMisV-uPrEiRs64s .card-wrapper {
  background: #a09eb4;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .hxMisV-uPrEiRs64s .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hxMisV-uPrEiRs64s .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .hxMisV-uPrEiRs64s .card-wrapper {
    padding: 4rem;
  }
}
.hxMisV-uPrEiRs64s .style-text,
.hxMisV-uPrEiRs64s .style-section-btn {
  color: #000000;
  text-align: left;
}
.hxMisV-uPrEiRs64s .card-title,
.hxMisV-uPrEiRs64s .card-box {
  text-align: center;
  color: #000000;
}
.hxMisV-uPrEhV3PHc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a09eb4;
}
.hxMisV-uPrEhV3PHc .style-fallback-image.disabled {
  display: none;
}
.hxMisV-uPrEhV3PHc .style-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hxMisV-uPrEhV3PHc .content-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .hxMisV-uPrEhV3PHc .content-wrapper {
    margin-bottom: 32px;
  }
}
.hxMisV-uPrEhV3PHc .content-wrapper .style-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .hxMisV-uPrEhV3PHc .content-wrapper .style-section-title {
    margin-bottom: 32px;
  }
}
.hxMisV-uPrEhV3PHc .content-wrapper .text-wrapper .style-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .hxMisV-uPrEhV3PHc .content-wrapper .text-wrapper .style-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .hxMisV-uPrEhV3PHc .content-wrapper .text-wrapper .style-text {
    width: 100%;
  }
}
.hxMisV-uPrEhV3PHc .items-wrapper {
  margin: 0 -41px;
}
@media (max-width: 992px) {
  .hxMisV-uPrEhV3PHc .items-wrapper {
    margin-bottom: 22px;
  }
}
.hxMisV-uPrEhV3PHc .items-wrapper .item {
  margin-bottom: 82px;
  padding: 0 41px;
}
@media (max-width: 992px) {
  .hxMisV-uPrEhV3PHc .items-wrapper .item {
    margin-bottom: 12px;
  }
}
.hxMisV-uPrEhV3PHc .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 550px;
}
@media (max-width: 992px) {
  .hxMisV-uPrEhV3PHc .items-wrapper .item .item-wrapper {
    min-height: auto;
  }
}
.hxMisV-uPrEhV3PHc .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 32px;
}
.hxMisV-uPrEhV3PHc .items-wrapper .item .item-wrapper .item-img img {
  object-fit: cover;
  height: 350px;
}
.hxMisV-uPrEhV3PHc .items-wrapper .item .card_2 .item-img {
  height: 100%;
}
.hxMisV-uPrEhV3PHc .items-wrapper .item .card_2 .item-img img {
  height: 100%;
}
@media (max-width: 992px) {
  .hxMisV-uPrEhV3PHc .items-wrapper .item .card_2 .item-img img {
    height: 350px;
  }
}
.hxMisV-uPrEhV3PHc .items-wrapper .item .card_3 .item-content .item-title {
  margin-bottom: 0;
  margin-top: 32px;
}
.hxMisV-uPrEhV3PHc .style-section-title {
  color: #c10b02;
}
.hxMisV-uPrEhV3PHc .style-text,
.hxMisV-uPrEhV3PHc .text-wrapper {
  color: #000000;
  text-align: center;
}
.hxMisV-uPrEhV3PHc .item-title {
  color: #000000;
  text-align: center;
}
.hxMisV-uPrEhV3PHc .style-section-title,
.hxMisV-uPrEhV3PHc .style-section-btn {
  text-align: center;
  color: #000000;
}
.hxMisV-uPrEwx0LQP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e8e6f1;
}
.hxMisV-uPrEwx0LQP .style-fallback-image.disabled {
  display: none;
}
.hxMisV-uPrEwx0LQP .style-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hxMisV-uPrEwx0LQP .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .hxMisV-uPrEwx0LQP .title-wrapper {
    margin-bottom: 32px;
  }
}
.hxMisV-uPrEwx0LQP .title-wrapper .style-label {
  margin-bottom: 22px;
}
.hxMisV-uPrEwx0LQP .title-wrapper .title-wrap .style-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .hxMisV-uPrEwx0LQP .title-wrapper .title-wrap .style-section-title {
    width: 100%;
  }
}
.hxMisV-uPrEwx0LQP .items-wrapper {
  justify-content: center;
  margin: 0 -24px;
}
.hxMisV-uPrEwx0LQP .items-wrapper .item {
  padding: 0 24px;
  margin-bottom: 82px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .hxMisV-uPrEwx0LQP .items-wrapper .item {
    margin-bottom: 32px;
  }
}
.hxMisV-uPrEwx0LQP .items-wrapper .item .item-wrapper {
  border-radius: 0 !important;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .hxMisV-uPrEwx0LQP .items-wrapper .item .item-wrapper {
    padding-right: 0;
    display: block;
  }
}
.hxMisV-uPrEwx0LQP .items-wrapper .item .item-wrapper .iconfont-wrapper {
  padding-right: 22px;
}
@media (max-width: 992px) {
  .hxMisV-uPrEwx0LQP .items-wrapper .item .item-wrapper .iconfont-wrapper {
    padding-right: 0;
    margin-bottom: 16px;
  }
}
.hxMisV-uPrEwx0LQP .items-wrapper .item .item-wrapper .iconfont-wrapper .style-iconfont {
  display: inline-block;
  font-size: 104px;
  color: #000000;
}
@media (max-width: 1640px) {
  .hxMisV-uPrEwx0LQP .items-wrapper .item .item-wrapper .iconfont-wrapper .style-iconfont {
    font-size: 64px;
  }
}
@media (max-width: 1200px) {
  .hxMisV-uPrEwx0LQP .items-wrapper .item .item-wrapper .iconfont-wrapper .style-iconfont {
    font-size: 48px;
  }
}
.hxMisV-uPrEwx0LQP .items-wrapper .item .item-wrapper .item-content {
  width: 80%;
}
@media (max-width: 992px) {
  .hxMisV-uPrEwx0LQP .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
  }
}
.hxMisV-uPrEwx0LQP .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.hxMisV-uPrEwx0LQP .style-label {
  color: #000000;
}
.hxMisV-uPrEwx0LQP .style-section-title {
  color: #c10b02;
}
.hxMisV-uPrEwx0LQP .item-title {
  color: #000000;
}
.hxMisV-uPrEwx0LQP .style-section-title,
.hxMisV-uPrEwx0LQP .title-wrap {
  text-align: center;
  color: #000000;
}
.hxMisV-uPrNZwpqso {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2a2034;
}
.hxMisV-uPrNZwpqso .style-fallback-image.disabled {
  display: none;
}
.hxMisV-uPrNZwpqso .style-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hxMisV-uPrNZwpqso .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .hxMisV-uPrNZwpqso .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .hxMisV-uPrNZwpqso .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .hxMisV-uPrNZwpqso .container {
    padding: 0 16px;
  }
}
.hxMisV-uPrNZwpqso .row {
  justify-content: center;
}
.hxMisV-uPrNZwpqso .content-wrapper {
  margin-bottom: 36px;
}
.hxMisV-uPrNZwpqso .content-wrapper .style-section-title {
  margin-bottom: 32px;
}
.hxMisV-uPrNZwpqso .content-wrapper .email-wrapper {
  display: block;
}
.hxMisV-uPrNZwpqso .content-wrapper .email-wrapper:hover .style-email,
.hxMisV-uPrNZwpqso .content-wrapper .email-wrapper:focus .style-email {
  color: #ffffff;
}
.hxMisV-uPrNZwpqso .content-wrapper .email-wrapper .style-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper {
    margin-top: 32px;
  }
}
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-desc {
  margin-bottom: 0;
}
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-primary-outline,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-secondary-outline,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-success-outline,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-info-outline,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-warning-outline,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-danger-outline,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-black-outline,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-primary-outline:hover::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-secondary-outline:hover::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-success-outline:hover::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-info-outline:hover::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-warning-outline:hover::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-danger-outline:hover::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-black-outline:hover::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-white-outline:hover::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-primary-outline:focus::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-secondary-outline:focus::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-success-outline:focus::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-info-outline:focus::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-warning-outline:focus::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-danger-outline:focus::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-black-outline:focus::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-white-outline:focus::after {
  opacity: 0;
}
.hxMisV-uPrNZwpqso .contacts-wrapper {
  margin-bottom: 36px;
}
.hxMisV-uPrNZwpqso .contacts-wrapper .style-section-title {
  margin-bottom: 32px;
}
.hxMisV-uPrNZwpqso .contacts-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.hxMisV-uPrNZwpqso .contacts-wrapper .list .item-wrap {
  margin: 10px 0;
  transition: all 0.3s ease-in-out;
}
.hxMisV-uPrNZwpqso .contacts-wrapper .list .item-wrap:hover,
.hxMisV-uPrNZwpqso .contacts-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.hxMisV-uPrNZwpqso .border-wrap {
  height: 3px;
  background-color: #ffffff;
  margin-bottom: 36px;
}
.hxMisV-uPrNZwpqso .style-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.hxMisV-uPrNZwpqso .style-section-title {
  color: #080808;
}
.hxMisV-uPrNZwpqso .style-email {
  color: #ffffff;
}
.hxMisV-uPrNZwpqso .style-desc {
  color: #ffffff;
}
.hxMisV-uPrNZwpqso .list {
  color: #333333;
}
.hxMisV-uPrNZwpqso .style-section-title,
.hxMisV-uPrNZwpqso .style-section-btn {
  color: #ffffff;
}
.hxMisV-uPrNZwpqso .list,
.hxMisV-uPrNZwpqso .item-wrap {
  color: #ffffff;
}
.hxMisV-uPrM9wIxyP .navbar-dropdown {
  position: relative !important;
}
.hxMisV-uPrM9wIxyP .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .hxMisV-uPrM9wIxyP .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.hxMisV-uPrM9wIxyP .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .hxMisV-uPrM9wIxyP .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.hxMisV-uPrM9wIxyP .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .hxMisV-uPrM9wIxyP .container {
    padding: 0 1rem;
  }
}
.hxMisV-uPrM9wIxyP .menu-tite {
  background: #2a2034;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.hxMisV-uPrM9wIxyP .nav-link {
  position: relative;
}
.hxMisV-uPrM9wIxyP .nav-link:hover {
  color: #ffffff !important;
}
.hxMisV-uPrM9wIxyP .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2a2034;
}
.hxMisV-uPrM9wIxyP .navbar.opened {
  transition: all 0.3s;
}
.hxMisV-uPrM9wIxyP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.hxMisV-uPrM9wIxyP .navbar .navbar-logo img {
  width: auto;
}
.hxMisV-uPrM9wIxyP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.hxMisV-uPrM9wIxyP .navbar.collapsed {
  justify-content: center;
}
.hxMisV-uPrM9wIxyP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.hxMisV-uPrM9wIxyP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .hxMisV-uPrM9wIxyP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.hxMisV-uPrM9wIxyP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.hxMisV-uPrM9wIxyP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.hxMisV-uPrM9wIxyP .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%;
}
.hxMisV-uPrM9wIxyP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.hxMisV-uPrM9wIxyP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.hxMisV-uPrM9wIxyP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .hxMisV-uPrM9wIxyP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .hxMisV-uPrM9wIxyP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .hxMisV-uPrM9wIxyP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .hxMisV-uPrM9wIxyP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .hxMisV-uPrM9wIxyP .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%;
  }
  .hxMisV-uPrM9wIxyP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .hxMisV-uPrM9wIxyP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .hxMisV-uPrM9wIxyP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .hxMisV-uPrM9wIxyP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .hxMisV-uPrM9wIxyP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .hxMisV-uPrM9wIxyP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.hxMisV-uPrM9wIxyP .navbar.navbar-short {
  min-height: 60px;
}
.hxMisV-uPrM9wIxyP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.hxMisV-uPrM9wIxyP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.hxMisV-uPrM9wIxyP .dropdown-item:before {
  font-family: pixel2 !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;
}
.hxMisV-uPrM9wIxyP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.hxMisV-uPrM9wIxyP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.hxMisV-uPrM9wIxyP .dropdown-item:hover,
.hxMisV-uPrM9wIxyP .dropdown-item:focus {
  background: #2a2034 !important;
  color: white !important;
}
.hxMisV-uPrM9wIxyP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.hxMisV-uPrM9wIxyP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.hxMisV-uPrM9wIxyP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.hxMisV-uPrM9wIxyP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.hxMisV-uPrM9wIxyP .dropdown-menu,
.hxMisV-uPrM9wIxyP .navbar.opened {
  background: #2a2034 !important;
}
.hxMisV-uPrM9wIxyP .nav-item:focus,
.hxMisV-uPrM9wIxyP .nav-link:focus {
  outline: none;
}
.hxMisV-uPrM9wIxyP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.hxMisV-uPrM9wIxyP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.hxMisV-uPrM9wIxyP .dropdown .dropdown-menu .dropdown-item .style-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.hxMisV-uPrM9wIxyP .dropdown .dropdown-menu .dropdown-item .style-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.hxMisV-uPrM9wIxyP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.hxMisV-uPrM9wIxyP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.hxMisV-uPrM9wIxyP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.hxMisV-uPrM9wIxyP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.hxMisV-uPrM9wIxyP .navbar-brand .navbar-logo a {
  outline: none;
}
.hxMisV-uPrM9wIxyP .dropdown-item.active,
.hxMisV-uPrM9wIxyP .dropdown-item:active {
  background-color: transparent;
}
.hxMisV-uPrM9wIxyP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.hxMisV-uPrM9wIxyP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.hxMisV-uPrM9wIxyP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.hxMisV-uPrM9wIxyP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2a2034;
}
.hxMisV-uPrM9wIxyP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.hxMisV-uPrM9wIxyP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.hxMisV-uPrM9wIxyP ul.navbar-nav {
  flex-wrap: wrap;
}
.hxMisV-uPrM9wIxyP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.hxMisV-uPrM9wIxyP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.hxMisV-uPrM9wIxyP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.hxMisV-uPrM9wIxyP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.hxMisV-uPrM9wIxyP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.hxMisV-uPrM9wIxyP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.hxMisV-uPrM9wIxyP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.hxMisV-uPrM9wIxyP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.hxMisV-uPrM9wIxyP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.hxMisV-uPrM9wIxyP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.hxMisV-uPrM9wIxyP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.hxMisV-uPrM9wIxyP .navbar-dropdown {
  padding: 0 1rem;
}
.hxMisV-uPrM9wIxyP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hxMisV-uPrM9wIxyP .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) {
  .hxMisV-uPrM9wIxyP .navbar {
    height: 70px;
  }
  .hxMisV-uPrM9wIxyP .navbar.opened {
    height: auto;
  }
  .hxMisV-uPrM9wIxyP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.hxMisV-uPrM9xn2L6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a09eb4;
}
.hxMisV-uPrM9xn2L6 .style-fallback-image.disabled {
  display: none;
}
.hxMisV-uPrM9xn2L6 .style-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hxMisV-uPrM9xn2L6 .card-wrapper {
  background: #e8e6f1;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .hxMisV-uPrM9xn2L6 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hxMisV-uPrM9xn2L6 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .hxMisV-uPrM9xn2L6 .card-wrapper {
    padding: 4rem;
  }
}
.hxMisV-uPrM9xn2L6 .style-text,
.hxMisV-uPrM9xn2L6 .style-section-btn {
  color: #000000;
  text-align: left;
}
.hxMisV-uPrM9xn2L6 .card-title,
.hxMisV-uPrM9xn2L6 .card-box {
  text-align: center;
  color: #000000;
}
.hxMisV-uPrNZwpqso {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2a2034;
}
.hxMisV-uPrNZwpqso .style-fallback-image.disabled {
  display: none;
}
.hxMisV-uPrNZwpqso .style-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hxMisV-uPrNZwpqso .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .hxMisV-uPrNZwpqso .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .hxMisV-uPrNZwpqso .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .hxMisV-uPrNZwpqso .container {
    padding: 0 16px;
  }
}
.hxMisV-uPrNZwpqso .row {
  justify-content: center;
}
.hxMisV-uPrNZwpqso .content-wrapper {
  margin-bottom: 36px;
}
.hxMisV-uPrNZwpqso .content-wrapper .style-section-title {
  margin-bottom: 32px;
}
.hxMisV-uPrNZwpqso .content-wrapper .email-wrapper {
  display: block;
}
.hxMisV-uPrNZwpqso .content-wrapper .email-wrapper:hover .style-email,
.hxMisV-uPrNZwpqso .content-wrapper .email-wrapper:focus .style-email {
  color: #ffffff;
}
.hxMisV-uPrNZwpqso .content-wrapper .email-wrapper .style-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper {
    margin-top: 32px;
  }
}
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-desc {
  margin-bottom: 0;
}
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-primary-outline,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-secondary-outline,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-success-outline,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-info-outline,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-warning-outline,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-danger-outline,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-black-outline,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-primary-outline:hover::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-secondary-outline:hover::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-success-outline:hover::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-info-outline:hover::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-warning-outline:hover::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-danger-outline:hover::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-black-outline:hover::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-white-outline:hover::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-primary-outline:focus::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-secondary-outline:focus::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-success-outline:focus::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-info-outline:focus::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-warning-outline:focus::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-danger-outline:focus::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-black-outline:focus::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-white-outline:focus::after {
  opacity: 0;
}
.hxMisV-uPrNZwpqso .contacts-wrapper {
  margin-bottom: 36px;
}
.hxMisV-uPrNZwpqso .contacts-wrapper .style-section-title {
  margin-bottom: 32px;
}
.hxMisV-uPrNZwpqso .contacts-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.hxMisV-uPrNZwpqso .contacts-wrapper .list .item-wrap {
  margin: 10px 0;
  transition: all 0.3s ease-in-out;
}
.hxMisV-uPrNZwpqso .contacts-wrapper .list .item-wrap:hover,
.hxMisV-uPrNZwpqso .contacts-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.hxMisV-uPrNZwpqso .border-wrap {
  height: 3px;
  background-color: #ffffff;
  margin-bottom: 36px;
}
.hxMisV-uPrNZwpqso .style-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.hxMisV-uPrNZwpqso .style-section-title {
  color: #080808;
}
.hxMisV-uPrNZwpqso .style-email {
  color: #ffffff;
}
.hxMisV-uPrNZwpqso .style-desc {
  color: #ffffff;
}
.hxMisV-uPrNZwpqso .list {
  color: #333333;
}
.hxMisV-uPrNZwpqso .style-section-title,
.hxMisV-uPrNZwpqso .style-section-btn {
  color: #ffffff;
}
.hxMisV-uPrNZwpqso .list,
.hxMisV-uPrNZwpqso .item-wrap {
  color: #ffffff;
}
.hxMisV-uPrM9ezZTn .navbar-dropdown {
  position: relative !important;
}
.hxMisV-uPrM9ezZTn .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .hxMisV-uPrM9ezZTn .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.hxMisV-uPrM9ezZTn .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .hxMisV-uPrM9ezZTn .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.hxMisV-uPrM9ezZTn .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .hxMisV-uPrM9ezZTn .container {
    padding: 0 1rem;
  }
}
.hxMisV-uPrM9ezZTn .menu-tite {
  background: #2a2034;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.hxMisV-uPrM9ezZTn .nav-link {
  position: relative;
}
.hxMisV-uPrM9ezZTn .nav-link:hover {
  color: #ffffff !important;
}
.hxMisV-uPrM9ezZTn .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2a2034;
}
.hxMisV-uPrM9ezZTn .navbar.opened {
  transition: all 0.3s;
}
.hxMisV-uPrM9ezZTn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.hxMisV-uPrM9ezZTn .navbar .navbar-logo img {
  width: auto;
}
.hxMisV-uPrM9ezZTn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.hxMisV-uPrM9ezZTn .navbar.collapsed {
  justify-content: center;
}
.hxMisV-uPrM9ezZTn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.hxMisV-uPrM9ezZTn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .hxMisV-uPrM9ezZTn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.hxMisV-uPrM9ezZTn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.hxMisV-uPrM9ezZTn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.hxMisV-uPrM9ezZTn .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%;
}
.hxMisV-uPrM9ezZTn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.hxMisV-uPrM9ezZTn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.hxMisV-uPrM9ezZTn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .hxMisV-uPrM9ezZTn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .hxMisV-uPrM9ezZTn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .hxMisV-uPrM9ezZTn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .hxMisV-uPrM9ezZTn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .hxMisV-uPrM9ezZTn .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%;
  }
  .hxMisV-uPrM9ezZTn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .hxMisV-uPrM9ezZTn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .hxMisV-uPrM9ezZTn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .hxMisV-uPrM9ezZTn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .hxMisV-uPrM9ezZTn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .hxMisV-uPrM9ezZTn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.hxMisV-uPrM9ezZTn .navbar.navbar-short {
  min-height: 60px;
}
.hxMisV-uPrM9ezZTn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.hxMisV-uPrM9ezZTn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.hxMisV-uPrM9ezZTn .dropdown-item:before {
  font-family: pixel2 !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;
}
.hxMisV-uPrM9ezZTn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.hxMisV-uPrM9ezZTn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.hxMisV-uPrM9ezZTn .dropdown-item:hover,
.hxMisV-uPrM9ezZTn .dropdown-item:focus {
  background: #2a2034 !important;
  color: white !important;
}
.hxMisV-uPrM9ezZTn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.hxMisV-uPrM9ezZTn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.hxMisV-uPrM9ezZTn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.hxMisV-uPrM9ezZTn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.hxMisV-uPrM9ezZTn .dropdown-menu,
.hxMisV-uPrM9ezZTn .navbar.opened {
  background: #2a2034 !important;
}
.hxMisV-uPrM9ezZTn .nav-item:focus,
.hxMisV-uPrM9ezZTn .nav-link:focus {
  outline: none;
}
.hxMisV-uPrM9ezZTn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.hxMisV-uPrM9ezZTn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.hxMisV-uPrM9ezZTn .dropdown .dropdown-menu .dropdown-item .style-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.hxMisV-uPrM9ezZTn .dropdown .dropdown-menu .dropdown-item .style-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.hxMisV-uPrM9ezZTn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.hxMisV-uPrM9ezZTn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.hxMisV-uPrM9ezZTn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.hxMisV-uPrM9ezZTn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.hxMisV-uPrM9ezZTn .navbar-brand .navbar-logo a {
  outline: none;
}
.hxMisV-uPrM9ezZTn .dropdown-item.active,
.hxMisV-uPrM9ezZTn .dropdown-item:active {
  background-color: transparent;
}
.hxMisV-uPrM9ezZTn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.hxMisV-uPrM9ezZTn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.hxMisV-uPrM9ezZTn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.hxMisV-uPrM9ezZTn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2a2034;
}
.hxMisV-uPrM9ezZTn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.hxMisV-uPrM9ezZTn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.hxMisV-uPrM9ezZTn ul.navbar-nav {
  flex-wrap: wrap;
}
.hxMisV-uPrM9ezZTn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.hxMisV-uPrM9ezZTn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.hxMisV-uPrM9ezZTn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.hxMisV-uPrM9ezZTn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.hxMisV-uPrM9ezZTn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.hxMisV-uPrM9ezZTn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.hxMisV-uPrM9ezZTn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.hxMisV-uPrM9ezZTn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.hxMisV-uPrM9ezZTn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.hxMisV-uPrM9ezZTn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.hxMisV-uPrM9ezZTn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.hxMisV-uPrM9ezZTn .navbar-dropdown {
  padding: 0 1rem;
}
.hxMisV-uPrM9ezZTn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hxMisV-uPrM9ezZTn .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) {
  .hxMisV-uPrM9ezZTn .navbar {
    height: 70px;
  }
  .hxMisV-uPrM9ezZTn .navbar.opened {
    height: auto;
  }
  .hxMisV-uPrM9ezZTn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.hxMisV-uPrM9fcCpB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a09eb4;
}
.hxMisV-uPrM9fcCpB .style-fallback-image.disabled {
  display: none;
}
.hxMisV-uPrM9fcCpB .style-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hxMisV-uPrM9fcCpB .card-wrapper {
  background: #e8e6f1;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .hxMisV-uPrM9fcCpB .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hxMisV-uPrM9fcCpB .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .hxMisV-uPrM9fcCpB .card-wrapper {
    padding: 4rem;
  }
}
.hxMisV-uPrM9fcCpB .style-text,
.hxMisV-uPrM9fcCpB .style-section-btn {
  color: #000000;
  text-align: left;
}
.hxMisV-uPrM9fcCpB .card-title,
.hxMisV-uPrM9fcCpB .card-box {
  text-align: center;
  color: #000000;
}
.hxMisV-uPrNZwpqso {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2a2034;
}
.hxMisV-uPrNZwpqso .style-fallback-image.disabled {
  display: none;
}
.hxMisV-uPrNZwpqso .style-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hxMisV-uPrNZwpqso .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .hxMisV-uPrNZwpqso .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .hxMisV-uPrNZwpqso .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .hxMisV-uPrNZwpqso .container {
    padding: 0 16px;
  }
}
.hxMisV-uPrNZwpqso .row {
  justify-content: center;
}
.hxMisV-uPrNZwpqso .content-wrapper {
  margin-bottom: 36px;
}
.hxMisV-uPrNZwpqso .content-wrapper .style-section-title {
  margin-bottom: 32px;
}
.hxMisV-uPrNZwpqso .content-wrapper .email-wrapper {
  display: block;
}
.hxMisV-uPrNZwpqso .content-wrapper .email-wrapper:hover .style-email,
.hxMisV-uPrNZwpqso .content-wrapper .email-wrapper:focus .style-email {
  color: #ffffff;
}
.hxMisV-uPrNZwpqso .content-wrapper .email-wrapper .style-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper {
    margin-top: 32px;
  }
}
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-desc {
  margin-bottom: 0;
}
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-primary-outline,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-secondary-outline,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-success-outline,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-info-outline,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-warning-outline,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-danger-outline,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-black-outline,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-primary-outline:hover::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-secondary-outline:hover::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-success-outline:hover::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-info-outline:hover::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-warning-outline:hover::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-danger-outline:hover::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-black-outline:hover::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-white-outline:hover::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-primary-outline:focus::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-secondary-outline:focus::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-success-outline:focus::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-info-outline:focus::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-warning-outline:focus::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-danger-outline:focus::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-black-outline:focus::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-white-outline:focus::after {
  opacity: 0;
}
.hxMisV-uPrNZwpqso .contacts-wrapper {
  margin-bottom: 36px;
}
.hxMisV-uPrNZwpqso .contacts-wrapper .style-section-title {
  margin-bottom: 32px;
}
.hxMisV-uPrNZwpqso .contacts-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.hxMisV-uPrNZwpqso .contacts-wrapper .list .item-wrap {
  margin: 10px 0;
  transition: all 0.3s ease-in-out;
}
.hxMisV-uPrNZwpqso .contacts-wrapper .list .item-wrap:hover,
.hxMisV-uPrNZwpqso .contacts-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.hxMisV-uPrNZwpqso .border-wrap {
  height: 3px;
  background-color: #ffffff;
  margin-bottom: 36px;
}
.hxMisV-uPrNZwpqso .style-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.hxMisV-uPrNZwpqso .style-section-title {
  color: #080808;
}
.hxMisV-uPrNZwpqso .style-email {
  color: #ffffff;
}
.hxMisV-uPrNZwpqso .style-desc {
  color: #ffffff;
}
.hxMisV-uPrNZwpqso .list {
  color: #333333;
}
.hxMisV-uPrNZwpqso .style-section-title,
.hxMisV-uPrNZwpqso .style-section-btn {
  color: #ffffff;
}
.hxMisV-uPrNZwpqso .list,
.hxMisV-uPrNZwpqso .item-wrap {
  color: #ffffff;
}
.hxMisV-uPrD9hSAkB .navbar-dropdown {
  position: relative !important;
}
.hxMisV-uPrD9hSAkB .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .hxMisV-uPrD9hSAkB .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.hxMisV-uPrD9hSAkB .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .hxMisV-uPrD9hSAkB .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.hxMisV-uPrD9hSAkB .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .hxMisV-uPrD9hSAkB .container {
    padding: 0 1rem;
  }
}
.hxMisV-uPrD9hSAkB .menu-tite {
  background: #2a2034;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.hxMisV-uPrD9hSAkB .nav-link {
  position: relative;
}
.hxMisV-uPrD9hSAkB .nav-link:hover {
  color: #ffffff !important;
}
.hxMisV-uPrD9hSAkB .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2a2034;
}
.hxMisV-uPrD9hSAkB .navbar.opened {
  transition: all 0.3s;
}
.hxMisV-uPrD9hSAkB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.hxMisV-uPrD9hSAkB .navbar .navbar-logo img {
  width: auto;
}
.hxMisV-uPrD9hSAkB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.hxMisV-uPrD9hSAkB .navbar.collapsed {
  justify-content: center;
}
.hxMisV-uPrD9hSAkB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.hxMisV-uPrD9hSAkB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .hxMisV-uPrD9hSAkB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.hxMisV-uPrD9hSAkB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.hxMisV-uPrD9hSAkB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.hxMisV-uPrD9hSAkB .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%;
}
.hxMisV-uPrD9hSAkB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.hxMisV-uPrD9hSAkB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.hxMisV-uPrD9hSAkB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .hxMisV-uPrD9hSAkB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .hxMisV-uPrD9hSAkB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .hxMisV-uPrD9hSAkB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .hxMisV-uPrD9hSAkB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .hxMisV-uPrD9hSAkB .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%;
  }
  .hxMisV-uPrD9hSAkB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .hxMisV-uPrD9hSAkB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .hxMisV-uPrD9hSAkB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .hxMisV-uPrD9hSAkB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .hxMisV-uPrD9hSAkB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .hxMisV-uPrD9hSAkB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.hxMisV-uPrD9hSAkB .navbar.navbar-short {
  min-height: 60px;
}
.hxMisV-uPrD9hSAkB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.hxMisV-uPrD9hSAkB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.hxMisV-uPrD9hSAkB .dropdown-item:before {
  font-family: pixel2 !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;
}
.hxMisV-uPrD9hSAkB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.hxMisV-uPrD9hSAkB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.hxMisV-uPrD9hSAkB .dropdown-item:hover,
.hxMisV-uPrD9hSAkB .dropdown-item:focus {
  background: #2a2034 !important;
  color: white !important;
}
.hxMisV-uPrD9hSAkB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.hxMisV-uPrD9hSAkB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.hxMisV-uPrD9hSAkB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.hxMisV-uPrD9hSAkB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.hxMisV-uPrD9hSAkB .dropdown-menu,
.hxMisV-uPrD9hSAkB .navbar.opened {
  background: #2a2034 !important;
}
.hxMisV-uPrD9hSAkB .nav-item:focus,
.hxMisV-uPrD9hSAkB .nav-link:focus {
  outline: none;
}
.hxMisV-uPrD9hSAkB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.hxMisV-uPrD9hSAkB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.hxMisV-uPrD9hSAkB .dropdown .dropdown-menu .dropdown-item .style-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.hxMisV-uPrD9hSAkB .dropdown .dropdown-menu .dropdown-item .style-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.hxMisV-uPrD9hSAkB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.hxMisV-uPrD9hSAkB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.hxMisV-uPrD9hSAkB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.hxMisV-uPrD9hSAkB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.hxMisV-uPrD9hSAkB .navbar-brand .navbar-logo a {
  outline: none;
}
.hxMisV-uPrD9hSAkB .dropdown-item.active,
.hxMisV-uPrD9hSAkB .dropdown-item:active {
  background-color: transparent;
}
.hxMisV-uPrD9hSAkB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.hxMisV-uPrD9hSAkB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.hxMisV-uPrD9hSAkB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.hxMisV-uPrD9hSAkB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2a2034;
}
.hxMisV-uPrD9hSAkB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.hxMisV-uPrD9hSAkB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.hxMisV-uPrD9hSAkB ul.navbar-nav {
  flex-wrap: wrap;
}
.hxMisV-uPrD9hSAkB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.hxMisV-uPrD9hSAkB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.hxMisV-uPrD9hSAkB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.hxMisV-uPrD9hSAkB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.hxMisV-uPrD9hSAkB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.hxMisV-uPrD9hSAkB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.hxMisV-uPrD9hSAkB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.hxMisV-uPrD9hSAkB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.hxMisV-uPrD9hSAkB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.hxMisV-uPrD9hSAkB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.hxMisV-uPrD9hSAkB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.hxMisV-uPrD9hSAkB .navbar-dropdown {
  padding: 0 1rem;
}
.hxMisV-uPrD9hSAkB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hxMisV-uPrD9hSAkB .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) {
  .hxMisV-uPrD9hSAkB .navbar {
    height: 70px;
  }
  .hxMisV-uPrD9hSAkB .navbar.opened {
    height: auto;
  }
  .hxMisV-uPrD9hSAkB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.hxMisV-uPrHdDCA5D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a09eb4;
}
.hxMisV-uPrHdDCA5D .style-fallback-image.disabled {
  display: none;
}
.hxMisV-uPrHdDCA5D .style-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hxMisV-uPrHdDCA5D .card-wrapper {
  background: #e8e6f1;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .hxMisV-uPrHdDCA5D .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hxMisV-uPrHdDCA5D .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .hxMisV-uPrHdDCA5D .card-wrapper {
    padding: 4rem;
  }
}
.hxMisV-uPrHdDCA5D .style-text,
.hxMisV-uPrHdDCA5D .style-section-btn {
  color: #000000;
  text-align: left;
}
.hxMisV-uPrHdDCA5D .card-title,
.hxMisV-uPrHdDCA5D .card-box {
  text-align: center;
  color: #000000;
}
.hxMisV-uPrNZwpqso {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2a2034;
}
.hxMisV-uPrNZwpqso .style-fallback-image.disabled {
  display: none;
}
.hxMisV-uPrNZwpqso .style-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hxMisV-uPrNZwpqso .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .hxMisV-uPrNZwpqso .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .hxMisV-uPrNZwpqso .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .hxMisV-uPrNZwpqso .container {
    padding: 0 16px;
  }
}
.hxMisV-uPrNZwpqso .row {
  justify-content: center;
}
.hxMisV-uPrNZwpqso .content-wrapper {
  margin-bottom: 36px;
}
.hxMisV-uPrNZwpqso .content-wrapper .style-section-title {
  margin-bottom: 32px;
}
.hxMisV-uPrNZwpqso .content-wrapper .email-wrapper {
  display: block;
}
.hxMisV-uPrNZwpqso .content-wrapper .email-wrapper:hover .style-email,
.hxMisV-uPrNZwpqso .content-wrapper .email-wrapper:focus .style-email {
  color: #ffffff;
}
.hxMisV-uPrNZwpqso .content-wrapper .email-wrapper .style-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper {
    margin-top: 32px;
  }
}
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-desc {
  margin-bottom: 0;
}
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-primary-outline,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-secondary-outline,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-success-outline,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-info-outline,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-warning-outline,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-danger-outline,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-black-outline,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-primary-outline:hover::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-secondary-outline:hover::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-success-outline:hover::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-info-outline:hover::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-warning-outline:hover::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-danger-outline:hover::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-black-outline:hover::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-white-outline:hover::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-primary-outline:focus::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-secondary-outline:focus::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-success-outline:focus::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-info-outline:focus::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-warning-outline:focus::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-danger-outline:focus::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-black-outline:focus::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-white-outline:focus::after {
  opacity: 0;
}
.hxMisV-uPrNZwpqso .contacts-wrapper {
  margin-bottom: 36px;
}
.hxMisV-uPrNZwpqso .contacts-wrapper .style-section-title {
  margin-bottom: 32px;
}
.hxMisV-uPrNZwpqso .contacts-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.hxMisV-uPrNZwpqso .contacts-wrapper .list .item-wrap {
  margin: 10px 0;
  transition: all 0.3s ease-in-out;
}
.hxMisV-uPrNZwpqso .contacts-wrapper .list .item-wrap:hover,
.hxMisV-uPrNZwpqso .contacts-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.hxMisV-uPrNZwpqso .border-wrap {
  height: 3px;
  background-color: #ffffff;
  margin-bottom: 36px;
}
.hxMisV-uPrNZwpqso .style-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.hxMisV-uPrNZwpqso .style-section-title {
  color: #080808;
}
.hxMisV-uPrNZwpqso .style-email {
  color: #ffffff;
}
.hxMisV-uPrNZwpqso .style-desc {
  color: #ffffff;
}
.hxMisV-uPrNZwpqso .list {
  color: #333333;
}
.hxMisV-uPrNZwpqso .style-section-title,
.hxMisV-uPrNZwpqso .style-section-btn {
  color: #ffffff;
}
.hxMisV-uPrNZwpqso .list,
.hxMisV-uPrNZwpqso .item-wrap {
  color: #ffffff;
}
.hxMisV-uPrD9hSAkB .navbar-dropdown {
  position: relative !important;
}
.hxMisV-uPrD9hSAkB .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .hxMisV-uPrD9hSAkB .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.hxMisV-uPrD9hSAkB .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .hxMisV-uPrD9hSAkB .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.hxMisV-uPrD9hSAkB .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .hxMisV-uPrD9hSAkB .container {
    padding: 0 1rem;
  }
}
.hxMisV-uPrD9hSAkB .menu-tite {
  background: #2a2034;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.hxMisV-uPrD9hSAkB .nav-link {
  position: relative;
}
.hxMisV-uPrD9hSAkB .nav-link:hover {
  color: #ffffff !important;
}
.hxMisV-uPrD9hSAkB .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2a2034;
}
.hxMisV-uPrD9hSAkB .navbar.opened {
  transition: all 0.3s;
}
.hxMisV-uPrD9hSAkB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.hxMisV-uPrD9hSAkB .navbar .navbar-logo img {
  width: auto;
}
.hxMisV-uPrD9hSAkB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.hxMisV-uPrD9hSAkB .navbar.collapsed {
  justify-content: center;
}
.hxMisV-uPrD9hSAkB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.hxMisV-uPrD9hSAkB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .hxMisV-uPrD9hSAkB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.hxMisV-uPrD9hSAkB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.hxMisV-uPrD9hSAkB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.hxMisV-uPrD9hSAkB .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%;
}
.hxMisV-uPrD9hSAkB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.hxMisV-uPrD9hSAkB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.hxMisV-uPrD9hSAkB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .hxMisV-uPrD9hSAkB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .hxMisV-uPrD9hSAkB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .hxMisV-uPrD9hSAkB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .hxMisV-uPrD9hSAkB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .hxMisV-uPrD9hSAkB .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%;
  }
  .hxMisV-uPrD9hSAkB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .hxMisV-uPrD9hSAkB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .hxMisV-uPrD9hSAkB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .hxMisV-uPrD9hSAkB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .hxMisV-uPrD9hSAkB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .hxMisV-uPrD9hSAkB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.hxMisV-uPrD9hSAkB .navbar.navbar-short {
  min-height: 60px;
}
.hxMisV-uPrD9hSAkB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.hxMisV-uPrD9hSAkB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.hxMisV-uPrD9hSAkB .dropdown-item:before {
  font-family: pixel2 !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;
}
.hxMisV-uPrD9hSAkB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.hxMisV-uPrD9hSAkB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.hxMisV-uPrD9hSAkB .dropdown-item:hover,
.hxMisV-uPrD9hSAkB .dropdown-item:focus {
  background: #2a2034 !important;
  color: white !important;
}
.hxMisV-uPrD9hSAkB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.hxMisV-uPrD9hSAkB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.hxMisV-uPrD9hSAkB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.hxMisV-uPrD9hSAkB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.hxMisV-uPrD9hSAkB .dropdown-menu,
.hxMisV-uPrD9hSAkB .navbar.opened {
  background: #2a2034 !important;
}
.hxMisV-uPrD9hSAkB .nav-item:focus,
.hxMisV-uPrD9hSAkB .nav-link:focus {
  outline: none;
}
.hxMisV-uPrD9hSAkB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.hxMisV-uPrD9hSAkB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.hxMisV-uPrD9hSAkB .dropdown .dropdown-menu .dropdown-item .style-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.hxMisV-uPrD9hSAkB .dropdown .dropdown-menu .dropdown-item .style-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.hxMisV-uPrD9hSAkB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.hxMisV-uPrD9hSAkB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.hxMisV-uPrD9hSAkB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.hxMisV-uPrD9hSAkB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.hxMisV-uPrD9hSAkB .navbar-brand .navbar-logo a {
  outline: none;
}
.hxMisV-uPrD9hSAkB .dropdown-item.active,
.hxMisV-uPrD9hSAkB .dropdown-item:active {
  background-color: transparent;
}
.hxMisV-uPrD9hSAkB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.hxMisV-uPrD9hSAkB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.hxMisV-uPrD9hSAkB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.hxMisV-uPrD9hSAkB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2a2034;
}
.hxMisV-uPrD9hSAkB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.hxMisV-uPrD9hSAkB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.hxMisV-uPrD9hSAkB ul.navbar-nav {
  flex-wrap: wrap;
}
.hxMisV-uPrD9hSAkB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.hxMisV-uPrD9hSAkB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.hxMisV-uPrD9hSAkB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.hxMisV-uPrD9hSAkB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.hxMisV-uPrD9hSAkB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.hxMisV-uPrD9hSAkB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.hxMisV-uPrD9hSAkB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.hxMisV-uPrD9hSAkB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.hxMisV-uPrD9hSAkB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.hxMisV-uPrD9hSAkB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.hxMisV-uPrD9hSAkB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.hxMisV-uPrD9hSAkB .navbar-dropdown {
  padding: 0 1rem;
}
.hxMisV-uPrD9hSAkB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hxMisV-uPrD9hSAkB .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) {
  .hxMisV-uPrD9hSAkB .navbar {
    height: 70px;
  }
  .hxMisV-uPrD9hSAkB .navbar.opened {
    height: auto;
  }
  .hxMisV-uPrD9hSAkB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.hxMisV-uPrH5KEqS5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a09eb4;
}
.hxMisV-uPrH5KEqS5 .style-fallback-image.disabled {
  display: none;
}
.hxMisV-uPrH5KEqS5 .style-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hxMisV-uPrH5KEqS5 .content-wrapper {
  justify-content: flex-end;
}
.hxMisV-uPrH5KEqS5 .card {
  justify-content: center;
}
.hxMisV-uPrH5KEqS5 .title-wrapper {
  padding: 0 50px 0 12%;
}
@media (max-width: 992px) {
  .hxMisV-uPrH5KEqS5 .title-wrapper {
    margin-bottom: 40px;
    padding: 0;
  }
}
.hxMisV-uPrH5KEqS5 .title-wrapper .style-tag {
  margin-bottom: 16px;
}
.hxMisV-uPrH5KEqS5 .title-wrapper .style-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .hxMisV-uPrH5KEqS5 .title-wrapper .style-section-title {
    margin-bottom: 20px;
  }
}
.hxMisV-uPrH5KEqS5 .title-wrapper .text-wrapper .style-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .hxMisV-uPrH5KEqS5 .title-wrapper .text-wrapper .style-text {
    width: 100%;
  }
}
.hxMisV-uPrH5KEqS5 .style-section-btn .btn {
  margin-bottom: 0;
}
.hxMisV-uPrH5KEqS5 .style-section-btn .btn::after,
.hxMisV-uPrH5KEqS5 .style-section-btn .btn::before {
  background-image: linear-gradient(90deg, #000000, #000000 150%);
}
.hxMisV-uPrH5KEqS5 .style-section-btn .btn:hover,
.hxMisV-uPrH5KEqS5 .style-section-btn .btn:focus {
  color: #000000 !important;
}
.hxMisV-uPrH5KEqS5 .style-section-btn .btn:hover::after,
.hxMisV-uPrH5KEqS5 .style-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #000000, #000000 150%);
  opacity: 1;
}
.hxMisV-uPrH5KEqS5 .form-wrapper {
  padding: 110px 200px;
  background-color: #e8e6f1;
}
@media (max-width: 1640px) {
  .hxMisV-uPrH5KEqS5 .form-wrapper {
    padding: 110px;
  }
}
@media (max-width: 1440px) {
  .hxMisV-uPrH5KEqS5 .form-wrapper {
    padding: 110px 40px;
  }
}
@media (max-width: 992px) {
  .hxMisV-uPrH5KEqS5 .form-wrapper {
    padding: 20px;
  }
}
.hxMisV-uPrH5KEqS5 .form-wrapper .title-wrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .hxMisV-uPrH5KEqS5 .form-wrapper .title-wrap {
    margin-bottom: 20px;
  }
}
.hxMisV-uPrH5KEqS5 .form-wrapper .title-wrap .style-title {
  margin-bottom: 16px;
}
.hxMisV-uPrH5KEqS5 .form-wrapper .title-wrap .form-text {
  margin-bottom: 0;
}
.hxMisV-uPrH5KEqS5 .form-wrapper .form-wrap .dragArea.row {
  margin: 0;
}
.hxMisV-uPrH5KEqS5 .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
  padding: 0;
}
.hxMisV-uPrH5KEqS5 .form-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.hxMisV-uPrH5KEqS5 .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 16px 0;
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #000000 !important;
  border-radius: 0 !important;
  margin-bottom: 16px;
}
.hxMisV-uPrH5KEqS5 .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
}
.hxMisV-uPrH5KEqS5 .form-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.hxMisV-uPrH5KEqS5 .form-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #000000 !important;
}
.hxMisV-uPrH5KEqS5 .form-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.hxMisV-uPrH5KEqS5 .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.hxMisV-uPrH5KEqS5 .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.hxMisV-uPrH5KEqS5 .form-wrapper .form-wrap .dragArea.row .style-section-btn {
  width: 100%;
  margin-top: 20px;
}
.hxMisV-uPrH5KEqS5 .form-wrapper .form-wrap .dragArea.row .style-section-btn .btn {
  margin-left: 0;
}
.hxMisV-uPrH5KEqS5 .style-section-title {
  color: #000000;
  text-align: center;
}
.hxMisV-uPrH5KEqS5 .style-tag {
  color: #000000;
}
.hxMisV-uPrH5KEqS5 .style-text {
  color: #ffffff;
}
.hxMisV-uPrH5KEqS5 .style-title {
  color: #000000;
  text-align: center;
}
.hxMisV-uPrH5KEqS5 .form-text {
  color: #000000;
}
.hxMisV-uPrH5KEqS5 label {
  color: #121212;
}
.hxMisV-uPrH5KEqS5 .style-text,
.hxMisV-uPrH5KEqS5 .text-wrapper {
  color: #000000;
}
.hxMisV-uPrNZwpqso {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2a2034;
}
.hxMisV-uPrNZwpqso .style-fallback-image.disabled {
  display: none;
}
.hxMisV-uPrNZwpqso .style-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hxMisV-uPrNZwpqso .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .hxMisV-uPrNZwpqso .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .hxMisV-uPrNZwpqso .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .hxMisV-uPrNZwpqso .container {
    padding: 0 16px;
  }
}
.hxMisV-uPrNZwpqso .row {
  justify-content: center;
}
.hxMisV-uPrNZwpqso .content-wrapper {
  margin-bottom: 36px;
}
.hxMisV-uPrNZwpqso .content-wrapper .style-section-title {
  margin-bottom: 32px;
}
.hxMisV-uPrNZwpqso .content-wrapper .email-wrapper {
  display: block;
}
.hxMisV-uPrNZwpqso .content-wrapper .email-wrapper:hover .style-email,
.hxMisV-uPrNZwpqso .content-wrapper .email-wrapper:focus .style-email {
  color: #ffffff;
}
.hxMisV-uPrNZwpqso .content-wrapper .email-wrapper .style-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper {
    margin-top: 32px;
  }
}
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-desc {
  margin-bottom: 0;
}
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-primary-outline,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-secondary-outline,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-success-outline,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-info-outline,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-warning-outline,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-danger-outline,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-black-outline,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-primary-outline:hover::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-secondary-outline:hover::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-success-outline:hover::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-info-outline:hover::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-warning-outline:hover::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-danger-outline:hover::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-black-outline:hover::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-white-outline:hover::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-primary-outline:focus::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-secondary-outline:focus::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-success-outline:focus::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-info-outline:focus::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-warning-outline:focus::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-danger-outline:focus::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-black-outline:focus::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-white-outline:focus::after {
  opacity: 0;
}
.hxMisV-uPrNZwpqso .contacts-wrapper {
  margin-bottom: 36px;
}
.hxMisV-uPrNZwpqso .contacts-wrapper .style-section-title {
  margin-bottom: 32px;
}
.hxMisV-uPrNZwpqso .contacts-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.hxMisV-uPrNZwpqso .contacts-wrapper .list .item-wrap {
  margin: 10px 0;
  transition: all 0.3s ease-in-out;
}
.hxMisV-uPrNZwpqso .contacts-wrapper .list .item-wrap:hover,
.hxMisV-uPrNZwpqso .contacts-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.hxMisV-uPrNZwpqso .border-wrap {
  height: 3px;
  background-color: #ffffff;
  margin-bottom: 36px;
}
.hxMisV-uPrNZwpqso .style-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.hxMisV-uPrNZwpqso .style-section-title {
  color: #080808;
}
.hxMisV-uPrNZwpqso .style-email {
  color: #ffffff;
}
.hxMisV-uPrNZwpqso .style-desc {
  color: #ffffff;
}
.hxMisV-uPrNZwpqso .list {
  color: #333333;
}
.hxMisV-uPrNZwpqso .style-section-title,
.hxMisV-uPrNZwpqso .style-section-btn {
  color: #ffffff;
}
.hxMisV-uPrNZwpqso .list,
.hxMisV-uPrNZwpqso .item-wrap {
  color: #ffffff;
}
.hxMisV-uPrD9hSAkB .navbar-dropdown {
  position: relative !important;
}
.hxMisV-uPrD9hSAkB .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .hxMisV-uPrD9hSAkB .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.hxMisV-uPrD9hSAkB .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .hxMisV-uPrD9hSAkB .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.hxMisV-uPrD9hSAkB .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .hxMisV-uPrD9hSAkB .container {
    padding: 0 1rem;
  }
}
.hxMisV-uPrD9hSAkB .menu-tite {
  background: #2a2034;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.hxMisV-uPrD9hSAkB .nav-link {
  position: relative;
}
.hxMisV-uPrD9hSAkB .nav-link:hover {
  color: #ffffff !important;
}
.hxMisV-uPrD9hSAkB .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2a2034;
}
.hxMisV-uPrD9hSAkB .navbar.opened {
  transition: all 0.3s;
}
.hxMisV-uPrD9hSAkB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.hxMisV-uPrD9hSAkB .navbar .navbar-logo img {
  width: auto;
}
.hxMisV-uPrD9hSAkB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.hxMisV-uPrD9hSAkB .navbar.collapsed {
  justify-content: center;
}
.hxMisV-uPrD9hSAkB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.hxMisV-uPrD9hSAkB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .hxMisV-uPrD9hSAkB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.hxMisV-uPrD9hSAkB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.hxMisV-uPrD9hSAkB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.hxMisV-uPrD9hSAkB .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%;
}
.hxMisV-uPrD9hSAkB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.hxMisV-uPrD9hSAkB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.hxMisV-uPrD9hSAkB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .hxMisV-uPrD9hSAkB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .hxMisV-uPrD9hSAkB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .hxMisV-uPrD9hSAkB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .hxMisV-uPrD9hSAkB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .hxMisV-uPrD9hSAkB .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%;
  }
  .hxMisV-uPrD9hSAkB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .hxMisV-uPrD9hSAkB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .hxMisV-uPrD9hSAkB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .hxMisV-uPrD9hSAkB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .hxMisV-uPrD9hSAkB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .hxMisV-uPrD9hSAkB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.hxMisV-uPrD9hSAkB .navbar.navbar-short {
  min-height: 60px;
}
.hxMisV-uPrD9hSAkB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.hxMisV-uPrD9hSAkB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.hxMisV-uPrD9hSAkB .dropdown-item:before {
  font-family: pixel2 !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;
}
.hxMisV-uPrD9hSAkB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.hxMisV-uPrD9hSAkB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.hxMisV-uPrD9hSAkB .dropdown-item:hover,
.hxMisV-uPrD9hSAkB .dropdown-item:focus {
  background: #2a2034 !important;
  color: white !important;
}
.hxMisV-uPrD9hSAkB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.hxMisV-uPrD9hSAkB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.hxMisV-uPrD9hSAkB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.hxMisV-uPrD9hSAkB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.hxMisV-uPrD9hSAkB .dropdown-menu,
.hxMisV-uPrD9hSAkB .navbar.opened {
  background: #2a2034 !important;
}
.hxMisV-uPrD9hSAkB .nav-item:focus,
.hxMisV-uPrD9hSAkB .nav-link:focus {
  outline: none;
}
.hxMisV-uPrD9hSAkB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.hxMisV-uPrD9hSAkB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.hxMisV-uPrD9hSAkB .dropdown .dropdown-menu .dropdown-item .style-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.hxMisV-uPrD9hSAkB .dropdown .dropdown-menu .dropdown-item .style-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.hxMisV-uPrD9hSAkB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.hxMisV-uPrD9hSAkB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.hxMisV-uPrD9hSAkB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.hxMisV-uPrD9hSAkB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.hxMisV-uPrD9hSAkB .navbar-brand .navbar-logo a {
  outline: none;
}
.hxMisV-uPrD9hSAkB .dropdown-item.active,
.hxMisV-uPrD9hSAkB .dropdown-item:active {
  background-color: transparent;
}
.hxMisV-uPrD9hSAkB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.hxMisV-uPrD9hSAkB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.hxMisV-uPrD9hSAkB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.hxMisV-uPrD9hSAkB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2a2034;
}
.hxMisV-uPrD9hSAkB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.hxMisV-uPrD9hSAkB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.hxMisV-uPrD9hSAkB ul.navbar-nav {
  flex-wrap: wrap;
}
.hxMisV-uPrD9hSAkB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.hxMisV-uPrD9hSAkB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.hxMisV-uPrD9hSAkB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.hxMisV-uPrD9hSAkB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.hxMisV-uPrD9hSAkB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.hxMisV-uPrD9hSAkB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.hxMisV-uPrD9hSAkB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.hxMisV-uPrD9hSAkB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.hxMisV-uPrD9hSAkB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.hxMisV-uPrD9hSAkB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.hxMisV-uPrD9hSAkB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.hxMisV-uPrD9hSAkB .navbar-dropdown {
  padding: 0 1rem;
}
.hxMisV-uPrD9hSAkB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hxMisV-uPrD9hSAkB .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) {
  .hxMisV-uPrD9hSAkB .navbar {
    height: 70px;
  }
  .hxMisV-uPrD9hSAkB .navbar.opened {
    height: auto;
  }
  .hxMisV-uPrD9hSAkB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.hxMisV-uPrFxhWegz {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #e8e6f1;
}
.hxMisV-uPrFxhWegz .item-img {
  position: relative;
}
.hxMisV-uPrFxhWegz .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.hxMisV-uPrFxhWegz .cardbg {
  background: #a09eb4;
  height: 100%;
  min-height: 300px;
}
.hxMisV-uPrFxhWegz .style-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.hxMisV-uPrFxhWegz .image-wrapper {
  overflow: hidden;
}
.hxMisV-uPrFxhWegz .item1 {
  margin-bottom: 2rem !important;
}
.hxMisV-uPrFxhWegz .item-wrapper {
  position: relative;
  background: #2a2a2a;
  border: 3px solid #2a2a2a;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.hxMisV-uPrFxhWegz .item-wrapper .item-footer {
  margin-top: auto;
}
.hxMisV-uPrFxhWegz .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.hxMisV-uPrFxhWegz .item1,
.hxMisV-uPrFxhWegz .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.hxMisV-uPrFxhWegz .item1 .item:hover,
.hxMisV-uPrFxhWegz .item .item:hover {
  cursor: pointer;
}
.hxMisV-uPrFxhWegz .item1:hover .link-icon-wrapper span,
.hxMisV-uPrFxhWegz .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .hxMisV-uPrFxhWegz .card2 {
    margin-top: 1rem;
  }
}
.hxMisV-uPrFxhWegz .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #2a2a2a;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.hxMisV-uPrFxhWegz .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.hxMisV-uPrFxhWegz .link-icon-wrapper .icon-wrap span {
  color: #e8e6f1;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.hxMisV-uPrFxhWegz .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.hxMisV-uPrFxhWegz .link-icon-wrapper .svg1 path {
  fill: #2a2a2a;
}
.hxMisV-uPrFxhWegz .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.hxMisV-uPrFxhWegz .link-icon-wrapper .svg2 path {
  fill: #2a2a2a;
}
.hxMisV-uPrFxhWegz .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .hxMisV-uPrFxhWegz .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.hxMisV-uPrFxhWegz img,
.hxMisV-uPrFxhWegz .item-img {
  width: 100%;
}
.hxMisV-uPrFxhWegz .item:focus,
.hxMisV-uPrFxhWegz span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .hxMisV-uPrFxhWegz .item {
    margin-bottom: 1rem;
  }
}
.hxMisV-uPrFxhWegz .style-section-title {
  color: #000000;
  text-align: left;
}
.hxMisV-uPrFxhWegz .item-title {
  text-align: center;
  color: #000000;
}
.hxMisV-uPrFxhWegz .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.hxMisV-uPrFxhWegz .style-section-subtitle,
.hxMisV-uPrFxhWegz .subtitle-wrap,
.hxMisV-uPrFxhWegz .style-section-btn {
  text-align: left;
  color: #ffffff;
}
.hxMisV-uPrFxhWegz .style-text,
.hxMisV-uPrFxhWegz .item .style-section-btn {
  color: #000000;
  text-align: left;
}
.hxMisV-uPrFZhc8Gi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a09eb4;
  position: relative;
  overflow: hidden;
}
.hxMisV-uPrFZhc8Gi::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #e8e6f1 -10%, transparent 70%);
}
.hxMisV-uPrFZhc8Gi .style-fallback-image.disabled {
  display: none;
}
.hxMisV-uPrFZhc8Gi .style-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .hxMisV-uPrFZhc8Gi .container {
    padding: 0 16px;
  }
}
.hxMisV-uPrFZhc8Gi .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.hxMisV-uPrFZhc8Gi .content-wrapper .style-section-title {
  margin-bottom: 50px;
}
.hxMisV-uPrFZhc8Gi .content-wrapper .style-text {
  margin-bottom: 0;
}
.hxMisV-uPrFZhc8Gi .style-section-title {
  color: #000000;
  text-align: center;
}
.hxMisV-uPrFZhc8Gi .style-text {
  color: #000000;
}
.hxMisV-uPrFzRZFiN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e8e6f1;
}
.hxMisV-uPrFzRZFiN .style-fallback-image.disabled {
  display: none;
}
.hxMisV-uPrFzRZFiN .style-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hxMisV-uPrFzRZFiN .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .hxMisV-uPrFzRZFiN .container {
    padding: 10px 8px;
  }
}
.hxMisV-uPrFzRZFiN .row {
  border-radius: 25px;
  background-color: #a09eb4;
  justify-content: center;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .hxMisV-uPrFzRZFiN .row {
    padding: 50px 10px;
  }
}
.hxMisV-uPrFzRZFiN .row .card {
  padding: 0;
  justify-content: center;
}
.hxMisV-uPrFzRZFiN .style-section-title {
  margin-bottom: 80px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .hxMisV-uPrFzRZFiN .style-section-title {
    margin-bottom: 50px;
  }
}
.hxMisV-uPrFzRZFiN .style-section-title span {
  opacity: .5;
}
.hxMisV-uPrFzRZFiN .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .hxMisV-uPrFzRZFiN .items-wrapper {
    grid-template-columns: 1fr;
    margin: 0 0 40px 0;
  }
}
.hxMisV-uPrFzRZFiN .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper .style-iconfont {
  background-color: #e354e3;
}
.hxMisV-uPrFzRZFiN .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .icon-wrapper .style-iconfont {
  background-color: #f85f32;
}
.hxMisV-uPrFzRZFiN .items-wrapper .item .item-wrapper {
  border-radius: 25px !important;
  background-color: #e8e6f1;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .hxMisV-uPrFzRZFiN .items-wrapper .item .item-wrapper {
    padding: 20px 15px;
  }
}
.hxMisV-uPrFzRZFiN .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  text-align: right;
  margin-bottom: 50px;
  margin-top: -4rem;
}
.hxMisV-uPrFzRZFiN .items-wrapper .item .item-wrapper .card-box .icon-wrapper .style-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: #715edb;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.hxMisV-uPrFzRZFiN .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.hxMisV-uPrFzRZFiN .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.hxMisV-uPrFzRZFiN .image-wrapper {
  margin-left: 20px;
}
@media (max-width: 992px) {
  .hxMisV-uPrFzRZFiN .image-wrapper {
    margin: 0;
  }
}
.hxMisV-uPrFzRZFiN .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 25px !important;
}
@media (max-width: 992px) {
  .hxMisV-uPrFzRZFiN .image-wrapper img {
    height: 300px;
  }
}
.hxMisV-uPrFzRZFiN .card-title {
  color: #000000;
  text-align: center;
}
.hxMisV-uPrFzRZFiN .card-text {
  color: #222222;
}
.hxMisV-uPrG1LXprC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #a09eb4;
}
.hxMisV-uPrG1LXprC .style-text {
  color: #000000;
}
.hxMisV-uPrG1LXprC .style-section-subtitle {
  color: #000000;
}
.hxMisV-uPrG1LXprC .style-section-title {
  color: #000000;
  text-align: center;
}
.hxMisV-uPrG34TCTK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e8e6f1;
}
.hxMisV-uPrG34TCTK .style-fallback-image.disabled {
  display: none;
}
.hxMisV-uPrG34TCTK .style-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hxMisV-uPrG34TCTK .content-wrapper {
  background: #a09eb4;
}
@media (max-width: 991px) {
  .hxMisV-uPrG34TCTK .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .hxMisV-uPrG34TCTK .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hxMisV-uPrG34TCTK .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .hxMisV-uPrG34TCTK .content-wrapper {
    padding: 5rem 3rem;
  }
  .hxMisV-uPrG34TCTK .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.hxMisV-uPrG34TCTK .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.hxMisV-uPrG34TCTK .card-title {
  color: #000000;
  text-align: center;
}
.hxMisV-uPrG34TCTK .style-text,
.hxMisV-uPrG34TCTK .style-section-btn {
  color: #000000;
}
.hxMisV-uPrNZwpqso {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2a2034;
}
.hxMisV-uPrNZwpqso .style-fallback-image.disabled {
  display: none;
}
.hxMisV-uPrNZwpqso .style-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hxMisV-uPrNZwpqso .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .hxMisV-uPrNZwpqso .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .hxMisV-uPrNZwpqso .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .hxMisV-uPrNZwpqso .container {
    padding: 0 16px;
  }
}
.hxMisV-uPrNZwpqso .row {
  justify-content: center;
}
.hxMisV-uPrNZwpqso .content-wrapper {
  margin-bottom: 36px;
}
.hxMisV-uPrNZwpqso .content-wrapper .style-section-title {
  margin-bottom: 32px;
}
.hxMisV-uPrNZwpqso .content-wrapper .email-wrapper {
  display: block;
}
.hxMisV-uPrNZwpqso .content-wrapper .email-wrapper:hover .style-email,
.hxMisV-uPrNZwpqso .content-wrapper .email-wrapper:focus .style-email {
  color: #ffffff;
}
.hxMisV-uPrNZwpqso .content-wrapper .email-wrapper .style-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper {
    margin-top: 32px;
  }
}
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-desc {
  margin-bottom: 0;
}
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-primary-outline,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-secondary-outline,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-success-outline,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-info-outline,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-warning-outline,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-danger-outline,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-black-outline,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-primary-outline:hover::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-secondary-outline:hover::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-success-outline:hover::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-info-outline:hover::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-warning-outline:hover::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-danger-outline:hover::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-black-outline:hover::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-white-outline:hover::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-primary-outline:focus::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-secondary-outline:focus::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-success-outline:focus::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-info-outline:focus::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-warning-outline:focus::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-danger-outline:focus::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-black-outline:focus::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-white-outline:focus::after {
  opacity: 0;
}
.hxMisV-uPrNZwpqso .contacts-wrapper {
  margin-bottom: 36px;
}
.hxMisV-uPrNZwpqso .contacts-wrapper .style-section-title {
  margin-bottom: 32px;
}
.hxMisV-uPrNZwpqso .contacts-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.hxMisV-uPrNZwpqso .contacts-wrapper .list .item-wrap {
  margin: 10px 0;
  transition: all 0.3s ease-in-out;
}
.hxMisV-uPrNZwpqso .contacts-wrapper .list .item-wrap:hover,
.hxMisV-uPrNZwpqso .contacts-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.hxMisV-uPrNZwpqso .border-wrap {
  height: 3px;
  background-color: #ffffff;
  margin-bottom: 36px;
}
.hxMisV-uPrNZwpqso .style-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.hxMisV-uPrNZwpqso .style-section-title {
  color: #080808;
}
.hxMisV-uPrNZwpqso .style-email {
  color: #ffffff;
}
.hxMisV-uPrNZwpqso .style-desc {
  color: #ffffff;
}
.hxMisV-uPrNZwpqso .list {
  color: #333333;
}
.hxMisV-uPrNZwpqso .style-section-title,
.hxMisV-uPrNZwpqso .style-section-btn {
  color: #ffffff;
}
.hxMisV-uPrNZwpqso .list,
.hxMisV-uPrNZwpqso .item-wrap {
  color: #ffffff;
}
.hxMisV-uPrD9hSAkB .navbar-dropdown {
  position: relative !important;
}
.hxMisV-uPrD9hSAkB .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .hxMisV-uPrD9hSAkB .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.hxMisV-uPrD9hSAkB .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .hxMisV-uPrD9hSAkB .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.hxMisV-uPrD9hSAkB .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .hxMisV-uPrD9hSAkB .container {
    padding: 0 1rem;
  }
}
.hxMisV-uPrD9hSAkB .menu-tite {
  background: #2a2034;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffffff;
}
.hxMisV-uPrD9hSAkB .nav-link {
  position: relative;
}
.hxMisV-uPrD9hSAkB .nav-link:hover {
  color: #ffffff !important;
}
.hxMisV-uPrD9hSAkB .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2a2034;
}
.hxMisV-uPrD9hSAkB .navbar.opened {
  transition: all 0.3s;
}
.hxMisV-uPrD9hSAkB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.hxMisV-uPrD9hSAkB .navbar .navbar-logo img {
  width: auto;
}
.hxMisV-uPrD9hSAkB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.hxMisV-uPrD9hSAkB .navbar.collapsed {
  justify-content: center;
}
.hxMisV-uPrD9hSAkB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.hxMisV-uPrD9hSAkB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .hxMisV-uPrD9hSAkB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.hxMisV-uPrD9hSAkB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.hxMisV-uPrD9hSAkB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.hxMisV-uPrD9hSAkB .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%;
}
.hxMisV-uPrD9hSAkB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.hxMisV-uPrD9hSAkB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.hxMisV-uPrD9hSAkB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .hxMisV-uPrD9hSAkB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .hxMisV-uPrD9hSAkB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .hxMisV-uPrD9hSAkB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .hxMisV-uPrD9hSAkB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .hxMisV-uPrD9hSAkB .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%;
  }
  .hxMisV-uPrD9hSAkB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .hxMisV-uPrD9hSAkB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .hxMisV-uPrD9hSAkB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .hxMisV-uPrD9hSAkB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .hxMisV-uPrD9hSAkB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .hxMisV-uPrD9hSAkB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.hxMisV-uPrD9hSAkB .navbar.navbar-short {
  min-height: 60px;
}
.hxMisV-uPrD9hSAkB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.hxMisV-uPrD9hSAkB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.hxMisV-uPrD9hSAkB .dropdown-item:before {
  font-family: pixel2 !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;
}
.hxMisV-uPrD9hSAkB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.hxMisV-uPrD9hSAkB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.hxMisV-uPrD9hSAkB .dropdown-item:hover,
.hxMisV-uPrD9hSAkB .dropdown-item:focus {
  background: #2a2034 !important;
  color: white !important;
}
.hxMisV-uPrD9hSAkB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.hxMisV-uPrD9hSAkB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.hxMisV-uPrD9hSAkB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.hxMisV-uPrD9hSAkB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.hxMisV-uPrD9hSAkB .dropdown-menu,
.hxMisV-uPrD9hSAkB .navbar.opened {
  background: #2a2034 !important;
}
.hxMisV-uPrD9hSAkB .nav-item:focus,
.hxMisV-uPrD9hSAkB .nav-link:focus {
  outline: none;
}
.hxMisV-uPrD9hSAkB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.hxMisV-uPrD9hSAkB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.hxMisV-uPrD9hSAkB .dropdown .dropdown-menu .dropdown-item .style-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.hxMisV-uPrD9hSAkB .dropdown .dropdown-menu .dropdown-item .style-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.hxMisV-uPrD9hSAkB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.hxMisV-uPrD9hSAkB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.hxMisV-uPrD9hSAkB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.hxMisV-uPrD9hSAkB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.hxMisV-uPrD9hSAkB .navbar-brand .navbar-logo a {
  outline: none;
}
.hxMisV-uPrD9hSAkB .dropdown-item.active,
.hxMisV-uPrD9hSAkB .dropdown-item:active {
  background-color: transparent;
}
.hxMisV-uPrD9hSAkB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.hxMisV-uPrD9hSAkB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.hxMisV-uPrD9hSAkB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.hxMisV-uPrD9hSAkB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2a2034;
}
.hxMisV-uPrD9hSAkB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.hxMisV-uPrD9hSAkB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.hxMisV-uPrD9hSAkB ul.navbar-nav {
  flex-wrap: wrap;
}
.hxMisV-uPrD9hSAkB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.hxMisV-uPrD9hSAkB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.hxMisV-uPrD9hSAkB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.hxMisV-uPrD9hSAkB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.hxMisV-uPrD9hSAkB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.hxMisV-uPrD9hSAkB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.hxMisV-uPrD9hSAkB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.hxMisV-uPrD9hSAkB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.hxMisV-uPrD9hSAkB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.hxMisV-uPrD9hSAkB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.hxMisV-uPrD9hSAkB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.hxMisV-uPrD9hSAkB .navbar-dropdown {
  padding: 0 1rem;
}
.hxMisV-uPrD9hSAkB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hxMisV-uPrD9hSAkB .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) {
  .hxMisV-uPrD9hSAkB .navbar {
    height: 70px;
  }
  .hxMisV-uPrD9hSAkB .navbar.opened {
    height: auto;
  }
  .hxMisV-uPrD9hSAkB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.hxMisV-uPrEDBKv7O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e8e6f1;
}
.hxMisV-uPrEDBKv7O .style-fallback-image.disabled {
  display: none;
}
.hxMisV-uPrEDBKv7O .style-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hxMisV-uPrEDBKv7O .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.hxMisV-uPrEDBKv7O .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .hxMisV-uPrEDBKv7O .item {
    margin-bottom: 28px;
  }
}
.hxMisV-uPrEDBKv7O .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  transition: all 0.3s ease-in-out;
  background-color: #a09eb4;
  overflow: hidden;
  border: 1px solid #000000;
}
.hxMisV-uPrEDBKv7O .item .item-wrapper .item-content {
  padding: 24px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .hxMisV-uPrEDBKv7O .item .item-wrapper .item-content {
    padding: 16px;
    margin-bottom: 0;
  }
}
.hxMisV-uPrEDBKv7O .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.hxMisV-uPrEDBKv7O .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.hxMisV-uPrEDBKv7O .item .item-wrapper .item-img {
  position: relative;
}
.hxMisV-uPrEDBKv7O .item .item-wrapper .item-img .image-wrap img {
  height: 320px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  border-radius: 0 !important;
}
.hxMisV-uPrEDBKv7O .item .item-wrapper .item-img .style-section-btn {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 24px;
}
@media (max-width: 992px) {
  .hxMisV-uPrEDBKv7O .item .item-wrapper .item-img .style-section-btn {
    padding: 16px;
  }
}
.hxMisV-uPrEDBKv7O .item .item-wrapper .item-img .style-section-btn .btn {
  margin-bottom: 0;
}
.hxMisV-uPrEDBKv7O .item-title {
  color: #ffffff;
}
.hxMisV-uPrEDBKv7O .item-text {
  color: #000000;
}
.hxMisV-uPrEDBKv7O .item-title,
.hxMisV-uPrEDBKv7O .style-section-btn {
  text-align: center;
  color: #000000;
}
.hxMisV-uPrEKZkeDa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a09eb4;
  position: relative;
  overflow: hidden;
}
.hxMisV-uPrEKZkeDa::before {
  content: '';
  position: absolute;
  right: -5%;
  top: 22%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #e8e6f1 -10%, transparent 80%);
}
.hxMisV-uPrEKZkeDa::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(360deg, #e8e6f1 -10%, transparent 80%);
}
.hxMisV-uPrEKZkeDa .style-fallback-image.disabled {
  display: none;
}
.hxMisV-uPrEKZkeDa .style-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .hxMisV-uPrEKZkeDa .container {
    padding: 0 16px;
  }
}
.hxMisV-uPrEKZkeDa .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.hxMisV-uPrEKZkeDa .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.hxMisV-uPrEKZkeDa .content-wrapper {
  margin-bottom: 80px;
}
.hxMisV-uPrEKZkeDa .content-wrapper .style-section-title {
  margin-bottom: 24px;
}
.hxMisV-uPrEKZkeDa .content-wrapper .style-section-title span {
  color: #ffffff;
}
.hxMisV-uPrEKZkeDa .content-wrapper .text-wrap .style-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .hxMisV-uPrEKZkeDa .content-wrapper .text-wrap .style-text {
    width: 100%;
  }
}
.hxMisV-uPrEKZkeDa .style-section-btn-main {
  margin-bottom: 14px;
}
.hxMisV-uPrEKZkeDa .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.hxMisV-uPrEKZkeDa .item .item-wrapper {
  background-color: #e8e6f1;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .hxMisV-uPrEKZkeDa .item .item-wrapper {
    padding: 32px;
  }
}
.hxMisV-uPrEKZkeDa .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .hxMisV-uPrEKZkeDa .item .item-wrapper .card-box .title-wrap {
    margin-bottom: 32px;
  }
}
.hxMisV-uPrEKZkeDa .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.hxMisV-uPrEKZkeDa .item .item-wrapper .card-box .title-wrap .style-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 30px;
  color: #000000;
}
.hxMisV-uPrEKZkeDa .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.hxMisV-uPrEKZkeDa .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.hxMisV-uPrEKZkeDa .style-section-title {
  color: #000000;
}
.hxMisV-uPrEKZkeDa .style-text,
.hxMisV-uPrEKZkeDa .text-wrap {
  color: #000000;
  text-align: center;
}
.hxMisV-uPrEKZkeDa .item-title {
  color: #000000;
  text-align: left;
}
.hxMisV-uPrEKZkeDa .item-text {
  color: #000000;
}
.hxMisV-uPrEKZkeDa .style-section-title,
.hxMisV-uPrEKZkeDa .style-section-btn {
  text-align: center;
  color: #000000;
}
.hxMisV-uPrFfrCAQe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e8e6f1;
}
.hxMisV-uPrFfrCAQe .style-fallback-image.disabled {
  display: none;
}
.hxMisV-uPrFfrCAQe .style-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hxMisV-uPrFfrCAQe .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .hxMisV-uPrFfrCAQe .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .hxMisV-uPrFfrCAQe .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .hxMisV-uPrFfrCAQe .container {
    padding: 0 20px;
  }
}
.hxMisV-uPrFfrCAQe .content-wrapper .style-section-title {
  margin-bottom: 40px;
}
.hxMisV-uPrFfrCAQe .content-wrapper .text-wrapper .style-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .hxMisV-uPrFfrCAQe .content-wrapper .text-wrapper .style-text {
    width: 100%;
  }
}
.hxMisV-uPrFfrCAQe .image-wrapper img {
  height: 650px;
  border-radius: 2rem !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .hxMisV-uPrFfrCAQe .image-wrapper img {
    height: 350px;
  }
}
.hxMisV-uPrFfrCAQe .style-section-title {
  color: #ffffff;
}
.hxMisV-uPrFfrCAQe .style-text {
  color: #ffffff;
}
.hxMisV-uPrFfrCAQe .style-section-title,
.hxMisV-uPrFfrCAQe .style-section-btn {
  color: #000000;
  text-align: center;
}
.hxMisV-uPrFfrCAQe .style-text,
.hxMisV-uPrFfrCAQe .text-wrapper {
  color: #000000;
}
.hxMisV-uPrFbtk6yJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a09eb4;
}
.hxMisV-uPrFbtk6yJ blockquote {
  border-color: #000000;
  border-radius: 4px;
  background-color: #e8e6f1;
}
.hxMisV-uPrFbtk6yJ .style-section-title {
  text-align: center;
  color: #000000;
}
.hxMisV-uPrFbtk6yJ .style-text {
  color: #000000;
}
.hxMisV-uPrFh2cNKQ {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #e8e6f1;
}
.hxMisV-uPrFh2cNKQ .style-fallback-image.disabled {
  display: none;
}
.hxMisV-uPrFh2cNKQ .style-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .hxMisV-uPrFh2cNKQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.hxMisV-uPrFh2cNKQ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .hxMisV-uPrFh2cNKQ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .hxMisV-uPrFh2cNKQ .text-wrapper {
    padding: 0 2rem;
  }
}
.hxMisV-uPrFh2cNKQ .style-section-title {
  color: #000000;
  text-align: center;
}
.hxMisV-uPrFh2cNKQ .style-text,
.hxMisV-uPrFh2cNKQ .style-section-btn {
  color: #000000;
  text-align: left;
}
.hxMisV-uPrNZwpqso {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2a2034;
}
.hxMisV-uPrNZwpqso .style-fallback-image.disabled {
  display: none;
}
.hxMisV-uPrNZwpqso .style-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.hxMisV-uPrNZwpqso .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .hxMisV-uPrNZwpqso .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .hxMisV-uPrNZwpqso .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .hxMisV-uPrNZwpqso .container {
    padding: 0 16px;
  }
}
.hxMisV-uPrNZwpqso .row {
  justify-content: center;
}
.hxMisV-uPrNZwpqso .content-wrapper {
  margin-bottom: 36px;
}
.hxMisV-uPrNZwpqso .content-wrapper .style-section-title {
  margin-bottom: 32px;
}
.hxMisV-uPrNZwpqso .content-wrapper .email-wrapper {
  display: block;
}
.hxMisV-uPrNZwpqso .content-wrapper .email-wrapper:hover .style-email,
.hxMisV-uPrNZwpqso .content-wrapper .email-wrapper:focus .style-email {
  color: #ffffff;
}
.hxMisV-uPrNZwpqso .content-wrapper .email-wrapper .style-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper {
    margin-top: 32px;
  }
}
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-desc {
  margin-bottom: 0;
}
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-primary-outline,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-secondary-outline,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-success-outline,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-info-outline,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-warning-outline,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-danger-outline,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-black-outline,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-primary-outline:hover::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-secondary-outline:hover::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-success-outline:hover::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-info-outline:hover::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-warning-outline:hover::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-danger-outline:hover::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-black-outline:hover::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-white-outline:hover::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-primary-outline:focus::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-secondary-outline:focus::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-success-outline:focus::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-info-outline:focus::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-warning-outline:focus::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-danger-outline:focus::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-black-outline:focus::after,
.hxMisV-uPrNZwpqso .content-wrapper .desc-wrapper .style-section-btn .btn-white-outline:focus::after {
  opacity: 0;
}
.hxMisV-uPrNZwpqso .contacts-wrapper {
  margin-bottom: 36px;
}
.hxMisV-uPrNZwpqso .contacts-wrapper .style-section-title {
  margin-bottom: 32px;
}
.hxMisV-uPrNZwpqso .contacts-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.hxMisV-uPrNZwpqso .contacts-wrapper .list .item-wrap {
  margin: 10px 0;
  transition: all 0.3s ease-in-out;
}
.hxMisV-uPrNZwpqso .contacts-wrapper .list .item-wrap:hover,
.hxMisV-uPrNZwpqso .contacts-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.hxMisV-uPrNZwpqso .border-wrap {
  height: 3px;
  background-color: #ffffff;
  margin-bottom: 36px;
}
.hxMisV-uPrNZwpqso .style-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.hxMisV-uPrNZwpqso .style-section-title {
  color: #080808;
}
.hxMisV-uPrNZwpqso .style-email {
  color: #ffffff;
}
.hxMisV-uPrNZwpqso .style-desc {
  color: #ffffff;
}
.hxMisV-uPrNZwpqso .list {
  color: #333333;
}
.hxMisV-uPrNZwpqso .style-section-title,
.hxMisV-uPrNZwpqso .style-section-btn {
  color: #ffffff;
}
.hxMisV-uPrNZwpqso .list,
.hxMisV-uPrNZwpqso .item-wrap {
  color: #ffffff;
}

/* Base Cookie Banner */
.cookie-banner {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    color: #424a4d;
    padding: 15px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.cookie-banner.show {
    visibility: visible;
    opacity: 1;
}

.cookie-banner p {
    margin: 0;
    font-size: 14px;
}

.cookie-banner a {
    color: #424a4d;
    text-decoration: underline;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
}

.cookie-btn {
    all: unset;
    padding: 18px 15px;
    cursor: pointer;
    font-size: 14px;
    color: #ffffff;
    border-radius: 4px;
    text-align: center;
    line-height: 1;
    display: inline-block;
}

.cookie-btn.Accept {
    background-color: #28a745 !important;
}

.cookie-btn.ignore {
    background-color: #dc3545 !important;
}

/* Mobile View Adjustments */
@media (max-width: 768px) {
    .cookie-banner {
        flex-direction: column;
        padding: 10px;
        gap: 10px;
        font-size: 13px;
    }
    .cookie-buttons {
        flex-direction: column;
        width: 100%;
        gap: 8px;
    }
    .cookie-btn {
        width: 100%;
        padding: 10px 0;
    }
}
/* Finish Cookie Banner */
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: translateY(100%) scale(0.7);
  }
  50% {
    opacity: 1;
    transform: translateY(-10%) scale(1.05);
  }
  70% {
    transform: translateY(5%) scale(0.95);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}

@keyframes bounceOut {
  0% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  30% {
    transform: translateY(-10%) scale(0.95);
  }
  100% {
    opacity: 0;
    transform: translateY(100%) scale(0.7);
  }
}

.cookie-banner {
  position: fixed;
  bottom: 16px;
  left: 16px;
  max-width: 600px;
  width: calc(100% - 32px);
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  z-index: 1000;
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  animation: bounceIn 0.8s ease-out forwards;
  transition: all 0.3s ease-in-out;
}

.cookie-banner.hide {
  animation: bounceOut 0.6s ease-in-out forwards;
  pointer-events: none;
}

#cookieBanner button {
  flex: 1;
  border: none;
  border-radius: 8px;
  padding: 12px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2), -5px -5px 10px rgba(255, 255, 255, 0.8);
  transform: scale(1);
}

#cookieAcceptBtn {
  background: linear-gradient(145deg, #007bff, #0056b3);
  color: white;
}

#cookieAcceptBtn:hover {
  background: linear-gradient(145deg, #0056b3, #004494);
  box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.3), inset -4px -4px 6px rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
}

#cookieRejectBtn {
  background: linear-gradient(145deg, #f8f9fa, #e0e0e0);
  color: #333;
  border: 1px solid #ccc;
}

#cookieRejectBtn:hover {
  background: linear-gradient(145deg, #e0e0e0, #d6d6d6);
  box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.2), inset -4px -4px 6px rgba(255, 255, 255, 0.8);
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .cookie-banner {
    width: calc(100% - 32px);
    left: 16px;
    bottom: 16px;
    padding: 15px;
  }
  #cookieBanner button {
    padding: 10px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .cookie-banner {
    width: calc(100% - 16px);
    left: 8px;
    bottom: 16px;
    padding: 10px;
  }
  #cookieBanner button {
    padding: 8px;
    font-size: 12px;
  }
}

/* logoanimations */
@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

.navbar-brand {
    animation: pulse 1.5s ease-in-out;
}
/* endlogoanimations */

/* mainanimations */
/* Style 26: rotate + scale */
a, button, .btn {
  transition: transform 0.2s ease;
}
a:active, button:active, .btn:active {
  transform: rotate(-5deg) scale(0.9);
}
/* endmainanimations */
