﻿body {
  font-family: 'Space Grotesk', sans-serif;
}
.display-1 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 4.2rem;
  line-height: 1.1;
}
.display-1 > .export-iconfont {
  font-size: 5.25rem;
}
.display-2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 3.225rem;
  line-height: 1.1;
}
.display-2 > .export-iconfont {
  font-size: 4.03125rem;
}
.display-4 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-4 > .export-iconfont {
  font-size: 1.625rem;
}
.display-5 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .export-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-7 > .export-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.36rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.94rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.58rem;
    font-size: calc( 1.77875rem + (3.225 - 1.77875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.77875rem + (3.225 - 1.77875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 90rem) / (48 - 25)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 25))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 40rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #3b82f6 !important;
}
.bg-success {
  background-color: #aeffb6 !important;
}
.bg-info {
  background-color: #78c5e2 !important;
}
.bg-warning {
  background-color: #ffa29d !important;
}
.bg-danger {
  background-color: #1e293b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #3b82f6 !important;
  border-color: #3b82f6 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0a55d1 !important;
  border-color: #0a55d1 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0a55d1 !important;
  border-color: #0a55d1 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #cacbcc !important;
  border-color: #cacbcc !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #9ea0a1 !important;
  border-color: #9ea0a1 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #9ea0a1 !important;
  border-color: #9ea0a1 !important;
}
.btn-info,
.btn-info:active {
  background-color: #78c5e2 !important;
  border-color: #78c5e2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #31a6d3 !important;
  border-color: #31a6d3 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #31a6d3 !important;
  border-color: #31a6d3 !important;
}
.btn-success,
.btn-success:active {
  background-color: #aeffb6 !important;
  border-color: #aeffb6 !important;
  color: #00ae11 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #005709 !important;
  background-color: #57ff68 !important;
  border-color: #57ff68 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #00ae11 !important;
  background-color: #57ff68 !important;
  border-color: #57ff68 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffa29d !important;
  border-color: #ffa29d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ff5046 !important;
  border-color: #ff5046 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ff5046 !important;
  border-color: #ff5046 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #1e293b !important;
  border-color: #1e293b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #010102 !important;
  border-color: #010102 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #010102 !important;
  border-color: #010102 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !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: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #0a55d1;
  color: #3b82f6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0a55d1 !important;
  background-color: transparent!important;
  border-color: #0a55d1 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #3b82f6 !important;
  border-color: #3b82f6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #9ea0a1;
  color: #cacbcc;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #9ea0a1 !important;
  background-color: transparent!important;
  border-color: #9ea0a1 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #cacbcc !important;
  border-color: #cacbcc !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #31a6d3;
  color: #78c5e2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #31a6d3 !important;
  background-color: transparent!important;
  border-color: #31a6d3 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #78c5e2 !important;
  border-color: #78c5e2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #57ff68;
  color: #aeffb6;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #57ff68 !important;
  background-color: transparent!important;
  border-color: #57ff68 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #00ae11 !important;
  background-color: #aeffb6 !important;
  border-color: #aeffb6 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ff5046;
  color: #ffa29d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ff5046 !important;
  background-color: transparent!important;
  border-color: #ff5046 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa29d !important;
  border-color: #ffa29d !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #010102;
  color: #1e293b;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #010102 !important;
  background-color: transparent!important;
  border-color: #010102 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #1e293b !important;
  border-color: #1e293b !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  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: #cfcfcf;
  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: #3b82f6 !important;
}
.text-secondary {
  color: #cacbcc !important;
}
.text-success {
  color: #aeffb6 !important;
}
.text-info {
  color: #78c5e2 !important;
}
.text-warning {
  color: #ffa29d !important;
}
.text-danger {
  color: #1e293b !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #094fc2 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #96989a !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #48ff5a !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #2b9ec9 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ff4137 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !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: #3b82f6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #78c5e2;
}
.alert-warning {
  background-color: #ffa29d;
}
.alert-danger {
  background-color: #1e293b;
}
.export-gallery-filter li.active .btn {
  background-color: #3b82f6;
  border-color: #3b82f6;
  color: #ffffff;
}
.export-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #3b82f6;
}
.export-plan-header.bg-primary .export-plan-subtitle,
.export-plan-header.bg-primary .export-plan-price-desc {
  color: #fefeff;
}
.export-plan-header.bg-success .export-plan-subtitle,
.export-plan-header.bg-success .export-plan-price-desc {
  color: #ffffff;
}
.export-plan-header.bg-info .export-plan-subtitle,
.export-plan-header.bg-info .export-plan-price-desc {
  color: #ffffff;
}
.export-plan-header.bg-warning .export-plan-subtitle,
.export-plan-header.bg-warning .export-plan-price-desc {
  color: #ffffff;
}
.export-plan-header.bg-danger .export-plan-subtitle,
.export-plan-header.bg-danger .export-plan-price-desc {
  color: #8098be;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .export-iconfont {
  font-size: 1.625rem;
}
.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: #3b82f6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .export-iconfont {
  font-size: 1.625rem;
}
blockquote {
  border-color: #3b82f6;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #3b82f6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #3b82f6;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #3b82f6;
  border-bottom-color: #3b82f6;
}
.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: #3b82f6 !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: #cacbcc !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='%233b82f6' %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;
}
.VZGVD8XQ-uKktN2FNLW .navbar-dropdown {
  position: relative !important;
}
.VZGVD8XQ-uKktN2FNLW .wrapper {
  justify-content: space-between;
  padding: 0 6rem;
}
@media (max-width: 991px) {
  .VZGVD8XQ-uKktN2FNLW .wrapper {
    padding: 0;
  }
}
.VZGVD8XQ-uKktN2FNLW .btn {
  border-radius: 30px;
}
.VZGVD8XQ-uKktN2FNLW .dropdown-item:before {
  font-family: mockup2 !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;
}
.VZGVD8XQ-uKktN2FNLW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.VZGVD8XQ-uKktN2FNLW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.VZGVD8XQ-uKktN2FNLW .dropdown-item:hover,
.VZGVD8XQ-uKktN2FNLW .dropdown-item:focus {
  background: #3b82f6 !important;
  color: white !important;
}
.VZGVD8XQ-uKktN2FNLW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.VZGVD8XQ-uKktN2FNLW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.VZGVD8XQ-uKktN2FNLW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .3em !important;
}
.VZGVD8XQ-uKktN2FNLW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.VZGVD8XQ-uKktN2FNLW .nav-link {
  position: relative;
}
.VZGVD8XQ-uKktN2FNLW .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.VZGVD8XQ-uKktN2FNLW .dropdown-menu,
.VZGVD8XQ-uKktN2FNLW .navbar.opened {
  background: #1e293b !important;
}
.VZGVD8XQ-uKktN2FNLW .nav-item:focus,
.VZGVD8XQ-uKktN2FNLW .nav-link:focus {
  outline: none;
}
.VZGVD8XQ-uKktN2FNLW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.VZGVD8XQ-uKktN2FNLW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.VZGVD8XQ-uKktN2FNLW .dropdown .dropdown-menu .dropdown-item .export-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.VZGVD8XQ-uKktN2FNLW .dropdown .dropdown-menu .dropdown-item .export-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.VZGVD8XQ-uKktN2FNLW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.VZGVD8XQ-uKktN2FNLW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.VZGVD8XQ-uKktN2FNLW .navbar {
  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: #1e293b;
}
.VZGVD8XQ-uKktN2FNLW .navbar.opened {
  transition: all 0.3s;
}
.VZGVD8XQ-uKktN2FNLW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.VZGVD8XQ-uKktN2FNLW .navbar .navbar-logo img {
  width: auto;
}
.VZGVD8XQ-uKktN2FNLW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.VZGVD8XQ-uKktN2FNLW .navbar.collapsed {
  justify-content: center;
}
.VZGVD8XQ-uKktN2FNLW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.VZGVD8XQ-uKktN2FNLW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .VZGVD8XQ-uKktN2FNLW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.VZGVD8XQ-uKktN2FNLW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.VZGVD8XQ-uKktN2FNLW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.VZGVD8XQ-uKktN2FNLW .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%;
}
.VZGVD8XQ-uKktN2FNLW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.VZGVD8XQ-uKktN2FNLW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.VZGVD8XQ-uKktN2FNLW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .VZGVD8XQ-uKktN2FNLW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .VZGVD8XQ-uKktN2FNLW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .VZGVD8XQ-uKktN2FNLW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .VZGVD8XQ-uKktN2FNLW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .VZGVD8XQ-uKktN2FNLW .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%;
  }
  .VZGVD8XQ-uKktN2FNLW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .VZGVD8XQ-uKktN2FNLW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .VZGVD8XQ-uKktN2FNLW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .VZGVD8XQ-uKktN2FNLW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .VZGVD8XQ-uKktN2FNLW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .VZGVD8XQ-uKktN2FNLW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.VZGVD8XQ-uKktN2FNLW .navbar.navbar-short {
  min-height: 60px;
}
.VZGVD8XQ-uKktN2FNLW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.VZGVD8XQ-uKktN2FNLW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.VZGVD8XQ-uKktN2FNLW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.VZGVD8XQ-uKktN2FNLW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.VZGVD8XQ-uKktN2FNLW .navbar-brand .navbar-logo a {
  outline: none;
}
.VZGVD8XQ-uKktN2FNLW .dropdown-item.active,
.VZGVD8XQ-uKktN2FNLW .dropdown-item:active {
  background-color: transparent;
}
.VZGVD8XQ-uKktN2FNLW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.VZGVD8XQ-uKktN2FNLW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.VZGVD8XQ-uKktN2FNLW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.VZGVD8XQ-uKktN2FNLW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1e293b;
}
.VZGVD8XQ-uKktN2FNLW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.VZGVD8XQ-uKktN2FNLW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.VZGVD8XQ-uKktN2FNLW ul.navbar-nav {
  flex-wrap: wrap;
}
.VZGVD8XQ-uKktN2FNLW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.VZGVD8XQ-uKktN2FNLW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  order: 0;
}
.VZGVD8XQ-uKktN2FNLW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.VZGVD8XQ-uKktN2FNLW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.VZGVD8XQ-uKktN2FNLW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.VZGVD8XQ-uKktN2FNLW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.VZGVD8XQ-uKktN2FNLW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.VZGVD8XQ-uKktN2FNLW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.VZGVD8XQ-uKktN2FNLW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.VZGVD8XQ-uKktN2FNLW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.VZGVD8XQ-uKktN2FNLW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.VZGVD8XQ-uKktN2FNLW .navbar-dropdown {
  padding: 0 .5rem;
}
.VZGVD8XQ-uKktN2FNLW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.VZGVD8XQ-uKktN2FNLW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .VZGVD8XQ-uKktN2FNLW .navbar {
    height: 70px;
  }
  .VZGVD8XQ-uKktN2FNLW .navbar.opened {
    height: auto;
  }
  .VZGVD8XQ-uKktN2FNLW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.VZGVD8XQ-uKk7vXfOLE {
  background-image: url("../image/home1.jpg");
}
.VZGVD8XQ-uKk7vXfOLE .export-fallback-image.disabled {
  display: none;
}
.VZGVD8XQ-uKk7vXfOLE .export-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.VZGVD8XQ-uKk7vXfOLE .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .VZGVD8XQ-uKk7vXfOLE .container-fluid {
    padding: 0 20px;
  }
}
.VZGVD8XQ-uKk7vXfOLE .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .VZGVD8XQ-uKk7vXfOLE .container {
    padding: 0 20px;
  }
  .VZGVD8XQ-uKk7vXfOLE .container .row {
    padding: 0;
  }
}
.VZGVD8XQ-uKk7vXfOLE .title-wrapper .export-section-title {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .VZGVD8XQ-uKk7vXfOLE .title-wrapper .export-section-title {
    margin-bottom: 40px;
  }
}
.VZGVD8XQ-uKk7vXfOLE .text-wrapper .export-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .VZGVD8XQ-uKk7vXfOLE .text-wrapper .export-text {
    margin-bottom: 32px;
  }
}
.VZGVD8XQ-uKk7vXfOLE .text-wrapper .export-section-btn .btn .export-iconfont {
  color: #ffffff;
}
.VZGVD8XQ-uKk7vXfOLE .export-section-title {
  color: #ffffff;
  text-align: left;
}
.VZGVD8XQ-uKk7vXfOLE .export-text {
  color: #ffffff;
}
.VZGVD8XQ-uKjNQoNOm8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.VZGVD8XQ-uKjNQoNOm8 .wrapper {
  background-color: #1e293b;
  border-radius: 30px;
  background-size: cover;
  position: relative;
}
.VZGVD8XQ-uKjNQoNOm8 .wrapper img {
  border-radius: 30px;
}
@media (max-width: 991px) {
  .VZGVD8XQ-uKjNQoNOm8 .wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .VZGVD8XQ-uKjNQoNOm8 .wrapper {
    padding: 8rem 6rem;
  }
}
.VZGVD8XQ-uKjNQoNOm8 .export-overlay {
  border-radius: 30px;
  min-height: 100%;
}
.VZGVD8XQ-uKjNQoNOm8 H3 {
  color: #ffffff;
  text-align: center;
}
.VZGVD8XQ-uKjNQoNOm8 .export-text,
.VZGVD8XQ-uKjNQoNOm8 .export-section-btn {
  color: #ffffff;
}
.VZGVD8XQ-uKjOaJi6PK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #1e293b;
}
.VZGVD8XQ-uKjOaJi6PK .wrapp {
  border-radius: 10px;
}
@media (max-width: 991px) {
  .VZGVD8XQ-uKjOaJi6PK .wrapp {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .VZGVD8XQ-uKjOaJi6PK .wrapp {
    padding: 4rem 6rem;
  }
}
.VZGVD8XQ-uKjOaJi6PK .wrapper {
  height: 100%;
}
.VZGVD8XQ-uKjOaJi6PK img {
  width: 80%;
  margin: 0 auto;
  border-radius: 30px;
}
.VZGVD8XQ-uKjOaJi6PK .export-section-title {
  color: #ffffff;
  text-align: center;
}
.VZGVD8XQ-uKjOaJi6PK .export-section-subtitle {
  color: #ffffff;
}
.VZGVD8XQ-uKjOaJi6PK .card-title {
  color: #ffffff;
  text-align: center;
}
.VZGVD8XQ-uKjOaJi6PK .export-text {
  color: #ffffff;
}
.VZGVD8XQ-uKjOxZPcCL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.VZGVD8XQ-uKjOxZPcCL .export-fallback-image.disabled {
  display: none;
}
.VZGVD8XQ-uKjOxZPcCL .export-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.VZGVD8XQ-uKjOxZPcCL .items-wrapper {
  justify-content: flex-end;
}
.VZGVD8XQ-uKjOxZPcCL .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .VZGVD8XQ-uKjOxZPcCL .content-wrapper {
    margin-bottom: 32px;
  }
}
.VZGVD8XQ-uKjOxZPcCL .content-wrapper .export-section-title {
  margin-bottom: 24px;
}
.VZGVD8XQ-uKjOxZPcCL .content-wrapper .export-desc {
  margin-bottom: 16px;
}
.VZGVD8XQ-uKjOxZPcCL .content-wrapper .export-text {
  margin-bottom: 0;
}
.VZGVD8XQ-uKjOxZPcCL .content-wrapper .export-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .VZGVD8XQ-uKjOxZPcCL .content-wrapper .export-section-btn {
    margin-top: 16px;
  }
}
.VZGVD8XQ-uKjOxZPcCL .content-wrap {
  position: relative;
  padding: 0 120px;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .VZGVD8XQ-uKjOxZPcCL .content-wrap {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .VZGVD8XQ-uKjOxZPcCL .content-wrap {
    display: block;
    padding: 0;
  }
}
.VZGVD8XQ-uKjOxZPcCL .content-wrap .image-wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .VZGVD8XQ-uKjOxZPcCL .content-wrap .image-wrapper {
    margin-bottom: 16px;
  }
}
.VZGVD8XQ-uKjOxZPcCL .content-wrap .image-wrapper img {
  height: 612px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .VZGVD8XQ-uKjOxZPcCL .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.VZGVD8XQ-uKjOxZPcCL .content-wrap .image-wrap {
  position: absolute;
  right: 0;
  width: 270px;
  height: 365px;
}
@media (max-width: 992px) {
  .VZGVD8XQ-uKjOxZPcCL .content-wrap .image-wrap {
    position: static;
    width: auto;
  }
}
.VZGVD8XQ-uKjOxZPcCL .content-wrap .image-wrap img {
  position: absolute;
  right: 0;
  width: 270px;
  height: 365px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .VZGVD8XQ-uKjOxZPcCL .content-wrap .image-wrap img {
    position: static;
    height: 350px;
    width: 100%;
  }
}
.VZGVD8XQ-uKjOxZPcCL .export-desc {
  color: #1e293b;
}
.VZGVD8XQ-uKjOxZPcCL .export-section-title {
  color: #272b2e;
}
.VZGVD8XQ-uKjOxZPcCL .export-text,
.VZGVD8XQ-uKjOxZPcCL .text-wrapper {
  color: #272b2e;
}
.VZGVD8XQ-uKjOxZPcCL .export-section-title,
.VZGVD8XQ-uKjOxZPcCL .export-section-btn {
  color: #1e293b;
  text-align: center;
}
.VZGVD8XQ-uKjOxZPcCL .export-text {
  color: #1e293b;
}
.VZGVD8XQ-uKjOK2zToH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e293b;
}
.VZGVD8XQ-uKjOK2zToH .export-fallback-image.disabled {
  display: none;
}
.VZGVD8XQ-uKjOK2zToH .export-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .VZGVD8XQ-uKjOK2zToH .container {
    padding: 0 22px;
  }
}
.VZGVD8XQ-uKjOK2zToH .card {
  justify-content: center;
}
.VZGVD8XQ-uKjOK2zToH .content-wrapper {
  padding-right: 32px;
  padding-right: 0;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .VZGVD8XQ-uKjOK2zToH .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .VZGVD8XQ-uKjOK2zToH .content-wrapper {
    padding: 0;
  }
}
.VZGVD8XQ-uKjOK2zToH .content-wrapper .export-section-title {
  margin-bottom: 10px;
}
.VZGVD8XQ-uKjOK2zToH .content-wrapper .export-text {
  margin-bottom: 10px;
}
.VZGVD8XQ-uKjOK2zToH .image-wrapper {
  padding-right: 64px;
  padding-right: 0;
  padding-left: 64px;
}
@media (max-width: 992px) {
  .VZGVD8XQ-uKjOK2zToH .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .VZGVD8XQ-uKjOK2zToH .image-wrapper {
    margin-top: 20px;
    padding: 0;
  }
}
.VZGVD8XQ-uKjOK2zToH .image-wrapper img {
  height: 600px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .VZGVD8XQ-uKjOK2zToH .image-wrapper img {
    height: 350px;
  }
}
.VZGVD8XQ-uKjOK2zToH .export-section-title {
  color: #ffffff;
}
.VZGVD8XQ-uKjOK2zToH .export-text {
  color: #ffffff;
}
.VZGVD8XQ-uKjOK2zToH .export-section-title,
.VZGVD8XQ-uKjOK2zToH .export-section-btn {
  color: #ffffff;
  text-align: left;
}
.VZGVD8XQ-uKjOOnoAaF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
@media (max-width: 991px) {
  .VZGVD8XQ-uKjOOnoAaF .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .VZGVD8XQ-uKjOOnoAaF .wrapper {
    padding: 4rem 6rem;
  }
}
.VZGVD8XQ-uKjOOnoAaF .google-map {
  height: 100%;
  position: relative;
}
.VZGVD8XQ-uKjOOnoAaF .google-map iframe {
  border-radius: 30px;
  height: 100%;
  width: 100%;
}
.VZGVD8XQ-uKjOOnoAaF .google-map [data-state-details] {
  color: #fafafa;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.VZGVD8XQ-uKjOOnoAaF .google-map[data-state] {
  background: #fafafa;
}
.VZGVD8XQ-uKjOOnoAaF .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.VZGVD8XQ-uKjOOnoAaF .card-wrapper {
  display: flex;
  border-radius: 30px;
  background: #1e293b;
}
@media (max-width: 991px) {
  .VZGVD8XQ-uKjOOnoAaF .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .VZGVD8XQ-uKjOOnoAaF .card-wrapper {
    padding: 44px 40px;
  }
}
.VZGVD8XQ-uKjOOnoAaF .export-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #3b82f6;
}
.VZGVD8XQ-uKjOOnoAaF .export-section-title {
  text-align: center;
  color: #1e293b;
}
.VZGVD8XQ-uKjOOnoAaF .export-section-subtitle {
  text-align: center;
  color: #1e293b;
}
.VZGVD8XQ-uKjOOnoAaF .card-title {
  color: #ffffff;
}
.VZGVD8XQ-uKkFEFlaoM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1e293b;
}
.VZGVD8XQ-uKkFEFlaoM .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 991px) {
  .VZGVD8XQ-uKkFEFlaoM .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .VZGVD8XQ-uKkFEFlaoM .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .VZGVD8XQ-uKkFEFlaoM .list {
    margin-bottom: 30px;
  }
}
.VZGVD8XQ-uKkFEFlaoM .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .VZGVD8XQ-uKkFEFlaoM .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .VZGVD8XQ-uKkFEFlaoM div > *:last-child {
    margin-top: 0 !important;
  }
}
.VZGVD8XQ-uKkFEFlaoM .copyright {
  color: #ffffff;
}
.VZGVD8XQ-uKkFEFlaoM .export-section-subtitle {
  color: #ffffff;
}
@media (max-width: 576px) {
  .VZGVD8XQ-uKkFEFlaoM .export-section-subtitle {
    margin-bottom: 10px;
  }
}
.VZGVD8XQ-uKkFEFlaoM .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .VZGVD8XQ-uKkFEFlaoM .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .VZGVD8XQ-uKkFEFlaoM .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .VZGVD8XQ-uKkFEFlaoM .footer-logo {
    margin: 0 auto;
  }
}
.VZGVD8XQ-uKktN2FNLW .navbar-dropdown {
  position: relative !important;
}
.VZGVD8XQ-uKktN2FNLW .wrapper {
  justify-content: space-between;
  padding: 0 6rem;
}
@media (max-width: 991px) {
  .VZGVD8XQ-uKktN2FNLW .wrapper {
    padding: 0;
  }
}
.VZGVD8XQ-uKktN2FNLW .btn {
  border-radius: 30px;
}
.VZGVD8XQ-uKktN2FNLW .dropdown-item:before {
  font-family: mockup2 !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;
}
.VZGVD8XQ-uKktN2FNLW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.VZGVD8XQ-uKktN2FNLW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.VZGVD8XQ-uKktN2FNLW .dropdown-item:hover,
.VZGVD8XQ-uKktN2FNLW .dropdown-item:focus {
  background: #3b82f6 !important;
  color: white !important;
}
.VZGVD8XQ-uKktN2FNLW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.VZGVD8XQ-uKktN2FNLW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.VZGVD8XQ-uKktN2FNLW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .3em !important;
}
.VZGVD8XQ-uKktN2FNLW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.VZGVD8XQ-uKktN2FNLW .nav-link {
  position: relative;
}
.VZGVD8XQ-uKktN2FNLW .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.VZGVD8XQ-uKktN2FNLW .dropdown-menu,
.VZGVD8XQ-uKktN2FNLW .navbar.opened {
  background: #1e293b !important;
}
.VZGVD8XQ-uKktN2FNLW .nav-item:focus,
.VZGVD8XQ-uKktN2FNLW .nav-link:focus {
  outline: none;
}
.VZGVD8XQ-uKktN2FNLW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.VZGVD8XQ-uKktN2FNLW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.VZGVD8XQ-uKktN2FNLW .dropdown .dropdown-menu .dropdown-item .export-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.VZGVD8XQ-uKktN2FNLW .dropdown .dropdown-menu .dropdown-item .export-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.VZGVD8XQ-uKktN2FNLW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.VZGVD8XQ-uKktN2FNLW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.VZGVD8XQ-uKktN2FNLW .navbar {
  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: #1e293b;
}
.VZGVD8XQ-uKktN2FNLW .navbar.opened {
  transition: all 0.3s;
}
.VZGVD8XQ-uKktN2FNLW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.VZGVD8XQ-uKktN2FNLW .navbar .navbar-logo img {
  width: auto;
}
.VZGVD8XQ-uKktN2FNLW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.VZGVD8XQ-uKktN2FNLW .navbar.collapsed {
  justify-content: center;
}
.VZGVD8XQ-uKktN2FNLW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.VZGVD8XQ-uKktN2FNLW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .VZGVD8XQ-uKktN2FNLW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.VZGVD8XQ-uKktN2FNLW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.VZGVD8XQ-uKktN2FNLW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.VZGVD8XQ-uKktN2FNLW .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%;
}
.VZGVD8XQ-uKktN2FNLW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.VZGVD8XQ-uKktN2FNLW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.VZGVD8XQ-uKktN2FNLW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .VZGVD8XQ-uKktN2FNLW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .VZGVD8XQ-uKktN2FNLW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .VZGVD8XQ-uKktN2FNLW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .VZGVD8XQ-uKktN2FNLW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .VZGVD8XQ-uKktN2FNLW .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%;
  }
  .VZGVD8XQ-uKktN2FNLW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .VZGVD8XQ-uKktN2FNLW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .VZGVD8XQ-uKktN2FNLW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .VZGVD8XQ-uKktN2FNLW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .VZGVD8XQ-uKktN2FNLW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .VZGVD8XQ-uKktN2FNLW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.VZGVD8XQ-uKktN2FNLW .navbar.navbar-short {
  min-height: 60px;
}
.VZGVD8XQ-uKktN2FNLW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.VZGVD8XQ-uKktN2FNLW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.VZGVD8XQ-uKktN2FNLW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.VZGVD8XQ-uKktN2FNLW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.VZGVD8XQ-uKktN2FNLW .navbar-brand .navbar-logo a {
  outline: none;
}
.VZGVD8XQ-uKktN2FNLW .dropdown-item.active,
.VZGVD8XQ-uKktN2FNLW .dropdown-item:active {
  background-color: transparent;
}
.VZGVD8XQ-uKktN2FNLW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.VZGVD8XQ-uKktN2FNLW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.VZGVD8XQ-uKktN2FNLW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.VZGVD8XQ-uKktN2FNLW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1e293b;
}
.VZGVD8XQ-uKktN2FNLW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.VZGVD8XQ-uKktN2FNLW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.VZGVD8XQ-uKktN2FNLW ul.navbar-nav {
  flex-wrap: wrap;
}
.VZGVD8XQ-uKktN2FNLW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.VZGVD8XQ-uKktN2FNLW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  order: 0;
}
.VZGVD8XQ-uKktN2FNLW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.VZGVD8XQ-uKktN2FNLW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.VZGVD8XQ-uKktN2FNLW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.VZGVD8XQ-uKktN2FNLW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.VZGVD8XQ-uKktN2FNLW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.VZGVD8XQ-uKktN2FNLW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.VZGVD8XQ-uKktN2FNLW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.VZGVD8XQ-uKktN2FNLW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.VZGVD8XQ-uKktN2FNLW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.VZGVD8XQ-uKktN2FNLW .navbar-dropdown {
  padding: 0 .5rem;
}
.VZGVD8XQ-uKktN2FNLW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.VZGVD8XQ-uKktN2FNLW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .VZGVD8XQ-uKktN2FNLW .navbar {
    height: 70px;
  }
  .VZGVD8XQ-uKktN2FNLW .navbar.opened {
    height: auto;
  }
  .VZGVD8XQ-uKktN2FNLW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.VZGVD8XQ-uKjP5gfLm8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #1e293b;
  background-color: #ffffff;
}
.VZGVD8XQ-uKjP5gfLm8 .export-fallback-image.disabled {
  display: none;
}
.VZGVD8XQ-uKjP5gfLm8 .export-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.VZGVD8XQ-uKjP5gfLm8 .card {
  justify-content: center;
}
.VZGVD8XQ-uKjP5gfLm8 .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .VZGVD8XQ-uKjP5gfLm8 .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .VZGVD8XQ-uKjP5gfLm8 .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.VZGVD8XQ-uKjP5gfLm8 .content-wrapper .export-section-btn {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .VZGVD8XQ-uKjP5gfLm8 .content-wrapper .export-section-btn {
    margin-bottom: 22px;
  }
}
.VZGVD8XQ-uKjP5gfLm8 .content-wrapper .tag-wrapper {
  margin-bottom: 20px;
}
.VZGVD8XQ-uKjP5gfLm8 .content-wrapper .tag-wrapper .export-tag {
  padding: 6px 16px;
  display: inline-block;
  margin-bottom: 0;
  border: 2px solid #1e293b;
}
.VZGVD8XQ-uKjP5gfLm8 .content-wrapper .export-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .VZGVD8XQ-uKjP5gfLm8 .content-wrapper .export-section-title {
    margin-bottom: 32px;
  }
}
.VZGVD8XQ-uKjP5gfLm8 .content-wrapper .text-wrapper .export-text {
  display: inline-block;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .VZGVD8XQ-uKjP5gfLm8 .content-wrapper .text-wrapper .export-text {
    margin-bottom: 32px;
  }
}
.VZGVD8XQ-uKjP5gfLm8 .image-wrapper {
  padding-right: 108px;
  padding-right: 0;
  padding-left: 108px;
}
@media (max-width: 1440px) {
  .VZGVD8XQ-uKjP5gfLm8 .image-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .VZGVD8XQ-uKjP5gfLm8 .image-wrapper {
    padding-right: 0;
  }
}
@media (max-width: 1440px) {
  .VZGVD8XQ-uKjP5gfLm8 .image-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 992px) {
  .VZGVD8XQ-uKjP5gfLm8 .image-wrapper {
    padding-left: 0;
  }
}
.VZGVD8XQ-uKjP5gfLm8 .image-wrapper img {
  height: 800px;
  object-fit: cover;
  border: 2px solid #1e293b;
  box-shadow: -10px 10px 0 0 #1e293b;
}
@media (max-width: 992px) {
  .VZGVD8XQ-uKjP5gfLm8 .image-wrapper img {
    box-shadow: -5px 5px 0 0 #1e293b;
    height: 350px;
  }
}
@media (max-width: 992px) {
  .VZGVD8XQ-uKjP5gfLm8 .image-wrapper img {
    box-shadow: -5px 5px 0 0 #1e293b;
  }
}
.VZGVD8XQ-uKjP5gfLm8 .export-section-title {
  color: #ffffff;
}
.VZGVD8XQ-uKjP5gfLm8 .export-tag {
  color: #ffffff;
}
.VZGVD8XQ-uKjP5gfLm8 .export-text {
  color: #ffffff;
}
.VZGVD8XQ-uKjP5gfLm8 .export-section-title,
.VZGVD8XQ-uKjP5gfLm8 .export-section-btn {
  color: #1e293b;
  text-align: center;
}
.VZGVD8XQ-uKjP5gfLm8 .export-tag,
.VZGVD8XQ-uKjP5gfLm8 .tag-wrapper {
  color: #1e293b;
  text-align: center;
}
.VZGVD8XQ-uKjP5gfLm8 .export-text,
.VZGVD8XQ-uKjP5gfLm8 .text-wrapper {
  color: #1e293b;
}
.VZGVD8XQ-uKjPjNVamA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #1e293b;
}
@media (max-width: 991px) {
  .VZGVD8XQ-uKjPjNVamA .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .VZGVD8XQ-uKjPjNVamA .wrapper {
    padding: 4rem 6rem;
  }
}
.VZGVD8XQ-uKjPjNVamA .card-wrap {
  background: #ffffff;
  border-radius: 30px;
  height: 100%;
}
.VZGVD8XQ-uKjPjNVamA .card-wrap .content-wrap {
  padding: 44px 40px;
}
@media (max-width: 991px) {
  .VZGVD8XQ-uKjPjNVamA .card-wrap .content-wrap {
    padding: 3rem 1rem;
  }
}
.VZGVD8XQ-uKjPjNVamA .numb {
  height: 100px;
  width: 100px;
  border: 2px solid;
}
.VZGVD8XQ-uKjPjNVamA .export-section-title {
  color: #ffffff;
  text-align: center;
}
.VZGVD8XQ-uKjPjNVamA .card-title {
  color: #1e293b;
  text-align: center;
}
.VZGVD8XQ-uKjPjNVamA .export-text {
  color: #1e293b;
}
.VZGVD8XQ-uKkeGybCAF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.VZGVD8XQ-uKkeGybCAF .export-fallback-image.disabled {
  display: none;
}
.VZGVD8XQ-uKkeGybCAF .export-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .VZGVD8XQ-uKkeGybCAF .container {
    padding: 0 15px;
  }
}
.VZGVD8XQ-uKkeGybCAF .content-wrapper {
  position: relative;
}
.VZGVD8XQ-uKkeGybCAF .content-wrapper .export-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .VZGVD8XQ-uKkeGybCAF .content-wrapper .export-section-title {
    margin-bottom: 40px;
  }
}
.VZGVD8XQ-uKkeGybCAF .content-wrapper .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .VZGVD8XQ-uKkeGybCAF .content-wrapper .content-wrap {
    display: block;
  }
}
.VZGVD8XQ-uKkeGybCAF .content-wrapper .content-wrap .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .VZGVD8XQ-uKkeGybCAF .content-wrapper .content-wrap .text-wrapper {
    width: 100%;
    margin-bottom: 60px;
  }
}
.VZGVD8XQ-uKkeGybCAF .content-wrapper .content-wrap .text-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
.VZGVD8XQ-uKkeGybCAF .content-wrapper .content-wrap .text-wrapper .icon-wrapper .export-iconfont {
  font-size: 50px;
  display: inline-flex;
  color: #68707c;
}
.VZGVD8XQ-uKkeGybCAF .content-wrapper .content-wrap .text-wrapper .export-text {
  margin-bottom: 0;
}
.VZGVD8XQ-uKkeGybCAF .content-wrapper .content-wrap .image-wrapper {
  position: relative;
  width: 40%;
}
@media (max-width: 992px) {
  .VZGVD8XQ-uKkeGybCAF .content-wrapper .content-wrap .image-wrapper {
    width: 100%;
  }
}
.VZGVD8XQ-uKkeGybCAF .content-wrapper .content-wrap .image-wrapper .decor-wrap {
  position: absolute;
  top: -5%;
  left: 0;
  height: 25%;
  width: 65%;
  background-color: #1e293b;
  transform: skewX(-20deg);
}
.VZGVD8XQ-uKkeGybCAF .content-wrapper .content-wrap .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 660px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .VZGVD8XQ-uKkeGybCAF .content-wrapper .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.VZGVD8XQ-uKkeGybCAF .export-text {
  color: #f7f5f6;
}
.VZGVD8XQ-uKkeGybCAF .export-section-title {
  color: #1e293b;
  text-align: center;
}
.VZGVD8XQ-uKkeGybCAF .export-text,
.VZGVD8XQ-uKkeGybCAF .icon-wrapper {
  color: #1e293b;
  text-align: left;
}
.VZGVD8XQ-uKjPBr296n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e293b;
}
.VZGVD8XQ-uKjPBr296n .export-fallback-image.disabled {
  display: none;
}
.VZGVD8XQ-uKjPBr296n .export-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.VZGVD8XQ-uKjPBr296n .row {
  position: relative;
  z-index: 2;
}
.VZGVD8XQ-uKjPBr296n .image-wrapper {
  padding-right: 76px;
  padding-top: 46px;
}
@media (max-width: 992px) {
  .VZGVD8XQ-uKjPBr296n .image-wrapper {
    padding-right: 0;
    padding-top: 0;
    margin-bottom: 46px;
  }
}
.VZGVD8XQ-uKjPBr296n .image-wrapper .image-wrap {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .VZGVD8XQ-uKjPBr296n .image-wrapper .image-wrap {
    padding-right: 0;
  }
}
.VZGVD8XQ-uKjPBr296n .image-wrapper .image-wrap img {
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .VZGVD8XQ-uKjPBr296n .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.VZGVD8XQ-uKjPBr296n .image-wrapper .desc-wrap {
  position: relative;
  padding: 46px 32px;
  background-color: #ffffff;
  margin-left: 16px;
  margin-top: -7rem;
}
@media (max-width: 992px) {
  .VZGVD8XQ-uKjPBr296n .image-wrapper .desc-wrap {
    margin-left: 0;
    padding: 32px 22px;
  }
}
.VZGVD8XQ-uKjPBr296n .image-wrapper .desc-wrap .export-desc {
  margin-bottom: 0;
}
.VZGVD8XQ-uKjPBr296n .content-wrapper .export-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .VZGVD8XQ-uKjPBr296n .content-wrapper .export-section-title {
    margin-bottom: 46px;
  }
}
.VZGVD8XQ-uKjPBr296n .content-wrapper .text-wrapper .export-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .VZGVD8XQ-uKjPBr296n .content-wrapper .text-wrapper .export-text {
    width: 100%;
  }
}
.VZGVD8XQ-uKjPBr296n .export-section-title {
  color: #ffffff;
  text-align: center;
}
.VZGVD8XQ-uKjPBr296n .export-text {
  color: #51565c;
}
.VZGVD8XQ-uKjPBr296n .export-desc {
  color: #1e293b;
  text-align: center;
}
.VZGVD8XQ-uKjPBr296n .export-text,
.VZGVD8XQ-uKjPBr296n .text-wrapper {
  color: #ffffff;
}
.VZGVD8XQ-uKjQ0bsi0O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.VZGVD8XQ-uKjQ0bsi0O .export-fallback-image.disabled {
  display: none;
}
.VZGVD8XQ-uKjQ0bsi0O .export-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.VZGVD8XQ-uKjQ0bsi0O .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .VZGVD8XQ-uKjQ0bsi0O .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .VZGVD8XQ-uKjQ0bsi0O .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .VZGVD8XQ-uKjQ0bsi0O .container {
    padding: 0 16px;
  }
}
.VZGVD8XQ-uKjQ0bsi0O .row {
  justify-content: center;
}
.VZGVD8XQ-uKjQ0bsi0O .title-wrapper .export-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .VZGVD8XQ-uKjQ0bsi0O .title-wrapper .export-section-title {
    margin-bottom: 36px;
  }
}
.VZGVD8XQ-uKjQ0bsi0O .title-wrapper .export-text {
  margin-bottom: 32px;
}
.VZGVD8XQ-uKjQ0bsi0O .export-section-title {
  color: #f0f0f0;
}
.VZGVD8XQ-uKjQ0bsi0O .export-text {
  color: #1e293b;
}
.VZGVD8XQ-uKjQ0bsi0O .export-section-title,
.VZGVD8XQ-uKjQ0bsi0O .export-section-btn {
  color: #1e293b;
  text-align: center;
}
.VZGVD8XQ-uKkFEFlaoM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1e293b;
}
.VZGVD8XQ-uKkFEFlaoM .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 991px) {
  .VZGVD8XQ-uKkFEFlaoM .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .VZGVD8XQ-uKkFEFlaoM .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .VZGVD8XQ-uKkFEFlaoM .list {
    margin-bottom: 30px;
  }
}
.VZGVD8XQ-uKkFEFlaoM .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .VZGVD8XQ-uKkFEFlaoM .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .VZGVD8XQ-uKkFEFlaoM div > *:last-child {
    margin-top: 0 !important;
  }
}
.VZGVD8XQ-uKkFEFlaoM .copyright {
  color: #ffffff;
}
.VZGVD8XQ-uKkFEFlaoM .export-section-subtitle {
  color: #ffffff;
}
@media (max-width: 576px) {
  .VZGVD8XQ-uKkFEFlaoM .export-section-subtitle {
    margin-bottom: 10px;
  }
}
.VZGVD8XQ-uKkFEFlaoM .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .VZGVD8XQ-uKkFEFlaoM .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .VZGVD8XQ-uKkFEFlaoM .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .VZGVD8XQ-uKkFEFlaoM .footer-logo {
    margin: 0 auto;
  }
}
.VZGVD8XQ-uKktN2FNLW .navbar-dropdown {
  position: relative !important;
}
.VZGVD8XQ-uKktN2FNLW .wrapper {
  justify-content: space-between;
  padding: 0 6rem;
}
@media (max-width: 991px) {
  .VZGVD8XQ-uKktN2FNLW .wrapper {
    padding: 0;
  }
}
.VZGVD8XQ-uKktN2FNLW .btn {
  border-radius: 30px;
}
.VZGVD8XQ-uKktN2FNLW .dropdown-item:before {
  font-family: mockup2 !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;
}
.VZGVD8XQ-uKktN2FNLW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.VZGVD8XQ-uKktN2FNLW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.VZGVD8XQ-uKktN2FNLW .dropdown-item:hover,
.VZGVD8XQ-uKktN2FNLW .dropdown-item:focus {
  background: #3b82f6 !important;
  color: white !important;
}
.VZGVD8XQ-uKktN2FNLW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.VZGVD8XQ-uKktN2FNLW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.VZGVD8XQ-uKktN2FNLW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .3em !important;
}
.VZGVD8XQ-uKktN2FNLW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.VZGVD8XQ-uKktN2FNLW .nav-link {
  position: relative;
}
.VZGVD8XQ-uKktN2FNLW .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.VZGVD8XQ-uKktN2FNLW .dropdown-menu,
.VZGVD8XQ-uKktN2FNLW .navbar.opened {
  background: #1e293b !important;
}
.VZGVD8XQ-uKktN2FNLW .nav-item:focus,
.VZGVD8XQ-uKktN2FNLW .nav-link:focus {
  outline: none;
}
.VZGVD8XQ-uKktN2FNLW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.VZGVD8XQ-uKktN2FNLW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.VZGVD8XQ-uKktN2FNLW .dropdown .dropdown-menu .dropdown-item .export-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.VZGVD8XQ-uKktN2FNLW .dropdown .dropdown-menu .dropdown-item .export-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.VZGVD8XQ-uKktN2FNLW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.VZGVD8XQ-uKktN2FNLW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.VZGVD8XQ-uKktN2FNLW .navbar {
  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: #1e293b;
}
.VZGVD8XQ-uKktN2FNLW .navbar.opened {
  transition: all 0.3s;
}
.VZGVD8XQ-uKktN2FNLW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.VZGVD8XQ-uKktN2FNLW .navbar .navbar-logo img {
  width: auto;
}
.VZGVD8XQ-uKktN2FNLW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.VZGVD8XQ-uKktN2FNLW .navbar.collapsed {
  justify-content: center;
}
.VZGVD8XQ-uKktN2FNLW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.VZGVD8XQ-uKktN2FNLW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .VZGVD8XQ-uKktN2FNLW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.VZGVD8XQ-uKktN2FNLW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.VZGVD8XQ-uKktN2FNLW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.VZGVD8XQ-uKktN2FNLW .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%;
}
.VZGVD8XQ-uKktN2FNLW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.VZGVD8XQ-uKktN2FNLW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.VZGVD8XQ-uKktN2FNLW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .VZGVD8XQ-uKktN2FNLW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .VZGVD8XQ-uKktN2FNLW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .VZGVD8XQ-uKktN2FNLW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .VZGVD8XQ-uKktN2FNLW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .VZGVD8XQ-uKktN2FNLW .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%;
  }
  .VZGVD8XQ-uKktN2FNLW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .VZGVD8XQ-uKktN2FNLW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .VZGVD8XQ-uKktN2FNLW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .VZGVD8XQ-uKktN2FNLW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .VZGVD8XQ-uKktN2FNLW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .VZGVD8XQ-uKktN2FNLW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.VZGVD8XQ-uKktN2FNLW .navbar.navbar-short {
  min-height: 60px;
}
.VZGVD8XQ-uKktN2FNLW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.VZGVD8XQ-uKktN2FNLW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.VZGVD8XQ-uKktN2FNLW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.VZGVD8XQ-uKktN2FNLW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.VZGVD8XQ-uKktN2FNLW .navbar-brand .navbar-logo a {
  outline: none;
}
.VZGVD8XQ-uKktN2FNLW .dropdown-item.active,
.VZGVD8XQ-uKktN2FNLW .dropdown-item:active {
  background-color: transparent;
}
.VZGVD8XQ-uKktN2FNLW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.VZGVD8XQ-uKktN2FNLW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.VZGVD8XQ-uKktN2FNLW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.VZGVD8XQ-uKktN2FNLW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1e293b;
}
.VZGVD8XQ-uKktN2FNLW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.VZGVD8XQ-uKktN2FNLW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.VZGVD8XQ-uKktN2FNLW ul.navbar-nav {
  flex-wrap: wrap;
}
.VZGVD8XQ-uKktN2FNLW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.VZGVD8XQ-uKktN2FNLW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  order: 0;
}
.VZGVD8XQ-uKktN2FNLW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.VZGVD8XQ-uKktN2FNLW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.VZGVD8XQ-uKktN2FNLW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.VZGVD8XQ-uKktN2FNLW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.VZGVD8XQ-uKktN2FNLW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.VZGVD8XQ-uKktN2FNLW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.VZGVD8XQ-uKktN2FNLW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.VZGVD8XQ-uKktN2FNLW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.VZGVD8XQ-uKktN2FNLW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.VZGVD8XQ-uKktN2FNLW .navbar-dropdown {
  padding: 0 .5rem;
}
.VZGVD8XQ-uKktN2FNLW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.VZGVD8XQ-uKktN2FNLW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .VZGVD8XQ-uKktN2FNLW .navbar {
    height: 70px;
  }
  .VZGVD8XQ-uKktN2FNLW .navbar.opened {
    height: auto;
  }
  .VZGVD8XQ-uKktN2FNLW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.VZGVD8XQ-uKkjOCc33X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c5dbff;
}
.VZGVD8XQ-uKkjOCc33X .export-fallback-image.disabled {
  display: none;
}
.VZGVD8XQ-uKkjOCc33X .export-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.VZGVD8XQ-uKkjOCc33X .cont-wrap {
  justify-content: center;
}
.VZGVD8XQ-uKkjOCc33X .title-wrapper .export-section-title {
  margin-bottom: 64px;
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .VZGVD8XQ-uKkjOCc33X .title-wrapper .export-section-title {
    margin-bottom: 46px;
    width: 100%;
  }
}
.VZGVD8XQ-uKkjOCc33X .content-wrapper .export-text {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .VZGVD8XQ-uKkjOCc33X .content-wrapper .export-text {
    margin-bottom: 22px;
  }
}
.VZGVD8XQ-uKkjOCc33X .content-wrapper .contacts-wrapper {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .VZGVD8XQ-uKkjOCc33X .content-wrapper .contacts-wrapper {
    margin-bottom: 22px;
  }
}
.VZGVD8XQ-uKkjOCc33X .content-wrapper .contacts-wrapper .list {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.VZGVD8XQ-uKkjOCc33X .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.VZGVD8XQ-uKkjOCc33X .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.VZGVD8XQ-uKkjOCc33X .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #1e293b;
}
.VZGVD8XQ-uKkjOCc33X .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  color: #1e293b;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .VZGVD8XQ-uKkjOCc33X .content-wrapper .social-wrapper {
    margin-bottom: 46px;
  }
}
.VZGVD8XQ-uKkjOCc33X .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.VZGVD8XQ-uKkjOCc33X .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.VZGVD8XQ-uKkjOCc33X .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .export-iconfont,
.VZGVD8XQ-uKkjOCc33X .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .export-iconfont {
  background-color: #1e293b;
}
.VZGVD8XQ-uKkjOCc33X .content-wrapper .social-wrapper .social-wrap .soc-item a .export-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #212529;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.VZGVD8XQ-uKkjOCc33X .content-wrap .export-section-subtitle {
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .VZGVD8XQ-uKkjOCc33X .content-wrap .export-section-subtitle {
    margin-bottom: 22px;
  }
}
.VZGVD8XQ-uKkjOCc33X .content-wrap .dragArea.row {
  position: relative;
  z-index: 1;
}
.VZGVD8XQ-uKkjOCc33X .content-wrap .dragArea.row .form-group {
  margin-bottom: 10px !important;
}
.VZGVD8XQ-uKkjOCc33X .content-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 5px;
}
.VZGVD8XQ-uKkjOCc33X .content-wrap .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 14px 20px;
  border-radius: 10px !important;
  border: none !important;
  box-shadow: none;
  background-color: #ffffff;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .VZGVD8XQ-uKkjOCc33X .content-wrap .dragArea.row .form-group .form-control {
    padding: 22px;
  }
}
.VZGVD8XQ-uKkjOCc33X .content-wrap .dragArea.row .form-group .form-control:hover,
.VZGVD8XQ-uKkjOCc33X .content-wrap .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.VZGVD8XQ-uKkjOCc33X .content-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #1e293b;
  font-weight: 700 !important;
  opacity: .7;
}
.VZGVD8XQ-uKkjOCc33X .content-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.VZGVD8XQ-uKkjOCc33X .content-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.VZGVD8XQ-uKkjOCc33X .content-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #1e293b;
  border-color: #1e293b;
  border-radius: 0;
}
.VZGVD8XQ-uKkjOCc33X .content-wrap .dragArea.row .export-section-btn {
  width: 100%;
}
.VZGVD8XQ-uKkjOCc33X .export-section-title {
  color: #212529;
}
.VZGVD8XQ-uKkjOCc33X .export-section-subtitle {
  color: #51565c;
}
.VZGVD8XQ-uKkjOCc33X .export-text {
  color: #1e293b;
}
.VZGVD8XQ-uKkjOCc33X .list {
  color: #212529;
}
.VZGVD8XQ-uKkjOCc33X .export-section-title,
.VZGVD8XQ-uKkjOCc33X .title-wrapper {
  color: #1e293b;
  text-align: center;
}
.VZGVD8XQ-uKkjOCc33X .list,
.VZGVD8XQ-uKkjOCc33X .item-wrap,
.VZGVD8XQ-uKkjOCc33X .social-wrapper {
  color: #1e293b;
}
.VZGVD8XQ-uKkFEFlaoM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1e293b;
}
.VZGVD8XQ-uKkFEFlaoM .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 991px) {
  .VZGVD8XQ-uKkFEFlaoM .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .VZGVD8XQ-uKkFEFlaoM .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .VZGVD8XQ-uKkFEFlaoM .list {
    margin-bottom: 30px;
  }
}
.VZGVD8XQ-uKkFEFlaoM .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .VZGVD8XQ-uKkFEFlaoM .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .VZGVD8XQ-uKkFEFlaoM div > *:last-child {
    margin-top: 0 !important;
  }
}
.VZGVD8XQ-uKkFEFlaoM .copyright {
  color: #ffffff;
}
.VZGVD8XQ-uKkFEFlaoM .export-section-subtitle {
  color: #ffffff;
}
@media (max-width: 576px) {
  .VZGVD8XQ-uKkFEFlaoM .export-section-subtitle {
    margin-bottom: 10px;
  }
}
.VZGVD8XQ-uKkFEFlaoM .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .VZGVD8XQ-uKkFEFlaoM .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .VZGVD8XQ-uKkFEFlaoM .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .VZGVD8XQ-uKkFEFlaoM .footer-logo {
    margin: 0 auto;
  }
}
.VZGVD8XQ-uKktN2FNLW .navbar-dropdown {
  position: relative !important;
}
.VZGVD8XQ-uKktN2FNLW .wrapper {
  justify-content: space-between;
  padding: 0 6rem;
}
@media (max-width: 991px) {
  .VZGVD8XQ-uKktN2FNLW .wrapper {
    padding: 0;
  }
}
.VZGVD8XQ-uKktN2FNLW .btn {
  border-radius: 30px;
}
.VZGVD8XQ-uKktN2FNLW .dropdown-item:before {
  font-family: mockup2 !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;
}
.VZGVD8XQ-uKktN2FNLW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.VZGVD8XQ-uKktN2FNLW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.VZGVD8XQ-uKktN2FNLW .dropdown-item:hover,
.VZGVD8XQ-uKktN2FNLW .dropdown-item:focus {
  background: #3b82f6 !important;
  color: white !important;
}
.VZGVD8XQ-uKktN2FNLW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.VZGVD8XQ-uKktN2FNLW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.VZGVD8XQ-uKktN2FNLW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .3em !important;
}
.VZGVD8XQ-uKktN2FNLW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.VZGVD8XQ-uKktN2FNLW .nav-link {
  position: relative;
}
.VZGVD8XQ-uKktN2FNLW .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.VZGVD8XQ-uKktN2FNLW .dropdown-menu,
.VZGVD8XQ-uKktN2FNLW .navbar.opened {
  background: #1e293b !important;
}
.VZGVD8XQ-uKktN2FNLW .nav-item:focus,
.VZGVD8XQ-uKktN2FNLW .nav-link:focus {
  outline: none;
}
.VZGVD8XQ-uKktN2FNLW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.VZGVD8XQ-uKktN2FNLW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.VZGVD8XQ-uKktN2FNLW .dropdown .dropdown-menu .dropdown-item .export-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.VZGVD8XQ-uKktN2FNLW .dropdown .dropdown-menu .dropdown-item .export-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.VZGVD8XQ-uKktN2FNLW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.VZGVD8XQ-uKktN2FNLW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.VZGVD8XQ-uKktN2FNLW .navbar {
  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: #1e293b;
}
.VZGVD8XQ-uKktN2FNLW .navbar.opened {
  transition: all 0.3s;
}
.VZGVD8XQ-uKktN2FNLW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.VZGVD8XQ-uKktN2FNLW .navbar .navbar-logo img {
  width: auto;
}
.VZGVD8XQ-uKktN2FNLW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.VZGVD8XQ-uKktN2FNLW .navbar.collapsed {
  justify-content: center;
}
.VZGVD8XQ-uKktN2FNLW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.VZGVD8XQ-uKktN2FNLW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .VZGVD8XQ-uKktN2FNLW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.VZGVD8XQ-uKktN2FNLW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.VZGVD8XQ-uKktN2FNLW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.VZGVD8XQ-uKktN2FNLW .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%;
}
.VZGVD8XQ-uKktN2FNLW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.VZGVD8XQ-uKktN2FNLW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.VZGVD8XQ-uKktN2FNLW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .VZGVD8XQ-uKktN2FNLW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .VZGVD8XQ-uKktN2FNLW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .VZGVD8XQ-uKktN2FNLW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .VZGVD8XQ-uKktN2FNLW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .VZGVD8XQ-uKktN2FNLW .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%;
  }
  .VZGVD8XQ-uKktN2FNLW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .VZGVD8XQ-uKktN2FNLW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .VZGVD8XQ-uKktN2FNLW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .VZGVD8XQ-uKktN2FNLW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .VZGVD8XQ-uKktN2FNLW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .VZGVD8XQ-uKktN2FNLW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.VZGVD8XQ-uKktN2FNLW .navbar.navbar-short {
  min-height: 60px;
}
.VZGVD8XQ-uKktN2FNLW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.VZGVD8XQ-uKktN2FNLW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.VZGVD8XQ-uKktN2FNLW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.VZGVD8XQ-uKktN2FNLW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.VZGVD8XQ-uKktN2FNLW .navbar-brand .navbar-logo a {
  outline: none;
}
.VZGVD8XQ-uKktN2FNLW .dropdown-item.active,
.VZGVD8XQ-uKktN2FNLW .dropdown-item:active {
  background-color: transparent;
}
.VZGVD8XQ-uKktN2FNLW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.VZGVD8XQ-uKktN2FNLW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.VZGVD8XQ-uKktN2FNLW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.VZGVD8XQ-uKktN2FNLW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1e293b;
}
.VZGVD8XQ-uKktN2FNLW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.VZGVD8XQ-uKktN2FNLW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.VZGVD8XQ-uKktN2FNLW ul.navbar-nav {
  flex-wrap: wrap;
}
.VZGVD8XQ-uKktN2FNLW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.VZGVD8XQ-uKktN2FNLW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  order: 0;
}
.VZGVD8XQ-uKktN2FNLW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.VZGVD8XQ-uKktN2FNLW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.VZGVD8XQ-uKktN2FNLW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.VZGVD8XQ-uKktN2FNLW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.VZGVD8XQ-uKktN2FNLW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.VZGVD8XQ-uKktN2FNLW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.VZGVD8XQ-uKktN2FNLW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.VZGVD8XQ-uKktN2FNLW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.VZGVD8XQ-uKktN2FNLW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.VZGVD8XQ-uKktN2FNLW .navbar-dropdown {
  padding: 0 .5rem;
}
.VZGVD8XQ-uKktN2FNLW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.VZGVD8XQ-uKktN2FNLW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .VZGVD8XQ-uKktN2FNLW .navbar {
    height: 70px;
  }
  .VZGVD8XQ-uKktN2FNLW .navbar.opened {
    height: auto;
  }
  .VZGVD8XQ-uKktN2FNLW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.VZGVD8XQ-uKjVI8wHit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.VZGVD8XQ-uKjVI8wHit .export-fallback-image.disabled {
  display: none;
}
.VZGVD8XQ-uKjVI8wHit .export-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.VZGVD8XQ-uKjVI8wHit .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .VZGVD8XQ-uKjVI8wHit .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .VZGVD8XQ-uKjVI8wHit .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .VZGVD8XQ-uKjVI8wHit .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .VZGVD8XQ-uKjVI8wHit .container {
    padding: 0 16px;
  }
}
.VZGVD8XQ-uKjVI8wHit .row {
  justify-content: center;
}
.VZGVD8XQ-uKjVI8wHit .content-wrapper .export-section-subtitle {
  margin-bottom: 32px;
}
.VZGVD8XQ-uKjVI8wHit .content-wrapper .export-section-title {
  margin-bottom: 16px;
}
.VZGVD8XQ-uKjVI8wHit .content-wrapper .export-text {
  margin-bottom: 0;
}
.VZGVD8XQ-uKjVI8wHit .export-section-title {
  color: #1e293b;
  text-align: center;
}
.VZGVD8XQ-uKjVI8wHit .export-section-subtitle {
  color: #000000;
  text-align: center;
}
.VZGVD8XQ-uKjVI8wHit .export-text {
  color: #1e293b;
  text-align: left;
}
.VZGVD8XQ-uKkFEFlaoM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1e293b;
}
.VZGVD8XQ-uKkFEFlaoM .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 991px) {
  .VZGVD8XQ-uKkFEFlaoM .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .VZGVD8XQ-uKkFEFlaoM .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .VZGVD8XQ-uKkFEFlaoM .list {
    margin-bottom: 30px;
  }
}
.VZGVD8XQ-uKkFEFlaoM .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .VZGVD8XQ-uKkFEFlaoM .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .VZGVD8XQ-uKkFEFlaoM div > *:last-child {
    margin-top: 0 !important;
  }
}
.VZGVD8XQ-uKkFEFlaoM .copyright {
  color: #ffffff;
}
.VZGVD8XQ-uKkFEFlaoM .export-section-subtitle {
  color: #ffffff;
}
@media (max-width: 576px) {
  .VZGVD8XQ-uKkFEFlaoM .export-section-subtitle {
    margin-bottom: 10px;
  }
}
.VZGVD8XQ-uKkFEFlaoM .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .VZGVD8XQ-uKkFEFlaoM .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .VZGVD8XQ-uKkFEFlaoM .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .VZGVD8XQ-uKkFEFlaoM .footer-logo {
    margin: 0 auto;
  }
}
.VZGVD8XQ-uKktN2FNLW .navbar-dropdown {
  position: relative !important;
}
.VZGVD8XQ-uKktN2FNLW .wrapper {
  justify-content: space-between;
  padding: 0 6rem;
}
@media (max-width: 991px) {
  .VZGVD8XQ-uKktN2FNLW .wrapper {
    padding: 0;
  }
}
.VZGVD8XQ-uKktN2FNLW .btn {
  border-radius: 30px;
}
.VZGVD8XQ-uKktN2FNLW .dropdown-item:before {
  font-family: mockup2 !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;
}
.VZGVD8XQ-uKktN2FNLW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.VZGVD8XQ-uKktN2FNLW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.VZGVD8XQ-uKktN2FNLW .dropdown-item:hover,
.VZGVD8XQ-uKktN2FNLW .dropdown-item:focus {
  background: #3b82f6 !important;
  color: white !important;
}
.VZGVD8XQ-uKktN2FNLW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.VZGVD8XQ-uKktN2FNLW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.VZGVD8XQ-uKktN2FNLW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .3em !important;
}
.VZGVD8XQ-uKktN2FNLW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.VZGVD8XQ-uKktN2FNLW .nav-link {
  position: relative;
}
.VZGVD8XQ-uKktN2FNLW .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.VZGVD8XQ-uKktN2FNLW .dropdown-menu,
.VZGVD8XQ-uKktN2FNLW .navbar.opened {
  background: #1e293b !important;
}
.VZGVD8XQ-uKktN2FNLW .nav-item:focus,
.VZGVD8XQ-uKktN2FNLW .nav-link:focus {
  outline: none;
}
.VZGVD8XQ-uKktN2FNLW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.VZGVD8XQ-uKktN2FNLW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.VZGVD8XQ-uKktN2FNLW .dropdown .dropdown-menu .dropdown-item .export-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.VZGVD8XQ-uKktN2FNLW .dropdown .dropdown-menu .dropdown-item .export-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.VZGVD8XQ-uKktN2FNLW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.VZGVD8XQ-uKktN2FNLW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.VZGVD8XQ-uKktN2FNLW .navbar {
  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: #1e293b;
}
.VZGVD8XQ-uKktN2FNLW .navbar.opened {
  transition: all 0.3s;
}
.VZGVD8XQ-uKktN2FNLW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.VZGVD8XQ-uKktN2FNLW .navbar .navbar-logo img {
  width: auto;
}
.VZGVD8XQ-uKktN2FNLW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.VZGVD8XQ-uKktN2FNLW .navbar.collapsed {
  justify-content: center;
}
.VZGVD8XQ-uKktN2FNLW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.VZGVD8XQ-uKktN2FNLW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .VZGVD8XQ-uKktN2FNLW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.VZGVD8XQ-uKktN2FNLW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.VZGVD8XQ-uKktN2FNLW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.VZGVD8XQ-uKktN2FNLW .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%;
}
.VZGVD8XQ-uKktN2FNLW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.VZGVD8XQ-uKktN2FNLW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.VZGVD8XQ-uKktN2FNLW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .VZGVD8XQ-uKktN2FNLW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .VZGVD8XQ-uKktN2FNLW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .VZGVD8XQ-uKktN2FNLW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .VZGVD8XQ-uKktN2FNLW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .VZGVD8XQ-uKktN2FNLW .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%;
  }
  .VZGVD8XQ-uKktN2FNLW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .VZGVD8XQ-uKktN2FNLW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .VZGVD8XQ-uKktN2FNLW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .VZGVD8XQ-uKktN2FNLW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .VZGVD8XQ-uKktN2FNLW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .VZGVD8XQ-uKktN2FNLW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.VZGVD8XQ-uKktN2FNLW .navbar.navbar-short {
  min-height: 60px;
}
.VZGVD8XQ-uKktN2FNLW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.VZGVD8XQ-uKktN2FNLW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.VZGVD8XQ-uKktN2FNLW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.VZGVD8XQ-uKktN2FNLW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.VZGVD8XQ-uKktN2FNLW .navbar-brand .navbar-logo a {
  outline: none;
}
.VZGVD8XQ-uKktN2FNLW .dropdown-item.active,
.VZGVD8XQ-uKktN2FNLW .dropdown-item:active {
  background-color: transparent;
}
.VZGVD8XQ-uKktN2FNLW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.VZGVD8XQ-uKktN2FNLW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.VZGVD8XQ-uKktN2FNLW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.VZGVD8XQ-uKktN2FNLW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1e293b;
}
.VZGVD8XQ-uKktN2FNLW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.VZGVD8XQ-uKktN2FNLW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.VZGVD8XQ-uKktN2FNLW ul.navbar-nav {
  flex-wrap: wrap;
}
.VZGVD8XQ-uKktN2FNLW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.VZGVD8XQ-uKktN2FNLW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  order: 0;
}
.VZGVD8XQ-uKktN2FNLW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.VZGVD8XQ-uKktN2FNLW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.VZGVD8XQ-uKktN2FNLW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.VZGVD8XQ-uKktN2FNLW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.VZGVD8XQ-uKktN2FNLW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.VZGVD8XQ-uKktN2FNLW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.VZGVD8XQ-uKktN2FNLW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.VZGVD8XQ-uKktN2FNLW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.VZGVD8XQ-uKktN2FNLW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.VZGVD8XQ-uKktN2FNLW .navbar-dropdown {
  padding: 0 .5rem;
}
.VZGVD8XQ-uKktN2FNLW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.VZGVD8XQ-uKktN2FNLW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .VZGVD8XQ-uKktN2FNLW .navbar {
    height: 70px;
  }
  .VZGVD8XQ-uKktN2FNLW .navbar.opened {
    height: auto;
  }
  .VZGVD8XQ-uKktN2FNLW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.VZGVD8XQ-uKjQr5laij {
  background-image: url("../image/blog1.jpg");
}
.VZGVD8XQ-uKjQr5laij .export-fallback-image.disabled {
  display: none;
}
.VZGVD8XQ-uKjQr5laij .export-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.VZGVD8XQ-uKjQr5laij .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .VZGVD8XQ-uKjQr5laij .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .VZGVD8XQ-uKjQr5laij .container {
    padding: 0 16px;
  }
}
.VZGVD8XQ-uKjQr5laij .row {
  margin: 0 20px;
  justify-content: center;
}
@media (max-width: 992px) {
  .VZGVD8XQ-uKjQr5laij .row {
    margin: 0 10px;
  }
}
.VZGVD8XQ-uKjQr5laij .row .card {
  padding: 0;
}
.VZGVD8XQ-uKjQr5laij .title-wrapper {
  border-radius: 20px;
  padding: 45px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .VZGVD8XQ-uKjQr5laij .title-wrapper {
    padding: 45px 20px;
  }
}
.VZGVD8XQ-uKjQr5laij .title-wrapper .export-section-subtitle {
  margin-bottom: 45px;
}
@media (max-width: 992px) {
  .VZGVD8XQ-uKjQr5laij .title-wrapper .export-section-subtitle {
    margin-bottom: 20px;
  }
}
.VZGVD8XQ-uKjQr5laij .title-wrapper .export-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .VZGVD8XQ-uKjQr5laij .title-wrapper .export-section-title {
    margin-bottom: 32px;
  }
}
.VZGVD8XQ-uKjQr5laij .title-wrapper .export-text {
  margin-bottom: 0;
}
.VZGVD8XQ-uKjQr5laij .title-wrapper .export-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .VZGVD8XQ-uKjQr5laij .title-wrapper .export-section-btn {
    margin-top: 30px;
  }
}
.VZGVD8XQ-uKjQr5laij .export-section-subtitle {
  color: #1e293b;
  text-align: center;
}
.VZGVD8XQ-uKjQr5laij .export-section-title {
  color: #192227;
}
.VZGVD8XQ-uKjQr5laij .export-text {
  color: #1e293b;
  text-align: center;
}
.VZGVD8XQ-uKjQr5laij .export-section-title,
.VZGVD8XQ-uKjQr5laij .export-section-btn {
  text-align: center;
  color: #1e293b;
}
.VZGVD8XQ-uKjQEHKelj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.VZGVD8XQ-uKjQEHKelj .export-fallback-image.disabled {
  display: none;
}
.VZGVD8XQ-uKjQEHKelj .export-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.VZGVD8XQ-uKjQEHKelj .card-wrapper {
  display: flex;
  background-color: #1e293b;
  justify-content: space-between;
  padding: 48px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .VZGVD8XQ-uKjQEHKelj .card-wrapper {
    display: block;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .VZGVD8XQ-uKjQEHKelj .card-wrapper {
    margin-bottom: 32px;
  }
}
.VZGVD8XQ-uKjQEHKelj .card-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #1e293b 0%, transparent 80%);
  height: 1px;
  width: 100%;
}
.VZGVD8XQ-uKjQEHKelj .card-wrapper .content-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .VZGVD8XQ-uKjQEHKelj .card-wrapper .content-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.VZGVD8XQ-uKjQEHKelj .card-wrapper .content-wrapper .export-section-title {
  margin-bottom: 22px;
}
.VZGVD8XQ-uKjQEHKelj .card-wrapper .content-wrapper .export-text {
  margin-bottom: 0;
}
.VZGVD8XQ-uKjQEHKelj .card-wrapper .content-wrapper .export-section-btn {
  margin-top: 22px;
}
.VZGVD8XQ-uKjQEHKelj .card-wrapper .image-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .VZGVD8XQ-uKjQEHKelj .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.VZGVD8XQ-uKjQEHKelj .card-wrapper .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.VZGVD8XQ-uKjQEHKelj .export-section-title {
  color: #ffffff;
}
.VZGVD8XQ-uKjQEHKelj .export-text {
  color: #ffffff;
}
.VZGVD8XQ-uKjQEHKelj .export-section-title,
.VZGVD8XQ-uKjQEHKelj .export-section-btn {
  text-align: center;
}
.VZGVD8XQ-uKjQHX5ylx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.VZGVD8XQ-uKjQHX5ylx .wrapper {
  border-radius: 10px;
  -webkit-box-shadow: 4px 4px 26px 1px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 4px 4px 26px 1px rgba(34, 60, 80, 0.2);
  box-shadow: 4px 4px 26px 1px rgba(34, 60, 80, 0.2);
}
@media (max-width: 991px) {
  .VZGVD8XQ-uKjQHX5ylx .wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .VZGVD8XQ-uKjQHX5ylx .wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .VZGVD8XQ-uKjQHX5ylx .wrapp {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .VZGVD8XQ-uKjQHX5ylx .wrapp {
    padding: 4rem 6rem;
  }
}
.VZGVD8XQ-uKjQHX5ylx H3 {
  color: #1e293b;
  text-align: center;
}
.VZGVD8XQ-uKjQHX5ylx P {
  color: #1e293b;
}
.VZGVD8XQ-uKjQHX5ylx H5 {
  color: #1e293b;
  text-align: left;
}
.VZGVD8XQ-uKjQHX5ylx H4 {
  color: #1e293b;
  text-align: center;
}
.VZGVD8XQ-uKjQOXrRtZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.VZGVD8XQ-uKjQOXrRtZ .wrapper {
  background-color: #1e293b;
  background-size: cover;
  border-radius: 30px;
  position: relative;
}
.VZGVD8XQ-uKjQOXrRtZ .wrapper img {
  width: 70%;
  margin: 0 auto;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .VZGVD8XQ-uKjQOXrRtZ .wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .VZGVD8XQ-uKjQOXrRtZ .wrapper {
    padding: 6rem;
  }
}
.VZGVD8XQ-uKjQOXrRtZ .export-overlay {
  border-radius: 30px;
  min-height: 100%;
}
.VZGVD8XQ-uKjQOXrRtZ H3 {
  color: #ffffff;
  text-align: center;
}
.VZGVD8XQ-uKjQOXrRtZ .export-text,
.VZGVD8XQ-uKjQOXrRtZ .export-section-btn {
  color: #ffffff;
  text-align: left;
}
.VZGVD8XQ-uKjQWwOh8d {
  position: relative;
  overflow: hidden;
  background-color: #1e293b;
}
.VZGVD8XQ-uKjQWwOh8d .export-fallback-image.disabled {
  display: none;
}
.VZGVD8XQ-uKjQWwOh8d .export-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.VZGVD8XQ-uKjQWwOh8d .row {
  justify-content: flex-end;
}
.VZGVD8XQ-uKjQWwOh8d .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.VZGVD8XQ-uKjQWwOh8d .title-wrapper .title-wrap .export-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .VZGVD8XQ-uKjQWwOh8d .title-wrapper .title-wrap .export-section-title {
    margin-bottom: 30px;
  }
}
.VZGVD8XQ-uKjQWwOh8d .title-wrapper .title-wrap .export-iconfont {
  font-size: 18px;
  margin-right: 12px;
}
.VZGVD8XQ-uKjQWwOh8d .card-wrapper {
  position: relative;
  z-index: 2;
  padding: 54px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .VZGVD8XQ-uKjQWwOh8d .card-wrapper {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .VZGVD8XQ-uKjQWwOh8d .card-wrapper {
    padding: 30px 16px;
  }
}
.VZGVD8XQ-uKjQWwOh8d .card-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.VZGVD8XQ-uKjQWwOh8d .card-wrapper .label-wrapper .label-wrap .export-label {
  margin-bottom: 0;
}
.VZGVD8XQ-uKjQWwOh8d .card-wrapper .label-wrapper .label-wrap .export-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #1e293b;
}
.VZGVD8XQ-uKjQWwOh8d .card-wrapper .export-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .VZGVD8XQ-uKjQWwOh8d .card-wrapper .export-section-title {
    margin-bottom: 30px;
  }
}
.VZGVD8XQ-uKjQWwOh8d .card-wrapper .export-text {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .VZGVD8XQ-uKjQWwOh8d .card-wrapper .export-text {
    margin-bottom: 30px;
  }
}
.VZGVD8XQ-uKjQWwOh8d .card-wrapper .export-section-btn .btn {
  margin-bottom: 0;
}
.VZGVD8XQ-uKjQWwOh8d .image-wrap {
  position: absolute;
}
.VZGVD8XQ-uKjQWwOh8d .image-wrap img {
  object-fit: cover;
}
.VZGVD8XQ-uKjQWwOh8d .image-wrap_1 {
  z-index: 1;
  top: 0;
  left: 170px;
}
.VZGVD8XQ-uKjQWwOh8d .image-wrap_1 img {
  height: 580px;
  width: 580px;
}
.VZGVD8XQ-uKjQWwOh8d .image-wrap_2 {
  bottom: 0;
  right: 170px;
}
.VZGVD8XQ-uKjQWwOh8d .image-wrap_2 img {
  height: 700px;
  width: 1000px;
}
.VZGVD8XQ-uKjQWwOh8d .export-label {
  color: #FFBE0D;
}
.VZGVD8XQ-uKjQWwOh8d .export-section-title {
  color: #151e11;
}
.VZGVD8XQ-uKjQWwOh8d .export-text {
  color: #1e293b;
}
.VZGVD8XQ-uKjQWwOh8d .export-label,
.VZGVD8XQ-uKjQWwOh8d .label-wrapper {
  color: #164250;
}
.VZGVD8XQ-uKjQWwOh8d .export-section-title,
.VZGVD8XQ-uKjQWwOh8d .export-section-btn {
  color: #1e293b;
  text-align: center;
}
.VZGVD8XQ-uKkFEFlaoM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1e293b;
}
.VZGVD8XQ-uKkFEFlaoM .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 991px) {
  .VZGVD8XQ-uKkFEFlaoM .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .VZGVD8XQ-uKkFEFlaoM .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .VZGVD8XQ-uKkFEFlaoM .list {
    margin-bottom: 30px;
  }
}
.VZGVD8XQ-uKkFEFlaoM .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .VZGVD8XQ-uKkFEFlaoM .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .VZGVD8XQ-uKkFEFlaoM div > *:last-child {
    margin-top: 0 !important;
  }
}
.VZGVD8XQ-uKkFEFlaoM .copyright {
  color: #ffffff;
}
.VZGVD8XQ-uKkFEFlaoM .export-section-subtitle {
  color: #ffffff;
}
@media (max-width: 576px) {
  .VZGVD8XQ-uKkFEFlaoM .export-section-subtitle {
    margin-bottom: 10px;
  }
}
.VZGVD8XQ-uKkFEFlaoM .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .VZGVD8XQ-uKkFEFlaoM .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .VZGVD8XQ-uKkFEFlaoM .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .VZGVD8XQ-uKkFEFlaoM .footer-logo {
    margin: 0 auto;
  }
}
.VZGVD8XQ-uKktN2FNLW .navbar-dropdown {
  position: relative !important;
}
.VZGVD8XQ-uKktN2FNLW .wrapper {
  justify-content: space-between;
  padding: 0 6rem;
}
@media (max-width: 991px) {
  .VZGVD8XQ-uKktN2FNLW .wrapper {
    padding: 0;
  }
}
.VZGVD8XQ-uKktN2FNLW .btn {
  border-radius: 30px;
}
.VZGVD8XQ-uKktN2FNLW .dropdown-item:before {
  font-family: mockup2 !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;
}
.VZGVD8XQ-uKktN2FNLW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.VZGVD8XQ-uKktN2FNLW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.VZGVD8XQ-uKktN2FNLW .dropdown-item:hover,
.VZGVD8XQ-uKktN2FNLW .dropdown-item:focus {
  background: #3b82f6 !important;
  color: white !important;
}
.VZGVD8XQ-uKktN2FNLW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.VZGVD8XQ-uKktN2FNLW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.VZGVD8XQ-uKktN2FNLW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .3em !important;
}
.VZGVD8XQ-uKktN2FNLW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.VZGVD8XQ-uKktN2FNLW .nav-link {
  position: relative;
}
.VZGVD8XQ-uKktN2FNLW .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.VZGVD8XQ-uKktN2FNLW .dropdown-menu,
.VZGVD8XQ-uKktN2FNLW .navbar.opened {
  background: #1e293b !important;
}
.VZGVD8XQ-uKktN2FNLW .nav-item:focus,
.VZGVD8XQ-uKktN2FNLW .nav-link:focus {
  outline: none;
}
.VZGVD8XQ-uKktN2FNLW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.VZGVD8XQ-uKktN2FNLW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.VZGVD8XQ-uKktN2FNLW .dropdown .dropdown-menu .dropdown-item .export-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.VZGVD8XQ-uKktN2FNLW .dropdown .dropdown-menu .dropdown-item .export-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.VZGVD8XQ-uKktN2FNLW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.VZGVD8XQ-uKktN2FNLW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.VZGVD8XQ-uKktN2FNLW .navbar {
  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: #1e293b;
}
.VZGVD8XQ-uKktN2FNLW .navbar.opened {
  transition: all 0.3s;
}
.VZGVD8XQ-uKktN2FNLW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.VZGVD8XQ-uKktN2FNLW .navbar .navbar-logo img {
  width: auto;
}
.VZGVD8XQ-uKktN2FNLW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.VZGVD8XQ-uKktN2FNLW .navbar.collapsed {
  justify-content: center;
}
.VZGVD8XQ-uKktN2FNLW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.VZGVD8XQ-uKktN2FNLW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .VZGVD8XQ-uKktN2FNLW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.VZGVD8XQ-uKktN2FNLW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.VZGVD8XQ-uKktN2FNLW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.VZGVD8XQ-uKktN2FNLW .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%;
}
.VZGVD8XQ-uKktN2FNLW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.VZGVD8XQ-uKktN2FNLW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.VZGVD8XQ-uKktN2FNLW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .VZGVD8XQ-uKktN2FNLW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .VZGVD8XQ-uKktN2FNLW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .VZGVD8XQ-uKktN2FNLW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .VZGVD8XQ-uKktN2FNLW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .VZGVD8XQ-uKktN2FNLW .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%;
  }
  .VZGVD8XQ-uKktN2FNLW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .VZGVD8XQ-uKktN2FNLW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .VZGVD8XQ-uKktN2FNLW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .VZGVD8XQ-uKktN2FNLW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .VZGVD8XQ-uKktN2FNLW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .VZGVD8XQ-uKktN2FNLW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.VZGVD8XQ-uKktN2FNLW .navbar.navbar-short {
  min-height: 60px;
}
.VZGVD8XQ-uKktN2FNLW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.VZGVD8XQ-uKktN2FNLW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.VZGVD8XQ-uKktN2FNLW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.VZGVD8XQ-uKktN2FNLW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.VZGVD8XQ-uKktN2FNLW .navbar-brand .navbar-logo a {
  outline: none;
}
.VZGVD8XQ-uKktN2FNLW .dropdown-item.active,
.VZGVD8XQ-uKktN2FNLW .dropdown-item:active {
  background-color: transparent;
}
.VZGVD8XQ-uKktN2FNLW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.VZGVD8XQ-uKktN2FNLW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.VZGVD8XQ-uKktN2FNLW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.VZGVD8XQ-uKktN2FNLW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1e293b;
}
.VZGVD8XQ-uKktN2FNLW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.VZGVD8XQ-uKktN2FNLW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.VZGVD8XQ-uKktN2FNLW ul.navbar-nav {
  flex-wrap: wrap;
}
.VZGVD8XQ-uKktN2FNLW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.VZGVD8XQ-uKktN2FNLW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  order: 0;
}
.VZGVD8XQ-uKktN2FNLW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.VZGVD8XQ-uKktN2FNLW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.VZGVD8XQ-uKktN2FNLW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.VZGVD8XQ-uKktN2FNLW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.VZGVD8XQ-uKktN2FNLW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.VZGVD8XQ-uKktN2FNLW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.VZGVD8XQ-uKktN2FNLW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.VZGVD8XQ-uKktN2FNLW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.VZGVD8XQ-uKktN2FNLW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.VZGVD8XQ-uKktN2FNLW .navbar-dropdown {
  padding: 0 .5rem;
}
.VZGVD8XQ-uKktN2FNLW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.VZGVD8XQ-uKktN2FNLW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .VZGVD8XQ-uKktN2FNLW .navbar {
    height: 70px;
  }
  .VZGVD8XQ-uKktN2FNLW .navbar.opened {
    height: auto;
  }
  .VZGVD8XQ-uKktN2FNLW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.VZGVD8XQ-uKklTXUpPL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.VZGVD8XQ-uKklTXUpPL .export-fallback-image.disabled {
  display: none;
}
.VZGVD8XQ-uKklTXUpPL .export-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.VZGVD8XQ-uKklTXUpPL .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .VZGVD8XQ-uKklTXUpPL .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .VZGVD8XQ-uKklTXUpPL .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .VZGVD8XQ-uKklTXUpPL .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .VZGVD8XQ-uKklTXUpPL .container {
    padding: 0 16px;
  }
}
.VZGVD8XQ-uKklTXUpPL .row {
  justify-content: center;
}
.VZGVD8XQ-uKklTXUpPL .content-wrapper .export-section-subtitle {
  margin-bottom: 32px;
}
.VZGVD8XQ-uKklTXUpPL .content-wrapper .export-section-title {
  margin-bottom: 16px;
}
.VZGVD8XQ-uKklTXUpPL .content-wrapper .export-text {
  margin-bottom: 0;
}
.VZGVD8XQ-uKklTXUpPL .export-section-title {
  color: #1e293b;
  text-align: center;
}
.VZGVD8XQ-uKklTXUpPL .export-section-subtitle {
  color: #000000;
  text-align: center;
}
.VZGVD8XQ-uKklTXUpPL .export-text {
  color: #1e293b;
  text-align: left;
}
.VZGVD8XQ-uKkFEFlaoM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1e293b;
}
.VZGVD8XQ-uKkFEFlaoM .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 991px) {
  .VZGVD8XQ-uKkFEFlaoM .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .VZGVD8XQ-uKkFEFlaoM .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .VZGVD8XQ-uKkFEFlaoM .list {
    margin-bottom: 30px;
  }
}
.VZGVD8XQ-uKkFEFlaoM .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .VZGVD8XQ-uKkFEFlaoM .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .VZGVD8XQ-uKkFEFlaoM div > *:last-child {
    margin-top: 0 !important;
  }
}
.VZGVD8XQ-uKkFEFlaoM .copyright {
  color: #ffffff;
}
.VZGVD8XQ-uKkFEFlaoM .export-section-subtitle {
  color: #ffffff;
}
@media (max-width: 576px) {
  .VZGVD8XQ-uKkFEFlaoM .export-section-subtitle {
    margin-bottom: 10px;
  }
}
.VZGVD8XQ-uKkFEFlaoM .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .VZGVD8XQ-uKkFEFlaoM .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .VZGVD8XQ-uKkFEFlaoM .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .VZGVD8XQ-uKkFEFlaoM .footer-logo {
    margin: 0 auto;
  }
}
.VZGVD8XQ-uKktN2FNLW .navbar-dropdown {
  position: relative !important;
}
.VZGVD8XQ-uKktN2FNLW .wrapper {
  justify-content: space-between;
  padding: 0 6rem;
}
@media (max-width: 991px) {
  .VZGVD8XQ-uKktN2FNLW .wrapper {
    padding: 0;
  }
}
.VZGVD8XQ-uKktN2FNLW .btn {
  border-radius: 30px;
}
.VZGVD8XQ-uKktN2FNLW .dropdown-item:before {
  font-family: mockup2 !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;
}
.VZGVD8XQ-uKktN2FNLW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.VZGVD8XQ-uKktN2FNLW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.VZGVD8XQ-uKktN2FNLW .dropdown-item:hover,
.VZGVD8XQ-uKktN2FNLW .dropdown-item:focus {
  background: #3b82f6 !important;
  color: white !important;
}
.VZGVD8XQ-uKktN2FNLW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.VZGVD8XQ-uKktN2FNLW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.VZGVD8XQ-uKktN2FNLW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .3em !important;
}
.VZGVD8XQ-uKktN2FNLW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.VZGVD8XQ-uKktN2FNLW .nav-link {
  position: relative;
}
.VZGVD8XQ-uKktN2FNLW .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.VZGVD8XQ-uKktN2FNLW .dropdown-menu,
.VZGVD8XQ-uKktN2FNLW .navbar.opened {
  background: #1e293b !important;
}
.VZGVD8XQ-uKktN2FNLW .nav-item:focus,
.VZGVD8XQ-uKktN2FNLW .nav-link:focus {
  outline: none;
}
.VZGVD8XQ-uKktN2FNLW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.VZGVD8XQ-uKktN2FNLW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.VZGVD8XQ-uKktN2FNLW .dropdown .dropdown-menu .dropdown-item .export-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.VZGVD8XQ-uKktN2FNLW .dropdown .dropdown-menu .dropdown-item .export-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.VZGVD8XQ-uKktN2FNLW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.VZGVD8XQ-uKktN2FNLW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.VZGVD8XQ-uKktN2FNLW .navbar {
  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: #1e293b;
}
.VZGVD8XQ-uKktN2FNLW .navbar.opened {
  transition: all 0.3s;
}
.VZGVD8XQ-uKktN2FNLW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.VZGVD8XQ-uKktN2FNLW .navbar .navbar-logo img {
  width: auto;
}
.VZGVD8XQ-uKktN2FNLW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.VZGVD8XQ-uKktN2FNLW .navbar.collapsed {
  justify-content: center;
}
.VZGVD8XQ-uKktN2FNLW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.VZGVD8XQ-uKktN2FNLW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .VZGVD8XQ-uKktN2FNLW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.VZGVD8XQ-uKktN2FNLW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.VZGVD8XQ-uKktN2FNLW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.VZGVD8XQ-uKktN2FNLW .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%;
}
.VZGVD8XQ-uKktN2FNLW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.VZGVD8XQ-uKktN2FNLW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.VZGVD8XQ-uKktN2FNLW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .VZGVD8XQ-uKktN2FNLW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .VZGVD8XQ-uKktN2FNLW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .VZGVD8XQ-uKktN2FNLW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .VZGVD8XQ-uKktN2FNLW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .VZGVD8XQ-uKktN2FNLW .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%;
  }
  .VZGVD8XQ-uKktN2FNLW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .VZGVD8XQ-uKktN2FNLW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .VZGVD8XQ-uKktN2FNLW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .VZGVD8XQ-uKktN2FNLW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .VZGVD8XQ-uKktN2FNLW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .VZGVD8XQ-uKktN2FNLW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.VZGVD8XQ-uKktN2FNLW .navbar.navbar-short {
  min-height: 60px;
}
.VZGVD8XQ-uKktN2FNLW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.VZGVD8XQ-uKktN2FNLW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.VZGVD8XQ-uKktN2FNLW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.VZGVD8XQ-uKktN2FNLW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.VZGVD8XQ-uKktN2FNLW .navbar-brand .navbar-logo a {
  outline: none;
}
.VZGVD8XQ-uKktN2FNLW .dropdown-item.active,
.VZGVD8XQ-uKktN2FNLW .dropdown-item:active {
  background-color: transparent;
}
.VZGVD8XQ-uKktN2FNLW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.VZGVD8XQ-uKktN2FNLW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.VZGVD8XQ-uKktN2FNLW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.VZGVD8XQ-uKktN2FNLW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1e293b;
}
.VZGVD8XQ-uKktN2FNLW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.VZGVD8XQ-uKktN2FNLW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.VZGVD8XQ-uKktN2FNLW ul.navbar-nav {
  flex-wrap: wrap;
}
.VZGVD8XQ-uKktN2FNLW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.VZGVD8XQ-uKktN2FNLW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  order: 0;
}
.VZGVD8XQ-uKktN2FNLW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.VZGVD8XQ-uKktN2FNLW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.VZGVD8XQ-uKktN2FNLW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.VZGVD8XQ-uKktN2FNLW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.VZGVD8XQ-uKktN2FNLW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.VZGVD8XQ-uKktN2FNLW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.VZGVD8XQ-uKktN2FNLW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.VZGVD8XQ-uKktN2FNLW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.VZGVD8XQ-uKktN2FNLW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.VZGVD8XQ-uKktN2FNLW .navbar-dropdown {
  padding: 0 .5rem;
}
.VZGVD8XQ-uKktN2FNLW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.VZGVD8XQ-uKktN2FNLW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .VZGVD8XQ-uKktN2FNLW .navbar {
    height: 70px;
  }
  .VZGVD8XQ-uKktN2FNLW .navbar.opened {
    height: auto;
  }
  .VZGVD8XQ-uKktN2FNLW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.VZGVD8XQ-uKklWexbcW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.VZGVD8XQ-uKklWexbcW .export-fallback-image.disabled {
  display: none;
}
.VZGVD8XQ-uKklWexbcW .export-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.VZGVD8XQ-uKklWexbcW .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .VZGVD8XQ-uKklWexbcW .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .VZGVD8XQ-uKklWexbcW .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .VZGVD8XQ-uKklWexbcW .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .VZGVD8XQ-uKklWexbcW .container {
    padding: 0 16px;
  }
}
.VZGVD8XQ-uKklWexbcW .row {
  justify-content: center;
}
.VZGVD8XQ-uKklWexbcW .content-wrapper .export-section-subtitle {
  margin-bottom: 32px;
}
.VZGVD8XQ-uKklWexbcW .content-wrapper .export-section-title {
  margin-bottom: 16px;
}
.VZGVD8XQ-uKklWexbcW .content-wrapper .export-text {
  margin-bottom: 0;
}
.VZGVD8XQ-uKklWexbcW .export-section-title {
  color: #1e293b;
  text-align: center;
}
.VZGVD8XQ-uKklWexbcW .export-section-subtitle {
  color: #000000;
  text-align: center;
}
.VZGVD8XQ-uKklWexbcW .export-text {
  color: #1e293b;
  text-align: left;
}
.VZGVD8XQ-uKkFEFlaoM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1e293b;
}
.VZGVD8XQ-uKkFEFlaoM .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 991px) {
  .VZGVD8XQ-uKkFEFlaoM .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .VZGVD8XQ-uKkFEFlaoM .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .VZGVD8XQ-uKkFEFlaoM .list {
    margin-bottom: 30px;
  }
}
.VZGVD8XQ-uKkFEFlaoM .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .VZGVD8XQ-uKkFEFlaoM .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .VZGVD8XQ-uKkFEFlaoM div > *:last-child {
    margin-top: 0 !important;
  }
}
.VZGVD8XQ-uKkFEFlaoM .copyright {
  color: #ffffff;
}
.VZGVD8XQ-uKkFEFlaoM .export-section-subtitle {
  color: #ffffff;
}
@media (max-width: 576px) {
  .VZGVD8XQ-uKkFEFlaoM .export-section-subtitle {
    margin-bottom: 10px;
  }
}
.VZGVD8XQ-uKkFEFlaoM .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .VZGVD8XQ-uKkFEFlaoM .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .VZGVD8XQ-uKkFEFlaoM .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .VZGVD8XQ-uKkFEFlaoM .footer-logo {
    margin: 0 auto;
  }
}

