.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.zoom-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Onest;
}
.display-1 {
  font-family: 'Onest', sans-serif;
  font-size: 6rem;
  line-height: 1;
  letter-spacing: -0.04em;
}
.display-1 > .zoom-iconfont {
  font-size: 7.5rem;
}
.display-2 {
  font-family: 'Onest', sans-serif;
  font-size: 4.375rem;
  line-height: 1.2;
  letter-spacing: -0.04em;
}
.display-2 > .zoom-iconfont {
  font-size: 5.46875rem;
}
.display-4 {
  font-family: 'Onest', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0;
}
.display-4 > .zoom-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Onest', sans-serif;
  font-size: 2.125rem;
  line-height: 1.25;
  letter-spacing: -0.04em;
}
.display-5 > .zoom-iconfont {
  font-size: 2.65625rem;
}
.display-7 {
  font-family: 'Onest', sans-serif;
  font-size: 1.28rem;
  line-height: 1.3;
  letter-spacing: -0.04em;
}
.display-7 > .zoom-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.2rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.5rem;
    font-size: calc( 2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.7rem;
    font-size: calc( 1.3937499999999998rem + (2.125 - 1.3937499999999998) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.3937499999999998rem + (2.125 - 1.3937499999999998) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.024rem;
    font-size: calc( 1.098rem + (1.28 - 1.098) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.098rem + (1.28 - 1.098) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #4b4455 !important;
}
.bg-success {
  background-color: #27232c !important;
}
.bg-info {
  background-color: #4bdbaf !important;
}
.bg-warning {
  background-color: #71eac6 !important;
}
.bg-danger {
  background-color: #8d60a1 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #4b4455 !important;
  border-color: #4b4455 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #645b71 !important;
  border-color: #645b71 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #645b71 !important;
  border-color: #645b71 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #bee0d6 !important;
  border-color: #bee0d6 !important;
  color: #336c5b !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #e1f0ec !important;
  border-color: #e1f0ec !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #336c5b !important;
  background-color: #e1f0ec !important;
  border-color: #e1f0ec !important;
}
.btn-info,
.btn-info:active {
  background-color: #4bdbaf !important;
  border-color: #4bdbaf !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #75e4c2 !important;
  border-color: #75e4c2 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #75e4c2 !important;
  border-color: #75e4c2 !important;
}
.btn-success,
.btn-success:active {
  background-color: #27232c !important;
  border-color: #27232c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #403a48 !important;
  border-color: #403a48 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #403a48 !important;
  border-color: #403a48 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #71eac6 !important;
  border-color: #71eac6 !important;
  color: #0c503c !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #9df1d8 !important;
  border-color: #9df1d8 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #0c503c !important;
  background-color: #9df1d8 !important;
  border-color: #9df1d8 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #8d60a1 !important;
  border-color: #8d60a1 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #a480b4 !important;
  border-color: #a480b4 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #a480b4 !important;
  border-color: #a480b4 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #4b4455;
  color: #4b4455;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #211d25 !important;
  background-color: transparent !important;
  border-color: #211d25 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #4b4455 !important;
  border-color: #4b4455 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #bee0d6;
  color: #bee0d6;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #83c4b1 !important;
  background-color: transparent !important;
  border-color: #83c4b1 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #336c5b !important;
  background-color: #bee0d6 !important;
  border-color: #bee0d6 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #4bdbaf;
  color: #4bdbaf;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #23ad83 !important;
  background-color: transparent !important;
  border-color: #23ad83 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #4bdbaf !important;
  border-color: #4bdbaf !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #27232c;
  color: #27232c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #27232c !important;
  border-color: #27232c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #71eac6;
  color: #71eac6;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #25dfa8 !important;
  background-color: transparent !important;
  border-color: #25dfa8 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #0c503c !important;
  background-color: #71eac6 !important;
  border-color: #71eac6 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #8d60a1;
  color: #8d60a1;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #5e3f6b !important;
  background-color: transparent !important;
  border-color: #5e3f6b !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #8d60a1 !important;
  border-color: #8d60a1 !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: #4b4455 !important;
}
.text-secondary {
  color: #bee0d6 !important;
}
.text-success {
  color: #27232c !important;
}
.text-info {
  color: #4bdbaf !important;
}
.text-warning {
  color: #71eac6 !important;
}
.text-danger {
  color: #8d60a1 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #19171c !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #79bfaa !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #20a079 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #20d59f !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #553a61 !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: #4b4455;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #4bdbaf;
}
.alert-warning {
  background-color: #71eac6;
}
.alert-danger {
  background-color: #8d60a1;
}
.zoom-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.zoom-gallery-filter li a {
  border-radius: 100px !important;
}
.zoom-gallery-filter li.active .btn {
  background-color: #4b4455;
  border-color: #4b4455;
  color: #ffffff;
}
.zoom-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #4b4455;
}
.zoom-plan-header.bg-primary .zoom-plan-subtitle,
.zoom-plan-header.bg-primary .zoom-plan-price-desc {
  color: #beb8c6;
}
.zoom-plan-header.bg-success .zoom-plan-subtitle,
.zoom-plan-header.bg-success .zoom-plan-price-desc {
  color: #dad6de;
}
.zoom-plan-header.bg-info .zoom-plan-subtitle,
.zoom-plan-header.bg-info .zoom-plan-price-desc {
  color: #f5fdfb;
}
.zoom-plan-header.bg-warning .zoom-plan-subtitle,
.zoom-plan-header.bg-warning .zoom-plan-price-desc {
  color: #ffffff;
}
.zoom-plan-header.bg-danger .zoom-plan-subtitle,
.zoom-plan-header.bg-danger .zoom-plan-price-desc {
  color: #c6b0d0;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Onest', sans-serif;
  font-size: 1.28rem;
  line-height: 1.3;
  letter-spacing: -0.04em;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .zoom-iconfont {
  font-size: 1.6rem;
}
.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: #4b4455 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Onest', sans-serif;
  font-size: 1.28rem;
  line-height: 1.3;
  letter-spacing: -0.04em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .zoom-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #4b4455;
}
/* Forms */
.zoom-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.zoom-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.zoom-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.zoom-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #4b4455;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #4b4455;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #4b4455;
  border-bottom-color: #4b4455;
}
.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: #4b4455 !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: #bee0d6 !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='%234b4455' %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;
}
.zoom-section-btn .btn,
.zoom-section-btn-main .btn {
  padding: 14px 48px;
  border-radius: 0 !important;
  font-weight: 600 !important;
  transition: all 0.5s ease-in-out;
  border: none !important;
}
.zoom-section-btn .btn-info,
.zoom-section-btn-main .btn-info {
  color: #4b4455 !important;
}
.zoom-section-btn .btn-info:hover,
.zoom-section-btn-main .btn-info:hover,
.zoom-section-btn .btn-info:focus,
.zoom-section-btn-main .btn-info:focus {
  box-shadow: inset 0 -100px 100px #71eac6;
}
.zoom-section-btn .btn-warning,
.zoom-section-btn-main .btn-warning {
  color: #4b4455 !important;
}
.zoom-section-btn .btn-warning:hover,
.zoom-section-btn-main .btn-warning:hover,
.zoom-section-btn .btn-warning:focus,
.zoom-section-btn-main .btn-warning:focus {
  box-shadow: inset 0 -100px 100px #4bdbaf;
}
.zoom-section-btn .btn-primary-outline,
.zoom-section-btn-main .btn-primary-outline,
.zoom-section-btn .btn-secondary-outline,
.zoom-section-btn-main .btn-secondary-outline,
.zoom-section-btn .btn-success-outline,
.zoom-section-btn-main .btn-success-outline,
.zoom-section-btn .btn-info-outline,
.zoom-section-btn-main .btn-info-outline,
.zoom-section-btn .btn-warning-outline,
.zoom-section-btn-main .btn-warning-outline,
.zoom-section-btn .btn-danger-outline,
.zoom-section-btn-main .btn-danger-outline,
.zoom-section-btn .btn-black-outline,
.zoom-section-btn-main .btn-black-outline,
.zoom-section-btn .btn-white-outline,
.zoom-section-btn-main .btn-white-outline {
  padding: 0;
  position: relative;
}
.zoom-section-btn .btn-primary-outline::before,
.zoom-section-btn-main .btn-primary-outline::before,
.zoom-section-btn .btn-secondary-outline::before,
.zoom-section-btn-main .btn-secondary-outline::before,
.zoom-section-btn .btn-success-outline::before,
.zoom-section-btn-main .btn-success-outline::before,
.zoom-section-btn .btn-info-outline::before,
.zoom-section-btn-main .btn-info-outline::before,
.zoom-section-btn .btn-warning-outline::before,
.zoom-section-btn-main .btn-warning-outline::before,
.zoom-section-btn .btn-danger-outline::before,
.zoom-section-btn-main .btn-danger-outline::before,
.zoom-section-btn .btn-black-outline::before,
.zoom-section-btn-main .btn-black-outline::before,
.zoom-section-btn .btn-white-outline::before,
.zoom-section-btn-main .btn-white-outline::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  height: 2px;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.zoom-section-btn .btn-primary-outline:hover::before,
.zoom-section-btn-main .btn-primary-outline:hover::before,
.zoom-section-btn .btn-secondary-outline:hover::before,
.zoom-section-btn-main .btn-secondary-outline:hover::before,
.zoom-section-btn .btn-success-outline:hover::before,
.zoom-section-btn-main .btn-success-outline:hover::before,
.zoom-section-btn .btn-info-outline:hover::before,
.zoom-section-btn-main .btn-info-outline:hover::before,
.zoom-section-btn .btn-warning-outline:hover::before,
.zoom-section-btn-main .btn-warning-outline:hover::before,
.zoom-section-btn .btn-danger-outline:hover::before,
.zoom-section-btn-main .btn-danger-outline:hover::before,
.zoom-section-btn .btn-black-outline:hover::before,
.zoom-section-btn-main .btn-black-outline:hover::before,
.zoom-section-btn .btn-white-outline:hover::before,
.zoom-section-btn-main .btn-white-outline:hover::before,
.zoom-section-btn .btn-primary-outline:focus::before,
.zoom-section-btn-main .btn-primary-outline:focus::before,
.zoom-section-btn .btn-secondary-outline:focus::before,
.zoom-section-btn-main .btn-secondary-outline:focus::before,
.zoom-section-btn .btn-success-outline:focus::before,
.zoom-section-btn-main .btn-success-outline:focus::before,
.zoom-section-btn .btn-info-outline:focus::before,
.zoom-section-btn-main .btn-info-outline:focus::before,
.zoom-section-btn .btn-warning-outline:focus::before,
.zoom-section-btn-main .btn-warning-outline:focus::before,
.zoom-section-btn .btn-danger-outline:focus::before,
.zoom-section-btn-main .btn-danger-outline:focus::before,
.zoom-section-btn .btn-black-outline:focus::before,
.zoom-section-btn-main .btn-black-outline:focus::before,
.zoom-section-btn .btn-white-outline:focus::before,
.zoom-section-btn-main .btn-white-outline:focus::before {
  width: 0;
}
.zoom-section-btn .btn-primary-outline::before,
.zoom-section-btn-main .btn-primary-outline::before {
  background-color: #4b4455;
}
.zoom-section-btn .btn-secondary-outline::before,
.zoom-section-btn-main .btn-secondary-outline::before {
  background-color: #bee0d6;
}
.zoom-section-btn .btn-success-outline::before,
.zoom-section-btn-main .btn-success-outline::before {
  background-color: #27232c;
}
.zoom-section-btn .btn-info-outline::before,
.zoom-section-btn-main .btn-info-outline::before {
  background-color: #4bdbaf;
}
.zoom-section-btn .btn-warning-outline::before,
.zoom-section-btn-main .btn-warning-outline::before {
  background-color: #71eac6;
}
.zoom-section-btn .btn-danger-outline::before,
.zoom-section-btn-main .btn-danger-outline::before {
  background-color: #8d60a1;
}
.zoom-section-btn .btn-black-outline::before,
.zoom-section-btn-main .btn-black-outline::before {
  background-color: #000000;
}
.zoom-section-btn .btn-white-outline::before,
.zoom-section-btn-main .btn-white-outline::before {
  background-color: #ffffff;
}
img {
  border-radius: 0 !important;
}
.zoom-figure iframe {
  border-radius: 0 !important;
}
.X6vGR-uOMCAtBb4i .navbar-dropdown {
  position: relative !important;
}
.X6vGR-uOMCAtBb4i .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .X6vGR-uOMCAtBb4i .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.X6vGR-uOMCAtBb4i .iconfont-wrapper {
  color: #1d1626 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .X6vGR-uOMCAtBb4i .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.X6vGR-uOMCAtBb4i .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .X6vGR-uOMCAtBb4i .container {
    padding: 0 1rem;
  }
}
.X6vGR-uOMCAtBb4i .menu-tite {
  background: #4b4455;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #9ff5db;
}
.X6vGR-uOMCAtBb4i .nav-link {
  position: relative;
}
.X6vGR-uOMCAtBb4i .nav-link:hover {
  color: #4bdbaf !important;
}
.X6vGR-uOMCAtBb4i .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: #ffffff;
}
.X6vGR-uOMCAtBb4i .navbar.opened {
  transition: all 0.3s;
}
.X6vGR-uOMCAtBb4i .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.X6vGR-uOMCAtBb4i .navbar .navbar-logo img {
  width: auto;
}
.X6vGR-uOMCAtBb4i .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.X6vGR-uOMCAtBb4i .navbar.collapsed {
  justify-content: center;
}
.X6vGR-uOMCAtBb4i .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.X6vGR-uOMCAtBb4i .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .X6vGR-uOMCAtBb4i .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.X6vGR-uOMCAtBb4i .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.X6vGR-uOMCAtBb4i .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.X6vGR-uOMCAtBb4i .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%;
}
.X6vGR-uOMCAtBb4i .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.X6vGR-uOMCAtBb4i .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.X6vGR-uOMCAtBb4i .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .X6vGR-uOMCAtBb4i .navbar .nav-item .nav-link::before {
    display: none;
  }
  .X6vGR-uOMCAtBb4i .navbar.opened .dropdown-menu {
    top: 0;
  }
  .X6vGR-uOMCAtBb4i .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .X6vGR-uOMCAtBb4i .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .X6vGR-uOMCAtBb4i .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%;
  }
  .X6vGR-uOMCAtBb4i .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .X6vGR-uOMCAtBb4i .navbar ul.navbar-nav li {
    margin: auto;
  }
  .X6vGR-uOMCAtBb4i .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .X6vGR-uOMCAtBb4i .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .X6vGR-uOMCAtBb4i .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .X6vGR-uOMCAtBb4i .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.X6vGR-uOMCAtBb4i .navbar.navbar-short {
  min-height: 60px;
}
.X6vGR-uOMCAtBb4i .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.X6vGR-uOMCAtBb4i .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.X6vGR-uOMCAtBb4i .dropdown-item:before {
  font-family: drop2 !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;
}
.X6vGR-uOMCAtBb4i .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.X6vGR-uOMCAtBb4i .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.X6vGR-uOMCAtBb4i .dropdown-item:hover,
.X6vGR-uOMCAtBb4i .dropdown-item:focus {
  background: #4b4455 !important;
  color: white !important;
}
.X6vGR-uOMCAtBb4i .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.X6vGR-uOMCAtBb4i .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.X6vGR-uOMCAtBb4i .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.X6vGR-uOMCAtBb4i .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.X6vGR-uOMCAtBb4i .dropdown-menu,
.X6vGR-uOMCAtBb4i .navbar.opened {
  background: #ffffff !important;
}
.X6vGR-uOMCAtBb4i .nav-item:focus,
.X6vGR-uOMCAtBb4i .nav-link:focus {
  outline: none;
}
.X6vGR-uOMCAtBb4i .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.X6vGR-uOMCAtBb4i .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.X6vGR-uOMCAtBb4i .dropdown .dropdown-menu .dropdown-item .zoom-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.X6vGR-uOMCAtBb4i .dropdown .dropdown-menu .dropdown-item .zoom-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.X6vGR-uOMCAtBb4i .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.X6vGR-uOMCAtBb4i .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.X6vGR-uOMCAtBb4i .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;
}
.X6vGR-uOMCAtBb4i .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.X6vGR-uOMCAtBb4i .navbar-brand .navbar-logo a {
  outline: none;
}
.X6vGR-uOMCAtBb4i .dropdown-item.active,
.X6vGR-uOMCAtBb4i .dropdown-item:active {
  background-color: transparent;
}
.X6vGR-uOMCAtBb4i .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.X6vGR-uOMCAtBb4i .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.X6vGR-uOMCAtBb4i .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.X6vGR-uOMCAtBb4i .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.X6vGR-uOMCAtBb4i .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.X6vGR-uOMCAtBb4i .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.X6vGR-uOMCAtBb4i ul.navbar-nav {
  flex-wrap: wrap;
}
.X6vGR-uOMCAtBb4i .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.X6vGR-uOMCAtBb4i button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.X6vGR-uOMCAtBb4i button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.X6vGR-uOMCAtBb4i button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.X6vGR-uOMCAtBb4i button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.X6vGR-uOMCAtBb4i button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.X6vGR-uOMCAtBb4i button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.X6vGR-uOMCAtBb4i nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.X6vGR-uOMCAtBb4i nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.X6vGR-uOMCAtBb4i nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.X6vGR-uOMCAtBb4i nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.X6vGR-uOMCAtBb4i .navbar-dropdown {
  padding: 0 1rem;
}
.X6vGR-uOMCAtBb4i a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.X6vGR-uOMCAtBb4i .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) {
  .X6vGR-uOMCAtBb4i .navbar {
    height: 70px;
  }
  .X6vGR-uOMCAtBb4i .navbar.opened {
    height: auto;
  }
  .X6vGR-uOMCAtBb4i .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.X6vGR-uOMePswIhA {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #27232c;
}
.X6vGR-uOMePswIhA .zoom-fallback-image.disabled {
  display: none;
}
.X6vGR-uOMePswIhA .zoom-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.X6vGR-uOMePswIhA .items-wrap {
  justify-content: space-between;
}
.X6vGR-uOMePswIhA .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .X6vGR-uOMePswIhA .content-wrapper {
    margin-bottom: 32px;
  }
}
.X6vGR-uOMePswIhA .content-wrapper .zoom-section-title {
  margin-bottom: 32px;
}
.X6vGR-uOMePswIhA .content-wrapper .zoom-section-title span {
  color: #9ff5db;
}
.X6vGR-uOMePswIhA .content-wrapper .zoom-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .X6vGR-uOMePswIhA .content-wrapper .zoom-text {
    margin-bottom: 16px;
  }
}
.X6vGR-uOMePswIhA .content-wrapper .tags-wrapper .tags-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.X6vGR-uOMePswIhA .content-wrapper .tags-wrapper .tags-wrap .tag-wrap {
  display: inline-flex;
  align-items: center;
  margin: 0 10px 10px 0;
  padding: 10px 14px;
  position: relative;
  overflow: hidden;
  background-color: #6a6175;
  background-color: transparent;
}
.X6vGR-uOMePswIhA .content-wrapper .tags-wrapper .tags-wrap .tag-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #6a6175;
  opacity: .7;
}
.X6vGR-uOMePswIhA .content-wrapper .tags-wrapper .tags-wrap .tag-wrap .icon-wrapper {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 100%;
  background-color: #9ff5db;
  margin-right: 10px;
}
.X6vGR-uOMePswIhA .content-wrapper .tags-wrapper .tags-wrap .tag-wrap .icon-wrapper .zoom-iconfont {
  font-size: 20px;
  color: #000000;
  color: transparent;
  background: linear-gradient(#000000 40%, transparent);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.X6vGR-uOMePswIhA .content-wrapper .tags-wrapper .tags-wrap .tag-wrap .zoom-tag {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.X6vGR-uOMePswIhA .content-wrapper .zoom-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .X6vGR-uOMePswIhA .content-wrapper .zoom-section-btn {
    margin-top: 16px;
  }
}
.X6vGR-uOMePswIhA .content-wrapper .image-wrapper img {
  height: 530px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .X6vGR-uOMePswIhA .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.X6vGR-uOMePswIhA .content-wrapper .social-wrapper {
  margin-top: 76px;
}
@media (max-width: 992px) {
  .X6vGR-uOMePswIhA .content-wrapper .social-wrapper {
    margin-top: 32px;
  }
}
.X6vGR-uOMePswIhA .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  height: 100%;
  align-items: center;
}
.X6vGR-uOMePswIhA .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.X6vGR-uOMePswIhA .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .zoom-iconfont,
.X6vGR-uOMePswIhA .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .zoom-iconfont {
  border: 1px solid #ffffff;
}
.X6vGR-uOMePswIhA .content-wrapper .social-wrapper .social-wrap .soc-item a .zoom-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  font-size: 20px;
  border: 1px solid #bbbbbb;
  transition: all 0.3s ease-in-out;
  margin: 10px 5px;
}
.X6vGR-uOMePswIhA .zoom-section-title {
  color: #ffffff;
}
.X6vGR-uOMePswIhA .zoom-text {
  color: #ffffff;
}
.X6vGR-uOMePswIhA .zoom-tag {
  color: #ffffff;
}
.X6vGR-uOMePswIhA .social-wrapper {
  text-align: right;
}
.X6vGR-uOMePswIhA .zoom-section-title,
.X6vGR-uOMePswIhA .zoom-section-btn,
.X6vGR-uOMePswIhA .social-wrapper,
.X6vGR-uOMePswIhA .tags-wrapper {
  color: #ffffff;
}
.X6vGR-uOMeYBdqEb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #6a6175;
}
.X6vGR-uOMeYBdqEb .zoom-fallback-image.disabled {
  display: none;
}
.X6vGR-uOMeYBdqEb .zoom-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.X6vGR-uOMeYBdqEb .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .X6vGR-uOMeYBdqEb .container-fluid {
    padding: 0 30px;
  }
}
.X6vGR-uOMeYBdqEb .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .X6vGR-uOMeYBdqEb .container {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .X6vGR-uOMeYBdqEb .subtitle-wrapper {
    margin-bottom: 32px;
  }
}
.X6vGR-uOMeYBdqEb .subtitle-wrapper .zoom-section-subtitle {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 14px;
  position: relative;
}
.X6vGR-uOMeYBdqEb .subtitle-wrapper .zoom-section-subtitle::before {
  content: '';
  position: absolute;
  left: 0;
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #9ff5db;
}
.X6vGR-uOMeYBdqEb .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .X6vGR-uOMeYBdqEb .title-wrapper {
    margin-top: 0;
    padding: 0;
  }
}
.X6vGR-uOMeYBdqEb .title-wrapper .zoom-section-title {
  margin-bottom: 16px;
  position: relative;
}
.X6vGR-uOMeYBdqEb .title-wrapper .zoom-name {
  margin-bottom: 0;
  position: relative;
}
.X6vGR-uOMeYBdqEb .title-wrapper::before {
  content: '';
  position: absolute;
  right: 10rem;
  bottom: -20rem;
  transform: rotate(45deg);
  display: block;
  width: 500px;
  height: 250px;
  border-radius: 100%;
  background-color: transparent;
  border: 2px solid #9ff5db;
}
@media (max-width: 992px) {
  .X6vGR-uOMeYBdqEb .title-wrapper::before {
    display: none;
  }
}
.X6vGR-uOMeYBdqEb .zoom-section-subtitle {
  color: #000000;
}
.X6vGR-uOMeYBdqEb .zoom-section-title {
  color: #ffffff;
}
.X6vGR-uOMeYBdqEb .zoom-name {
  color: #a8a8a8;
}
.X6vGR-uOMeYBdqEb .zoom-section-subtitle,
.X6vGR-uOMeYBdqEb .subtitle-wrapper {
  color: #9ff5db;
}
.X6vGR-uOMf0M8qEu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #27232c;
}
.X6vGR-uOMf0M8qEu .zoom-fallback-image.disabled {
  display: none;
}
.X6vGR-uOMf0M8qEu .zoom-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .X6vGR-uOMf0M8qEu .row {
    padding: 0 13px;
  }
}
.X6vGR-uOMf0M8qEu .image-wrapper {
  height: 100%;
}
.X6vGR-uOMf0M8qEu .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .X6vGR-uOMf0M8qEu .image-wrapper img {
    height: 400px;
  }
}
.X6vGR-uOMf0M8qEu .title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .X6vGR-uOMf0M8qEu .title-wrap {
    margin-bottom: 100px;
  }
}
.X6vGR-uOMf0M8qEu .title-wrap .title-wrapper {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .X6vGR-uOMf0M8qEu .title-wrap .title-wrapper {
    padding: 0;
  }
}
.X6vGR-uOMf0M8qEu .title-wrap .title-wrapper .zoom-section-title {
  margin-bottom: 0;
}
.X6vGR-uOMf0M8qEu .title-wrap .title-wrapper .zoom-text {
  margin: 25px 0 0;
}
.X6vGR-uOMf0M8qEu .title-wrap .title-wrapper .zoom-section-btn {
  margin: 40px 0 0;
}
.X6vGR-uOMf0M8qEu .title-wrap .title-wrapper .zoom-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.X6vGR-uOMf0M8qEu .zoom-section-title {
  color: #ffffff;
}
.X6vGR-uOMf0M8qEu .zoom-text {
  color: #ffffff;
}
.X6vGR-uOMf0M8qEu .zoom-section-title,
.X6vGR-uOMf0M8qEu .zoom-section-btn {
  color: #9ff5db;
}
.X6vGR-uOMf38LtU6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6a6175;
}
.X6vGR-uOMf38LtU6 .zoom-fallback-image.disabled {
  display: none;
}
.X6vGR-uOMf38LtU6 .zoom-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .X6vGR-uOMf38LtU6 .row {
    padding: 0 24px;
  }
}
.X6vGR-uOMf38LtU6 .title-wrapper .zoom-section-title {
  margin-bottom: 32px;
}
.X6vGR-uOMf38LtU6 .title-wrapper .zoom-text {
  margin-bottom: 26px;
}
.X6vGR-uOMf38LtU6 .zoom-section-title {
  color: #005c62;
}
.X6vGR-uOMf38LtU6 .zoom-text {
  color: #ffffff;
  text-align: center;
}
.X6vGR-uOMf38LtU6 .zoom-section-title,
.X6vGR-uOMf38LtU6 .zoom-section-btn {
  text-align: center;
  color: #9ff5db;
}
.X6vGR-uOMftpZzLF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #27232c;
}
.X6vGR-uOMftpZzLF img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.X6vGR-uOMftpZzLF img:hover {
  transform: scale(1.1);
}
.X6vGR-uOMftpZzLF .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.X6vGR-uOMftpZzLF h2 {
  padding: 0;
  margin: 0;
}
.X6vGR-uOMftpZzLF .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.X6vGR-uOMftpZzLF .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.X6vGR-uOMftpZzLF .zoom-section-btn {
  position: absolute;
  bottom: 300px;
  left: 0;
  transform: rotate(90deg);
  transform-origin: bottom left;
}
.X6vGR-uOMftpZzLF .zoom-section-btn .btn {
  margin: 0rem !important;
  min-width: 300px;
}
.X6vGR-uOMftpZzLF .zoom-section-btn .btn span {
  transform: rotate(-90deg);
}
.X6vGR-uOMftpZzLF .zoom-section-btn:hover span {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0 !important;
}
.X6vGR-uOMftpZzLF .zoom-iconfont {
  margin: 0 !important;
}
.X6vGR-uOMftpZzLF .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .X6vGR-uOMftpZzLF .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .X6vGR-uOMftpZzLF .zoom-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .X6vGR-uOMftpZzLF .btn {
    padding: 0.6rem 0.8rem !important;
    min-width: 200px !important;
  }
  .X6vGR-uOMftpZzLF .text-col {
    padding: 2rem 1rem;
  }
}
.X6vGR-uOMftpZzLF H2 {
  color: #333333;
}
.X6vGR-uOMftpZzLF .zoom-text {
  color: #ffffff;
}
.X6vGR-uOMftpZzLF .zoom-fallback-image.disabled {
  display: none;
}
.X6vGR-uOMftpZzLF .zoom-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.X6vGR-uOMftpZzLF H3 {
  color: #71eac6;
}
.X6vGR-uOMftpZzLF H1 {
  color: #9ff5db;
}
.X6vGR-uOMg8OOZMM {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #6a6175;
}
.X6vGR-uOMg8OOZMM .text-wrapper {
  height: 100%;
  margin: 0 150px;
}
@media (max-width: 992px) {
  .X6vGR-uOMg8OOZMM .text-wrapper {
    margin: 0 30px;
  }
}
.X6vGR-uOMg8OOZMM .text-wrapper .zoom-section-subtitle {
  margin-bottom: 73px;
}
@media (max-width: 992px) {
  .X6vGR-uOMg8OOZMM .text-wrapper .zoom-section-subtitle {
    margin-bottom: 33.6px;
  }
}
.X6vGR-uOMg8OOZMM .text-wrapper .zoom-section-title {
  margin-bottom: 86px;
}
@media (max-width: 992px) {
  .X6vGR-uOMg8OOZMM .text-wrapper .zoom-section-title {
    margin-bottom: 40px;
  }
}
.X6vGR-uOMg8OOZMM .text-wrapper .zoom-section-btn .btn {
  width: 155px;
  height: 66px;
  box-shadow: none;
  margin-top: 0;
}
.X6vGR-uOMg8OOZMM .text-wrapper .zoom-section-btn .btn:hover {
  box-shadow: none;
}
.X6vGR-uOMg8OOZMM .zoom-section-subtitle {
  color: #71eac6;
  text-align: center;
}
.X6vGR-uOMg8OOZMM .zoom-section-title {
  color: #1E1C21;
}
.X6vGR-uOMg8OOZMM .zoom-section-title,
.X6vGR-uOMg8OOZMM .zoom-section-btn {
  text-align: center;
  color: #9ff5db;
}
.X6vGR-uOMfJIRKFg {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.X6vGR-uOMfJIRKFg .zoom-fallback-image.disabled {
  display: none;
}
.X6vGR-uOMfJIRKFg .zoom-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.X6vGR-uOMfJIRKFg .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .X6vGR-uOMfJIRKFg .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .X6vGR-uOMfJIRKFg .items-wrapper {
    display: block;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .X6vGR-uOMfJIRKFg .items-wrapper .item {
    margin-bottom: 12px;
  }
  .X6vGR-uOMfJIRKFg .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.X6vGR-uOMfJIRKFg .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  background-color: #27232c;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .X6vGR-uOMfJIRKFg .items-wrapper .item .item-wrapper {
    padding: 32px 16px;
  }
}
.X6vGR-uOMfJIRKFg .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .X6vGR-uOMfJIRKFg .items-wrapper .item .item-wrapper .card-box .item-title {
    margin-bottom: 24px;
  }
}
.X6vGR-uOMfJIRKFg .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 16px;
}
.X6vGR-uOMfJIRKFg .items-wrapper .item .item-wrapper .card-box .zoom-section-btn {
  margin-top: 24px;
}
@media (max-width: 992px) {
  .X6vGR-uOMfJIRKFg .items-wrapper .item .item-wrapper .card-box .zoom-section-btn {
    margin-bottom: 16px;
  }
}
.X6vGR-uOMfJIRKFg .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  position: absolute;
  bottom: -1.8rem;
  left: 0;
  width: 100%;
  padding: 0 48px;
}
@media (max-width: 992px) {
  .X6vGR-uOMfJIRKFg .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
    padding: 0 16px;
    bottom: -1rem;
  }
}
.X6vGR-uOMfJIRKFg .items-wrapper .item .item-wrapper .card-box .icon-wrapper .zoom-iconfont {
  font-size: 70px;
  -webkit-text-stroke-width: .125rem;
  -webkit-text-stroke-color: #050f0f;
  color: #9ff5db;
}
@media (max-width: 992px) {
  .X6vGR-uOMfJIRKFg .items-wrapper .item .item-wrapper .card-box .icon-wrapper .zoom-iconfont {
    font-size: 48px;
    -webkit-text-stroke-width: .1rem;
  }
}
.X6vGR-uOMfJIRKFg .item-title {
  color: #050f0f;
}
.X6vGR-uOMfJIRKFg .item-text {
  color: #ffffff;
}
.X6vGR-uOMfJIRKFg .icon-wrapper {
  text-align: right;
}
.X6vGR-uOMfJIRKFg .item-title,
.X6vGR-uOMfJIRKFg .icon-wrapper,
.X6vGR-uOMfJIRKFg .zoom-section-btn {
  color: #ffffff;
}
.X6vGR-uOMwPiXI0y {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #6a6175;
}
.X6vGR-uOMwPiXI0y .zoom-fallback-image.disabled {
  display: none;
}
.X6vGR-uOMwPiXI0y .zoom-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.X6vGR-uOMwPiXI0y .content-wrap {
  padding: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .X6vGR-uOMwPiXI0y .content-wrap {
    padding: 30px 20px;
  }
}
.X6vGR-uOMwPiXI0y .content-wrap .row {
  justify-content: center;
}
.X6vGR-uOMwPiXI0y .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .X6vGR-uOMwPiXI0y .title-wrapper {
    margin-bottom: 40px;
  }
}
.X6vGR-uOMwPiXI0y .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.X6vGR-uOMwPiXI0y .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.X6vGR-uOMwPiXI0y .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.X6vGR-uOMwPiXI0y .title-wrapper .title-wrap .zoom-section-title {
  margin-bottom: 0;
}
.X6vGR-uOMwPiXI0y .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .X6vGR-uOMwPiXI0y .nav-wrapper {
    margin-bottom: 40px;
  }
}
.X6vGR-uOMwPiXI0y .nav-wrapper .zoom-section-subtitle {
  margin-bottom: 20px;
}
.X6vGR-uOMwPiXI0y .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.X6vGR-uOMwPiXI0y .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.X6vGR-uOMwPiXI0y .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.X6vGR-uOMwPiXI0y .nav-wrapper .list .item-wrap:hover,
.X6vGR-uOMwPiXI0y .nav-wrapper .list .item-wrap:focus {
  color: #2ac495;
}
.X6vGR-uOMwPiXI0y .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .X6vGR-uOMwPiXI0y .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.X6vGR-uOMwPiXI0y .contacts-wrapper .zoom-section-subtitle {
  margin-bottom: 20px;
}
.X6vGR-uOMwPiXI0y .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.X6vGR-uOMwPiXI0y .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.X6vGR-uOMwPiXI0y .contacts-wrapper .list .item-wrap:hover,
.X6vGR-uOMwPiXI0y .contacts-wrapper .list .item-wrap:focus {
  color: #2ac495;
}
.X6vGR-uOMwPiXI0y .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.X6vGR-uOMwPiXI0y .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .X6vGR-uOMwPiXI0y .social-wrapper {
    margin-bottom: 40px;
  }
}
.X6vGR-uOMwPiXI0y .social-wrapper .zoom-section-subtitle {
  margin-bottom: 20px;
}
.X6vGR-uOMwPiXI0y .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.X6vGR-uOMwPiXI0y .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.X6vGR-uOMwPiXI0y .social-wrapper .social-wrap .soc-item a:hover .zoom-iconfont,
.X6vGR-uOMwPiXI0y .social-wrapper .social-wrap .soc-item a:hover .zoom-iconfont {
  transform: scale(1.1);
}
.X6vGR-uOMwPiXI0y .social-wrapper .social-wrap .soc-item a .zoom-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.X6vGR-uOMwPiXI0y .zoom-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #000000;
  text-align: center;
}
.X6vGR-uOMwPiXI0y .zoom-section-title {
  color: #ed463f;
}
.X6vGR-uOMwPiXI0y .zoom-section-subtitle {
  color: #404349;
}
.X6vGR-uOMwPiXI0y .list {
  color: #404349;
}
.X6vGR-uOMCAtBb4i .navbar-dropdown {
  position: relative !important;
}
.X6vGR-uOMCAtBb4i .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .X6vGR-uOMCAtBb4i .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.X6vGR-uOMCAtBb4i .iconfont-wrapper {
  color: #1d1626 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .X6vGR-uOMCAtBb4i .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.X6vGR-uOMCAtBb4i .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .X6vGR-uOMCAtBb4i .container {
    padding: 0 1rem;
  }
}
.X6vGR-uOMCAtBb4i .menu-tite {
  background: #4b4455;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #9ff5db;
}
.X6vGR-uOMCAtBb4i .nav-link {
  position: relative;
}
.X6vGR-uOMCAtBb4i .nav-link:hover {
  color: #4bdbaf !important;
}
.X6vGR-uOMCAtBb4i .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: #ffffff;
}
.X6vGR-uOMCAtBb4i .navbar.opened {
  transition: all 0.3s;
}
.X6vGR-uOMCAtBb4i .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.X6vGR-uOMCAtBb4i .navbar .navbar-logo img {
  width: auto;
}
.X6vGR-uOMCAtBb4i .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.X6vGR-uOMCAtBb4i .navbar.collapsed {
  justify-content: center;
}
.X6vGR-uOMCAtBb4i .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.X6vGR-uOMCAtBb4i .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .X6vGR-uOMCAtBb4i .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.X6vGR-uOMCAtBb4i .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.X6vGR-uOMCAtBb4i .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.X6vGR-uOMCAtBb4i .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%;
}
.X6vGR-uOMCAtBb4i .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.X6vGR-uOMCAtBb4i .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.X6vGR-uOMCAtBb4i .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .X6vGR-uOMCAtBb4i .navbar .nav-item .nav-link::before {
    display: none;
  }
  .X6vGR-uOMCAtBb4i .navbar.opened .dropdown-menu {
    top: 0;
  }
  .X6vGR-uOMCAtBb4i .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .X6vGR-uOMCAtBb4i .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .X6vGR-uOMCAtBb4i .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%;
  }
  .X6vGR-uOMCAtBb4i .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .X6vGR-uOMCAtBb4i .navbar ul.navbar-nav li {
    margin: auto;
  }
  .X6vGR-uOMCAtBb4i .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .X6vGR-uOMCAtBb4i .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .X6vGR-uOMCAtBb4i .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .X6vGR-uOMCAtBb4i .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.X6vGR-uOMCAtBb4i .navbar.navbar-short {
  min-height: 60px;
}
.X6vGR-uOMCAtBb4i .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.X6vGR-uOMCAtBb4i .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.X6vGR-uOMCAtBb4i .dropdown-item:before {
  font-family: drop2 !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;
}
.X6vGR-uOMCAtBb4i .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.X6vGR-uOMCAtBb4i .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.X6vGR-uOMCAtBb4i .dropdown-item:hover,
.X6vGR-uOMCAtBb4i .dropdown-item:focus {
  background: #4b4455 !important;
  color: white !important;
}
.X6vGR-uOMCAtBb4i .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.X6vGR-uOMCAtBb4i .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.X6vGR-uOMCAtBb4i .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.X6vGR-uOMCAtBb4i .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.X6vGR-uOMCAtBb4i .dropdown-menu,
.X6vGR-uOMCAtBb4i .navbar.opened {
  background: #ffffff !important;
}
.X6vGR-uOMCAtBb4i .nav-item:focus,
.X6vGR-uOMCAtBb4i .nav-link:focus {
  outline: none;
}
.X6vGR-uOMCAtBb4i .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.X6vGR-uOMCAtBb4i .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.X6vGR-uOMCAtBb4i .dropdown .dropdown-menu .dropdown-item .zoom-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.X6vGR-uOMCAtBb4i .dropdown .dropdown-menu .dropdown-item .zoom-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.X6vGR-uOMCAtBb4i .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.X6vGR-uOMCAtBb4i .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.X6vGR-uOMCAtBb4i .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;
}
.X6vGR-uOMCAtBb4i .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.X6vGR-uOMCAtBb4i .navbar-brand .navbar-logo a {
  outline: none;
}
.X6vGR-uOMCAtBb4i .dropdown-item.active,
.X6vGR-uOMCAtBb4i .dropdown-item:active {
  background-color: transparent;
}
.X6vGR-uOMCAtBb4i .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.X6vGR-uOMCAtBb4i .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.X6vGR-uOMCAtBb4i .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.X6vGR-uOMCAtBb4i .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.X6vGR-uOMCAtBb4i .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.X6vGR-uOMCAtBb4i .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.X6vGR-uOMCAtBb4i ul.navbar-nav {
  flex-wrap: wrap;
}
.X6vGR-uOMCAtBb4i .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.X6vGR-uOMCAtBb4i button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.X6vGR-uOMCAtBb4i button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.X6vGR-uOMCAtBb4i button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.X6vGR-uOMCAtBb4i button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.X6vGR-uOMCAtBb4i button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.X6vGR-uOMCAtBb4i button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.X6vGR-uOMCAtBb4i nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.X6vGR-uOMCAtBb4i nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.X6vGR-uOMCAtBb4i nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.X6vGR-uOMCAtBb4i nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.X6vGR-uOMCAtBb4i .navbar-dropdown {
  padding: 0 1rem;
}
.X6vGR-uOMCAtBb4i a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.X6vGR-uOMCAtBb4i .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) {
  .X6vGR-uOMCAtBb4i .navbar {
    height: 70px;
  }
  .X6vGR-uOMCAtBb4i .navbar.opened {
    height: auto;
  }
  .X6vGR-uOMCAtBb4i .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.X6vGR-uOMgvT4Uhc {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #27232c;
}
.X6vGR-uOMgvT4Uhc .zoom-fallback-image.disabled {
  display: none;
}
.X6vGR-uOMgvT4Uhc .zoom-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.X6vGR-uOMgvT4Uhc .text-wrapper {
  padding: 3rem;
}
@media (max-width: 767px) {
  .X6vGR-uOMgvT4Uhc .text-wrapper {
    padding: 3rem 1rem;
  }
}
.X6vGR-uOMgvT4Uhc .row {
  background: #6a6175;
  border-radius: 2rem;
  margin: 0;
  align-items: center;
}
.X6vGR-uOMgvT4Uhc img {
  border-radius: 2rem;
  height: 100%;
}
.X6vGR-uOMgvT4Uhc .row {
  flex-direction: row-reverse;
}
.X6vGR-uOMgvT4Uhc .image-wrapper {
  padding: 0;
}
.X6vGR-uOMgvT4Uhc .zoom-section-title {
  color: #9ff5db;
}
.X6vGR-uOMgvT4Uhc .zoom-text,
.X6vGR-uOMgvT4Uhc .zoom-section-btn {
  color: #ffffff;
}
.X6vGR-uOMgxGPCxN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #6a6175;
}
.X6vGR-uOMgxGPCxN .zoom-fallback-image.disabled {
  display: none;
}
.X6vGR-uOMgxGPCxN .zoom-iconfont {
  font-size: 1.6rem;
  color: #4b4455;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed #bee0d6;
  border-radius: 50%;
  transition: all 0.3s;
  margin: 0 0.5rem;
}
.X6vGR-uOMgxGPCxN .zoom-iconfont:hover {
  background: #4b4455;
  color: #bee0d6;
}
.X6vGR-uOMgxGPCxN .icon-wrap {
  display: flex;
}
.X6vGR-uOMgxGPCxN .link-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.X6vGR-uOMgxGPCxN .link {
  display: flex;
}
.X6vGR-uOMgxGPCxN .zoom-linkiconfont {
  font-size: 0.8rem;
  color: #bee0d6;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed #bee0d6;
  margin-right: 1rem;
  border-radius: 50%;
  background: #27232c;
  transition: all 0.3s;
}
.X6vGR-uOMgxGPCxN .zoom-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.X6vGR-uOMgxGPCxN .zoom-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 9px;
  background: #d4ceff;
  z-index: -1;
}
.X6vGR-uOMgxGPCxN .text-wrapper {
  margin: auto;
}
@media (min-width: 992px) {
  .X6vGR-uOMgxGPCxN .text-wrapper {
    padding: 0 2rem;
  }
}
.X6vGR-uOMgxGPCxN .zoom-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.X6vGR-uOMgxGPCxN .row {
  align-items: center;
  background: #27232c;
  transition: all 0.3s;
  margin: 0;
  padding: 2rem 0;
}
.X6vGR-uOMgxGPCxN .row:hover {
  background: #27232c;
}
.X6vGR-uOMgxGPCxN .zoom-link {
  color: #132835;
}
.X6vGR-uOMgxGPCxN .zoom-text,
.X6vGR-uOMgxGPCxN .zoom-section-btn {
  color: #ffffff;
  text-align: center;
}
.X6vGR-uOMgxGPCxN .zoom-section-subtitle,
.X6vGR-uOMgxGPCxN .subtitle-wrap {
  text-align: center;
}
.X6vGR-uOMgxGPCxN .zoom-section-title {
  text-align: center;
  color: #9ff5db;
}
.X6vGR-uOMgzID0wG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #6a6175;
}
.X6vGR-uOMgzID0wG .row {
  position: relative;
}
.X6vGR-uOMgzID0wG .row .blur-circle {
  position: absolute;
  top: 0;
  right: 0;
  width: 450px;
  height: 450px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #9ff5db 50%, #9ff5db);
  filter: blur(64px) blur(64px);
  z-index: 1;
}
@media (max-width: 768px) {
  .X6vGR-uOMgzID0wG .row .blur-circle {
    display: none;
  }
}
.X6vGR-uOMgzID0wG .zoom-fallback-image.disabled {
  display: none;
}
.X6vGR-uOMgzID0wG .zoom-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.X6vGR-uOMgzID0wG .row {
  justify-content: center;
}
.X6vGR-uOMgzID0wG .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .X6vGR-uOMgzID0wG .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .X6vGR-uOMgzID0wG .row {
    padding: 0 24px;
  }
}
.X6vGR-uOMgzID0wG .image-card {
  padding-right: 40px;
}
@media (max-width: 992px) {
  .X6vGR-uOMgzID0wG .image-card {
    padding: 0 12px;
    margin-bottom: 3rem;
  }
}
.X6vGR-uOMgzID0wG .text-card {
  padding-left: 40px;
}
@media (max-width: 992px) {
  .X6vGR-uOMgzID0wG .text-card {
    padding: 0 12px;
  }
}
.X6vGR-uOMgzID0wG .row.row-wrapper {
  padding: 64px;
  background-color: #27232c;
  position: relative;
  z-index: 2;
  border-radius: 16px;
}
.X6vGR-uOMgzID0wG .row.row-wrapper::before {
  content: '';
  position: absolute;
  top: 1rem;
  left: -2rem;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  border: 4px solid #9ff5db;
  background-color: transparent;
  pointer-events: none;
}
@media (max-width: 768px) {
  .X6vGR-uOMgzID0wG .row.row-wrapper {
    padding: 32px;
  }
}
.X6vGR-uOMgzID0wG .row.row-wrapper .image-wrapper img {
  max-height: 300px;
  object-fit: cover;
  border-radius: 8px;
}
.X6vGR-uOMgzID0wG .row.row-wrapper .text-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .X6vGR-uOMgzID0wG .row.row-wrapper .text-wrapper {
    margin-bottom: 42px;
  }
}
.X6vGR-uOMgzID0wG .row.row-wrapper .text-wrapper .zoom-section-title {
  margin-bottom: 0;
}
.X6vGR-uOMgzID0wG .row.row-wrapper .text-wrapper .zoom-section-title span {
  position: relative;
  z-index: 1;
}
.X6vGR-uOMgzID0wG .row.row-wrapper .text-wrapper .zoom-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #6a6175;
  z-index: -1;
}
.X6vGR-uOMgzID0wG .row.row-wrapper .text-wrapper .link-wrapper {
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
.X6vGR-uOMgzID0wG .row.row-wrapper .text-wrapper .link-wrapper:hover {
  opacity: .75;
}
.X6vGR-uOMgzID0wG .row.row-wrapper .text-wrapper .link-wrapper .zoom-link {
  margin-bottom: 0;
  text-decoration: underline;
}
.X6vGR-uOMgzID0wG .row.row-wrapper .text-wrapper .zoom-text {
  margin: 30px 0 0 0;
}
.X6vGR-uOMgzID0wG .zoom-section-title {
  color: #9ff5db;
}
.X6vGR-uOMgzID0wG .zoom-link {
  color: #111111;
}
.X6vGR-uOMgzID0wG .zoom-text {
  color: #ffffff;
}
.X6vGR-uOMgAZO02h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #27232c;
}
.X6vGR-uOMgAZO02h .zoom-fallback-image.disabled {
  display: none;
}
.X6vGR-uOMgAZO02h .zoom-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.X6vGR-uOMgAZO02h .text-wrapper .zoom-section-title {
  margin-bottom: 0;
}
.X6vGR-uOMgAZO02h .text-wrapper .zoom-text {
  margin: 32px 0 0 0;
}
.X6vGR-uOMgAZO02h .zoom-section-title {
  color: #9ff5db;
  text-align: center;
}
.X6vGR-uOMgAZO02h .zoom-text {
  color: #ffffff;
  text-align: center;
}
.X6vGR-uOMwPiXI0y {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #6a6175;
}
.X6vGR-uOMwPiXI0y .zoom-fallback-image.disabled {
  display: none;
}
.X6vGR-uOMwPiXI0y .zoom-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.X6vGR-uOMwPiXI0y .content-wrap {
  padding: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .X6vGR-uOMwPiXI0y .content-wrap {
    padding: 30px 20px;
  }
}
.X6vGR-uOMwPiXI0y .content-wrap .row {
  justify-content: center;
}
.X6vGR-uOMwPiXI0y .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .X6vGR-uOMwPiXI0y .title-wrapper {
    margin-bottom: 40px;
  }
}
.X6vGR-uOMwPiXI0y .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.X6vGR-uOMwPiXI0y .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.X6vGR-uOMwPiXI0y .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.X6vGR-uOMwPiXI0y .title-wrapper .title-wrap .zoom-section-title {
  margin-bottom: 0;
}
.X6vGR-uOMwPiXI0y .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .X6vGR-uOMwPiXI0y .nav-wrapper {
    margin-bottom: 40px;
  }
}
.X6vGR-uOMwPiXI0y .nav-wrapper .zoom-section-subtitle {
  margin-bottom: 20px;
}
.X6vGR-uOMwPiXI0y .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.X6vGR-uOMwPiXI0y .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.X6vGR-uOMwPiXI0y .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.X6vGR-uOMwPiXI0y .nav-wrapper .list .item-wrap:hover,
.X6vGR-uOMwPiXI0y .nav-wrapper .list .item-wrap:focus {
  color: #2ac495;
}
.X6vGR-uOMwPiXI0y .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .X6vGR-uOMwPiXI0y .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.X6vGR-uOMwPiXI0y .contacts-wrapper .zoom-section-subtitle {
  margin-bottom: 20px;
}
.X6vGR-uOMwPiXI0y .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.X6vGR-uOMwPiXI0y .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.X6vGR-uOMwPiXI0y .contacts-wrapper .list .item-wrap:hover,
.X6vGR-uOMwPiXI0y .contacts-wrapper .list .item-wrap:focus {
  color: #2ac495;
}
.X6vGR-uOMwPiXI0y .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.X6vGR-uOMwPiXI0y .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .X6vGR-uOMwPiXI0y .social-wrapper {
    margin-bottom: 40px;
  }
}
.X6vGR-uOMwPiXI0y .social-wrapper .zoom-section-subtitle {
  margin-bottom: 20px;
}
.X6vGR-uOMwPiXI0y .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.X6vGR-uOMwPiXI0y .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.X6vGR-uOMwPiXI0y .social-wrapper .social-wrap .soc-item a:hover .zoom-iconfont,
.X6vGR-uOMwPiXI0y .social-wrapper .social-wrap .soc-item a:hover .zoom-iconfont {
  transform: scale(1.1);
}
.X6vGR-uOMwPiXI0y .social-wrapper .social-wrap .soc-item a .zoom-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.X6vGR-uOMwPiXI0y .zoom-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #000000;
  text-align: center;
}
.X6vGR-uOMwPiXI0y .zoom-section-title {
  color: #ed463f;
}
.X6vGR-uOMwPiXI0y .zoom-section-subtitle {
  color: #404349;
}
.X6vGR-uOMwPiXI0y .list {
  color: #404349;
}
.X6vGR-uOMCAtBb4i .navbar-dropdown {
  position: relative !important;
}
.X6vGR-uOMCAtBb4i .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .X6vGR-uOMCAtBb4i .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.X6vGR-uOMCAtBb4i .iconfont-wrapper {
  color: #1d1626 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .X6vGR-uOMCAtBb4i .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.X6vGR-uOMCAtBb4i .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .X6vGR-uOMCAtBb4i .container {
    padding: 0 1rem;
  }
}
.X6vGR-uOMCAtBb4i .menu-tite {
  background: #4b4455;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #9ff5db;
}
.X6vGR-uOMCAtBb4i .nav-link {
  position: relative;
}
.X6vGR-uOMCAtBb4i .nav-link:hover {
  color: #4bdbaf !important;
}
.X6vGR-uOMCAtBb4i .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: #ffffff;
}
.X6vGR-uOMCAtBb4i .navbar.opened {
  transition: all 0.3s;
}
.X6vGR-uOMCAtBb4i .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.X6vGR-uOMCAtBb4i .navbar .navbar-logo img {
  width: auto;
}
.X6vGR-uOMCAtBb4i .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.X6vGR-uOMCAtBb4i .navbar.collapsed {
  justify-content: center;
}
.X6vGR-uOMCAtBb4i .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.X6vGR-uOMCAtBb4i .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .X6vGR-uOMCAtBb4i .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.X6vGR-uOMCAtBb4i .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.X6vGR-uOMCAtBb4i .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.X6vGR-uOMCAtBb4i .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%;
}
.X6vGR-uOMCAtBb4i .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.X6vGR-uOMCAtBb4i .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.X6vGR-uOMCAtBb4i .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .X6vGR-uOMCAtBb4i .navbar .nav-item .nav-link::before {
    display: none;
  }
  .X6vGR-uOMCAtBb4i .navbar.opened .dropdown-menu {
    top: 0;
  }
  .X6vGR-uOMCAtBb4i .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .X6vGR-uOMCAtBb4i .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .X6vGR-uOMCAtBb4i .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%;
  }
  .X6vGR-uOMCAtBb4i .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .X6vGR-uOMCAtBb4i .navbar ul.navbar-nav li {
    margin: auto;
  }
  .X6vGR-uOMCAtBb4i .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .X6vGR-uOMCAtBb4i .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .X6vGR-uOMCAtBb4i .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .X6vGR-uOMCAtBb4i .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.X6vGR-uOMCAtBb4i .navbar.navbar-short {
  min-height: 60px;
}
.X6vGR-uOMCAtBb4i .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.X6vGR-uOMCAtBb4i .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.X6vGR-uOMCAtBb4i .dropdown-item:before {
  font-family: drop2 !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;
}
.X6vGR-uOMCAtBb4i .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.X6vGR-uOMCAtBb4i .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.X6vGR-uOMCAtBb4i .dropdown-item:hover,
.X6vGR-uOMCAtBb4i .dropdown-item:focus {
  background: #4b4455 !important;
  color: white !important;
}
.X6vGR-uOMCAtBb4i .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.X6vGR-uOMCAtBb4i .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.X6vGR-uOMCAtBb4i .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.X6vGR-uOMCAtBb4i .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.X6vGR-uOMCAtBb4i .dropdown-menu,
.X6vGR-uOMCAtBb4i .navbar.opened {
  background: #ffffff !important;
}
.X6vGR-uOMCAtBb4i .nav-item:focus,
.X6vGR-uOMCAtBb4i .nav-link:focus {
  outline: none;
}
.X6vGR-uOMCAtBb4i .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.X6vGR-uOMCAtBb4i .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.X6vGR-uOMCAtBb4i .dropdown .dropdown-menu .dropdown-item .zoom-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.X6vGR-uOMCAtBb4i .dropdown .dropdown-menu .dropdown-item .zoom-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.X6vGR-uOMCAtBb4i .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.X6vGR-uOMCAtBb4i .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.X6vGR-uOMCAtBb4i .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;
}
.X6vGR-uOMCAtBb4i .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.X6vGR-uOMCAtBb4i .navbar-brand .navbar-logo a {
  outline: none;
}
.X6vGR-uOMCAtBb4i .dropdown-item.active,
.X6vGR-uOMCAtBb4i .dropdown-item:active {
  background-color: transparent;
}
.X6vGR-uOMCAtBb4i .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.X6vGR-uOMCAtBb4i .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.X6vGR-uOMCAtBb4i .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.X6vGR-uOMCAtBb4i .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.X6vGR-uOMCAtBb4i .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.X6vGR-uOMCAtBb4i .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.X6vGR-uOMCAtBb4i ul.navbar-nav {
  flex-wrap: wrap;
}
.X6vGR-uOMCAtBb4i .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.X6vGR-uOMCAtBb4i button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.X6vGR-uOMCAtBb4i button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.X6vGR-uOMCAtBb4i button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.X6vGR-uOMCAtBb4i button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.X6vGR-uOMCAtBb4i button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.X6vGR-uOMCAtBb4i button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.X6vGR-uOMCAtBb4i nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.X6vGR-uOMCAtBb4i nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.X6vGR-uOMCAtBb4i nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.X6vGR-uOMCAtBb4i nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.X6vGR-uOMCAtBb4i .navbar-dropdown {
  padding: 0 1rem;
}
.X6vGR-uOMCAtBb4i a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.X6vGR-uOMCAtBb4i .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) {
  .X6vGR-uOMCAtBb4i .navbar {
    height: 70px;
  }
  .X6vGR-uOMCAtBb4i .navbar.opened {
    height: auto;
  }
  .X6vGR-uOMCAtBb4i .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.X6vGR-uOMgH7no2O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #27232c;
}
.X6vGR-uOMgH7no2O .zoom-fallback-image.disabled {
  display: none;
}
.X6vGR-uOMgH7no2O .zoom-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.X6vGR-uOMgH7no2O .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .X6vGR-uOMgH7no2O .container-fluid {
    padding: 0 16px;
  }
}
.X6vGR-uOMgH7no2O .container-fluid .row {
  padding: 0;
}
.X6vGR-uOMgH7no2O .subtitle-wrapper .zoom-section-subtitle {
  padding: 22px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .X6vGR-uOMgH7no2O .subtitle-wrapper .zoom-section-subtitle {
    margin-bottom: 64px;
  }
}
.X6vGR-uOMgH7no2O .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .X6vGR-uOMgH7no2O .image-wrapper {
    padding: 0;
  }
}
.X6vGR-uOMgH7no2O .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .X6vGR-uOMgH7no2O .image-wrapper img {
    height: 300px;
  }
}
.X6vGR-uOMgH7no2O .title {
  display: inline-flex;
  align-items: center;
}
.X6vGR-uOMgH7no2O .title-wrapper .zoom-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
  background-color: #ffffff;
  border-radius: 100%;
  width: 32px;
  height: 32px;
}
.X6vGR-uOMgH7no2O .title-wrapper .zoom-section-title {
  margin-bottom: 22px;
}
.X6vGR-uOMgH7no2O .title-wrapper .zoom-text {
  margin-bottom: 0;
}
.X6vGR-uOMgH7no2O .zoom-section-subtitle {
  color: #ffffff;
}
.X6vGR-uOMgH7no2O .zoom-number {
  color: #495DFF;
}
.X6vGR-uOMgH7no2O .zoom-section-title {
  color: #ffffff;
}
.X6vGR-uOMgH7no2O .zoom-text {
  color: #ffffff;
}
.X6vGR-uOMgH7no2O .zoom-section-title,
.X6vGR-uOMgH7no2O .number-wrapper {
  color: #9ff5db;
}
.X6vGR-uOMgW4utWp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6a6175;
  overflow: hidden;
}
.X6vGR-uOMgW4utWp .zoom-fallback-image.disabled {
  display: none;
}
.X6vGR-uOMgW4utWp .zoom-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .X6vGR-uOMgW4utWp .container {
    padding: 0 30px;
  }
}
.X6vGR-uOMgW4utWp .card {
  justify-content: center;
}
.X6vGR-uOMgW4utWp .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .X6vGR-uOMgW4utWp .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .X6vGR-uOMgW4utWp .content-wrapper {
    padding: 0;
  }
}
.X6vGR-uOMgW4utWp .content-wrapper .desc-wrapper .zoom-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .X6vGR-uOMgW4utWp .content-wrapper .desc-wrapper .zoom-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.X6vGR-uOMgW4utWp .content-wrapper .desc-wrapper .zoom-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #9ff5db;
}
@media (max-width: 992px) {
  .X6vGR-uOMgW4utWp .content-wrapper .desc-wrapper .zoom-desc::before {
    width: 40px;
  }
}
.X6vGR-uOMgW4utWp .content-wrapper .zoom-text {
  margin-bottom: 180px;
}
@media (max-width: 992px) {
  .X6vGR-uOMgW4utWp .content-wrapper .zoom-text {
    margin-bottom: 80px;
  }
}
.X6vGR-uOMgW4utWp .content-wrapper .items-wrapper {
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .X6vGR-uOMgW4utWp .content-wrapper .items-wrapper {
    padding-left: 120px;
  }
}
@media (max-width: 992px) {
  .X6vGR-uOMgW4utWp .content-wrapper .items-wrapper {
    padding-left: 0;
  }
}
.X6vGR-uOMgW4utWp .content-wrapper .items-wrapper .item {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .X6vGR-uOMgW4utWp .content-wrapper .items-wrapper .item {
    margin-bottom: 80px;
  }
}
.X6vGR-uOMgW4utWp .content-wrapper .items-wrapper .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .X6vGR-uOMgW4utWp .content-wrapper .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.X6vGR-uOMgW4utWp .content-wrapper .items-wrapper .item .item-wrapper .icon-wrapper .zoom-iconfont {
  display: inline-flex;
  width: 55px;
  height: 55px;
  font-size: 55px;
  min-width: 55px;
  margin-right: 60px;
  color: #9ff5db;
}
@media (max-width: 992px) {
  .X6vGR-uOMgW4utWp .content-wrapper .items-wrapper .item .item-wrapper .icon-wrapper .zoom-iconfont {
    margin: 0 0 40px 0;
  }
}
.X6vGR-uOMgW4utWp .content-wrapper .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 40px;
}
.X6vGR-uOMgW4utWp .content-wrapper .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.X6vGR-uOMgW4utWp .zoom-desc {
  color: #254b45;
}
.X6vGR-uOMgW4utWp .zoom-text {
  color: #9ff5db;
  text-align: center;
}
.X6vGR-uOMgW4utWp .item-title {
  color: #ffffff;
}
.X6vGR-uOMgW4utWp .item-text {
  color: #ffffff;
}
.X6vGR-uOMgW4utWp .zoom-desc,
.X6vGR-uOMgW4utWp .desc-wrapper {
  color: #71eac6;
}
.X6vGR-uOMgOo9uTj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #27232c;
}
.X6vGR-uOMgOo9uTj .zoom-fallback-image.disabled {
  display: none;
}
.X6vGR-uOMgOo9uTj .zoom-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .X6vGR-uOMgOo9uTj .container {
    padding: 0 20px;
  }
}
.X6vGR-uOMgOo9uTj .row {
  margin: 0;
}
@media (max-width: 992px) {
  .X6vGR-uOMgOo9uTj .row .title-wrapper {
    margin-bottom: 50px;
    height: auto;
  }
}
.X6vGR-uOMgOo9uTj .row .title-wrapper .zoom-section-title {
  margin-bottom: 32px;
}
.X6vGR-uOMgOo9uTj .row .title-wrapper .zoom-section-subtitle {
  margin-bottom: 32px;
}
.X6vGR-uOMgOo9uTj .row .title-wrapper .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-position: inside;
}
.X6vGR-uOMgOo9uTj .row .title-wrapper .list .item-wrap {
  margin-bottom: 0;
}
.X6vGR-uOMgOo9uTj .row .image-wrapper {
  position: relative;
}
.X6vGR-uOMgOo9uTj .row .image-wrapper img {
  height: 320px;
  object-fit: cover;
  border-radius: 50px;
}
.X6vGR-uOMgOo9uTj .row .image-wrapper .zoom-emoji {
  position: absolute;
  top: 1rem;
  right: 0;
  font-size: 100px;
}
.X6vGR-uOMgOo9uTj .zoom-section-title {
  color: #9ff5db;
}
.X6vGR-uOMgOo9uTj .zoom-section-subtitle {
  color: #ffffff;
}
.X6vGR-uOMgOo9uTj .list {
  color: #ffffff;
}
.X6vGR-uOMgOo9uTj .zoom-emoji {
  color: #f5fd7b;
}
.X6vGR-uOMgUyKGjw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4b4455;
}
.X6vGR-uOMgUyKGjw .zoom-fallback-image.disabled {
  display: none;
}
.X6vGR-uOMgUyKGjw .zoom-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .X6vGR-uOMgUyKGjw .container {
    padding: 0 16px;
  }
}
.X6vGR-uOMgUyKGjw .title-wrapper {
  position: relative;
}
.X6vGR-uOMgUyKGjw .title-wrapper .zoom-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .X6vGR-uOMgUyKGjw .title-wrapper .zoom-section-title {
    margin-bottom: 40px;
  }
}
.X6vGR-uOMgUyKGjw .title-wrapper .zoom-text {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .X6vGR-uOMgUyKGjw .title-wrapper .zoom-text {
    margin-bottom: 40px;
  }
}
.X6vGR-uOMgUyKGjw .title-wrapper .zoom-section-btn {
  position: relative;
  z-index: 1;
}
.X6vGR-uOMgUyKGjw .title-wrapper .container-wrapper {
  position: absolute;
  top: -2.6rem;
  left: -1rem;
  height: 100%;
  width: 50%;
  border: 2px dashed #9ff5db;
  border-top: none;
  border-right: 0;
  border-bottom-left-radius: 16px;
}
@media (max-width: 992px) {
  .X6vGR-uOMgUyKGjw .title-wrapper .container-wrapper {
    display: none;
  }
}
.X6vGR-uOMgUyKGjw .zoom-section-title {
  color: #08323C;
}
.X6vGR-uOMgUyKGjw .zoom-text {
  color: #ffffff;
  text-align: center;
}
.X6vGR-uOMgUyKGjw .zoom-section-title,
.X6vGR-uOMgUyKGjw .zoom-section-btn {
  text-align: center;
  color: #9ff5db;
}
.X6vGR-uOMwPiXI0y {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #6a6175;
}
.X6vGR-uOMwPiXI0y .zoom-fallback-image.disabled {
  display: none;
}
.X6vGR-uOMwPiXI0y .zoom-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.X6vGR-uOMwPiXI0y .content-wrap {
  padding: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .X6vGR-uOMwPiXI0y .content-wrap {
    padding: 30px 20px;
  }
}
.X6vGR-uOMwPiXI0y .content-wrap .row {
  justify-content: center;
}
.X6vGR-uOMwPiXI0y .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .X6vGR-uOMwPiXI0y .title-wrapper {
    margin-bottom: 40px;
  }
}
.X6vGR-uOMwPiXI0y .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.X6vGR-uOMwPiXI0y .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.X6vGR-uOMwPiXI0y .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.X6vGR-uOMwPiXI0y .title-wrapper .title-wrap .zoom-section-title {
  margin-bottom: 0;
}
.X6vGR-uOMwPiXI0y .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .X6vGR-uOMwPiXI0y .nav-wrapper {
    margin-bottom: 40px;
  }
}
.X6vGR-uOMwPiXI0y .nav-wrapper .zoom-section-subtitle {
  margin-bottom: 20px;
}
.X6vGR-uOMwPiXI0y .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.X6vGR-uOMwPiXI0y .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.X6vGR-uOMwPiXI0y .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.X6vGR-uOMwPiXI0y .nav-wrapper .list .item-wrap:hover,
.X6vGR-uOMwPiXI0y .nav-wrapper .list .item-wrap:focus {
  color: #2ac495;
}
.X6vGR-uOMwPiXI0y .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .X6vGR-uOMwPiXI0y .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.X6vGR-uOMwPiXI0y .contacts-wrapper .zoom-section-subtitle {
  margin-bottom: 20px;
}
.X6vGR-uOMwPiXI0y .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.X6vGR-uOMwPiXI0y .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.X6vGR-uOMwPiXI0y .contacts-wrapper .list .item-wrap:hover,
.X6vGR-uOMwPiXI0y .contacts-wrapper .list .item-wrap:focus {
  color: #2ac495;
}
.X6vGR-uOMwPiXI0y .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.X6vGR-uOMwPiXI0y .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .X6vGR-uOMwPiXI0y .social-wrapper {
    margin-bottom: 40px;
  }
}
.X6vGR-uOMwPiXI0y .social-wrapper .zoom-section-subtitle {
  margin-bottom: 20px;
}
.X6vGR-uOMwPiXI0y .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.X6vGR-uOMwPiXI0y .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.X6vGR-uOMwPiXI0y .social-wrapper .social-wrap .soc-item a:hover .zoom-iconfont,
.X6vGR-uOMwPiXI0y .social-wrapper .social-wrap .soc-item a:hover .zoom-iconfont {
  transform: scale(1.1);
}
.X6vGR-uOMwPiXI0y .social-wrapper .social-wrap .soc-item a .zoom-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.X6vGR-uOMwPiXI0y .zoom-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #000000;
  text-align: center;
}
.X6vGR-uOMwPiXI0y .zoom-section-title {
  color: #ed463f;
}
.X6vGR-uOMwPiXI0y .zoom-section-subtitle {
  color: #404349;
}
.X6vGR-uOMwPiXI0y .list {
  color: #404349;
}
.X6vGR-uOMCAtBb4i .navbar-dropdown {
  position: relative !important;
}
.X6vGR-uOMCAtBb4i .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .X6vGR-uOMCAtBb4i .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.X6vGR-uOMCAtBb4i .iconfont-wrapper {
  color: #1d1626 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .X6vGR-uOMCAtBb4i .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.X6vGR-uOMCAtBb4i .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .X6vGR-uOMCAtBb4i .container {
    padding: 0 1rem;
  }
}
.X6vGR-uOMCAtBb4i .menu-tite {
  background: #4b4455;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #9ff5db;
}
.X6vGR-uOMCAtBb4i .nav-link {
  position: relative;
}
.X6vGR-uOMCAtBb4i .nav-link:hover {
  color: #4bdbaf !important;
}
.X6vGR-uOMCAtBb4i .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: #ffffff;
}
.X6vGR-uOMCAtBb4i .navbar.opened {
  transition: all 0.3s;
}
.X6vGR-uOMCAtBb4i .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.X6vGR-uOMCAtBb4i .navbar .navbar-logo img {
  width: auto;
}
.X6vGR-uOMCAtBb4i .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.X6vGR-uOMCAtBb4i .navbar.collapsed {
  justify-content: center;
}
.X6vGR-uOMCAtBb4i .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.X6vGR-uOMCAtBb4i .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .X6vGR-uOMCAtBb4i .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.X6vGR-uOMCAtBb4i .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.X6vGR-uOMCAtBb4i .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.X6vGR-uOMCAtBb4i .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%;
}
.X6vGR-uOMCAtBb4i .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.X6vGR-uOMCAtBb4i .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.X6vGR-uOMCAtBb4i .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .X6vGR-uOMCAtBb4i .navbar .nav-item .nav-link::before {
    display: none;
  }
  .X6vGR-uOMCAtBb4i .navbar.opened .dropdown-menu {
    top: 0;
  }
  .X6vGR-uOMCAtBb4i .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .X6vGR-uOMCAtBb4i .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .X6vGR-uOMCAtBb4i .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%;
  }
  .X6vGR-uOMCAtBb4i .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .X6vGR-uOMCAtBb4i .navbar ul.navbar-nav li {
    margin: auto;
  }
  .X6vGR-uOMCAtBb4i .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .X6vGR-uOMCAtBb4i .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .X6vGR-uOMCAtBb4i .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .X6vGR-uOMCAtBb4i .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.X6vGR-uOMCAtBb4i .navbar.navbar-short {
  min-height: 60px;
}
.X6vGR-uOMCAtBb4i .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.X6vGR-uOMCAtBb4i .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.X6vGR-uOMCAtBb4i .dropdown-item:before {
  font-family: drop2 !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;
}
.X6vGR-uOMCAtBb4i .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.X6vGR-uOMCAtBb4i .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.X6vGR-uOMCAtBb4i .dropdown-item:hover,
.X6vGR-uOMCAtBb4i .dropdown-item:focus {
  background: #4b4455 !important;
  color: white !important;
}
.X6vGR-uOMCAtBb4i .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.X6vGR-uOMCAtBb4i .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.X6vGR-uOMCAtBb4i .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.X6vGR-uOMCAtBb4i .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.X6vGR-uOMCAtBb4i .dropdown-menu,
.X6vGR-uOMCAtBb4i .navbar.opened {
  background: #ffffff !important;
}
.X6vGR-uOMCAtBb4i .nav-item:focus,
.X6vGR-uOMCAtBb4i .nav-link:focus {
  outline: none;
}
.X6vGR-uOMCAtBb4i .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.X6vGR-uOMCAtBb4i .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.X6vGR-uOMCAtBb4i .dropdown .dropdown-menu .dropdown-item .zoom-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.X6vGR-uOMCAtBb4i .dropdown .dropdown-menu .dropdown-item .zoom-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.X6vGR-uOMCAtBb4i .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.X6vGR-uOMCAtBb4i .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.X6vGR-uOMCAtBb4i .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;
}
.X6vGR-uOMCAtBb4i .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.X6vGR-uOMCAtBb4i .navbar-brand .navbar-logo a {
  outline: none;
}
.X6vGR-uOMCAtBb4i .dropdown-item.active,
.X6vGR-uOMCAtBb4i .dropdown-item:active {
  background-color: transparent;
}
.X6vGR-uOMCAtBb4i .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.X6vGR-uOMCAtBb4i .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.X6vGR-uOMCAtBb4i .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.X6vGR-uOMCAtBb4i .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.X6vGR-uOMCAtBb4i .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.X6vGR-uOMCAtBb4i .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.X6vGR-uOMCAtBb4i ul.navbar-nav {
  flex-wrap: wrap;
}
.X6vGR-uOMCAtBb4i .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.X6vGR-uOMCAtBb4i button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.X6vGR-uOMCAtBb4i button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.X6vGR-uOMCAtBb4i button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.X6vGR-uOMCAtBb4i button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.X6vGR-uOMCAtBb4i button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.X6vGR-uOMCAtBb4i button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.X6vGR-uOMCAtBb4i nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.X6vGR-uOMCAtBb4i nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.X6vGR-uOMCAtBb4i nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.X6vGR-uOMCAtBb4i nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.X6vGR-uOMCAtBb4i .navbar-dropdown {
  padding: 0 1rem;
}
.X6vGR-uOMCAtBb4i a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.X6vGR-uOMCAtBb4i .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) {
  .X6vGR-uOMCAtBb4i .navbar {
    height: 70px;
  }
  .X6vGR-uOMCAtBb4i .navbar.opened {
    height: auto;
  }
  .X6vGR-uOMCAtBb4i .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.X6vGR-uOMh5n4G2A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #27232c;
}
.X6vGR-uOMh5n4G2A .zoom-fallback-image.disabled {
  display: none;
}
.X6vGR-uOMh5n4G2A .zoom-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.X6vGR-uOMh5n4G2A .content-wrapper {
  justify-content: flex-end;
}
.X6vGR-uOMh5n4G2A .card {
  justify-content: center;
}
.X6vGR-uOMh5n4G2A .title-wrapper {
  padding: 0 50px 0 12%;
}
@media (max-width: 992px) {
  .X6vGR-uOMh5n4G2A .title-wrapper {
    margin-bottom: 40px;
    padding: 0;
  }
}
.X6vGR-uOMh5n4G2A .title-wrapper .zoom-tag {
  margin-bottom: 16px;
}
.X6vGR-uOMh5n4G2A .title-wrapper .zoom-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .X6vGR-uOMh5n4G2A .title-wrapper .zoom-section-title {
    margin-bottom: 20px;
  }
}
.X6vGR-uOMh5n4G2A .title-wrapper .text-wrapper .zoom-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .X6vGR-uOMh5n4G2A .title-wrapper .text-wrapper .zoom-text {
    width: 100%;
  }
}
.X6vGR-uOMh5n4G2A .zoom-section-btn .btn {
  margin-bottom: 0;
}
.X6vGR-uOMh5n4G2A .zoom-section-btn .btn::after,
.X6vGR-uOMh5n4G2A .zoom-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.X6vGR-uOMh5n4G2A .zoom-section-btn .btn:hover,
.X6vGR-uOMh5n4G2A .zoom-section-btn .btn:focus {
  color: #ffffff !important;
}
.X6vGR-uOMh5n4G2A .zoom-section-btn .btn:hover::after,
.X6vGR-uOMh5n4G2A .zoom-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.X6vGR-uOMh5n4G2A .form-wrapper {
  padding: 110px 200px;
  background-color: #ffffff;
}
@media (max-width: 1640px) {
  .X6vGR-uOMh5n4G2A .form-wrapper {
    padding: 110px;
  }
}
@media (max-width: 1440px) {
  .X6vGR-uOMh5n4G2A .form-wrapper {
    padding: 110px 40px;
  }
}
@media (max-width: 992px) {
  .X6vGR-uOMh5n4G2A .form-wrapper {
    padding: 20px;
  }
}
.X6vGR-uOMh5n4G2A .form-wrapper .title-wrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .X6vGR-uOMh5n4G2A .form-wrapper .title-wrap {
    margin-bottom: 20px;
  }
}
.X6vGR-uOMh5n4G2A .form-wrapper .title-wrap .zoom-title {
  margin-bottom: 16px;
}
.X6vGR-uOMh5n4G2A .form-wrapper .title-wrap .form-text {
  margin-bottom: 0;
}
.X6vGR-uOMh5n4G2A .form-wrapper .form-wrap .dragArea.row {
  margin: 0;
}
.X6vGR-uOMh5n4G2A .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
  padding: 0;
}
.X6vGR-uOMh5n4G2A .form-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.X6vGR-uOMh5n4G2A .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;
}
.X6vGR-uOMh5n4G2A .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
}
.X6vGR-uOMh5n4G2A .form-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.X6vGR-uOMh5n4G2A .form-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #000000 !important;
}
.X6vGR-uOMh5n4G2A .form-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.X6vGR-uOMh5n4G2A .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.X6vGR-uOMh5n4G2A .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.X6vGR-uOMh5n4G2A .form-wrapper .form-wrap .dragArea.row .zoom-section-btn {
  width: 100%;
  margin-top: 20px;
}
.X6vGR-uOMh5n4G2A .form-wrapper .form-wrap .dragArea.row .zoom-section-btn .btn {
  margin-left: 0;
}
.X6vGR-uOMh5n4G2A .zoom-section-title {
  color: #9ff5db;
}
.X6vGR-uOMh5n4G2A .zoom-tag {
  color: #71eac6;
}
.X6vGR-uOMh5n4G2A .zoom-text {
  color: #ffffff;
}
.X6vGR-uOMh5n4G2A .zoom-title {
  color: #000000;
}
.X6vGR-uOMh5n4G2A .form-text {
  color: #000000;
}
.X6vGR-uOMh5n4G2A label {
  color: #121212;
}
.X6vGR-uOMwPiXI0y {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #6a6175;
}
.X6vGR-uOMwPiXI0y .zoom-fallback-image.disabled {
  display: none;
}
.X6vGR-uOMwPiXI0y .zoom-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.X6vGR-uOMwPiXI0y .content-wrap {
  padding: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .X6vGR-uOMwPiXI0y .content-wrap {
    padding: 30px 20px;
  }
}
.X6vGR-uOMwPiXI0y .content-wrap .row {
  justify-content: center;
}
.X6vGR-uOMwPiXI0y .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .X6vGR-uOMwPiXI0y .title-wrapper {
    margin-bottom: 40px;
  }
}
.X6vGR-uOMwPiXI0y .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.X6vGR-uOMwPiXI0y .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.X6vGR-uOMwPiXI0y .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.X6vGR-uOMwPiXI0y .title-wrapper .title-wrap .zoom-section-title {
  margin-bottom: 0;
}
.X6vGR-uOMwPiXI0y .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .X6vGR-uOMwPiXI0y .nav-wrapper {
    margin-bottom: 40px;
  }
}
.X6vGR-uOMwPiXI0y .nav-wrapper .zoom-section-subtitle {
  margin-bottom: 20px;
}
.X6vGR-uOMwPiXI0y .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.X6vGR-uOMwPiXI0y .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.X6vGR-uOMwPiXI0y .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.X6vGR-uOMwPiXI0y .nav-wrapper .list .item-wrap:hover,
.X6vGR-uOMwPiXI0y .nav-wrapper .list .item-wrap:focus {
  color: #2ac495;
}
.X6vGR-uOMwPiXI0y .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .X6vGR-uOMwPiXI0y .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.X6vGR-uOMwPiXI0y .contacts-wrapper .zoom-section-subtitle {
  margin-bottom: 20px;
}
.X6vGR-uOMwPiXI0y .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.X6vGR-uOMwPiXI0y .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.X6vGR-uOMwPiXI0y .contacts-wrapper .list .item-wrap:hover,
.X6vGR-uOMwPiXI0y .contacts-wrapper .list .item-wrap:focus {
  color: #2ac495;
}
.X6vGR-uOMwPiXI0y .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.X6vGR-uOMwPiXI0y .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .X6vGR-uOMwPiXI0y .social-wrapper {
    margin-bottom: 40px;
  }
}
.X6vGR-uOMwPiXI0y .social-wrapper .zoom-section-subtitle {
  margin-bottom: 20px;
}
.X6vGR-uOMwPiXI0y .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.X6vGR-uOMwPiXI0y .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.X6vGR-uOMwPiXI0y .social-wrapper .social-wrap .soc-item a:hover .zoom-iconfont,
.X6vGR-uOMwPiXI0y .social-wrapper .social-wrap .soc-item a:hover .zoom-iconfont {
  transform: scale(1.1);
}
.X6vGR-uOMwPiXI0y .social-wrapper .social-wrap .soc-item a .zoom-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.X6vGR-uOMwPiXI0y .zoom-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #000000;
  text-align: center;
}
.X6vGR-uOMwPiXI0y .zoom-section-title {
  color: #ed463f;
}
.X6vGR-uOMwPiXI0y .zoom-section-subtitle {
  color: #404349;
}
.X6vGR-uOMwPiXI0y .list {
  color: #404349;
}
.X6vGR-uOMCAtBb4i .navbar-dropdown {
  position: relative !important;
}
.X6vGR-uOMCAtBb4i .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .X6vGR-uOMCAtBb4i .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.X6vGR-uOMCAtBb4i .iconfont-wrapper {
  color: #1d1626 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .X6vGR-uOMCAtBb4i .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.X6vGR-uOMCAtBb4i .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .X6vGR-uOMCAtBb4i .container {
    padding: 0 1rem;
  }
}
.X6vGR-uOMCAtBb4i .menu-tite {
  background: #4b4455;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #9ff5db;
}
.X6vGR-uOMCAtBb4i .nav-link {
  position: relative;
}
.X6vGR-uOMCAtBb4i .nav-link:hover {
  color: #4bdbaf !important;
}
.X6vGR-uOMCAtBb4i .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: #ffffff;
}
.X6vGR-uOMCAtBb4i .navbar.opened {
  transition: all 0.3s;
}
.X6vGR-uOMCAtBb4i .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.X6vGR-uOMCAtBb4i .navbar .navbar-logo img {
  width: auto;
}
.X6vGR-uOMCAtBb4i .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.X6vGR-uOMCAtBb4i .navbar.collapsed {
  justify-content: center;
}
.X6vGR-uOMCAtBb4i .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.X6vGR-uOMCAtBb4i .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .X6vGR-uOMCAtBb4i .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.X6vGR-uOMCAtBb4i .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.X6vGR-uOMCAtBb4i .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.X6vGR-uOMCAtBb4i .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%;
}
.X6vGR-uOMCAtBb4i .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.X6vGR-uOMCAtBb4i .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.X6vGR-uOMCAtBb4i .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .X6vGR-uOMCAtBb4i .navbar .nav-item .nav-link::before {
    display: none;
  }
  .X6vGR-uOMCAtBb4i .navbar.opened .dropdown-menu {
    top: 0;
  }
  .X6vGR-uOMCAtBb4i .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .X6vGR-uOMCAtBb4i .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .X6vGR-uOMCAtBb4i .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%;
  }
  .X6vGR-uOMCAtBb4i .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .X6vGR-uOMCAtBb4i .navbar ul.navbar-nav li {
    margin: auto;
  }
  .X6vGR-uOMCAtBb4i .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .X6vGR-uOMCAtBb4i .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .X6vGR-uOMCAtBb4i .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .X6vGR-uOMCAtBb4i .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.X6vGR-uOMCAtBb4i .navbar.navbar-short {
  min-height: 60px;
}
.X6vGR-uOMCAtBb4i .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.X6vGR-uOMCAtBb4i .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.X6vGR-uOMCAtBb4i .dropdown-item:before {
  font-family: drop2 !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;
}
.X6vGR-uOMCAtBb4i .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.X6vGR-uOMCAtBb4i .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.X6vGR-uOMCAtBb4i .dropdown-item:hover,
.X6vGR-uOMCAtBb4i .dropdown-item:focus {
  background: #4b4455 !important;
  color: white !important;
}
.X6vGR-uOMCAtBb4i .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.X6vGR-uOMCAtBb4i .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.X6vGR-uOMCAtBb4i .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.X6vGR-uOMCAtBb4i .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.X6vGR-uOMCAtBb4i .dropdown-menu,
.X6vGR-uOMCAtBb4i .navbar.opened {
  background: #ffffff !important;
}
.X6vGR-uOMCAtBb4i .nav-item:focus,
.X6vGR-uOMCAtBb4i .nav-link:focus {
  outline: none;
}
.X6vGR-uOMCAtBb4i .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.X6vGR-uOMCAtBb4i .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.X6vGR-uOMCAtBb4i .dropdown .dropdown-menu .dropdown-item .zoom-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.X6vGR-uOMCAtBb4i .dropdown .dropdown-menu .dropdown-item .zoom-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.X6vGR-uOMCAtBb4i .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.X6vGR-uOMCAtBb4i .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.X6vGR-uOMCAtBb4i .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;
}
.X6vGR-uOMCAtBb4i .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.X6vGR-uOMCAtBb4i .navbar-brand .navbar-logo a {
  outline: none;
}
.X6vGR-uOMCAtBb4i .dropdown-item.active,
.X6vGR-uOMCAtBb4i .dropdown-item:active {
  background-color: transparent;
}
.X6vGR-uOMCAtBb4i .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.X6vGR-uOMCAtBb4i .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.X6vGR-uOMCAtBb4i .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.X6vGR-uOMCAtBb4i .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.X6vGR-uOMCAtBb4i .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.X6vGR-uOMCAtBb4i .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.X6vGR-uOMCAtBb4i ul.navbar-nav {
  flex-wrap: wrap;
}
.X6vGR-uOMCAtBb4i .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.X6vGR-uOMCAtBb4i button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.X6vGR-uOMCAtBb4i button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.X6vGR-uOMCAtBb4i button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.X6vGR-uOMCAtBb4i button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.X6vGR-uOMCAtBb4i button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.X6vGR-uOMCAtBb4i button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.X6vGR-uOMCAtBb4i nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.X6vGR-uOMCAtBb4i nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.X6vGR-uOMCAtBb4i nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.X6vGR-uOMCAtBb4i nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.X6vGR-uOMCAtBb4i .navbar-dropdown {
  padding: 0 1rem;
}
.X6vGR-uOMCAtBb4i a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.X6vGR-uOMCAtBb4i .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) {
  .X6vGR-uOMCAtBb4i .navbar {
    height: 70px;
  }
  .X6vGR-uOMCAtBb4i .navbar.opened {
    height: auto;
  }
  .X6vGR-uOMCAtBb4i .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.X6vGR-uOMhfWJAFI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #27232c;
}
.X6vGR-uOMhfWJAFI .zoom-fallback-image.disabled {
  display: none;
}
.X6vGR-uOMhfWJAFI .zoom-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.X6vGR-uOMhfWJAFI .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .X6vGR-uOMhfWJAFI .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .X6vGR-uOMhfWJAFI .container {
    padding: 0 30px;
  }
}
.X6vGR-uOMhfWJAFI .row {
  justify-content: center;
}
.X6vGR-uOMhfWJAFI .title-wrapper {
  margin: 0 12%;
  border-bottom: 1px solid #9ff5db;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .X6vGR-uOMhfWJAFI .title-wrapper {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 992px) {
  .X6vGR-uOMhfWJAFI .title-wrapper {
    margin: 0;
  }
}
.X6vGR-uOMhfWJAFI .title-wrapper .zoom-section-subtitle {
  margin-bottom: 30px;
}
.X6vGR-uOMhfWJAFI .title-wrapper .zoom-section-title {
  margin-bottom: 50px;
}
.X6vGR-uOMhfWJAFI .text-wrapper .zoom-text {
  margin-bottom: 16px;
}
.X6vGR-uOMhfWJAFI .text-wrapper .zoom-name {
  margin-bottom: 0;
}
.X6vGR-uOMhfWJAFI .zoom-section-subtitle {
  color: #f1f4e9;
  text-align: center;
}
.X6vGR-uOMhfWJAFI .zoom-section-title {
  color: #ffffff;
  text-align: center;
}
.X6vGR-uOMhfWJAFI .zoom-text {
  color: #ffffff;
}
.X6vGR-uOMhfWJAFI .zoom-name {
  color: #f1f4e9;
  text-align: center;
}
.X6vGR-uOMwPiXI0y {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #6a6175;
}
.X6vGR-uOMwPiXI0y .zoom-fallback-image.disabled {
  display: none;
}
.X6vGR-uOMwPiXI0y .zoom-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.X6vGR-uOMwPiXI0y .content-wrap {
  padding: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .X6vGR-uOMwPiXI0y .content-wrap {
    padding: 30px 20px;
  }
}
.X6vGR-uOMwPiXI0y .content-wrap .row {
  justify-content: center;
}
.X6vGR-uOMwPiXI0y .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .X6vGR-uOMwPiXI0y .title-wrapper {
    margin-bottom: 40px;
  }
}
.X6vGR-uOMwPiXI0y .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.X6vGR-uOMwPiXI0y .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.X6vGR-uOMwPiXI0y .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.X6vGR-uOMwPiXI0y .title-wrapper .title-wrap .zoom-section-title {
  margin-bottom: 0;
}
.X6vGR-uOMwPiXI0y .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .X6vGR-uOMwPiXI0y .nav-wrapper {
    margin-bottom: 40px;
  }
}
.X6vGR-uOMwPiXI0y .nav-wrapper .zoom-section-subtitle {
  margin-bottom: 20px;
}
.X6vGR-uOMwPiXI0y .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.X6vGR-uOMwPiXI0y .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.X6vGR-uOMwPiXI0y .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.X6vGR-uOMwPiXI0y .nav-wrapper .list .item-wrap:hover,
.X6vGR-uOMwPiXI0y .nav-wrapper .list .item-wrap:focus {
  color: #2ac495;
}
.X6vGR-uOMwPiXI0y .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .X6vGR-uOMwPiXI0y .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.X6vGR-uOMwPiXI0y .contacts-wrapper .zoom-section-subtitle {
  margin-bottom: 20px;
}
.X6vGR-uOMwPiXI0y .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.X6vGR-uOMwPiXI0y .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.X6vGR-uOMwPiXI0y .contacts-wrapper .list .item-wrap:hover,
.X6vGR-uOMwPiXI0y .contacts-wrapper .list .item-wrap:focus {
  color: #2ac495;
}
.X6vGR-uOMwPiXI0y .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.X6vGR-uOMwPiXI0y .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .X6vGR-uOMwPiXI0y .social-wrapper {
    margin-bottom: 40px;
  }
}
.X6vGR-uOMwPiXI0y .social-wrapper .zoom-section-subtitle {
  margin-bottom: 20px;
}
.X6vGR-uOMwPiXI0y .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.X6vGR-uOMwPiXI0y .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.X6vGR-uOMwPiXI0y .social-wrapper .social-wrap .soc-item a:hover .zoom-iconfont,
.X6vGR-uOMwPiXI0y .social-wrapper .social-wrap .soc-item a:hover .zoom-iconfont {
  transform: scale(1.1);
}
.X6vGR-uOMwPiXI0y .social-wrapper .social-wrap .soc-item a .zoom-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.X6vGR-uOMwPiXI0y .zoom-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #000000;
  text-align: center;
}
.X6vGR-uOMwPiXI0y .zoom-section-title {
  color: #ed463f;
}
.X6vGR-uOMwPiXI0y .zoom-section-subtitle {
  color: #404349;
}
.X6vGR-uOMwPiXI0y .list {
  color: #404349;
}
.X6vGR-uOMCAtBb4i .navbar-dropdown {
  position: relative !important;
}
.X6vGR-uOMCAtBb4i .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .X6vGR-uOMCAtBb4i .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.X6vGR-uOMCAtBb4i .iconfont-wrapper {
  color: #1d1626 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .X6vGR-uOMCAtBb4i .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.X6vGR-uOMCAtBb4i .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .X6vGR-uOMCAtBb4i .container {
    padding: 0 1rem;
  }
}
.X6vGR-uOMCAtBb4i .menu-tite {
  background: #4b4455;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #9ff5db;
}
.X6vGR-uOMCAtBb4i .nav-link {
  position: relative;
}
.X6vGR-uOMCAtBb4i .nav-link:hover {
  color: #4bdbaf !important;
}
.X6vGR-uOMCAtBb4i .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: #ffffff;
}
.X6vGR-uOMCAtBb4i .navbar.opened {
  transition: all 0.3s;
}
.X6vGR-uOMCAtBb4i .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.X6vGR-uOMCAtBb4i .navbar .navbar-logo img {
  width: auto;
}
.X6vGR-uOMCAtBb4i .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.X6vGR-uOMCAtBb4i .navbar.collapsed {
  justify-content: center;
}
.X6vGR-uOMCAtBb4i .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.X6vGR-uOMCAtBb4i .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .X6vGR-uOMCAtBb4i .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.X6vGR-uOMCAtBb4i .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.X6vGR-uOMCAtBb4i .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.X6vGR-uOMCAtBb4i .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%;
}
.X6vGR-uOMCAtBb4i .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.X6vGR-uOMCAtBb4i .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.X6vGR-uOMCAtBb4i .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .X6vGR-uOMCAtBb4i .navbar .nav-item .nav-link::before {
    display: none;
  }
  .X6vGR-uOMCAtBb4i .navbar.opened .dropdown-menu {
    top: 0;
  }
  .X6vGR-uOMCAtBb4i .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .X6vGR-uOMCAtBb4i .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .X6vGR-uOMCAtBb4i .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%;
  }
  .X6vGR-uOMCAtBb4i .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .X6vGR-uOMCAtBb4i .navbar ul.navbar-nav li {
    margin: auto;
  }
  .X6vGR-uOMCAtBb4i .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .X6vGR-uOMCAtBb4i .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .X6vGR-uOMCAtBb4i .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .X6vGR-uOMCAtBb4i .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.X6vGR-uOMCAtBb4i .navbar.navbar-short {
  min-height: 60px;
}
.X6vGR-uOMCAtBb4i .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.X6vGR-uOMCAtBb4i .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.X6vGR-uOMCAtBb4i .dropdown-item:before {
  font-family: drop2 !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;
}
.X6vGR-uOMCAtBb4i .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.X6vGR-uOMCAtBb4i .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.X6vGR-uOMCAtBb4i .dropdown-item:hover,
.X6vGR-uOMCAtBb4i .dropdown-item:focus {
  background: #4b4455 !important;
  color: white !important;
}
.X6vGR-uOMCAtBb4i .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.X6vGR-uOMCAtBb4i .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.X6vGR-uOMCAtBb4i .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.X6vGR-uOMCAtBb4i .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.X6vGR-uOMCAtBb4i .dropdown-menu,
.X6vGR-uOMCAtBb4i .navbar.opened {
  background: #ffffff !important;
}
.X6vGR-uOMCAtBb4i .nav-item:focus,
.X6vGR-uOMCAtBb4i .nav-link:focus {
  outline: none;
}
.X6vGR-uOMCAtBb4i .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.X6vGR-uOMCAtBb4i .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.X6vGR-uOMCAtBb4i .dropdown .dropdown-menu .dropdown-item .zoom-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.X6vGR-uOMCAtBb4i .dropdown .dropdown-menu .dropdown-item .zoom-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.X6vGR-uOMCAtBb4i .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.X6vGR-uOMCAtBb4i .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.X6vGR-uOMCAtBb4i .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;
}
.X6vGR-uOMCAtBb4i .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.X6vGR-uOMCAtBb4i .navbar-brand .navbar-logo a {
  outline: none;
}
.X6vGR-uOMCAtBb4i .dropdown-item.active,
.X6vGR-uOMCAtBb4i .dropdown-item:active {
  background-color: transparent;
}
.X6vGR-uOMCAtBb4i .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.X6vGR-uOMCAtBb4i .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.X6vGR-uOMCAtBb4i .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.X6vGR-uOMCAtBb4i .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.X6vGR-uOMCAtBb4i .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.X6vGR-uOMCAtBb4i .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.X6vGR-uOMCAtBb4i ul.navbar-nav {
  flex-wrap: wrap;
}
.X6vGR-uOMCAtBb4i .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.X6vGR-uOMCAtBb4i button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.X6vGR-uOMCAtBb4i button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.X6vGR-uOMCAtBb4i button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.X6vGR-uOMCAtBb4i button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.X6vGR-uOMCAtBb4i button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.X6vGR-uOMCAtBb4i button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.X6vGR-uOMCAtBb4i nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.X6vGR-uOMCAtBb4i nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.X6vGR-uOMCAtBb4i nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.X6vGR-uOMCAtBb4i nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.X6vGR-uOMCAtBb4i .navbar-dropdown {
  padding: 0 1rem;
}
.X6vGR-uOMCAtBb4i a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.X6vGR-uOMCAtBb4i .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) {
  .X6vGR-uOMCAtBb4i .navbar {
    height: 70px;
  }
  .X6vGR-uOMCAtBb4i .navbar.opened {
    height: auto;
  }
  .X6vGR-uOMCAtBb4i .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.X6vGR-uOMhqqyPAZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #27232c;
}
.X6vGR-uOMhqqyPAZ .zoom-fallback-image.disabled {
  display: none;
}
.X6vGR-uOMhqqyPAZ .zoom-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.X6vGR-uOMhqqyPAZ .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .X6vGR-uOMhqqyPAZ .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .X6vGR-uOMhqqyPAZ .container {
    padding: 0 30px;
  }
}
.X6vGR-uOMhqqyPAZ .row {
  justify-content: center;
}
.X6vGR-uOMhqqyPAZ .title-wrapper {
  margin: 0 12%;
  border-bottom: 1px solid #9ff5db;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .X6vGR-uOMhqqyPAZ .title-wrapper {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 992px) {
  .X6vGR-uOMhqqyPAZ .title-wrapper {
    margin: 0;
  }
}
.X6vGR-uOMhqqyPAZ .title-wrapper .zoom-section-subtitle {
  margin-bottom: 30px;
}
.X6vGR-uOMhqqyPAZ .title-wrapper .zoom-section-title {
  margin-bottom: 50px;
}
.X6vGR-uOMhqqyPAZ .text-wrapper .zoom-text {
  margin-bottom: 16px;
}
.X6vGR-uOMhqqyPAZ .text-wrapper .zoom-name {
  margin-bottom: 0;
}
.X6vGR-uOMhqqyPAZ .zoom-section-subtitle {
  color: #f1f4e9;
  text-align: center;
}
.X6vGR-uOMhqqyPAZ .zoom-section-title {
  color: #f1f4e9;
  text-align: center;
}
.X6vGR-uOMhqqyPAZ .zoom-text {
  color: #f1f4e9;
}
.X6vGR-uOMhqqyPAZ .zoom-name {
  color: #f1f4e9;
  text-align: center;
}
.X6vGR-uOMwPiXI0y {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #6a6175;
}
.X6vGR-uOMwPiXI0y .zoom-fallback-image.disabled {
  display: none;
}
.X6vGR-uOMwPiXI0y .zoom-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.X6vGR-uOMwPiXI0y .content-wrap {
  padding: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .X6vGR-uOMwPiXI0y .content-wrap {
    padding: 30px 20px;
  }
}
.X6vGR-uOMwPiXI0y .content-wrap .row {
  justify-content: center;
}
.X6vGR-uOMwPiXI0y .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .X6vGR-uOMwPiXI0y .title-wrapper {
    margin-bottom: 40px;
  }
}
.X6vGR-uOMwPiXI0y .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.X6vGR-uOMwPiXI0y .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.X6vGR-uOMwPiXI0y .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.X6vGR-uOMwPiXI0y .title-wrapper .title-wrap .zoom-section-title {
  margin-bottom: 0;
}
.X6vGR-uOMwPiXI0y .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .X6vGR-uOMwPiXI0y .nav-wrapper {
    margin-bottom: 40px;
  }
}
.X6vGR-uOMwPiXI0y .nav-wrapper .zoom-section-subtitle {
  margin-bottom: 20px;
}
.X6vGR-uOMwPiXI0y .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.X6vGR-uOMwPiXI0y .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.X6vGR-uOMwPiXI0y .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.X6vGR-uOMwPiXI0y .nav-wrapper .list .item-wrap:hover,
.X6vGR-uOMwPiXI0y .nav-wrapper .list .item-wrap:focus {
  color: #2ac495;
}
.X6vGR-uOMwPiXI0y .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .X6vGR-uOMwPiXI0y .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.X6vGR-uOMwPiXI0y .contacts-wrapper .zoom-section-subtitle {
  margin-bottom: 20px;
}
.X6vGR-uOMwPiXI0y .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.X6vGR-uOMwPiXI0y .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.X6vGR-uOMwPiXI0y .contacts-wrapper .list .item-wrap:hover,
.X6vGR-uOMwPiXI0y .contacts-wrapper .list .item-wrap:focus {
  color: #2ac495;
}
.X6vGR-uOMwPiXI0y .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.X6vGR-uOMwPiXI0y .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .X6vGR-uOMwPiXI0y .social-wrapper {
    margin-bottom: 40px;
  }
}
.X6vGR-uOMwPiXI0y .social-wrapper .zoom-section-subtitle {
  margin-bottom: 20px;
}
.X6vGR-uOMwPiXI0y .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.X6vGR-uOMwPiXI0y .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.X6vGR-uOMwPiXI0y .social-wrapper .social-wrap .soc-item a:hover .zoom-iconfont,
.X6vGR-uOMwPiXI0y .social-wrapper .social-wrap .soc-item a:hover .zoom-iconfont {
  transform: scale(1.1);
}
.X6vGR-uOMwPiXI0y .social-wrapper .social-wrap .soc-item a .zoom-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.X6vGR-uOMwPiXI0y .zoom-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #000000;
  text-align: center;
}
.X6vGR-uOMwPiXI0y .zoom-section-title {
  color: #ed463f;
}
.X6vGR-uOMwPiXI0y .zoom-section-subtitle {
  color: #404349;
}
.X6vGR-uOMwPiXI0y .list {
  color: #404349;
}
.X6vGR-uOMCAtBb4i .navbar-dropdown {
  position: relative !important;
}
.X6vGR-uOMCAtBb4i .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .X6vGR-uOMCAtBb4i .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.X6vGR-uOMCAtBb4i .iconfont-wrapper {
  color: #1d1626 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .X6vGR-uOMCAtBb4i .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.X6vGR-uOMCAtBb4i .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .X6vGR-uOMCAtBb4i .container {
    padding: 0 1rem;
  }
}
.X6vGR-uOMCAtBb4i .menu-tite {
  background: #4b4455;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #9ff5db;
}
.X6vGR-uOMCAtBb4i .nav-link {
  position: relative;
}
.X6vGR-uOMCAtBb4i .nav-link:hover {
  color: #4bdbaf !important;
}
.X6vGR-uOMCAtBb4i .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: #ffffff;
}
.X6vGR-uOMCAtBb4i .navbar.opened {
  transition: all 0.3s;
}
.X6vGR-uOMCAtBb4i .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.X6vGR-uOMCAtBb4i .navbar .navbar-logo img {
  width: auto;
}
.X6vGR-uOMCAtBb4i .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.X6vGR-uOMCAtBb4i .navbar.collapsed {
  justify-content: center;
}
.X6vGR-uOMCAtBb4i .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.X6vGR-uOMCAtBb4i .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .X6vGR-uOMCAtBb4i .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.X6vGR-uOMCAtBb4i .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.X6vGR-uOMCAtBb4i .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.X6vGR-uOMCAtBb4i .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%;
}
.X6vGR-uOMCAtBb4i .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.X6vGR-uOMCAtBb4i .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.X6vGR-uOMCAtBb4i .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .X6vGR-uOMCAtBb4i .navbar .nav-item .nav-link::before {
    display: none;
  }
  .X6vGR-uOMCAtBb4i .navbar.opened .dropdown-menu {
    top: 0;
  }
  .X6vGR-uOMCAtBb4i .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .X6vGR-uOMCAtBb4i .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .X6vGR-uOMCAtBb4i .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%;
  }
  .X6vGR-uOMCAtBb4i .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .X6vGR-uOMCAtBb4i .navbar ul.navbar-nav li {
    margin: auto;
  }
  .X6vGR-uOMCAtBb4i .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .X6vGR-uOMCAtBb4i .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .X6vGR-uOMCAtBb4i .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .X6vGR-uOMCAtBb4i .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.X6vGR-uOMCAtBb4i .navbar.navbar-short {
  min-height: 60px;
}
.X6vGR-uOMCAtBb4i .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.X6vGR-uOMCAtBb4i .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.X6vGR-uOMCAtBb4i .dropdown-item:before {
  font-family: drop2 !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;
}
.X6vGR-uOMCAtBb4i .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.X6vGR-uOMCAtBb4i .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.X6vGR-uOMCAtBb4i .dropdown-item:hover,
.X6vGR-uOMCAtBb4i .dropdown-item:focus {
  background: #4b4455 !important;
  color: white !important;
}
.X6vGR-uOMCAtBb4i .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.X6vGR-uOMCAtBb4i .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.X6vGR-uOMCAtBb4i .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.X6vGR-uOMCAtBb4i .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.X6vGR-uOMCAtBb4i .dropdown-menu,
.X6vGR-uOMCAtBb4i .navbar.opened {
  background: #ffffff !important;
}
.X6vGR-uOMCAtBb4i .nav-item:focus,
.X6vGR-uOMCAtBb4i .nav-link:focus {
  outline: none;
}
.X6vGR-uOMCAtBb4i .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.X6vGR-uOMCAtBb4i .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.X6vGR-uOMCAtBb4i .dropdown .dropdown-menu .dropdown-item .zoom-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.X6vGR-uOMCAtBb4i .dropdown .dropdown-menu .dropdown-item .zoom-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.X6vGR-uOMCAtBb4i .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.X6vGR-uOMCAtBb4i .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.X6vGR-uOMCAtBb4i .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;
}
.X6vGR-uOMCAtBb4i .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.X6vGR-uOMCAtBb4i .navbar-brand .navbar-logo a {
  outline: none;
}
.X6vGR-uOMCAtBb4i .dropdown-item.active,
.X6vGR-uOMCAtBb4i .dropdown-item:active {
  background-color: transparent;
}
.X6vGR-uOMCAtBb4i .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.X6vGR-uOMCAtBb4i .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.X6vGR-uOMCAtBb4i .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.X6vGR-uOMCAtBb4i .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.X6vGR-uOMCAtBb4i .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.X6vGR-uOMCAtBb4i .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.X6vGR-uOMCAtBb4i ul.navbar-nav {
  flex-wrap: wrap;
}
.X6vGR-uOMCAtBb4i .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.X6vGR-uOMCAtBb4i button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.X6vGR-uOMCAtBb4i button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.X6vGR-uOMCAtBb4i button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.X6vGR-uOMCAtBb4i button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.X6vGR-uOMCAtBb4i button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.X6vGR-uOMCAtBb4i button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.X6vGR-uOMCAtBb4i nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.X6vGR-uOMCAtBb4i nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.X6vGR-uOMCAtBb4i nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.X6vGR-uOMCAtBb4i nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.X6vGR-uOMCAtBb4i .navbar-dropdown {
  padding: 0 1rem;
}
.X6vGR-uOMCAtBb4i a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.X6vGR-uOMCAtBb4i .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) {
  .X6vGR-uOMCAtBb4i .navbar {
    height: 70px;
  }
  .X6vGR-uOMCAtBb4i .navbar.opened {
    height: auto;
  }
  .X6vGR-uOMCAtBb4i .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.X6vGR-uOMhs7byEm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #27232c;
}
.X6vGR-uOMhs7byEm .zoom-fallback-image.disabled {
  display: none;
}
.X6vGR-uOMhs7byEm .zoom-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.X6vGR-uOMhs7byEm .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .X6vGR-uOMhs7byEm .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .X6vGR-uOMhs7byEm .container {
    padding: 0 30px;
  }
}
.X6vGR-uOMhs7byEm .row {
  justify-content: center;
}
.X6vGR-uOMhs7byEm .title-wrapper {
  margin: 0 12%;
  border-bottom: 1px solid #9ff5db;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .X6vGR-uOMhs7byEm .title-wrapper {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 992px) {
  .X6vGR-uOMhs7byEm .title-wrapper {
    margin: 0;
  }
}
.X6vGR-uOMhs7byEm .title-wrapper .zoom-section-subtitle {
  margin-bottom: 30px;
}
.X6vGR-uOMhs7byEm .title-wrapper .zoom-section-title {
  margin-bottom: 50px;
}
.X6vGR-uOMhs7byEm .text-wrapper .zoom-text {
  margin-bottom: 16px;
}
.X6vGR-uOMhs7byEm .text-wrapper .zoom-name {
  margin-bottom: 0;
}
.X6vGR-uOMhs7byEm .zoom-section-subtitle {
  color: #f1f4e9;
  text-align: center;
}
.X6vGR-uOMhs7byEm .zoom-section-title {
  color: #f1f4e9;
  text-align: center;
}
.X6vGR-uOMhs7byEm .zoom-text {
  color: #f1f4e9;
}
.X6vGR-uOMhs7byEm .zoom-name {
  color: #f1f4e9;
  text-align: center;
}
.X6vGR-uOMwPiXI0y {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #6a6175;
}
.X6vGR-uOMwPiXI0y .zoom-fallback-image.disabled {
  display: none;
}
.X6vGR-uOMwPiXI0y .zoom-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.X6vGR-uOMwPiXI0y .content-wrap {
  padding: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .X6vGR-uOMwPiXI0y .content-wrap {
    padding: 30px 20px;
  }
}
.X6vGR-uOMwPiXI0y .content-wrap .row {
  justify-content: center;
}
.X6vGR-uOMwPiXI0y .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .X6vGR-uOMwPiXI0y .title-wrapper {
    margin-bottom: 40px;
  }
}
.X6vGR-uOMwPiXI0y .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.X6vGR-uOMwPiXI0y .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.X6vGR-uOMwPiXI0y .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.X6vGR-uOMwPiXI0y .title-wrapper .title-wrap .zoom-section-title {
  margin-bottom: 0;
}
.X6vGR-uOMwPiXI0y .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .X6vGR-uOMwPiXI0y .nav-wrapper {
    margin-bottom: 40px;
  }
}
.X6vGR-uOMwPiXI0y .nav-wrapper .zoom-section-subtitle {
  margin-bottom: 20px;
}
.X6vGR-uOMwPiXI0y .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.X6vGR-uOMwPiXI0y .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.X6vGR-uOMwPiXI0y .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.X6vGR-uOMwPiXI0y .nav-wrapper .list .item-wrap:hover,
.X6vGR-uOMwPiXI0y .nav-wrapper .list .item-wrap:focus {
  color: #2ac495;
}
.X6vGR-uOMwPiXI0y .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .X6vGR-uOMwPiXI0y .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.X6vGR-uOMwPiXI0y .contacts-wrapper .zoom-section-subtitle {
  margin-bottom: 20px;
}
.X6vGR-uOMwPiXI0y .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.X6vGR-uOMwPiXI0y .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.X6vGR-uOMwPiXI0y .contacts-wrapper .list .item-wrap:hover,
.X6vGR-uOMwPiXI0y .contacts-wrapper .list .item-wrap:focus {
  color: #2ac495;
}
.X6vGR-uOMwPiXI0y .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.X6vGR-uOMwPiXI0y .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .X6vGR-uOMwPiXI0y .social-wrapper {
    margin-bottom: 40px;
  }
}
.X6vGR-uOMwPiXI0y .social-wrapper .zoom-section-subtitle {
  margin-bottom: 20px;
}
.X6vGR-uOMwPiXI0y .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.X6vGR-uOMwPiXI0y .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.X6vGR-uOMwPiXI0y .social-wrapper .social-wrap .soc-item a:hover .zoom-iconfont,
.X6vGR-uOMwPiXI0y .social-wrapper .social-wrap .soc-item a:hover .zoom-iconfont {
  transform: scale(1.1);
}
.X6vGR-uOMwPiXI0y .social-wrapper .social-wrap .soc-item a .zoom-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.X6vGR-uOMwPiXI0y .zoom-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #000000;
  text-align: center;
}
.X6vGR-uOMwPiXI0y .zoom-section-title {
  color: #ed463f;
}
.X6vGR-uOMwPiXI0y .zoom-section-subtitle {
  color: #404349;
}
.X6vGR-uOMwPiXI0y .list {
  color: #404349;
}

/* 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 coolIn {
  0% {
    opacity: 0;
    transform: scale(0.5) rotate(-15deg);
    filter: blur(5px);
  }
  60% {
    opacity: 1;
    transform: scale(1.1) rotate(5deg);
    filter: blur(0);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0);
    filter: blur(0);
  }
}

@keyframes coolOut {
  0% {
    opacity: 1;
    transform: scale(1) rotate(0);
    filter: blur(0);
  }
  100% {
    opacity: 0;
    transform: scale(0.8) rotate(10deg);
    filter: blur(3px);
  }
}

.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: coolIn 0.8s ease-out forwards;
  transition: all 0.3s ease-in-out;
}

.cookie-banner.hide {
  animation: coolOut 0.5s 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 bounceRight {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(20px);
    }
    100% {
        transform: translateX(0);
    }
}

.navbar-brand {
    animation: bounceRight 1s ease-in-out;
}
/* endlogoanimations */

/* mainanimations */
/* Style 7: rotate slight */
a, button, .btn {
  transition: transform 0.1s ease;
}
a:active, button:active, .btn:active {
  transform: rotate(-3deg);
}
/* endmainanimations */