/* 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 */
/* Main container for the cookie banner */
.cookie-banner {
  position: fixed;
  bottom: 20px;
  right: 20px;
  max-width: 400px;
  width: calc(100% - 40px);
  background: #fafafa;
  border-radius: 12px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  padding: 20px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transform: translateY(100%);
  animation: slideIn 0.5s forwards;
  z-index: 1000;
}

/* Slide in animation */
@keyframes slideIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Header section: icon and message */
.cookie-banner .banner-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.cookie-banner .banner-header img {
  width: 50px;
  height: 50px;
  margin-right: 12px;
}

.cookie-banner .banner-header p {
  font-size: 16px;
  color: #333;
  margin: 0;
}

/* Buttons section */
.cookie-banner .banner-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}

.cookie-banner .banner-buttons button {
  border: none;
  border-radius: 4px;
  padding: 12px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.2s;
  width: 100%;
}

.cookie-banner .banner-buttons button:hover {
  transform: scale(1.03);
}

/* Accept button design */
.cookie-banner .banner-buttons button#cookieAcceptBtn {
  background-color: #4caf50;
  color: #fff;
}

/* Reject button design */
.cookie-banner .banner-buttons button#cookieRejectBtn {
  background-color: #fff;
  color: #f44336;
  border: 2px solid #f44336;
}

.cookie-banner .banner-buttons button#cookieRejectBtn:hover {
  background-color: #ffe6e6;
}

/* Footer section with policy links */
.cookie-banner .banner-footer {
  margin-top: 15px;
  text-align: center;
  font-size: 14px;
  color: #666;
  line-height: 1.4;
}

.cookie-banner .banner-footer a {
  color: #007bff;
  text-decoration: none;
  border-bottom: 1px dashed transparent;
  transition: border-bottom 0.3s;
}

.cookie-banner .banner-footer a:hover {
  border-bottom: 1px dashed #007bff;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .cookie-banner {
    max-width: 90%;
    padding: 15px;
    bottom: 15px;
    right: 15px;
  }
  .cookie-banner .banner-buttons button {
    font-size: 15px;
    padding: 10px;
  }
}

@media (max-width: 480px) {
  .cookie-banner {
    max-width: 100%;
    bottom: 10px;
    right: 10px;
    padding: 10px;
  }
  .cookie-banner .banner-header img {
    width: 40px;
    height: 40px;
  }
  .cookie-banner .banner-buttons button {
    font-size: 14px;
    padding: 8px;
  }
}

/* logoanimations */
@keyframes stretchY {
    0%, 100% {
        transform: scaleY(1);
    }
    50% {
        transform: scaleY(1.5);
    }
}

.navbar-brand {
    animation: stretchY 1.5s ease-in-out 1;
}
/* endlogoanimations */
